/* <link rel="stylesheet" href="{basePath}/sfsites/c/resource/d2cStyle/styles/home.css?{versionKey}"> */

/* HOME SLIDER */

@media (max-width: 1439.98px) {

    community_layout-section.home-slider {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    community_layout-section.home-slider .columns-content {
        width: 100%;
        max-width: 100%;
    }

}

/* HOME SECTION */

community_layout-section.home-section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background-color: var(--d2c-color-light-gray);
}

@media (max-width: 767.98px) {

    community_layout-section.home-section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

}

/* HOME SECTION BANNER */

community_layout-section.home-section-banner {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    background-color: var(--d2c-color-white);
}

@media (max-width: 1023.98px) {

    .home-section-banner community_layout-column-spacer {
        height: 0.5rem;
    }

}

/* HOME SECTION BANNER LIST */

.home-section-banner .section-banner-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column-gap: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.4;
}

.home-section-banner .section-banner-list li + li {
    margin-top: 1rem;
}

.home-section-banner .section-banner-list li::before {
    content: '';
    display: block;
    width: 1rem;
    min-width: 1rem;
    max-width: 1rem;
    height: 1rem;
    min-height: 1rem;
    max-height: 1rem;
    background-image: url('/sfsites/c/resource/d2cStyle/images/icon16-bullet-arrow.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(5px);
}

/* HOME BENEFITS */

community_layout-section.home-section-benefits {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    background-color: var(--d2c-color-white);
}

@media (max-width: 767.98px) {

    community_layout-section.home-section-benefits {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

}

/* HOME GUIDES */

community_layout-section.home-section-guides {
    padding-bottom: 5rem !important;
    background-color: var(--d2c-color-white);
}

community_layout-section.home-section-guides .columns-content {
    padding: 2rem;
    border-radius: 2.5rem;
    background-color: var(--d2c-color-bluish-gray);
}

@media (max-width: 1023.98px) {

    community_layout-section.home-section-guides community_layout-column-spacer {
        height: 0.5rem;
    }

}

@media (max-width: 767.98px) {

    community_layout-section.home-section-guides {
        padding-bottom: 3rem !important;
    }

    community_layout-section.home-section-guides .columns-content {
        padding: 1.5rem;
        border-radius: 2rem;
    }

    community_layout-section.home-section-guides community_layout-column-spacer {
        height: 0.5rem;
    }

}

/* HOME HELPS */

community_layout-section.home-section-helps {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background-color: var(--d2c-color-white);
}

community_layout-section.home-section-helps .columns-content {
    padding: 2rem;
    border-radius: 2.5rem;
    background-color: var(--d2c-color-bluish-gray);
}

@media (max-width: 1023.98px) {

    community_layout-section.home-section-helps community_layout-column-spacer {
        height: 0.5rem;
    }

}

@media (max-width: 767.98px) {

    community_layout-section.home-section-helps {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    community_layout-section.home-section-helps .columns-content {
        padding: 1.5rem;
        border-radius: 2rem;
    }

}

/* HOME GUIDES: SECTION BANNER */
/* HOME HELPS: SECTION BANNER */

community_layout-section.home-section-guides c-d2c-section-banner .d2c-section-banner__wrapper,
community_layout-section.home-section-helps c-d2c-section-banner .d2c-section-banner__wrapper {
    padding: 0;
}

community_layout-section.home-section-guides c-d2c-section-banner .d2c-section-banner__title,
community_layout-section.home-section-helps c-d2c-section-banner .d2c-section-banner__title {
    max-width: 14.375rem;
}

@media (max-width: 1439.98px) {
    
    community_layout-section.home-section-guides c-d2c-section-banner .d2c-section-banner__wrapper,
    community_layout-section.home-section-helps c-d2c-section-banner .d2c-section-banner__wrapper {
        background-size: contain;
    }

}

@media (max-width: 1023.98px) {
    
    community_layout-section.home-section-guides c-d2c-section-banner .d2c-section-banner__wrapper,
    community_layout-section.home-section-helps c-d2c-section-banner .d2c-section-banner__wrapper {
        min-height: auto;
        background-image: unset;
        margin-bottom: 0.5rem;
    }

    community_layout-section.home-section-guides c-d2c-section-banner .d2c-section-banner__title,
    community_layout-section.home-section-helps c-d2c-section-banner .d2c-section-banner__title {
        max-width: 100%;
    }

}

/* AIRBNB HOME SECTION */

c-d2c-home-slider.airbnb-page-main-banner .d2c-home-slider__item.d2c-home-slider__item-1::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgb(0 0 0 / 65%) 100%);
}

c-d2c-section.airbnb-page-card-info-section .d2c-section__header {
    padding-left: 0;
}

c-d2c-section-banner.airbnb-page-section-banner .d2c-section-banner__wrapper {
    background-size: 70%;
}

@media (max-width: 1024.98px) { 
    c-d2c-section-banner.airbnb-page-section-banner .d2c-section-banner__wrapper .d2c-section-banner__description {
        width: 60%;
    }
}

c-d2c-section-banner.airbnb-page-section-banner-big .d2c-section-banner__content {
    width: 50%;
}

@media (max-width: 1289.98px) { 
    c-d2c-section-banner.airbnb-page-section-banner-big .d2c-section-banner__content {
        width: 45%;
    }
}

@media (max-width: 1179.98px) { 
    c-d2c-section-banner.airbnb-page-section-banner-big .d2c-section-banner__content {
        width: 36%;
    }
}

@media (max-width: 1105.98px) { 
    c-d2c-section-banner.airbnb-page-section-banner-big .d2c-section-banner__content {
        width: 32%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024.98px) {

    community_layout-section.home-section-banner.airbnb-page .columns-content > community_layout-column,
    community_layout-section.home-section-guides.airbnb-page .columns-content > community_layout-column {
        width: 100%;
    }

    dxp_layout-columns.home-section-columns.airbnb-page dxp_layout-column-spacer {
        padding: 0 var(--dxp-s-column-spacer-size) 0 0;
    }

}

@media screen and (max-width: 1023.98px) {

    c-d2c-section-banner.airbnb-page-section-banner .d2c-section-banner__wrapper {
        background-size: contain;
    }

}

/* AIRBNB INSTALLATION PAGE */

@media screen and (min-width: 768px) and (max-width: 899.98px) {

    c-d2c-section-banner.installation-page-section-banner .d2c-section-banner__wrapper {
        background-size: contain !important;
        background-position: calc(100% + 9rem) 45% !important;
    }

}

@media screen and (max-width: 767.98px) {

    c-d2c-section-banner.installation-page-section-banner .d2c-section-banner__wrapper {
        background-size: 40rem !important;
    }

}

@media screen and (max-width: 559.98px) {

    c-d2c-section-banner.installation-page-section-banner .d2c-section-banner__wrapper {
        background-size: 35rem !important;
    }

}

@media screen and (max-width: 419.98px) {

    c-d2c-section-banner.installation-page-section-banner .d2c-section-banner__wrapper {
        background-size: 25rem !important;
    }

}