.hbs .hzhp-hero--container {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute
}

    .hbs .hzhp-hero--container.current {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .hbs .hzhp-hero--container:after {
        content: " ";
        min-height: 100%;
        width: 100%;
        background: #000;
        opacity: .16;
        position: absolute;
        z-index: 3;
        top: 0;
        pointer-events: none
    }

.hbs .hzhp-hero__wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.hbs .hzhp-hero__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
    width: 1000px;
    z-index: 5
}

.hbs .hzhp-hero__inner--hide {
    display: none
}

.hbs .hzhp-hero__cta {
    position: relative;
    display: inline-block;
    width: calc(100% - 420px);
    height: 100%;
    vertical-align: middle;
    z-index: 4;
    font-family: museo-sans;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.44;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.5)
}

.hbs .hzhp-hero__cta-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hbs .hzhp-hero__cta__pro-join {
    font-size: 16px;
    margin-top: 20px
}

.hbs .hzhp-hero__cta__pro-join__link {
    color: #fff;
    text-decoration: underline
}

.hbs .hzhp-hero__attribution {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    z-index: 1
}

    .hbs .hzhp-hero__attribution:hover {
        color: #fff;
        text-decoration: underline
    }

.hbs .hzhp-hero__attribution--container {
    margin: auto;
    position: absolute;
    bottom: 0;
    padding: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

.hbs .hzhp-hero--pro .hzhp-hero__wrapper {
    height: 280px
}

@media (min-width:1280px) {
    .hbs #hz-homepage .hzhp-hero__attribution--container, .hbs #hz-homepage .hzhp-hero__inner {
        width: 1200px
    }
}

.hz-pres-type-mobile #hz-homepage .hzhp-hero__wrapper, .hz-pres-type-phone #hz-homepage .hzhp-hero__wrapper {
    min-width: 100%
}

.hz-pres-type-mobile #hz-homepage .hzhp-hero__cta, .hz-pres-type-phone #hz-homepage .hzhp-hero__cta {
    padding: 0 40px;
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height: normal;
    display: block;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute
}

.hz-pres-type-mobile #hz-homepage .hzhp-hero__subtitle, .hz-pres-type-phone #hz-homepage .hzhp-hero__subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px
}

.hz-pres-type-mobile #hz-homepage .hzhp-hero__button-wrapper, .hz-pres-type-phone #hz-homepage .hzhp-hero__button-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 190px
}

.hz-pres-type-mobile #hz-homepage .hzhp-hero__ctaButton, .hz-pres-type-phone #hz-homepage .hzhp-hero__ctaButton {
    text-shadow: none;
    width: 200px;
    line-height: 32px;
    font-size: 16px;
    margin-top: 9px
}

.hz-pres-type-mobile #hz-homepage .hzhp-hero__cta-redesign, .hz-pres-type-phone #hz-homepage .hzhp-hero__cta-redesign {
    font-family: proxima-nova
}

    .hz-pres-type-mobile #hz-homepage .hzhp-hero__cta-redesign .hzhp-hero__subtitle, .hz-pres-type-phone #hz-homepage .hzhp-hero__cta-redesign .hzhp-hero__subtitle {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .hz-pres-type-mobile #hz-homepage .hzhp-hero__cta-redesign .hzhp-hero__ctaButton, .hz-pres-type-phone #hz-homepage .hzhp-hero__cta-redesign .hzhp-hero__ctaButton {
        text-shadow: none;
        width: auto;
        height: 40px;
        line-height: 32px;
        font-size: 16px;
        margin-top: 9px
    }

    .hz-pres-type-mobile #hz-homepage .hzhp-hero__cta-redesign .hz-pro-solutions-button, .hz-pres-type-phone #hz-homepage .hzhp-hero__cta-redesign .hz-pro-solutions-button {
        margin-top: 12px;
        width: auto
    }

.hz-pres-type-mobile #hz-homepage .hzhp-hero__inner, .hz-pres-type-phone #hz-homepage .hzhp-hero__inner {
    width: 100%
}

.hz-pres-type-mobile #hz-homepage .hzhp-hero__attribution--container, .hz-pres-type-phone #hz-homepage .hzhp-hero__attribution--container {
    display: none
}

.hzui-carousel-arrow {
    font-size: 22px
}

.hzui-carousel-arrow--round {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    font-weight: 700;
    font-size: 12px;
    display: block;
    width: 36px;
    height: 36px;
    opacity: 1;
    position: relative;
    -webkit-transition: all .1s;
    transition: all .1s
}

    .hzui-carousel-arrow--round .hzui-carousel-arrow-icon {
        font-size: 1.2em;
        font-weight: 700;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .hzui-carousel-arrow--round:hover, .hzui-carousel__nav:hover .hzui-carousel-arrow--round {
        background-color: #f8f8f8
    }

    .hzui-carousel-arrow--round:active {
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.3)
    }

.hzui-carousel-arrow--right .hzui-carousel-arrow-icon {
    margin-left: 2px
}

.hzui-carousel-arrow--left .hzui-carousel-arrow-icon {
    margin-left: -1px
}

.hzui-carousel-arrow--up .hzui-carousel-arrow-icon {
    margin-top: -2px
}

.hzui-carousel-arrow--down .hzui-carousel-arrow-icon {
    margin-top: 1px
}

.hzui-carousel__nav.disabled .hzui-carousel-arrow {
    opacity: 0
}

.hzui-carousel {
    position: relative
}

    .hzui-carousel:focus {
        outline: none
    }

    .hzui-carousel .hzui-carousel__slider {
        position: relative
    }

.hzui-carousel--animated .hzui-carousel__slider {
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.hzui-carousel .hzui-carousel__nav {
    text-align: left;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .hzui-carousel .hzui-carousel__nav:active, .hzui-carousel .hzui-carousel__nav:active:focus, .hzui-carousel .hzui-carousel__nav:focus {
        outline: none;
        color: initial
    }

    .hzui-carousel .hzui-carousel__nav:hover {
        color: initial
    }

    .hzui-carousel .hzui-carousel__nav.disabled:active, .hzui-carousel .hzui-carousel__nav.disabled:focus, .hzui-carousel .hzui-carousel__nav:active:focus {
        pointer-events: auto;
        cursor: default
    }

.hzui-carousel .hzui-carousel__nav--prev {
    left: 0;
    z-index: 2
}

.hzui-carousel .hzui-carousel__nav--next {
    right: 0;
    z-index: 2
}

.hzui-carousel .hzui-carousel__inner {
    overflow: hidden;
    white-space: nowrap
}

.hzui-carousel .hzui-carousel__slider > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: normal;
    -webkit-font-smoothing: inherit
}

.hzui-carousel .hzui-carousel__toggles {
    margin-top: 5px
}

.hzui-carousel .hzui-carousel__toggle {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ccc
}

    .hzui-carousel .hzui-carousel__toggle:hover {
        cursor: pointer
    }

    .hzui-carousel .hzui-carousel__toggle:first-child {
        margin-left: 0
    }

.hzui-carousel .hzui-carousel__toggle--active {
    background-color: #888
}

.hzui-carousel .hzui-carousel__toggle--hidden {
    display: none
}

.hzui-carousel--vertical .hzui-carousel__inner {
    overflow: hidden;
    white-space: normal
}

.hzui-carousel--vertical .hzui-carousel__slider > * {
    display: block
}

.hzui-carousel--vertical .hzui-carousel__nav {
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.hzui-carousel--vertical .hzui-carousel__nav--prev {
    top: 0;
    z-index: 2
}

.hzui-carousel--vertical .hzui-carousel__nav--next {
    right: auto;
    bottom: 0;
    z-index: 2
}

.hzui-carousel--vertical, .hzui-carousel--vertical .hzui-carousel__inner, .hzui-carousel--vertical .hzui-carousel__slider {
    height: 100%
}

.hzui-carousel--masked:after, .hzui-carousel--masked:before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    z-index: 1
}

.hzui-carousel--masked:before {
    left: 0;
    background: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(270deg,hsla(0,0%,100%,0),#fff)
}

.hzui-carousel--prev-enabled.hzui-carousel--masked:before {
    width: 30px
}

.hzui-carousel--masked:after {
    right: 0;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff)
}

.hzui-carousel--next-enabled.hzui-carousel--masked:after {
    width: 30px
}

.hzui-carousel--masked-vertical:after, .hzui-carousel--masked-vertical:before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 1
}

.hzui-carousel--masked-vertical:before {
    top: 0;
    background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(0deg,hsla(0,0%,100%,0),#fff)
}

.hzui-carousel--prev-enabled.hzui-carousel--masked-vertical:before {
    height: 30px
}

.hzui-carousel--masked-vertical:after {
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff)
}

.hzui-carousel--next-enabled.hzui-carousel--masked-vertical:after {
    height: 30px
}

.hztv-carousel .hztv-carousel__title {
    color: #153c2d;
    display: inline-block
}

    .hztv-carousel .hztv-carousel__title:hover {
        color: #153c2d
    }

.hztv-carousel__heart-house {
    margin-right: 8px;
    font-size: 20px;
    margin-top: -12px
}

.hztv-carousel__title-main {
    font-size: 28px
}

    .hztv-carousel__title-main .hztv-carousel__title-live, .hztv-carousel__title-main .hztv-carousel__title-live:hover {
        color: #1c8e7d
    }

.hztv-carousel__title-2 {
    font-size: 22px
}

.hztv-carousel a.hztv-carousel__seeall {
    color: var(--kalilend-main);
    position: absolute;
    bottom: 2px;
    right: 0
}

.hz-intersection-pixel {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0
}

.hztv-carousel {
    position: relative
}

.hztv-carousel__item {
    display: inline-block;
    width: 238px;
    vertical-align: top
}

    .hztv-carousel__item:not(:last-child) {
        margin-right: 16px
    }

.hztv-carousel__img-container {
    width: 100%;
    position: relative
}

.hztv-carousel__img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.hztv-carousel__text {
    margin-top: 16px;
    color: #153c2d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    overflow: hidden
}

.hztv-carousel__overlay {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(0,0,0,.3)
}

.hztv-carousel__overlay, .hztv-carousel__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.hztv-carousel__play {
    font-size: 30px;
    color: #fff
}

.hztv-carousel .hzui-carousel__nav.hzui-carousel__nav--next {
    right: -16px;
    margin-top: -28px
}

.hztv-carousel .hzui-carousel__nav.hzui-carousel__nav--prev {
    left: -16px;
    margin-top: -28px
}

.hztv-carousel__headline, .hztv-carousel__observer {
    position: relative
}

.hztv-carousel__carousel {
    margin-top: 12px
}

.hztv-carousel__container {
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 10px
}

@media (min-width:1280px) {
    .hztv-carousel__item {
        width: 288px
    }
}

.hztv-carousel-m .hztv-carousel__item {
    width: 198px;
    margin-right: 16px
}

.hztv-carousel-m .hztv-carousel__text {
    margin-top: 8px;
    font-size: 14px;
    white-space: normal
}

.hztv-carousel-m .hztv-carousel__title-main {
    font-size: 20px
}

.hztv-carousel-m .hztv-carousel__heart-house {
    margin-right: 8px;
    font-size: 16px;
    margin-top: -6px
}

.hztv-carousel-m .hztv-carousel__title-2 {
    font-size: 16px
}

.br-landing__carousel-container .br-carousel {
    margin-left: -4px
}

    .br-landing__carousel-container .br-carousel .br-landing__header {
        margin-left: 0
    }

    .br-landing__carousel-container .br-carousel .hzui-carousel--prev-enabled .rec-products-item {
        margin-right: 12px
    }

    .br-landing__carousel-container .br-carousel .hzui-carousel__inner {
        padding-left: 2px
    }

    .br-landing__carousel-container .br-carousel .hzui-carousel__nav--prev {
        left: -16px
    }

    .br-landing__carousel-container .br-carousel .hzui-carousel__nav--next {
        right: -16px
    }

.br-landing__carousel-container .br-landing__header-container {
    display: table;
    width: 100%
}

.br-landing__carousel-container .br-landing__header {
    display: table-cell;
    vertical-align: top;
    font-size: 24px;
    line-height: 28px;
    font-family: 'dana'
}

.br-landing__carousel-container .br-landing__link-container {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    white-space: nowrap
}

.br-landing__carousel-container .br-landing__link {
    line-height: 28px;
    color: var(--kalilend-main)
}

    .br-landing__carousel-container .br-landing__link:hover {
        cursor: pointer;
        color: #006353
    }

.br-landing__carousel-container .br-landing__header-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.br-landing__carousel-container .br-landing__subtitle {
    color: #888;
    font-size: 11px
}

@media (min-width:1280px) {
    .br-landing__carousel-container .br-carousel {
        margin-left: 0
    }
}

.hz-pres-type-mobile .br-landing__carousel-container, .hz-pres-type-phone .br-landing__carousel-container, .hz-pres-type-tablet .br-landing__carousel-container {
    margin-right: -16px;
    margin-left: -16px
}

    .hz-pres-type-mobile .br-landing__carousel-container .br-carousel, .hz-pres-type-phone .br-landing__carousel-container .br-carousel, .hz-pres-type-tablet .br-landing__carousel-container .br-carousel {
        padding-left: 18px;
        padding-bottom: 4px;
        margin-left: 0;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .hz-pres-type-mobile .br-landing__carousel-container .br-landing__header-container, .hz-pres-type-phone .br-landing__carousel-container .br-landing__header-container, .hz-pres-type-tablet .br-landing__carousel-container .br-landing__header-container {
        display: table;
        width: 100%;
        padding-right: 16px
    }

    .hz-pres-type-mobile .br-landing__carousel-container .br-landing__header, .hz-pres-type-phone .br-landing__carousel-container .br-landing__header, .hz-pres-type-tablet .br-landing__carousel-container .br-landing__header {
        display: table-cell;
        vertical-align: top;
        padding-right: 12px;
        padding-left: 16px;
        font-size: 18px;
        line-height: 28px;
        font-family: 'dana'
    }

    .hz-pres-type-mobile .br-landing__carousel-container .br-landing__link-container, .hz-pres-type-phone .br-landing__carousel-container .br-landing__link-container, .hz-pres-type-tablet .br-landing__carousel-container .br-landing__link-container {
        display: table-cell;
        vertical-align: top;
        text-align: right;
        white-space: nowrap
    }

    .hz-pres-type-mobile .br-landing__carousel-container .br-landing__link, .hz-pres-type-phone .br-landing__carousel-container .br-landing__link, .hz-pres-type-tablet .br-landing__carousel-container .br-landing__link {
        line-height: 28px;
        color: var(--kalilend-main)
    }

    .hz-pres-type-mobile .br-landing__carousel-container .br-landing__header-title, .hz-pres-type-phone .br-landing__carousel-container .br-landing__header-title, .hz-pres-type-tablet .br-landing__carousel-container .br-landing__header-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hz-pres-type-mobile .br-landing__carousel-container .br-landing__subtitle, .hz-pres-type-phone .br-landing__carousel-container .br-landing__subtitle, .hz-pres-type-tablet .br-landing__carousel-container .br-landing__subtitle {
        color: #888;
        font-size: 11px
    }

.hz-pres-type-tablet .br-landing__carousel-container {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 10px
}

.hz-pres-type-tablet .br-carousel {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.hz-pres-type-tablet .br-carousel-item:first-child, .hz-pres-type-tablet .carousel-item:first-child {
    margin-left: 4px
}

.hz-text-clamp {
    position: relative;
    overflow: hidden
}

.hz-text-clamp__text-node {
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.br-landing__carousel-container .carousel-item {
    margin-right: 16px;
    display: inline-block;
    vertical-align: top
}

    .br-landing__carousel-container .carousel-item a:hover {
        color: inherit
    }

.br-landing__carousel-container .carousel-item__photo-container {
    position: relative
}

.br-landing__carousel-container .carousel-item__photo-container-inner {
    width: 100%;
    height: 100%
}

.br-landing__carousel-container .carousel-item__photo-container-placeholder {
    width: 100%;
    height: 100%;
    background: #fafafa
}

.br-landing__carousel-container .carousel-item__headers {
    color: #222;
    padding-top: 8px;
    white-space: normal
}

    .br-landing__carousel-container .carousel-item__headers .header-text, .br-landing__carousel-container .carousel-item__headers .subheader-text {
        font-size: 14px
    }

.br-landing__carousel-container .carousel-item__thumb-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.br-landing__carousel-container .carousel-item__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
    color: #fff;
    border: 2px solid #fff;
    padding: 8px
}

.br-landing__carousel-container .carousel-item:hover .carousel-item__play-button {
    background: #000;
    color: #fff
}

.br-landing__carousel-container .carousel-item__play-button-icon {
    display: block;
    height: 100%;
    width: 100%
}

@media (min-width:1280px) {
    .br-landing__carousel-container .carousel-item__play-button {
        margin-top: -30px;
        margin-left: -30px;
        height: 60px;
        width: 60px
    }

    .br-landing__carousel-container .carousel-item__play-button-icon {
        font-size: 40px
    }
}

.generic-carousel-item {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border-radius: 3px;
    width: 153px;
    overflow: hidden;
    background: #fff
}

    .generic-carousel-item .carousel-item__headers {
        line-height: 36px;
        padding: 7px 12px;
        text-align: center;
        border-top: 2px solid #f4f4f4
    }

    .generic-carousel-item:hover {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.24);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.24)
    }

    .generic-carousel-item .carousel-item__photo-container {
        height: 102px
    }

    .generic-carousel-item.mobile {
        width: 129px
    }

        .generic-carousel-item.mobile .carousel-item__photo-container {
            height: 78px
        }

.generic-carousel-item--product .carousel-item__photo-container img {
    width: 90%;
    height: 90%;
    -webkit-transform: translate(5%,5%);
    -ms-transform: translate(5%,5%);
    transform: translate(5%,5%)
}

@media (min-width:1280px) {
    .generic-carousel-item {
        width: 186px
    }

        .generic-carousel-item .carousel-item__photo-container {
            height: 135px
        }
}

.generic-carousel-item .subheader-text {
    font-size: 14px
}

.generic-carousel-item .subheader-text--vertically-center {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .generic-carousel-item .subheader-text--vertically-center p {
        overflow: hidden;
        margin: 0
    }

.sales-carousel-item {
    width: 238px
}

    .sales-carousel-item .carousel-item__photo-container {
        height: 120px;
        line-height: 120px
    }

    .sales-carousel-item.mobile {
        width: 198px
    }

        .sales-carousel-item.mobile .carousel-item__photo-container {
            height: 116px;
            line-height: 116px
        }

@media (min-width:1280px) {
    .sales-carousel-item {
        width: 287px
    }

        .sales-carousel-item .carousel-item__photo-container {
            height: 152px;
            line-height: 152px
        }
}

.story-carousel-item {
    width: 238px
}

    .story-carousel-item .carousel-item__photo-container {
        height: 111px;
        line-height: 111px
    }

    .story-carousel-item .carousel-item__headers {
        line-height: 17px
    }

        .story-carousel-item .carousel-item__headers .header-text {
            font-size: 12px
        }

    .story-carousel-item.mobile {
        width: 198px
    }

        .story-carousel-item.mobile .carousel-item__photo-container {
            height: 100px;
            line-height: 100px
        }

    .story-carousel-item:last-child {
        margin-right: 2px !important
    }

@media (min-width:1280px) {
    .story-carousel-item {
        width: 287px
    }

        .story-carousel-item .carousel-item__photo-container {
            height: 139px;
            line-height: 139px
        }
}

.video-carousel-item {
    width: 238px
}

    .video-carousel-item .carousel-item__photo-container {
        height: 103px;
        line-height: 103px
    }

    .video-carousel-item.mobile {
        width: 198px
    }

        .video-carousel-item.mobile .carousel-item__photo-container {
            height: 96px;
            line-height: 96px
        }

    .video-carousel-item:last-child {
        margin-right: 2px !important
    }

@media (min-width:1280px) {
    .video-carousel-item {
        width: 287px
    }

        .video-carousel-item .carousel-item__photo-container {
            height: 136px;
            line-height: 136px
        }
}

.sale-image-carousel-item {
    width: 154px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    overflow: hidden
}

    .sale-image-carousel-item .carousel-item__photo-container {
        height: 154px
    }

    .sale-image-carousel-item:hover {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.24);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.24)
    }

    .sale-image-carousel-item.mobile {
        width: 129px
    }

        .sale-image-carousel-item.mobile .carousel-item__photo-container {
            height: 129px
        }

    .sale-image-carousel-item:last-child {
        margin-right: 2px
    }

@media (min-width:1280px) {
    .sale-image-carousel-item {
        width: 186px
    }

        .sale-image-carousel-item .carousel-item__photo-container {
            height: 186px
        }
}

#hz-project-match-organic-dialog {
    width: 836px;
    height: 640px;
    border-radius: 3px
}

.project-match__title-card {
    background: var(--kalilend-main);
    color: #fff;
    padding: 16px;
    height: 154px;
    text-align: left;
    line-height: 23px;
    font-size: 16px;
    cursor: pointer
}

@media (min-width:1280px) {
    .project-match__title-card {
        height: 187px
    }
}

@media (max-width:768px) {
    .project-match__title-card {
        font-size: 14px;
        padding: 12px;
        height: 130px;
        white-space: normal
    }
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #ffffff;
    background-color: var(--kalilend-main);
    border-color: var(--kalilend-main);
}

.btn-lg, .btn-group-lg > .btn {
    padding: 7px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    font-weight: 500;
}

.hbs .br-carousel-item {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    margin-right: 16px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    width: 153px;
    border-radius: 3px
}

    .hbs .br-carousel-item:last-child {
        margin-right: 2px !important
    }

    .hbs .br-carousel-item:hover {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.24);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.24)
    }

.hbs .br-carousel-item--mobile {
    width: 129px
}

    .hbs .br-carousel-item--mobile .br-carousel-item__photo-container {
        height: 78px;
        line-height: 78px
    }

.hbs .br-carousel-item--mobile--wide {
    width: 200px
}

    .hbs .br-carousel-item--mobile--wide .br-carousel-item__photo-container {
        height: 100px;
        line-height: 100px
    }

.hbs .br-carousel-item__photo-container {
    height: 102px;
    line-height: 102px;
    position: relative;
    overflow: hidden
}

    .hbs .br-carousel-item__photo-container:hover {
        cursor: pointer
    }

.hbs .br-carousel-item__photo {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.hbs .br-carousel-item__placeholder {
    width: 100%;
    height: 100%;
    background: #fafafa
}

.hbs .br-carousel-item__product-photo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 90%;
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%)
}

.hbs .br-carousel-item .cta-card:after {
    content: " ";
    background: rgba(0,0,0,.6)
}

.hbs .br-carousel-item .cta-card:after, .hbs .br-carousel-item .cta-card__cta-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.hbs .br-carousel-item .cta-card__cta {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'dana';
    color: #fff;
    z-index: 1
}

.hbs .br-carousel-item .cta-card:hover:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0
}

.hbs .br-carousel-item__info {
    border-top: 1px solid #f4f4f4;
    padding: 7px 12px
}

.hbs .br-carousel-item__info--guide {
    padding: 12px
}

.hbs .br-carousel-item__info:hover {
    cursor: pointer
}

.hbs .br-carousel-item__title {
    display: table-cell;
    font-size: 14px;
    vertical-align: middle;
    margin: 0;
    line-height: 17px;
    text-align: center;
    white-space: normal
}

    .hbs .br-carousel-item__title p {
        margin: 0
    }

.hbs .br-carousel-item__title-container {
    color: #222;
    margin: 0;
    padding: 0;
    height: 34px;
    width: 100%;
    display: table
}

@media (min-width:1280px) {
    .br-landing__carousel-container .br-carousel-item {
        width: 186px
    }

    .br-landing__carousel-container .br-carousel-item__photo-container {
        height: 135px;
        line-height: 135px
    }
}

.houzz-tv-carousel .hzui-carousel .hzui-carousel__nav, .stories-carousel .hzui-carousel .hzui-carousel__nav {
    top: 36% !important
}

.br-landing__carousel-container.hz-pro-carousel .br-carousel-item__photo-container {
    line-height: unset
}

    .br-landing__carousel-container.hz-pro-carousel .br-carousel-item__photo-container.br-carousel-item__photo-container--full-card {
        height: 100%
    }

    .br-landing__carousel-container.hz-pro-carousel .br-carousel-item__photo-container img {
        width: 100%
    }

.houzz-pro-carousel--bg, .houzz-pro-carousel--bg .br-landing__header-container {
    position: relative
}

    .houzz-pro-carousel--bg:before {
        background-color: #f3f8fc;
        position: absolute;
        content: "";
        top: -20px;
        left: 50%;
        bottom: -40px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100vw - var(--scrollbarWidth))
    }

.br-landing__carousel-container.pro-leads-carousel .br-carousel-item__photo-container {
    line-height: unset
}

    .br-landing__carousel-container.pro-leads-carousel .br-carousel-item__photo-container.br-carousel-item__photo-container--full-card {
        height: 100%
    }

    .br-landing__carousel-container.pro-leads-carousel .br-carousel-item__photo-container img {
        width: 100%
    }

.pro-leads-carousel--bg {
    position: relative;
    margin-top: 12px
}

    .pro-leads-carousel--bg .br-landing__header-container {
        position: relative
    }

    .pro-leads-carousel--bg:before {
        background-color: #f3f8fc;
        position: absolute;
        content: "";
        top: -20px;
        left: 50%;
        bottom: -40px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100vw - var(--scrollbarWidth))
    }

    .pro-leads-carousel--bg a.pro-leads-carousel__seeall {
        color: var(--kalilend-main);
        position: absolute;
        bottom: 2px;
        right: 0
    }

.hbs .card {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 16px
}

.hbs .br-landing__card-container {
    margin-bottom: 40px
}

    .hbs .br-landing__card-container .br-landing__header-container {
        display: table;
        width: 100%
    }

    .hbs .br-landing__card-container .br-landing__header {
        display: table-cell;
        vertical-align: top;
        font-size: 24px;
        line-height: 28px;
        font-family: 'dana'
    }

    .hbs .br-landing__card-container .br-landing__links-container {
        line-height: 1.9;
        font-size: 11px
    }

        .hbs .br-landing__card-container .br-landing__links-container span {
            padding: 0 4px
        }

.hbs .br-landing__card-container-mobile {
    margin-bottom: 28px
}

    .hbs .br-landing__card-container-mobile .br-landing__header-container {
        display: table;
        width: 100%;
        padding-right: 16px
    }

    .hbs .br-landing__card-container-mobile .br-landing__header {
        display: table-cell;
        vertical-align: top;
        font-size: 18px;
        line-height: 28px;
        font-family: 'dana'
    }

    .hbs .br-landing__card-container-mobile .br-landing__links-container {
        line-height: 1.9;
        font-size: 11px
    }

        .hbs .br-landing__card-container-mobile .br-landing__links-container span {
            padding: 0 4px
        }

.hz-pres-type-tablet .br-landing__card-container-mobile {
    margin: 0 10px 28px 32px
}

.hz-pres-type-tablet .br-landing__header-container {
    padding-right: 0
}

.hz-visitor-hp__education-top-entries__title {
    font-size: 25px;
    margin-bottom: 20px
}

.hz-visitor-hp__education-top-entries {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hz-visitor-hp__education-top-entries, .hz-visitor-hp__education-top-entry__container, .hz-visitor-hp__education-top-entry__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.hz-visitor-hp__education-top-entry__name {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
}

.hz-visitor-hp__education-top-entry {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 12px;
    width: 23%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    justify-content: center
}

    .hz-visitor-hp__education-top-entry:not(:last-child) {
        margin-left: 16px
    }

.hz-visitor-hp__education-top-entry__icon {
    width: 48px;
    height: 48px;
    margin-left: 12px;
    display: inline-block
}

.hz-visitor-hp__education-top-entry:hover {
    cursor: pointer
}

@media screen and (max-width:768px) {
    .hz-visitor-hp__education-top-entries__mobile {
        background-color: #fff;
        padding: 0;
        margin-bottom: 32px
    }

    .hz-visitor-hp__education-top-entry {
        width: 47%;
        margin-bottom: 16px;
        margin-right: 0
    }

        .hz-visitor-hp__education-top-entry:not(:last-child) {
            margin-right: 0
        }

        .hz-visitor-hp__education-top-entry:nth-child(odd) {
            margin-right: 16px
        }

    .hz-visitor-hp__education-top-entry__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .hz-visitor-hp__education-top-entries__title {
        font-size: 24px;
        margin-bottom: 24px
    }

    .hz-visitor-hp__education-top-entry__icon {
        margin-bottom: 12px
    }
}

.hz-visitor-hp__education-professionals {
    width: 100%;
    margin-bottom: 46px;
    padding: 0 8px
}

.hz-visitor-hp__education-professionals__title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 16px
}

.hz-visitor-hp__education-professionals__title-container__title {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700
}

.hz-visitor-hp__education-professionals__title-container__see-all-professionals-link {
    line-height: 23px;
    font-size: 16px;
    white-space: nowrap
}

a.hz-visitor-hp__education-professionals__title-container__see-all-professionals-link__text-link.colorLink:hover {
    color: var(--kalilend-main);
    text-decoration: underline
}

.hz-visitor-hp__education-professionals__pros-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.hz-visitor-hp__education-professionals__pros-container__pro-type-tabs {
    width: 388px;
    display: inline-block
}

.hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list {
    width: 100%
}

.hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background-color: #fff;
    cursor: pointer
}

    .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container button.hui-tabs__tab-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

    .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container.selected {
        background-color: #f4f4f4;
        border-left: 4px solid var(--kalilend-main);
        padding-left: 16px
    }

        .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container.selected .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container__icon-container, .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container.selected .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container__text-container, .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container:hover .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container__icon-container, .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container:hover .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container__text-container {
            color: var(--kalilend-main)
        }

.hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container__icon-container, .hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container__text-container {
    color: #222;
    font-size: 16px;
    line-height: 24px
}

.hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container__icon-container {
    display: inline-block
}

.hz-visitor-hp__education-professionals__pros-container__pro-type-tabs__tab-list__tab-container__text-container {
    margin-left: 16px;
    line-height: 24px;
    display: inline-block;
    font-weight: 700
}

.hz-visitor-hp__education-professionals__pros-container__image-container {
    margin-left: 16px;
    display: inline-block;
    width: 388px;
    overflow: hidden
}

    .hz-visitor-hp__education-professionals__pros-container__image-container img {
        position: relative;
        left: 50%;
        margin-left: -194px
    }

.hz-visitor-hp__education-professionals__pros-container__details {
    display: inline-block;
    background-color: #f4f4f4;
    width: 404px;
    min-width: 348px;
    padding: 32px
}

.hz-visitor-hp__education-professionals__pros-container__details__pro-type-name {
    line-height: 24px;
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.hz-visitor-hp__education-professionals__pros-container__details__who-they-are-content, .hz-visitor-hp__education-professionals__pros-container__details__who-they-are-title, .hz-visitor-hp__education-professionals__pros-container__details__why-you-should-hire-content, .hz-visitor-hp__education-professionals__pros-container__details__why-you-should-hire-title {
    line-height: 20px;
    font-size: 14px
}

.hz-visitor-hp__education-professionals__pros-container__details__who-they-are-title, .hz-visitor-hp__education-professionals__pros-container__details__why-you-should-hire-title {
    margin-top: 16px;
    font-weight: 700
}

.hz-visitor-hp__education-professionals__pros-container__details__who-they-are-content, .hz-visitor-hp__education-professionals__pros-container__details__why-you-should-hire-content {
    margin-top: 8px
}

.hz-visitor-hp__education-professionals__pros-container__details__btn-container {
    margin-top: 16px
}

.hz-visitor-hp__education-professionals__pros-container__details__btn-container__btn.hui-btn.hz-visitor-hp__education-professionals__pros-container__details__btn-container__btn {
    background-color: #f4f4f4
}

.hz-visitor-hp__education-professionals-mobile {
    width: 100%;
    margin-bottom: 32px
}

.hz-visitor-hp__education-professionals-mobile__title-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hz-visitor-hp__education-professionals-mobile__title-container__title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.hz-visitor-hp__education-professionals-mobile__title-container__see-all-professionals-link {
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    white-space: nowrap
}

.hz-visitor-hp__education-professionals-mobile__pros-container {
    width: 100%
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container {
    width: 100%;
    margin-top: 16px
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__btn-container {
    width: 100%;
    height: 64px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.16);
    box-shadow: 0 1px 6px rgba(0,0,0,.16);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__btn-container__image-container {
    display: inline-block;
    width: 64px;
    min-width: 64px
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__btn-container__pro-type {
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    margin-left: 16px;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    font-weight: 700
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__btn-container__icon-container {
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 16px;
    color: #ababab
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details {
    background-color: #f4f4f4;
    margin-top: 16px;
    padding: 16px
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__who-they-are-content, .hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__who-they-are-title, .hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__why-you-should-hire-content, .hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__why-you-should-hire-title {
    line-height: 23px;
    font-size: 16px
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__who-they-are-title, .hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__why-you-should-hire-title {
    font-weight: 700
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__who-they-are-content, .hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__why-you-should-hire-content {
    margin-top: 12px
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__why-you-should-hire-title {
    margin-top: 24px
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__btn-container {
    margin-top: 16px
}

.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__btn-container__btn.hui-btn.hz-visitor-hp__education-professionals-mobile__pros-container__pro-container__details__btn-container__btn {
    background-color: #f4f4f4
}

.hbs .homepage-houzz-tv-banner-large {
    display: block;
    height: 100px;
    background: #edfaf6;
    margin-bottom: 40px;
    padding: 0 !important;
    cursor: pointer
}

    .hbs .homepage-houzz-tv-banner-large, .hbs .homepage-houzz-tv-banner-large:focus, .hbs .homepage-houzz-tv-banner-large:hover {
        color: #153c2d
    }

        .hbs .homepage-houzz-tv-banner-large.homepage-houzz-tv-banner--hide {
            display: none
        }

.hbs .homepage-houzz-tv-banner-large__left {
    position: absolute;
    left: 52px;
    top: 22px
}

.hbs .homepage-houzz-tv-banner-large__left__icon {
    font-size: 17px;
    padding-bottom: 2px
}

.hbs .homepage-houzz-tv-banner-large__left__title {
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 1.2
}

.hbs .homepage-houzz-tv-banner-large__left__subtitle {
    font-size: 18px;
    font-weight: 700
}

@media (min-width:1280px) {
    .hbs .homepage-houzz-tv-banner-large__left {
        left: 70px
    }

    .hbs .homepage-houzz-tv-banner-large__left__icon {
        font-size: 22px
    }

    .hbs .homepage-houzz-tv-banner-large__left__title {
        font-size: 28px;
        font-weight: 700;
        vertical-align: middle;
        margin-left: 8px
    }

    .hbs .homepage-houzz-tv-banner-large__left__subtitle {
        font-size: 22px;
        font-weight: 700
    }
}

.hbs .homepage-houzz-tv-banner-large__middle {
    position: absolute;
    top: 26px;
    left: 384px;
    width: 352px;
    font-size: 16px;
    line-height: 24px
}

@media (min-width:1280px) {
    .hbs .homepage-houzz-tv-banner-large__middle {
        top: 18px;
        left: 446px;
        width: 448px;
        font-size: 20px;
        line-height: 32px
    }
}

.hbs .homepage-houzz-tv-banner-large__right {
    position: absolute;
    right: 52px;
    top: 42px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid
}

@media (min-width:1280px) {
    .hbs .homepage-houzz-tv-banner-large__right {
        right: 104px;
        top: 42px;
        font-size: 20px
    }
}

.hbs .homepage-houzz-tv-banner-large__dismiss {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #ababab;
    font-size: 16px
}

.hbs .homepage-houzz-tv-banner-large__special-color {
    color: #1c8e7d
}

.hbs .homepage-houzz-tv-banner-small {
    display: block;
    position: relative;
    height: 113px;
    background: #edfaf6;
    margin-bottom: 28px;
    margin-left: -16px;
    margin-right: -16px
}

    .hbs .homepage-houzz-tv-banner-small, .hbs .homepage-houzz-tv-banner-small:focus, .hbs .homepage-houzz-tv-banner-small:hover {
        color: #143c2d
    }

        .hbs .homepage-houzz-tv-banner-small.homepage-houzz-tv-banner--hide {
            display: none
        }

.hbs .homepage-houzz-tv-banner-small__left {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 16px
}

.hbs .homepage-houzz-tv-banner-small__left__icon {
    font-size: 14px
}

.hbs .homepage-houzz-tv-banner-small__left__title {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 28px
}

.hbs .homepage-houzz-tv-banner-small__left__subtitle {
    font-size: 14px;
    font-weight: 700
}

@media (min-width:370px) {
    .hbs .homepage-houzz-tv-banner-small__left {
        width: auto;
        left: 24px;
        top: 32px;
        text-align: left
    }

    .hbs .homepage-houzz-tv-banner-small__left__icon {
        font-size: 15px;
        padding-bottom: 2px
    }

    .hbs .homepage-houzz-tv-banner-small__left__title {
        font-size: 20px;
        line-height: 24px
    }

    .hbs .homepage-houzz-tv-banner-small__left__subtitle {
        font-size: 16px
    }
}

.hbs .homepage-houzz-tv-banner-small__right {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid;
    font-size: 14px;
    line-height: 1
}

@media (min-width:370px) {
    .hbs .homepage-houzz-tv-banner-small__right {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        bottom: auto;
        right: 28px;
        top: 52px
    }
}

.hbs .homepage-houzz-tv-banner-small__dismiss {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ababab;
    font-size: 12px
}

.hbs .homepage-houzz-tv-banner-small__special-color {
    color: #1c8e7d
}

.hbs #homepage-carousels {
    margin-top: 40px
}

    .hbs #homepage-carousels .br-landing__carousel-container .br-carousel .hzui-carousel__inner {
        margin-right: 0;
        margin-left: 0;
        padding-left: 2px
    }

    .hbs #homepage-carousels .br-landing__carousel-container .br-carousel .hzui-carousel--prev-enabled .hbs #homepage-carousels .br-landing__carousel-container .br-carousel .hzui-carousel__inner {
        padding-left: 16px
    }

    .hbs #homepage-carousels .br-landing__carousel-container .br-carousel .hzui-carousel__nav {
        top: 50%;
        height: 100%
    }

    .hbs #homepage-carousels .br-landing__carousel-container .br-carousel__link {
        position: absolute;
        top: 0;
        right: 10px
    }

        .hbs #homepage-carousels .br-landing__carousel-container .br-carousel__link:hover {
            cursor: pointer;
            color: #006353
        }

        .hbs #homepage-carousels .br-landing__carousel-container .br-carousel__link i {
            position: absolute;
            top: 7px;
            right: -12px;
            font-size: 9px
        }

    .hbs #homepage-carousels .br-landing__carousel-container .hzui-carousel--next-enabled .hzui-carousel__nav--next:hover, .hbs #homepage-carousels .br-landing__carousel-container .hzui-carousel--prev-enabled .hzui-carousel__nav--prev:hover {
        cursor: pointer
    }

.hz-pres-type-mobile #homepage-carousels, .hz-pres-type-phone #homepage-carousels, .hz-pres-type-tablet #homepage-carousels {
    margin-top: 20px
}

.google-one-tap-inline {
    border: none;
    margin: 5px 0;
    width: 100%
}

.google-one-tap-inline__container {
    margin: -5px -7px -9px;
    overflow: visible
}

    .google-one-tap-inline__container #credential_picker_container {
        position: static !important;
        width: 100% !important
    }

    .google-one-tap-inline__container iframe {
        width: 100% !important
    }

.hbs #hz-homepage .google-one-tap-inline-signup-module {
    background: #fff;
    width: 100%;
    padding: 30px 20px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hbs #hz-homepage .google-one-tap-inline-signup-module-container {
    width: 420px;
    max-width: 420px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.hbs #hz-homepage .google-one-tap-inline-signup__radio {
    margin-bottom: 16px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    line-height: 24px
}

    .hbs #hz-homepage .google-one-tap-inline-signup__radio .hz-checked-input {
        margin-left: 16px
    }

.hbs #hz-homepage .google-one-tap-inline-signup__google-one-tap {
    margin-top: 2px;
    margin-bottom: 2px
}

.hbs #hz-homepage .google-one-tap-inline-signup__buttons {
    width: 100%
}

.hbs #hz-homepage .google-one-tap-inline-signup__logo-container {
    height: 22px;
    margin-bottom: 14px
}

.hbs #hz-homepage .google-one-tap-inline-signup__input {
    position: relative;
    height: 40px;
    margin-bottom: 8px
}

    .hbs #hz-homepage .google-one-tap-inline-signup__input:focus {
        -webkit-box-shadow: 0 0 2px var(--kalilend-main),0 0 4px rgba(77,188,21,.5);
        box-shadow: 0 0 2px var(--kalilend-main),0 0 4px rgba(77,188,21,.5)
    }

.hbs #hz-homepage .google-one-tap-inline-signup .inline-signup__error {
    width: 380px;
    padding: 3px 7px
}

.hbs #hz-homepage .google-one-tap-inline-signup .inline-signup__error--email {
    top: 188px
}

.hbs #hz-homepage .google-one-tap-inline-signup .inline-signup__error--pwd {
    top: 236px
}

.hbs #hz-homepage .google-one-tap-inline-signup__email-btn {
    width: 100%
}

.hbs #hz-homepage .google-one-tap-inline-signup__auth-btn {
    margin-bottom: 8px
}

.hbs #hz-homepage .google-one-tap-inline-signup__btn-label {
    font-size: 16px
}

.hbs #hz-homepage .google-one-tap-inline-signup__or {
    color: #8f8f8f;
    margin: 8px auto
}

.hbs #hz-homepage .google-one-tap-inline-signup .disclaimer__terms {
    font-size: 13px;
    text-align: center;
    color: #ababab;
    padding: 0 30px;
    margin: 0
}

    .hbs #hz-homepage .google-one-tap-inline-signup .disclaimer__terms a {
        color: #ababab;
        text-decoration: underline
    }

        .hbs #hz-homepage .google-one-tap-inline-signup .disclaimer__terms a:hover {
            color: #222
        }

.hbs #hz-homepage .google-one-tap-inline-signup__signin {
    font-size: 18px;
    color: #fff;
    width: 364px;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    z-index: 4;
    margin-top: 10px
}

    .hbs #hz-homepage .google-one-tap-inline-signup__signin a {
        color: #fff
    }

.hbs #hz-homepage .google-one-tap-inline-signup__signin-link {
    text-decoration: underline
}

.hbs #hz-homepage .google-one-tap-inline-signup__loading-dots {
    margin-bottom: 20px
}

.hbs #hz-homepage .br-landing__carousel-container {
    margin-bottom: 40px
}

.hbs #hz-homepage .hzhp-content {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 1030px
}

.hbs #hz-homepage .hzhp-slideshow-v1 {
    position: relative;
    height: 529px;
    min-width: 1030px
}

.hbs #hz-homepage .hzhp-slideshow-v2 {
    position: relative;
    height: 435px;
    min-width: 1030px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup--with-pro-form + .hzhp-content {
    display: none
}

.hz-pres-type-mobile #hz-homepage .br-landing__carousel-container, .hz-pres-type-phone #hz-homepage .br-landing__carousel-container, .hz-pres-type-tablet #hz-homepage .br-landing__carousel-container {
    margin-bottom: 28px
}

.hz-pres-type-mobile #hz-homepage .hzhp-content, .hz-pres-type-phone #hz-homepage .hzhp-content {
    min-width: 100%
}

.hz-pres-type-mobile #hz-homepage .hzhp-slideshow-v1, .hz-pres-type-mobile #hz-homepage .hzhp-slideshow-v2, .hz-pres-type-phone #hz-homepage .hzhp-slideshow-v1, .hz-pres-type-phone #hz-homepage .hzhp-slideshow-v2 {
    height: unset;
    min-width: unset;
    width: 100%
}

.hztv-carousel-m.hztv-carousel {
    padding-left: 18px
}

    .hztv-carousel-m.hztv-carousel a.hztv-carousel__seeall {
        right: 16px
    }

.best-houzz-banner-home-mobile {
    margin: 16px -8px
}

.post-redirect-banner__illustration {
    margin: auto;
    width: 88px;
    height: 91px;
    background-size: 88px 91px;
    background-repeat: no-repeat;
    background-image: url(../jpics/view-in-app.svg)
}

.post-redirect-banner__text {
    padding: 4px 0;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
    line-height: 23px;
    font-size: 16px
}

.pro-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 84px;
    height: 30px;
    padding: 5px 12px;
    border: 1px solid var(--kalilend-main);
    border-radius: 15px;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

    .pro-tag:hover {
        background: #f0f0f0
    }

.pro-tag--hightlight {
    background-color: #f0f0f0
}

.pro-tag__label {
    color: var(--kalilend-main);
    font-size: 14px;
    line-height: 20px
}

.pro-tag__label--hightlight {
    font-weight: 700
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2-module {
    background: #fff;
    width: 100%;
    padding: 30px 20px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2-module-container {
    width: 420px;
    max-width: 420px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__radio {
    margin-bottom: 16px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    line-height: 24px
}

    .hbs #hz-homepage .google-one-tap-inline-signup-v2__radio .hz-checked-input {
        margin-left: 16px
    }

.hbs #hz-homepage .google-one-tap-inline-signup-v2__google-one-tap {
    margin-top: 2px;
    margin-bottom: 2px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__buttons {
    width: 100%
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__logo-container {
    height: 22px;
    margin-bottom: 14px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__input {
    position: relative;
    height: 48px;
    margin-bottom: 8px
}

    .hbs #hz-homepage .google-one-tap-inline-signup-v2__input:focus {
        -webkit-box-shadow: 0 0 2px var(--kalilend-main),0 0 4px rgba(77,188,21,.5);
        box-shadow: 0 0 2px var(--kalilend-main),0 0 4px rgba(77,188,21,.5)
    }

.hbs #hz-homepage .google-one-tap-inline-signup-v2 .inline-signup__error {
    width: 380px;
    padding: 3px 7px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2 .inline-signup__error--email {
    top: 188px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2 .inline-signup__error--pwd {
    top: 236px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__email-btn {
    width: 100%;
    height: 48px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__auth-btn {
    height: 48px;
    margin-bottom: 8px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__btn-label {
    font-size: 16px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__or {
    color: #8f8f8f;
    margin: 8px auto
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__terms {
    color: #ababab;
    padding: 0 30px;
    margin: 0
}

    .hbs #hz-homepage .google-one-tap-inline-signup-v2__terms a {
        color: #ababab;
        text-decoration: underline
    }

        .hbs #hz-homepage .google-one-tap-inline-signup-v2__terms a:hover {
            color: #222
        }

.hbs #hz-homepage .google-one-tap-inline-signup-v2__signin {
    font-size: 18px;
    color: #fff;
    width: 364px;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    z-index: 4;
    margin-top: 10px
}

    .hbs #hz-homepage .google-one-tap-inline-signup-v2__signin a {
        color: #fff
    }

.hbs #hz-homepage .google-one-tap-inline-signup-v2__signin-link {
    text-decoration: underline
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__loading-dots {
    margin-bottom: 20px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__break-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    color: #888;
    margin: 10px 0
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__break-line--v1 {
    color: #fff
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__break-line:after, .hbs #hz-homepage .google-one-tap-inline-signup-v2__break-line:before {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border-bottom: 1px solid #ccc;
    margin: auto
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__break-line:before {
    margin-right: 19px
}

.hbs #hz-homepage .google-one-tap-inline-signup-v2__break-line:after {
    margin-left: 19px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner-section {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    font-family: 'dana'
}

.visitor-home-owner-pro-signup .home-owner-section {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    font-family: 'dana'
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__wrapper {
    width: 1000px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:1030px) {
    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__wrapper {
        left: 50vw;
        -webkit-transform: translate(-500px,-50%);
        -ms-transform: translate(-500px,-50%);
        transform: translate(-500px,-50%)
    }
}

@media only screen and (min-width:1280px) {
    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__wrapper {
        width: 1200px;
        -webkit-transform: translate(-600px,-50%);
        -ms-transform: translate(-600px,-50%);
        transform: translate(-600px,-50%)
    }
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__header {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    max-width: 364px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__header--long {
    max-width: 430px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__header--light {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.25)
}

@media only screen and (min-width:1440px) {
    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__header {
        margin-bottom: 32px;
        font-size: 42px;
        line-height: 44px
    }

    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__header--new-copy {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px
    }
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__body {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
    max-width: 338px
}

@media only screen and (min-width:1440px) {
    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__body {
        max-width: 430px;
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 32px
    }
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__signup-module {
    background-color: transparent;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    width: 296px
}

@media only screen and (min-width:1152px) {
    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__signup-module {
        width: 320px
    }
}

@media only screen and (min-width:1440px) {
    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__signup-module {
        width: 336px
    }
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 296px;
    margin-bottom: 25px
}

@media only screen and (min-width:1152px) {
    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__button-wrapper {
        width: 320px
    }
}

@media only screen and (min-width:1440px) {
    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__button-wrapper {
        width: 336px;
        margin-bottom: 33px
    }
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__button {
    min-height: 48px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__button-label {
    font-size: 16px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
    margin-top: 25px
}

@media only screen and (min-width:1440px) {
    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags {
        margin-top: 33px
    }
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 12px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_title--light {
    color: #fff
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_tag {
    margin: 5px 12px 5px 0
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_tag--v1 {
    background-color: rgba(0,0,0,.2);
    border: 1px solid #fff
}

    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_tag--v1:hover {
        background-color: #fff
    }

        .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_tag--v1:hover .home-owner__pro-tags_tag-label {
            color: var(--kalilend-main)
        }

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_tag--v2 {
    background-color: #fff;
    border: 1px solid #000
}

    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_tag--v2:hover {
        border: 1px solid var(--kalilend-main)
    }

        .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_tag--v2:hover .home-owner__pro-tags_tag-label {
            color: var(--kalilend-main)
        }

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_tag-label--v1 {
    color: #fff;
    font-weight: 700
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__pro-tags_tag-label--v2 {
    color: #000;
    font-weight: 700
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__hire-pro-button {
    min-height: 48px;
    margin-top: 16px;
    background-color: transparent;
    -webkit-transition: all .1s;
    transition: all .1s
}

    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__hire-pro-button:hover {
        background-color: var(--kalilend-main)
    }

        .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__hire-pro-button:hover .home-owner__hire-pro-button-label {
            color: #fff
        }

.hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner__hire-pro-button-label {
    font-size: 16px;
    line-height: 24px;
    color: var(--kalilend-main)
}

.hz-pro-solutions-logo {
    height: 100%;
    width: 100%
}

    .hz-pro-solutions-logo .hz-pro-solutions-logo__sprite {
        display: none
    }

    .hz-pro-solutions-logo svg {
        display: block;
        height: 100%;
        width: 100%
    }

    .hz-pro-solutions-logo .hz-pro-solutions-logo__logo, .hz-pro-solutions-logo .hz-pro-solutions-logo__logo--style-black-text, .hz-pro-solutions-logo .hz-pro-solutions-logo__logo--style-white-text {
        fill: var(--kalilend-main)
    }

    .hz-pro-solutions-logo .hz-pro-solutions-logo__logo--style-white {
        fill: #fff
    }

    .hz-pro-solutions-logo .hz-pro-solutions-logo__houzz, .hz-pro-solutions-logo .hz-pro-solutions-logo__logo--style-black, .hz-pro-solutions-logo .hz-pro-solutions-logo__pro {
        fill: #000
    }

    .hz-pro-solutions-logo .hz-pro-solutions-logo__houzz--style-white, .hz-pro-solutions-logo .hz-pro-solutions-logo__houzz--style-white-text, .hz-pro-solutions-logo .hz-pro-solutions-logo__pro--style-white, .hz-pro-solutions-logo .hz-pro-solutions-logo__pro--style-white-text {
        fill: #fff
    }

    .hz-pro-solutions-logo .hz-pro-solutions-logo__houzz--style-black, .hz-pro-solutions-logo .hz-pro-solutions-logo__houzz--style-black-text, .hz-pro-solutions-logo .hz-pro-solutions-logo__pro--style-black, .hz-pro-solutions-logo .hz-pro-solutions-logo__pro--style-black-text {
        fill: #000
    }

.visitor-home-owner-pro-signup .pro-section {
    background-color: #113350;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
    font-family: 'dana';
    color: #fff;
    z-index: 1
}

@media only screen and (min-width:1440px) {
    .visitor-home-owner-pro-signup .pro-section {
        padding: 0 52px
    }
}

.visitor-home-owner-pro-signup .pro-section__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.visitor-home-owner-pro-signup .pro-section__title {
    margin-bottom: 28px
}

@media only screen and (min-width:1440px) {
    .visitor-home-owner-pro-signup .pro-section__title {
        margin-bottom: 32px
    }

    .visitor-home-owner-pro-signup .pro-section__title--new-copy {
        margin-bottom: 24px
    }
}

.visitor-home-owner-pro-signup .pro-section__logo {
    width: 200px;
    height: 75px
}

    .visitor-home-owner-pro-signup .pro-section__logo svg path:not(.hz-pro-solutions-logo__logo) {
        fill: #fff
    }

.visitor-home-owner-pro-signup .pro-section__header {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    max-width: 500px
}

@media only screen and (min-width:1440px) {
    .visitor-home-owner-pro-signup .pro-section__header {
        margin-bottom: 32px;
        font-size: 42px;
        line-height: 44px
    }

    .visitor-home-owner-pro-signup .pro-section__header--new-copy {
        font-size: 32px;
        margin-bottom: 24px
    }
}

.visitor-home-owner-pro-signup .pro-section__body {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
    max-width: 500px
}

.visitor-home-owner-pro-signup .pro-section__body--hasLearnMoreLink {
    margin-bottom: 8px
}

@media only screen and (min-width:1440px) {
    .visitor-home-owner-pro-signup .pro-section__body {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 32px
    }

    .visitor-home-owner-pro-signup .pro-section__body--hasLearnMoreLink {
        margin-bottom: 8px
    }

    .visitor-home-owner-pro-signup .pro-section__body--new-copy {
        max-width: 375px
    }
}

.visitor-home-owner-pro-signup .pro-section-form-wrapper {
    max-width: 336px
}

.visitor-home-owner-pro-signup .pro-section__email-input.pro-section__email-input {
    height: 48px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.visitor-home-owner-pro-signup .pro-section__email-input.pro-section__email-input--hide {
    height: 0;
    padding: 0;
    margin: 0;
    border: none
}

    .visitor-home-owner-pro-signup .pro-section__email-input.pro-section__email-input--hide + * {
        display: none
    }

.visitor-home-owner-pro-signup .pro-section__submit-button {
    height: 48px;
    width: 100%;
    background-color: var(--kalilend-main);
    border: 1px solid var(--kalilend-main)
}

    .visitor-home-owner-pro-signup .pro-section__submit-button:active, .visitor-home-owner-pro-signup .pro-section__submit-button:focus, .visitor-home-owner-pro-signup .pro-section__submit-button:hover {
        background-color: #d97c6a;
        border: 1px solid #d97c6a
    }

.visitor-home-owner-pro-signup .pro-section__link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.visitor-home-owner-pro-signup .pro-section__link-label {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 5px 0 0
}

    .visitor-home-owner-pro-signup .pro-section__link-icon.pro-section__link-icon, .visitor-home-owner-pro-signup .pro-section__link-label:hover {
        color: #fff
    }

@media (min-width: 992px) {
    .visitor-home-owner-pro-signup {
        
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex !important
    }
}

@media (min-width: 992px) {
    .visitor-home-owner-pro-signup-mobile {
        
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: none !important
    }
}



.hbs #hz-homepage .visitor-home-owner-pro-signup {
    position: relative
}

    .hbs #hz-homepage .visitor-home-owner-pro-signup .home-owner-section, .hbs #hz-homepage .visitor-home-owner-pro-signup .pro-section {
        -webkit-transition: -webkit-flex-basis .3s ease-in,-webkit-flex-basis .3s ease-in;
        transition: -webkit-flex-basis .3s ease-in,-webkit-flex-basis .3s ease-in;
        transition: flex-basis .3s ease-in;
        transition: flex-basis .3s ease-in,-webkit-flex-basis .3s ease-in,-webkit-flex-basis .3s ease-in,-ms-flex-preferred-size .3s ease-in
    }

.hbs #hz-homepage .visitor-home-owner-pro-signup--with-pro-form .home-owner-section {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%
}

.hbs #hz-homepage .visitor-home-owner-pro-signup--with-pro-form .pro-section {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s
}

    .hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout.hp-pro-form-layout--fetching {
        opacity: 0;
        visibility: hidden
    }

    .hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout.hp-pro-form-layout__bg-wrapper {
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: url(../jpics/pro_profile_form_bg.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__content-wrapper {
    padding: 0 20px;
    width: 1323px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__header {
    font-size: 44px;
    line-height: normal;
    font-weight: 700
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__subtitle {
    margin-top: 16px;
    font-size: 20px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__title-col {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__form-col {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__form-improvement-col {
    -webkit-flex-basis: 450px;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__form-improvement-header-wrapper {
    margin-bottom: 16px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__form-improvement-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__form-improvement-subtitle {
    list-style-type: none;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__form-improvement-subtitle-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__form-improvement-subtitle-label {
    margin: 0;
    font-size: 14px;
    line-height: 20px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__testimony-col {
    -webkit-flex-basis: 652px;
    -ms-flex-preferred-size: 652px;
    flex-basis: 652px;
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: scroll
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__testimony-col--auto {
    overflow: hidden
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout .hide-scroll-bar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout .hide-scroll-bar::-webkit-scrollbar {
        display: none
    }

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__testimony-scroll-layer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__testimony-scroll-layer--auto {
    -webkit-animation-name: testimonyScroll;
    animation-name: testimonyScroll;
    -webkit-animation-duration: 90s;
    animation-duration: 90s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

    .hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__testimony-scroll-layer--auto:hover {
        -webkit-animation-play-state: running;
        animation-play-state: running
    }

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__testimony-section {
    padding: 40px 0
}

    .hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__testimony-section:last-of-type {
        padding: 10px 0
    }

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__hint-col {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__form-body-wrapper {
    max-width: 375px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__testimony-card {
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

    .hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout__testimony-card:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout .complete-profile-hint {
    margin-top: 20px
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout .complete-profile-hint__title {
    display: none
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout .complete-profile-hint__container {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hbs #hz-homepage .visitor-home-owner-pro-signup .hp-pro-form-layout .complete-profile-hint__list-item .icon-font {
    color: #fff
}

@-webkit-keyframes testimonyScroll {
    0% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    25% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
}

@keyframes testimonyScroll {
    0% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    25% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
}

.hbs .complete-profile-hint__container {
    max-width: inherit;
    margin-top: 24px
}

.hbs .complete-profile-hint__title {
    font-weight: 700;
    margin-bottom: 12px
}

.hbs .complete-profile-hint__list {
    list-style: none;
    margin: 0
}

.hbs .complete-profile-hint__list-item {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .hbs .complete-profile-hint__list-item .icon-font {
        font-size: 22px;
        color: var(--kalilend-main)
    }

    .hbs .complete-profile-hint__list-item:last-child {
        margin-bottom: 0
    }

.hbs .complete-profile-hint__list-item-content {
    padding-left: 14px;
    font-size: 13px
}

@media (min-width:768px) {
    .hbs .complete-profile-hint {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .hbs .complete-profile-hint__container {
        max-width: 318px;
        margin-top: 0
    }
}

.hz-horizontal-divider {
    height: 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6
}

.hbs .testimony-card {
    width: 296px;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff
}

.hbs .testimony-card__quote {
    background-image: url(../jpics/testimony_quote.svg);
    width: 36px;
    height: 36px;
    margin-bottom: 30px
}

.hbs .testimony-card__content {
    font-size: 14px;
    line-height: 20px;
    color: #222
}

.hbs .testimony-card__divider {
    margin: 20px 0;
    border-bottom-color: #e6e6e6
}

.hbs .testimony-card__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hbs .testimony-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.hbs .testimony-card__title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hbs .testimony-card__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #222
}

.hbs .testimony-card__subtitle {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    margin: 0
}

.hbs .skinny-banner {
    background-color: #dbf4ed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .hbs .skinny-banner, .hbs .skinny-banner .banner-main-content {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .hbs .skinny-banner .banner-main-content {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            padding: 5px 0
        }

            .hbs .skinny-banner .banner-main-content .content-wrapper {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: center;
                font-size: 14px
            }

@media (min-width:1280px) {
    .hbs .skinny-banner .banner-main-content .content-wrapper {
        width: 50%
    }
}

.hbs .skinny-banner .banner-close-button {
    font-size: 8px;
    position: absolute;
    right: 0
}

.hz-skinny-sale-banner {
    z-index: 2;
    position: relative
}

    .hz-skinny-sale-banner .content-wrapper {
        white-space: normal;
        margin: 0 30px
    }

    .hz-skinny-sale-banner .hz-skinny-sale-banner-content .icon-font {
        padding-right: 8px;
        padding-bottom: 3px
    }

    .hz-skinny-sale-banner .hz-skinny-sale-banner-content span {
        white-space: normal
    }
