/*
=======================
HERO SECTION
=======================
 */
#page-hero-section {
    padding: 150px 0 140px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

#hero-left {
    position: relative;
    z-index: 2;
}

#hero-left {
    position: relative;
    z-index: 2;
}

#what-map-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#what-map-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1920px;
    max-width: inherit;

}

@media only screen and (max-width: 1460px) {
    #what-map-wrapper img {
        margin-right: -200px;
    }
}

@media only screen and (max-width: 1199.9px) {
    #page-hero-section {
        padding-bottom: 100px;
    }

    #what-map-wrapper img {
        width: 1500px;
    }

    /*#what-map-wrapper img{*/
    /*    margin-right: -300px;*/
    /*}*/
}

@media only screen and (max-width: 991.9px) {
    #page-hero-section {
        padding-top: 100px;
    }

    #what-map-wrapper img {
        margin-right: -120px;
        width: 1050px;
    }
}

@media only screen and (max-width: 767.8px) {
    #page-hero-section {
        position: relative;
        padding-bottom: 400px;
    }

    #page-hero-section:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 280px;
        background-color: rgba(245, 249, 246, .5);
        z-index: 1;
    }

    #what-mobile-map-wrapper img {
        width: 100vw;
        position: absolute;
        top: 170px;
        left: 0;

    }


    #hero-left {
        text-align: center;
        position: relative;
    }
}

@media only screen and (max-width: 700px) {
    #what-mobile-map-wrapper img {
        top: 200px;
        width: calc(100vw + 100px);
        left: -50px;
        max-width: inherit;
    }
}

@media only screen and (max-width: 600px) {
    #what-mobile-map-wrapper img {
        top: 170px;
    }
}

@media only screen and (max-width: 575.8px) {
    #page-hero-section {
        padding-bottom: 300px;
    }
}

@media only screen and (max-width: 480px) {
    #what-mobile-map-wrapper img {
        top: 36%;
    }
}

@media only screen and (max-width: 400px) {
    #what-mobile-map-wrapper img {
        top: 45%;
    }
}

@media only screen and (max-width: 350px) {
    #what-mobile-map-wrapper img {
        top: 49%;
    }
}

@media only screen and (max-width: 330px) {
    #what-mobile-map-wrapper img {
        top: 50%
    }

    #page-hero-section {
        padding-bottom: 250px;
    }
}

@media only screen and (max-width: 300px) {
    #what-mobile-map-wrapper img {
        top: 55%
    }
}

/*
=======================
INTRO
=======================
 */
#intro {
    padding: 0 45px 50px 45px;
}

#intro-image {
    position: relative;
    z-index: 2;
    height: 780px;
    border-radius: 15px;
    overflow: hidden;
}

#intro-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#intro-image:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(157, 203, 69);
    background: -moz-linear-gradient(180deg, rgba(157, 203, 69, 0.0046612394957983305) 0%, rgba(57, 100, 58, 0.0046612394957983305) 41%, rgba(7, 48, 52, 0.65172006302521) 67%, rgba(10, 39, 37, 1) 90%);
    background: -webkit-linear-gradient(180deg, rgba(157, 203, 69, 0.0046612394957983305) 0%, rgba(57, 100, 58, 0.0046612394957983305) 41%, rgba(7, 48, 52, 0.65172006302521) 67%, rgba(10, 39, 37, 1) 90%);
    background: linear-gradient(180deg, rgba(157, 203, 69, 0.0046612394957983305) 0%, rgba(57, 100, 58, 0.0046612394957983305) 41%, rgba(7, 48, 52, 0.65172006302521) 67%, rgba(10, 39, 37, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9dcb45", endColorstr="#0a2725", GradientType=1);
}

#promo-container {
    position: relative;
    z-index: 3;
    margin-top: -400px;
}

#intro h2 span {
    color: var(--white);
}

#promo-columns-container {
    margin-top: 50px;
    border-radius: 15px;
    filter: drop-shadow(0px 29px 32.5px rgba(78, 92, 62, 0.08));
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    overflow: hidden;

}

.promo-column {
    width: 33.33%;
    flex-basis: 33.33%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;

}

#promo-columns-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 66.66%;
    height: 10px;
    background-color: rgb(106, 166, 79);
    z-index: 2;

}

#promo-columns-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 33.33%;
    height: 10px;
    background-color: var(--lighter-green);
    z-index: 2;

}

#promo-columns-container .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgb(157, 204, 69);
    z-index: 0;
}

.promo-column-inner {
    padding: 55px 50px;
}

.promo-column:nth-of-type(2) {
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.promo-column-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.promo-column-icon {
    width: 80px;
    flex-basis: 80px;
    max-width: 100%;
}

.promo-column-title {
    width: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    max-width: 100%;
}

.promo-column-title h5 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1400px) {
    #promo-columns-container {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 991.8px) {
    #intro {
        padding: 0;
    }

    #intro-image {
        height: 500px;
    }

    #intro-image {
        border-radius: 0;
    }

    .promo-column {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .promo-column:nth-of-type(2) {
        border-left: none;
        border-right: none;
    }

    .promo-column:last-of-type {
        border-bottom: none;
    }

    .promo-column-top {
        margin-bottom: 20px;
    }

    .promo-column-inner {
        padding: 30px;
    }

    #intro-image:before {
        background-image: linear-gradient(0deg, rgba(10, 39, 37, 0.9999999999999999) 0%, rgba(10, 39, 37, 0) 100%);
        /*background: rgb(7, 48, 52);*/
        /*background: -moz-linear-gradient(180deg, rgba(7, 48, 52, 0.4808517156862745) 0%, rgba(8, 44, 45, 0.6909357492997199) 16%, rgba(9, 42, 43, 0.9262298669467787) 56%, rgba(10, 39, 37, 1) 100%);*/
        /*background: -webkit-linear-gradient(180deg, rgba(7, 48, 52, 0.4808517156862745) 0%, rgba(8, 44, 45, 0.6909357492997199) 16%, rgba(9, 42, 43, 0.9262298669467787) 56%, rgba(10, 39, 37, 1) 100%);*/
        /*background: linear-gradient(180deg, rgba(7, 48, 52, 0.4808517156862745) 0%, rgba(8, 44, 45, 0.6909357492997199) 16%, rgba(9, 42, 43, 0.9262298669467787) 56%, rgba(10, 39, 37, 1) 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#073034", endColorstr="#0a2725", GradientType=1);*/
    }

    #promo-container {
        margin-top: -170px;
        text-align: center;
    }

    #promo-container h2 {
        margin-bottom: 10px;
    }

    #promo-columns-container {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767.8px) {
    #promo-columns-container {
        margin-top: 37px;
    }

    .promo-column-title h5 {
        font-size: 20px;
    }
}

/*
=======================
WARRANTY
=======================
 */
#warranty {
    padding: 50px 0;
}

#warranty h2 span {
    color: var(--dark-green);
}

.warranty-text {
    width: 950px;
    flex-basis: 950px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#warranty-row {
    margin-top: 70px;
    margin-left: -50px;
    margin-right: -50px;
}

.warranty-column {
    width: 25%;
    flex-basis: 25%;
    flex-wrap: wrap;
    border-right: 1px solid rgba(0, 0, 0, .1);

}

.warranty-column:last-of-type {
    border-right: none;
}

.warranty-column-inner {
    padding: 25px 50px;
}

.warranty-top {
    margin-bottom: 30px;
}

.year-number {
    font-size: 80px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 0;
}

.warranty-column-inner .year {
    font-size: 30px;
    letter-spacing: 12px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}

.warranty-bottom p {
    font-weight: 300;
    margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
    .warranty-column-inner {
        padding: 20px 30px;
    }

    .warranty-top {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991.8px) {
    .warranty-column {
        width: 50%;
        flex-basis: 50%;
    }

    .warranty-column:nth-of-type(1) {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .warranty-column:nth-of-type(2) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}

@media only screen and (max-width: 575.8px) {
    #warranty {
        padding-bottom: 0;
    }

    #warranty-row {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
    }

    .warranty-column {
        width: 100%;
        flex-basis: 100%;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .warranty-column:nth-of-type(1) {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .warranty-column-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding: 25px 15px;
    }

    .warranty-top {
        margin-bottom: 0;
        width: 100px;
        flex-basis: 100px;
    }

    .year-number {
        font-size: 50px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .warranty-column-inner .year {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 6px;
        text-transform: uppercase;
        color: #9dcc45;
        font-weight: 400;
    }

    .warranty-bottom {
        width: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
        max-width: 100%;
    }

    .warranty-bottom p {
        text-align: left;
        margin-bottom: 0;
        padding-left: 15px;
    }
}

/*
=====================
ADVANTAGE
=====================
 */
#advantage {
    padding: 100px 0 80px 0;
    background-color: var(--white);
    position: relative;
    z-index: 2;
}

#advantage h2 span {
    color: var(--dark-green);
}

.advantage-text {
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#advantages-row {
    margin-top: 50px;
}

.advantage-column {
    width: 20%;
    flex-basis: 20%;
    max-width: 100%;
    padding: 20px 15px;
}

.icon-wrapper {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    background-color: rgba(239, 245, 241, .6);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.advantage-column-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;

}

.advantage-title {
    color: rgb(61, 61, 61);
    text-align: center;
}

@media only screen and (min-width: 1100px) {
    #advantage .container {
        max-width: 1000px;
    }
}

@media only screen and (max-width: 991.8px) {
    .icon-wrapper {
        width: 100px;
        height: 100px;
        padding: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767.8px) {
    #advantage {
        padding: 30px 0;
    }

    #advantages-row {
        justify-content: center;
    }

    .advantage-column {
        width: 33.33%;
        height: 33.33%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 575.8px) {
    .advantage-column {
        padding: 10px;
    }

    .icon-wrapper {
        width: 80px;
        height: 80px;
        flex-basis: 80px;
        padding: 20px;
    }
}

@media only screen and (max-width: 320.8px) {
    .advantage-column {
        width: 50%;
        height: 50%;
        max-width: 100%;
    }
}
