/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */
section#block-7 {
    margin-top: 0px;
    padding-top: 0;
    border: none;
}
.woocommerce-page, .aux-search.aux-advanced-search .aux-primary .aux-search-from span, .aux-search.aux-advanced-search .aux-primary .aux-search-from a{
    font-family: 'Work Sans';
}
.woocommerce-page .woocommerce-tabs .tabs li a {
    color: initial !important;
}
.aux-cart-wrapper .aux-inline-card-checkout .aux-card-final-amount, .aux-cart-wrapper.aux-elegant-cart .aux-cart-total-items {
    display: none;
}
/*
.elementor-kit-106{
    --e-global-typography-primary-font-family: 'Work Sans' !important;
    --e-global-typography-secondary-font-family: 'Work Sans' !important;
    --e-global-typography-text-font-family: 'Work Sans' !important;
    --e-global-typography-accent-font-family: 'Work Sans' !important;
}
*/
a {
    color: var(--e-global-color-secondary);
}
.woocommerce .form-row .aux-input-text {
    width: 90%;
    max-width: 100%;
}
.woocommerce-checkout .select2 {
    width: 90% !important;
    
}
.woocommerce .form-row label{
    margin-bottom: 0;
    padding: 0;
}
.single-product .cart {
    margin-bottom: 20px;
}
.pdf--button--container {
    display: flex;
    width: 100%;
}
.pdf--button--container a {
    border-radius: 30px;
    background-color: rgb(228, 87, 61);
    padding: 16px 42px 18px 42px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: -0.36px;
}
.pdf--button--container a:hover {
    background: #333;
}
.pdf--button--container span.auxshp-sw-icon.auxicon-file {
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.page-header .aux-meida-bg-holder:after {
    background-color: var( --e-global-color-secondary ) !important;
    opacity: 0.5;
}
.woocommerce-page.archive .page-title-section .page-header {
    background: var(--e-global-color-secondary) !important;
}
.single-product .entry-title {
    line-height: 45px !important;
}
.single-product .zoomImg{
    background-color: white;
}
.woocommerce-cart .aux-4-6 {
    width: 100%;
}
.woocommerce-cart .entry-content h2 {
    display: none;
}
.woocommerce-cart .woocommerce .cart_totals  .aux-shop-table-outline{
    border: none;
    margin: 0;
}
.woocommerce-cart .aux-2-6 {
    float: right;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout{
    padding: 0;
}
.woocommerce .aux-shop-table tbody td:last-child, .woocommerce .aux-shop-table thead th:last-child {
    display: none;
}
span.woocommerce-input-wrapper {
    display: block;
}
.woocommerce .woocommerce-invalid .validation-message {
    position: relative;
    top: 0;
    right: 0;
}
.woocommerce .woocommerce-invalid:after{
    display: none;
}
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a.aux-cart-button:hover, .aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a.aux-cart-button:focus, .aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a.aux-cart-button:active{
    color: white;
}
@media screen and (max-width: 767px){
.aux-resp .woocommerce-checkout .select2 {
    width: 100% !important;
}
.woocommerce-checkout-payment .form-row .button {
    margin-top: 1.0625em;
    padding: 2.1375em 2.1375em;
}
.aux-resp .woocommerce .aux-cart-buttons .aux-button {
    text-align: center;
}
.woocommerce .woocommerce-invalid:after {
    top: 6.8em;
}
}





/*****************************************
*
* Video Section
*
********************************************************/

.Video--Section .banner {
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.Video--Section .banner {
    position: relative;
    text-align: center;
    padding: 15px;
    background-color: #e5f2ed;
}

.Video--Section .hero {
    position: relative;
    height: 80vh;
    min-height: 450px;
}

.Video--Section .media {
    position: relative;
    margin: 0;
    padding: 0;
}

.Video--Section .banner_background {
    background-size: cover;
}

.Video--Section .banner_background,
.Video--Section .banner_background>.media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Video--Section .banner.-style-faded .banner_background:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}

.Video--Section .media_object {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.Video--Section .media.-sizing-contain .media_object,
.Video--Section .media.-sizing-contain .media_object>.embed,
.Video--Section .media.-sizing-cover .media_object,
.Video--Section .media.-sizing-cover .media_object>.embed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Video--Section audio,
.Video--Section canvas,
.Video--Section progress,
.Video--Section video {
    display: inline-block;
    vertical-align: baseline;
}

.Video--Section audio,
.Video--Section canvas,
.Video--Section img,
.Video--Section svg,
.Video--Section video {
    vertical-align: middle;
}

.Video--Section .media_object>video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
    .Video--Section .media_object>video {
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }
}

.Video--Section .banner_content {
    position: relative;
    z-index: 2;
    height: 100%;
    color: #fff;
}

.Video--Section .hero-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

@media (min-width: 0em) {
    .Video--Section .hero-content {
        padding: 48px 24px;
    }
}

@media (min-width: 40em) {
    .Video--Section .hero-content {
        padding: 72px 48px;
    }
}

@media (min-width: 67.5em) {
    .Video--Section .hero-content {
        padding: 96px 72px;
    }
}

@media (min-width: 85.375em) {
    .Video--Section .hero-content {
        padding-right: 136px;
        padding-left: 136px;
    }
}

.Video--Section .hero-content-container {
    width: 100%;
    max-width: 850px;
}

@media (max-width: 99.99em) {
    .Video--Section .hero-content-container {
        max-width: 750px;
    }
}

.Video--Section .text {
    color: #333;
}

.Video--Section .\+context-banner .text,
.Video--Section .\+context-dark .text,
.Video--Section .\+context-primary .text {
    color: #fff;
}

.Video--Section .text>h5 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    margin: 1em 0 30px;
}

@media (min-width: 0px) {
    .Video--Section .text>h5 {
        font-size: calc(.125vw + 16px);
    }
}

.Video--Section .text mark {
    background-color: transparent;
    color: rgba(34, 71, 59, .25);
}

.Video--Section .text>h5 mark {
    display: inline-block;
    position: relative;
    opacity: 1;
    padding-bottom: 24px;
    margin-bottom: 18px;
    color: inherit;
}

.Video--Section .text>h5 mark:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #dd3f2e;
}

.Video--Section .text>h1 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.04478em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 36px;
    margin: 0.5em 0;
}

@media (min-width: 0px) {
    .Video--Section .text>h1 {
        font-size: calc(.625vw + 36px);
    }
}

@media (min-width: 640px) {
    .Video--Section .text>h1 {
        font-size: calc(2.10938vw + 26.5px);
    }
}

.Video--Section .\+v-trim>:last-child {
    margin-bottom: 0 !important;
}

.Video--Section .hero-aus {
    position: absolute;
    height: 0;
    width: 100%;
    z-index: 5;
}

@media (max-width: 67.49em) {
    .Video--Section .hero-aus {
        position: relative;
    }
}

@media (max-width: 39.99em) {
    .Video--Section .hero-aus {
        height: 24px;
    }
}

.Video--Section img:not(:root) {
    overflow: hidden;
}

.Video--Section .hero-aus img {
    position: absolute;
    top: 0;
    width: 200px;
    transform: translateY(-50%);
}

@media (min-width: 0em) {
    .Video--Section .hero-aus img {
        right: 0;
    }
}

@media (min-width: 67.5em) {
    .Video--Section .hero-aus img {
        right: 72px;
    }
}

@media (min-width: 85.375em) {
    .Video--Section .hero-aus img {
        right: 136px;
    }
}





/*******************************************
*
* Product Categories
*
**************************************************************/

.Product--Categories a {
    text-decoration: none;
}
.Product--Categories *, .Product--Categories :after, .Product--Categories :before {
    box-sizing: border-box;
}

@media (min-width: 0em) {
    .Product--Categories .section {
        padding: 48px 24px;
    }
}

@media (min-width: 40em) {
    .Product--Categories .section {
        padding: 72px 48px;
    }
}

@media (min-width: 67.5em) {
    .Product--Categories .section {
        padding: 96px 72px;
    }
}

@media (min-width: 85.375em) {
    .Product--Categories .section {
        padding-right: 136px;
        padding-left: 136px;
    }
}

@media (max-width: 67.49em) {
    .Product--Categories .shopCat-content {
        margin: 0 -48px;
    }
}

@media (max-width: 39.99em) {
    .Product--Categories .shopCat-content {
        margin: 0 -24px;
    }
}

@media (max-width: 67.49em) {
    .Product--Categories .shopCat-content {
        overflow-x: auto;
    }
}

.Product--Categories .text {
    color: #333;
}

.Product--Categories .text>h5 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    margin: 1em 0 30px;
}

@media (min-width: 0px) {
    .Product--Categories .text>h5 {
        font-size: calc(.125vw + 16px);
    }
}

.Product--Categories .\+t-trim>:first-child {
    margin-top: 0 !important;
}

.Product--Categories .text mark {
    background-color: transparent;
    color: rgba(34, 71, 59, .25);
}

.Product--Categories .text>h5 mark {
    display: inline-block;
    position: relative;
    opacity: 1;
    padding-bottom: 24px;
    margin-bottom: 18px;
    color: inherit;
}

.Product--Categories .text>h5 mark:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #dd3f2e;
}

.Product--Categories .grid {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    pointer-events: none;
    direction: ltr;
    word-spacing: -1em;
    margin: 0;
    padding: 0;
    text-align: left;
}

.Product--Categories .-v-align-fill.grid {
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}

.Product--Categories .-h-gap-sm.grid {
    margin-left: -12px;
    margin-right: -12px;
}

.Product--Categories .-v-gap-md.grid {
    margin-top: -48px;
}

@media (max-width: 67.49em) {
    .Product--Categories .shopCat .grid.-has-4 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.Product--Categories .grid>* {
    pointer-events: auto;
    display: inline-block;
    direction: ltr;
    vertical-align: top;
    width: auto;
    min-height: 1px;
    margin: 0;
    word-spacing: normal;
    text-align: left;
    list-style: none;
}

.Product--Categories .\+inner-fill {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.Product--Categories .-h-gap-sm.grid>* {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    background-clip: padding-box;
}

.Product--Categories .-v-gap-md.grid>* {
    margin-top: 48px;
}

.Product--Categories .grid>.cell {
    width: 100%;
}

.Product--Categories .grid.-has-4>.cell {
    width: 25%;
}

.Product--Categories .shopCat .grid.-has-4 .cell {
    width: 25%;
}

@media (max-width: 67.49em) {
    .Product--Categories .shopCat .grid.-has-4 .cell {
        width: 275px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (max-width: 39.99em) {
    .Product--Categories .shopCat .grid.-has-4 .cell {
        width: 250px;
    }
}

.Product--Categories .shopCat-content .grid.-has-4 .cell.-fill {
    display: none !important;
    width: 48px;
}

.Product--Categories .\+inner-fill>* {
    width: 100% !important;
}

.Product--Categories .card {
    display: block;
}

.Product--Categories .card.-style-shopCategory {
    overflow: hidden;
    text-align: center;
}

.Product--Categories a.card.-style-shopCategory {
    transition: box-shadow .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
}

.Product--Categories .card_media {
    position: relative;
}

.Product--Categories .card.-style-shopCategory .card_media {
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, .15);
    color: #fff;
}

.Product--Categories a.card.-style-shopCategory .card_media {
    overflow: hidden;
}

.Product--Categories .card.-style-shopCategory .card_media:before {
    content: "";
    display: block;
    padding: 100% 0 0 100%;
}

.Product--Categories figure {
    margin: 1em 40px;
}

.Product--Categories .media {
    position: relative;
    margin: 0;
    padding: 0;
}

.Product--Categories .card_media>.media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Product--Categories a.card.-style-shopCategory .card_media .media {
    transition: transform .3s cubic-bezier(.23, 1, .32, 1);
}

.Product--Categories .media_object {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.Product--Categories .media.-sizing-cover .media_object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Product--Categories .\+lazy {
    transition: opacity 1.2s cubic-bezier(.23, 1, .32, 1);
}

.Product--Categories .media.-sizing-cover .media_object>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit:cover){
    .Product--Categories .media.-sizing-cover .media_object>img, .media.-sizing-ratio .media_object>img {
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
}
}

.Product--Categories .card_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.Product--Categories .card.-style-shopCategory .card_content {
    padding: 30px 12px;
}

.Product--Categories .card_content_title {
    width: 100%;
}

.Product--Categories .card.-style-shopCategory .card_content_title {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    margin: 0;
    color: #333;
}

@media (min-width: 0px) {
    .Product--Categories .card.-style-shopCategory .card_content_title {
        font-size: calc(.37037vw + 16px);
    }
}

@media (min-width: 1080px) {
    .Product--Categories .card.-style-shopCategory .card_content_title {
        font-size: calc(.27027vw + 17.08108px);
    }
}

.Product--Categories a.card.-style-shopCategory .card_content_title {
    transition: color .3s cubic-bezier(.23, 1, .32, 1);
}





/*********************************************************
*
* Our Stories
*
**************************************************************************/

.Our--Stories *,
.Our--Stories :after,
.Our--Stories :before {
    box-sizing: border-box;
}

@media (min-width: 0em) {
    .Our--Stories .body_section.-type-context {
        padding: 48px 24px;
    }
}

@media (min-width: 40em) {
    .Our--Stories .body_section.-type-context {
        padding: 72px 48px;
    }
}

@media (min-width: 67.5em) {
    .Our--Stories .body_section.-type-context {
        padding: 96px 72px;
    }
}

@media (min-width: 85.375em) {
    .Our--Stories .body_section.-type-context {
        padding-right: 136px;
        padding-left: 136px;
    }
}

.Our--Stories .body_group {
    margin: 48px 0;
}

@media (min-width: 40em) {
    .Our--Stories .body_group {
        margin: 72px 0;
    }
}

@media (min-width: 67.5em) {
    .Our--Stories .body_group {
        margin: 136px 0;
    }
}

.Our--Stories .body_group:first-child {
    margin-top: 0;
}

.Our--Stories .body_group:last-child {
    margin-bottom: 0;
}

@media (min-width: 40em) {
    .Our--Stories .body_group:first-child {
        margin-top: 0;
    }

    .Our--Stories .body_group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 67.5em) {
    .Our--Stories .body_group:first-child {
        margin-top: 0;
    }

    .Our--Stories .body_group:last-child {
        margin-bottom: 0;
    }
}

.body_block {
    margin: 24px 0;
}

@media (min-width: 67.5em) {
    .Our--Stories .body_media-column {
        margin: 0;
    }
}

.Our--Stories .body_block:first-child {
    margin-top: 0;
}

.Our--Stories .body_block:last-child {
    margin-bottom: 0;
}

@media (min-width: 67.5em) {
    .Our--Stories .body_group.-type-mediaColumn:first-child .body_media-column:not(.-gap):first-child {
        margin-top: -96px;
    }

    .Our--Stories .body_group.-type-mediaColumn:last-child .body_media-column:not(.-gap):last-child {
        margin-bottom: -96px;
    }
}

@media (min-width: 67.5em) {
    .Our--Stories .body_media-column_container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        margin: auto;
    }

    .Our--Stories .body_media-column.-reversed .body_media-column_container {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .Our--Stories .body_media-column_content {
        padding-top: 96px;
        padding-bottom: 96px;
        padding-right: 72px;
    }

    .Our--Stories .body_media-column.-width-6 .body_media-column_content,
    .Our--Stories .body_media-column.-width-6 .body_media-column_media {
        width: 50%;
    }

    .Our--Stories .body_media-column.-reversed .body_media-column_content {
        padding-right: 0;
        padding-left: 72px;
    }
}

.Our--Stories .body_group.-type-text.-next-type-buttons,
.Our--Stories .body_group.-type-text.-next-type-downloads {
    margin-bottom: 48px;
}

.Our--Stories .body_group.-type-column,
.Our--Stories .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.Our--Stories .-width-5.body_group.-type-column,
.Our--Stories .container.-width-5 {
    max-width: 600.0048px;
}

.-align-center.body_group.-type-column,
.container.-align-center {
    margin-left: auto;
    margin-right: auto;
}

.Our--Stories .\+text-left {
    text-align: left !important;
}

.Our--Stories .text {
    color: #333;
}

.Our--Stories .text>h5 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    margin: 1em 0 30px;
}

@media (min-width: 0px) {
    .Our--Stories .text>h5 {
        font-size: calc(.125vw + 16px);
    }
}

.Our--Stories .\+v-trim>:first-child {
    margin-top: 0 !important;
}

.Our--Stories .text mark {
    background-color: transparent;
    color: rgba(34, 71, 59, .25);
}

.Our--Stories .text>h5 mark {
    display: inline-block;
    position: relative;
    opacity: 1;
    padding-bottom: 24px;
    margin-bottom: 18px;
    color: inherit;
}

.Our--Stories .text>h5 mark:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #dd3f2e;
}

.Our--Stories .text>h3 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.38462em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 20px;
    margin: 1em 0;
}

@media (min-width: 0px) {
    .Our--Stories .text>h3 {
        font-size: calc(.9375vw + 20px);
    }
}

@media (min-width: 640px) {
    .Our--Stories .text>h3 {
        font-size: calc(.27083vw + 24.26667px);
    }
}

.Our--Stories .text>p {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    line-height: 1.44444em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    margin: 1em 0;
}

@media (min-width: 0px) {
    .Our--Stories .text>p {
        font-size: calc(.18519vw + 16px);
    }
}

@media (min-width: 1080px) {
    .Our--Stories .text>p {
        font-size: calc(.24324vw + 15.37297px);
    }
}

.Our--Stories .\+v-trim>:last-child {
    margin-bottom: 0 !important;
}

.Our--Stories .body_group.-type-buttons.-prev-type-text {
    margin-top: 48px;
}

.Our--Stories .bar {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    pointer-events: none;
    direction: ltr;
    word-spacing: -1em;
    margin: 0;
    padding: 0;
    text-align: left;
}

.Our--Stories .-h-align-left.bar {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.Our--Stories .-h-gap-xs.bar {
    margin-top: -12px;
    margin-left: -6px;
    margin-right: -6px;
}

.Our--Stories .bar>* {
    pointer-events: auto;
    display: inline-block;
    direction: ltr;
    vertical-align: top;
    width: auto;
    min-height: 1px;
    margin: 0;
    word-spacing: normal;
    text-align: left;
    list-style: none;
}

.Our--Stories .-h-gap-xs.bar>* {
    margin-top: 12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    background-clip: padding-box;
}

.Our--Stories .button {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    font-size: false;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
    padding: 21px 26px;
    border-width: 0;
    border-style: solid;
    line-height: 1;
    overflow: hidden;
    height: 60px;
    height: calc(42px + 1em);
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    min-width: 150px;
    text-align: center;
    transition: box-shadow .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1), border-color .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
    border: 1px solid #cce6dc;
    background-color: #fff;
    color: #333;
}

.Our--Stories .body_media-column_media {
    position: relative;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

@media (min-width: 67.5em) {
    .Our--Stories .body_media-column_media {
        box-sizing: content-box;
        padding-right: calc(50vw - 720px);
        display: block;
        position: relative;
    }

    .Our--Stories .body_media-column.-reversed .body_media-column_media {
        margin-right: auto;
        padding-right: 0;
        padding-left: calc(50vw - 720px);
    }

    .Our--Stories .body_media-column_media:before {
        content: "";
        display: block;
        padding: 100% 0 0 100%;
    }
}

.Our--Stories figure {
    margin: 1em 40px;
}

.Our--Stories .media {
    position: relative;
    margin: 0;
    padding: 0;
}

.Our--Stories .body_media-column_media>.media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Our--Stories .media_object {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.Our--Stories .media.-sizing-cover .media_object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Our--Stories img {
    vertical-align: middle;
}

.Our--Stories .\+lazy {
    transition: opacity 1.2s cubic-bezier(.23, 1, .32, 1);
}

.Our--Stories .media.-sizing-cover .media_object>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit:cover) {
    .Our--Stories .media.-sizing-cover .media_object>img {
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }
}

.Our--Stories .button:hover {
    box-shadow: 0 4px 25px 3px rgb(0 0 0 / 15%);
    transform: translateY(-2px);
    border-color: #076cec;
    background-color: #076cec;
    color: #fff;
    outline: 0;
}
.\+lazy:not(.is-ready) {
    opacity: 0!important;
}
@media (max-width: 67.49em) {
    .Our--Stories .body_media-column {
        margin: 48px 0;
    }
    .Our--Stories .body_section.-type-context.-next-style-module-products {
        padding-bottom: 0;
    }

    .Our--Stories .body_section.-type-context.-prev-style-module-shopCategory {
        padding-top: 0;
    }

    .Our--Stories .body_group.-type-text.-next-type-buttons {
        margin-bottom: 30px;
    }

    .Our--Stories .body_group.-type-buttons.-prev-type-text {
        margin-top: 30px;
    }

    .Our--Stories .body_media-column_container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Our--Stories .body_media-column.-reversed .body_media-column_container {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .Our--Stories .body_media-column_media {
        display: block;
        position: relative;
        max-height: 90vh;
        margin: 0 -48px 48px;
    }

    .Our--Stories .body_media-column_media:before {
        content: "";
        display: block;
        padding: 100% 0 0 100%;
    }

    .Our--Stories .body_media-column_container .body_group.-type-column,
    .Our--Stories .body_media-column_container .container {
        max-width: 100%;
    }
}
@media (max-width: 39.99em){
    .Our--Stories .text>h5 {
    margin: 1em 0 15px;
}
}










/*********************************************************
*
* Features
*
*****************************************************************************/

.Feature--Section *,
.Feature--Section :after,
.Feature--Section :before {
    box-sizing: border-box;
}

.Feature--Section .\+background-primary-light {
    background-color: #076cec !important;
}

@media (min-width: 0em) {
    .Feature--Section .body_section.-type-context {
        padding: 48px 24px;
    }
}

@media (min-width: 40em) {
    .Feature--Section .body_section.-type-context {
        padding: 72px 48px;
    }
}

@media (min-width: 67.5em) {
    .Feature--Section .body_section.-type-context {
        padding: 96px 72px;
    }
}

@media (min-width: 85.375em) {
    .Feature--Section .body_section.-type-context {
        padding-right: 136px;
        padding-left: 136px;
    }
}

.Feature--Section .body_group {
    margin: 48px 0;
}

.Feature--Section .body_group:first-child {
    margin-top: 0;
}

.Feature--Section .body_group:last-child {
    margin-bottom: 0;
}

@media (min-width: 40em) {
    .Feature--Section .body_group {
        margin: 72px 0;
    }

    .Feature--Section .body_group:first-child {
        margin-top: 0;
    }

    .Feature--Section .body_group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 67.5em) {
    .Feature--Section .body_group {
        margin: 136px 0;
    }

    .Feature--Section .body_group:first-child {
        margin-top: 0;
    }

    .Feature--Section .body_group:last-child {
        margin-bottom: 0;
    }
}

.Feature--Section .body_block {
    margin: 24px 0;
}

.Feature--Section .body_block:first-child {
    margin-top: 0;
}

.Feature--Section .body_block:last-child {
    margin-bottom: 0;
}

.Feature--Section .cwst-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Feature--Section .cwst-title {
    width: 25%;
    padding-right: 24px;
}

.Feature--Section .cwst_title {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 30px;
    color: #ffffff;
}

@media (min-width: 0px) {
    .Feature--Section .cwst_title {
        font-size: calc(.9375vw + 30px);
    }
}

@media (min-width: 640px) {
    .Feature--Section .cwst_title {
        font-size: calc(.3125vw + 34px);
    }
}

.Feature--Section .cwst-content {
    width: 75%;
    margin-top: 6px;
}

.Feature--Section .grid {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    pointer-events: none;
    direction: ltr;
    word-spacing: -1em;
    margin: 0;
    padding: 0;
    text-align: left;
}

.Feature--Section .-v-align-fill.grid {
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}

.Feature--Section .-h-gap-md.grid {
    margin-left: -24px;
    margin-right: -24px;
}

.Feature--Section .-v-gap-md.grid {
    margin-top: -48px;
}

.Feature--Section .grid>* {
    pointer-events: auto;
    display: inline-block;
    direction: ltr;
    vertical-align: top;
    width: auto;
    min-height: 1px;
    margin: 0;
    word-spacing: normal;
    text-align: left;
    list-style: none;
}

.Feature--Section .\+inner-fill {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.Feature--Section .-h-gap-md.grid>* {
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    background-clip: padding-box;
}

.Feature--Section .-v-gap-md.grid>* {
    margin-top: 48px;
}

.Feature--Section .grid>.cell {
    width: 100%;
}

.Feature--Section .grid.-has-3>.cell {
    width: 33.33333%;
}

.Feature--Section .\+inner-fill>* {
    width: 100% !important;
}

.Feature--Section .card {
    display: block;
}

.Feature--Section .card.-style-icon {
    overflow: hidden;
}

.Feature--Section .card_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.Feature--Section .card.-style-icon .card_content {
    padding: 0 37px 0 0;
}

.Feature--Section .card_content_icon {
    width: 100%;
}

.Feature--Section .card.-style-icon .card_content_icon {
    margin-bottom: 24px;
    transition: color .3s cubic-bezier(.23, 1, .32, 1);
    color: #ffffff;
}

.Feature--Section .icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    font-size: 20px;
    color: inherit;
}

.Feature--Section .card.-style-icon .card_content_icon>.icon {
    font-size: 40px;
}

.Feature--Section svg {
    vertical-align: middle;
}

.Feature--Section svg:not(:root) {
    overflow: hidden;
}

.Feature--Section .icon>svg {
    display: block;
    width: 100%;
    height: 100%;
}

.Feature--Section .card.-style-icon .card_content_body,
.Feature--Section .card.-style-icon .card_content_title {
    color: #ffffff;
}

.Feature--Section .card.-style-icon .card_content_title {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    margin: 0;
}

.Feature--Section .card.-style-icon .card_content_body {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    margin-top: 0;
}

.Feature--Section p {
    margin: 0;
}

.Feature--Section .cwst-card .card_content_icon .icon svg>* {
    fill: none !important;
    stroke: currentColor !important;
}

@media (min-width: 0px) {
    .Feature--Section .card.-style-icon .card_content_title {
        font-size: calc(.125vw + 16px);
    }

    .Feature--Section .card.-style-icon .card_content_body {
        font-size: calc(.125vw + 16px);
    }
}

@media (max-width: 76.49em) {
    .Feature--Section .grid.-has-3>.cell {
        width: 50%;
    }
}

@media (max-width: 67.49em) {
    .Feature--Section .cwst-title {
        width: 100%;
    }

    .Feature--Section .cwst-content {
        width: 100%;
        margin-top: 48px;
    }
}

@media (max-width: 46.49em) {
    .Feature--Section .grid.-has-3>.cell {
        width: 100%;
    }
}

@media (max-width: 39.99em) {
    .Feature--Section .card.-style-icon .card_content {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
    }

    .Feature--Section .card.-style-icon .card_content_icon {
        width: auto;
        margin-right: 24px;
    }
}











/*******************************************************
*
* Newsletter
*
************************************************************************/

.News--Letter *,
.News--Letter :after,
.News--Letter :before {
    box-sizing: border-box;
}

.News--Letter .\+text-center {
    text-align: center !important;
}

@media (min-width: 0em) {
    .News--Letter .section {
        padding: 48px 24px;
    }
}

@media (min-width: 40em) {
    .News--Letter .section {
        padding: 72px 48px;
    }
}

@media (min-width: 67.5em) {
    .News--Letter .section {
        padding: 96px 72px;
    }
}

@media (min-width: 85.375em) {
    .News--Letter .section {
        padding-right: 136px;
        padding-left: 136px;
    }
}

.News--Letter .\+b-margin-md {
    margin-bottom: 48px !important;
}

.News--Letter .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.News--Letter .container.-width-5 {
    max-width: 600.0048px;
}

.News--Letter .text {
    color: #333;
}

.News--Letter .text>h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 30px;
    margin: 0.5em 0;
}

@media (min-width: 0px) {
    .News--Letter .text>h2 {
        font-size: calc(.9375vw + 30px);
    }
}

@media (min-width: 640px) {
    .News--Letter .text>h2 {
        font-size: calc(.3125vw + 34px);
    }
}

.News--Letter .\+v-trim>:first-child {
    margin-top: 0 !important;
}

.News--Letter .\+v-trim>:last-child {
    margin-bottom: 0 !important;
}

.News--Letter .container.-width-6 {
    max-width: 720px;
}

.News--Letter form {
    transition: opacity 1.2s cubic-bezier(.23, 1, .32, 1);
}

.News--Letter .mail-newsletter-form-inputs {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.News--Letter .mail-newsletter-form-inputs input {
    margin: 0;
}

.News--Letter .mail-newsletter-form-inputs input[type=email] {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
    border: 0;
    background-color: #f4f4f4;
    color: #333;
}

.News--Letter .button {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    font-size: false;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
    padding: 21px 26px;
    border-width: 0;
    border-style: solid;
    line-height: 1;
    overflow: hidden;
    height: 60px;
    height: calc(42px + 1em);
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    min-width: 150px;
    text-align: center;
    transition: box-shadow .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1), border-color .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
    border: 1px solid #cce6dc;
    background-color: #fff;
    color: #333;
}

.News--Letter input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.News--Letter .mail-newsletter-form-inputs input {
    margin: 0;
}

.News--Letter .mail-newsletter-form-inputs input[type=submit] {
    background-color: #076cec;
    height: auto;
    color: #fff;
}

.News--Letter .mail-newsletter-form-inputs input[type=submit]:hover {
    background-color: #dd3f2e;
    color: #fff;
    transform: none;
    box-shadow: 0 4px 25px 3px rgb(0 0 0 / 15%);
}

.News--Letter .container.-width-3 {
    max-width: 360px;
}

.News--Letter .\+t-margin-md {
    margin-top: 48px !important;
}

.News--Letter .text>h5 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    margin: 1em 0 30px;
}

@media (min-width: 0px) {
    .News--Letter .text>h5 {
        font-size: calc(.125vw + 16px);
    }
}

@media (max-width: 39.99em) {
    .News--Letter .mail-newsletter-form-inputs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .News--Letter .mail-newsletter-form-inputs input[type=email] {
        width: 100%;
    }

    .News--Letter .mail-newsletter-form-inputs input[type=submit] {
        width: 100%;
        margin-top: 12px;
    }

    .News--Letter .text>h5 {
        margin: 1em 0 15px;
    }
}