html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: 10px;
}

body {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

ul {
    padding-left: 1.5em;
}

ul {
    list-style-type: disc;
}

ul ul {
    list-style-type: circle;
}

.no-display-desktop{
    display: none !important;
}

.footer-text-right{
    float: right;
}

.grey_background{
    background-color: #f2f2f2;
}

.header-wrap{
    background-color: #d5763d !important;
    background-image: url(../images/image-standard-ledx6y.png);
    background-position: 50% 50%;
    background-size: cover;
    max-height: 300px;
    box-sizing: border-box;
    
}

.slideshow-slide-content {
    min-height: 29vh;
}

.mobile-menu {
    background-image: url(../images/image-standard-ledx6y.png);
    background-color: #d5763d !important;
    background-position: 50% 50%;
    background-size: cover;
    max-height: 300px;
    box-sizing: border-box;
    position: absolute;
    min-height: 150px;
}

.mobile-text {
    font-size: 20px;
    font-family: "Merriweather", "serif";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    margin: 10px 10px 20px 10px;
}

.mobile-logo {
    text-align: center;
    width: 150px;
}


.mobile-header {

    padding: 10px;
    overflow: hidden;
}

.mobile-text,
.header-title {
    text-transform: uppercase;
    font-size: 20px;
    transition: 150ms ease;
    line-height: 1.5;
}

.menu-is-mobile .mobile-menu {
    display: inline-block;
}


 @media screen and (min-height: 1200px) {
    .slideshow-slide-content {
         min-height: 348px;
    }
} 

a:focus:not(:focus-visible) {
    outline: none;
}


.clear:before,
.clear:after {
    display: table;
    content: '';
    line-height: 0;
}

.clear:after {
    clear: both;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    font-family: "Lato", "sans-serif";
}

.menu:before,
.menu:after {
    display: table;
    content: '';
    line-height: 0;
}

.menu:after {
    clear: both;
}

.menu {
    text-transform: uppercase;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-is-mobile .menu {
    font-size: 2rem;
}

.menu-is-mobile .menu-copy {
    display: none;
}

body>div,
:host>div {
    font-family: "Lato", "sans-serif";
    line-height: 1.8;
    font-size: 1.8rem;
    color: #737373;
}

@media (max-width:1230px) {

    body>div,
    :host>div {
        line-height: 1.71;
    }
}

@media (max-width:768px) {

    body>div,
    :host>div {
        line-height: 1.62;
        font-size: 1.47rem
    }
}

body>div a,
:host>div a {
    color: #eb8113;
    text-decoration: none
}

body>div a:hover,
:host>div a:hover {
    color: #f09a41;
    text-decoration: underline
}

body>div p,
:host>div p,
body>div ul,
:host>div ul {
    margin-top: 0;
    margin-bottom: .4em
}

body>div span[style*='color'] a,
:host>div span[style*='color'] a {
    color: inherit
}

body>div button,
:host>div button {
    line-height: 1.8
}

.section h1,
.section h2,
.section h3 {
    line-height: 1.25;
    color: #4d4d4d;
    font-family: "Merriweather", "serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .section h1,
    .section h2,
    .section h3 {
        line-height: 1.134
    }
}

@media (max-width:1230px) {

    .section h1,
    .section h2,
    .section h3 {
        line-height: 1.197
    }
}

.section h1 a,
.section h2 a,
.section h3 a {
    text-decoration: underline;
    color: #eb8113
}

.section h1 a:hover,
.section h2 a:hover,
.section h3 a:hover {
    color: #f09a41
}

.section .heading-130 {
    font-size: 3.77rem;
    margin-top: 2.631rem;
    margin-bottom: .977rem
}

@media (max-width:1230px) {
    .section .heading-130 {
        font-size: 3.11rem;
        margin-top: 2.434rem;
        margin-bottom: .91133333rem
    }
}

@media (max-width:768px) {
    .section .heading-130 {
        font-size: 2.79rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.section h1,
.section .heading-100 {
    font-size: 2.9rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1230px) {

    .section h1,
    .section .heading-100 {
        font-size: 2.53rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .section h1,
    .section .heading-100 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.section h2 {
    font-size: 2.46rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1230px) {

    .section h2 {
        font-size: 2.24rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .section h2 {
        font-size: 2.13rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.section h3,
.section .heading-70 {
    font-size: 2.03rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1230px) {

    .section h3,
    .section .heading-70 {
        font-size: 1.95rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .section h3,
    .section .heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.header {
    float: left;
    position: relative
}

.header-text-toggle,
.header-image-toggle {
    display: none
}

.header-image {
    width: 100%;
    height: auto;
    position: relative
}

.header-is-image-text .header-text-toggle,
.header-is-image-text .header-image-toggle {
    display: block
}

.header-is-image-text .header-image-toggle {
    margin-right: 20px
}

.header-title {
    line-height: 1;
    margin: 0;
    color: #4d4d4d;
    font-family: "Merriweather", "serif";
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    display: inline
}

.header-title,
.header-title:hover {
    text-decoration: none
}

a.header-title:hover {
    color: rgba(77, 77, 77, 0.8)
}

.menu-is-mobile .header {
    display: none
}

.slideshow .bx-wrapper .slideshow-slide {
    display: block
}

.slideshow .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 0
}

.slideshow .bx-wrapper img {
    max-width: 100%;
    display: block
}

.slideshow .bx-viewport ul {
    padding: 0;
    margin: 0
}

.slideshow .bx-viewport li {
    list-style: none
}

.slideshow .bx-caption {
    color: white;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-family: "Merriweather", "serif";
    text-align: center;
    width: 100%;
    max-width: var(--simple-brick-max-width);
    display: none;
    padding-block: 10px;
    position: relative;
    z-index: 10;
    box-sizing: border-box
}

.slideshow-slide-content--no-backdrop .bx-caption {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45)
}

.slideshow .bx-caption-wrapper {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-inline: 50px
}

@media (width < 750px) {
    .slideshow .bx-caption-wrapper {
        padding-inline: 25px
    }
}

.slideshow {
    position: relative;
    margin: 0
}

.slideshow-slide-content {
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center
}

.slideshow-slide-content.slideshow-slide-content--display-cover {
    background-size: cover
}

.slideshow-title {
    font-size: 5rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .slideshow-title {
        font-size: 4rem
    }
}

@media (width < 750px) {
    .slideshow-title {
        font-size: 3.5rem
    }
}

@media (width < 620px) {
    .slideshow-title {
        font-size: max(2.5rem, 1.9em)
    }
}

@media (width < 540px) {
    .slideshow-title {
        font-size: max(2rem, 1.7em)
    }
}

@media (width < 420px) {
    .slideshow-title {
        font-size: max(1.75rem, 1.5em)
    }
}

.banner-sm {
    font-size: 85%
}

.banner-sm .slideshow-title {
    font-size: 4.25rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .banner-sm .slideshow-title {
        font-size: 3.4rem
    }
}

@media (width < 750px) {
    .banner-sm .slideshow-title {
        font-size: 2.975rem
    }
}

@media (width < 620px) {
    .banner-sm .slideshow-title {
        font-size: max(2.125rem, 1.9em)
    }
}

@media (width < 540px) {
    .banner-sm .slideshow-title {
        font-size: max(1.7rem, 1.7em)
    }
}

@media (width < 420px) {
    .banner-sm .slideshow-title {
        font-size: max(1.4875rem, 1.5em)
    }
}

.slideshow__scroll-arrow {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: auto;
    width: 5.6rem;
    height: 5.2rem;
    text-align: center;
    line-height: 4rem;
    font-size: 4rem;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer
}

.slideshow__scroll-arrow>i {
    display: block;
    line-height: inherit;
    transition: transform 150ms ease
}

.slideshow__scroll-arrow:hover>i {
    transform: translate(0, .5rem)
}

body {
    background-color: #f9f9f9
}

.background {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    background-size: auto;
    background-repeat: repeat;
    background-position: top left;
    position: absolute;
    opacity: 1;
    background-image: none
}

.body {
    min-height: 100%;
    height: 100%;
    position: relative
}

.body:before,
.body:after {
    display: table;
    content: '';
    line-height: 0
}

.body:after {
    clear: both
}

.mobile-header {
    background: transparent
}

.mobile-text {
    color: #fff
}

.mobile-text:hover {
    color: #fff
}

.mobile-menu__button {
    background: transparent;
    color: #fff;
    outline: 0
}

.mobile-menu__button:hover {
    background: transparent
}

.mobile-menu__button:active,
.mobile-menu__button:focus {
    background: transparent
}

.mobile-menu__button--dummy {
    background: transparent
}

.mobile-menu {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1010;
    box-sizing: border-box
}


.mobile-header a,
.mobile-header a:active,
.mobile-header a:hover {
    text-decoration: none
}

.header-is-image-text .mobile-header {
    min-height: 100%;
    flex-direction: column
}

.mobile-header-content {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    height: 100%
}



.mobile-text>span {
    margin: -10px;
    padding: 10px;
    max-width: 100%;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-text:hover {
    text-decoration: none
}

.mobile-menu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    min-height: 40px;
    padding: 9px 9px;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    transition: color 200ms ease
}

.mobile-menu__button--dummy {
    flex: 0 99999 auto;
    padding: 0;
    cursor: default;
    pointer-events: none
}

:root {
    --strip-content-padding-inline: 20px;
    --strip-content-padding-block: max(2em, 20px);
    --strip-content-padding-block--primary: 40px;
    --strip-content-padding-inline--split-image: 20px
}

@media (min-width:1230px) {

    :root {
        --strip-content-padding-inline: 30px;
        --strip-content-padding-block: max(3.3em, 30px);
        --strip-content-padding-block--primary: 50px;
        --strip-content-padding-inline--split-image: max(3.3em, 30px)
    }
}

.btn--style-flat,
.btn:not(.btn--style-flat, .btn--style-border) {
    background: var(--comp--button--primary-color);
    color: var(--comp--button--on-primary-color) !important;
    border: none
}

.btn--style-flat:hover:not(:disabled),
.btn:not(.btn--style-flat, .btn--style-border):hover:not(:disabled) {
    background: var(--comp--button--primary-color-hover);
    color: var(--comp--button--on-primary-color) !important
}


.slideshow .btn:not(.btn--style-flat, .btn--style-border) {
    background: transparent;
    color: var(--comp--button--primary-color) !important;
    box-shadow: inset 0 0 0 2px var(--comp--button--primary-color)
}

.btn--roundness-rounded,
.btn:not(.btn--roundness-square, .btn--roundness-rounded, .btn--roundness-round) {
    border-radius: .2em
}

.btn {
    --comp--button--primary-color: #eb8113;
    --comp--button--on-primary-color: #fff;
    --comp--button--primary-color-hover: #f09a41
}

.slideshow .btn {
    --comp--button--primary-color: white;
    --comp--button--on-primary-color: #737373;
    --comp--button--primary-color-hover: #e6e6e6
}

:root {
    --swatch--heading-color: #4d4d4d;
    --swatch--heading-color--button-text-on: #fff;
    --swatch--heading-color--button-hover: #666;
    --swatch--paragraph-color: #737373;
    --swatch--paragraph-color--button-text-on: #fff;
    --swatch--paragraph-color--button-hover: #8c8c8c;
    --swatch--paragraph-link-color: #eb8113;
    --swatch--paragraph-link-color--button-text-on: #fff;
    --swatch--paragraph-link-color--button-hover: #f09a41;
    --swatch--accent-color: #eb8113;
    --swatch--accent-color--button-text-on: #fff;
    --swatch--accent-color--button-hover: #f09a41;
    --swatch--header-color: #195241;
    --swatch--header-color--button-text-on: #fff;
    --swatch--header-color--button-hover: #257960
}

:root {
    --w-color: #737373;
    --w-accent-color: #eb8113;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-line-color: rgba(115, 115, 115, 0.2);
    --w-link-color: #eb8113;
    --w-background-color: #ffffff;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root {
    --swatch--paragraph-link-color: #eb8113;
    --swatch--paragraph-link-color--button-text-on: #fff;
    --swatch--paragraph-link-color--button-hover: #f09a41;
    --swatch--heading-color: #4d4d4d;
    --swatch--heading-color--button-text-on: #fff;
    --swatch--heading-color--button-hover: #666;
    --swatch--paragraph-color: #737373;
    --swatch--paragraph-color--button-text-on: #fff;
    --swatch--paragraph-color--button-hover: #8c8c8c
}

.element-form-input-text {
    border-color: rgba(115, 115, 115, 0.5);
    color: #737373;
    background-color: #ffffff;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.element-form-input-text:hover {
    border-color: #737373
}

.element-form-input-text:focus {
    border-color: #eb8113;
    box-shadow: 0 0 0 2px #f5c089, 0 0 rgba(0, 0, 0, 0)
}


input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #eb8113;
    outline: none
}


input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.element-social-share .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2)
}

.element-social-follow--color-brand.element-social-follow--style-solid .element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.btn {
    --comp--button--primary-color: #eb8113;
    --comp--button--on-primary-color: #fff;
    --comp--button--primary-color-hover: #f09a41
}

.section-footer {
    line-height: 1.8;
    font-size: 1.6rem;
    color: #fff
}

:root .section-footer {
    --w-color: #fff;
    --w-accent-color: #eb8113;
    --w-border-color: rgba(255, 255, 255, 0.3);
    --w-line-color: rgba(255, 255, 255, 0.2);
    --w-link-color: #eb8113;
    --w-background-color: #195241;
    --w-form-error-color: hsl(2, 64%, 68%)
}

:root .section-footer {
    --swatch--paragraph-link-color: #eb8113;
    --swatch--paragraph-link-color--button-text-on: #fff;
    --swatch--paragraph-link-color--button-hover: #f09a41;
    --swatch--heading-color: #fff;
    --swatch--heading-color--button-text-on: #737373;
    --swatch--heading-color--button-hover: #e6e6e6;
    --swatch--paragraph-color: #fff;
    --swatch--paragraph-color--button-text-on: #737373;
    --swatch--paragraph-color--button-hover: #e6e6e6;
    --swatch--header-color: #eb8113;
    --swatch--header-color--button-text-on: #fff;
    --swatch--header-color--button-hover: #f09a41
}

.section-footer .element-form-input-text {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    background-color: #195241;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.section-footer .element-form-input-text:hover {
    border-color: #fff
}

.section-footer .element-form-input-text:focus {
    border-color: #eb8113;
    box-shadow: 0 0 0 2px #826a2a, 0 0 rgba(0, 0, 0, 0)
}


.section-footer input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #eb8113;
    outline: none
}


.section-footer input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.section-footer .element-social-share .share-button--wrapper {
    border-color: rgba(255, 255, 255, 0.2)
}

.section-footer .element-social-follow--color-brand.element-social-follow--style-solid .element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.section-footer .btn {
    --comp--button--primary-color: #eb8113;
    --comp--button--on-primary-color: #fff;
    --comp--button--primary-color-hover: #f09a41
}

@media (max-width:1230px) {
    .section-footer {
        line-height: 1.71
    }
}

@media (max-width:768px) {
    .section-footer {
        line-height: 1.62;
        font-size: 1.4rem
    }
}

.section-footer a {
    color: #eb8113;
    text-decoration: none
}

.section-footer a:hover {
    color: #f09a41;
    text-decoration: underline
}

.section-footer p,
.section-footer ul {
    margin-top: 0;
    margin-bottom: .4em
}

.section-footer span[style*='color'] a {
    color: inherit
}

.section-footer button {
    line-height: 1.8
}

.section-footer h1,
.section-footer h2,
.section-footer h3 {
    line-height: 1.25;
    color: #fff;
    font-family: "Merriweather", "serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .section-footer h1,
    .section-footer h2,
    .section-footer h3 {
        line-height: 1.134
    }
}

@media (max-width:1230px) {

    .section-footer h1,
    .section-footer h2,
    .section-footer h3 {
        line-height: 1.197
    }
}

.section-footer h1 a,
.section-footer h2 a,
.section-footer h3 a {
    text-decoration: underline;
    color: #eb8113
}

.section-footer h1 a:hover,
.section-footer h2 a:hover,
.section-footer h3 a:hover {
    color: #f09a41
}

.section-footer .heading-130 {
    font-size: 3.35rem;
    margin-top: 2.505rem;
    margin-bottom: .935rem
}

@media (max-width:1230px) {
    .section-footer .heading-130 {
        font-size: 2.83rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .section-footer .heading-130 {
        font-size: 2.58rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.section-footer h1,
.section-footer .heading-100 {
    font-size: 2.58rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1230px) {

    .section-footer h1,
    .section-footer .heading-100 {
        font-size: 2.32rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .section-footer h1,
    .section-footer .heading-100 {
        font-size: 2.19rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.section-footer h2 {
    font-size: 2.19rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1230px) {

    .section-footer h2 {
        font-size: 2.06rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .section-footer h2 {
        font-size: 2rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.section-footer h3,
.section-footer .heading-70 {
    font-size: 1.8rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1230px) {

    .section-footer h3,
    .section-footer .heading-70 {
        font-size: 1.8rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .section-footer h3,
    .section-footer .heading-70 {
        font-size: 1.8rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

:root {
    --subsection__background-color--default: #ffffff;
    --subsection__background-color--shaded: #f2f2f2;
    --subsection__background-color--accent: #eb8113;
    --subsection__background-color--inverse: #333;
    --subsection__swatch-color--default: var(--subsection__background-color--default);
    --subsection__swatch-color--shaded: #d9d9d9;
    --subsection__swatch-color--accent: var(--subsection__background-color--accent);
    --subsection__swatch-color--inverse: var(--subsection__background-color--inverse)
}

.strip--color-shaded,
.box.box--color-shaded {
    background-color: #f2f2f2;
    line-height: 1.8;
    font-size: 1.8rem;
    color: #737373
}

:root .strip--color-shaded,
:root .box.box--color-shaded {
    --w-color: #737373;
    --w-accent-color: #eb8113;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-line-color: rgba(115, 115, 115, 0.2);
    --w-link-color: #eb8113;
    --w-background-color: #f2f2f2;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .strip--color-shaded,
:root .box.box--color-shaded {
    --swatch--paragraph-link-color: #eb8113;
    --swatch--paragraph-link-color--button-text-on: #fff;
    --swatch--paragraph-link-color--button-hover: #f09a41;
    --swatch--heading-color: #4d4d4d;
    --swatch--heading-color--button-text-on: #fff;
    --swatch--heading-color--button-hover: #666;
    --swatch--paragraph-color: #737373;
    --swatch--paragraph-color--button-text-on: #fff;
    --swatch--paragraph-color--button-hover: #8c8c8c
}

.strip--color-shaded .element-form-input-text,
.box.box--color-shaded .element-form-input-text {
    border-color: rgba(115, 115, 115, 0.5);
    color: #737373;
    background-color: #f2f2f2;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.strip--color-shaded .element-form-input-text:hover,
.box.box--color-shaded .element-form-input-text:hover {
    border-color: #737373
}

.strip--color-shaded .element-form-input-text:focus,
.box.box--color-shaded .element-form-input-text:focus {
    border-color: #eb8113;
    box-shadow: 0 0 0 2px #efba83, 0 0 rgba(0, 0, 0, 0)
}


.strip--color-shaded input[type='checkbox']:focus,
.box.box--color-shaded input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #eb8113;
    outline: none
}


.strip--color-shaded input[type='checkbox']:focus:not(:focus-visible),
.box.box--color-shaded input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.strip--color-shaded .element-social-share .share-button--wrapper,
.box.box--color-shaded .element-social-share .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2)
}

.strip--color-shaded .element-social-follow--color-brand.element-social-follow--style-solid .element-social-follow-profile--medium-instagram,
.box.box--color-shaded .element-social-follow--color-brand.element-social-follow--style-solid .element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.strip--color-shaded .btn,
.box.box--color-shaded .btn {
    --comp--button--primary-color: #eb8113;
    --comp--button--on-primary-color: #fff;
    --comp--button--primary-color-hover: #f09a41
}

@media (max-width:1230px) {

    .strip--color-shaded,
    .box.box--color-shaded {
        line-height: 1.71
    }
}

@media (max-width:768px) {

    .strip--color-shaded,
    .box.box--color-shaded {
        line-height: 1.62;
        font-size: 1.47rem
    }
}

.strip--color-shaded a,
.box.box--color-shaded a {
    color: #eb8113;
    text-decoration: none
}

.strip--color-shaded a:hover,
.box.box--color-shaded a:hover {
    color: #f09a41;
    text-decoration: underline
}

.strip--color-shaded p,
.box.box--color-shaded p,
.strip--color-shaded ul,
.box.box--color-shaded ul {
    margin-top: 0;
    margin-bottom: .4em
}

.strip--color-shaded span[style*='color'] a,
.box.box--color-shaded span[style*='color'] a {
    color: inherit
}

.strip--color-shaded button,
.box.box--color-shaded button {
    line-height: 1.8
}

.strip--color-shaded h1,
.box.box--color-shaded h1,
.strip--color-shaded h2,
.box.box--color-shaded h2,
.strip--color-shaded h3,
.box.box--color-shaded h3 {
    line-height: 1.25;
    color: #4d4d4d;
    font-family: "Merriweather", "serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .strip--color-shaded h1,
    .box.box--color-shaded h1,
    .strip--color-shaded h2,
    .box.box--color-shaded h2,
    .strip--color-shaded h3,
    .box.box--color-shaded h3 {
        line-height: 1.134
    }
}

@media (max-width:1230px) {

    .strip--color-shaded h1,
    .box.box--color-shaded h1,
    .strip--color-shaded h2,
    .box.box--color-shaded h2,
    .strip--color-shaded h3,
    .box.box--color-shaded h3 {
        line-height: 1.197
    }
}

.strip--color-shaded h1 a,
.box.box--color-shaded h1 a,
.strip--color-shaded h2 a,
.box.box--color-shaded h2 a,
.strip--color-shaded h3 a,
.box.box--color-shaded h3 a {
    text-decoration: underline;
    color: #eb8113
}

.strip--color-shaded h1 a:hover,
.box.box--color-shaded h1 a:hover,
.strip--color-shaded h2 a:hover,
.box.box--color-shaded h2 a:hover,
.strip--color-shaded h3 a:hover,
.box.box--color-shaded h3 a:hover {
    color: #f09a41
}

.strip--color-shaded .heading-130,
.box.box--color-shaded .heading-130 {
    font-size: 3.77rem;
    margin-top: 2.631rem;
    margin-bottom: .977rem
}

@media (max-width:1230px) {

    .strip--color-shaded .heading-130,
    .box.box--color-shaded .heading-130 {
        font-size: 3.11rem;
        margin-top: 2.434rem;
        margin-bottom: .91133333rem
    }
}

@media (max-width:768px) {

    .strip--color-shaded .heading-130,
    .box.box--color-shaded .heading-130 {
        font-size: 2.79rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.strip--color-shaded h1,
.box.box--color-shaded h1,
.strip--color-shaded .heading-100,
.box.box--color-shaded .heading-100 {
    font-size: 2.9rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1230px) {

    .strip--color-shaded h1,
    .box.box--color-shaded h1,
    .strip--color-shaded .heading-100,
    .box.box--color-shaded .heading-100 {
        font-size: 2.53rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .strip--color-shaded h1,
    .box.box--color-shaded h1,
    .strip--color-shaded .heading-100,
    .box.box--color-shaded .heading-100 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.strip--color-shaded h2,
.box.box--color-shaded h2 {
    font-size: 2.46rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1230px) {

    .strip--color-shaded h2,
    .box.box--color-shaded h2 {
        font-size: 2.24rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .strip--color-shaded h2,
    .box.box--color-shaded h2 {
        font-size: 2.13rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.strip--color-shaded h3,
.box.box--color-shaded h3,
.strip--color-shaded .heading-70,
.box.box--color-shaded .heading-70 {
    font-size: 2.03rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1230px) {

    .strip--color-shaded h3,
    .box.box--color-shaded h3,
    .strip--color-shaded .heading-70,
    .box.box--color-shaded .heading-70 {
        font-size: 1.95rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .strip--color-shaded h3,
    .box.box--color-shaded h3,
    .strip--color-shaded .heading-70,
    .box.box--color-shaded .heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.header-wrap {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: background 200ms ease
}

.header-wrap__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 40px;
    transition: padding 200ms ease,
        background 200ms ease,
        top 200ms ease
}

.is-slideshow .header-wrap__inner {
    background: transparent;
    /*padding: 25px 40px 0*/
}

.is-header-affix .header-wrap {
    background-color: #195241 !important;
    background-image: none !important;
    transition: padding 200ms ease,
        background 200ms ease,
        top 200ms ease
}

.is-header-affix .header-wrap__inner {
    padding: 10px 40px
}

.menu-is-mobile .header-wrap {
    position: static
}

.header-text,
.mobile-header {
    padding: 7px 0;
    line-height: 1
}

.header-title {
    color: #fff
}

a.header-title:hover {
    color: #d1dcd9
}

a.header-title:active {
    color: #bacbc6
}

.is-slideshow:not(.is-header-affix) .header-title {
    color: #ffffff
}

.header-title {
    line-height: initial;
    font-size: 1.85714286em
}

.menu {
    display: flex;
    margin-left: auto;
    min-height: 40px;
    max-width: 100%
}

.menu-is-mobile{
    font-size: 12px;
}

/*.is-slideshow .mobile-menu {
    background: transparent
}*/

.main-content {
    background-color: #ffffff
}

h1,
h2 {
    font-family: "Merriweather", "serif"
}

.body {
    min-height: 100vh
}

.body {
    display: flex;
    flex-direction: column
}

.body>* {
    flex: 0 0 auto
}

.body>.main-content {
    flex: 1 0 auto
}

.block-footer {
    background: #195241
}

.slideshow-slide-content {
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 40px
}

.header-logo {
    min-height: 40px
}

@keyframes load-hero {
    0% {
        opacity: 0;
        transform: scale(.85)
    }

    30% {
        opacity: 0;
        transform: scale(.85)
    }

    80% {
        opacity: 1
    }

    100% {
        transform: scale(1)
    }
}

.slideshow:not(.is-editing) .bx-caption-wrapper {
    animation: 1.5s cubic-bezier(.075, .82, .165, 1) load-hero
}

.banner-sm .slideshow-title {
    font-size: 4rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .banner-sm .slideshow-title {
        font-size: 3.2rem
    }
}

@media (width < 750px) {
    .banner-sm .slideshow-title {
        font-size: 2.8rem
    }
}

@media (width < 620px) {
    .banner-sm .slideshow-title {
        font-size: max(2rem, 1.9em)
    }
}

@media (width < 540px) {
    .banner-sm .slideshow-title {
        font-size: max(1.6rem, 1.7em)
    }
}

@media (width < 420px) {
    .banner-sm .slideshow-title {
        font-size: max(1.4rem, 1.5em)
    }
}

.menu-is-mobile .header-wrap__inner {
    display: none
}

@media (min-width:960px) {
    :root {
        --simple-brick-max-width: 1170px
    }

    .block-footer {
        --simple-brick-max-width: 1170px
    }

    .strip--default {
        --simple-brick-max-width: 1170px
    }
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

footer,
header,
main,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

b,
strong {
    font-weight: 700
}

img {
    border: 0
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button {
    text-transform: none
}

button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

* {
    scroll-margin-top: var(--fixed-header-height)
}

.tree-container:not(.tree-container--empty)+.credits {
    margin-top: 1em
}

.credits-owner {
    margin: 0;
    position: relative
}

.footer-text-content {
    display: inline-block;
}

@media (max-width:500px) {

    .credits-owner {
        clear: both;
        float: left
    }
}

.image-is-round {
    display: inline-block;
    overflow: hidden
}

.image-is-round {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-is-round img {
    border-radius: 50%
}

@keyframes sticky-toolbar--appear {
    0% {
        opacity: 0;
        transform: translateY(var(--sticky-toolbar--appear-none-offset));
        transform: translateY(var(--sticky-toolbar--appear-initial-offset))
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.header-title {
    outline: none
}

.header-logo {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    position: relative
}

.header-image-toggle>a {
    display: block;
    width: 100%
}

.hidden {
    display: none !important
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.element {
    margin-bottom: 1em;
    margin-top: 1em
}

.element.node-is-first-child {
    margin-top: 0
}

.element.node-is-last-child,
.image-text {
    margin-bottom: 0
}

.image-text {
    margin-top: 0
}

.column+.column {
    margin-top: 3em
}

@media (min-width:641px) {
    html .body .column {
        margin-bottom: 0;
        margin-top: 0
    }
}

@supports (container-type:inline-size) {
    @container root (width > 640px) {
        .body .column {
            margin-bottom: 0;
            margin-top: 0
        }
    }
}


.strip {
    margin-bottom: 0;
    margin-top: 0
}

.contact-form form {
    position: relative
}

.element {
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: auto;
    scroll-margin: 30px 0;
    scroll-margin: calc(var(--fixed-header-height, 0px) + 30px) 0;
    width: 100%
}

.html img,
.image img,
.image-text img {
    height: auto;
    max-width: 100%
}

.tree-node {
    box-sizing: border-box;
    position: relative
}

@media (min-width:641px) {
    html .body .node-is-last-child:not(.tree-container, .image) {
        margin-bottom: 0 !important
    }
}

@supports (container-type:inline-size) {
    @container root (width > 1200px) {
        .body .node-is-last-child:not(.tree-container, .image) {
            margin-bottom: 0 !important
        }
    }
}

.tree-container--empty {
    display: flex;
    flex-direction: column
}


.image-text.node-is-first-child .element-imagetext-text :first-child {
    margin-top: 0
}

.image-text.node-is-last-child .element-imagetext-text :last-child {
    margin-bottom: 0
}

.element-imagetext-text {
    min-width: 4em
}

.image-text .element-image-is-left {
    margin-right: 1em
}

.image-text .element-image {
    margin-bottom: 1em
}

.image:after,
.image:before {
    content: " ";
    display: table
}

.image:after {
    clear: both
}

.element-image {
    line-height: 0;
    max-width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.element-image__image-wrapper {
    width: 100%
}

.element-image__image {
    --element-image--pan-x: 0.5;
    --element-image--pan-y: 0.5;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-position: calc(100%*var(--element-image--pan-x)) calc(100%*var(--element-image--pan-y));
    object-position: calc(100%*var(--element-image--pan-x)) calc(100%*var(--element-image--pan-y));
    width: 100%
}

.element-image-is-left {
    float: left
}

.element-image-is-center {
    margin: 0 auto
}

@media (max-width:640px) {

    html .body .element-image,
    html .body .image-text .element-image {
        --image-centered: 1;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

@supports (container-type:inline-size) {
    @container root (width <=640px) {

        .body .element-image,
        .body .image-text .element-image {
            --image-centered: 1;
            float: none;
            margin-left: auto;
            margin-right: auto
        }
    }
}

.intrinsic {
    display: block;
    height: 0;
    position: relative;
    width: 100%
}

.intrinsic .intrinsic__item {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media (max-width:640px) {
    html .body .spacer .element-spacer-container {
        max-height: 10px
    }
}

@supports (container-type:inline-size) {
    @container root (width <=1200px) {
        .body .spacer .element-spacer-container {
            max-height: 10px
        }
    }
}

.element-form-group {
    margin: 0 0 1em
}

.element-form-group:after,
.element-form-group:before {
    content: " ";
    display: table
}

.element-form-group:after {
    clear: both
}

.form-container {
    container-type: inline-size
}

.element-form-label {
    box-sizing: border-box;
    display: block;
    margin-bottom: .75em
}

.element-form-content {
    margin-bottom: .25em
}

.element-form-content .element-form-input-text {
    width: 100%
}

.element-form-content input::-webkit-file-upload-button {
    background-color: var(--swatch--accent-color);
    border: none;
    border-radius: 2px;
    color: var(--swatch--accent-color--button-text-on);
    min-height: 30px;
    padding-inline: 1em
}

.element-form-content input::file-selector-button {
    background-color: var(--swatch--accent-color);
    border: none;
    border-radius: 2px;
    color: var(--swatch--accent-color--button-text-on);
    min-height: 30px;
    padding-inline: 1em
}

.element-form-input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    border-radius: 2px;
    box-sizing: border-box;
    /*max-width: 400px;*/
    padding: 1rem;
    transition: background-color .1s ease, border-color .1s ease
}

.element-form-input-text:focus {
    outline: 0
}

.element-form-input-text::-moz-placeholder {
    color: currentColor;
    font-style: italic;
    opacity: .7
}

.element-form-input-text::placeholder {
    color: currentColor;
    font-style: italic;
    opacity: .7
}

.element-form-input-checkbox {
    margin: .6em .8em .6em .3em;
    vertical-align: middle
}

textarea {
    min-height: 6em
}

.map {
    word-wrap: normal !important;
    
}

.map-frame{
    max-width: 100% !important;
}

@media (min-width:641px) {
    html .body .tree-horizontal {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        margin-left: -12px;
        margin-right: -12px;
        width: auto !important
    }

    html .body .tree-horizontal>.tree-node {
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px
    }
}

@supports (container-type:inline-size) {
    @container root (width > 640px) {
        .body .tree-horizontal {
            align-items: stretch;
            display: flex;
            flex-direction: row;
            margin-left: -12px;
            margin-right: -12px;
            width: auto !important
        }

        .body .tree-horizontal>.tree-node {
            min-width: 0;
            padding-left: 12px;
            padding-right: 12px
        }
    }
}

@media (max-width:640px) {
    html .body .tree-horizontal {
        --columns-collapsed: 1
    }
}

@supports (container-type:inline-size) {
    @container root (width <=640px) {
        .body .tree-horizontal {
            --columns-collapsed: 1
        }
    }
}

@supports (container-type:inline-size) {
}

@media (max-width:640px) {
    html .body .column {
        display: block !important;
        width: 100% !important
    }
}

@supports (container-type:inline-size) {
    @container root (width <=1200px) {
        .body .column {
            display: block !important;
            width: 100% !important
        }
    }
}


.element-social-share .share-button-container {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: -5px
}

.lt600 .element-social-share .share-button-container {
    display: flex
}

.element-social-share .share-button-container--align-left {
    justify-content: flex-start
}

.element-social-share .share-button {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: flex;
    height: 2em;
    line-height: 2em;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: hidden;
    padding-right: .8em;
    text-decoration: none;
    transition: background-color .2s ease, box-shadow .2s ease;
    width: auto
}

.lt600 .element-social-share .share-button {
    max-width: 200px;
    width: 32%;
    width: calc(33% - 5px)
}

.lt400 .element-social-share .share-button {
    width: 48%;
    width: calc(50% - 5px)
}

.lt200 .element-social-share .share-button {
    width: 100%
}

.element-social-share .share-button:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.element-social-share .share-button:focus {
    outline: 1px solid currentcolor;
    outline-offset: 2px
}

.element-social-share .share-button:active {
    box-shadow: 0 1px 4px transparent, inset 0 1px 2px rgba(0, 0, 0, .15)
}

.element-social-share .share-button--wrapper {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: none !important;
    display: block;
    line-height: 0;
    padding: calc(1em - 11px);
    text-align: left
}

.element-social-share .share-button--wrapper.share-button--facebook-like {
    border: 0;
    padding: 1px 0 0
}

.element-social-share .share-button__icon {
    background: rgba(0, 0, 0, .1);
    flex: 0 0 auto;
    font-size: 1.1em;
    line-height: 1.81818182em;
    margin-right: .72727273em;
    text-align: center;
    width: 1.81818182em
}

.element-social-share .share-button__label {
    flex: 1 0 auto;
    font-weight: 700;
    text-align: center
}

.element-social-share .share-button--facebook {
    background-color: #3b5998;
    text-decoration: none !important
}

.element-social-share .share-button--facebook .share-button__icon,
.element-social-share .share-button--facebook .share-button__label {
    color: #fff !important
}

.element-social-share .share-button--facebook:hover {
    background-color: #344e86
}

.element-social-share .share-button--facebook:active {
    background-color: #2d4373
}

.element-social-share .share-button--whatsapp {
    background-color: #28c039;
    text-decoration: none !important
}

.element-social-share .share-button--whatsapp .share-button__icon,
.element-social-share .share-button--whatsapp .share-button__label {
    color: #fff !important
}

.element-social-share .share-button--whatsapp:hover {
    background-color: #23ab33
}

.element-social-share .share-button--whatsapp:active {
    background-color: #1f962d
}

.element-social-share .share-button--linkedin {
    background-color: #0077b5;
    text-decoration: none !important
}

.element-social-share .share-button--linkedin .share-button__icon,
.element-social-share .share-button--linkedin .share-button__label {
    color: #fff !important
}

.element-social-share .share-button--linkedin:hover {
    background-color: #00669c
}

.element-social-share .share-button--linkedin:active {
    background-color: #005582
}

.element-social-follow--size-m {
    margin: -4px
}

.element-social-follow--size-m .element-social-follow-profile {
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    margin: 4px;
    width: 32px
}

.element-social-follow-profile {
    display: inline-block;
    overflow: hidden;
    text-decoration: none !important;
    transition: opacity .15s ease;
    vertical-align: top
}

.element-social-follow-profile:focus {
    outline: 1px dotted currentColor;
    outline: 1px solid #469fd5;
    outline-offset: 0;
    outline-offset: 2px
}

.element-social-follow-profile:focus:not(:focus-visible) {
    outline: none
}

.element-social-follow-profile:focus,
.element-social-follow-profile:hover {
    opacity: .8
}

.element-social-follow-profile:active {
    opacity: .7
}

.element-social-follow-profile [class^=website-rendering-icon] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.element-social-follow-profile [class^=website-rendering-icon]:before {
    margin: 0;
    text-align: center;
    width: 100%
}

.element-social-follow--roundness-rounded .element-social-follow-profile {
    border-radius: .15em
}

.element-social-follow--color-brand.element-social-follow--style-solid .element-social-follow-profile {
    color: #fff
}

.element-social-follow--color-brand.element-social-follow--style-solid .element-social-follow-profile--medium-instagram {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='132' height='132'%3E%3Cdefs%3E%3CradialGradient xlink:href='%23a' id='c' cx='158.429' cy='578.088' r='65' fx='158.429' fy='578.088' gradientTransform='matrix(0 -1.98198 1.8439 0 -1031.402 454.004)' gradientUnits='userSpaceOnUse'/%3E%3CradialGradient xlink:href='%23b' id='d' cx='147.694' cy='473.455' r='65' fx='147.694' fy='473.455' gradientTransform='matrix(.17394 .86872 -3.5818 .71718 1648.348 -458.493)' gradientUnits='userSpaceOnUse'/%3E%3ClinearGradient id='b'%3E%3Cstop offset='0' stop-color='%233771c8'/%3E%3Cstop offset='.128' stop-color='%233771c8'/%3E%3Cstop offset='1' stop-color='%2360f' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' stop-color='%23fd5'/%3E%3Cstop offset='.1' stop-color='%23fd5'/%3E%3Cstop offset='.5' stop-color='%23ff543e'/%3E%3Cstop offset='1' stop-color='%23c837ab'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23c)' d='M0 0h132v132H0z'/%3E%3Cpath fill='url(%23d)' d='M0 0h132v132H0z'/%3E%3C/svg%3E") 50%;
    background-size: cover
}

.element-social-follow .element-content {
    display: inline-block
}

@supports (container-type:inline-size) {
}

.image-text .element-imagetext-text img {
    height: auto
}

.image-text .element-imagetext-text iframe,
.image-text .element-imagetext-text img {
    max-width: 100%
}


.spacer+.image-text .element-imagetext-text>:first-child {
    margin-top: 0
}

.btn,
.btn-container a:hover {
    text-decoration: none !important
}

.btn {
    align-items: center;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    outline-color: #666;
    outline-color: var(--comp--button--primary-color);
    text-align: center;
    transition: background .2s ease-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:active:not(:disabled) {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2)
}

.btn:focus {
    outline: 1px solid;
    outline-offset: 2px
}

.btn:focus:not(:focus-visible) {
    outline: none
}

.btn:disabled {
    opacity: .5
}

.btn--size-small {
    font-size: 1em;
    padding: .3em .9em
}

.btn--size-default {
    font-size: 1.3em;
    padding: .5em .9em
}

@media screen and (min-width:480px) {
    .btn:not(.btn-is-full-width) {
        text-align: center
    }
}

.btn-is-center {
    text-align: center
}

.btn-caption {
    display: inline-block;
    min-width: 1px
}

@supports (container-type:inline-size) {
}

.strip-root {
    margin: 0 !important
}

.strip {
    --strip-content-padding-block-start: 0;
    --strip-content-padding-block-end: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: [image content] minmax(0, 1fr);
    grid-template-rows: [image content] auto;
    position: relative;
    width: 100%
}

.strip__content-container {
    grid-area: content;
    padding: var(--strip-content-padding-block-start) var(--strip-content-padding-inline) var(--strip-content-padding-block-end)
}

.strip__content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--simple-brick-max-width);
    position: relative;
    transition: max-width .3s ease .1s;
    width: 100%
}

.strip--primary {
    --strip-content-padding-block: var(--strip-content-padding-block--primary)
}

.strip--padding-both {
    --strip-content-padding-block-start: var(--strip-content-padding-block);
    --strip-content-padding-block-end: var(--strip-content-padding-block)
}


.strip--color-default.strip--padding-both+.strip--color-default.strip--padding-both,
.strip--color-shaded+.strip--color-shaded {
    border-top: 1px solid var(--w-line-color)
}

@supports (container-type:inline-size) {
}

@keyframes stripWidthHintFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.box {
    --box--padding: 15px;
    --box--border-width: 1px;
    border: 1px solid transparent;
    border: var(--box--border-width) solid transparent;
    padding: 14px;
    padding: calc(var(--box--padding) - var(--box--border-width))
}


.strip--color-shaded .box--color-shaded {
    border-color: var(--w-line-color)
}

@supports (container-type:inline-size) {
}

@supports (container-type:inline-size) {
}

@font-face {
    font-family: website-rendering;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/website-rendering.eot);
    src: url(../fonts/website-rendering.eot#iefix) format("embedded-opentype"), url(../fonts/website-rendering.woff2) format("woff2"), url(../fonts/website-rendering.woff) format("woff"), url(../fonts/website-rendering.ttf) format("truetype"), url(../images/website-rendering.svg#website-rendering) format("svg")
}

[class*=" website-rendering-icon-"]:before,
[class^=website-rendering-icon-]:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: website-rendering;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.menu-is-desktop .submenu {
    position: absolute;
    z-index: 1020;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0
}

.menu-is-desktop .submenu .menu-item>.menu-link {
    border-radius: 0
}

.menu-is-desktop .submenu .menu-item:not(:first-child)>.menu-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.menu-is-desktop .submenu .menu-item:not(:last-child)>.menu-link {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.menu-is-desktop .menu-clone {
    display: none !important
}

.menu-is-desktop .menu-horizontal .popover-container--inline .popover__content {
    right: 0
}

.menu-is-desktop .menu-vertical .popover-container--inline .popover__content {
    left: 0
}

.menu-is-desktop .menu-item--left .popover-container--inline .popover__content {
    right: auto
}

.menu-is-desktop .menu-cart-item {
    display: block
}