/*! Place your custom styles here */
.boxed {
    min-height: 160px;
}

h1 {
    font-size: 3.5rem;
}
h2 {
    font-size: 3.3rem;
}
h3 {
    font-size: 3.2rem;
}

.bar-2.pos-fixed .logo img {
    width: 100%;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.imageblock .main-banner {
    position: absolute;
    z-index: 0;
}

.main-content {
    z-index: 1;
}


@media all and (max-width: 991px) {
    .imageblock  .main-banner {
        position: relative;
        z-index: 1;
    }
}

.benefits img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.bg--dark {
    background: #000;
}

.bg--pink {
    background: #F7B9D4;
}

h1, h2, h3 {
    font-family: 'Picket', sans-serif;
    line-height: 150%;
    letter-spacing: 0.26rem;
}

.formio-form-wrapper button {
    border-radius: 60px;
}

.formio-form-wrapper input,
.formio-form-wrapper select,
.formio-form-wrapper textarea {
    border-radius: 10px;
}

.form-control.ui.fluid.selection.dropdown {
    border-radius: 10px;
    height: 39px;
}

.choices__item.choices__item--selectable {
    margin-top: 2px;
}