.__360FeatureList_sectionWrapper__3HkOZ {
    padding: 50px 0;
    background: #f4f5f7
}

.__360FeatureList_topSlant__67ark {
    border-color: transparent transparent #f4f5f7;
    border-style: solid;
    border-width: 0 100vw 40px 0
}

.__360FeatureList_contentWrapper__rcCIj {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.__360FeatureList_iframeWrapper__Oj_R2 {
    flex-grow: 1;
    position: relative;
    aspect-ratio: 1;
    overflow: hidden
}

.__360FeatureList_iframe__j66Ka {
    width: 100%;
    height: 100%;
    outline: none;
    border: none
}

.__360FeatureList_svg360Bottom__ncKyo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(.8)
}

.__360FeatureList_svg360Top__IyaeT {
    display: none
}

.__360FeatureList_text360__LosIM {
    display: flex;
    align-items: center;
    justify-content: center
}

.__360FeatureList_text360__LosIM p {
    font-family: var(--font-roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #263957
}

.__360FeatureList_feature__lGHXK {
    display: flex;
    gap: 20px;
    cursor: pointer;
    padding: 24px;
    transition: background-color .2s ease
}

.__360FeatureList_icon__klt5A {
    fill: #d52b1e;
    color: #d52b1e;
    transform: rotate(180deg)
}

.__360FeatureList_title__tFOwU {
    color: #263957;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .16px;
    font-family: var(--font-roboto);
    margin-bottom: 8px
}

.__360FeatureList_description__ZFu_2 {
    color: #727273;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-secondary)
}

.__360FeatureList_closeBtn__FEqTs {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (min-width:768px) {
    .__360FeatureList_contentWrapper__rcCIj {
        flex-direction: row;
        align-items: flex-start
    }

    .__360FeatureList_features__fkhHY {
        width: 40%
    }

    .__360FeatureList_iframeAnd360__6Ezgk {
        width: 60%
    }

    .__360FeatureList_svg360Top__IyaeT {
        display: block;
        position: absolute;
        bottom: 55px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg) scale(.8)
    }

    .__360FeatureList_text360__LosIM p {
        font-size: 48px
    }

    .__360FeatureList_title__tFOwU {
        font-size: 24px
    }

    .__360FeatureList_description__ZFu_2 {
        font-size: 18px
    }

    .__360FeatureList_topSlant__67ark {
        border-width: 0 100vw 120px 0
    }
}

.__360FeatureList_feature__lGHXK:hover {
    background-color: #e4e5e7
}

.__360FeatureList_imageWrapper__PTl6s {
    position: relative;
    overflow: hidden
}

@keyframes __360FeatureList_expand__hcCMU {
    0% {
        max-height: 0;
        opacity: 0;
        visibility: hidden
    }

    to {
        max-height: 300px;
        opacity: 1;
        visibility: visible
    }
}

@keyframes __360FeatureList_collapse__hITAA {
    0% {
        max-height: 300px;
        opacity: 1;
        visibility: visible
    }

    to {
        max-height: 0;
        opacity: 0;
        visibility: hidden
    }
}

.__360FeatureList_active__T55n1 {
    animation: __360FeatureList_expand__hcCMU .3s ease forwards
}

.__360FeatureList_collapsed__86Ua7 {
    animation: __360FeatureList_collapse__hITAA .3s ease forwards
}

.Address_mapContainer__kgKH8 {
    width: 100%;
    max-width: var(--page-max-width);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 20px 20px 0
}

@media(min-width:769px) {
    .Address_mapContainer__kgKH8 {
        padding: 20px 0 0
    }
}

.Banner_bannerContainer__Ms0Wl {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto
}

.Banner_bannerContainer__Ms0Wl .Banner_image__KD9O6 {
    object-fit: cover;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.Banner_bannerContainer__Ms0Wl .Banner_textContainer__2Qh7l {
    text-align: center
}

.Banner_bannerContainer__Ms0Wl .Banner_textContainer__2Qh7l .Banner_title__066qy {
    padding: 20px 0;
    margin: 10px 0;
    color: #fff;
    font-size: 2.1875rem;
    font-weight: 400;
    line-height: 1.1;
    filter: drop-shadow(0 0 20px #000)
}

.Banner_bannerContainer__Ms0Wl .Banner_textContainer__2Qh7l .Banner_subtitle__JPzQF {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 1.0625rem;
    line-height: 1.5;
    font-weight: 400;
    filter: drop-shadow(0 0 20px #000)
}

.Banner_bannerContainer__Ms0Wl .Banner_buttonContainerWrapper__adk7N {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column
}

.Banner_bannerContainer__Ms0Wl .Banner_buttonContainer__yAYUJ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px
}

.Banner_bannerContainer__Ms0Wl .Banner_buttonContainer__yAYUJ>* {
    width: 100%
}

@media(min-width:769px) {
    .Banner_bannerContainer__Ms0Wl .Banner_textContainer__2Qh7l {
        max-width: 720px
    }

    .Banner_bannerContainer__Ms0Wl .Banner_textContainer__2Qh7l .Banner_title__066qy {
        padding: 20px 0;
        margin: 10px 0;
        font-size: 3.1875rem
    }

    .Banner_bannerContainer__Ms0Wl .Banner_textContainer__2Qh7l .Banner_subtitle__JPzQF {
        margin: 20px 0 30px;
        font-size: 2.5rem
    }

    .Banner_bannerContainer__Ms0Wl .Banner_buttonContainer__yAYUJ {
        flex-direction: row;
        margin: 30px 0 0;
        max-width: 720px;
        align-items: stretch
    }
}
.Header_desktopNav__klS9I {
    display: none
}
@media(min-width:992px) {
    .Banner_bannerContainer__Ms0Wl {
        margin-bottom: 0
    }

    .Banner_bannerContainer__Ms0Wl .Banner_buttonContainer__yAYUJ,
    .Banner_bannerContainer__Ms0Wl .Banner_textContainer__2Qh7l {
        max-width: 1080px
    }

    .Banner_bannerContainer__Ms0Wl.Banner_left__PtlFz .Banner_textContainer__2Qh7l,
    .Banner_bannerContainer__Ms0Wl.Banner_left__PtlFz .Banner_textContainer__2Qh7l .Banner_subtitle__JPzQF {
        text-align: left
    }

    .Banner_bannerContainer__Ms0Wl.Banner_left__PtlFz .Banner_buttonContainer__yAYUJ {
        justify-content: flex-start
    }
}

.Banner_desktopWidth__zM6Ce,
.Banner_mobileWidth__LULV8,
.Banner_tabletWidth__8RZjZ {
    display: none
}

@media screen and (min-width:750px) {
    .Banner_desktopWidth__zM6Ce {
        display: block
    }
}

@media screen and (max-width:750px)and (min-width:480px) {
    .Banner_tabletWidth__8RZjZ {
        display: block
    }
}

@media screen and (max-width:480px) {
    .Banner_mobileWidth__LULV8 {
        display: block
    }
}

.Banner_parallexClass__qrLxu {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.RenderHTMLinBanner_htmlInBannerWrapper__QUwgh {
    width: 50vw;
    padding: 5%
}

.RenderHTMLinBanner_htmlInBannerWrapper__QUwgh h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.Banner_section__AqwTt {
    overflow: hidden
}

.Banner_imageBg__64cj4 {
    height: 240px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.Banner_onlyImageBg__NqaKm {
    height: 150px
}

.Banner_desktopContent__CMkcy .Banner_content__xxzFL {
    width: 550px;
    padding: 54px 32px 44px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    background-color: #fff
}

.Banner_content__xxzFL h1 {
    color: #263957
}

.Banner_content__xxzFL div {
    color: #727273
}

.Banner_slant__mot56 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 32px 100vw 0 0
}

.Banner_mobileContent__T95vc {
    padding-left: var(--page-padding-left);
    padding-right: var(--page-padding-right);
    padding-bottom: 40px;
    padding-top: 32px
}

.Banner_desktopContent__CMkcy {
    display: none
}

@media screen and (min-width:769px) {
    .Banner_section__AqwTt {
        height: 420px
    }

    .Banner_imageBg__64cj4 {
        height: 100%
    }

    .Banner_slant__mot56 {
        border-width: 120px 100vw 0 0
    }

    .Banner_desktopContent__CMkcy {
        height: 100%;
        position: relative;
        padding: 0;
        display: block
    }

    .Banner_mobileContent__T95vc {
        display: none
    }
}

.CorporateFooter_corporateOuterFooter__Ak91a {
    padding: 34px 20px
}

.CorporateFooter_corporateInnerFooter__SLNWy {
    padding-left: var(--page-padding-left);
    padding-right: var(--page-padding-right);
    max-width: var(--page-max-width);
    width: 100%;
    margin: 0 auto;
    display:flex;
}

.CorporateFooter_corporateFooterContent__20X1E {
    width: 45%;
    color: #fff;
    font-size: .85rem;
    /*padding-right: 2em;*/
    align-self: self-start
}

.CorporateFooter_corporateFooterContent__20X1E p {
    color: #fff;
    margin: 0 0 10px;
    font-size: inherit
}

.CorporateFooter_corporateFooterContent__20X1E a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-weight: 700
}

.CorporateFooter_corporateFooterImageContainer__Ii5f8 {
    /*border-left: 1px solid #828080;*/
    padding: 0.5em
}

.CorporateFooter_corporateFooterImageContainer__Ii5f8 img {
    height: auto
}

@media(min-width:992px) {
    .CorporateFooter_corporateOuterFooter__Ak91a {
        padding: 2em
    }

    .CorporateFooter_corporateFooterContent__20X1E {
        font-size: .9rem
    }
}

@media(max-width:768px) {
    .CorporateFooter_corporateInnerFooter__SLNWy {
        grid-template-columns: 1fr;
        grid-template-areas: none;
        padding: 0
    }

    .CorporateFooter_corporateFooterImageContainer__Ii5f8 {
        border: none;
        padding: 1em 0
    }
}

.Footer_footerWrapper__DI7yg {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-flow: row;
    grid-template-areas: "upperFooter""localFooter""corporateFooter"
}

.Image_image__tzQM0 {
    position: relative !important;
    height: auto !important
}

.InfinityDownloadWrapper_buttonStyle__RNJQh {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    flex: 1 1;
    min-width: 100%
}

.InfinityDownloadWrapper_buttonStyle__RNJQh a {
    margin: 0 auto
}

.LinkItem_link__8GJDf {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none
}

.LinkItem_asButton__0R4ut {
    background-color: var(--brand-color);
    border: 0;
    padding: 15px;
    margin: 20px 0;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content
}

.LinkItem_asButton__0R4ut:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer
}

.Search_site-search__d0xld {
    position: relative
}

@media(min-width:992px) {
    .Search_site-search__d0xld.Search_input-focused__3Je3s {
        position: absolute;
        left: 0
    }
}

.Search_site-search__icon__lGKlF {
    position: absolute;
    left: 10px;
    cursor: pointer;
    height: 40px;
    display: inline-block;
    vertical-align: super;
    pointer-events: none
}

.Search_site-search__icon__lGKlF .Search_icon__eIctt {
    display: inline-block;
    vertical-align: super;
    margin: 0;
    height: 20px;
    width: 20px;
    position: relative;
    top: 8px;
    fill: #000
}

.Search_site-search__input__F7jxF {
    border-radius: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 40px;
    padding-left: 32px;
    text-indent: -9999px;
    width: 40px;
    color: #000;
    outline: none;
    transition: width .2s cubic-bezier(0, 1.2, .4, 1.1);
    -moz-osx-font-smoothing: grayscale
}

.Search_site-search__input__F7jxF::placeholder {
    color: #000
}

.Search_site-search__input__F7jxF:focus::placeholder {
    opacity: .5
}

.Search_site-search__input__F7jxF:hover {
    background-color: #fff
}

.Search_site-search__input__F7jxF:focus {
    text-indent: 0;
    font-size: .875rem;
    width: 300px;
    padding-left: 32px;
    background-color: #fff
}

@media(min-width:769px) {
    .Search_site-search__input__F7jxF:focus {
        text-indent: 0;
        font-size: inherit;
        width: 480px;
        box-shadow: 0 0 5px rgba(109, 207, 246, .5)
    }
}

.Search_site-search__submit__W_uyy {
    display: none
}

.Button_button__Qj_Oz {
    font-size: 16px;
    cursor: pointer;
    min-width: 175px;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 6px 10px 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: background-color .3s linear, border .3s linear;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-height: 60px;
    position: relative;
    text-align: center
}

.Button_button__Qj_Oz:hover {
    color: #fff;
    border: 1px solid var(--brand-color);
    background-color: var(--brand-color)
}

.Button_button__Qj_Oz a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.Button_button__Qj_Oz a:hover {
    color: #fff
}

.Share_container__G9c5Y {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.Share_text___WQcG {
    margin: 0
}

.Share_buttonsContainer__FPk66 {
    display: flex;
    gap: 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 8px;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%)
}

.Share_buttonsContainer__FPk66 :before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff
}

.Share_buttonsContainer__FPk66 button {
    height: 30px
}

.Stripe_stripe__KmPwb {
    height: 5px;
    margin-bottom: 1px
}

.NotFound_message__MK9zs {
    width: 100%;
    height: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    gap: 16px
}

.NotFound_message__MK9zs * {
    color: var(--brand-color)
}

.Divider_divider__8yuIj {
    width: 40px;
    height: 4px
}

.Divider_red__4PusW {
    background-color: #d52b1e
}

.Divider_white__FOlw_ {
    background-color: #fff
}

.Divider_center__7_kX3 {
    margin: 16px auto 0
}

.Divider_left__VhBLZ {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    height: auto
}

.Divider_middle__4Kr0Q {
    order: 1;
    margin: 6px 0 12px
}

@media screen and (max-width:768px) {
    .Divider_left__VhBLZ {
        width: 2px
    }

    .Divider_center__7_kX3 {
        height: 2px
    }

    .Divider_middle__4Kr0Q {
        margin: 0
    }
}

.Heading_heading__TDUYt {
    display: flex;
    flex-direction: column
}

.Heading_left__SP3Ze {
    position: relative;
    padding-left: 16px
}

.Heading_center__fbVob {
    align-items: center
}

.Heading_middle__iCOVK {
    align-items: flex-start
}

.Heading_caption__H9E4b {
    color: #d52b1e;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.09px;
    font-family: var(--font-secondary)
}

.Heading_header__FLcZ0 {
    color: #263957;
    font-size: 28px;
    line-height: 32.81px;
    font-family: var(--font-roboto);
    font-weight: bolder;
    margin: 0;
    padding: 10px 0
}

.Heading_description__s1f8G {
    margin-top: 4px;
    color: #727273;
    font-size: 16px;
    line-height: 19.09px;
    order: 2;
    font-family: var(--font-secondary)
}

.Heading_description__s1f8G.Heading_order-0__bsKh3 {
    order: 0
}

@media screen and (min-width:768px) {
    .Heading_caption__H9E4b {
        font-size: 16px;
        line-height: 19.54px
    }

    .Heading_header__FLcZ0 {
        font-size: 48px;
        line-height: 52px
    }

    .Heading_left__SP3Ze {
        padding-left: 24px
    }

    .Heading_description__s1f8G {
        font-size: 18px;
        line-height: 21.47px
    }
}

.Cards_cardsWrapper__weuJr {
    margin: 25px 0 .875em;
    align-items: stretch;
    gap: 17px;
    justify-content: var(--alignment)
}

.Cards_cardsWrapper__weuJr .Cards_card__wWw1Q {}

.Cards_cardsWrapper__weuJr a:link {
    color: rgba(0, 0, 0, .68)
}

.Cards_cardsHeader__fgktS {
    margin: 10px 0;
    color: var(--brand-color);
    font-size: 1.75rem;
    font-weight: 400;
    text-align: center
}

@media(min-width:769px) {
    .Cards_cardsWrapper__weuJr {
        margin: .875em 32px
    }

    .Cards_cardsWrapper__weuJr .Cards_card__wWw1Q {}

    .Cards_cardsHeader__fgktS {
        padding: 20px 0;
        font-size: 2.625rem
    }
}

@media(min-width:992px) {
    .Cards_cardsWrapper__weuJr {
        margin: 20px 0 60px;
        column-gap: 30px;
        row-gap: 30px
    }

    .Cards_cardsWrapper__weuJr .Cards_card__wWw1Q {}

    .File_linkWrapper__r891e {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 290px;
        color: rgba(0, 0, 0, .68);
        text-decoration: none;
        border-radius: 5px;
        box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
        height: 100%
    }

    .File_linkWrapper__r891e .File_imageWrapper__eqAsi {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #d4d4d5;
        width: 100%;
        flex: 1 1
    }

    .File_linkWrapper__r891e .File_imageWrapper__eqAsi .File_image__A4eM_ {
        position: relative !important;
        padding: 2px;
        border-radius: 5px 5px 0 0;
        flex: 1 1;
        border-bottom: 1px solid #d4d4d5;
        aspect-ratio: 3/4;
        object-fit: cover
    }

    .File_linkWrapper__r891e .File_imageWrapper__eqAsi .File_icon__UyiG6 {
        padding: 8px 0;
        font-size: 1.6875rem;
        flex: 1 1;
        width: 27px;
        height: 27px
    }

    .File_linkWrapper__r891e .File_fileTitle__QhG8O {
        display: inline-block;
        margin: 10px 0;
        width: 100%;
        text-align: center;
        flex: 1 1;
        text-transform: uppercase
    }

    .File_linkWrapper__r891e:hover {
        box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34, 36, 38, .15), 0 2px 10px 0 rgba(34, 36, 38, .25)
    }

    @media(min-width:992px) {
        .File_linkWrapper__r891e {
            display: flex;
            height: 100%;
            align-items: center;
            flex-direction: column;
            flex: 1 1
        }

        .File_linkWrapper__r891e .File_imageWrapper__eqAsi {
            flex: 1 1
        }

        .File_linkWrapper__r891e .File_imageWrapper__eqAsi .File_image__A4eM_ {
            height: auto !important;
            flex: 1 1
        }

        .File_linkWrapper__r891e .File_imageWrapper__eqAsi .File_iconWrapper__gGeIy {
            width: 100%;
            flex: 1 1
        }
    }

    .Card_cardWrapper__N_U__ {
        position: relative;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
        border-radius: .28571429rem;
        transition: box-shadow .1s ease, transform .1s ease
    }

    .Card_cardWrapper__N_U__:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34, 36, 38, .15), 0 2px 10px 0 rgba(34, 36, 38, .25)
    }

    .Card_cardWrapper__N_U__ .Card_cardLink__ds_FZ {
        display: flex;
        flex-direction: column;
        height: 100%;
        text-align: center;
        text-decoration: none
    }

    .Card_cardWrapper__N_U__ .Card_cardLink__ds_FZ .Card_cardAssociatedLinks__h139k {
        padding: 4px 6px;
        margin: 0 auto 8px;
        max-width: max-content;
        font-size: .85rem;
        color: var(--brand-color);
        border-radius: 5px;
        box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
        background-color: #f5f5f5;
        cursor: pointer;
        transition: color .2s ease
    }

    .Card_cardWrapper__N_U__ .Card_cardLink__ds_FZ .Card_cardAssociatedLinks__h139k:hover {
        color: #fff;
        background-color: #adadad
    }

    .Card_cardWrapper__N_U__ .Card_cardImage__jUk6O {
        padding: 2px;
        width: 100%;
        aspect-ratio: 1;
        border-radius: 5px 5px 0 0;
        object-fit: contain
    }

    .Card_cardWrapper__N_U__ .Card_description__UVVHd,
    .Card_cardWrapper__N_U__ .Card_extraContent__Rz_dm,
    .Card_cardWrapper__N_U__ .Card_learnMoreLink__s73yQ {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .Card_cardWrapper__N_U__ .Card_cardHeader__q6WB3 {
        padding: 10px .2em 0;
        margin: 0 0 10px;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-text-transform: uppercase;
        -moz-text-transform: uppercase;
        line-height: 22.1px;
        border-top: 1px solid rgba(34, 36, 38, .1);
        -webkit-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
        min-height: 80px
    }

    .Card_cardWrapper__N_U__ .Card_description__UVVHd {
        height: 80px;
       /* flex: 1 1;*/
        flex-direction: column;
        padding: 0 20px;
        color: rgba(0, 0, 0, .68);
        line-height: 1.6;
        align-items: center;
        font-size: 12px
    }

    .Card_cardWrapper__N_U__ .Card_description__UVVHd li {
        text-align: left;
        width: -moz-fit-content;
        width: fit-content
    }

    .Card_cardWrapper__N_U__ .Card_descriptionDownloadable__mbVXN {
        align-items: center
    }

    .Card_cardWrapper__N_U__ .Card_descWithText__9rtaJ p {
        font-size: 12px
    }

    .Card_cardWrapper__N_U__ .Card_descWithList__uQ6c8 p {
        font-size: .8em
    }

    .Card_cardWrapper__N_U__ .Card_descWithList__uQ6c8 ul {
        font-size: 12px;
        align-items: center
    }

    .Card_cardWrapper__N_U__ .Card_descWithList__uQ6c8 li {
        align-items: start
    }

    .Card_cardWrapper__N_U__ .Card_extraContent__Rz_dm {
        display: flex;
        flex-direction: column;
        padding: 8.5px
    }

    .Card_cardWrapper__N_U__ .Card_learnMoreLink__s73yQ {
        align-items: end;
        margin-top: auto
    }

    .Card_cardWrapper__N_U__ .Card_learnMoreLink__s73yQ .Card_learnMore__fvibn {
        margin: 0;
        font-size: 17px;
        line-height: 27.625px;
        color: var(--secondary-color);
        text-align: center;
        padding: 13px 0 25px
    }

    .Card_cardWrapper__N_U__ .Card_learnMoreLink__s73yQ .ps-widget {
        width: 100%;
        background-color: var(--brand-color)
    }

    .Card_cardWrapper__N_U__ .Card_learnMoreLink__s73yQ .ps-widget:empty,
    .Card_cardWrapper__N_U__ .Card_learnMoreLink__s73yQ .ps-widget:not(:empty)+.Card_learnMore__fvibn {
        display: none
    }

    .Card_cardWrapper-flex__ThGDo {
        display: flex;
        flex-direction: column
    }

    .Card_flex-1__kKIuF {
        flex: 1 1
    }

    .Card_noUnderline__chmDN {
        text-decoration: none
    }

    .Card_imageWrapper__yXGgR {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #d4d4d5;
        width: 100%;
        flex: 1 1
    }

    .Card_imageWrapper__yXGgR .Card_icon__vidoy {
        padding: 8px 0;
        font-size: 1.6875rem;
        flex: 1 1
    }

    .Card_cardWrapper__4mitU {
        height: 360px;
        overflow: hidden
    }

    .Card_cardWrapper__4mitU .Card_cardLink__XrkBr {
        display: block;
        position: relative;
        height: 100%;
        text-decoration: none
    }

    .Card_cardWrapper__4mitU .Card_cardLink__XrkBr .Card_cardImage__Aip_0 {
        min-height: 360px;
        max-height: 360px;
        object-fit: cover;
        transition: transform .5s ease-in-out;
        border-radius: 0
    }

    .Card_cardWrapper__4mitU .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD {
        height: 100px;
        width: 100%;
        position: absolute;
        bottom: 0;
        transition: .5s ease-in-out
    }

    .Card_cardWrapper__4mitU .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_slant__oDBhZ {
        height: 100%;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 24px 0 0 280px
    }

    .Card_cardWrapper__4mitU .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_cardHeader__8KhxV {
        position: absolute;
        bottom: 0;
        height: 75%;
        width: 100%;
        display: flex;
        align-items: center;
        gap: .25rem;
        padding: 0 1rem;
        transition: transform .5s ease-in-out
    }

    .Card_cardWrapper__4mitU .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_cardHeader__8KhxV .Card_icon__FSSu5 {
        display: none
    }

    @media screen and (min-width:768px) {
        .Card_cardWrapper__4mitU .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_cardHeader__8KhxV .Card_icon__FSSu5 {
            display: block;
            min-width: 2rem;
            max-width: 2rem;
            fill: #d52b1e;
            transition: left .5s ease-in-out;
            position: relative;
            left: 0
        }
    }

    .Card_cardWrapper__4mitU .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_cardHeader__8KhxV .Card_title__P_NPi {
        width: 100%;
        font-family: var(--font-secondary);
        font-size: 1rem;
        font-weight: 700;
        color: #263957;
        transition: left .5s ease-in-out;
        position: relative;
        z-index: 1
    }

    @media screen and (min-width:769px) {
        .Card_cardWrapper__4mitU .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_cardHeader__8KhxV {
            padding: 0 1.5rem
        }

        .Card_cardWrapper__4mitU .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_cardHeader__8KhxV .Card_title__P_NPi {
            font-size: 1.25rem
        }

        .Card_cardWrapper__4mitU:hover .Card_cardLink__XrkBr .Card_cardImage__Aip_0 {
            transform: scale(1.2)
        }

        .Card_cardWrapper__4mitU:hover .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD {
            height: 130px
        }

        .Card_cardWrapper__4mitU:hover .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_cardHeader__8KhxV {
            transform: translateY(-1rem)
        }

        .Card_cardWrapper__4mitU:hover .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_cardHeader__8KhxV .Card_title__P_NPi {
            color: #d52b1e;
            left: -2rem
        }

        .Card_cardWrapper__4mitU:hover .Card_cardLink__XrkBr .Card_contentWrapper__B2kmD .Card_cardHeader__8KhxV .Card_icon__FSSu5 {
            left: 88%
        }
    }

    .Cards_cardsWrapper__Wtg_4 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
        gap: 20px
    }

    .Cards_sectionWrapper__qlUw3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: #d52b1e
    }

    @media screen and (min-width:768px) {
        .Cards_cardsWrapper__Wtg_4 {
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }

        .Cards_sectionWrapper__qlUw3 {
            padding-top: 4rem
        }
    }

    .Title_h1__95W50,
    .Title_h2__hFBvJ,
    .Title_h3__vH61K,
    .Title_h4__AbET2 {
        display: inline-block;
        width: 100%
    }

    .Tabs_tabsWrapper__FtN7E {
        margin: auto;
        text-align: center
    }

    @media(min-width:240px) {
        .Tabs_tabsWrapper__FtN7E {
            margin: 30px 0
        }
    }

    @media(min-width:992px) {
        .Tabs_tabsWrapper__FtN7E {
            padding: 0 15px;
            margin: 60px auto 0 !important
        }

        .Tabs_hidden__41Epb {
            display: none
        }

        .Tabs_visible__ovOgH {
            display: grid;
            grid-gap: 20px;
            gap: 20px;
            margin-bottom: 30px
        }

        .Tabs_visible__ovOgH.Tabs_displayBlock__hMwvy {
            display: block;
            margin-bottom: 0
        }

        .Tabs_tabMediaContent__r1QLp {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            word-break: break-word
        }
    }

    .MobileTabs_titleWrapper__9vDwC {
        background-color: #f5f5f5
    }

    .MobileTabs_mobileTabContent__G_wgy {
        text-align: center
    }

    .MobileTabs_mobileTabContent__G_wgy .MobileTabs_hidden__FfeDI>div {
        max-width: 100%
    }

    .MobileTabs_mobileTabContent__G_wgy .MobileTabs_title__OLfkS {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0 30px;
        color: var(--brand-color);
        font-size: 1.375rem;
        font-weight: 400;
        border-radius: 4px 4px 0 0;
        border-bottom: 1px solid #d3d3d3;
        background-color: #f5f5f5
    }

    .MobileTabs_mobileTabContent__G_wgy table td,
    .MobileTabs_mobileTabContent__G_wgy table th {
        padding: 0 5px;
        white-space: nowrap
    }

    .MobileTabs_mobileTabContent__G_wgy p,
    .MobileTabs_mobileTabContent__G_wgy span {
        text-align: start
    }

    .MobileTabs_mobileTabContent__G_wgy h3 {
        line-height: 1.1em
    }

    @media(min-width:992px) {
        .MobileTabs_mobileTabContent__G_wgy {
            display: none
        }
    }

    .RelatedItems_heading__Mz0iW {
        font-style: normal;
        box-sizing: border-box;
        font-family: inherit;
        line-height: 1.1;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 42px;
        font-weight: 400;
        color: var(--secondary-color)
    }

    .DesktopTabs_tabs__UM4Oi {
        display: none
    }

    @media(min-width:992px) {
        .DesktopTabs_tabs__UM4Oi {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            margin: 0 0 30px
        }

        .DesktopTabs_tabs__UM4Oi label {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1 1;
            height: 70px;
            font-size: .9375rem;
            color: var(--secondary-color);
            cursor: pointer;
            list-style-type: none;
            border-radius: 4px 4px 0 0;
            border: 1px solid transparent;
            border-bottom-color: #d3d3d3;
            background-color: #f5f5f5;
            padding: 0 16px;
            order: 1;
            width: auto
        }

        .DesktopTabs_tabs__UM4Oi label:hover {
            color: #fff;
            background-color: var(--brand-color)
        }

        .DesktopTabs_tab__STzm6 {
            display: none;
            flex-grow: 1;
            width: 100%;
            height: 100%;
            padding: 1rem 2rem;
            color: #000;
            background-color: #fff
        }

        .DesktopTabs_tabs__UM4Oi [type=radio] {
            display: none
        }

        .DesktopTabs_tabs__UM4Oi [type=radio]:checked+label+.DesktopTabs_tab__STzm6 {
            display: block
        }

        .DesktopTabs_tabs__UM4Oi [type=radio]:checked+label {
            cursor: default;
            border-color: #d3d3d3 #d3d3d3 transparent;
            background-color: #fff
        }

        .DesktopTabs_tabs__UM4Oi [type=radio]:checked+label:hover {
            color: #fff;
            background-color: var(--brand-color)
        }

        .DesktopTabs_tabs__UM4Oi .DesktopTabs_tab__STzm6 {
            order: 9
        }
    }

    .DocumentsSection_wrapper__enkKq {
        display: flex;
        background-color: #d52b1e;
        font-family: var(--font-secondary)
    }

    .DocumentsSection_documentsSection__QCbiV {
        display: flex;
        padding: 120px 130px 120px 100px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        width: 75%
    }

    .DocumentsSection_documentsSection__QCbiV .DocumentsSection_sectionHeading__gNOwN {
        color: #fff;
        font-size: 48px;
        font-style: normal;
        font-weight: 900;
        line-height: 52px;
        text-transform: uppercase;
        font-family: var(--font-roboto)
    }

    .DocumentsSection_leftImageContainer__5OrpY {
        display: flex;
        width: 25%;
        background-color: #fff
    }

    .DocumentsSection_documentsList__55Qey {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-row-gap: 24px;
        row-gap: 24px;
        grid-column-gap: 20px;
        column-gap: 20px
    }

    .DocumentsSection_imageStyle__2__di {
        object-fit: cover;
        border-radius: 0 !important
    }

    @media screen and (max-width:768px) {
        .DocumentsSection_leftImageContainer__5OrpY {
            width: 100%;
            height: 30vh
        }

        .DocumentsSection_wrapper__enkKq {
            display: flex;
            flex-direction: column;
            background-color: #f4f5f7
        }

        .DocumentsSection_wrapper__enkKq .DocumentsSection_sectionHeading__gNOwN {
            color: #263957;
            font-size: 28px
        }

        .DocumentsSection_documentsList__55Qey,
        .DocumentsSection_documentsSection__QCbiV {
            display: flex;
            flex-direction: column;
            width: 100%
        }

        .DocumentsSection_documentsSection__QCbiV {
            padding: 24px;
            gap: 16px
        }
    }

    .File_file__103ha {
        display: flex;
        padding-top: 16px;
        border-top: 1px solid #fff;
        gap: 16px;
        align-items: center;
        text-decoration: none
    }

    .File_file__103ha img {
        background-color: #fff;
        height: 100px;
        width: 80px;
        max-width: none !important;
        pointer-events: none
    }

    .File_pdfTitle__XigUy {
        font-size: 18px;
        color: #fff;
        font-weight: 500
    }

    @media screen and (max-width:768px) {
        .File_file__103ha {
            border-top: 1px solid #263957
        }

        .File_pdfTitle__XigUy {
            color: #263957
        }
    }

    .FeatureList_sectionWrapper__yQ9ta {
        background-color: #fff;
        padding: 50px 0
    }

    .FeatureList_featuresWrapper__ooFT0 {
        display: flex;
        flex-direction: column;
        gap: 48px
    }

    .FeatureList_fetureItem__GLQhE {
        flex: 1 1;
        display: flex;
        flex-direction: column;
        gap: 24px
    }

    .FeatureList_imageStyle__f3yFg {
        border-radius: 0 !important;
        object-fit: cover
    }

    .FeatureList_heading__NpHH7 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .18px;
        margin-bottom: 12px;
        color: #263957
    }

    .FeatureList_description__uazlx,
    .FeatureList_heading__NpHH7 {
        font-style: normal;
        line-height: normal;
        font-family: var(--font-secondary)
    }

    .FeatureList_description__uazlx {
        font-size: 16px;
        font-weight: 400;
        color: #727273;
        overflow-wrap: anywhere
    }

    @media screen and (min-width:768px) {
        .FeatureList_sectionWrapper__yQ9ta {
            background-color: #d52b1e
        }

        .FeatureList_description__uazlx,
        .FeatureList_heading__NpHH7 {
            color: #fff
        }

        .FeatureList_featuresWrapper__ooFT0 {
            flex-direction: row;
            gap: 20px
        }

        .FeatureList_fetureItem__GLQhE {
            max-width: 50%
        }
    }

    .FeatureListV2_container__qjwml {
        max-width: var(--page-max-width);
        margin: auto
    }

    .FeatureListV2_cardContainer__OdROh {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 30px 20px;
        flex-direction: column
    }

    .FeatureListV2_cardContainer__OdROh:hover {
        background-color: #eaf3fc;
        border-radius: 5px
    }

    @media(min-width:992px) {
        .FeatureListV2_cardContainer__OdROh {
            flex-direction: row
        }
    }

    .FeatureListV2_title__F_m2B {
        font-size: 20px;
        margin-bottom: 10px
    }

    .FeatureListV2_subtitle__cP3_t {
        font-size: 16px
    }

    .FeatureListV2_imgContainer__6NDap {
        min-width: 300px;
        width: 300px;
        max-height: 300px;
        display: flex
    }

    .GenericMedia_section__JSNs4 {
        padding: 50px 0;
        width: 100%
    }

    .GenericMedia_productMedia__sWxSU {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .GenericMedia_productMedia__sWxSU img {
        object-fit: contain;
        aspect-ratio: unset
    }

    .GenericMedia_bannerImage__GZ3lL {
        object-fit: cover;
        aspect-ratio: 18/7
    }

    .ImageActionSheet_sectionWrapper__mI0EJ {
        overflow: hidden;
        position: relative
    }

    .ImageActionSheet_topSlant__a7_qf {
        position: absolute;
        border-color: transparent #fff transparent transparent;
        border-style: solid;
        border-width: 0 100vw 120px 0
    }

    .ImageActionSheet_bottomSlant__5jhm3 {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 0 100vw 120px 0
    }

    .ImageActionSheet_content__exWLm {
        padding: 20px 0;
        margin: 30px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1
    }

    .ImageActionSheet_cardLink__1HZOk {
        text-decoration: none
    }

    .ImageActionSheet_cardsWrapper__A3b3H {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        max-width: 50%;
        padding: 20px 0
    }

    .ImageActionSheet_title__gePbJ {
        color: #263957;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .2px;
        width: 130px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-family: var(--font-secondary);
        position: absolute;
        left: 3rem
    }

    .ImageActionSheet_cardWrapper__02xCt {
        flex: 1 1;
        min-width: 180px;
        max-width: 180px;
        overflow: hidden
    }

    .ImageActionSheet_cardImage__qgSTV {
        width: 100%;
        height: 100% !important;
        transition: transform .5s ease;
        object-fit: cover;
        border-radius: 0 !important
    }

    .ImageActionSheet_icon__ovY0T {
        width: 2rem;
        height: 2rem;
        position: absolute;
        left: 0
    }

    .ImageActionSheet_cardWrapper__02xCt:hover .ImageActionSheet_icon__ovY0T {
        transform: translateX(calc(100cqw - 80px + 100%))
    }

    .ImageActionSheet_cardWrapper__02xCt:hover .ImageActionSheet_title__gePbJ {
        transform: translateX(-3rem)
    }

    .ImageActionSheet_cardWrapper__02xCt:hover .ImageActionSheet_cardImage__qgSTV {
        transform: scale(1.1)
    }

    .ImageActionSheet_imageDiv__3p8xG {
        aspect-ratio: 9/16;
        position: relative;
        overflow: hidden
    }

    .ImageActionSheet_icon__ovY0T,
    .ImageActionSheet_title__gePbJ {
        transition: transform .5s ease
    }

    .ImageActionSheet_cardHeader___Ki9W {
        width: 100%;
        margin-top: 16px;
        display: flex;
        align-items: center;
        height: 3em;
        container-type: inline-size;
        position: relative
    }

    @media (max-width:1120px) {
        .ImageActionSheet_content__exWLm {
            flex-direction: column;
            align-items: flex-start;
            gap: 32px
        }

        .ImageActionSheet_cardsWrapper__A3b3H {
            max-width: unset;
            width: 100%
        }

        .ImageActionSheet_cardWrapper__02xCt {
            max-width: 30%;
            min-width: unset
        }

        .ImageActionSheet_title__gePbJ {
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            width: unset;
            left: 1.5rem
        }

        .ImageActionSheet_icon__ovY0T {
            width: 1rem;
            height: 1rem
        }

        .ImageActionSheet_cardWrapper__02xCt:hover .ImageActionSheet_icon__ovY0T {
            transform: translateX(calc(100cqw - 100%))
        }

        .ImageActionSheet_cardWrapper__02xCt:hover .ImageActionSheet_title__gePbJ {
            transform: translateX(-1rem)
        }

        .ImageActionSheet_bottomSlant__5jhm3,
        .ImageActionSheet_topSlant__a7_qf {
            border-width: 0 100vw 32px 0
        }

        .ImageActionSheet_cardHeader___Ki9W {
            height: 2em
        }
    }

    .ImageActionSheet_blue__UvDBV {
        background-color: #263957
    }

    .ImageActionSheet_blue__UvDBV .ImageActionSheet_content__exWLm h1,
    .ImageActionSheet_red__PwS6_ .ImageActionSheet_content__exWLm h1 {
        color: #fff;
        padding: 0
    }

    .ImageActionSheet_blue__UvDBV .ImageActionSheet_content__exWLm h4,
    .ImageActionSheet_red__PwS6_ .ImageActionSheet_content__exWLm h4 {
        color: #fff
    }

    .ImageActionSheet_blue__UvDBV .ImageActionSheet_content__exWLm p,
    .ImageActionSheet_red__PwS6_ .ImageActionSheet_content__exWLm p {
        color: #fff;
        margin: 0
    }

    .ImageActionSheet_blue__UvDBV .ImageActionSheet_content__exWLm div,
    .ImageActionSheet_red__PwS6_ .ImageActionSheet_content__exWLm div {
        color: #fff
    }

    .ImageActionSheet_blue__UvDBV .ImageActionSheet_content__exWLm .ImageActionSheet_cardsWrapper__A3b3H .ImageActionSheet_cardHeader___Ki9W .ImageActionSheet_icon__ovY0T,
    .ImageActionSheet_red__PwS6_ .ImageActionSheet_content__exWLm .ImageActionSheet_cardsWrapper__A3b3H .ImageActionSheet_cardHeader___Ki9W .ImageActionSheet_icon__ovY0T {
        fill: #fff
    }

    .ImageActionSheet_red__PwS6_ {
        background-color: #d52b1e
    }

    .ImageActionSheet_white__7oAKn {
        background-color: #fff
    }

    .ImageActionSheet_gray__ct7Xp .ImageActionSheet_content__exWLm h1,
    .ImageActionSheet_white__7oAKn .ImageActionSheet_content__exWLm h1 {
        color: #263957;
        padding: 0
    }

    .ImageActionSheet_gray__ct7Xp .ImageActionSheet_content__exWLm h4,
    .ImageActionSheet_white__7oAKn .ImageActionSheet_content__exWLm h4 {
        color: #263957
    }

    .ImageActionSheet_gray__ct7Xp .ImageActionSheet_content__exWLm p,
    .ImageActionSheet_white__7oAKn .ImageActionSheet_content__exWLm p {
        color: #d52b1e;
        margin: 0
    }

    .ImageActionSheet_gray__ct7Xp .ImageActionSheet_content__exWLm div,
    .ImageActionSheet_white__7oAKn .ImageActionSheet_content__exWLm div {
        color: #727273
    }

    .ImageActionSheet_white__7oAKn .ImageActionSheet_topSlant__a7_qf {
        border-color: transparent #f4f5f7 transparent transparent
    }

    .ImageActionSheet_gray__ct7Xp .ImageActionSheet_content__exWLm .ImageActionSheet_cardsWrapper__A3b3H .ImageActionSheet_cardHeader___Ki9W .ImageActionSheet_icon__ovY0T,
    .ImageActionSheet_white__7oAKn .ImageActionSheet_content__exWLm .ImageActionSheet_cardsWrapper__A3b3H .ImageActionSheet_cardHeader___Ki9W .ImageActionSheet_icon__ovY0T {
        fill: #d52b1e
    }

    .ImageActionSheet_gray__ct7Xp {
        background-color: #f4f5f7
    }

    .InlineMediaPlayer_section__ckxGo {
        padding: 48px 0;
        width: 100%;
        background-color: #f4f5f7
    }

    .InlineMediaPlayer_top__mvTdQ {
        width: 0;
        height: 0;
        border-color: transparent transparent #f4f5f7;
        border-style: solid;
        border-width: 0 0 32px 100vw
    }

    .InlineMediaPlayer_bottom__1HYv5 {
        width: 0;
        height: 0;
        border-color: #f4f5f7 transparent transparent;
        border-style: solid;
        border-width: 32px 100vw 0 0
    }

    .InlineMediaPlayer_content__3Lj7s {
        gap: 0
    }

    .InlineMediaPlayer_videoWrapper__DX_OB {
        position: relative;
        margin-bottom: 32px
    }

    .InlineMediaPlayer_rectangle__W_4o7 {
        display: block;
        margin-left: -32px;
        width: 180px;
        height: 290px;
        background-color: #d52b1e
    }

    .InlineMediaPlayer_video__poFK6 {
        position: absolute;
        top: 3rem;
        left: 0;
        width: 90%;
        border: 0
    }

    .InlineMediaPlayer_headingWrapper__wiUyr h1 {
        text-transform: unset;
        font-size: 40px;
        line-height: normal;
        margin: 0;
        padding: 0
    }

    .InlineMediaPlayer_headingWrapper__wiUyr p {
        margin: 0;
        padding: 0
    }

    .InlineMediaPlayer_linksWrapper__rgg50 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: .5rem;
        column-gap: .5rem;
        margin-top: 2rem
    }

    .InlineMediaPlayer_linksWrapper__rgg50 a {
        font-size: 1rem;
        white-space: nowrap
    }

    @media screen and (min-width:426px) {
        .InlineMediaPlayer_rectangle__W_4o7 {
            width: 50%;
            height: 400px
        }

        .InlineMediaPlayer_video__poFK6 {
            aspect-ratio: 16/9;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .InlineMediaPlayer_linksWrapper__rgg50 {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    @media screen and (min-width:1024px) {
        .InlineMediaPlayer_inlineMediaPlayerWrapper__YAx_6 {
            position: relative;
            height: 720px
        }

        .InlineMediaPlayer_section__ckxGo {
            height: 100%;
            position: relative
        }

        .InlineMediaPlayer_content__3Lj7s {
            flex-direction: row;
            align-items: center;
            position: absolute;
            top: -65px;
            left: 0;
            right: 0
        }

        .InlineMediaPlayer_top__mvTdQ {
            border-width: 0 0 120px calc(100vw - 17px)
        }

        .InlineMediaPlayer_bottom__1HYv5 {
            border-width: 120px calc(100vw - 17px) 0 0;
            position: absolute;
            bottom: 0;
            background-color: #fff
        }

        .InlineMediaPlayer_videoWrapper__DX_OB {
            flex: 0 0 520px;
            margin-right: 1.5rem;
            margin-bottom: 0
        }

        .InlineMediaPlayer_rectangle__W_4o7 {
            width: 280px;
            height: 580px
        }

        .InlineMediaPlayer_video__poFK6 {
            width: 100%
        }

        .InlineMediaPlayer_headingWrapper__wiUyr {
            margin-top: 2rem
        }
    }

    @media screen and (min-width:1180px) {
        .InlineMediaPlayer_videoWrapper__DX_OB {
            flex: 0 0 660px;
            margin-right: 1.5rem;
            margin-bottom: 0
        }

        .InlineMediaPlayer_video__poFK6 {
            width: 640px;
            height: 360px
        }
    }

    .YoutubeVideo_youTubePlayerContainer__JvLaV {
        aspect-ratio: 16/9
    }

    @media(min-width:992px) {
        .YoutubeVideo_youTubePlayerContainer__JvLaV {
            position: relative;
            padding-bottom: 56.25%;
            margin: 0 auto;
            width: 100%
        }

        .YoutubeVideo_youTubePlayerContainer__JvLaV .YoutubeVideo_youTubePlayer__Yp8T_ {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }
    }

    .IrLayout_container__xuW9q {
        display: flex;
        place-content: center;
        width: 100%
    }

    .IrLayout_innerContainer___wYUi {
        display: grid
    }

    .IrLayout_columnOrientation__ekZwH,
    .IrLayout_rowOrientation__smNN3 {
        grid-auto-flow: row
    }

    .IrLayout_equalSizes__lcwW7 {
        grid-auto-columns: minmax(0, 1fr)
    }

    @media(min-width:769px) {
        .IrLayout_columnOrientation__ekZwH {
            grid-auto-flow: column
        }
    }

    .LinkItem_link__wwLc7 {
        color: inherit;
        background-color: transparent;
        border: none;
        outline: none
    }

    .LinkItem_button__9Qo2j,
    .LinkItem_link__wwLc7 {
        text-decoration: none;
        font-family: var(--font-secondary);
        transition: ease-in-out;
        transition-duration: .3s
    }

    .LinkItem_button__9Qo2j {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 21.98px;
        white-space: pre-line;
        text-align: center
    }

    .LinkItem_primary__Onxng {
        background-color: #d52b1e
    }

    .LinkItem_primary__Onxng:hover {
        color: #fff;
        background-color: #aa2218
    }

    .LinkItem_primary__Onxng:active {
        color: #fff;
        background-color: #801a12
    }

    .LinkItem_primary__Onxng:disabled {
        color: #fff;
        background-color: #b3b3b5
    }

    .LinkItem_secondary__RwmaU {
        color: #d52b1e;
        border: 2px solid #d52b1e;
        background-color: #fff
    }

    .LinkItem_secondary__RwmaU:hover {
        background-color: #aa2218;
        color: #fff;
        border-color: #aa2218
    }

    .LinkItem_ghost__kwyh5 {
        background-color: transparent;
        color: #d52b1e
    }

    .LinkItem_ghost__kwyh5:hover {
        color: #aa2218
    }

    .LinkItem_medium__MBN01 {
        padding: 14px 24px
    }

    .LinkItem_large__f2iqC {
        padding: 17px 24px
    }

    .LinkItem_icon__i1MaQ {
        width: 2rem;
        height: 2rem
    }

    .LinkItem_leading__kzmqX {
        margin-right: 10px
    }

    .LinkItem_trailing__KO9sm {
        margin-left: 10px
    }

    @media screen and (min-width:768px) {
        .LinkItem_button__9Qo2j {
            font-size: 18px
        }

        .LinkItem_medium__MBN01 {
            padding: 16px 24px
        }

        .LinkItem_large__f2iqC {
            padding: 21px 24px
        }
    }

    .MediaGallery_sectionWrapper__y5DBl {
        padding: 50px 0
    }

    .MediaGallery_header__iRNoB {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        margin-bottom: 32px
    }

    .MediaGallery_header__iRNoB h1 {
        margin: 0;
        padding: 0
    }

    .MediaGallery_industryPagesContainer__NITJx {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 24px
    }

    .MediaGallery_industryPage__Q6yw0 {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%
    }

    .MediaGallery_industryPage__Q6yw0 .MediaGallery_pageImage__LvYla {
        width: 50% !important;
        height: 100px !important;
        object-fit: cover;
        object-position: center;
        border-radius: 0 !important
    }

    .MediaGallery_info__PrnfF {
        width: 50%;
        display: flex;
        padding: 8px 8px 8px 4px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 4px;
        flex: 1 0;
        align-self: stretch
    }

    .MediaGallery_industryDescription__d0rTW {
        display: none
    }

    .MediaGallery_info__PrnfF .MediaGallery_industryTitle__12rag {
        font-size: 16px;
        color: #263957;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: .16px
    }

    .MediaGallery_info__PrnfF .MediaGallery_link__Hq7Re {
        display: flex;
        padding: 16px 24px 16px 0;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #d52b1e;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700
    }

    .MediaGallery_buttonContainer__QMoqB {
        display: none
    }

    .MediaGallery_buttonContainerMobile__rMSIP {
        display: block
    }

    .MediaGallery_buttonContainerMobile__rMSIP>div {
        max-width: 650px;
        margin: 0 auto
    }

    @media screen and (min-width:768px) {
        .MediaGallery_industryPagesContainer__NITJx {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: 200px;
            grid-gap: 20px;
            gap: 20px;
            margin-bottom: 20px
        }

        .MediaGallery_industryPage__Q6yw0 {
            width: 100%;
            height: 100%;
            position: relative
        }

        .MediaGallery_industryPage__Q6yw0 .MediaGallery_pageImage__LvYla {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover;
            object-position: center;
            border-radius: 0 !important
        }

        .MediaGallery_page-grid-row-2__pfwJu {
            grid-row: span 2
        }

        .MediaGallery_page-grid-row-2-half__J1pKm {
            grid-row: span 2;
            height: 74%
        }

        .MediaGallery_page-grid-row-2-bottom__eI9Es {
            top: -111px
        }

        .MediaGallery_info__PrnfF {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            background-color: #d52b1e;
            opacity: 0;
            transition: opacity .3s;
            display: flex;
            padding: 32px 40px 16px;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 8px;
            flex: 1 0
        }

        .MediaGallery_industryPage__Q6yw0:hover .MediaGallery_info__PrnfF {
            opacity: 1
        }

        .MediaGallery_info__PrnfF .MediaGallery_industryTitle__12rag {
            color: #fff;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: .24px
        }

        .MediaGallery_info__PrnfF .MediaGallery_description__A6be8 {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal
        }

        .MediaGallery_info__PrnfF .MediaGallery_link__Hq7Re {
            color: #fff
        }

        .MediaGallery_buttonContainer__QMoqB,
        .MediaGallery_industryDescription__d0rTW {
            display: block
        }

        .MediaGallery_buttonContainerMobile__rMSIP {
            display: none
        }

        .MediaGallery_viewAllButton__r_ZVf {
            margin-bottom: 0
        }
    }

    .Section_section__4acj4 {
        padding: 20px 8px
    }

    .Section_section__4acj4.Section_noPadding__eva_b {
        padding: 0
    }

    .Section_section__4acj4:first-of-type {
        margin-top: 30px
    }

    .Section_section__4acj4:not(:first-of-type) {
        margin-top: 60px
    }

    .Section_section__4acj4 .Section_titleBrandColor__qD5nW {
        color: var(--brand-color) !important
    }

    .Section_section__4acj4 .button {
        background-color: var(--brand-color);
        color: #fff;
        font-weight: 700;
        border: 2px solid var(--brand-color);
        border-radius: 4px;
        padding: 15px 30px
    }

    .Section_section__4acj4 .button:hover {
        text-decoration: none
    }

    .Section_section__4acj4 .Section_sectionTitle__s3rjT {
        display: flex;
        justify-content: start;
        margin-bottom: 10px
    }

    .Section_section__4acj4 .Section_linkButton__4p_Li {
        padding: 15px;
        margin: 20px 15px;
        color: #fff;
        font-size: 17px;
        text-decoration: none;
        border-radius: 3px;
        background-color: var(--brand-color);
        font-weight: 700;
        cursor: pointer;
        width: -moz-fit-content;
        width: fit-content
    }

    .Section_sectionWrapper__Iv_BL {
        display: flex;
        flex-direction: column-reverse
    }

    .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo {
        margin: 0 auto;
        width: 100%
    }

    .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo.Section_left50__ED8Qo,
    .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo.Section_left__Qq0Fp {
        order: 2
    }

    .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo.Section_right50__ZjWUR,
    .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo.Section_right__EvLcp {
        order: 1
    }

    .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF {
        width: 100%
    }

    .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF.Section_right50__ZjWUR,
    .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF.Section_right__EvLcp {
        order: 2
    }

    .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF.Section_left50__ED8Qo,
    .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF.Section_left__Qq0Fp {
        order: 1
    }

    .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF .Section_content__wFkJI strong {
        text-decoration: none
    }

    .Section_sectionWrapper__Iv_BL.Section_center__A9RF1 {
        align-items: center;
        flex-direction: column
    }

    .Section_sectionWrapper__Iv_BL .Section_content__wFkJI {
        position: relative;
        width: 100%;
        text-align: start
    }

    .Section_sectionWrapper__Iv_BL .Section_content__wFkJI li {
        display: list-item
    }

    .Section_sectionWrapper__Iv_BL .Section_headerThree__CBiHA {
        margin-bottom: 10px;
        font-size: 1.5rem
    }

    .Section_sectionWrapper__Iv_BL .brandcolor {
        color: var(--brand-color) !important
    }

    .Section_sectionWrapper__Iv_BL .Section_image__dYrIz {
        border-radius: 5px
    }

    .Section_sectionWrapper__Iv_BL .img-responsive {
        display: block;
        max-width: 100%;
        height: auto
    }

    .Section_sectionWrapper__Iv_BL .center-aligned {
        margin: 20px auto
    }

    @media(min-width:240px) {
        .Section_contentWrapper__LjFIF .Section_content__wFkJI h3 {
            margin: 20px 0 10px
        }
    }

    @media(min-width:769px) {
        .Section_sectionWrapper__Iv_BL {
            display: grid;
            grid-template-columns: 1fr
        }

        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN {
            padding-top: 20px;
            margin: 30px 0
        }

        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN.Section_right__EvLcp {
            order: -1;
            grid-template-columns: 2fr 1fr;
            grid-template-rows: 1fr
        }

        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN.Section_left__Qq0Fp {
            order: -1;
            grid-template-columns: 1fr 2fr;
            grid-template-rows: 1fr
        }

        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN.Section_left50__ED8Qo,
        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN.Section_right50__ZjWUR {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr
        }

        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN .Section_imageWrapper__7IaWo {
            margin: 0 auto;
            padding: 0 15px
        }

        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN .Section_imageWrapper__7IaWo.Section_left50__ED8Qo,
        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN .Section_imageWrapper__7IaWo.Section_left__Qq0Fp {
            order: 1
        }

        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN .Section_imageWrapper__7IaWo.Section_right50__ZjWUR,
        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN .Section_imageWrapper__7IaWo.Section_right__EvLcp {
            order: 2
        }

        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN .Section_imageWrapper__7IaWo.Section_center__A9RF1 {
            display: flex;
            justify-content: center;
            align-items: center
        }

        .Section_sectionWrapper__Iv_BL.Section_hasImage__PP1dN .Section_imageWrapper__7IaWo .Section_image__dYrIz {
            min-height: 104px;
            max-height: 100%;
            object-fit: contain
        }

        .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo {
            padding: 0 15px
        }

        .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo.Section_left50__ED8Qo,
        .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo.Section_left__Qq0Fp {
            order: 1
        }

        .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo.Section_right50__ZjWUR,
        .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo.Section_right__EvLcp {
            order: 2
        }

        .Section_sectionWrapper__Iv_BL .Section_imageWrapper__7IaWo .Section_image__dYrIz {
            min-height: 104px
        }

        .Section_sectionWrapper__Iv_BL .Section_image__dYrIz {
            margin-top: 0
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF {
            padding: 0 15px;
            width: 100%
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF.Section_left50__ED8Qo,
        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF.Section_left__Qq0Fp {
            order: 2
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF.Section_right50__ZjWUR,
        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF.Section_right__EvLcp {
            order: 1
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF .Section_content__wFkJI h2 {
            padding: 20px 0;
            margin: 10px 0;
            font-size: 2.625rem;
            font-weight: 400;
            color: #33475b
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF .Section_content__wFkJI .story {
            font-weight: 700;
            font-size: 24px
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF .Section_content__wFkJI h3 {
            margin: 20px 0 10px
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF .Section_content__wFkJI p {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 10px
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF .Section_content__wFkJI p i {
            color: #33475b;
            font-size: 1.0625rem;
            font-style: italic;
            font-weight: 400
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF .Section_content__wFkJI ol {
            display: block;
            list-style-type: decimal;
            -webkit-margin-before: 1em;
            margin-block-start: 1em;
            -webkit-margin-after: 1em;
            margin-block-end: 1em;
            -webkit-margin-start: 0;
            margin-inline-start: 0;
            -webkit-margin-end: 0;
            margin-inline-end: 0;
            -webkit-padding-start: 40px;
            padding-inline-start: 40px
        }

        .Section_sectionWrapper__Iv_BL .Section_contentWrapper__LjFIF .Section_content__wFkJI img {
            object-fit: cover
        }
    }

    @media(min-width:992px) {

        .Section_section__4acj4,
        .Section_section__4acj4:first-of-type,
        .Section_section__4acj4:not(:first-of-type) {
            margin: 0 auto
        }

        .Section_section__4acj4 .Section_sectionTitle__s3rjT {
            font-size: 1.5rem;
            font-weight: 500;
            color: var(--secondary-color)
        }

        .Section_section__4acj4 .parallax {
            position: relative;
            min-height: 600px
        }

        .Section_section__4acj4 .boxContentCenter {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 5%
        }

        .Section_section__4acj4 .boxContentCenter .title {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.1
        }

        .Section_section__4acj4 .row {
            width: 100%
        }

        .Section_section__4acj4 .title {
            display: flex;
            justify-content: space-between
        }
    }

    .Section_content__HghJL {
        position: relative;
        text-align: center
    }

    .Section_btnContainer__rmPpX {
        padding: 20px 0;
        margin: 30px 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px
    }

    .Section_main__g9a3r {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative
    }

    .Section_main__g9a3r:before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        mix-blend-mode: multiply
    }

    .Section_main__g9a3r h1,
    .Section_main__g9a3r p {
        padding: 0;
        margin: 0
    }

    .Section_red__PFkpb:before {
        background-color: #d52b1e
    }

    .Section_blue__fZzWk:before {
        background-color: #263957
    }

    .Section_white__jC8eK:before {
        background-color: #fff
    }

    .Section_gray__9liRr:before {
        background-color: #f4f5f7
    }

    .Section_gray__9liRr .Section_contentWrapper__NXIdr h1 {
        color: #263957;
        padding: 0
    }

    .Section_gray__9liRr .Section_contentWrapper__NXIdr .Section_caption__2YEU3 {
        color: #d52b1e
    }

    .Section_gray__9liRr .Section_contentWrapper__NXIdr .Section_cta__2rhKU {
        background: #d52b1e;
        color: #fff
    }

    .Section_white__jC8eK .Section_contentWrapper__NXIdr h1 {
        color: #263957;
        padding: 0
    }

    .Section_white__jC8eK .Section_contentWrapper__NXIdr p {
        color: #d52b1e
    }

    .Section_blue__fZzWk .Section_contentWrapper__NXIdr h1,
    .Section_blue__fZzWk .Section_contentWrapper__NXIdr p,
    .Section_red__PFkpb .Section_contentWrapper__NXIdr h1,
    .Section_red__PFkpb .Section_contentWrapper__NXIdr p {
        color: #fff
    }

    .Section_blue__fZzWk .Section_contentWrapper__NXIdr .Section_cta__2rhKU,
    .Section_red__PFkpb .Section_contentWrapper__NXIdr .Section_cta__2rhKU {
        background: #fff;
        color: #263957
    }

    .Section_contentWrapper__NXIdr {
        display: flex;
        align-items: center;
        padding: 80px 64px;
        position: relative;
        z-index: 1
    }

    .Section_image__En6AJ {
        margin-top: 20px;
        width: auto;
        height: auto;
        aspect-ratio: auto
    }

    @media screen and (min-width:768px) {
        .Section_wrapper__YbQAD {
            flex-direction: row
        }

        .Section_contentWrapper__NXIdr {
            min-width: 620px;
            padding: 128px 16px
        }

        .Section_btnContainer__rmPpX {
            flex-direction: row;
            justify-content: space-around
        }

        .Section_right50__NmsJ3 {
            flex: 0 0 50%
        }

        .Section_left50__yx5XZ {
            order: -1;
            flex: 0 0 50%
        }

        .Section_right__nL5_a {
            flex: 0 0 30%
        }

        .Section_left__gOsyt {
            order: -1;
            flex: 0 0 30%
        }

        .Section_content__HghJL {
            padding: 0 15px
        }

        .Section_image__En6AJ {
            margin-top: 0
        }

        .Section_cta__2rhKU {
            justify-content: center
        }
    }

    .Section_cta__2rhKU {
        display: flex;
        height: 64px;
        padding: 16px 24px;
        align-items: center;
        gap: 8px;
        flex: 1 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: .18px;
        white-space: nowrap;
        background: #d52b1e;
        color: #fff;
        font-family: var(--font-secondary);
        text-decoration: none
    }

    .Section_cta__2rhKU:hover {
        color: #fff;
        background-color: #aa2218;
        transition: all .2s ease-in-out
    }

    .Section_cta__2rhKU:hover span {
        transform: scale(1.2) rotate(-30deg);
        transition: all .2s ease-in-out
    }

    .Slider_container__XQlZ7 {
        position: relative;
        padding: 30px 0;
        width: 100%
    }

    .Slider_container__XQlZ7 .Slider_heading__WvpTT {
        padding: 20px 0;
        margin: 10px 0;
        color: #33475b;
        text-align: center;
        font-size: 3rem;
        font-weight: 400
    }

    .ImageSlider_sectionWrapper__yaKgg {
        overflow: hidden;
        position: relative;
        padding: 50px 0
    }

    .ImageSlider_sectionWrapper__yaKgg h1,
    .ImageSlider_sectionWrapper__yaKgg p {
        margin: 0;
        padding: 0
    }

    .ImageSlider_sectionWrapper__yaKgg img {
        background-color: #fff
    }

    .ImageSlider_sectionWrapper__yaKgg .ImageSlider_sliderWrapper__TeH4e {
        position: relative
    }

    .ImageSlider_sectionWrapper__yaKgg .ImageSlider_leftSliderLayer__ijhU4 {
        right: 100%;
        position: absolute;
        z-index: 7;
        height: 100%;
        top: 0;
        bottom: 0;
        left: -100%
    }

    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_white__Qklyg,
    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_white__Qklyg .ImageSlider_leftSliderLayer__ijhU4 {
        background: #fff
    }

    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_grey__N_xiK,
    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_grey__N_xiK .ImageSlider_leftSliderLayer__ijhU4 {
        background: #f4f5f7
    }

    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_red__xyfmo,
    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_red__xyfmo .ImageSlider_leftSliderLayer__ijhU4 {
        background: #d52b1e
    }

    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_blue__z1JN6,
    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_blue__z1JN6 .ImageSlider_leftSliderLayer__ijhU4 {
        background: #263957
    }

    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_blue__z1JN6 h1,
    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_blue__z1JN6 p,
    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_red__xyfmo h1,
    .ImageSlider_sectionWrapper__yaKgg.ImageSlider_red__xyfmo p {
        color: #fff
    }

    .ExternalVideo_externalVideoWrapper___eycL {
        width: 100%;
        height: 100%;
        padding: 20px
    }

    .ExternalVideo_externalVideo__7UEsW {
        border: none;
        width: 900px;
        max-width: 100%;
        max-height: 100%;
        min-width: 100%;
        min-height: 100%
    }

    .ExternalVideo_bigResolution__uRVF_,
    .ExternalVideo_smallResolution__kW19O {
        height: 250px
    }

    @media(min-width:769px) {
        .ExternalVideo_smallResolution__kW19O {
            height: 300px;
            width: 400px
        }

        .ExternalVideo_bigResolution__uRVF_ {
            height: 500px
        }
    }

    .UpperFooter_upperOuterFooter___hF6_ {
        background-color: #111;
        padding-top: 2em;
        padding-bottom: 2em
    }

    .UpperFooter_upperInnerFooterBase__jbPOP,
    .UpperFooter_upperInnerFooterGrid__nTfdY {
        padding-left: var(--page-padding-left);
        padding-right: var(--page-padding-right);
        max-width: var(--page-max-width);
        width: 100%;
        margin: 0 auto
    }

    .UpperFooter_upperInnerFooterGrid__nTfdY {
        display: grid;
        grid-template-columns: 58.3% auto;
        grid-template-rows: auto auto;
        grid-gap: 0 8.33%;
        gap: 0 8.33%;
        grid-template-areas: "upperFooterSection .""upperFooterSection .";
        grid-area: upperFooter
    }

    .UpperFooter_upperFooterSection__sPUEy {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0 0;
        gap: 0 0;
        grid-template-areas: ".";
        grid-area: upperFooterSection;
        color: #fff;
        justify-self: center;
        text-wrap: balance;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;
        margin: 15px 0;
        width: 100%
    }

    .UpperFooter_upperFooterSection__sPUEy p {
        padding-bottom: 10px;
        color: #fff
    }

    .UpperFooter_upperFooterSection__sPUEy img {
        border-radius: 5px
    }

    .UpperFooter_upperFooterSection__sPUEy .footerTitle {
        color: #fff;
        text-transform: uppercase !important;
        font-size: 1em !important
    }

    .UpperFooter_upperFooterSection__sPUEy .footerContent {
        color: #828080;
        font-size: .8em
    }

    .UpperFooter_upperFooterLinks__QUOxP {
        display: flex;
        flex-direction: column;
        padding: 2em 15px 0
    }

    .UpperFooter_upperFooterLinksButtonContainer__gpZz3 {
        width: 100%;
        min-width: 265px;
        margin-bottom: .4em;
        background-color: #222;
        text-align: left;
        text-transform: uppercase;
        border-radius: 4px;
        color: #fff
    }

    .UpperFooter_upperFooterLinksButton__7ejSz {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .8em 1em;
        color: inherit;
        text-decoration: none
    }

    .UpperFooter_upperFooterLinksButton__7ejSz:hover {
        color: inherit
    }

    .UpperFooter_upperFooterLinksButton__7ejSz p {
        font-size: 14px;
        color: #fff;
        margin: 0
    }

    .UpperFooter_upperFooterSocialMedia__9G3hk {
        padding: 0 15px
    }

    .UpperFooter_upperFooterSocialMediaTitle__K0Yw5 {
        color: #fff;
        text-transform: uppercase
    }

    .UpperFooter_upperFooterSocialMediaImages__eCrTn {
        display: flex;
        gap: 15px;
        padding-top: 1em
    }

    .UpperFooter_upperFooterSocialMediaLinks__kyFNp img {
        border-radius: .25rem
    }

    @media(max-width:768px) {
        .UpperFooter_upperOuterFooter___hF6_ {
            background-color: #fff
        }

        .UpperFooter_upperInnerFooter__revPA {
            grid-template-columns: 1fr;
            grid-template-areas: none;
            grid-template-rows: auto;
            padding: 0
        }

        .UpperFooter_upperInnerFooterGrid__nTfdY {
            display: flex !important;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center
        }

        .UpperFooter_upperFooterLinksButtonContainer__gpZz3 {
            width: 100%
        }

        .UpperFooter_upperFooterSocialMediaTitle__K0Yw5 {
            color: #000
        }

        .UpperFooter_upperFooterSection__sPUEy {
            display: none
        }
    }

    .MobileFooter_mobileColumn__pCMaE {
        display: none
    }

    .MobileFooter_dropdownButton__M0UKl {
        padding: .9em;
        background: #fff;
        color: var(--brand-color);
        font-weight: 700;
        border: 1px solid #ccc;
        text-transform: uppercase;
        width: 100%;
        font-size: 14px;
        display: flex;
        align-items: center;
        place-content: space-between
    }

    .MobileFooter_dropdownButton__M0UKl:active {
        background-color: #d4d4d4;
        border-color: #8c8c8c
    }

    .MobileFooter_dropdown__15XNY {
        position: relative;
        padding: 0;
        margin-right: 1em;
        border: none
    }

    .MobileFooter_dropdown__15XNY summary {
        list-style: none;
        list-style-type: none
    }

    .MobileFooter_dropdown__15XNY summary:focus {
        outline: none
    }

    .MobileFooter_dropdownList__tCDNT {
        position: absolute;
        background-color: #fff;
        min-width: 160px;
        width: 100%;
        z-index: 1;
        top: 100%;
        left: 0;
        float: left;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background-clip: padding-box
    }

    .MobileFooter_dropdownItem__REr12 {
        padding: 12px 16px;
        color: var(--brand-color)
    }

    .MobileFooter_dropdownItem__REr12:hover {
        background-color: #ddd
    }

    .MobileFooter_dropdown__15XNY>summary:before {
        display: none
    }

    .MobileFooter_dropdown__15XNY[open]>summary:before {
        content: " ";
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1
    }

    @media(max-width:768px) {
        .MobileFooter_mobileColumn__pCMaE {
            display: inline-block
        }
    }

    .LocalFooter_localOuterFooter__TrgRb {
        position: relative;
        background: #fff
    }

    .LocalFooter_localInnerFooter__1pFBb {
        padding: 34px var(--page-padding-right) 51px var(--page-padding-left);
        max-width: var(--page-max-width);
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto auto;
        grid-auto-flow: row;
        grid-template-areas: ". . . ."". . . .";
        grid-area: localFooter
    }

    .LocalFooter_localFooterColumn__ckE2T {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        border-left: 1px solid #d3d3d3
    }

    .LocalFooter_localFooterColumn__ckE2T div {
        font-weight: 700;
        font-size: .9rem;
        margin-bottom: .5rem
    }

    .LocalFooter_localFooterColumn__ckE2T:first-child,
    .LocalFooter_localFooterColumn__ckE2T:nth-child(5) {
        border-left: 1px solid #d3d3d3;
        padding-left: 20px
    }

    .LocalFooter_localFooterColumn__ckE2T:empty {
        border-left: none
    }

    .LocalFooter_localFooterContent__91DtM {
        display: flex;
        flex-direction: column;
        color: var(--brand-color);
        clear: both;
        font-weight: 700;
        line-height: 1.45;
        font-size: .8em;
        gap: .5rem 0
    }

    .LocalFooter_localFooterContent__91DtM a,
    .LocalFooter_localFooterContent__91DtM p {
        clear: both;
        color: var(--secondary-color);
        font-weight: 400;
        font-size: .85rem;
        line-height: 1.45
    }

    .LocalFooter_localFooterLink__jw4R8 {
        color: inherit;
        text-decoration: none
    }

    .LocalFooter_localFooterLink__jw4R8:hover {
        color: inherit
    }

    .LocalFooter_desktopColumn__CPahp {
        display: block
    }

    @media(max-width:768px) {
        .LocalFooter_localInnerFooter__1pFBb {
            display: flex;
            flex-direction: column;
            gap: 1em
        }

        .LocalFooter_desktopColumn__CPahp,
        .LocalFooter_localFooterColumn__ckE2T {
            display: none
        }
    }

    .Footer_outerContainer__6ZbbA {
        background-color: #d52b1e;
        padding-left: var(--page-padding-left);
        padding-right: var(--page-padding-right);
        padding-top: 4em;
        padding-bottom: 4em;
        color: #fff;
        font-size: 14px;
        font-weight: 400
    }

    .Footer_footerContainer__vMKPM {
        font-family: var(--font-secondary)
    }

    .Footer_localFooterContent__aHmdX {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .Footer_localFooterTitle__EXUUB {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 12px
    }

    .Footer_localFooterLink__rjp17 {
        padding: 0 !important
    }

    .Footer_localFooterLink__rjp17,
    .Footer_localFooterLink__rjp17 p {
        color: inherit;
        text-decoration: none;
        font-weight: 400;
        margin: 0;
        font-size: 14px;
        line-height: 16.7px
    }

    .Footer_localFooterLink__rjp17:hover {
        color: inherit
    }

    .Footer_innerContainer__QGTVi {
        max-width: var(--page-max-width);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 4fr 1.5fr;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 3em 0
    }

    .Footer_localFooter__ESyNp {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr .1fr;
        grid-auto-columns: 1fr;
        grid-gap: 0 10px;
        gap: 0 10px;
        grid-auto-flow: row;
        grid-template-areas: ". . . ."". . . ."
    }

    .Footer_socialMediaImages__Fu3JV {
        display: flex;
        justify-content: space-evenly
    }

    .Footer_linkButton__MtWV5 {
        padding: 1em;
        background-color: #fff;
        font-weight: 700;
        color: #263957;
        margin: .5em 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5em;
        text-decoration: none
    }

    .Footer_linkButton__MtWV5:hover {
        background-color: #e4e5e7
    }

    .Footer_corporateContainer__Kgqkl {
        max-width: var(--page-max-width);
        margin: 0 auto
    }

    .Footer_corporateText__XOrtd {
        font-size: 12px;
        color: #fff;
        margin-top: 2em
    }

    .Footer_dropdown__ep0yx {
        position: relative;
        display: inline-block;
        width: 100%
    }

    .Footer_dropdownButton__365Oz {
        padding: 2em .5em;
        font-weight: 700;
        border: none;
        border-bottom: 1px solid #fff;
        text-transform: uppercase;
        background: transparent;
        width: 100%;
        color: #fff;
        display: flex;
        gap: .5em;
        align-items: center
    }

    .Footer_dropdownList__7mysF {
        display: block;
        visibility: hidden;
        position: absolute;
        background-color: #fff;
        min-width: 160px;
        width: 100%;
        z-index: 1;
        top: 100%;
        left: 0;
        float: left;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background-clip: padding-box;
        transition: opacity .3s;
        opacity: 0;
        pointer-events: none
    }

    .Footer_dropdownButton__365Oz:focus+.Footer_dropdownList__7mysF {
        visibility: visible;
        opacity: 1;
        pointer-events: all
    }

    .Footer_dropdownButton__365Oz>svg {
        transition: transform .3s
    }

    .Footer_dropdownButton__365Oz:focus>svg {
        transform: rotate(180deg)
    }

    .Footer_dropdownItem__PnPlU {
        padding: 12px 16px;
        color: #263957
    }

    .Footer_dropdownItem__PnPlU:hover {
        background-color: #ddd
    }

    .Footer_dropdownList__7mysF:before {
        content: "";
        position: absolute;
        top: -78px;
        height: 100%;
        width: 100%
    }

    .Footer_upperFooterSocialMedia__Ea5Hg {
        margin-top: 1em;
        display: flex;
        flex-direction: column;
        gap: .25em
    }

    .Footer_desktopColumn__PCbux {
        display: none
    }

    .Footer_mobileColumn__VfK3Z {
        display: inline-block
    }

    @media (min-width:993px) {
        .Footer_desktopColumn__PCbux {
            display: block
        }

        .Footer_mobileColumn__VfK3Z {
            display: none
        }
    }

    @media (max-width:768px) {
        .Footer_innerContainer__QGTVi {
            padding: 0 0 1em
        }

        .Footer_innerContainer__QGTVi,
        .Footer_localFooter__ESyNp {
            grid-template-columns: 1fr;
            grid-template-areas: none;
            grid-template-rows: auto
        }

        .Footer_localFooter__ESyNp {
            padding: 0
        }

        .Footer_dropdownButton__365Oz {
            text-align: left
        }

        .Footer_socialMediaImages__Fu3JV {
            place-content: center;
            justify-content: space-evenly
        }

        .Footer_corporateText__XOrtd {
            text-align: center
        }
    }

    .HeaderLogo_header-logo__dnhSz {
        position: relative;
        padding: 0 15px;
        margin-right: 20px;
        width: 100%;
        height: 100%;
        max-height: 50px;
        max-width: 200px;
        transition: transform .3s;
        cursor: pointer
    }

    .MultiLevelMenu_dd_menu_parent__ahiqn {
        height: 35px;
        color: #575757
    }

    .MultiLevelMenu_dd_menu_list__9JrVk {
        display: flex;
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: relative
    }

    .MultiLevelMenu_dd_menu_parent__ahiqn>li:not(.MultiLevelMenu_no_children__mM_4z):hover:after,
    .MultiLevelMenu_dd_menu_parent__ahiqn>li:not(.MultiLevelMenu_no_children__mM_4z):hover:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0
    }

    .MultiLevelMenu_dd_menu_parent__ahiqn>li:not(.MultiLevelMenu_no_children__mM_4z):hover:before {
        top: 48px;
        left: 40%;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 13px solid #cbd6e2;
        animation: MultiLevelMenu_fadeIn__nXwr2 .3s;
        z-index: 8
    }

    .MultiLevelMenu_dd_menu_parent__ahiqn>li:not(.MultiLevelMenu_no_children__mM_4z):hover:after {
        top: 49.4px;
        left: calc(40% + 1px);
        border-left: 12.5px solid transparent;
        border-right: 12.5px solid transparent;
        border-bottom: 12.5px solid #fff;
        animation: MultiLevelMenu_fadeIn__nXwr2 .2s;
        z-index: 9
    }

    .MultiLevelMenu_dd_menu_item_link__6t6g4 {
        padding: 10px 40px 10px 0;
        margin: 0;
        height: auto;
        color: #333;
        cursor: pointer;
        font-size: .9rem;
        max-width: 220px;
        text-decoration: none;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .MultiLevelMenu_dd_menu_item_level_1__AhOVp:hover {
        color: #d42a1d
    }

    .MultiLevelMenu_dd_menu_item_level_1__AhOVp:hover a:hover {
        color: #d42a1d !important
    }

    .MultiLevelMenu_dd_menu_item_level_2__7qZya:hover {
        color: #d42a1d
    }

    .MultiLevelMenu_dd_menu_item_level_2__7qZya:hover a:hover {
        color: #d42a1d !important
    }

    .MultiLevelMenu_dd_menu_item_level_3__VXW6r:hover {
        color: #d42a1d
    }

    .MultiLevelMenu_dd_menu_item_level_3__VXW6r:hover a:hover {
        color: #d42a1d !important
    }

    .MultiLevelMenu_dd_menu_item_level_4__rZpgx:hover {
        color: #d42a1d
    }

    .MultiLevelMenu_dd_menu_item_level_4__rZpgx:hover a:hover {
        color: #d42a1d !important
    }

    .MultiLevelMenu_dd_menu_item_level_5__XG4DA:hover {
        color: #d42a1d
    }

    .MultiLevelMenu_dd_menu_item_level_5__XG4DA:hover a:hover {
        color: #d42a1d !important
    }

    .MultiLevelMenu_dd_menu_item__G82Ud:nth-last-of-type(-n+2)>div {
        right: 10%
    }

    .MultiLevelMenu_dd_menu_item__G82Ud:nth-of-type(-n+4)>div {
        left: -260px
    }

    .MultiLevelMenu_dd_menu_list_group_level_2__vLmCP {
        padding: 15px;
        display: none;
        position: absolute;
        top: 60px;
        z-index: 5;
        background-color: #fff;
        height: 370px;
        background-clip: padding-box;
        border-radius: 0 0 5px 5px;
        color: #575757;
        box-shadow: 0 5px 15px 0 rgba(37, 44, 97, .15), 0 2px 4px 0 rgba(93, 100, 148, .2);
        border: 1px solid #cbd6e2
    }

    .MultiLevelMenu_dd_menu_list_group_level_2__vLmCP:before {
        position: absolute;
        bottom: 100%;
        height: 35px;
        width: 100%;
        content: "";
        left: 0
    }

    .MultiLevelMenu_dd_menu_sublist__sytyq {
        list-style: none;
        color: #575757;
        height: 350px;
        display: block;
        width: 250px;
        float: left;
        margin: 0;
        list-style-type: none;
        overflow-y: auto;
        border-radius: 0 0 5px 5px;
        border-top: 1px solid transparent;
        background-clip: padding-box
    }

    .MultiLevelMenu_dd_menu_sublist__sytyq.MultiLevelMenu_level_2__wCA7l {
        padding: 0
    }

    .MultiLevelMenu_dd_menu_sublist__sytyq.MultiLevelMenu_level_4__M8WfK {
        padding: 15px 45px
    }

    .MultiLevelMenu_dd_item_info_level_common__xWPNX {
        visibility: hidden;
        position: absolute;
        background-color: #fff;
        left: 250px;
        cursor: pointer;
        border-radius: 0 0 5px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #575757 !important;
        text-align: center
    }

    .MultiLevelMenu_dd_item_info_level_common__xWPNX:hover {
        color: var(--brand-color) !important
    }

    .MultiLevelMenu_dd_item_info_level_common_image__1XABy {
        max-height: 150px;
        max-width: 150px
    }

    .MultiLevelMenu_dd_item_info_level_common__xWPNX.MultiLevelMenu_dd_item_info_level_2__inhtX {
        z-index: 6;
        height: 356px;
        width: 248px;
        top: .5px
    }

    .MultiLevelMenu_dd_item_info_level_common__xWPNX.MultiLevelMenu_dd_item_info_level_4__tzitQ {
        padding: 15px;
        position: absolute;
        z-index: 6;
        height: 355px;
        width: 260px;
        left: 230px;
        top: 0
    }

    @media screen and (-webkit-min-device-pixel-ratio:0),
    screen and (min-resolution:0.001dpcm) {
        .MultiLevelMenu_dd_item_info_level_2__inhtX {
            height: 350px;
            top: 0;
            left: 230px
        }
    }

    .MultiLevelMenu_dd_menu_list_group_level_3__nBguq {
        padding: 15px 0;
        visibility: hidden;
        position: absolute;
        z-index: 7;
        left: 0;
        top: .5px;
        opacity: 0
    }

    @media screen and (-webkit-min-device-pixel-ratio:0),
    screen and (min-resolution:0.001dpcm) {
        .MultiLevelMenu_dd_menu_list_group_level_3__nBguq {
            height: 350px;
            left: 230px;
            top: 0
        }

        .MultiLevelMenu_dd_item_info_level_3__eotEv {
            height: 350px;
            top: 0
        }
    }

    .MultiLevelMenu_dd_menu_list_group_level_4__EAiaS {
        visibility: hidden;
        position: absolute;
        z-index: 4;
        height: 349px;
        width: 250px;
        left: 250px;
        top: 0;
        border-radius: 0 0 5px 5px
    }

    @media screen and (-webkit-min-device-pixel-ratio:0),
    screen and (min-resolution:0.001dpcm) {

        .MultiLevelMenu_dd_item_info_level_4__tzitQ,
        .MultiLevelMenu_dd_menu_list_group_level_4__EAiaS {
            height: 350px;
            left: 230px;
            top: 0
        }
    }

    .MultiLevelMenu_image-menu__P14Tg {
        height: 150px;
        width: 100%;
        max-width: 100%;
        position: relative
    }

    .MultiLevelMenu_image-menu__P14Tg>* {
        object-fit: contain
    }

    .MultiLevelMenu_image-menu__P14Tg img {
        height: 150px
    }

    .MultiLevelMenu_image-menu__P14Tg:hover {
        transform: scale(.97)
    }

    .MultiLevelMenu_dd_item_info_level_1__sKUw8 {
        opacity: 0;
        transform: translateX(10px)
    }

    .MultiLevelMenu_dd_menu_item_level_1__AhOVp:hover .MultiLevelMenu_dd_item_info_level_1__sKUw8 {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        color: var(--brand-color)
    }

    .MultiLevelMenu_dd_menu_item_level_1__AhOVp:hover .MultiLevelMenu_dd_menu_list_group_level_2__vLmCP {
        visibility: visible;
        opacity: 1;
        transform: translateX(0)
    }

    .MultiLevelMenu_dd_menu_item_level_2__7qZya:last-of-type {
        left: calc(30% - 200px)
    }

    .MultiLevelMenu_nav_width_1__CuKKY {
        width: 240px
    }

    .MultiLevelMenu_dd_item_info_level_2__inhtX {
        opacity: 0;
        transform: translateX(10px)
    }

    .MultiLevelMenu_dd_menu_item_level_2__7qZya:hover .MultiLevelMenu_dd_item_info_level_2__inhtX {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        color: var(--brand-color)
    }

    .MultiLevelMenu_dd_menu_item_level_2__7qZya:hover .MultiLevelMenu_dd_menu_list_group_level_3__nBguq {
        visibility: visible;
        opacity: 1;
        transform: translateX(0)
    }

    .MultiLevelMenu_dd_menu_item_level_3__VXW6r:last-of-type {
        left: calc(30% - 200px)
    }

    .MultiLevelMenu_nav_width_2__llJ8E {
        width: 480px
    }

    .MultiLevelMenu_dd_item_info_level_3__eotEv {
        opacity: 0;
        transform: translateX(10px)
    }

    .MultiLevelMenu_dd_menu_item_level_3__VXW6r:hover .MultiLevelMenu_dd_item_info_level_3__eotEv {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        color: var(--brand-color)
    }

    .MultiLevelMenu_dd_menu_item_level_3__VXW6r:hover .MultiLevelMenu_dd_menu_list_group_level_4__EAiaS {
        visibility: visible;
        opacity: 1;
        transform: translateX(0)
    }

    .MultiLevelMenu_dd_menu_item_level_4__rZpgx:last-of-type {
        left: calc(30% - 200px)
    }

    .MultiLevelMenu_nav_width_3__Qp0uB {
        width: 720px
    }

    .MultiLevelMenu_dd_item_info_level_4__tzitQ {
        opacity: 0;
        transform: translateX(10px)
    }

    .MultiLevelMenu_dd_menu_item_level_4__rZpgx:hover .MultiLevelMenu_dd_item_info_level_4__tzitQ {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        color: var(--brand-color)
    }

    .MultiLevelMenu_dd_menu_item_level_4__rZpgx:hover .MultiLevelMenu_dd_menu_list_group_level_5__0JYOn {
        visibility: visible;
        opacity: 1;
        transform: translateX(0)
    }

    .MultiLevelMenu_dd_menu_item_level_5__XG4DA:last-of-type {
        left: calc(30% - 200px)
    }

    .MultiLevelMenu_nav_width_4__eh5Z8 {
        width: 960px
    }

    .MultiLevelMenu_dd_item_info_level_5__mWLYE {
        opacity: 0;
        transform: translateX(10px)
    }

    .MultiLevelMenu_dd_menu_item_level_5__XG4DA:hover .MultiLevelMenu_dd_item_info_level_5__mWLYE {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        color: var(--brand-color)
    }

    .MultiLevelMenu_dd_menu_item_level_5__XG4DA:hover .MultiLevelMenu_dd_menu_list_group_level_6__ngMAs {
        visibility: visible;
        opacity: 1;
        transform: translateX(0)
    }

    .MultiLevelMenu_dd_menu_item_level_6__kHd3g:last-of-type {
        left: calc(30% - 200px)
    }

    .MultiLevelMenu_nav_width_5__8d4I0 {
        width: 1200px
    }

    .MultiLevelMenu_dd_menu_list_group_level_2__vLmCP.MultiLevelMenu_nav_width_1__CuKKY {
        left: calc(30% - 0px)
    }

    .MultiLevelMenu_dd_menu_list_group_level_2__vLmCP.MultiLevelMenu_nav_width_1__CuKKY:last-of-type {
        left: -60%
    }

    .MultiLevelMenu_nav-width-auto__Nd55r {
        width: auto
    }

    .MultiLevelMenu_nav-width-1__YbNzN {
        width: 250px
    }

    .MultiLevelMenu_nav-width-2__FWeoC {
        width: 500px
    }

    .MultiLevelMenu_nav-width-3__Ywan2 {
        width: 750px
    }

    .MultiLevelMenu_nav-width-4__kevSi {
        width: 1000px
    }

    .MultiLevelMenu_nav-width-5__40rjm {
        width: 1250px
    }

    .MultiLevelMenu_dd_menu_item__G82Ud {
        position: relative;
        display: inline-block
    }

    .MultiLevelMenu_dd_menu_item__G82Ud:last-of-type a {
        padding-right: 0
    }

    .MultiLevelMenu_dd_menu_item__G82Ud:hover {
        color: #d42a1d
    }

    .MultiLevelMenu_dd_menu_item__G82Ud:hover .MultiLevelMenu_dd_item_info_level_1__sKUw8 {
        visibility: visible
    }

    .MultiLevelMenu_dd_menu_item__G82Ud:hover .MultiLevelMenu_dd_menu_list_group_level_2__vLmCP {
        display: block;
        animation: MultiLevelMenu_fadeIn__nXwr2 .3s
    }

    .MultiLevelMenu_dd_menu_item__G82Ud:hover .MultiLevelMenu_dd_menu_list_group_level_2__vLmCP>* {
        opacity: 1
    }

    .MultiLevelMenu_dd_menu_item__G82Ud.MultiLevelMenu_level-2__JqaKB {
        overflow-y: scroll
    }

    .MultiLevelMenu_dd_menu_item__G82Ud.MultiLevelMenu_level-3__wCop_ {
        margin-left: 10px
    }

    @keyframes MultiLevelMenu_fadeIn__nXwr2 {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .MultiLevelMenu_dd_item_link__vVwq4 {
        padding: 5px 10px;
        margin: 0;
        height: 35px;
        font-weight: 700;
        color: #575757;
        display: block;
        border-radius: 5px 5px 0 0;
        border: 1px solid transparent;
        font-size: 15px;
        text-decoration: none
    }

    .MultiLevelMenu_dd_item_link__vVwq4:hover {
        color: var(--brand-color)
    }

    .MultiLevelMenu_dd_item_info_level_common__xWPNX.MultiLevelMenu_dd_item_info_level_3__eotEv {
        z-index: 4;
        height: 349px;
        width: 260px;
        top: 0
    }

    .MultiLevelMenu_dd_after__HEnj5:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        vertical-align: 3px;
        content: "";
        border-top: .4em solid;
        border-right: .4em solid transparent;
        border-bottom: 0;
        border-left: .4em solid transparent;
        color: var(--brand-color);
        position: static;
        top: auto;
        right: auto
    }

    .MultiLevelMenu_dd_after2__WawYo {
        position: relative
    }

    .MultiLevelMenu_dd_after2__WawYo:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        vertical-align: 3px;
        content: "";
        border-top: .4em solid;
        border-right: .4em solid transparent;
        border-bottom: 0;
        border-left: .4em solid transparent;
        color: #b6b7b7;
        transform: rotate(-90deg);
        position: absolute;
        top: 18px;
        right: 20px
    }

    .MultiLevelMenu_dd_after2__WawYo:hover:after {
        color: var(--brand-color)
    }

    .DropdownArrow_arrow__4ABU7 {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 10px;
        vertical-align: 3px;
        content: "";
        border-top: .4em solid;
        border-right: .4em solid transparent;
        border-bottom: 0;
        border-left: .4em solid transparent;
        color: var(--brand-color)
    }

    .DesktopHeader_header-wrapper__T2jWc {
        --upper-header-min-height: 60px;
        position: relative;
        z-index: 9999;
        height: 85px;
        margin-top: var(--upper-header-min-height) !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center
    }

    .DesktopHeader_header-wrapper__T2jWc ::-webkit-scrollbar {
        -webkit-appearance: none;
        border-radius: 4px;
        width: 7px
    }

    .DesktopHeader_header-wrapper__T2jWc ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: hsla(0, 0%, 50%, .3);
        box-shadow: 0 0 1px hsla(0, 0%, 100%, .5)
    }

    .UpperHeader_upper-header__FULZN {
        position: fixed;
        top: 0;
        width: 100%;
        min-height: 60px;
        background: hsla(0, 0%, 96%, .97);
        border-bottom: 1px solid #cbd6e2;
        z-index: 99999
    }

    .UpperHeader_upper-header__FULZN,
    .UpperHeader_upper-header__FULZN .UpperHeader_header-flex__loncE {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .UpperHeader_upper-header__FULZN .UpperHeader_header-flex__loncE .UpperHeader_leftCtaLink__3nqmj {
        padding: 10px 15px;
        margin-left: 5px;
        color: rgba(0, 0, 0, .68);
        font-size: .75rem;
        text-decoration: none;
        border-radius: 3px;
        text-align: center;
        font-weight: 400
    }

    .UpperHeader_upper-header__FULZN .UpperHeader_header-flex__loncE .UpperHeader_leftCtaLink__3nqmj:hover {
        color: #06080c;
        cursor: pointer
    }

    .UpperHeader_upper-header__FULZN .UpperHeader_header-flex__loncE .UpperHeader_linkButton__dp9JA {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        margin-left: 5px;
        color: #fff;
        font-size: .75rem;
        text-decoration: none;
        border-radius: 3px;
        background-color: var(--brand-color);
        font-weight: 700;
        height: 50px;
        max-height: 40px
    }

    .UpperHeader_upper-header__FULZN .UpperHeader_header-flex__loncE .UpperHeader_rightCtaLink__BES9v {
        padding: 10px 15px;
        margin-left: 5px;
        color: rgba(0, 0, 0, .68);
        font-size: .75rem;
        text-decoration: none;
        border-radius: 3px;
        text-align: center;
        font-weight: 700
    }

    .UpperHeader_upper-header__FULZN .UpperHeader_header-flex__loncE .UpperHeader_rightCtaLink__BES9v:hover {
        color: #06080c;
        cursor: pointer
    }

    .UpperHeader_upper-header__FULZN .UpperHeader_header-flex__loncE .UpperHeader_col4__6fgRB {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 33.333333%
    }

    .UpperHeader_upper-header__FULZN .UpperHeader_header-flex__loncE .UpperHeader_col8__abIzv {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        width: 66.666666%;
        padding: 0 15px
    }

    .Header_wrapper__ylhbM {
        position: relative;
        display: flex;
        flex-direction: row;
        z-index: 999
    }

    .Header_mobileNav__A4u3O {
        min-height: 85px;
        display: block;
        width: 100%
    }


    .Header_desktopNav__klS9I {
        display: none
    }

    @media(min-width:992px) {
        .Header_desktopNav__klS9I {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 100%;
            gap: 20px;
            width: 100%
        }

        .Header_mobileNav__A4u3O {
            display: none
        }
    }

    .ExcelTableModal_backdrop__OzRxL {
        overflow-y: hidden;
        position: fixed;
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        background-color: rgba(81, 91, 104, 0);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        z-index: 10
    }

    .ExcelTableModal_backdrop__OzRxL.ExcelTableModal_open__GkrFI {
        background-color: rgba(81, 91, 104, .8);
        inset: 0
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz {
        overflow-y: scroll;
        width: 80%;
        max-height: 80%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 3rem
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv {
        display: flex;
        align-items: center;
        gap: .75rem
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv * {
        flex-grow: 1
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv h2 {
        font-size: 24px;
        font-weight: 900;
        color: #263957;
        width: 80%;
        font-family: var(--font-secondary)
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv .ExcelTableModal_downloadBtn__ZD_U_ {
        display: flex;
        align-items: center;
        gap: .75rem;
        color: var(--brand-color);
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        text-decoration: none
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv button {
        margin-top: .25rem;
        background: transparent;
        border: 0;
        cursor: pointer;
        color: #263957
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalFilters__O5SX0 {
        display: flex;
        align-items: center;
        gap: .75rem
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalFilters__O5SX0 button {
        background-color: inherit;
        border: 0;
        font-size: 18px;
        font-weight: 700;
        color: #939294;
        padding: 0;
        cursor: pointer
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalFilters__O5SX0 button.ExcelTableModal_active__9ocaI {
        color: var(--brand-color)
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalFilters__O5SX0 .ExcelTableModal_border__ApEj4 {
        height: 1.5rem;
        border-right: 2px solid #263957
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 {
        display: flex;
        flex-direction: column
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table {
        overflow-y: scroll
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table .ExcelTableModal_specCategoryHeading__E8exJ {
        width: 100%;
        min-height: 54px;
        display: block;
        background-color: var(--brand-color);
        color: #fff;
        padding: 1rem
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table .ExcelTableModal_specCategoryHeading__E8exJ h3 {
        font-size: 18px
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table tbody tr {
        display: flex;
        justify-content: space-between;
        padding: 1rem
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table tbody tr td,
    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table tbody tr th {
        width: 50%;
        text-align: start
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table tbody tr th {
        font-size: 18px;
        font-weight: 600;
        color: #263957
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table tbody tr td {
        font-size: 16px;
        color: #000
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table tbody tr:nth-child(2n) {
        background: #f4f5f7
    }

    .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table tbody tr:nth-child(odd) {
        background: #fff
    }

    @media screen and (max-width:768px) {
        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz {
            width: 100%;
            height: 100%;
            max-height: unset;
            padding: 2rem 1rem;
            z-index: 100
        }

        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv {
            justify-content: space-between
        }

        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv * {
            flex-grow: unset
        }

        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv h2 {
            order: 2;
            font-size: 20px;
            width: unset
        }

        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv .ExcelTableModal_downloadBtn__ZD_U_ {
            order: 3;
            font-size: 14px !important
        }

        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalHeading__FJDiv .ExcelTableModal_downloadBtn__ZD_U_ svg {
            display: none
        }

        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table .ExcelTableModal_specCategoryHeading__E8exJ h3,
        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalFilters__O5SX0 button {
            font-size: 16px
        }

        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table tbody tr td,
        .ExcelTableModal_backdrop__OzRxL .ExcelTableModal_modal__W7DIz .ExcelTableModal_modalContent__aEWd6 table tbody tr th {
            font-size: 14px
        }
    }

    .ProductList_productListGridItem__tgIx3 {
        position: relative;
        padding-bottom: 45px;
        width: calc(100% - 34px);
        box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
        border-radius: .28571429rem;
        transition: box-shadow .1s ease, transform .1s ease;
        text-decoration: none;
        min-width: 200px;
        max-width: 300px;
        min-height: 295px
    }

    .ProductList_productListGridItem__tgIx3 .ProductList_imageWrapper__1Y7NI {
        position: relative
    }

    .ProductList_productListGridItem__tgIx3 .ProductList_imageWrapper__1Y7NI .ProductList_productListItemImage__k9CSf {
        position: relative !important;
        padding: 2px;
        width: 100%;
        min-height: 200px;
        height: 100%;
        aspect-ratio: 1;
        object-fit: contain;
        border-radius: 5px 5px 0 0
    }

    .ProductList_productListGridItem__tgIx3 .ProductList_productListItemTextContainer__N3yMe {
        text-align: center;
        padding: 5px;
        color: #575757
    }

    .ProductList_productListGridItem__tgIx3 .ProductList_productListItemTextContainer__N3yMe .ProductList_productListItemTitle__xXjE5 {
        padding: 10px 0;
        margin: 0 0 10px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 22.1px;
        text-transform: uppercase;
        color: inherit;
        border-top: 1px solid rgba(34, 36, 38, .1);
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%
    }

    .ProductList_productListGridItem__tgIx3 .ProductList_productListItemTextContainer__N3yMe .ProductList_productListItemDescription__IIHzs {
        margin-top: 10px;
        padding: 0 5px;
        color: inherit;
        font-size: 1.0625rem;
        line-height: 1.6;
        text-align: center
    }

    .ProductList_productListGridItem__tgIx3 .ProductList_productListItemTextContainer__N3yMe .ProductList_learnMoreLabel__Qf9wD {
        position: absolute;
        bottom: 10px;
        left: 50%;
        color: var(--brand-color);
        transform: translateX(-50%)
    }

    .ProductList_productListGridItem__tgIx3:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34, 36, 38, .15), 0 2px 10px 0 rgba(34, 36, 38, .25)
    }

    .ProductList_listProductListItem__wh3nX {
        display: grid;
        grid-template-columns: 50% 50%;
        padding-bottom: 70px;
        margin-bottom: 15px;
        width: 100%;
        border-radius: 3px;
        cursor: default;
        max-width: unset;
        max-height: 300px;
        padding-top: 16px
    }

    .ProductList_listProductListItem__wh3nX:hover {
        background-color: #f5f5f5;
        transform: none
    }

    .ProductList_listProductListItem__wh3nX .ProductList_imageWrapper__1Y7NI {
        cursor: pointer;
        max-height: 200px
    }

    .ProductList_listProductListItem__wh3nX .ProductList_productListItemTextContainer__N3yMe {
        padding: 0;
        margin-left: 16px;
        text-align: left;
        cursor: pointer
    }

    .ProductList_listProductListItem__wh3nX .ProductList_productListItemTextContainer__N3yMe .ProductList_productListItemTitle__xXjE5 {
        font-size: 1.375rem;
        text-transform: none;
        line-height: 1.3;
        border-top: 0
    }

    .ProductList_listProductListItem__wh3nX .ProductList_productListItemTextContainer__N3yMe .ProductList_productListItemDescription__IIHzs {
        font-size: .875rem
    }

    .ProductList_listProductListItem__wh3nX .ProductList_productListItemTextContainer__N3yMe .ProductList_learnMoreLabel__Qf9wD {
        bottom: 20px;
        right: 20px;
        left: auto;
        padding: 10px 15px;
        margin: 0;
        color: #fff;
        font-size: .75rem;
        font-weight: 700;
        border-radius: 3px;
        background-color: var(--brand-color);
        transform: none
    }

    @media(min-width:769px) {
        .ProductList_productListGridItem__tgIx3 {
            width: 100%
        }

        .ProductList_listProductListItem__wh3nX {
            grid-template-columns: 25% 75%;
            padding-bottom: 80px
        }

        .ProductList_listProductListItem__wh3nX .ProductList_imageWrapper__1Y7NI {
            padding: 20px
        }
    }

    .ProductList_productListGridItem__MWMhG {
        min-width: 200px;
        max-width: 225px;
        min-height: 295px;
        cursor: pointer;
        text-decoration: none
    }

    @media screen and (max-width:768px) {
        .ProductList_productListGridItem__MWMhG {
            max-width: 250px
        }
    }

    @media screen and (max-width:426px) {
        .ProductList_productListGridItem__MWMhG {
            max-width: unset;
            min-width: unset
        }
    }

    .ProductList_productListGridItem__MWMhG .ProductList_imageWrapper__koCx4 {
        position: relative;
        overflow: hidden;
        height: 150px !important;
        width: auto
    }

    .ProductList_productListGridItem__MWMhG .ProductList_imageWrapper__koCx4 .ProductList_productTag__cp0DT {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d52b1e;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        padding: .25rem .5rem
    }

    .ProductList_productListGridItem__MWMhG .ProductList_imageWrapper__koCx4 .ProductList_productListItemImage__rOgAt {
        border-radius: 0 !important;
        object-fit: contain
    }

    .ProductList_productListGridItem__MWMhG .ProductList_productListItemTextContainer__pWSIM {
        display: flex;
        flex-direction: column;
        margin-top: .5rem;
        row-gap: .25rem
    }

    .ProductList_productListGridItem__MWMhG .ProductList_productListItemTextContainer__pWSIM .ProductList_productListItemModel__EbXSP {
        color: var(--brand-color);
        font-weight: 600;
        font-size: 12px
    }

    .ProductList_productListGridItem__MWMhG .ProductList_productListItemTextContainer__pWSIM .ProductList_productListItemTitle__sLYt4 {
        color: #263957;
        font-size: 16px;
        margin: 0
    }

    .ProductList_productListGridItem__MWMhG .ProductList_productListItemTextContainer__pWSIM .ProductList_productListItemDescription__F_ruw {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #727273;
        font-size: 14px
    }

    .ProductList_productListGridItem__MWMhG .ProductList_productListItemTextContainer__pWSIM .ProductList_productListItemDescription__F_ruw>* {
        padding: 0
    }

    .ProductList_productListGridItem__MWMhG .ProductList_productListItemTextContainer__pWSIM:hover .ProductList_productListItemDescription__F_ruw,
    .ProductList_productListGridItem__MWMhG .ProductList_productListItemTextContainer__pWSIM:hover .ProductList_productListItemTitle__sLYt4 {
        text-decoration: underline
    }

    .Pagination_paginationWrapper__dDAe3 {
        display: flex;
        flex-wrap: wrap;
        grid-area: pagination;
        margin: 40px auto 0
    }

    .Pagination_paginationWrapper__dDAe3 .Pagination_paginationButton__n8sb1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        color: #33475b;
        font-size: 1.0625rem;
        border: 1px solid #ddd;
        background-color: #fff;
        cursor: pointer
    }

    .Pagination_paginationWrapper__dDAe3 .Pagination_paginationButton__n8sb1.Pagination_activePage__aDBch {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        pointer-events: none
    }

    .Pagination_paginationWrapper__dDAe3 .Pagination_paginationButton__n8sb1:disabled {
        pointer-events: none
    }

    .Pagination_paginationWrapper__dDAe3 .Pagination_paginationButton__n8sb1:hover {
        color: #23527c;
        background-color: #eee
    }

    .Pagination_pagination__YbTC9 {
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        gap: .5rem;
        margin: 1rem 0
    }

    .Pagination_pagination__YbTC9 .Pagination_paginationBtn__DMgDX {
        display: flex;
        align-items: center;
        fill: var(--brand-color);
        background-color: transparent;
        border: none;
        cursor: pointer
    }

    .Pagination_pagination__YbTC9 .Pagination_paginationBtn__DMgDX:disabled {
        fill: #b3b3b5;
        cursor: not-allowed
    }

    .Pagination_pagination__YbTC9 .Pagination_paginationBtnNext__W028V {
        transform: rotate(180deg)
    }

    .Pagination_pagination__YbTC9 .Pagination_pageNumber__cLgTd {
        color: #263957;
        font-size: 1.25rem;
        background: transparent;
        border: none;
        font-weight: 700;
        cursor: pointer
    }

    .Pagination_pagination__YbTC9 .Pagination_currentPage__UyjkC {
        color: var(--brand-color);
        text-decoration: underline;
        -webkit-text-decoration-color: var(--brand-color);
        text-decoration-color: var(--brand-color);
        text-underline-offset: .25rem
    }

    .Pagination_pagination__YbTC9 .Pagination_pageIndicator__9XSNc {
        font-size: 1.25rem;
        font-weight: 700
    }

    .FilterWidgetMobile_filterWidgetMobileWrapper__d9eJs {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        font-family: var(--font-secondary)
    }

    .FilterWidgetMobile_filterWidgetMobileWrapper__d9eJs .FilterWidgetMobile_filterWidgetMobileHeading__BittO {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem
    }

    .FilterWidgetMobile_filterWidgetMobileWrapper__d9eJs .FilterWidgetMobile_filterWidgetMobileHeading__BittO button {
        margin-top: .25rem;
        background: transparent;
        border: 0;
        font-size: 1.25rem;
        cursor: pointer
    }

    .FilterWidgetMobile_filterWidgetMobileWrapper__d9eJs .FilterWidgetMobile_filterWidgetMobileHeading__BittO button.FilterWidgetMobile_resetFilterBtn__sDuOz {
        font-size: .875rem;
        font-weight: 700;
        color: var(--brand-color)
    }

    .FilterWidgetMobile_filterWidgetMobileWrapper__d9eJs .FilterWidgetMobile_filterWidgetMobileHeading__BittO button.FilterWidgetMobile_resetFilterBtn__sDuOz .FilterWidgetMobile_resetIcon__Z11_w {
        display: none
    }

    .FilterWidgetMobile_filterWidgetMobileWrapper__d9eJs .FilterWidgetMobile_filterWidgetMobileHeading__BittO h2 {
        color: #263957;
        font-size: 1.5rem
    }

    .FilterWidgetMobile_filterWidgetMobileWrapper__d9eJs .FilterWidgetMobile_filterWidgetContentWrapper__uon5s {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 1.5rem
    }

    .FilterWidgetMobile_filterWidgetMobileWrapper__d9eJs .FilterWidgetMobile_filterWidgetContentWrapper__uon5s h3 {
        font-size: 1.125rem;
        font-weight: 600;
        color: #263957;
        border-bottom: 1px solid #b3b3b5;
        padding-bottom: 1rem
    }

    .FilterWidgetMobile_filterWidgetMobileWrapper__d9eJs .FilterWidgetMobile_filterWidgetContentWrapper__uon5s .FilterWidgetMobile_submitBtn__Zhoi7 {
        width: 100%;
        background-color: #d52b1e;
        font-weight: 700;
        color: #fff;
        border: 0;
        margin-top: auto;
        margin-bottom: 3rem;
        padding: 1rem 1.5rem;
        cursor: pointer
    }


    .intro {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .intro .inleft i {
        display: block;
        font-size: 4.625rem;
        color: transparent;
        font-weight: bold;
        font-family: "Barlow Condensed";
        transition: 0.5s;
        -webkit-text-stroke: 1px rgb(190, 190, 191);
    }

    .intro .inleft h5 {
        font-weight: normal;
        color: #e26d0e;
        font-size: 2.025rem;
        line-height: 3rem;
        margin: 1rem 0px 2rem;
    }

    .intro .inleft p {
        color: rgb(97, 97, 97);
        font-size: 0.9375rem;
        line-height: 1.75rem;
    }

    .intro .inleft {
        margin-right: 4rem;
    }

    .lj {
        display: flex;
        margin-top: 3.75rem;
        transition: 0.5s;
    }

    .lj a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3.4375rem;
        background: #e26d0e;
        width: 9.6875rem;
        color: rgb(255, 255, 255);
        font-size: 1rem;
        border-radius: 28px;
    }

}
.DesktopTabs_tabs__UM4Oi {
    display: none;
}
@media (max-width: 992px) {
    video{width: 100%}
}
@media (min-width: 992px) {

    .DesktopTabs_tabs__UM4Oi {
        display: flex
;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 30px;
    }
}

.zlbox {
    padding-top:40px;
	height: 614px;
	max-width: 905px;
	margin-top: 118px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.zlbox dl {
	position: relative;
	width: 905px;
	margin: 0 auto;
	z-index: 33;
}

.zlbox dl dd {
	width: 173px;
	height: 200px;
	background: url(../images/index20.png) no-repeat;
	position: absolute;
	z-index: 88;
}

.zlbox dl dd .text {
	width: 173px;
	height: 200px;
	
}

.text img {
	display: block;
	margin: 0px auto;
	padding-top: 48px;
}

.zlbox dl dd.current {
	width: 243px;
	height: 277px;
	background: url(../images/currrentbj.png) no-repeat;
	z-index: 20;
	z-index: 999;
}

.zlbox dl .current img {
	padding-top: 90px;
	margin: 0 auto;
}

.zlbox dl .current .text {
	width: 243px;
	height: 277px;
}

.xxx2{
    display: none;
}
@media (max-width: 992px) {
    .xxx1{display: none;}
    .xxx2{display: block;}

}