body{
    font-family: 'Lato'!important;
    font-weight: 400;
    background: #fff;
    font-size: 17px;
    line-height: 1.6;
}

body main{
    position: relative;
}

body main.home.p{
    padding-bottom:150px;
    float: left;
    width: 100%;
}

body::-webkit-scrollbar{
    width: 7px!important;
}

h1,h2{
    text-align: left;
    font-family:'Lato';
    font-weight: 600;
    line-height:1.4;
}

html body h1{
    font-size: 60px;
    line-height: 1.4;
}

h1.main-h1,
h2.main-h1{
    
    font-size: 60px;
    text-align: left;
    margin-top: 60px;
}

h2.main-h1{
    margin-bottom:0;
    opacity: 0.7;
    font-size: 50px;
}

h1.main-h1 strong > span:first-child{
    margin-left:10px;
}

h1.main-h1 strong > span:last-child{
    margin-right:10px;
}

h1.main-h1 span.button-core{
    font-weight: 800;
}

h1.main-h1 span b{
    font-weight:800;
}

h2{
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 1.4;
    overflow: visible;
    font-weight: 800;
}

h3{
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black-third);
    margin-top: 30px;
}

h4{
    font-size:20px;
}

p{
    font-size: 17px;
    color: #5a5a5a;
    margin: 30px 0;
}

p.main-p{
    max-width: 700px;
    margin: 50px 0 70px;
    text-align: left;
    font-size: 23px;
    display: block;
}

.text-center > p.main-p{
    display:inline-block;
    max-width: 800px;
}

@media (max-width: 575px){
p.main-p{
        font-size: 17px;
    }

}
h1:not(.default-h1){
    
    
    font-weight: 800;
    
}

@media (min-width:2000px){
html body h1{
        font-size:60px;
    }

}
section .zapp-btn,
.z-main-container .zapp-btn{
    border-radius: 12px;
    font-size: 16px;
    padding: 11px 30px;
    box-shadow: var(--j-shadow);
    font-weight: 600;
    margin-right: 10px;
}

section{
    background-color:#fff;
    position: relative;
    
    padding:90px 0;
    display: block;
    width:100%;
    float: left;
}

section.dark,
section.dark p{
    color: #fff!important;
}

@media (max-width: 1530px){
section{
        padding:20px;
    }

}
@media (max-width: 1225px){
section{
        padding: 30px 20px;
    }

}
@media (min-width: 576px) AND (max-width: 991px){
html body h1{
        font-size: 4vh;
    }

html body h1{
        font-size: 5vh;
        padding-top:0vh;
    }

}
@media (max-width: 575px){
html body h1{
        font-size: 3.7vh;
        
    }

h1.main-h1,
    h2.main-h1{
        font-size: 30px;
    }

section{
        padding: 50px 20px;
    }

section#hero{
        
    }

h2{
        font-size: 28px;
    }

h2.text-right,
    h2,
    h3.text-right,
    h3.text-left,
    h3{
        text-align: center!important;
    }

p.text-center:not(.main-p):not(.force-center),
    .zapp-htmlgen-ele[data-creator='div'].text-right,
    .zapp-htmlgen-ele[data-creator='div'].text-center{
        text-align: left!important;
    }

.text-left > strong.text-left{
        text-align: center!important;
        margin:20px 0;
        padding: 5px 20px;
    }

}
.zapp-w-header{
    display: block;
    width:100%;
    height: auto;
    float: left;
    font-size: 13px;
    padding:5px;
    z-index: 2;
    position: -webkit-sticky!important;
    position: -moz-sticky!important;
    position: -ms-sticky!important;
    position: -o-sticky!important;
    position: sticky!important;
    top:0;
    font-weight: 600;
    left:0;
    background: var(--color-gradient);
    font-family: 'Lato',sans-serif;
    
    text-align: left;
    white-space: nowrap;
}

.zapp-w-header .zapp-center-container-wide{
    max-width: 1450px;
}

.zapp-w-header img.logo{
    width: 240px;
    margin-top: -5px;
}

.zapp-w-header div.logo{
    display: inline-block;
    width: auto;
    padding: 0px 0;
    padding-left: 0;
    margin-left:5px;
    margin-right: 20px;
}

.zapp-w-header div.logo a:hover{
    text-decoration: none;
}

.zapp-w-header,
.zapp-w-header .zapp-w-header-entry a{
    color: #fff;
}

.zapp-w-header.dark{
    background: #fff;
}

.zapp-center-container{
    max-width: 1180px;
    margin:0 auto;
    
}

.zapp-center-container-wide{
    max-width: 1465px;
    margin:0 auto;
}

.zapp-w-header .zapp-w-header-entry{
    display: inline-block;
    padding: 22px 15px;
    font-size: 16px;
    cursor: pointer;
    float: none;
}

.zapp-w-header .zapp-w-header-entry.light{
    padding: 22px 5px;
    float: right;
}

.zapp-center-container-wide > .zapp-w-header-entry.light:first-child{
    border-left:2px solid red;
}

.zapp-w-header-entry .l-button{
    
    border-radius: 8px;
    padding: 10px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Lato',sans-serif;
    box-shadow: var(--j-shadow);
}

.zapp-w-header-entry .l-button:hover{
    text-decoration: unset;
    
    opacity: 0.9;
}

.zapp-w-header-entry .l-button.button-login{
    background: #fff!important;
    color: var(--color-dark-web1)!important;
}

.zapp-w-header .zapp-w-header-entry .l-button i.zapp-icon{
    background: #fff;
    min-width: 19px;
    min-height: 19px;
    position: relative;
    top: 3px;
}

@media (max-width: 1439px){
.zapp-w-header{
        text-align:center;
    }

.zapp-w-header div.logo{
        margin-left:0;
    }

.zapp-w-header .zapp-w-header-entry{
        padding: 22px 15px;
    }

}
@media (max-width: 1397px){
.zapp-w-header .zapp-w-header-entry .l-button{
        padding: 10px 10px;
        border-radius: 7px;
    }

}
@media (max-width: 1317px){
.zapp-w-header .zapp-w-header-entry{
        font-size: 14px;
        padding: 22px 8px;
    }

.zapp-w-header img.logo{
        width:200px;
    }

.zapp-w-header-entry .l-button{
        font-size:13px;
    }

}
@media (max-width: 1140px){
.zapp-w-header .zapp-w-header-entry{
        font-size: 13px;
    }

.zapp-w-header img.logo{
        width:150px;
    }

.zapp-w-header-entry .l-button{
        font-size:12px;
    }

}
@media (max-width: 1050px){
.zapp-w-header div.logo{
        display: none;
    }

}
@media (max-width: 991px){
.zapp-w-header{
        height: auto;
    }

.zapp-w-header div.logo{
        display: inline-block;
        float:left;
        margin-right:0;
    }

.zapp-w-header img.logo{
        width: 430px;
        margin-top: 20px!important;
        margin-left: 15px;
    }

.zapp-w-header .zapp-w-header-entry{
        float:right;
    }

}
@media (max-width: 605px){
.zapp-w-header img.logo{
        width: 350px;
        margin-top: 24px!important;
    }

.zapp-w-header i.zapp-icon.zapp-icon-big{
        min-width: 45px;
        min-height: 45px;
    }

}
@media (max-width: 575px){
.zapp-w-header img.logo{
        width: 338px;
        margin-top: 9px!important;
        margin-left: 0px;
    }

}
@media (max-width: 481px){
.zapp-w-header img.logo{
        width: 315px;
        margin-top: 9px!important;
    }

.zapp-w-header i.zapp-icon.zapp-icon-big{
        min-width: 40px;
        min-height: 40px;
    }

}
@media (max-width: 429px){
.zapp-w-header img.logo{
        width: 260px;
        margin-top: 12px!important;
        margin-left: 10px;
    }

}
@media (max-width: 376px){
.zapp-w-header img.logo{
        width: 252px;
        margin-top: 8px!important;
    }

.zapp-w-header i.zapp-icon.zapp-icon-big{
        min-width: 30px;
        min-height: 30px;
    }

}
@media (max-width: 361px){
.zapp-w-header div.logo{
        width:75%;
    }

}
@media (max-width: 575px){
.zapp-w-header .zapp-w-header-entry{
        padding:5px;
    }

.zapp-w-mobile-upper-p{
        padding-top:30px;
    }

section [class*="col-"]{
        padding-left:0;
        padding-right: 0;
    }

}
.zappter-systems-t{
    font-weight:800;
}

.zappter-systems-t b{
    color:var(--color-red);
    font-weight: 800;
}

.zappter-app-t{
    font-weight: 800;
}

.zappter-app-t b{
    color:#00BCD4;
    font-weight: 800;
}

.zappter-esim-t{
    font-weight:800;
}

.zappter-esim-t b{
    color:#6772e6;
    font-weight: 800;
}

#footer-section.dark a:not(.zapp-btn),
#footer-section.dark a:not(.zapp-btn) i{
    color:#f1f1f1!important;
}

@media (max-width: 1024px){
.zapp-center-container{
        max-width: 984px;
    }

}
.zapp-w-icon-box{
    
    width:100%;
    float:
            left;
    display: block;
    margin:20px 0;
}

.zapp-w-icon-box div.icon{
    display: inline-block;
    float: left;
    width:80px;
    position: relative;
    height:80px;
    margin-top: -6px;
}

.zapp-w-icon-box div.icon i.zapp-icon{
    width:40px;
    height:40px;
    background:#fff;
    top: 20px;
    left: 20px;
    position: absolute;
    background: linear-gradient(135deg, #41B086 ,#74CC9D);
}

.zapp-w-icon-box div.icon .icon-bg{
    width:70px;
    height:70px;
    position: absolute;
    top:5px;
    left:5px;
    border-radius: 24px;
    overflow: hidden;
    
    background: transparent!important;
}

.zapp-w-icon-box div.icon .icon-bg:after{
    position: absolute;
    right: calc(50% - 25px);
    top: calc(50% - 25px);
    content: "";
    height: 50px;
    width: 50px;
    background: #fff;
    
    border-radius: 20px;
    opacity: 0.05;
    transition: all 200ms;
    display:none;
}

.zapp-w-icon-box div.text{
    display: inline-block;
    float: left;
    width: calc(100% - 80px);
    
    padding-left: 10px;
    max-width: 600px;
}

.zapp-w-icon-box div.text strong{
    display: block;
    float: left;
    width:100%;
    font-size: 21px;
    font-weight: 800;
}

.zapp-w-icon-box div.text p{
    display: block;
    float: left;
    width: auto;
    margin: 0;
}

.zapp-w-icon-box div.text a.zapp-btn{
    box-shadow: unset;
    color: inherit;
    padding: 2px 7px;
    font-size: 14px;
    font-weight: inherit;
    margin: 0 0 0 7px;
    border: 1px solid;
    font-weight: 600;
}

section.dark .zapp-w-icon-box div.text a.zapp-btn{
    background:#fff;
    color:#333;
}

.zapp-w-icon-box:hover div.icon .icon-bg:after{
    top: 20px;
    right: 0;
    
    
}

@media (max-width: 575px){
.zapp-w-icon-box div.icon{
        margin-bottom:10px;
        margin-top:15px;
    }

.zapp-w-icon-box div.text{
        width: calc(100%);
        padding-left:0;
    }

.zapp-w-icon-box div.text strong{
        font-size:18px;
    }

}
.push-shadow,
.zapp-w-header-entry .l-button.push-shadow{
    position: relative;
    
    box-shadow: var(--light-shadow);
    
}

a.zapp-btn.push-shadow{
    border-radius: 12px;
    font-size: 16px;
    padding: 11px 30px;
    box-shadow: var(--j-shadow);
    font-weight: 600;
    margin-right: 10px;
}

img.push-shadow{
    border-radius: 5px!important;
    box-shadow: 16px 16px 15px -4px #ececec !important;
    
    margin-left: 30px;
    max-width:calc(100% - 60px);
    margin-top:40px;
    transition:all 500ms;
}

img.push-shadow:hover{
    box-shadow: -10px -10px 15px -4px rgba(239, 239, 239, 0.4) !important;
}

@-webkit-keyframes zapp-customer-app-icons-anim{
    0%{
        opacity:0;
    }
    5%{
        opacity:1;
    }
    90% {
        opacity:1;
    }
    100%{
        opacity:0;
        top:100%;
    }
}

.zapp-website-btn-main{
    background:var(--color-dark-web1)!important;
    color:#fff!important;
}

.zapp-questions-block{
    display: block;
    float: left;
    width:100%;
    border-bottom:1px solid var(--color-border-grey);
    margin-bottom:15px;
    padding:20px;
    position: relative;
    cursor: pointer;
}

.zapp-questions-block::after{
    content: "\f123";
    font-family: 'Ionicons';
    position: absolute;
    right:0;
    top: 20px;
    color: grey;
    will-change: transform;
    transition: all 300ms;
}

.zapp-questions-block.visible::after{
    transform:rotate(180deg);
}

.zapp-questions-title{
    display: block;
    float: left;
    width:100%;
    font-size: 21px;
    font-weight: 800;
}

.zapp-questions-block p,
.zapp-questions-block ul{
    float: left;
    width:100%;
    display: none;
}

.zapp-questions-block.visible p,
.zapp-questions-block.visible ul{
    display: block;
}

@media (max-width: 575px){
.zapp-questions-block{
        padding: 10px 26px 10px 0;
        
    }

.zapp-questions-title{
        font-size:17px;
    }

.zapp-questions-block::after{
        top:12px;
    }

}
@media (max-width: 401px){
#contact-section a.zapp-btn,
    #hero a.zapp-btn{
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
[data-text-anim].go-out{
    top:-10px;
    opacity:0;
}

.website-contact-form input{
    background-color: transparent!important;
    border: 0!important;
    border-bottom: 2px solid #cecece!important;
    border-radius: 0!important;
    padding-left: 5px!important;
    font-size: 17px!important;
}

.website-contact-form input:focus{
    box-shadow: unset!important;
}

.website-contact-form input::placeholder{
    color: rgba(255,255,255,0.6);
}

.website-contact-form textarea{
    background-color: transparent!important;
    border: 2px solid #cecece!important;
    font-size: 17px!important;
    height: 200px;
}

.website-contact-form .mycz-form-label{
    font-size:17px!important;
}


.zapp-w-header {
    display: block;
    width:100%;
    height: auto;
    float: left;
    font-size: 13px;
    padding:5px;
    z-index: 2;
    position: -webkit-sticky!important;
    position: -moz-sticky!important;
    position: -ms-sticky!important;
    position: -o-sticky!important;
    position: sticky!important;
    top:0;
    font-weight: 600;
    left:0;
    background: var(--color-gradient);
    font-family: 'Lato',sans-serif;
    text-align: left;
    white-space: nowrap;
}

.zapp-w-header .zapp-center-container-wide {
    max-width: 1450px;
}

.zapp-w-header img.logo {
    width: 240px;
    margin-top: -5px;
}

.zapp-w-header div.logo {
    display: inline-block;
    width: auto;
    padding: 0px 0;
    padding-left: 0;
    margin-left:5px;
    margin-right: 20px;
}

.zapp-w-header div.logo a:hover {
    text-decoration: none;
}

.zapp-w-header div.logo div.slogan {
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    color: var(--color-secondary);
    padding-left: 5px;
    padding-top: 6px;
    position: relative;
}

.zapp-w-header div.logo div.slogan i {
    display: inline-block;
    min-height: 18px;
    min-width: 18px;
    float: left;
    margin-right: 2px;
    margin-top: 1px;
}

.zapp-w-header div.logo div.slogan i.zapp-icon {
}

.zapp-w-header,
.zapp-w-header .zapp-w-header-entry a {
    color: #fff;
}

.zapp-w-header.dark {
    background: #fff;
}

.zapp-w-header.dark,
.zapp-w-header.dark .zapp-w-header-entry a {
    color: var(--color-black-secondary);
}

.zapp-w-header .zapp-w-header-entry {
    display: inline-block;
    padding: 22px 15px;
    font-size: 16px;
    cursor: pointer;
    float: none;
}

.zapp-w-header.transparent i.zapp-icon.zapp-icon-big {
    background:#fff!important;
}

.zapp-w-header .zapp-w-header-entry.fright {
    float:right;
}

.zapp-w-header .zapp-w-header-entry.light {
    padding: 22px 5px;
    float: right;
}

.zapp-w-header-entry .l-button {
    border-radius: 8px;
    padding: 10px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Lato',sans-serif;
    box-shadow: var(--j-shadow);
    margin-right:5px;
}

.zapp-w-header-entry .l-button:hover {
    text-decoration: unset;
    opacity: 0.9;
}

.zapp-w-header-entry .l-button.button-login {
    background: #fff!important;
    color: var(--color-dark-web1)!important;
}

.zapp-w-header.transparent .zapp-w-header-entry .l-button.button-login {
    background:var(--color-dark-web2)!important;
    color: #fff!important;
}

.zapp-w-header.transparent {
    position: absolute!important;
    top:0;
    left:0;
    background:transparent;
}

.zapp-w-header.dark.docs-header {
    background:#f7fafc;
    box-shadow: inset 0 -1px #e3e8ee;
    padding: 5px 5px 15px;
}

.zapp-w-header.dark.docs-header div.slogan {
    font-size: 24px;
    font-family: 'Lato',sans-serif;
    font-weight: 800;
    color: #3c4356;
    padding-left: 5px;
    padding-top: 6px;
    position: relative;
}

.zapp-w-header.dark.docs-header div.logo {
    display: inline-block;
    float:left;
    width:auto;
    padding: 5px;
}

.zapp-w-header.dark.docs-header div.slogan i {
    display: inline-block;
    min-height: 28px;
    min-width: 28px;
    float: left;
    background: var(--color-business-gradient);
    margin-right: 8px;
    top: 4px;
    position: relative;
}

.zapp-w-header.dark.docs-header .zapp-w-header-entry {
    padding:22px 10px;
}

.zapp-w-header.dark.docs-header img.logo {
    width: 150px;
    margin-left: 5px;
}

@media (max-width: 1439px) {
    .zapp-w-header {
        text-align:center;
    }
    .zapp-w-header div.logo {
        margin-left:0;
    }
    .zapp-w-header .zapp-w-header-entry {
        padding: 22px 15px;
    }
}

@media (max-width: 1397px) {
    .zapp-w-header .zapp-w-header-entry .l-button {
        padding: 10px 10px;
        border-radius: 7px;
    }
}

@media (max-width: 1317px) {
    .zapp-w-header .zapp-w-header-entry {
        font-size: 14px;
        padding: 22px 8px;
    }
    .zapp-w-header img.logo {
        width:200px;
    }
    .zapp-w-header-entry .l-button {
        font-size:13px;
    }
}

@media (max-width: 1140px) {
    .zapp-w-header .zapp-w-header-entry {
        font-size: 13px;
    }
    .zapp-w-header img.logo {
        width:150px;
    }
    .zapp-w-header-entry .l-button {
        font-size:12px;
    }
}

@media (max-width: 1050px) {
    .zapp-w-header div.logo {
        display: none;
    }
}

@media (max-width: 991px) {
    .zapp-w-header {
        height: auto;
    }
    .zapp-w-header div.logo {
        display: inline-block;
        float:left;
        margin-right:0;
    }
    .zapp-w-header img.logo {
        width: 430px;
        margin-top: 20px!important;
        margin-left: 15px;
    }
    .zapp-w-header .zapp-w-header-entry {
        float:right;
    }
}

@media (max-width: 605px) {
    .zapp-w-header img.logo {
        width: 350px;
        margin-top: 24px!important;
    }
    .zapp-w-header i.zapp-icon.zapp-icon-big {
        min-width: 45px;
        min-height: 45px;
    }
}

@media (max-width: 575px) {
    .zapp-w-header img.logo {
        width: 338px;
        margin-top: 9px!important;
        margin-left: 0px;
    }
    .zapp-w-header .zapp-w-header-entry {
        padding:5px;
    }
    .zapp-w-header.dark.docs-header .zapp-w-header-entry {
        padding:5px;
    }
}

@media (max-width: 481px) {
    .zapp-w-header img.logo {
        width: 315px;
        margin-top: 9px!important;
    }
    .zapp-w-header i.zapp-icon.zapp-icon-big {
        min-width: 40px;
        min-height: 40px;
    }
}

@media (max-width: 429px) {
    .zapp-w-header img.logo {
        width: 260px;
        margin-top: 12px!important;
        margin-left: 10px;
    }
    .zapp-w-header.transparent img.logo {
        margin-top: 6px!important;
    }
}

@media (max-width: 376px) {
    .zapp-w-header img.logo {
        width: 252px;
        margin-top: 8px!important;
    }
    .zapp-w-header i.zapp-icon.zapp-icon-big {
        min-width: 30px;
        min-height: 30px;
    }
}

@media (max-width: 361px) {
    .zapp-w-header div.logo {
        width:75%;
    }
}

#footer-section [class*="col-"]{
    padding:0px;
}

#footer-section h4.built-with,
#footer-section h3.built-with,
#footer-section .copyright{
    padding-left:0!important;
}

#footer-section{
    border-top:2px solid rgba(207,215,223,.25);
    background:#fefefe;
    font-size: 15px;
    color: #5a6572;
}

#footer-section a:not(.zapp-btn){
    text-decoration: none;
    display: block;
    width:100%;
    float:left;
    color: #747474;
    padding:2px 0;
}

#footer-section strong{
    display: block;
    float: left;
    width:100%;
    padding:20px 0 5px;
    text-transform: uppercase;
    font-size: 15px;
}

@media (max-width: 575px){
#footer-section{
        margin-top:50px;
    }
}

