.gomba-prm{
    display: none !important;
}

html{
    font-size: 100%;
}

.vs-promo-header{
    padding-top: 127px;
}

.vs-background{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vs-view-more{
    padding: 1rem 3rem;
    border: 2px solid #863cbf;
    background-color: #863cbf;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    transition: all .5s;
}

.vs-view-more span{
    text-decoration: underline;
    font-weight: bold;
}

.vs-section-wrapper{
    max-width: calc(1115px + 6rem);
    margin: 0 auto;
    padding: 0 3rem;
    z-index: 1;
    box-sizing: border-box;
    position: relative;
}

.vs-section-wrapper.wide-wrapper{
    max-width: calc(1230px + 6rem);
}

.vs-hero-section{
    padding: 7rem 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.vs-logo{
    box-sizing: border-box;
    min-width: 298px;
}

.vs-logo img{
    max-width: 100%;
}

.vs-text{
    box-sizing: border-box;
    padding-left: 10%;
    color: #fff;
    font-family: ITCAvantGardeGothicMLW10,AvantGardeCTT,Arial,sans-serif;
}

.vs-text-title{
    font-size: 4.5rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.1;
}

.vs-text-subtitle{
    font-size: 3.25rem;
    margin: 10px 0 0;
}

.vs-small-text-content{
    padding: 7rem 0 0;
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
    line-height: 1.5;
}

.vs-info-grid{
    padding: 9rem 0 0;
}

.vs-info-grid-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 6rem;
}

.vs-info-grid-item.right-align{
    flex-direction: row-reverse;
}

.vs-info-grid-item.right-align .vs-item-text{
    padding: 0 1.5rem 0 0;
}

.vs-item-image{
    width: 50%;
    margin-bottom: 3rem;
}

.vs-item-image img{
    max-width: 100%;
}

.vs-item-text{
    width: 50%;
    padding: 0 0 0 1.5rem;
    margin-bottom: 3rem;
}

.vs-item-title{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 2.75rem;
    font-family: ITCAvantGardeGothicMLW10,AvantGardeCTT,Arial,sans-serif;
}

.vs-item-subtitle{
    font-size: 1.125rem;
    line-height: 2;
    margin: 25px 0 0;
}

.vs-banner-info{
    padding: 6rem 0;
    color: #fff;
    overflow: hidden;
}

.vs-banner-title{
    font-size: 3.75rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.vs-banner-subtitle{
    font-family: ITCAvantGardeGothicMLW10,AvantGardeCTT,Arial,sans-serif;
    font-size: 1.3rem;
    margin: 2rem 0 0;
    line-height: 1.6;
}

.vs-banner-info .vs-view-more{
    margin: 2rem 0 0;
}

.vs-how-to{
    padding: 6rem 0;
    background-color: #f7f7f7;
}

.vs-how-to-title{
    color: #1380ce;
    font-weight: normal;
    font-size: 3.6rem;
    text-align: center;
    margin: 0;
    padding: 0;
}

.vs-how-to-graffic{
    position: relative;
}

.vs-how-to-graffic:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 12.5rem;
    background-color: #bdbdbd;
}

.vs-graffic-grid{
    display: flex;
    align-items: flex-start;
    max-width: calc(1115px + 6rem);
    margin: 4rem auto 0;
    padding: 0 3rem;
    z-index: 1;
    box-sizing: border-box;
    position: relative;
}

.vs-graffic-item{
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 1rem;
    box-sizing: border-box;
}

.vs-gr-icon{
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-gr-icon img{
    max-width: 100%;
    max-height: 100%;
}

.vs-gr-step{
    width: 68px;
    height: 68px;
    color: #fff;
    font-weight: bold;
    font-size: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 2.5rem auto 0;
    background-color: #7fba00;
}

.vs-gr-text{
    margin: 2.5rem 0 0;
    font-size: 1.38rem;
    color: #1380ce;
    font-weight: bold;
    text-align: center;
}

.vs-create-btn{
    margin: 3rem 0 0;
    padding: 0 15px;
    text-align: center;
}

.vs-examples-title{
    font-size: 3.5rem;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
}

.vs-examples{
    padding: 6rem 0 0;
}

.vs-faq{
    padding: 4rem 0;
}

.vs-examples-demo{
    display: flex;
    align-items: flex-start;
    margin: 6rem 0 0;
}

.vs-ex-item{
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 1rem;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 2rem;
}

.vs-ex-image a{
    display: inline-block;
}

.vs-ex-image img{
    max-width: 100%;
    transition: all .5s;
    backface-visibility: hidden;
    border-radius: 500px;
    box-shadow: 0 3px 8px rgba(0,0,0,.1);
}

.vs-ex-link{
    margin: 2rem 0 0;
}

.vs-ex-link a{
    color: #229ee2;
    text-decoration: underline;
    display: inline-block;
    font-size: 1.3rem;
    transition: all .5s;
    backface-visibility: hidden;
}

.vs-faq-main-title{
    font-weight: normal;
    font-size: 3.5rem;
    text-align: center;
}

.vs-faq-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -1rem;
}

.vs-faq-item{
    width: 50%;
    padding: 0 1rem;
    box-sizing: border-box;
}

.vs-faq-cintent{
    margin: 0 0 2rem;
}

.vs-faq-title{
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: normal;
    font-family: ITCAvantGardeGothicMLW10,AvantGardeCTT,Arial,sans-serif;
    color: #1380ce;
}

.vs-faq-answer{
    font-size: 1rem;
    margin: 15px 0 0;
}

.vs-faq-answer a{
    color: #1380ce;
    text-decoration: underline;
}


@media only screen and (min-width: 1025px) {
    .vs-view-more:hover{
        background-color: #fff;
        color: #863cbf;
    }
    
    .vs-ex-item:hover .vs-ex-image img{
        transform: scale(.95);
    }
    
    .vs-ex-item:hover .vs-ex-link a{
        transform: translateY(-5px);
    }
}

@media only screen and (max-width: 1368px) {
    html{
        font-size: 90%;
    }
    
    .vs-how-to-graffic:before{
        top: 13.5rem;
    }
}

@media only screen and (max-width: 1150px) {
    html{
        font-size: 80%;
    }
    
    .vs-how-to-graffic:before{
        top: 15rem;
    }
}

@media only screen and (max-width: 1024px) {
    .vs-promo-header{
        padding-top: 0;
    }
}

@media only screen and (max-width: 850px) {
    .vs-hero-section{
        flex-wrap: wrap;
        text-align: center;
    }
    
    .vs-logo{
        min-width: inherit;
        max-width: 149px;
        margin: 0 auto;
    }
    
    .vs-text{
        padding-left: 0;
        margin: 3rem 0 0;
        font-size: 3.5rem;
    }
    
    .vs-text-subtitle{
        font-size: 2.25rem;
    }
    
    .vs-info-grid-item{
        flex-wrap: wrap;
    }
    
    .vs-item-image{
        width: 100%;
        text-align: center;
    }
    
    .vs-item-text{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    
    .vs-banner-info{
        text-align: center;
    }
    
    .vs-examples-demo{
        flex-wrap: wrap;
    }
    
    .vs-ex-item{
        width: 100%;
        flex-grow: inherit;
        flex-basis: inherit;
    }
}

@media only screen and (max-width: 780px) {
    
    .vs-how-to-graffic:before{
        display: none;
    }
    
    .vs-graffic-grid{
        display: block;
        padding: 0;
    }
    
    .vs-graffic-item{
        position: relative;
        margin: 0 0 4rem;
        padding: 0;
    }
    
    .vs-graffic-item:before{
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 15rem;
        left: 0;
        background-color: #bdbdbd;
        z-index: -1;
    }
    
    .vs-faq-item{
        width: 100%;
    }
    
    .vs-faq-title{
        font-size: 1.6rem;
    }
    
    .vs-faq-answer{
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 640px) {
    
    html{
        font-size: 70%;
    }
    
    .vs-section-wrapper{
        padding: 0 1.5rem;
    }
    
    .vs-how-to-title{
        font-size: 3rem;
    }
    
    .vs-graffic-item:before{
        top: 16.6rem;
    }
}
