.nav-logo {
    max-height: 80px;

}

.prst-name {
    font-size: 1.8rem;
    margin-left: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
}


.editor-preview {
    /* width: 100vw; */
    height: 100%;
    min-height: 641px;
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
}

.home {
    padding: 130px 0 50px 0;
    background: #f0f5f9;
    overflow: hidden;
}

.container {
    overflow: hidden;
    position: relative;
}


.ft-inner {
    padding: 50px 50px 50px 50px;
}

.ft-inner.ft-inverted {
    padding: 50px 50px 50px 50px;
}

.adaas-logo-container {}


.adaas-logo-container .adaas-empowered-text {
    font-size: 14px;
    font-weight: 300;
}

.adaas-logo-container .adaas-link {
    font-weight: 300;
    color: #CD303B;
}


.adaas-logo {
    max-height: 20px;
}


.alert-msg {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #21bf73;
    /* text-transform: uppercase; */
    line-height: 1.4;
}


.alert-msg-error {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: red;
    /* text-transform: uppercase; */
    line-height: 1.4;
}

#contact-form {
    padding: 20px;
}


.main-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;

}

.main-banner-buttons-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.subscribe-form {
    display: flex;
    flex-direction: column;
}

.subscribe-form .form-input {
    margin: 4px!important;
    border-radius: 5px 5px 5px 5px;
}

.submit-button {
    .disabled {
        background-color: rgba(0, 0, 0, 0.3);
    }
}

.pricing-title{
    font-size: 32px;
    font-weight: 800;
    color: #3a3a47;
    line-height: 1.2;
    margin-bottom: 15px;
}



.main-banner .main-banner-title {
    font-size: 34px;
    font-weight: 800;
    color: #383B61;
    line-height: 1.2;
    margin-top: 15px;
    text-align: center;
}