body {
    font-family: objectivityregular, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navbar-dealwise .navbar-start {
    margin-right: 0;
    margin-left: auto;
}

.body-welcome {
    background-image: url("/landing/assets/banner_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.body-summary {
    background: rgb(223, 220, 212);
    background: linear-gradient(119deg, rgba(223, 220, 212, 1) 60%, rgba(80, 101, 137, 1) 100%);
}

.background-primary {
    background-color: #213e70 !important;
}

.background-secondary {
    background-color: rgb(223, 220, 212);
}

.result-list .result-item {
    background-color: rgb(223, 220, 212);
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.feature-container {
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
}

@media (min-width: 60rem) {
    .feature-container {
        width: 55rem;
    }

    .feature-list {
        width: 50rem;
    }

    #rd-form-lcro2ld0 .bricks-form__fieldset {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.feature-list .feature-item {
    background-color: rgb(223, 220, 212);
    margin: 1rem 1rem;
    padding: 0.5rem;
    border-radius: 25px;
}

.color-primary {
    color: #213e70;
}

.color-secondary {
    color: rgb(223, 220, 212);
}

.testimony {
    border-style: solid;
    border-radius: 25px;
    border-color: white;
    border-width: 1px;
}

#rd-column-lcro2lcv > div,
#rd-column-lcro2lcz > div {
    background-color: rgb(223, 220, 212) !important;
}

#rd-form-lcro2ld0 .bricks-form__field {
    width: 50% !important;
    padding: 0.5rem 1rem !important;
}

#rd-form-lcro2ld0 .bricks-form__input {
    border-radius: 25px !important;
}

#rd-form-lcro2ld0 .bricks-form__fieldset {
    display: flex !important;
    flex-flow: wrap !important;
}

#rd-form-lcro2ld0 .bricks-form__label {
    text-transform: uppercase !important;;
    color: #213e70 !important;;
    font-weight: bold !important;;
}

#rd-form-lcro2ld0 #rd-button-lcro2ld3 {
    min-width: 12rem !important;
}