/* Product Landing */

.intro__hgroup,
hgroup.components__title,
.text-w-bg__hgroup,
.equipment_commercial__hgroup {
    display: grid;
    gap: 20px;
}

.page-template-page-landing-products .section-padding {
    padding-block: 15px;
}

@media (min-width: 600px) {

    .intro__hgroup,
    hgroup.components__title,
    .text-w-bg__hgroup,
    .equipment_commercial__hgroup {
        display: grid;
        grid-template-columns: 1fr 200px;
        align-items: center;
        gap: 50px;
    }

    .page-template-page-landing-products .section-padding {
        padding-block: 75px;
    }
}


.page-template-page-landing-products .image-buttons__grid {
    display: grid !important;
    grid-template-columns: repeat(20, 1fr);
    gap: 1.5rem 1rem;
}

.page-template-page-landing-products .image-button-container {
    margin-top: 0;
}

.page-template-page-landing-products .image-buttons__grid:before,
.page-template-page-landing-products .image-buttons__grid:after {
    display: none;
}

.page-template-page-landing-products .image-button {
    height: 100% !important;
    border: none;
    background-size: cover !important;
    background-position: top !important;
}

.page-template-page-landing-products .image-buttons__grid>div {
    width: 100%;
    grid-column: span 20;
    padding-inline: 10px;
}

@media (min-width: 600px) {
    .page-template-page-landing-products .image-buttons__grid>div {
        grid-column: span 10;
    }

}

@media (min-width: 1200px) {
    .page-template-page-landing-products .image-buttons__grid>div {
        grid-column: span 5;
    }

}


@media (min-width: 1500px) {
    .page-template-page-landing-products .image-buttons__grid>div {
        grid-column: span 4;
    }

    .page-template-page-landing-products .image-buttons__grid> :is(div:nth-child(9n + 1),
        div:nth-child(9n + 2),
        div:nth-child(9n + 3),
        div:nth-child(9n + 4)) {
        grid-column: span 5;
    }

}

.text-w-bg {
    min-height: 800px;
    position: relative;
    display: flex;
}

.text-w-bg__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.text-w-bg__text-box {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 30px;
    max-width: 770px;
    margin-block: 80px;
}

@media (min-width: 600px) {
    .text-w-bg__text-box {
        padding: 50px;
    }
}

.text-w-bg__cont {
    display: flex;
    align-items: center;
    margin-block: auto;
    height: 100%;
    width: 100%;
}

.text-w-bg__cont.right {
    justify-content: flex-end;
}

.text-w-bg__cont.center {
    justify-content: center;
}

.text-w-bg__title {
    margin-block: 0;
}

.equipment_commercial {
    padding-block: 30px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.equipment_commercial__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 280px);
    gap: 1.5rem;
    position: relative;
    width: 100%;
    justify-content: center;
    margin: 50px;
}

@media (min-width: 600px) {

    .equipment_commercial {
        padding-block: 80px;
    }

    .equipment_commercial__grid {
        grid-template-columns: repeat(auto-fill, 400px);
    }
}

@media (min-width: 1200px) {
    .equipment_commercial__grid {
        grid-template-columns: repeat(auto-fill, 520px);
    }
}

.equipment_commercial__img {
    max-width: 100%;
    max-height: 315px;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.equipment_commercial__item {
    box-shadow: 0px 0px 20px #00000029;
    background: #FFFFFF;
}

.equipment_commercial__box {
    padding: 2rem;
}

.equipment_commercial__box-title {
    margin: 0;
    color: #00B3DD;
    font: normal normal bold 23px/19px 'montserratsemibold';
}

.equipment_commercial__grid .btn,
.components__grid .btn {
    font: normal normal bold 15px/18px 'montserratsemibold';
    letter-spacing: 0px;
    height: auto;
}

.equipment_commercial__grid .btn:after,
.components__grid .btn:after {
    content: "\2303";
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 1px;
    transform: rotate(90deg);
}

.equipment_commercial__grid .btn {
    color: #00B3DD;
}

.cta_bar {
    background: #00B3DD;
    color: #fff;
    padding-block: 35px;
}

.cta_bar__title {
    color: #fff;
    margin-top: 0;
}

.cta_bar__img-box,
.cta_bar__grid:before,
.cta_bar__grid:after {
    display: none;
}

.cta_bar__grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;

}

@media (min-width: 1024px) {
    .cta_bar__grid {
        display: grid;
        grid-template-columns: 1fr 180px;
        gap: 50px;
    }
}


@media (min-width: 1024px) {
    .cta_bar__grid {
        grid-template-columns: 300px 1fr 180px;
    }

    .cta_bar__img-box {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1500px) {
    .cta_bar__grid {
        grid-template-columns: 550px 1fr 180px;
    }
}

.cta_bar__img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    object-fit: contain;
    transform: translateY(-50%);
}

@media (min-width: 600px) {
    .cta_bar__text-box {
        padding-block: 30px;
    }
}

.btn.btn--cta_bar {
    background: #fff;
}

.components {
    padding-block: 30px;
}

@media (min-width: 600px) {
    .components {
        padding-block: 80px;
    }
}

.components__grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 3rem;
}

.components__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 330px 1fr;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000029;
    border-left: 9px solid #8cc640;
}

.components__item-text {
    padding: 2rem;
}

.components__item-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    grid-row: 1 / 2;
}

.components__item-title {
    margin-top: 0;
    color: #8CC63F;
}

.components__grid .btn {
    background: transparent;
    color: #8CC63F;
    height: auto;
}


@media (min-width: 768px) {
    .components__item {
        grid-template-columns: 1fr 430px;
        grid-template-rows: auto;
    }

    .components__item-img {
        grid-row: auto;
    }
}

.text-w-bg__cont.center .text-w-bg__text-box {
    width: 95%;
    max-width: 1200px;
}

.components__grid .components__item:nth-child(6n + 2) {
    border-color: #204A91;
}

.components__grid .components__item:nth-child(6n + 2) :is(.components__item-title, .btn) {
    color: #204A91;
}

.components__grid .components__item:nth-child(6n + 3) {
    border-color: #ECA93F;
}

.components__grid .components__item:nth-child(6n + 3) :is(.components__item-title, .btn) {
    color: #ECA93F;
}

.components__grid .components__item:nth-child(6n + 4) {
    border-color: #449CCC;
}

.components__grid .components__item:nth-child(6n + 4) :is(.components__item-title, .btn) {
    color: #449CCC;
}

.components__grid .components__item:nth-child(6n + 5) {
    border-color: #2F6C40;
}

.components__grid .components__item:nth-child(6n + 5) :is(.components__item-title, .btn) {
    color: #2F6C40;
}