﻿.u-color-green {
    color: var(--color-primary);
}
ul li+li {
    margin-top: 10px;
}
ul li::marker {
    color: var(--color-secondary);
}

/*********************************************************************       
    IN PAGE NAVIGATION  
*********************************************************************/
.ipn-fixed #nav-blur {
    visibility: visible;
    top: 0;
}

.mini-nav.ipn-fixed #nav-blur {
    top: -30px;
}

.mobile-nav-toggle {
    position: relative;
    width: 100%;
    margin: -21px 0 20px;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    color: #666769;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    z-index: 1000 !important;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
}

html.mobile-open .mobile-nav-toggle, html.in-page-open .mobile-nav-toggle {
    z-index: 10 !important;
}

.mobile-nav-toggle img {
    width: 7px;
}

nav#in-page-nav {
    width: 100%;
    position: absolute;
    top: 80px;
    -webkit-transition: all .25s ease-in-out; /* Safari */
    transition: all .25s ease-in-out;
    z-index: 500;
    display: none;
}

header.fixed ~ .page-content nav#in-page-nav, header.fixed ~ .page-content .mobile-nav-toggle {
    position: fixed;
    z-index: 500;
}


header.fixed ~ .page-content .mobile-nav-toggle {
    top: 80px;
    margin-top: 0;
}

nav#in-page-nav a.no-show {
    display: none;
}

@media only screen and (min-width:992px) {
    nav#in-page-nav {
        display: block !important;
        position: relative;
        top: -25px;
    }
    .ipn-fixed nav#in-page-nav {
        position: fixed;
        top: 115px;
        left: 0;
    }
    .mini-nav.ipn-fixed nav#in-page-nav {
        top: 110px;
    }
}

nav#in-page-nav .container {
    overflow: visible;
    padding-right: 0px !important;
}

nav#in-page-nav a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    padding: 10px 0;
    text-decoration: none;
    -webkit-transition: all .25s; /* Safari */
    transition: all .25s;
    border: 1px solid #707070;
    border-top: 0;
    border-left: 0;
}

    nav#in-page-nav a:hover {
        color: #007035;
    }

    nav#in-page-nav a:first-child {
        padding-left: 0;
    }

nav#in-page-nav .nav-col {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: rgb(230,230,230);
    text-align: center;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .5s; /* Safari */
    border-left: 1px solid #707070;
}

    nav#in-page-nav .nav-col .nav-close {
        display: block;
        background: #62801e;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        cursor: pointer;
    }

    nav#in-page-nav .nav-col.odd a:first-child {
        grid-column: 1/3;
    }

@media only screen and (min-width:992px) {
    nav#in-page-nav .nav-col {
        display: block;
        background-color: #E6E6E6;
        padding: 10px;
        border: none;
    }

        nav#in-page-nav .nav-col:after {
        }

    nav#in-page-nav a {
        margin: 0 10px;
        border: none;
    }

        nav#in-page-nav a:hover {
            border-bottom-width: 5px;
            border-bottom-style: solid;
            text-decoration: none;
        }

    .nav-balencer {
        height: 48px;
        width: 100%;
        display: none;
    }

    .mini-nav .navbalencer {
        display: block;
    }
}
/*===
    BANNER
===*/
#mkt-banner {
    --mrkt-banner-height: 400px;
    background-image: url("https://assets.syngentaebiz.com/images/media/banner-weeviltrak-plus.png");
    background-position: top;
    /*background-size: cover;*/
    min-height: var(--mrkt-banner-height);
}
#mkt-banner .container,
#mkt-banner .row,
#mkt-banner .col-xs-12 {
    height: var(--mrkt-banner-height);
}
#mkt-banner .col-xs-12 {
    display: flex;
    align-items: center;
}
#mkt-banner h1 {
    transform: translateY(-80%);
    font-size: 4.8rem;
    color: #FFF;
    margin: 0;
}

#mkt-banner .container {
    padding: 0px !important;
}
    /*===
    AUTHENTICATION
===*/
    #in-page-nav + .authentication {
        margin-top: -45px;
        padding-top: 50px;
    }
.authentication {
    background-color: var(--color-primary);
    text-align: center;
    padding: 60px 0;
    color: #FFF;
}
.authentication h2,
.authentication h3,
.authentication p,
.authentication label,
.authentication a {
    color: currentColor;
}
.authentication__welcome h2 {
    font-size: 3.6rem;
    font-weight: 600;
}
.authentication__welcome .btn-green {
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}
.authentication__welcome .btn-green:hover,
.authentication__welcome .btn-green:focus-visible {
    color: var(--color-secondary) !important;
}
.authentication__login h3 {
    font-size: 2.2rem;
    font-weight: 600;
}
.authentication__login a {
    color: #FFF !important;
}
.authentication__form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 30px 0;
}
.authentication__form label {
    display: block;
    font-weight: 400;
    text-align: left;
}
.authentication__form input {
    border: 2px solid #FFF;
    width: 100%;
    padding: 5px;
    color: #000;
}
.authentication__form input,
.authentication__form button {
    height: 42px;
}
.authentication__form button {
    padding: 0 20px;
}
.authentication__form .form__group:last-of-type {
    align-self: flex-end;
    display: flex;
    align-items: center;
    gap: 30px;
    height: 42px;
}
/*===
    WEEVILTRAK PLUS HIGHLIGHTS
===*/
.weeviltrak-plus__highlights {
    margin: 15px 0 20px;
    display: grid;
    grid-template-columns: repeat(5, max-content);
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.weeviltrak-plus__highlight figure {
    display: flex;
    align-items: center;
    gap: 10px;
}
.weeviltrak-plus__highlight figcaption {
    font-size: 1.8rem;
    font-weight: 600;
    color: #555555;
}

@media only screen and (min-width:992px) {
    .weeviltrak-plus {
        top: -41px;
        position: relative;
    }
}

#about {
    background-color: #F2F2F2;
}
.about__highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}
.about__highlight {
    text-align: center;
}
.about__highlight img {
    display: block;
    margin: 0 auto 20px;
}
.about__highlight span {
    display: block;
    font-weight: 600;
}


/*===
    DISTRIBUTION
===*/
#distribution {
    padding-bottom: 30px;
}
.distribution__intro {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 70px;
    max-width: 1280px;
}
.distribution__map img {
    max-width: 800px;
    width: 100%;
}
.distribution__map figcaption {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.distribution__desc {
    width: 40%;
    margin: 0 15px;
    padding:0 15px;
    position: relative;
    top: -50px;
}
.distribution__desc ul {
    padding: 0 20px;
}
.map__legend {
    display: flex;
    gap: 10px;
}
.map__legend-key {
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 7px;
}
.map__legend-key span {
    border-radius: 3px !important;
    display: block;
    width: 20px;
    height: 20px;
}
.map__legend-key:nth-of-type(1) span {
    background-color: #B2172C;
}
.map__legend-key:nth-of-type(2) span {
    background-color: #F39A76;
}
.map__legend-key:nth-of-type(3) span {
    background-color: #FAE6D4;
}
.map__legend-key:nth-of-type(4) span {
    background-color: #E1ECED;
}
.map__legend-key:nth-of-type(5) span {
    background-color: #7EB5D6;
}
.map__legend-key:nth-of-type(6) span {
    background-color: #2066AC;
}
.map__source {
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 15px;
}

.distribution__faq + .distribution__faq {
    margin-top: 30px;
}
.distribution__question {
    position: relative;
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
    width: 100%;
    text-align: left;
    padding: 20px;
    color: #555555;
    font-weight: 600;
}
.distribution__question span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.distribution__question::after {
    content: '+';
    position: absolute;
    font-size: 4rem;
    line-height: 0;
    top: 50%;
    right: 15px;
    color: #000;
    transform: translate(0, 50%);
}
.distribution__question:hover,
.distribution__question:focus-visible {
    color: #555555;
}
.distribution__question > * {
    pointer-events: none;
}
.distribution__answer {
    display: none;
    background-color: #F2F2F2;
    padding: 0 20px 20px;
}
.distribution__answer p,
.distribution__answer ul li,
.distribution__answer a:link,
.distribution__answer a:visited,
.distribution__answer a:hover,
.distribution__answer a:visited {
    color: #000;
}
.distribution__answer a:hover,
.distribution__answer a:visited {
    text-decoration: transparent;
}
.distribution__answer p,
.distribution__answer ul {
    width: 95%;
}

.distribution__question.distribution__question--active::after {
    content: '\2013';
    top: 43%;
}
.distribution__question.distribution__question--active ~ .distribution__answer {
    display: block;
}
/*===
    TESTIMONIALS
===*/
#testimonials {
    background-color: #F2F2F2;
}
#owl-testimonials-wrap {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}
#owl-testimonials-wrap .carousel-inner {
    flex: 1;
    overflow: hidden;
}
#owl-testimonials-wrap .owl-carousel {
    width: 100%;
}
#owl-testimonials-wrap .owl-navigation {
    background-color: transparent;
    border: none;
    border-top: 3px solid var(--color-primary);
    border-right: 3px solid var(--color-primary);
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    padding: 0;
}
#owl-testimonials-wrap .owl-navigation--next {
    transform: rotate(45deg);
}
#owl-testimonials-wrap .owl-navigation--prev {
    transform: rotate(225deg);
}
#owl-testimonials .quote {
    background-image: linear-gradient(to right, #F2F2F2, #F2F2F2 30%, #CFE4BE 30%, #CFE4BE 70%, #F2F2F2 70%, #F2F2F2);
    text-align: center;
    padding: 10px;
}
#owl-testimonials .quote figure {
    margin: 0 auto 30px;
    position: relative;
}
#owl-testimonials .quote figure::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -40px;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #F2F2F2;
}
#owl-testimonials .quote figure img {
    display: block;
    border-radius: 50%!important;
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 318px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#owl-testimonials .quote p {
    color: #555555 !important;
    width: 75%;
    margin: 0 auto;
}
#owl-testimonials blockquote {
    border: none;
    border-top: 2px solid #AAA;
    padding: 30px 0 10px;
    margin: 30px auto 0;
    width: 35%;
}
#owl-testimonials blockquote span {
    display: block;
}
#owl-testimonials blockquote span:first-of-type {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--color-primary)!important;
    margin: 0 0 20px 0;
}
#owl-testimonials blockquote span:last-of-type {
    font-size: 1.8rem;
    line-height: 1.3;
}
#owl-testimonials .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#owl-testimonials .owl-dots .owl-dot span {
    height: 26px;
    width: 26px;
    border-radius: 100% !important;
    border: none;
    background-color: #CFEAB8;
    opacity: 1;
}
#owl-testimonials .owl-dots .owl-dot.active span {
    background-color: #7AC142;
}

#owl-testimonials-wrap .owl-carousel .owl-item,
#owl-testimonials-wrap .owl-carousel .item,
#owl-testimonials .quote {
    background-color: #F2F2F2 !important;
}

/*===
    BLOG
===*/
#blog {
    background-image: url("https://assets.syngentaebiz.com/images/media/weeviltrak-plus-background-blog.png");
    background-position: right;
    background-size: cover;
    color: #FFF;
}
#blog h2,
#blog p {
    color: currentColor;
}
#blog h2 {
    margin-bottom: 10px;
}
#blog a {
    margin-top: 20px;
}
#blog a+a {
    margin-left: 30px;
}
/*===
    PROGRAM
===*/
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0 50px;
}
.program__table {
    border-spacing: 0;
    border-collapse: separate;
}
.program__table td {
    width: calc(100% / 5);
    padding: 10px;
    font-size: 1.5rem;
    border: 1px solid #FFF;
}
.program__table td:first-of-type {
    border-left: 1px solid #B7B7B7;
}
.program__table td:last-of-type {
    border-right: 1px solid #B7B7B7;
}
.program__table thead tr:first-of-type td {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-primary);
    border-left: 0;
    border-right: 0;
}
.program__table thead tr:last-of-type {
    background-color: var(--color-primary);
    vertical-align: baseline;
}
.program__table thead tr:last-of-type td {
    border-top: 1px solid #B7B7B7;
}
.program__table thead td {
    position: relative;
    color: #FFF;
}
.program__table thead td span:not(.table__box) {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.4rem;
    color: var(--color-secondary);
}
.program__table thead td[colspan="2"]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 90%;
    height: 20px;
    border: 1px solid var(--color-primary);
    margin: 0 auto;
}

.program__table tbody .product__logos {
    display: block;
    margin-top: 30px;
}
.program__table tbody img[alt="Atexzo"] {
    width: 153px;
    transform: translate(-10px, -10px);
}
.program__table tbody img[alt="Ference"] {
    width: 136px;
}
.program__table tbody img[alt="Acelepryn"] {
    width: 158px;
    transform: translateY(-10px);
}
.program__table tbody tr:nth-child(odd) {
    background-color: #BCD6C4;
}
.program__table tbody tr:nth-child(even) {
    background-color: #E2EFD4;
}
.program__table tbody tr:nth-of-type(2) td {
    vertical-align: baseline;
}
.program__table tbody tr:last-of-type td {
    border-bottom: 0;
}
.program__table tbody td:first-of-type {
    font-weight: 600;
    font-size: 1.6rem;
    vertical-align: baseline;
}
.program__table tbody td[colspan="2"] {
    text-align: center;
}

tfoot.visible-lg.visible-md {
    display: revert !important;
}
.program__table tfoot {
    background-color: #FFF;
    text-align: center;
    border: 1px solid #B7B7B7;
    border-top: none;
}
.program__table tfoot td {
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
}
.program__table tfoot img {
    margin: 15px auto 0;
    width: 222px;
}


.program__banner {
    background-image: linear-gradient(to bottom, #FFF 15%, var(--color-primary) 15%, var(--color-primary) 85%, #FFF 85%);
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 40px;
}
.program__banner img {
    width: 150px;
}
.program__banner h3,
.program__banner p {
    color: #FFF;
}
.program__banner a {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.program__banner a svg {
    width: 20px;
    fill: #FFF;
}
.program__banner a:hover svg,
.program__banner a:focus-visible svg {
    fill: var(--color-secondary);
}
/*===
    PRODUCTS
===*/
#products {
    background-color: #F2F2F2;
}
.product__cards {
    display: flex;
    gap: 20px;
}
.product__card {
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% / 4);
    align-items: center;
}
.product__card figure {
    margin-bottom: 20px;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.product__card figure img {
    margin: 0 auto;
}
.product__card p {
    text-align: center;
    margin-bottom: 30px;
}
.product__card .btn-green {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-top: auto;
    line-height: 1;
    padding: 15px 20px;
}
.product__card .btn-green svg {
    width: 8px;
    fill: #FFF;
}
.product__card .btn-green:hover svg,
.product__card .btn-green:focus-visible svg {
    fill: var(--color-secondary);
}
#product__card-atexzo img {
    width: 185px;
}
#product__card-ference img {
    width: 165px;
}
#product__card-acelepryn img {
    width: 200px;
}


/*===
    ABW
===*/
#abw {
    background-color: var(--color-primary);
    color: #FFF;
}
#abw h2,
#abw p {
    color: #FFF;
}
.video__card-thumbnail {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: grid;
    color: #FFF;
}
.video__card-thumbnail:hover,
.video__card-thumbnail:focus-visible {
    color: #FFF;
}
.video__card-thumbnail > * {
    pointer-events: none;
}
.video__card-thumbnail img,
.video__card-thumbnail svg,
.video__card-thumbnail span {
    grid-row: 1 / -1;
    grid-column: 1 / -1;
}
.video__card-thumbnail img {
    border-radius: 5px !important;
}
.video__card-thumbnail svg {
    width: 100px;
    margin: 0 auto;
    align-self: center;
}
.video__card-thumbnail span {
    background-color: #55565A;
    font-weight: 600;
    font-size: 1.3rem;
    justify-self: flex-end;
    align-self: flex-end;
    padding: 3px 10px;
    border-radius: 5px !important;
    margin: 0 10px 10px 0;
}
.video__card iframe {
    aspect-ratio: 16 / 9;
    border-radius: 5px !important;
}
.video__card-thumbnail ~ iframe {
    display: none;
}
.video__card-thumbnail.active {
    display: none
}
.video__card-thumbnail.active ~ iframe {
    display: block;
}

.video__card p {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 10px 0 0 0;
}

/*===
    GREENCAST APP
===*/
#greencast {
    padding: 60px 0 40px;
}
#greencast .container {
    background-color: #F2F2F2;
}
#greencast .app__banner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}
.app__banner-img {
    transform: translateY(-20px);
    width: 169px;
}
.app__banner-stores {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
}
.app__banner-stores a:hover,
.app__banner-stores a:focus-visible {
    opacity: .75;
}
/*===
    MEDIA QUERIES
===*/
@media only screen and (min-width:1600px) {
    .distribution__intro {
        max-width: 1400px;
        margin: 0 auto 70px auto;
    }
    .distribution__map .distribution__map-img-wrap {
        display: block;
        position: relative;
    }
    .distribution__map .distribution__map-img-wrap::after {
        content: '';
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .btn-mobile-product-menu {
        background: rgb(0,50,0);
        background: linear-gradient(180deg, rgba(0,50,0,1) 0%, rgba(50,110,59,1) 100%);
        color: #FFF;
        text-align: center;
        font-weight: 600;
    }
    .prod-mobile-menu-item {
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 1px solid #B5B5B5;
        text-align: center;
        display: block;
    }
    .prod-mobile-menu-item-last {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        display: block;
    }
    .prod-mobile-menu-item a,
    .prod-mobile-menu-item-last a {
        display: block;
    }
    .prod-mobile-menu-container {
        border-bottom: 5px solid #007035;
        background: rgb(153,153,153);
        background: linear-gradient(180deg, rgba(153,153,153,1) 0%, rgba(243,243,243,1) 2%, rgba(241,241,241,1) 100%);
        width: 100%;
    }

    #mkt-banner h1 {
        line-height: 1.1;
        text-align: center;
        transform: translateY(-100%);

    }

    .authentication__form {
        display: block;
    }
    .authentication__form .form__group:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .authentication__form .form__group:last-of-type {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: auto;
    }
    .authentication__form button {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .weeviltrak-plus__highlights {
        display: block;
        margin: 0 0 25px;
    }
    .weeviltrak-plus__highlight figcaption br {
        display: none;
    }
    .weeviltrak-plus__highlight + .weeviltrak-plus__highlight {
        margin-top: 15px;
    }

    .about__highlights {
        display: block;
    }
    .about__highlight {
        text-align: left;
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }
    .about__highlight img {
        width: 80px;
        margin: 0;
    }
    .about__highlight+.about__highlight {
        margin-top: 20px;
    }

    .distribution__intro {
        display: block;
    }
    .distribution__map figcaption {
        padding: 0 15px;
        margin-top: 20px;
    }
    .map__legend {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .map__legend-key {
        flex-basis: calc(100% / 4);
    }
    .distribution__desc {
        margin-top: 30px;
        width: 100%;
        padding: 0 15px;
    }
    .distribution__question span {
        width: 95%;
    }

    #owl-testimonials .quote {
        background-image: none;
        background-color: #E7F5DC;
        padding: 30px 20px;
    }
    #owl-testimonials .quote figure {
       display: none;
    }
    #owl-testimonials blockquote {
        width: 100%;
        padding-bottom: 0;
    }
    #owl-testimonials .quote p {
        width: 100%;
    }
    #owl-testimonials blockquote span:first-of-type {
        font-size: 3rem;
        line-height: 1.3;
    }

    #blog {
        background-image: url("https://assets.syngentaebiz.com/images/media/weeviltrak-plus-background-blog-mobile.png");
        background-position: bottom;
    }
    #blog a {
        display: block;
        width: 100%;
    }
    #blog a+a {
        margin-left: 0;
    }

    .table-wrapper {
        margin-bottom: 0;
    }
    tfoot.visible-lg.visible-md {
        display: none !important;
    }
    .table-psuedo-footer {
        text-align: center;
        margin-bottom: 30px;
        padding: 15px;
        border: 1px solid #B7B7B7;
    }
    .table-psuedo-footer img {
        margin: 15px auto 0;
        width: 222px;
    }

    .program__banner {
        background-image: linear-gradient(to bottom, #FFF 10%, var(--color-primary) 10%, var(--color-primary) 100%, #FFF 100%);
        display: block;
        padding: 0 20px 40px;
        text-align: center;
    }
    .program__banner img {
        width: 200px;
        margin: 0 auto;
    }
    .program__banner > div {
        margin: 10px auto 20px;
    }
    .program__banner a {
        justify-content: center;
    }

    .product__cards {
        display: block;
    }
    .product__card figure {
        margin-bottom: 5px;
    }
    .product__card p {
        margin-bottom: 15px;
    }
    .product__card + .product__card {
        margin-top: 40px;
    }

    .video__card {
        margin-bottom: 20px;
    }

    #greencast .container {
        background-color: #FFF;
    }
    #greencast .app__banner {
        display: block;
        padding: 0 20px 30px;
        background-color: #F2F2F2;
    }
    .app__banner-img {
        width: 200px;
        margin: 0 auto;
    }
    .app__banner-stores {
        display: block;
        margin-top: 20px;
    }
    .app__banner-stores a+a {
        display: block;
        margin-top: 10px;
    }
    .app__banner-stores a img {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    #mkt-banner {
        background-image: url("https://assets.syngentaebiz.com/images/media/banner-weeviltrak-plus-mobile.png");
        background-position: center !important;
        background-size:cover !important;
    }

    .distribution__desc {
        top: 0px;
        margin: 30px 0 0 0;
    }
}

#testimonials,
#testimonials .container,
#owl-testimonials-wrap,
#owl-testimonials-wrap .carousel-inner,
#owl-testimonials-wrap .owl-carousel,
#owl-testimonials-wrap .owl-stage-outer,
#owl-testimonials-wrap .owl-stage {
    background-color: #F2F2F2;
}