.main-container .content {
    padding: 0 !important;
}

.hero {
    height: 100%;
    min-height: calc(60vh - var(--header-height, 96px));
    position: relative;
    width: 100%;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background:after {
    background: linear-gradient(180deg, rgba(33, 34, 39, 0) 0%, #212227 100%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.background img {
    filter: brightness(.75);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 224px 112px min(15vh, 80px) 112px;
}

.benefits {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 24px;
    font-size: 14px;
    padding-left: 0;
}

.benefit {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.search-wrapper {
    position: relative;
    margin-top: 22px;
    padding: 24px;
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-icon {
    padding: 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.search-input {
    -webkit-box-flex: 100;
    -webkit-flex-grow: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    border: none;
    padding: 12px 24px;
}

.search-button {
    background: transparent;
    background-image: none;
    border: 2px solid;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 46px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-font-smoothing: unset;
}

#loading-bar-wrapper {
  height: 4px;
  margin-top: -4px;
}

#loading-bar {
  background-color: #000 !important;
  height: 100%;
  transition: width 0.3s ease;
}

.modal-left {
    border-right: 1px solid #e0e0e0;
}

.form-item {
    margin-bottom: 2rem !important;
}

.control-label {
    display: block;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: -3px;
    text-transform: uppercase;
}

.form-control {
    box-shadow: none !important;
    display: block !important;
    background: unset !important;
    border: solid #000 1px !important;
    border-radius: 0 !important;
    border-width: 0 0 1px !important;
    color: #000 !important;
    line-height: 25px !important;
    padding: 0 !important;
    transition: all .3s;
    min-width: 200px !important;
    width: 100%;
}

.form-type-checkbox {
    font-size: 12px !important;
}

.form-type-checkbox .control-label {
    line-height: 1.4 !important;
}

.webform-button--submit.form-submit {
    background-image: none;
    border: 2px solid;
    background-color: #FFF;
    border-color: #ccc1a3;
    border-radius: 0 !important;
    color: #ccc1a3;
    cursor: pointer;
    display: inline-block;
    font-family: var(--global-secondary-font-family);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 46px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-font-smoothing: unset;
}

.webform-button--submit.form-submit:hover {
    background-color: #ccc1a3;
    border-color: #ccc1a3;
    color: #FFF;
}

.faq,
.home-valuation-perfomed {
    background-color: #555;
}

.collection {
    position: relative;
    margin: 0;
    padding: 32px 0;
    list-style: none;
}

.collection:before {
    content: '';
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #FFF;
    width: 1px;
    position: absolute;
}

.collection .item {
    margin: 0;
    position: relative;
}

.collection .item:before {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #FFF;
    position: absolute;
    top: 10px;
    right: calc(50% - 6px);
    border-radius: 10px;
}

.collection .item .tag {
    text-transform: uppercase;
    padding: 9px 34px;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.item+.item {
    margin-top: 61px;
}

@media (min-width: 768px) {
    .collection .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .collection .item .cell {
        width: 50%;
        padding: 0 32px;
    }

    .collection .item:nth-child(odd) .cell:first-child {
        text-align: right;
    }

    .collection .item:nth-child(even) {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .collection .item:nth-child(even) .cell:first-child {
        text-align: left;
    }
}