@charset "utf-8";

#m2-widget-newsletter-signup {
    margin-top: 0;
    background: transparent linear-gradient(180deg, var(--m2-brand-blue-hover-light-color) 0%, var(--m2-brand-blue-hover-dark-color) 100%) 0% 0% no-repeat padding-box;
}
#m2-widget-newsletter-signup > .container > .wrapper > .newsletter-heading > img {

}
#m2-widget-newsletter-signup > .container > .wrapper > .newsletter-heading > h3 {
    font-size: 28px;
    font-family: 'Quicksand-Bold';
    line-height: 36px;
    color: var(--m2-brand-white-color);
    max-width: 350px;
    margin: 0 0 0 25px;
}
#m2-widget-newsletter-signup > .container > .wrapper > .newsletter-form {
    margin: 0 0 0 50px;
}

@media only screen and (max-width: 767px) {
    #m2-widget-newsletter-signup > .container > .wrapper > .newsletter-heading > img {
        height: 48px;
        width: auto;
    }
    #m2-widget-newsletter-signup > .container > .wrapper > .newsletter-heading > h3 {
        font-size: 20px;
        line-height: 24px;
        margin-left: 15px;
    }
    #m2-widget-newsletter-signup > .container > .wrapper > .newsletter-form {
        margin: 20px 0 0 0;
    }
}

#m2-widget-we-are {
    background: #EBF4FB;
    width: 100%;
}
#m2-widget-we-are > .container > ul {
}
#m2-widget-we-are > .container > ul > li {
    padding: 15px;
}
#m2-widget-we-are > .container > ul > li > span {
    font-size: 22px;
    font-family: 'Quicksand-Bold';
    line-height: 28px;
}
#m2-widget-we-are > .container > ul > li > a > img {
    filter: grayscale(100%);
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    #m2-widget-we-are > .container > ul > li.h {
        width: 100%;
        text-align: center;
    }
    #m2-widget-we-are > .container > ul > li.h > span {

    }
    #m2-widget-we-are > .container > ul > li > a > img {
        max-width: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    #m2-widget-we-are > .container > ul > li > a > img {
        max-width: 100px;
    }
}

.m2-widget-value-props {
    text-align: center;
}
.m2-widget-value-props > .value-prop {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}
.m2-widget-value-props > .value-prop > .thumb {
}
.m2-widget-value-props > .value-prop > .thumb > img {
    max-width: 100%;
    height: 50px;
    width: auto;
}
.m2-widget-value-props > .value-prop > .info {
}
.m2-widget-value-props > .value-prop > .info > .heading {
    font-family: 'Quicksand-Bold';
    white-space: nowrap;
}
.m2-widget-value-props > .value-prop > .info > .caption {
    display: none;
}

@media only screen and (min-width: 992px) {
    .m2-widget-value-props {
        text-align: left;
    }
    .m2-widget-value-props > .value-prop {
        flex-direction: row;
        justify-content: center;
        text-align: left;
        gap: 1.5rem;
        align-items: center;
        cursor: pointer;
    }
    .m2-widget-value-props > .value-prop > .thumb {
        flex-grow: 1;
    }
    .m2-widget-value-props > .value-prop > .thumb > img {
        width: 100px;
        height: auto;
    }
    .m2-widget-value-props > .value-prop > .info > .heading {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .m2-widget-value-props > .value-prop > .info > .caption {
        display: block;
        margin-bottom: 0;
        font-size: 0.9em;
    }
}
@media only screen and (min-width: 1200px) {
    .m2-widget-value-props > .value-prop > .thumb > img {
        width: auto;
        height: auto;
        max-width: unset;
    }
    .m2-widget-value-props > .value-prop > .info > .heading {
        font-size: 22px;
    }
}
