@charset "UTF-8";/*!* Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)*/
*,*::before,*::after {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

body {
    color: #292827;
    padding-top: 65px
}

body.header-overlap {
    padding-top: 0
}

body.header-overlap:not(.header-scroll):not(.navbar-open) .header {
    background-color: transparent;
    border-bottom: none
}

body.header-overlap:not(.header-scroll):not(.navbar-open) .navbar .nav-link {
    color: #fff
}

body.header-overlap:not(.header-scroll):not(.navbar-open) .navbar-brand>img {
    display: none
}

body.header-overlap:not(.header-scroll):not(.navbar-open) .navbar-brand .logo-light {
    display: inline
}

body.header-overlap:not(.header-scroll):not(.navbar-open) .navbar-toggler>span {
    background-color: #fff
}

@media(min-width: 992px) {
    body.header-overlap:not(.header-scroll):not(.navbar-open) .navbar .nav-link:hover {
        border-bottom-color:#fff
    }
}

@media(max-width: 767px) {
    body.navbar-open {
        overflow:hidden
    }
}

@media(min-width: 992px) {
    body {
        padding-top:73px
    }

    body.form-quotes-scroll .navbar-nav:not(.navbar-form):not(.navbar-right) {
        display: none
    }

    body.form-quotes-scroll .navbar-form {
        display: flex
    }
}

button,a {
    outline: none
}

a {
    color: #292827;
    transition: color .15s ease
}

a:hover {
    color: #000
}

.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
    font-weight: 600
}

.h1,h1 {
    font-size: 36px;
    letter-spacing: -.014em;
    line-height: 1.11112
}

@media(min-width: 1200px) {
    .h1,h1 {
        font-size:60px;
        letter-spacing: -.02em;
        line-height: 1.03334
    }
}

.h2,h2 {
    font-size: 28px;
    letter-spacing: -.01em;
    line-height: 1.14286;
    margin-bottom: 12px
}

@media(min-width: 1200px) {
    .h2,h2 {
        font-size:48px;
        letter-spacing: -.014em;
        line-height: 1.08334;
        margin-bottom: 28px
    }
}

.h3,h3 {
    font-size: 24px;
    letter-spacing: -.01em;
    line-height: 1.16667;
    margin-bottom: 12px
}

@media(min-width: 1200px) {
    .h3,h3 {
        font-size:36px;
        line-height: 1.11112;
        margin-bottom: 28px
    }
}

.h4,h4 {
    font-size: 22px;
    letter-spacing: -.008em;
    line-height: 1.27273;
    margin-bottom: 24px
}

@media(min-width: 1200px) {
    .h4,h4 {
        font-size:28px;
        letter-spacing: -.01em;
        line-height: 1.14286
    }
}

.h5,h5 {
    font-size: 18px;
    letter-spacing: -.008em;
    line-height: 1.2;
    margin-bottom: 12px
}

@media(min-width: 1200px) {
    .h5,h5 {
        font-size:20px
    }
}

.h6,h6 {
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 10px
}

@media(min-width: 1200px) {
    .h6,h6 {
        font-size:16px;
        line-height: 1.25;
        margin-bottom: 16px
    }
}

.img-fluid {
    height: auto;
    max-width: 101%!important;
}

@media(max-width: 991px) {
    .list-scroll {
        margin:-20px -20px 0;
        overflow: hidden
    }

    .list-scroll>.row {
        margin-left: 0;
        margin-right: 0;
        overflow-x: auto;
        padding-bottom: 20px;
        transform: translateY(20px);
        flex-wrap: nowrap
    }

    .list-scroll>.row>.col:first-child {
        padding-left: 20px
    }

    .list-scroll>.row>.col:last-child {
        padding-right: 20px
    }
}

.collapsing {
    transition: none
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.text-primary {
    color: #d00b2c!important
}

.text-success {
    color: #0f866c!important
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 992px) {
    .container,.container-lg {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg {
        max-width:1136px
    }
}

@media(min-width: 1366px) {
    .container {
        max-width:1244px
    }

    .container-lg {
        max-width: 1136px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

ul.col,ul[class*=col-] {
    list-style: none;
    margin-bottom: 0
}

.bt {
    background-color: #fb775a;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    padding: 7px 16px;
    text-align: center;
    transition: background-color .35s ease,border-color .35s ease,color .35s ease;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bt .icon {
    fill: currentColor
}

.bt:hover {
    text-decoration: none
}

.bt.disabled,.bt:disabled {
    opacity: .5;
    pointer-events: none
}

.bt-primary {
    background-color: #d00b2c;
    color: #fff
}

.bt-primary:hover {
    background-color: #eb0c31;
    color: #fff
}

.bt-primary:focus {
    background-color: #d00b2c;
    color: #fff
}

.bt-primary:active {
    background-color: #ad0925;
    color: #fff
}

.bt-secondary {
    background-color: #fff;
    border-color: #292827;
    color: #292827
}

.bt-secondary:hover,.bt-secondary:focus {
    background-color: #f8f7f6;
    color: #292827
}

.bt-secondary:active {
    background-color: #e0e0de;
    color: #292827
}

.bt-secondary:disabled {
    background-color: #f8f7f6
}

.bt-success {
    background-color: #0f866c;
    color: #fff
}

.bt-success:hover {
    background-color: #12a384;
    color: #fff
}

.bt-success:focus {
    background-color: #0f866c;
    color: #fff
}

.bt-success:active {
    background-color: #0d705a;
    color: #fff
}

.bt-dark {
    background-color: #292827;
    border-color: #292827;
    color: #fff
}

.bt-dark:hover {
    background-color: #3f3e3d;
    color: #fff
}

.bt-dark:focus,.bt-dark:active {
    background-color: #292827;
    color: #fff
}

.bt-light {
    background-color: #fff;
    border-color: #cccbc8;
    color: #292827
}

.bt-light:hover,.bt-light:focus {
    background-color: #f8f7f6;
    color: #292827
}

.bt-light:active {
    background-color: #e0e0de;
    color: #292827
}

.bt-light:disabled {
    background-color: #f8f7f6
}

.bt-sm {
    font-size: 14px;
    padding: 3px 12px
}

.bt-lg {
    padding: 11px 20px
}

.bt-xl {
    font-size: 17px;
    padding: 15px 24px
}

@media(min-width: 992px) {
    .bt {
        padding:11px 20px
    }

    .bt-sm {
        padding: 7px 16px
    }

    .bt-lg {
        font-size: 16px;
        padding: 15px 24px
    }

    .bt-xl {
        font-size: 18px;
        padding: 19px 32px
    }
}

.link-trending {
    background: url(../images/sprite.svg#g-trending) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 28px
}

.link-next {
    background: url(../images/sprite.svg#g-next) no-repeat right center;
    background-size: 12px 12px;
    padding-right: 17px
}

.form-group {
    margin-bottom: 12px
}

.form-control {
    background-color: #fff;
    border: 1px solid #e0e0de;
    border-radius: 8px;
    color: #292827;
    font-size: 16px;
    height: 40px;
    line-height: 24px;
    padding: 7px 11px;
    width: 100%
}

.form-control-sm {
    height: 32px;
    padding-bottom: 3px;
    padding-top: 3px
}

.form-control-lg {
    height: 48px;
    padding-bottom: 11px;
    padding-top: 11px
}

.form-control-xl {
    height: 56px;
    padding-bottom: 15px;
    padding-top: 15px
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.svg#g-select);
    background-position: right 11px center;
    background-repeat: no-repeat;
    background-size: 14px 8px;
    border:1px solid #a1a1a1;
        border-right: none;
    
}



textarea.form-control {
    height: auto
}

.form-control[type=search] {
    background-image: url(../images/sprite.svg#g-search);
    background-position: left 14px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 44px
}

.form-control:focus {
    outline: none
}

.form-control::-moz-placeholder {
    color: #707070
}

.form-control:-ms-input-placeholder {
    color: #707070
}

.form-control::placeholder {
    color: #707070
}

@media(min-width: 992px) {
    .form-control {
        height:48px;
        padding-bottom: 11px;
        padding-top: 11px
    }

    .form-control-sm {
        height: 40px;
        padding-bottom: 7px;
        padding-top: 7px
    }

    .form-control-lg {
        height: 56px;
        padding-bottom: 15px;
        padding-top: 15px
    }

    .form-control-xl {
        height: 64px;
        padding-bottom: 19px;
        padding-top: 19px
    }
}

.control-services {
    display: none
}

.control-loader {
    background-color: #fff
}

.form-quotes {
    background-color: #fff;
    box-shadow: 0 8px 16px -8px rgba(42,41,40,.52);
    border-radius: 8px;
    color: #292827;
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 100%
}

.form-quotes .bt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-quotes .form-group {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-weight: 600;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 232px;
    vertical-align: middle
}

.form-quotes .form-group-zipcode {
    display: none
}

.form-quotes .form-label {
    display: none
}

.form-quotes .form-control {
    border: none;
    line-height: 1;
    padding: 0
}

.form-quotes .select2-container {
    margin-top: 4px
}

.form-quotes .select2-container,.form-quotes .select2-container .select2-search--inline .select2-search__field,.form-quotes .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width: 100%!important
}

.form-quotes .select2-container--default .select2-selection--multiple,.form-quotes .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none
}

.form-quotes .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0
}

.form-quotes .select2-container .select2-selection--multiple,.form-quotes .select2-container .select2-search--inline .select2-search__field {
    height: 22px
}

.form-quotes .select2-container .select2-selection--multiple {
    min-height: auto
}

.form-quotes .select2-container .select2-search--inline .select2-search__field {
    padding: 0
}

.form-quotes .select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: normal;
    margin-top: 0
}

@media(max-width: 991px) {
    .form-quotes .select2-container {
        left:-16px;
        max-width: none;
        padding-left: 16px;
        padding-right: 16px;
        width: calc(100% + 32px)!important
    }

    .form-quotes .select2-container .select2-search--inline .select2-search__field {
        width: 100%!important
    }

    .form-quotes .select2-selection__choice+.select2-search--inline .select2-search__field {
        width: 25px!important
    }
}

@media(min-width: 992px) {
    .form-quotes {
        width:auto
    }

    .form-quotes .form-group {
        display: inline-flex;
        padding-left: 24px;
        padding-right: 24px
    }

    .form-quotes .form-group+.form-group {
        position: relative
    }

    .form-quotes .form-group+.form-group:before {
        background-color: #c4c4c4;
        bottom: 12px;
        content: "";
        left: 0;
        position: absolute;
        top: 12px;
        width: 1px
    }

    .form-quotes .form-group-service {
        width: 300px
    }

    .form-quotes .form-label {
        display: block
    }

    .form-quotes .form-label~.form-control {
        margin-top: 4px
    }

    .form-quotes .form-control {
        height: auto
    }
}

.form-search {
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 0 1px rgba(42,41,40,.2),0 2px 6px rgba(42,41,40,.08);
    display: flex;
    max-width: 592px;
    margin-left: auto;
    margin-right: auto
}

.form-search .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.form-search .bt {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.modal-close {
    background-color: transparent;
    border: 0;
    padding: 12px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 48px
}

.modal-close .icon {
    fill: #525251
}

.modal-dialog {
    max-width: 538px
}

.modal-content {
    border-color: transparent;
    border-radius: 12px
}

.modal-backdrop {
    background-color: #292827
}

.modal-backdrop.show {
    opacity: .72
}

.modal-call .modal-content {
    padding: 28px 32px
}

.modal-call .modal-content .talk-homeyou {
    background-color: #f8f8f8;
    border: 1px solid #f0efed;
    border-radius: 8px;
    padding: 20px
}

.dropup,.dropright,.dropdown,.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.dropdown-menu {
    border-color: #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 2px 20px -2px rgba(42,41,40,.16);
    margin-top: 12px
}

.dropdown-account .h6,.dropdown-account .bt {
    display: block
}

.dropdown-account .h6 {
    color: #000
}

.dropdown-account .bt {
    margin-bottom: 20px
}

.dropdown-account .icon {
    fill: #707070
}

.dropdown-account .icon-user {
    background-color: #e0e0de;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: center;
    width: 32px
}

.dropdown-account .icon-user>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.dropdown-account .dropdown-toggle {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e0e0de;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    height: 40px;
    padding: 3px 33px 3px 3px;
    position: relative
}

.dropdown-account .dropdown-toggle .account-nickname {
    margin-left: 6px
}

.dropdown-account .dropdown-toggle:after {
    background: url(../images/sprite.svg#g-collapse) no-repeat;
    background-size: contain;
    border: none;
    content: "";
    display: block;
    height: 7px;
    margin-left: auto;
    margin-top: -4px;
    position: absolute;
    right: 11px;
    top: 50%;
    width: 12px;
    vertical-align: middle
}

.dropdown-account .dropdown-item {
    line-height: 1.25;
    padding: 8px 20px
}

.dropdown-account .dropdown-menu {
    width: 288px;
    padding-bottom: 0;
    padding-top: 0
}

.dropdown-account .dropdown-menu-header {
    font-size: 14px;
    line-height: normal;
    padding: 24px 20px 30px
}

.dropdown-account .dropdown-menu-header,.dropdown-account .dropdown-menu-header a {
    color: #3f3d3c
}

.dropdown-account .dropdown-menu-body {
    background-color: #f5f4f3;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 12px;
    padding-top: 12px
}

.dropdown-account .dropdown-menu-body:first-child {
    background-color: transparent;
    border-top: none
}

.dropdown-account.show .dropdown-toggle:after {
    transform: rotate(180deg)
}

.breadcrumb {
    color: #868584;
    font-size: 12px;
    list-style: none;
    line-height: 1.66667;
    padding: 16px 0 20px;
    margin-bottom: 0
}

.breadcrumb a {
    color: #292827;
    display: inline-block
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px
}

.breadcrumb li:first-child a:before {
    background: url(../images/sprite.svg#g-homeyou);
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 2px;
    width: 16px
}

.breadcrumb li:first-child span {
    display: none
}

@media(min-width: 992px) {
    .breadcrumb {
        padding-top:20px
    }
}

.popover {
    font-size: 12px;
    padding: 16px;
    z-index: 2;
    max-width: 402px;
    background: #fff;
    border: 1px solid #e0e0de;
    box-shadow: 0 1px 3px rgba(42,41,40,.1),0 5px 20px rgba(42,41,40,.15);
    border-radius: 10px
}

.popover-header {
    font-size: 18px;
    letter-spacing: -.008em;
    line-height: 1.2;
    margin-bottom: 8px
}

.popover-body>:last-child {
    margin-bottom: 0
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
    pointer-events: none
}

.popover .arrow:before,.popover .arrow:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-top-color: transparent;
    border-style: solid
}

.popover.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.popover.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.popover.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.popover.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.popover.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center
}

.pagination-link {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 8px
}

.pagination-link:hover {
    text-decoration: none
}

.pagination-link svg {
    position: relative;
    bottom: 1px
}

.pagination-item {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px
}

.pagination-item:first-child {
    margin-left: 0;
    margin-right: 24px
}

.pagination-item:last-child {
    margin-right: 0;
    margin-left: 24px
}

.pagination-item.active a {
    background: #292827;
    color: #fff
}

.pagination-item.disabled {
    pointer-events: none;
    opacity: .4
}

.badge {
    background: rgba(240,239,237,.7);
    border-radius: 4px;
    font-weight: 600;
    padding: 4px;
    font-size: 12px;
    line-height: 1
}

.badge .icon {
    position: relative;
    bottom: 1px
}

.badge .icon-left {
    margin-right: 2px
}

.badge .icon-right {
    margin-left: 2px
}

.loader {
    display: inline-block;
    position: relative;
    width: 36px
}

.loader-dots {
    -webkit-animation: loader-dots 1s infinite linear alternate;
    animation: loader-dots 1s infinite linear alternate;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.loader-dots,.loader-dots:before,.loader-dots:after {
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    width: 8px
}

.loader-dots:before,.loader-dots:after {
    -webkit-animation: loader-dots 1s infinite alternate;
    animation: loader-dots 1s infinite alternate;
    content: "";
    position: absolute
}

.loader-dots:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: 0
}

.loader-dots:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    right: 0
}

@-webkit-keyframes loader-dots {
    0% {
        background-color: currentColor
    }

    50%,100% {
        background-color: rgba(255,255,255,.4)
    }
}

@keyframes loader-dots {
    0% {
        background-color: currentColor
    }

    50%,100% {
        background-color: rgba(255,255,255,.4)
    }
}

.banner-new-clients {
    background-color: #f8f7f6;
    color: #707070;
    font-size: 18px;
    line-height: 1.33334;
    margin-bottom: 80px;
    padding-top: 35px;
    position: relative;
    z-index: 0
}

.banner-new-clients .bt {
    margin-top: 8px
}

.banner-new-clients-img {
    display: block;
    margin-top: -22px;
    position: relative;
    text-align: center;
    z-index: -1
}

@media(min-width: 992px) {
    .banner-new-clients {
        background-color:transparent;
        font-size: 24px;
        margin-bottom: 48px;
        padding-bottom: 44px;
        padding-top: 44px
    }

    .banner-new-clients .bt {
        margin-top: 32px
    }

    .banner-new-clients>.container {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .banner-new-clients-img {
        margin-top: 0;
        max-width: 40%
    }

    .banner-new-clients-img>img {
        height: auto;
        max-width: 100%
    }

    .banner-new-clients:after {
        background-color: #f8f7f6;
        border-radius: 12px;
        content: "";
        height: 100%;
        left: 28px;
        position: absolute;
        right: 28px;
        top: 0;
        z-index: -2
    }
}

.banner-call-homeyou {
    color: #707070;
    font-size: 18px;
    line-height: 1.33334;
    margin-bottom: 64px
}

.banner-call-homeyou .icon {
    margin-bottom: 11px
}

.banner-call-homeyou .h2>a {
    display: block
}

.banner-call-homeyou-img {
    display: none
}

@media(min-width: 992px) {
    .banner-call-homeyou {
        margin-bottom:112px
    }

    .banner-call-homeyou>.container {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .banner-call-homeyou-img {
        display: block;
        margin-right: 60px
    }
}

@media(min-width: 1200px) {
    .banner-call-homeyou {
        font-size:28px;
        line-height: 1.42857
    }

    .banner-call-homeyou .icon {
        height: 48px;
        margin-bottom: 20px;
        width: 48px
    }

    .banner-call-homeyou .h2 {
        margin-bottom: 32px
    }

    .banner-call-homeyou-img {
        margin-right: 122px
    }
}

.banner-our-values {
    color: #3f3d3c;
    margin-bottom: 80px
}

.banner-our-values .h1 {
    color: #a3a2a0;
    font-size: 40px;
    letter-spacing: -.02em;
    line-height: 1.1
}

.banner-our-values .h1>span {
    color: #292827;
    display: block
}

.banner-our-values .img-fluid {
    margin-top: 32px
}

@media(min-width: 768px) {
    .banner-our-values .img-fluid {
        margin-top:0
    }

    .banner-our-values .row {
        align-items: center
    }
}

@media(min-width: 992px) {
    .banner-our-values {
        font-size:24px;
        line-height: 1.33334;
        margin-bottom: 112px
    }

    .banner-our-values .h1 {
        font-size: 72px;
        line-height: 1
    }
}

.banner-our-team {
    background-color: #d1e2eb;
    overflow: hidden;
    padding-bottom: 107px;
    padding-top: 72px;
    position: relative;
    z-index: 0
}

.banner-our-team .bt {
    margin-top: 12px
}

.banner-our-team-content {
    max-width: 60%
}

.banner-our-team-img {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

@media(min-width: 768px) {
    .banner-our-team {
        padding-bottom:41px;
        padding-top: 32px
    }

    .banner-our-team>.container {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .banner-our-team-content {
        max-width: 50%
    }

    .banner-our-team-img {
        bottom: auto;
        position: relative;
        right: auto
    }
}

@media(min-width: 992px) {
    .banner-our-team {
        align-items:center;
        display: flex;
        font-size: 18px;
        line-height: 1.55556
    }

    .banner-our-team .h2 {
        font-size: 40px;
        line-height: 1.1;
        max-width: 70%
    }

    .banner-our-team .bt {
        margin-top: 32px
    }

    .banner-our-team-img {
        margin-top: 0;
        max-width: 50%
    }

    .banner-our-team-img>img {
        height: auto;
        max-width: 100%
    }
}

.banner-planning-project {
    background-color: #d1e2eb;
    border-radius: 10px;
    color: #3d3d3d;
    line-height: 1.375;
    height: 365px;
    margin-bottom: 24px;
    margin-top: 24px;
    padding: 32px 24px 0;
    position: relative;
    text-align: center;
    z-index: 0
}

.banner-planning-project .link-call {
    display: none
}

.banner-planning-project-img {
    bottom: 0;
    display: block;
    right: 0;
    position: absolute;
    max-width: 100%;
    text-align: center;
    z-index: -1
}

.banner-planning-project-img>img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

@media(min-width: 576px) {
    .banner-planning-project {
        height:auto;
        margin-bottom: 55px;
        margin-top: 65px;
        text-align: left;
        padding: 60px
    }

    .banner-planning-project .link-call {
        color: #292827;
        display: block;
        margin-top: 30px
    }

    .banner-planning-project .link-call .icon {
        margin-right: 2px
    }

    .banner-planning-project .link-call>a {
        display: block;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -.008em;
        line-height: 1.2;
        margin-top: 4px
    }

    .banner-planning-project-img {
        height: 100%;
        max-width: 50%
    }

    .banner-planning-project-img>img {
        -o-object-position: center left;
        object-position: center left
    }
}

@media(min-width: 992px) {
    .banner-planning-project {
        font-size:18px;
        line-height: 1.33334
    }

    .banner-planning-project .bt {
        margin-top: 16px
    }

    .banner-planning-project .link-call {
        margin-top: 52px
    }
}

.banner-join-network {
    background-color: #e3f3f3;
    border-radius: 10px;
    line-height: 1.37;
    margin-top: 36px;
    margin-bottom: 48px;
    text-align: center;
    padding: 24px 20px 32px
}

.banner-join-network .bt {
    margin-top: 8px;
    width: 100%
}

@media(min-width: 992px) {
    .banner-join-network {
        margin-top:32px;
        margin-bottom: 40px;
        padding: 32px 32px 40px;
        font-size: 18px
    }

    .banner-join-network .bt {
        width: auto
    }
}

.section {
    margin-bottom: 48px
}

.section-header {
    margin-bottom: 24px
}

.section-links {
    display: none
}

.section-filters {
    margin-bottom: 31px
}

@media(min-width: 992px) {
    .section {
        margin-bottom:92px
    }

    .section.bg {
        padding-top: 68px;
        padding-bottom: 115px
    }

    .section.border {
        padding-bottom: 32px;
        margin-bottom: 28px
    }

    .section-header {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 32px
    }

    .section-title {
        margin-bottom: 0
    }

    .section-opening {
        color: #525251;
        font-size: 20px;
        line-height: 1.2;
        margin-top: 12px;
        width: 100%
    }

    .section-links {
        display: block
    }

    .section-links>a {
        display: inline-block;
        font-size: 16px;
        line-height: 1.25
    }

    .section-links>a+a {
        margin-left: 6px
    }
}

@media(min-width: 1200px) {
    .section-links>a+a {
        margin-left:18px
    }
}

.tab-content>:not(.active) {
    display: none
}

.chip-link {
    display: inline-block;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1;
    background: #f0efed;
    border: 1px solid #e0e0de;
    border-radius: 100px;
    color: #292827;
    min-width: 41px;
    text-align: center;
    white-space: nowrap
}

.chip-link:hover {
    text-decoration: none
}

.chip-link.active {
    background-color: #292827;
    border-color: #292827;
    color: #fff
}

.chip-item {
    padding-right: 8px
}

@media(max-width: 991px) {
    .chip-list {
        display:flex;
        overflow-x: auto;
        padding-bottom: 20px;
        transform: translateY(20px)
    }

    .chip-item:first-child {
        padding-left: 20px
    }

    .chip-item:last-child {
        padding-right: 20px
    }
}

@media(min-width: 992px) {
    .chip-carousel .slick-prev,.chip-carousel .slick-next {
        position:absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        color: transparent;
        outline: none;
        width: 32px;
        height: 32px;
        border: none;
        background-color: transparent;
        padding: 0
    }

    .chip-carousel .slick-prev:after,.chip-carousel .slick-prev:before,.chip-carousel .slick-next:after,.chip-carousel .slick-next:before {
        content: "";
        display: block;
        position: absolute
    }

    .chip-carousel .slick-prev:before,.chip-carousel .slick-next:before {
        border: 1px solid #e0e0de;
        border-radius: 50%;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .chip-carousel .slick-prev:after,.chip-carousel .slick-next:after {
        background-color: rgba(255,255,255,.25);
        -webkit-backdrop-filter: blur(100px);
        backdrop-filter: blur(100px);
        height: 52px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 52px;
        z-index: 0
    }

    .chip-carousel .slick-prev {
        left: 0
    }

    .chip-carousel .slick-prev:before {
        background-image: url(../images/sprite.svg#g-prev)
    }

    .chip-carousel .slick-next {
        right: 0
    }

    .chip-carousel .slick-next:before {
        background-image: url(../images/sprite.svg#g-next)
    }

    .chip-carousel .slick-disabled {
        display: none!important
    }

    .chip-carousel:not(.slick-initialized) {
        overflow: hidden;
        display: flex
    }
}

.directory-section {
    margin-bottom: 48px
}

@media(min-width: 992px) {
    .directory-section {
        margin-bottom:92px
    }
}

.directory-highlight {
    background-color: #f8f7f6;
    padding-bottom: 48px;
    padding-top: 44px
}

.directory-highlight .section {
    margin-bottom: 0
}

.directory-highlight .section+.section {
    border-top: 1px solid #e0e0de;
    margin-top: 40px;
    padding-top: 40px
}

@media(min-width: 992px) {
    .directory-highlight {
        padding-bottom:120px;
        padding-top: 92px
    }
}

.directory.border {
    border-bottom: 1px solid #e0e0de;
    padding-bottom: 40px;
    margin-bottom: 32px
}

.inspiration-item {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

.inspiration-item a {
    text-decoration: none
}

.inspiration-item-img {
    display: block;
    height: 225px;
    overflow: hidden;
    position: relative
}

.inspiration-item-img>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.inspiration-item-img .inspiration-item-hits {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    left: 16px;
    padding: 3px 6px 3px 24px;
    position: absolute;
    top: 16px;
    z-index: 1
}

.inspiration-item-hits {
    background-image: url(../images/sprite.svg#g-hits);
    background-position: left 6px center;
    background-repeat: no-repeat;
    background-size: 10px 14px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 1.33334;
    padding-left: 24px
}

.inspiration-item-body {
    background-color: #fff;
    color: #292827;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px 20px 28px
}

.inspiration-item-body .h5 {
    flex-grow: 1
}

.inspiration-item-body a {
    color: currentColor
}

.inspiration-item-category {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    list-style: none;
    margin-bottom: 4px;
    padding-left: 0
}

.inspiration-item-category>li {
    display: inline-block
}

.inspiration-item-category>li:after {
    content: ", "
}

.inspiration-item-category>li:last-child:after {
    display: none
}

.inspiration-item-date {
    color: #707070;
    font-size: 12px;
    line-height: 1.33334;
    margin-top: 20px
}

.inspiration-item-photo {
    border-radius: 8px;
    min-height: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.inspiration-item-photo a {
    text-decoration: none
}

.inspiration-item-photo .h5 {
    flex-grow: 0;
    margin-bottom: 8px
}

.inspiration-item-photo-sm-2 {
    height: 320px
}

.inspiration-item-photo:hover .inspiration-item-img {
    transform: scale(1.025)
}

.inspiration-item-photo:hover .inspiration-item-body {
    opacity: 1
}

.inspiration-item-photo .inspiration-item-img {
    height: 100%;
    margin-bottom: 0;
    transition: transform .15s ease
}

.inspiration-item-photo .inspiration-item-body {
    background: rgba(42,41,40,.24);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    align-items: center;
    background-color: transparent;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    transition: opacity .15s ease;
    width: 100%;
    z-index: 1
}

.inspiration-item-photo .inspiration-item-body a {
    color: #fff
}

.inspiration-item-xs {
    display: flex;
    flex-direction: row;
    position: relative
}

.inspiration-item-xs+.inspiration-item-xs {
    margin-top: 24px
}

.inspiration-item-xs .inspiration-item-img {
    border-radius: 8px;
    flex: 0 0 auto;
    height: 88px;
    width: 88px
}

.inspiration-item-xs .inspiration-item-body {
    padding: 8px 16px
}

.inspiration-item-xs .inspiration-item-date {
    margin-top: 0
}

.inspiration-item-xs .inspiration-item-hits {
    bottom: 8px;
    position: absolute;
    right: 16px
}

.inspiration-item-lg .inspiration-item-img {
    height: 294px
}

.inspiration-item-lg .inspiration-item-body {
    background-color: #f8f7f6
}

.list-scroll .inspiration-item {
    width: 278px
}

@media(min-width: 768px) {
    .inspiration-item-sm .inspiration-item-img {
        height:192px
    }
}

@media(min-width: 992px) {
    .inspiration-item {
        width:auto
    }

    .inspiration-item-img {
        height: 260px
    }

    .inspiration-item-body {
        padding-bottom: 28px;
        padding-top: 24px
    }

    .inspiration-item-category {
        margin-bottom: 8px
    }

    .inspiration-item-photo {
        height: 432px
    }

    .inspiration-item-photo .h5 {
        margin-bottom: 24px
    }

    .inspiration-item-photo-sm {
        height: 340px
    }

    .inspiration-item-photo-sm-2 {
        height: 700px
    }

    .inspiration-item-lg .inspiration-item-img {
        height: 408px
    }

    .inspiration-item-lg .inspiration-item-body {
        padding-bottom: 20px
    }

    .inspiration-item-lg .inspiration-item-category {
        font-size: 16px;
        line-height: 1.25
    }

    .list-scroll .inspiration-item {
        width: auto
    }
}

.inspiration-highlight {
    background-color: #f8f7f6;
    padding-bottom: 48px;
    padding-top: 44px;
    position: relative
}

@media(min-width: 992px) {
    .inspiration-highlight {
        background-color:transparent;
        padding-bottom: 120px;
        padding-top: 92px
    }

    .inspiration-highlight:after {
        background-color: #f8f7f6;
        border-radius: 12px;
        content: "";
        height: 100%;
        left: 28px;
        position: absolute;
        right: 28px;
        top: 0;
        z-index: -2
    }
}

.inspiration-list .col,.inspiration-list [class*=col-] {
    margin-bottom: 16px
}

.inspiration-list-footer {
    margin-top: 28px;
    text-align: center
}

@media(min-width: 992px) {
    .inspiration-list .col,.inspiration-list [class*=col-] {
        margin-bottom:20px
    }
}

.section-inspired {
    background-color: #fff;
    padding-bottom: 48px;
    padding-top: 32px
}

@media(min-width: 992px) {
    .section-inspired {
        padding-bottom:80px;
        padding-top: 72px
    }
}

.project-item {
    color: #292827;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 1.33334;
    width: 219px
}

.project-item input {
    display: none
}

.project-item-img {
    border-radius: 8px;
    height: 199px;
    margin-bottom: 8px;
    overflow: hidden
}

.project-item-img>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.project-item-xs {
    font-size: 14px;
    line-height: 1.42857
}

.project-item-xs .project-item-img {
    height: 92px
}

@media(min-width: 992px) {
    .project-item {
        width:auto
    }
}

.service-item {
    color: #292827;
    display: block;
    font-size: 18px;
    line-height: 1.33334;
    width: 277px
}

.service-item,.service-item-link {
    color: #3d3d3d
}

.service-item-title {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 8px
}

.service-item-link {
    display: block;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 5px;
    padding-top: 5px
}

.service-item-location {
    display: block;
    line-height: 1.25;
    padding-bottom: 10px;
    padding-top: 10px
}

.service-item-city {
    color: #707070;
    display: block;
    font-size: 14px;
    line-height: 1.428572
}

.service-item-img {
    border-radius: 8px;
    height: 199px;
    margin-bottom: 8px;
    overflow: hidden
}

.service-item-img>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media(min-width: 992px) {
    .service-list .col:nth-last-child(-n+4)>*:last-child {
        margin-bottom:0
    }

    .service-item {
        margin-bottom: 48px;
        width: auto
    }
}

.cost-item {
    color: #292827;
    display: block;
    font-size: 16px;
    line-height: 1.25;
    width: 219px
}

.cost-item .link-price {
    color: #525251;
    display: block;
    font-size: 14px;
    line-height: 1.428572;
    margin-top: 8px
}

.cost-item .link-price .icon {
    fill: #292827;
    vertical-align: text-bottom
}

.cost-item-title {
    margin-bottom: 8px
}

.cost-item-img {
    border-radius: 8px;
    height: 147px;
    margin-bottom: 8px;
    overflow: hidden
}

.cost-item-img>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cost-item-link {
    display: block;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 5px;
    padding-top: 5px
}

.cost-item:hover {
    text-decoration: none
}

.cost-list-item+.cost-list-item {
    margin-top: 27px
}

.cost-list+.cost-list {
    margin-top: 39px
}

@media(min-width: 992px) {
    .cost-list .col:nth-last-child(-n+4)>*:last-child {
        margin-bottom:0
    }

    .cost-item {
        margin-bottom: 48px;
        width: auto
    }

    .cost-item-img {
        height: 174px
    }
}

.testimonial-item {
    background-color: #f8f7f6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
    padding: 28px 16px;
    width: 277px
}

.testimonial-item-review {
    background: url(../images/sprite.svg#g-star) repeat left -1px top;
    background-size: 18px 16px;
    display: flex;
    height: 16px;
    justify-content: space-between;
    margin-bottom: 12px;
    width: 88px
}

.testimonial-item-review>.star {
    fill: #fc8226
}

.testimonial-item-content {
    flex-grow: 1;
    margin-bottom: 28px
}

.testimonial-author {
    font-size: 14px;
    min-height: 36px;
    line-height: 1.42857;
    padding-left: 48px;
    padding-top: 3px;
    position: relative
}

.testimonial-author-img {
    border-radius: 50%;
    height: 36px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 36px
}

.testimonial-author-img>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.testimonial-author-name {
    font-size: 16px;
    line-height: 1.25
}

.testimonial-list {
    margin-bottom: 24px
}

@media(min-width: 992px) {
    .testimonial-list {
        margin-bottom:56px
    }

    .testimonial-item {
        font-size: 18px;
        line-height: 1.55556;
        padding: 48px 32px;
        width: auto
    }

    .testimonial-item-review {
        background-size: 26px 22px;
        height: 22px;
        margin-bottom: 20px;
        width: 130px
    }

    .testimonial-author {
        display: flex;
        flex-direction: column;
        min-height: 48px;
        justify-content: center;
        padding-left: 60px;
        padding-top: 0
    }

    .testimonial-author-img {
        height: 48px;
        width: 48px
    }
}

.testimonials {
    margin-bottom: 60px
}

@media(min-width: 992px) {
    .testimonials {
        margin-bottom:112px
    }
}

.bt-call {
    display: none
}

@media(min-width: 992px) {
    .popover-call {
        background-color:#fff;
        bottom: 108px;
        box-shadow: 0 7px 12px -8px rgba(42,41,40,.52),0 24px 32px -8px rgba(35,33,33,.16);
        padding: 24px;
        position: fixed;
        right: 32px;
        width: 506px
    }

    .talk-local {
        color: #525251;
        font-size: 14px;
        line-height: 1.42857
    }

    .talk-local .h4 {
        margin-bottom: 8px
    }

    .talk-local-address {
        font-weight: 600;
        margin-bottom: 12px
    }

    .talk-local-address>span {
        font-weight: 400
    }

    .talk-local-address .icon {
        fill: #868584;
        margin-right: 1px;
        position: relative;
        top: -2px
    }

    .talk-local-reviews {
        display: flex;
        margin-bottom: 24px
    }

    .talk-local-reviews .icon {
        fill: #cccbc8;
        height: 20px;
        width: 20px
    }

    .talk-local-reviews .icon+.icon {
        margin-left: 2px
    }

    .talk-local-reviews .icon.active {
        fill: #fc8226
    }

    .talk-local-reviews-total,.talk-local-reviews-new {
        margin-left: 8px
    }

    .talk-local-call {
        background-color: #f8f7f6;
        border: 1px solid #f0efed;
        border-radius: 8px;
        color: #868584;
        font-size: 18px;
        line-height: 1.33334;
        margin-bottom: 16px;
        padding-bottom: 20px;
        padding-top: 32px;
        text-align: center
    }

    .talk-local-call .icon {
        fill: #292827;
        margin-right: 5px;
        position: relative;
        top: -2px
    }

    .talk-local-call>a {
        color: #292827;
        display: block;
        font-size: 20px;
        line-height: 1.2;
        padding: 12px;
        text-decoration: none
    }

    .talk-homeyou {
        align-items: center;
        border-radius: 12px;
        display: flex;
        font-size: 16px;
        line-height: 1.25
    }

    .talk-homeyou-img {
        flex: 0 0 auto;
        height: auto;
        margin-right: 32px;
        width: 162px
    }

    .talk-homeyou-label {
        color: #000;
        display: block;
        line-height: 1.25;
        margin-bottom: 16px
    }

    .talk-homeyou-title {
        color: #706f6e;
        display: block;
        font-size: 24px;
        line-height: 1.16667;
        margin-bottom: 16px
    }

    .talk-homeyou-title>a {
        color: #292827;
        display: block;
        margin-top: 4px
    }

    .bt-call {
        align-items: center;
        background-color: #292827;
        border: none;
        border-radius: 32px;
        bottom: 32px;
        color: #fff;
        display: flex;
        font-size: 14px;
        height: 64px;
        line-height: 1;
        overflow: hidden;
        padding: 0 0 0 20px;
        position: fixed;
        right: 32px;
        transition: width .3s ease;
        width: 64px
    }

    .bt-call .icon {
        flex: 0 0 auto;
        fill: currentColor
    }

    .bt-call>span {
        margin-left: 12px;
        opacity: 0;
        transition: opacity .3s ease;
        white-space: nowrap
    }

    .bt-call.active {
        transition: none
    }

    .bt-call.active:after,.bt-call.active:before {
        background-color: #fff;
        border-radius: 1px;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        width: 24px
    }

    .bt-call.active:before {
        transform: rotate(45deg)
    }

    .bt-call.active:after {
        transform: rotate(-45deg)
    }

    .bt-call.active .icon {
        opacity: 0
    }

    .bt-call:not(.active):hover {
        color: #fff;
        text-decoration: none;
        width: 136px
    }

    .bt-call:not(.active):hover>span {
        opacity: 1
    }
}

.header {
    background-color: #fff;
    transition: background-color .15s ease
}

.header.fixed-top {
    border-bottom: 1px solid #e0e0df;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030
}

.navbar {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.navbar .nav-link {
    color: #292827;
    cursor: pointer;
    display: block;
    font-weight: 600;
    line-height: 1.25;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap
}

.navbar .nav-link .icon {
    fill: #3d3d3d;
    vertical-align: bottom
}

.navbar-brand {
    display: block
}

.navbar-brand .logo-light {
    display: none
}

.navbar-toggler {
    background-color: transparent;
    border: none;
    height: 48px;
    margin-right: -14px;
    padding: 0 14px;
    width: 48px
}

.navbar-toggler>span {
    background-color: #000;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: relative;
    top: 0;
    transition: transform .15s ease,top .15s ease .15s,opacity .1s ease .075s;
    width: 20px
}

.navbar-toggler>span+span {
    margin-top: 4px
}

.navbar-toggler:not(.collapsed)>span {
    transition: transform .15s ease .15s,top .15s ease,opacity .1s ease .075s
}

.navbar-toggler:not(.collapsed)>span:first-child {
    transform: rotate(-45deg);
    top: 6px
}

.navbar-toggler:not(.collapsed)>span:nth-child(2) {
    opacity: 0
}

.navbar-toggler:not(.collapsed)>span:last-child {
    transform: rotate(45deg);
    top: -6px
}

.navbar-collapse {
    display: none
}

.navbar-nav {
    list-style: none;
    margin-bottom: 22px;
    padding-left: 0
}

.navbar-nav:before {
    color: #707070;
    content: attr(data-title);
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0 20px 6px
}

.navbar-welcome {
    border-bottom: 1px solid #e0e0de;
    margin: 0 20px 24px;
    padding-bottom: 24px
}

.navbar-welcome:before {
    color: #292827;
    font-size: 20px;
    letter-spacing: -.008em;
    line-height: 1.2;
    margin: 0 0 16px
}

.navbar-welcome .nav-item .bt {
    display: block
}

.navbar-welcome .nav-item+.nav-item {
    margin-top: 12px
}

.navbar-form {
    display: none
}

.navbar-right {
    display: none;
    width: auto
}

.navbar-footer {
    border-top: 1px solid #e0e0de;
    color: #707070;
    font-size: 12px;
    line-height: 1.66667;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 24px;
    text-align: center
}

.navbar-footer .nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-footer .nav-link {
    display: inline-block;
    padding: 0
}

.navbar-footer .nav-item {
    display: inline-block
}

.navbar-footer .nav-item+.nav-item:before {
    content: "·";
    display: inline-block;
    margin-right: 5px;
    margin-left: 1px
}

.navbar-subnav {
    display: none
}

/*@media(min-width: 992px) {*/
/*    .navbar {*/
/*        height:72px*/
/*    }*/

/*    .navbar .collapse:not(.show) {*/
/*        display: flex*/
/*    }*/

/*    .navbar .nav-item,.navbar .nav-link {*/
/*        align-items: center;*/
/*        display: flex*/
/*    }*/

/*    .navbar .nav-item:hover .navbar-subnav {*/
/*        display: block*/
/*    }*/

/*    .navbar .nav-link {*/
/*        border-bottom: 2px solid transparent;*/
/*        height: 100%;*/
/*        padding: 11px 12px 9px*/
/*    }*/

/*    .navbar .nav-link:hover {*/
/*        border-bottom-color: #292827*/
/*    }*/

/*    .navbar .nav-link .icon {*/
/*        display: none*/
/*    }*/

/*    .navbar .nav-user {*/
/*        margin-left: 12px*/
/*    }*/

/*    .navbar-brand {*/
/*        margin-right: 28px;*/
/*        padding-bottom: 8px*/
/*    }*/

/*    .navbar-brand>img {*/
/*        height: 36px*/
/*    }*/

/*    .navbar-toggler {*/
/*        display: none*/
/*    }*/

/*    .navbar-collapse {*/
/*        display: flex;*/
/*        flex-grow: 1;*/
/*        height: 100%;*/
/*        justify-content: space-between*/
/*    }*/

/*    .navbar-nav {*/
/*        flex-grow: 1;*/
/*        display: flex;*/
/*        margin-bottom: 0;*/
/*        width: 100%*/
/*    }*/

/*    .navbar-nav:before {*/
/*        display: none*/
/*    }*/

/*    .navbar-form {*/
/*        display: none;*/
/*        justify-content: center*/
/*    }*/

/*    .navbar-form .form-quotes {*/
/*        box-shadow: 0 0 1px rgba(42,41,40,.2),0 2px 6px rgba(42,41,40,.08)*/
/*    }*/

/*    .navbar-form .form-quotes .form-group {*/
/*        padding-left: 14px;*/
/*        padding-right: 14px;*/
/*        width: 277px*/
/*    }*/

/*    .navbar-form .form-quotes .form-group-zipcode {*/
/*        width: 115px*/
/*    }*/

/*    .navbar-form .form-quotes .form-group-zipcode .form-control {*/
/*        background-image: url(../images/sprite.svg#g-pin);*/
/*        background-position: left center;*/
/*        background-repeat: no-repeat;*/
/*        background-size: 20px 20px;*/
/*        padding-left: 25px*/
/*    }*/

/*    .navbar-right {*/
/*        flex-grow: 0;*/
/*        width: auto*/
/*    }*/

/*    .navbar-subnav {*/
/*        background-color: #fff;*/
/*        border-top: 1px solid #e0e0df;*/
/*        display: none;*/
/*        left: 0;*/
/*        padding-bottom: 60px;*/
/*        padding-top: 32px;*/
/*        position: absolute;*/
/*        top: 100%;*/
/*        right: 0*/
/*    }*/

/*    .navbar-subnav .project-list {*/
/*        margin-bottom: 48px*/
/*    }*/

/*    .navbar-subnav-title {*/
/*        display: block;*/
/*        font-size: 18px;*/
/*        line-height: 1.33334;*/
/*        margin-bottom: 12px*/
/*    }*/

/*    .navbar-subnav:after {*/
/*        background: rgba(42,41,40,.32);*/
/*        -webkit-backdrop-filter: blur(8px);*/
/*        backdrop-filter: blur(8px);*/
/*        content: "";*/
/*        height: 100%;*/
/*        pointer-events: none;*/
/*        position: fixed;*/
/*        width: 100%;*/
/*        z-index: -1*/
/*    }*/
/*}*/

@media(max-width: 991px) {
   
   
}

.footer {
    background-color: #f8f7f6;
    box-shadow: 0 -1px 0 #e8e8e8;
    font-size: 14px;
    line-height: 1.42858;
    padding-top: 18px
}

.footer p {
    margin-bottom: 12px
}

.footer .nav {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0
}

.footer .nav-link {
    color: #292827;
    display: block;
    padding-bottom: 6px;
    padding-top: 6px
}

.footer-nav {
    border-bottom: 1px solid #e0e0de;
    padding-bottom: 8px;
    padding-top: 18px
}

.footer-nav .h6 {
    position: relative
}

.footer-nav .h6:after {
    background: url(../images/sprite.svg#g-collapse) no-repeat;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px
}

.footer-nav:not(.active) .nav {
    display: none
}

.footer-nav.active .h6:after {
    transform: rotate(180deg)
}

.footer-pro {
    margin-top: 32px
}

.footer-pro .h6 {
    margin-bottom: 4px
}

.footer-app {
    margin-top: 32px
}

.footer-app>a {
    display: inline-block
}

.footer-app>a+a {
    margin-left: 2px
}

.footer-copyright {
    border-top: 1px solid #e0e0de;
    color: #707070;
    font-size: 12px;
    line-height: 1.66667;
    margin-top: 37px;
    padding-bottom: 24px;
    padding-top: 21px
}

.footer-copyright .nav {
    margin-bottom: 0;
    margin-top: 16px
}

.footer-copyright .nav-link {
    display: inline-block
}

.footer-copyright .nav-item {
    display: inline-block
}

.footer-copyright .nav-item+.nav-item:before {
    content: "·";
    display: inline-block;
    margin-right: 5px;
    margin-left: 1px
}

.footer-social {
    float: right
}

.footer-social .icon {
    fill: currentColor
}

.footer-social>a {
    border-radius: 50%;
    color: #292827;
    display: inline-block;
    font-size: 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    transition: background-color .35s ease,color .35s ease;
    width: 32px
}

.footer-social>a:hover {
    background-color: #292827;
    color: #fff
}

.footer-lists {
    margin-top: 33px;
    padding-top: 28px;
    width: 100%;
    border-top: 1px solid #e0e0de;
    font-size: 12px;
    line-height: 1.33;
    color: #707070
}

.footer-lists ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.footer-lists ul li {
    display: inline-block
}

.footer-lists ul:first-child {
    letter-spacing: .073em
}

.footer-lists ul+ul {
    margin-top: 16px
}

.footer-lists a {
    color: #707070
}

@media(min-width: 768px) {
    .footer .nav {
        display:block
    }

    .footer .nav-link {
        padding-bottom: 4px;
        padding-top: 4px
    }

    .footer-nav {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0
    }

    .footer-nav .h6:after {
        display: none
    }

    .footer-nav:not(.active) .nav {
        display: block
    }
}

@media(min-width: 992px) {
    .footer {
        font-size:16px;
        line-height: 1.5;
        padding-top: 84px
    }

    .footer p {
        margin-bottom: 20px
    }

    .footer-brand {
        margin-right: 28px
    }

    .footer-navbar {
        align-items: center;
        display: flex;
        flex-grow: 1;
        justify-content: space-between
    }

    .footer-pro {
        margin-top: 0
    }

    .footer-app {
        margin-top: 38px
    }

    .footer-copyright {
        border-top: none;
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 1.71428;
        margin-top: 84px;
        padding-bottom: 44px;
        padding-top: 0
    }

    .footer-copyright .nav {
        margin-top: 0
    }

    .footer-social {
        border-bottom: 1px solid #e0e0de;
        float: none;
        margin-bottom: 36px;
        padding-bottom: 24px;
        width: 100%
    }

    .footer-social>a+a {
        margin-left: 5px
    }
}

@media(min-width: 1200px) {
    .footer-app {
        margin-top:60px
    }
}
