/** Shopify CDN: Minification failed

Line 488:0 Unexpected "}"

**/
.page-width.full-page-width {
    padding: 0;
    max-width: 100%;
}

.wp-image-with-text .grid {
    margin-bottom: 0;
}

.wp-image-with-text .grid__item {
    position: relative;
}

@media screen and (min-width: 750px) {
    .wp-image-with-text__grid--reverse {
        flex-direction: row-reverse;
    }
}

.wp-image-with-text__media {
    min-height: 100%;
    overflow: visible;
}

.wp-image-with-text__media--small {
    height: 19.4rem;
}

@media screen and (max-width: 749px) {
    .wp-image-with-text__media--small {
        height: 100vh;
    }
}

.wp-image-with-text__media--medium {
    height: 29.6rem;
}

.wp-image-with-text__media--large {
    height: 43.5rem;
}

@media screen and (min-width: 750px) {
    .wp-image-with-text__media--small {
        height: 31.4rem;
    }

    .wp-image-with-text__media--medium {
        height: 46rem;
    }

    .wp-image-with-text__media--large {
        height: 69.5rem;
    }
}

.wp-image-with-text__media--placeholder {
    position: relative;
    overflow: hidden;
}

.wp-image-with-text__media--placeholder:after {
    content: "";
    position: absolute;
    background: rgba(var(--color-foreground), 0.04);
}

.wp-image-with-text__media--placeholder.wp-image-with-text__media--adapt {
    height: 20rem;
}

@media screen and (min-width: 750px) {
    .wp-image-with-text__media--placeholder.wp-image-with-text__media--adapt {
        height: 30rem;
    }
}

.wp-image-with-text .grid--full_width {
    position: relative;
}

@media screen and (min-width: 750px) {
    .wp-image-with-text
        .grid--full_width
        .wp-image-with-text__text-item.grid__item {
        position: absolute;
        width: 50%;
        bottom: 0;
        right: 0;
    }
}

@media screen and (min-width: 990px) {
    .wp-image-with-text .grid--full_width .wp-image-with-text__content {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.wp-image-with-text
    .grid--full_width
    .wp-image-with-text__text-item.grid__item:before {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: var(--gradient-background);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: " ";
    display: block;
    height: 8rem;
    margin-top: -7.95rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.wp-image-with-text__media--placeholder > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.wp-image-with-text__media--placeholder:is(.animate--ambient, .animate--zoom-in)
    > .svg-wrapper {
    top: 0;
    left: 0;
    transform: translate(0);
}

.wp-image-with-text__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-self: center;
    padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
    position: relative;
    z-index: 1;
}

.wp-image-with-text__content .wp-image-with-text__text a {
    text-decoration: none;
    color: rgb(var(--color-secondary-heading));
}

.wp-image-with-text__content .wp-image-with-text__text.arrow-alternate a {
    color: rgba(var(--color-link2));
}

.wp-image-with-text__content a.wp-image-with-text__arrow-link {
    margin-top: 0.5rem;
    text-decoration: none;
}

.wp-image-with-text__content a.wp-image-with-text__arrow-link:before,
.wp-image-with-text .rte ul li:has(> a):before {
    background-color: rgb(var(--color-secondary-heading));
    color: rgb(var(--color-secondary-heading));
    content: " ";
    display: inline-block;
    height: 24px;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23e8eaed"><path d="M647-440H160v-80h487L423-744l57-56 320 320-320 320-57-56 224-224Z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: 1.6rem;
    padding-right: 2rem;
}

.wp-image-with-text .rte.checkmark ul li:has(> a):before {
    mask-position: 0 5px;
}

.wp-image-with-text .rte:not(.checkmark,.arrow) ul li:has(> a) {
    list-style: none;    
    margin: 1rem 0;
}

.wp-image-with-text .rte:not(.checkmark,.arrow) ul li:has(> a):before {
    mask-position: 0 10px;
}

.wp-image-with-text .rte:not(.checkmark,.arrow) ul:has(li > a) {
    margin: 0;
    padding: 0;
}

.wp-image-with-text .grid__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wp-image-with-text:not(.wp-image-with-text--overlap)
    .wp-image-with-text__media-item:after {
    border-radius: var(--media-radius);
    box-shadow: var(--media-shadow-horizontal-offset)
        var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
        rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.wp-image-with-text:not(.wp-image-with-text--overlap)
    .wp-image-with-text__text-item:after {
    border-radius: var(--text-boxes-radius);
    box-shadow: var(--text-boxes-shadow-horizontal-offset)
        var(--text-boxes-shadow-vertical-offset)
        var(--text-boxes-shadow-blur-radius)
        rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.wp-image-with-text .wp-image-with-text__media-item > * {
    overflow: hidden;
    box-shadow: var(--media-shadow-horizontal-offset)
        var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
        rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.wp-image-with-text .global-media-settings {
    overflow: hidden !important;
}

.wp-image-with-text .wp-image-with-text__text-item > * {
    border-radius: var(--text-boxes-radius);
    overflow: hidden;
    box-shadow: var(--text-boxes-shadow-horizontal-offset)
        var(--text-boxes-shadow-vertical-offset)
        var(--text-boxes-shadow-blur-radius)
        rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.wp-image-with-text:not(.wp-image-with-text--overlap)
    .wp-image-with-text__media-item
    > *,
.wp-image-with-text:not(.wp-image-with-text--overlap)
    .wp-image-with-text__text-item
    > * {
    box-shadow: none;
}

@media screen and (max-width: 749px) {
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__media-item:after,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .grid__item
        .wp-image-with-text__media,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__media
        img,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__media
        .placeholder-svg {
        border-radius: 0;
    }

    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__text-item:after,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .grid__item
        .wp-image-with-text__content {
        border-radius: 0;
    }

    .wp-image-with-text.collapse-borders:not(.wp-image-with-text--overlap)
        .wp-image-with-text__content {
        border-top: 0;
    }

    .wp-image-with-text__content a.button {
        text-align: center;
    }
}

.wp-image-with-text__content--mobile-right > * {
    align-self: flex-end;
    text-align: right;
}

.wp-image-with-text__content--mobile-center > * {
    align-self: center;
    text-align: center;
}

.wp-image-with-text--overlap .wp-image-with-text__content {
    width: 90%;
    margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
    .wp-image-with-text__grid--reverse .wp-image-with-text__content {
        margin-left: auto;
    }

    .wp-image-with-text__content--bottom {
        justify-content: flex-end;
        align-self: flex-end;
    }

    .wp-image-with-text__content--top {
        justify-content: flex-start;
        align-self: flex-start;
    }

    .wp-image-with-text__content--desktop-right > * {
        align-self: flex-end;
        text-align: right;
    }

    .wp-image-with-text__content--desktop-left > * {
        align-self: flex-start;
        text-align: left;
    }

    .wp-image-with-text__content--desktop-center > * {
        align-self: center;
        text-align: center;
    }

    .wp-image-with-text--overlap .wp-image-with-text__text-item {
        display: flex;
        padding: 3rem 0;
    }

    .wp-image-with-text--overlap .wp-image-with-text__content {
        height: auto;
        width: calc(100% + 4rem);
        min-width: calc(100% + 4rem);
        margin-top: 0;
        margin-left: -4rem;
    }

    .wp-image-with-text--overlap
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__content {
        margin-left: 0;
        margin-right: -4rem;
    }

    .wp-image-with-text--overlap
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__text-item {
        justify-content: flex-end;
    }

    .wp-image-with-text--overlap .wp-image-with-text__media-item--top {
        align-self: flex-start;
    }

    .wp-image-with-text--overlap .wp-image-with-text__media-item--middle {
        align-self: center;
    }

    .wp-image-with-text--overlap .wp-image-with-text__media-item--bottom {
        align-self: flex-end;
    }

    .wp-image-with-text__media-item--small,
    .wp-image-with-text__media-item--large + .wp-image-with-text__text-item {
        flex-grow: 0;
    }

    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .grid:not(.wp-image-with-text__grid--reverse)
        .wp-image-with-text__media-item:after,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .grid:not(.wp-image-with-text__grid--reverse)
        .wp-image-with-text__media,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .grid:not(.wp-image-with-text__grid--reverse)
        .wp-image-with-text__media
        img,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .grid:not(.wp-image-with-text__grid--reverse)
        .wp-image-with-text__media
        .placeholder-svg,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__text-item:after,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__content,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__content:after {
        border-radius: 0;
    }

    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .grid:not(.wp-image-with-text__grid--reverse)
        .wp-image-with-text__text-item:after,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .grid:not(.wp-image-with-text__grid--reverse)
        .wp-image-with-text__content,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .grid:not(.wp-image-with-text__grid--reverse)
        .wp-image-with-text__content:after,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__media-item:after,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__media,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__media
        img,
    .wp-image-with-text.collapse-corners:not(.wp-image-with-text--overlap)
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__media
        .placeholder-svg {
        border-radius: 0;
    }

    .wp-image-with-text.collapse-borders:not(.wp-image-with-text--overlap)
        .grid:not(.wp-image-with-text__grid--reverse)
        .wp-image-with-text__content {
        border-left: 0;
    }

    .wp-image-with-text.collapse-borders:not(.wp-image-with-text--overlap)
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__content {
        border-right: 0;
    }
}

.wp-image-with-text:not(.collapse-corners, .wp-image-with-text--overlap)
    .wp-image-with-text__media-item {
    z-index: 2;
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.wp-image-with-text.wp-image-with-text--overlap .backround-transparent,
.wp-image-with-text:not(.wp-image-with-text--overlap) .background-transparent {
    background: transparent;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
/* .wp-image-with-text .gradient {
  transform: perspective(0);
} */

.wp-image-with-text__content {
    border-radius: var(--text-boxes-radius);
    box-shadow: var(--text-boxes-shadow-horizontal-offset)
        var(--text-boxes-shadow-vertical-offset)
        var(--text-boxes-shadow-blur-radius)
        rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
    word-break: break-word;
}

@media screen and (min-width: 990px) {
    .wp-image-with-text__content {
        padding: 3rem 10%;
    }
}

.wp-image-with-text__content > * + * {
    margin-top: 2rem;
}

.wp-image-with-text__content > .wp-image-with-text__text:empty ~ a {
    margin-top: 2rem;
}

.wp-image-with-text__content > :first-child:is(.wp-image-with-text__heading),
.wp-image-with-text__text--secondary-heading + .wp-image-with-text__heading,
.wp-image-with-text__text--secondary-heading:first-child {
    margin-top: 0;
}

.wp-image-with-text__content :last-child:is(.wp-image-with-text__heading),
.wp-image-with-text__text--secondary-heading {
    margin-bottom: 0;
    word-break: keep-all;
}
}

.wp-image-with-text__content .button + .wp-image-with-text__text {
    margin-top: 2rem;
}

.wp-image-with-text__text--secondary-heading {
    margin-bottom: 1rem;
    width: 100%;
}

.wp-image-with-text__text--secondary-heading.left {
    text-align: left;
}

.wp-image-with-text__text--secondary-heading.center {
    text-align: center;
}

.wp-image-with-text__text--secondary-heading.right {
    text-align: right;
}

.wp-image-with-text__content .wp-image-with-text__text + .button {
    /* color: var(--color-button-text); */
    margin-top: 3rem;
}

.wp-image-with-text__heading {
    color: rgb(var(--color-heading));
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0;
    width: 100%;
}

.wp-image-with-text__heading.left {
    text-align: left;
}

.wp-image-with-text__heading.center {
    text-align: center;
}

.wp-image-with-text__heading.right {
    text-align: right;
}

.wp-image-with-text__text p {
    font-weight: 300;
    line-height: 2.6rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.wp-image-with-text .rte.checkmark ul li {
    display: flex;
    margin: 16px 0;
}

.wp-image-with-text .rte.checkmark li:last-child {
    margin-bottom: 0;
}

.wp-image-with-text .rte.checkmark ul li:before {
    mask-position: 0 -1px;
}

@media screen and (max-width: 749px) {
    .collapse-padding .wp-image-with-text__grid .wp-image-with-text__content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 750px) {
    .collapse-padding
        .wp-image-with-text__grid:not(.wp-image-with-text__grid--reverse)
        .wp-image-with-text__content:not(
            .wp-image-with-text__content--desktop-center
        ) {
        padding-right: 0;
    }

    .collapse-padding
        .wp-image-with-text__grid--reverse
        .wp-image-with-text__content:not(
            .wp-image-with-text__content--desktop-center
        ) {
        padding-left: 0;
    }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
    .wp-image-with-text .grid {
        margin-left: 0;
    }
}

/*
  Multirow
  note: consider removing from this stylesheet if multirow-specific styles increase signficantly
*/
.multirow__inner {
    display: flex;
    flex-direction: column;
    row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
    .multirow__inner {
        row-gap: var(--grid-desktop-vertical-spacing);
    }
}
