
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: ciutadella,'ui-sans-serif, system-ui, -apple-system';/*, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"';*/
    font-size: 16px;
    line-height: 1.42857143;
    background-color: transparent;
}
body *,
.has-error .control-label,
.has-success .control-label {
    color: #40578C;
}
.submit-button,
.btn[disabled] {
    background-color: #40578C;
    border-color: #40578C;
    opacity: 1;
}
.submit-button:hover,i
.btn[disabled]:hover {
    background-color: #40578C !important;
    border-color: #40578C !important;
    opacity: 1 !important;
}
.has-error .form-control,
.has-error .form-control:focus,
.form-control:focus {
    border-color: inherit !important;
    box-shadow: none !important;
}
.disabled-optins {
    opacity: 1;
}
.main-form-page {
    margin-bottom: 0 !important;
}
form p {
    font-weight: normal;
    font-size: 12px;
}
.header-image-col-preview-before,
.header-prop {
    display: none;
}
.header-text {
    position: inherit;
    background: transparent;
    text-shadow: none;
    font-weight: bold;
    font-size: var(--font_heading_xl_size, 25px);
    padding: 0;
    margin: 0;
}
@media (min-width: 768px) {
    .header-text {
        font-size: var(--font_heading_xl_size_md, 28px);
    }
}
.header-image-grid {
    margin-bottom: 25px;
}
.form-section-row.row > div > div {
    padding-bottom: 0px !important;
}
.header-image-col-preview {
    margin-top: 0;
}
