@charset "UTF-8";.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(10,88,202,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(20,108,67,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(61,213,243,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width: 576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.fs\:62,.distribution__header h2{font-size:3.44em;line-height:1.1}.fw\:bold,.fw\:700{font-weight:700}.fw\:regular,.fw\:400{font-weight:400}.fw\:bolder,.fw\:black,.fw\:900{font-weight:900}.bg\:gray{background:#EDEDED}.bg\:white{background:#fff}.c\:black{color:#101010}.c\:sleek{color:#3f4243}.c\:sleek-alt{color:#50585b}.o\:50{opacity:50%}.fs\:no-italic{font-style:normal}@media (max-width: 767.98px){.mt\:4{margin-top:2em}}@media (max-width: 767.98px){.mb\:4{margin-bottom:2em}}.d\:flex\:center{display:flex;justify-content:center;align-items:center}.d\:grid\:2{display:grid;grid-template-columns:1fr 1fr}.d\:grid\:3{display:grid;grid-template-columns:1fr 1fr 1fr}.d\:grid\:4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}@media (max-width: 575.98px){.d\:grid\:4{grid-template-columns:1fr 1fr}}.gap\:1{gap:1em}.gap\:1-5{gap:1.5em}.gap\:2{gap:2em}.lh\:1-5{line-height:1.5!important}.list\:unstyled{list-style:none;padding-left:0}.bg\:black{background:#000}.c\:black{color:#000}.c\:white{color:#fff}.grid\:2{display:grid;grid-template-columns:1fr 1fr}.gap\:1{grid-gap:1em}.gap\:1-2{grid-gap:.5em}.r\:50{border-radius:2.78em}@media (max-width: 991.98px){.r\:50{border-radius:1.85em}}@media (max-width: 767.98px){.r\:50{border-radius:1.39em}}.r\:40{border-radius:2.22em}@media (max-width: 991.98px){.r\:40{border-radius:1.48em}}@media (max-width: 767.98px){.r\:40{border-radius:1.11em}}.r\:35{border-radius:1.94em}@media (max-width: 991.98px){.r\:35{border-radius:1.3em}}@media (max-width: 767.98px){.r\:35{border-radius:.97em}}.r\:30{border-radius:1.67em}@media (max-width: 991.98px){.r\:30{border-radius:1.11em}}@media (max-width: 767.98px){.r\:30{border-radius:.83em}}.r\:25{border-radius:1.39em}@media (max-width: 991.98px){.r\:25{border-radius:.93em}}@media (max-width: 767.98px){.r\:25{border-radius:.69em}}.r\:20,.video-block:before{border-radius:1.11em}@media (max-width: 991.98px){.r\:20,.video-block:before{border-radius:.74em}}@media (max-width: 767.98px){.r\:20,.video-block:before{border-radius:.56em}}.r\:15{border-radius:.83em}@media (max-width: 991.98px){.r\:15{border-radius:.56em}}@media (max-width: 767.98px){.r\:15{border-radius:.42em}}.r\:10{border-radius:.56em}@media (max-width: 991.98px){.r\:10{border-radius:.37em}}@media (max-width: 767.98px){.r\:10{border-radius:.28em}}.o\:10{opacity:.1}.o\:20{opacity:.2}.o\:30{opacity:.3}.o\:40{opacity:.4}.o\:50{opacity:.5}.o\:60{opacity:.6}.o\:70{opacity:.7}.o\:80{opacity:.8}.o\:90{opacity:.9}.fs\:10{font-size:.56em;line-height:1.5}@media (max-width: 1399.98px){.fs\:10{font-size:.5em}}.fs\:11{font-size:.61em;line-height:1.5}@media (max-width: 1399.98px){.fs\:11{font-size:.55em}}.fs\:12{font-size:.67em;line-height:1.5}@media (max-width: 1399.98px){.fs\:12{font-size:.6em}}.fs\:13{font-size:.72em;line-height:1.5}@media (max-width: 1399.98px){.fs\:13{font-size:.65em}}.fs\:14{font-size:.78em;line-height:1.5}@media (max-width: 1399.98px){.fs\:14{font-size:.7em}}.fs\:15{font-size:.83em;line-height:1.5}@media (max-width: 1399.98px){.fs\:15{font-size:.75em}}.fs\:16{font-size:.89em;line-height:1.5}@media (max-width: 1399.98px){.fs\:16{font-size:.8em}}.fs\:18{font-size:1em;line-height:1.5}@media (max-width: 1399.98px){.fs\:18{font-size:.9em}}.fs\:21{font-size:1.17em;line-height:1.5}@media (max-width: 1399.98px){.fs\:21{font-size:1.05em}}.fs\:24{font-size:1.33em;line-height:1.333}@media (max-width: 1399.98px){.fs\:24{font-size:1.2em}}.fs\:27{font-size:1.5em;line-height:1.333}@media (max-width: 1399.98px){.fs\:27{font-size:1.35em}}.fs\:32{font-size:1.78em;line-height:1.25}@media (max-width: 1399.98px){.fs\:32{font-size:1.6em}}.fs\:36{font-size:2em;line-height:1.25}@media (max-width: 1399.98px){.fs\:36{font-size:1.8em}}.fs\:42{font-size:2.33em;line-height:1.25}@media (max-width: 1399.98px){.fs\:42{font-size:2.1em}}.fs\:52{font-size:2.89em;line-height:1.15}@media (max-width: 1399.98px){.fs\:52{font-size:2.6em}}.fs\:62,.distribution__header h2{font-size:3.44em;line-height:1.15}@media (max-width: 1399.98px){.fs\:62,.distribution__header h2{font-size:3.1em}}.fs\:72{font-size:4em;line-height:1.15}@media (max-width: 1399.98px){.fs\:72{font-size:3.6em}}.fs\:90{font-size:5em;line-height:1.15}@media (max-width: 1399.98px){.fs\:90{font-size:4.5em}}.fs\:140{font-size:7.78em;line-height:.85}@media (max-width: 1399.98px){.fs\:140{font-size:7em}}@media (max-width: 767.98px){.fs\:140{font-size:4.44em}}.d\:block{display:block}.d\:flex{display:flex}.d\:inline-block{display:inline-block}.d\:flex\:column{display:flex;flex-direction:column}.d\:flex\:v-center{display:flex;justify-content:center}.d\:flex\:h-center{display:flex;align-items:center}.fs\:red,.fc\:red,.c\:red{color:#ed1c24}.bg\:red{background-color:#ed1c24}.fs\:esg-blue-dark,.fc\:esg-blue-dark,.c\:esg-blue-dark{color:#031923}.bg\:esg-blue-dark{background-color:#031923}.fs\:esg-blue,.fc\:esg-blue,.c\:esg-blue{color:#00537a}.bg\:esg-blue{background-color:#00537a}.fs\:black,.fc\:black,.c\:black{color:#000}.bg\:black{background-color:#000}.fs\:white,.fc\:white,.c\:white{color:#fff}.bg\:white{background-color:#fff}.fs\:green,.fc\:green,.c\:green{color:#3a9c54}.bg\:green{background-color:#3a9c54}.fs\:green-dark,.fc\:green-dark,.c\:green-dark{color:#5a6a5e}.bg\:green-dark{background-color:#5a6a5e}.fs\:green-light,.fc\:green-light,.c\:green-light{color:#d9e7dd}.bg\:green-light{background-color:#d9e7dd}.fs\:150{font-size:clamp(32px,7vw,150px);line-height:.85}@media (max-width: 991.98px){.fs\:62,.distribution__header h2{font-size:2em}.fs\:52{font-size:1.75em}.fs\:36{font-size:1.5em}.fs\:32{font-size:1.35em}.fs\:21{font-size:.95em}.fs\:18{font-size:.9em}}@media (max-width: 575.98px){.fs\:62,.distribution__header h2{font-size:10vw}.fs\:52{font-size:8vw}.fs\:36{font-size:6vw}.fs\:32{font-size:5vw}}.ls\:50{letter-spacing:.05em}.ls\:25{letter-spacing:.025em}.ls\:20{letter-spacing:.02em}.ls\:15{letter-spacing:.015em}.fw\:400,.fw\:regular{font-weight:400!important}.fw\:700,.fw\:bold{font-weight:700!important}.fw\:900,.fw\:black{font-weight:900!important}.fs\:reset{font-size:1em}.fs\:italic{font-style:italic}.fs\:regular,.fs\:no-italic,.fs\:normal{font-style:normal}.f\:uppercase,.f\:upper,.-uppercase,.uppercase{text-transform:uppercase}.m\:auto{margin:auto}.mb\:0{margin-bottom:0}.mt\:0{margin-top:0}.ml\:0{margin-left:0}.mr\:0{margin-right:0}.m\:0{margin:0}.pb\:0{padding-bottom:0}.pt\:0{padding-top:0}.pl\:0{padding-left:0}.pr\:0{padding-right:0}.p\:0{padding:0}.mb\:1{margin-bottom:1em}.mt\:1{margin-top:1em}.ml\:1{margin-left:1em}.mr\:1{margin-right:1em}.m\:1{margin:1em}.pb\:1{padding-bottom:1em}.pt\:1{padding-top:1em}.pl\:1{padding-left:1em}.pr\:1{padding-right:1em}.p\:1{padding:1em}.mb\:2{margin-bottom:2em}.mt\:2{margin-top:2em}.ml\:2{margin-left:2em}.mr\:2{margin-right:2em}.m\:2{margin:2em}.pb\:2{padding-bottom:2em}.pt\:2{padding-top:2em}.pl\:2{padding-left:2em}.pr\:2{padding-right:2em}.p\:2{padding:2em}.mb\:3{margin-bottom:3em}.mt\:3{margin-top:3em}.ml\:3{margin-left:3em}.mr\:3{margin-right:3em}.m\:3{margin:3em}.pb\:3{padding-bottom:3em}.pt\:3{padding-top:3em}.pl\:3{padding-left:3em}.pr\:3{padding-right:3em}.p\:3{padding:3em}.mb\:4{margin-bottom:4em}.mt\:4{margin-top:4em}.ml\:4{margin-left:4em}.mr\:4{margin-right:4em}.m\:4{margin:4em}.pb\:4{padding-bottom:4em}.pt\:4{padding-top:4em}.pl\:4{padding-left:4em}.pr\:4{padding-right:4em}.p\:4{padding:4em}.mb\:5{margin-bottom:5em}.mt\:5{margin-top:5em}.ml\:5{margin-left:5em}.mr\:5{margin-right:5em}.m\:5{margin:5em}.pb\:5{padding-bottom:5em}.pt\:5{padding-top:5em}.pl\:5{padding-left:5em}.pr\:5{padding-right:5em}.p\:5{padding:5em}.mb\:1-2{margin-bottom:.5em}.-hide{display:none}.list\:unstyled,.list\:unstyle{list-style:none;padding:0}.list\:inline{list-style:none;padding:0;margin:0}.list\:inline li{display:inline-block;margin-right:1em}.text\:center{text-align:center}.text\:end{text-align:right}.link\:no-underline{color:#ed1c24}.link\:no-underline:hover{text-decoration:underline;color:#ed1c24}.link\:standard{color:#ed1c24;text-decoration:underline}.link\:standard:hover{text-decoration:none;color:#ed1c24}hr{border:1px solid #5A6A5E;margin:1em 0}.--text-left{text-align:left!important}.--no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}::selection{background:#083d74;color:#fff}html{scroll-behavior:smooth}*{box-sizing:border-box}body{color:#000}.--bold{font-weight:700}.--black{font-weight:900}.--text-white{color:#fff!important}.--big{font-size:3.75rem}.--h1{font-size:2.8125rem}.--h2{font-size:1.98875rem}.--h3{font-size:1.41375rem}.--h4{font-size:1.125rem}.--h5 .--normal-size{font-size:1rem}.--small,.--h6{font-size:.875rem}.--smaller{font-size:.8125rem}.--xsmall{font-size:.75rem}.--tiny{font-size:.6875rem}.--unstyled{list-style:none;padding-left:0}.--inline{display:inline-block;padding-left:0}.--inline li{display:inline-block}@media (max-width: 575.98px){.--sm-column-reverse{flex-flow:column-reverse wrap}}.menu-container{display:flex;justify-content:space-between;align-items:center}.main-menu__list{display:block}.main-menu__item{display:inline-block;position:relative;font-size:.8125rem;margin-left:1.5625rem}.main-menu__item:first-child{margin-left:0}.main-menu__link{transition:all .15s ease-in-out;text-decoration:none;font-weight:700;color:#000;border:1px solid transparent;padding:.125rem .4375rem}.--inverted .main-menu__link{color:#fff}.main-menu__link.--selected,.main-menu__link.current-menu-item,.main-menu__link.current-menu-parent{background:#F3F3F3}.--inverted .main-menu__link.--selected,.--inverted .main-menu__link.current-menu-item,.--inverted .main-menu__link.current-menu-parent{background:rgba(0,0,0,.41)}.main-menu__link.--home{background:none!important}.main-menu__link:hover,.main-menu__item:hover .main-menu__link{border:#A2A2A2 1px solid;box-shadow:0 .3125rem .9375rem #0000001a}.--inverted .main-menu__link:hover,.--inverted .main-menu__item:hover .main-menu__link{border:#dddddd 1px solid}.main-menu__item.--has-children:hover .main-menu__link:after{color:#ed1c24}.--has-children>.main-menu__link{position:relative;padding-right:1.5625rem}.--has-children>.main-menu__link:after,.--has-children>.main-menu__link:before{content:"";display:block;position:absolute;transform:translateY(-50%);top:50%}.--has-children>.main-menu__link:after{font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;font-size:.75rem;content:"";right:.3125rem}.submenu-container{position:absolute;z-index:-1;transition:all .85s ease-in-out}.--right-aligned>.submenu-container{right:-2.1875rem}@media screen and (max-width: 1400px){.--right-aligned>.submenu-container{right:-.3125rem}}.main-menu__item:hover>.submenu-container{opacity:1;z-index:5;transition:all 0s ease-in-out}.submenu-box__list{transition:all .5s ease-in-out;border-radius:.25rem;border:1px solid #D6DBDE;display:flex;flex-flow:column nowrap;width:15.625rem;margin-top:.9375rem;opacity:0;transform:translate(8);z-index:-1;position:relative;padding:.25rem .625rem 1.5625rem;background:#fff;background-position:center bottom;background-size:contain;background-repeat:no-repeat}.submenu-box__list:before{content:"";position:absolute;width:12px;height:12px;transform:rotate(45deg);border-top:1px solid #D6DBDE;border-left:1px solid #D6DBDE;top:-7px;left:1.875rem;background:rgb(255,255,255)}.--right-aligned .submenu-box__list:before{left:initial;right:5rem}.--col-2>.submenu-box__list{width:28.125rem;flex-flow:row wrap}.--col-3>.submenu-box__list{width:50rem;flex-flow:row wrap}.main-menu__item:hover .submenu-box__list{opacity:1;transform:translate(-.3125rem);transition:all .25s ease-in-out}.submenu-box__item{width:100%}.--col-2 .submenu-box__item{width:50%}.--col-2 .submenu-box__item:nth-child(odd){padding-right:1.5625rem}.--col-2 .submenu-box__item:nth-last-child(2) .submenu-box__link{border-bottom:none}.--col-3 .submenu-box__item{width:33%}.--col-3 .submenu-box__item:nth-child(odd){padding-right:1.25rem}.--col-3 .submenu-box__item:nth-last-child(2) .submenu-box__link{border-bottom:none}.submenu-box__link{display:block;padding:.75rem .9375rem .875rem;border-bottom:1px solid #eee}.submenu-box__item:first-child .submenu-box__link{border-radius:.25rem .25rem 0 0}.submenu-box__item:last-child .submenu-box__link{border-radius:0 0 .25rem .25rem}.submenu-box__item:last-child .submenu-box__link{border-bottom:none}.submenu-box__link:hover .submenu-box__link-title{text-decoration:underline}.submenu-box__link:hover .submenu-box__link-desc{color:#000}.submenu-box__link.current-menu-item .submenu-box__link-title,.submenu-box__link.current-menu-item .submenu-box__link-des{color:#b6b6b6;text-decoration:underline}.submenu-box__link.current-menu-item .submenu-box__link-title:hover,.submenu-box__link.current-menu-item .submenu-box__link-des:hover{color:#ed1c24}.submenu-box__link-title{color:#ed1c24;font-weight:700;font-size:1rem}.submenu-box__link-desc{display:block;color:#a2a2a2}.top-bar{text-align:right}.top-bar.--inverted{color:#fff}.top-bar-nav{display:inline-block;text-align:right;position:relative}.top-bar-nav__item{font-size:.8125rem;letter-spacing:.025em;margin-left:.9375rem}.top-bar-nav__item:first-child{margin-left:0}.top-bar-nav__link{opacity:.65}.top-bar-nav__link:hover{opacity:1;color:inherit}.top-bar-nav__link.current-menu-item{opacity:1}.top-bar-nav__link.--search:before{font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;content:"";padding-right:.3125rem}.main{margin-top:3.125rem;min-height:25vh}.main.--front-page{margin-top:0}@media (max-width: 575.98px){.main.--sm-no-mt{margin-top:0}}.main.--mt-0,.main.-mt-0{margin-top:0}.carcass-header{position:relative;overflow:hidden;max-height:27.5rem;min-height:21.875rem;background:#000;margin-bottom:2.5rem}.carcass-header:after,.carcass-header:before{content:"";display:block;position:absolute}.carcass-header:before{width:100%;height:35%;min-height:4.375rem;bottom:0;left:0;background:rgb(0,0,0);background:linear-gradient(0deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 100%);z-index:1}@media (max-width: 991.98px){.carcass-header{max-height:25rem}}@media (max-width: 767.98px){.carcass-header{max-height:18.75rem}}.carcass-header__bg-image{transition:all .45s ease-in-out;transform:translateY(-10%)}.carcass-header:hover .carcass-header__bg-image{transform:translateY(-10%) scale(1.07);filter:contrast(1.25);opacity:.75}@media (max-width: 991.98px){.carcass-header__bg-image{max-height:31.25rem;max-width:initial}}@media (max-width: 767.98px){.carcass-header__bg-image{max-height:25rem;max-width:initial}}@media (max-width: 575.98px){.carcass-header__bg-image{transform:translate(-25%);opacity:.75}.carcass-header:hover .carcass-header__bg-image{transform:translate(-25%);filter:none;opacity:.75}}.carcass-header__top{position:absolute;color:#fff;top:.9375rem;left:.9375rem;z-index:1}.carcass-meta__item{padding:.1875rem .75rem;background:#000;font-weight:700;letter-spacing:.025em;border-radius:6.25rem;font-size:.8125rem;margin-right:.625rem}.carcass-meta__item.--link:hover{background:rgb(237,28,36)}.carcass-header__bottom{position:absolute;padding:.9375rem;color:#fff;bottom:0;left:0;z-index:1}.carcass-logo__container{display:flex;margin-bottom:1.5625rem}@media (max-width: 575.98px){.carcass-logo__container{margin-top:1.5625rem;flex-direction:column;align-items:center}}.single-logo-product{text-align:center}.single-logo-product img{display:inline-block;width:100%;max-height:70px;margin-right:1em}.carcass-logo__link{transition:all ease .15s;display:inline-block;opacity:.65;padding:4px}@media (max-width: 575.98px){.carcass-logo__link{margin-top:.5em;max-width:75%;background-color:#eee;border-radius:.25em}}.carcass-logo__link:hover{opacity:1;background-color:#eee;border-radius:.25em}.carcass-logo__link:active{background:#ddd}.carcass-main__content{padding-right:1.5625rem}@media (max-width: 767.98px){.carcass-main__content{padding-right:0}}.breadcrumbs span{display:inline-block;margin-right:.3125rem;margin-left:.3125rem}.breadcrumbs span:first-of-type{margin-left:0}.breadcrumbs span:last-of-type{margin-right:0}.breadcrumbs a{transition:all .25s ease-in-out;padding:.0625rem .375rem;display:inline-block;border:1px solid transparent;border-radius:.125rem}.breadcrumbs a:hover{border-color:#f3f3f3}.h1,.h2,.h3{text-transform:uppercase;font-weight:900}.h1 strong,.h2 strong,.h3 strong{font-weight:900;color:#ed1c24}.h1{font-size:2.8125rem;line-height:1.1}@media (max-width: 575.98px){.h1{font-size:1.98875rem}}.h2{font-size:1.98875rem;line-height:1.15}@media (max-width: 575.98px){.h2{font-size:1.41375rem}}.h3{font-size:1.41375rem;line-height:1.25}@media (max-width: 575.98px){.h3{font-size:1.125rem}}.h4{font-size:1.125rem;line-height:1.25;font-weight:700}.h5{text-transform:uppercase;font-weight:400;letter-spacing:.1em}.--inverted,.-inverted{color:#fff}.--red{color:#ed1c24}.--indigo{color:#2f4359}.--text-center{text-align:center}.--black,.-text-black{color:#000}.-extra-bold{font-weight:900}img{max-width:100%}.compounds-selector{position:relative;padding-left:6.25rem;padding-top:1.875rem;margin-top:1.5625rem;border-top:1px solid #eee;border-bottom:1px solid #eee}.compounds-selector:after,.compounds-selector:before{content:"";display:block;position:absolute}.compounds-selector:after{background:#fff url(/app/themes/fennerdunlop/dist/images/icons/compounds.svg) center no-repeat;height:4.25rem;width:4.25rem;background-size:2.8125rem;border:5px solid rgb(237,28,36);border-radius:3.125rem;left:0;top:.9375rem}.compounds-selector:before{width:5px;height:100%;background:rgb(237,28,36);left:2.25rem;top:0}@media (max-width: 767.98px){.compounds-selector{padding-left:4.0625rem}.compounds-selector:after{height:2.5rem;width:2.5rem;background-size:1.875rem;border-width:3px;top:1.5625rem}.compounds-selector:before{width:3px;left:1.375rem}}@media (max-width: 575.98px){.compounds-selector{padding-left:0;padding-top:4.6875rem}.compounds-selector:after{height:2.5rem;width:2.5rem;background-size:1.875rem;border-width:3px;left:50%;transform:translate(-50%);top:.9375rem}.compounds-selector:before{content:none}}@media (max-width: 575.98px){.compounds-selector__title{text-align:center;line-height:1.15;margin-bottom:1.5625rem}}@media (max-width: 575.98px){.compounds-selector__text{text-align:center}}.compounds-selector__checkboxes{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}@media (max-width: 575.98px){.compounds-selector__checkboxes{padding:1.5625rem .625rem .3125rem;background:#eee;border-radius:.25rem}}.compound-switch{margin:1.25rem 1.5625rem 0 0;line-height:1;font-size:.8125rem}@media (max-width: 575.98px){.compound-switch{width:50%;margin:0;margin-bottom:1.5625rem;padding-right:.625rem;font-size:.6875rem}}.custom-control-label{padding-top:4px;cursor:pointer;position:relative;letter-spacing:.02em}.custom-control-label:before{border-radius:10em;height:.9rem}.custom-control-input:checked~.custom-control-label{font-weight:700;letter-spacing:0}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px)}.compounds-selector__subtitle{background:#F1F1F1;font-weight:700;padding:.1875rem .625rem;display:inline-block;margin:1em 0}@media (max-width: 575.98px){.compounds-selector__subtitle{font-size:.75rem;line-height:1.25;text-align:center;background:none}}.compounds-list{display:flex;flex-wrap:wrap;margin-top:1.5625rem}@media (max-width: 575.98px){.compounds-list{margin-top:0rem}}.compounds-list__item{width:31%;max-width:19.6875rem;margin-right:.9375rem;margin-bottom:.9375rem}@media (max-width: 575.98px){.compounds-list__item.--compound-hidden{display:none}}@media (max-width: 575.98px){.compounds-list__item{width:100%;max-width:31.25rem;margin:.3125rem}}.article-short{padding:.3125rem .625rem;transition:all ease-in-out .25s}.article-short:hover{background:#f7f7f5}.--compound-hidden .article-short{color:#d5d5d5}.--compound-hidden .article-short:hover{background:none}.--compound-selected .article-short{background:#f7f7f5}.--hide{display:none}.article-short__link{color:#ed1c24;text-decoration:underline}.article-short__link:hover{color:#c60f0f}.--compound-hidden .article-short__link{color:#d5d5d5}.compounds-list__item-properties{font-size:.8125rem}.compounds-list__item-property{font-weight:700;letter-spacing:.025em}.compounds-list__item-property:after{content:"/";display:inline-block;padding:0 .3125rem;color:#dee2e6}.compounds-list__item-property:last-child:after{content:none}.selected-property{display:inline-block;text-decoration:underline}.--compound-hidden .selected-property{text-shadow:none;color:inherit;text-decoration:none}.compounds-selector__reset{font-weight:400;display:inline-block;border:1px solid #eee;padding:.25rem .75rem;color:#888;margin-top:.59375rem;line-height:1;cursor:pointer;font-size:.8125rem;font-weight:700}.compounds-selector__reset:hover{color:#333;border-color:#888}.compounds-selector__reset.--strong{color:#ed1c24;border-color:#ed1c24}.downloads-list{padding-top:1.875rem;padding-bottom:1.875rem;margin-bottom:1.5625rem;border-bottom:1px solid #eee}.downloads-list.-no-border{border-bottom:none}.downloads-list__title{font-size:1.125rem}.downloads-list__icon{color:#ed1c24;margin-right:.5rem}.card-list{display:flex;margin-top:.9375rem;flex-wrap:wrap}.download-card{max-width:49%;margin-bottom:.9375rem;transition:opacity ease-in-out .5s}@media (max-width: 575.98px){.download-card{max-width:100%;width:100%}}.download-card__image-container{text-align:left;max-width:12.5rem}@media (max-width: 575.98px){.download-card__image-container{max-width:4.6875rem}}.download-card__link{background:#e1e1e1;padding:.3125rem .3125rem .5rem;margin-right:.9375rem;position:relative;display:flex;flex-direction:column;transition:all ease-in-out .25s;border:2px solid transparent}.download-card__link:hover{background-color:#fff;border-color:#eee;box-shadow:0 .3125rem 2.5rem #a5a5a554}.download-card__link:hover .download-card__title{text-decoration:underline}@media (max-width: 575.98px){.download-card__link{flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:.9375rem;background:#fff;border:.5rem solid rgb(237,28,36);box-shadow:0 .3125rem 2.5rem #a5a5a554}}@media (max-width: 575.98px){.download-card__content{padding-right:1em}}.download-card__image{transition:opacity ease-in-out .25s}@media (max-width: 575.98px){.download-card__image{box-shadow:0 4px 6px #00000040}}.download-card__title{line-height:1.15;margin-bottom:.3125rem;margin-top:.3125rem;max-width:12.5rem;font-size:.875rem}@media (max-width: 575.98px){.download-card__title{font-size:1.125rem;text-decoration:underline;margin-bottom:0;max-width:100%}}.download-card__link-container{margin:0}.download-card__link-btn{max-width:12.5rem;display:inline-block;font-size:.6875rem;font-weight:700;opacity:.45;border-left:2px solid transparent;transition:all ease-in-out .25s}.download-card__link-btn:hover,.download-card__link:hover .download-card__link-btn{padding-left:.5rem;border-color:#ed1c24;opacity:1}.download-card__link-btn:hover:before,.download-card__link:hover .download-card__link-btn:before{color:#ed1c24}.download-card__link-btn:before{font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;padding-right:.3125rem;content:""}.download-card__link-btn.--pdf:before{content:""}@media (max-width: 575.98px){.download-card__link-btn{font-size:.875rem;margin-top:.3125rem}}.download-card__translations{letter-spacing:.025em;display:flex;flex-direction:column}@media (max-width: 575.98px){.download-card__translations{display:block}}.download-card__translations-label{font-weight:700;color:#a2a2a2;font-size:.75rem;display:inline-block;margin:0}@media (max-width: 575.98px){.download-card__translations-label{display:inline-block}}.download-card__translations-list{display:flex;flex-flow:row wrap;justify-content:flex-start}@media (max-width: 575.98px){.download-card__translations-list{display:inline-block}}.download-card__lang{font-size:.75rem;display:inline-block;margin-right:.1875rem;color:#a2a2a2}.download-card__lang:after{margin-left:.1875rem;content:"/"}.download-card__lang:last-child:after{content:none}.download-card__lang-link{text-decoration:underline;color:#a2a2a2}.download-card__lang-link:hover{color:#ed1c24}.related-content{margin-top:1.5625rem}.related-content.--compound-related{margin-top:0}.related-content__title{line-height:1.15;margin-bottom:2.1875rem}.--compound-related .related-content__title{margin-bottom:.9375rem}.related-content__title-text{position:relative;display:inline-block;max-width:25rem;padding-left:2.1875rem}.related-content__title-text:after,.related-content__title-text:before{content:"";display:block;position:absolute}.related-content__title-text:before{left:0;font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;content:"";color:#ed1c24}.--compound-related .related-content__title-text{padding-left:0}.--compound-related .related-content__title-text:before{content:none}.related-list{display:flex;align-items:stretch;flex-flow:row wrap}.related-card{color:#fff;width:30%;min-width:13.75rem;margin-right:.9375rem;margin-bottom:1.5625rem}.related-card.--attribute-box{width:100%}.--compound-related .related-card{width:47%}@media (max-width: 575.98px){.related-card{min-width:9.375rem}}.related-card__link{background:#363636 linear-gradient(150deg,#363636,#686868);box-shadow:0 .625rem .9375rem #363636;transition:all .35s ease-in-out;display:block;border-radius:.25rem;padding:.625rem .9375rem 1.875rem;height:100%;position:relative}.--attribute-box .related-card__link{position:relative;background-size:cover;min-height:12.5rem;box-shadow:0 .625rem .9375rem #828282}.--attribute-box .related-card__link:after,.--attribute-box .related-card__link:before{content:"";display:block;position:absolute}@media (max-width: 575.98px){.--attribute-box .related-card__link{min-height:6.25rem}}.--attribute-box .related-card__link:after{transition:all .25s ease-in-out;border-radius:.25rem;background:rgba(0,0,0,0);inset:0}@media (max-width: 575.98px){.--attribute-box .related-card__link:after{background:rgba(0,0,0,.25)}}.--attribute-box .related-card__link:hover{box-shadow:none}.--attribute-box .related-card__link:hover:after{background:rgba(0,0,0,.5)}.--attribute-box .related-card__link .related-card__title-text{text-transform:uppercase;background:rgb(237,28,36);padding:.25rem .3125rem;letter-spacing:.025em;display:inline-block;margin:.4375rem 0 0rem;border-radius:0rem}.--attribute-box .related-card__link .related-card__title{margin-bottom:0}.--attribute-box .related-card__link .related-card__content{padding:.3125rem;transform:translateY(15px);opacity:0!important}@media (max-width: 575.98px){.--attribute-box .related-card__link .related-card__content{opacity:1!important;transform:translateY(5px)}}.--attribute-box .related-card__link:hover .related-card__content{opacity:1!important;transform:translateY(5px)}.--attribute-box .related-card__link .related-card__title,.--attribute-box .related-card__link .related-card__content{position:relative;z-index:1;opacity:1}.--carcass_series>.related-card__link{background:#FF0000 linear-gradient(150deg,#FF0000,#FF8557);box-shadow:0 .625rem .9375rem #ff2626bf}.--compounds>.related-card__link{background:#00CBFF linear-gradient(150deg,#00CBFF,#5784FF);box-shadow:0 .625rem .9375rem #00cbff}.--page>.related-card__link{background:#2c2f58 linear-gradient(150deg,#2c2f58,#1f3370);box-shadow:0 .625rem .9375rem #3d4086}.related-card__link:hover{color:inherit}.related-card__link:hover .related-card__title{text-decoration:underline}.related-card__link:hover .related-card__content,.related-card__link:hover .related-card__type{opacity:1}.related-card__type{transition:all .15s ease-in-out;font-size:.6875rem;text-align:right;text-transform:uppercase;letter-spacing:.05em;line-height:1;margin-bottom:0;opacity:.45;position:absolute;bottom:.625rem;right:.625rem}.related-card__title{font-size:1rem;line-height:1.15;margin-bottom:.3125rem}.related-card__content{transition:all .15s ease-in-out;font-size:.8125rem;line-height:16/13;opacity:.7}.cleatline-promo{position:relative;padding-left:6.25rem}.cleatline-promo:after,.cleatline-promo:before{content:"";display:block;position:absolute;transform:translateY(-50%);top:50%}.cleatline-promo:before{background:#fff url(/app/themes/fennerdunlop/dist/images/icons/cleatline.svg) center no-repeat;width:4.5rem;height:4.5rem;border:3px solid rgb(237,28,36);left:0}.cleatline-promo__title{font-size:1rem;font-weight:700;line-height:1.15;margin-bottom:.1875rem}.cleatline-promo__link{font-size:.8125rem;text-align:left}.carcass-products{margin-bottom:2.1875rem;background:#f4f4f4;padding:.625rem .9375rem 1.5625rem}.carcass-products__list{display:flex;flex-flow:row wrap;padding-top:.625rem}.carcass-products__item{position:relative;display:inline-block;width:40%;font-weight:900;letter-spacing:.05em;padding-left:1.25rem}.carcass-products__item:after,.carcass-products__item:before{content:"";display:block;position:absolute}.carcass-products__item:before{content:"";width:.75rem;height:3px;background:rgb(237,28,36);left:0;top:.625rem}.product-contact{background:#eee;padding:2.1875rem .9375rem;text-align:center;margin-top:2.1875rem;border-radius:1em}.product-contact__title{margin:1em auto;font-size:24px;max-width:60ch}.product-contact__title a{text-decoration:underline}.product-contact__or{color:#a2a2a2;display:inline-block;font-weight:700;margin:0 1em}.product-contact__link-btn{font-weight:700;text-decoration:underline;color:#000}.product-contact__link-btn:hover{color:#ed1c24}body{font-family:proxima-nova,sans-serif;font-size:16px;line-height:1.5}a{text-decoration:none;color:inherit}ul,p{margin:0}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}.standard-link,body#tinymce a:only-child,.standard-content a:only-child,.link\:standard{letter-spacing:.025em;position:relative;transition:all .25s ease-in-out;text-decoration:none;display:inline-block;color:#ed1c24}.standard-link:after,body#tinymce a:only-child:after,.standard-content a:only-child:after,.standard-link:before,body#tinymce a:only-child:before,.standard-content a:only-child:before,.link\:standard:after,.link\:standard:before{content:"";display:block;position:absolute}.standard-link.--no-underline:after,body#tinymce a.--no-underline:only-child:after,.standard-content a.--no-underline:only-child:after,.standard-link.--no-underline:before,body#tinymce a.--no-underline:only-child:before,.standard-content a.--no-underline:only-child:before,.link\:standard.--no-underline:after,.link\:standard.--no-underline:before{content:none}.standard-link:before,body#tinymce a:only-child:before,.standard-content a:only-child:before,.link\:standard:before{width:100%;height:1px;background:rgb(237,28,36);bottom:0;left:0}.standard-link:after,body#tinymce a:only-child:after,.standard-content a:only-child:after,.link\:standard:after{transition:all .25s ease-in-out;width:0;height:3px;background:rgb(237,28,36);bottom:-1px;left:0}.standard-link:hover:after,body#tinymce a:hover:only-child:after,.standard-content a:hover:only-child:after,.link\:standard:hover:after{width:100%}.standard-link:active,body#tinymce a:active:only-child,.standard-content a:active:only-child,.link\:standard:active{background:#eee}.simple-sidebar{background:#eee;padding:.9375rem .9375rem 1.5625rem}body#tinymce.--attribute,.standard-content.--attribute{border-left:5px solid rgb(237,28,36);padding-left:1.25rem;margin-bottom:2.8125rem}body#tinymce.--long-text,.standard-content.--long-text{font-size:.875rem;line-height:1.333}body#tinymce.--compound-main__content,.standard-content.--compound-main__content{padding-top:1.5625rem;padding-bottom:1.5625rem;margin:.9375rem 0 1.5625rem}body#tinymce p,.standard-content p{text-align:justify;hyphens:auto;overflow-wrap:break-word;word-wrap:break-word;hyphenate-limit-chars:10 4 4}body#tinymce p,body#tinymce ul,body#tinymce ol,.standard-content p,.standard-content ul,.standard-content ol{margin-bottom:1em}body#tinymce h1,body#tinymce h2,body#tinymce h3,.standard-content h1,.standard-content h2,.standard-content h3{font-weight:900;text-transform:uppercase;letter-spacing:.01em;line-height:1.25}body#tinymce h1,body#tinymce h2,.standard-content h1,.standard-content h2{font-size:1.98875rem}body#tinymce h4,body#tinymce h5,body#tinymce h6,.standard-content h4,.standard-content h5,.standard-content h6{font-weight:700}body#tinymce h3,.standard-content h3{font-size:1.41375rem}body#tinymce h4,.standard-content h4{font-size:1.125rem}body#tinymce hr,.standard-content hr{border:1px solid #eaeaea;margin:1em 0}body#tinymce em,.standard-content em{letter-spacing:.025em}body#tinymce ul,.standard-content ul{padding-left:0;max-width:40.625rem}body#tinymce ul li,.standard-content ul li{list-style:none;position:relative;display:block;padding-left:1.5625rem;margin-bottom:.5rem}body#tinymce ul li:before,.standard-content ul li:before{position:absolute;left:0;top:-1px;content:"■";color:#ed1c24}body#tinymce ol,.standard-content ol{padding-left:1em}body#tinymce ol li,.standard-content ol li{padding-left:.3125rem;margin-bottom:.5rem}body#tinymce blockquote,.standard-content blockquote{font-style:italic;font-size:1.125rem;line-height:1.618;margin:1.5em 2em 1.5em 0;padding-left:1em;border-left:3px solid rgb(237,28,36)}body#tinymce p>img:empty,.standard-content p>img:empty{margin:1.5625rem auto;border-radius:.375rem}body#tinymce a[href$=".jpg"],body#tinymce a[href$=".JPG"],body#tinymce a[href$=".jpeg"],body#tinymce a[href$=".JPEG"],body#tinymce a[href$=".png"],body#tinymce a[href$=".PNG"],.standard-content a[href$=".jpg"],.standard-content a[href$=".JPG"],.standard-content a[href$=".jpeg"],.standard-content a[href$=".JPEG"],.standard-content a[href$=".png"],.standard-content a[href$=".PNG"]{border:none;float:right;margin:2em;border:2px solid #F3F3F3;box-shadow:5px 5px 10px #0000004d;border-radius:.375rem;overflow:hidden;background:#fff;filter:contrast(1);max-width:13.75rem}body#tinymce a[href$=".jpg"]:after,body#tinymce a[href$=".jpg"]:before,body#tinymce a[href$=".JPG"]:after,body#tinymce a[href$=".JPG"]:before,body#tinymce a[href$=".jpeg"]:after,body#tinymce a[href$=".jpeg"]:before,body#tinymce a[href$=".JPEG"]:after,body#tinymce a[href$=".JPEG"]:before,body#tinymce a[href$=".png"]:after,body#tinymce a[href$=".png"]:before,body#tinymce a[href$=".PNG"]:after,body#tinymce a[href$=".PNG"]:before,.standard-content a[href$=".jpg"]:after,.standard-content a[href$=".jpg"]:before,.standard-content a[href$=".JPG"]:after,.standard-content a[href$=".JPG"]:before,.standard-content a[href$=".jpeg"]:after,.standard-content a[href$=".jpeg"]:before,.standard-content a[href$=".JPEG"]:after,.standard-content a[href$=".JPEG"]:before,.standard-content a[href$=".png"]:after,.standard-content a[href$=".png"]:before,.standard-content a[href$=".PNG"]:after,.standard-content a[href$=".PNG"]:before{content:none}body#tinymce a[href$=".jpg"]:hover,body#tinymce a[href$=".JPG"]:hover,body#tinymce a[href$=".jpeg"]:hover,body#tinymce a[href$=".JPEG"]:hover,body#tinymce a[href$=".png"]:hover,body#tinymce a[href$=".PNG"]:hover,.standard-content a[href$=".jpg"]:hover,.standard-content a[href$=".JPG"]:hover,.standard-content a[href$=".jpeg"]:hover,.standard-content a[href$=".JPEG"]:hover,.standard-content a[href$=".png"]:hover,.standard-content a[href$=".PNG"]:hover{box-shadow:2px 2px 35px 5px #00000026;border-color:#ed1c24}body#tinymce a[href$=".jpg"]:hover img,body#tinymce a[href$=".JPG"]:hover img,body#tinymce a[href$=".jpeg"]:hover img,body#tinymce a[href$=".JPEG"]:hover img,body#tinymce a[href$=".png"]:hover img,body#tinymce a[href$=".PNG"]:hover img,.standard-content a[href$=".jpg"]:hover img,.standard-content a[href$=".JPG"]:hover img,.standard-content a[href$=".jpeg"]:hover img,.standard-content a[href$=".JPEG"]:hover img,.standard-content a[href$=".png"]:hover img,.standard-content a[href$=".PNG"]:hover img{filter:contrast(1.15)}body#tinymce a[href$=".jpg"] img,body#tinymce a[href$=".JPG"] img,body#tinymce a[href$=".jpeg"] img,body#tinymce a[href$=".JPEG"] img,body#tinymce a[href$=".png"] img,body#tinymce a[href$=".PNG"] img,.standard-content a[href$=".jpg"] img,.standard-content a[href$=".JPG"] img,.standard-content a[href$=".jpeg"] img,.standard-content a[href$=".JPEG"] img,.standard-content a[href$=".png"] img,.standard-content a[href$=".PNG"] img{transition:all .25s ease-in-out;display:flex;max-width:100%;margin:0}.data-tables{margin-top:1.5625rem;padding-top:1.5625rem;border-top:1px solid #eee}.table{border-collapse:collapse}.table tr:nth-child(2n){background:#F3F3F3}.table__caption{padding-top:.75rem;padding-bottom:.75rem;font-size:1.125rem;color:#a2a2a2;text-align:left;caption-side:top}.table{text-align:center}.table thead th{background:#000;color:#fff}.table tbody th{text-align:left;font-weight:700}.table th.--promo{border-top-width:8px}.table .--promo{background:rgb(237,28,36);color:#fff;border-color:#ed1c24;box-shadow:0 9px 10px #0000004d}.btn-container{display:flex;justify-content:flex-start;align-items:center;margin:0}.btn-container>.btn~.btn{margin-left:.625rem}.btn-container.--center{justify-content:center}@media (max-width: 575.98px){.btn-container:not(.--left){justify-content:center;text-align:center}}.btn{transition:all .25s ease-in-out;text-align:center;display:inline-block;padding:.75rem 1.25rem;background-color:#eee;border-radius:.25rem;text-decoration:none;color:#ed1c24;font-size:.75rem;letter-spacing:.025em}.btn:hover,.btn:focus{background-color:#c60f0f;color:#fff}.btn.--primary{box-shadow:0 0 .8125rem #ed1c24;color:#fff;background-color:#ed1c24}.btn.--primary:hover,.btn.--primary:focus{background-color:#c60f0f;box-shadow:0 0 .125rem #ed1c24}.btn.--gradient,.btn.--secondary{box-shadow:0 0 .8125rem #0d6efd;color:#fff;background-color:#ed1c24}.btn.--gradient:hover,.btn.--gradient:focus,.btn.--secondary:hover,.btn.--secondary:focus{background-color:#c60f0f;box-shadow:0 0 .125rem #0d6efd}.btn.--dropdown{position:relative;padding-right:2.5rem}.btn.--dropdown:after,.btn.--dropdown:before{content:"";display:block;position:absolute}.btn.--dropdown:after{font-family:"Font Awesome 5 Free",sans-serif;top:50%;right:.9375rem;transition:all ease-in-out .2s;display:inline-block;font-size:.75rem;font-weight:800;content:""}.btn.--rounded{border-radius:30em;min-width:9.375rem}.btn.--outline{padding:.625rem 1.125rem;border:.125rem solid #000;background-color:transparent;color:#000}.btn.--outline:hover,.btn.--outline:focus{background-color:#000;color:#fff}.--inverted .btn.--outline,.btn.--outline.--inverted{color:#fff;border-color:#fff}.--inverted .btn.--outline:hover,.--inverted .btn.--outline:focus,.btn.--outline.--inverted:hover,.btn.--outline.--inverted:focus{color:#000;background-color:#fff;border-color:#fff}.btn.--outline.--red{color:#ed1c24;border-color:#ed1c24;font-weight:700}.btn.--outline.--red:hover,.btn.--outline.--red:focus{border-color:#ed1c24;background-color:#ed1c24;color:#fff}.btn.--small{padding:.3125rem 1.5rem;min-width:8.75rem;font-weight:400;border-width:1px;font-size:.6875rem}.dropdown{position:relative;display:inline-block}.dropdown__btn{z-index:5}.dropdown__modal{transition:all .15s ease-in-out;position:absolute;display:block;transform:scaleY(0);transform-origin:top;left:0;top:100%;min-width:100%;z-index:4}.dropdown__modal:hover,.dropdown__btn:hover+.dropdown__modal{transform:scaleY(1)}.dropdown__modal.--right{transform:translateY(-50%) scaleX(0);transform-origin:left;left:100%;margin-left:-3px;top:50%}.dropdown__modal.--right:hover,.dropdown__btn:hover+.dropdown__modal.--right{transform:translateY(-50%) scaleX(1)}.dropdown__btn.--right:after{transform-origin:top;right:1.5625rem;transform:rotate(-90deg)}.dropdown__modal-content{display:flex;border-radius:0 0 .25rem .25rem;border:1px solid #eee;background-color:#fff;font-size:.875rem}.dropdown__modal-content.--column{flex-direction:column}.dropdown__modal-content .dropdown__item:not(.btn){display:inline-block;padding:.75rem .625rem;border-bottom:solid 2px transparent;white-space:nowrap}.dropdown__modal-content .dropdown__item:not(.btn):hover{color:#ed1c24;background-color:#eee;border-bottom:solid 2px currentColor}.dropdown__modal-content.--column .dropdown__item:not(.btn){padding:.625rem;border-color:#eee}.dropdown__modal-content.--column .dropdown__item:not(.btn):hover{background-color:#eee;border-color:currentColor}.button{transition:all .25s ease-in-out;text-align:center;display:inline-block;padding:.95em 1.65em;line-height:1.25;text-decoration:none;letter-spacing:.025em;border-radius:.5rem}.button:hover,.button:focus{background-color:#c60f0f;color:#fff}.btn\:rounded{border-radius:5em}.btn\:new-style,.btn\:new-style\:outline,.btn\:new-style\:shadow,.btn\:new-style\:red-shadow{background:#ED1C24;color:#fff;font-weight:700;box-shadow:0 0 0 .65em #ed1c2440;transition:all .35s cubic-bezier(.68,-.55,.27,1.55)}.btn\:new-style:hover,.btn\:new-style\:outline:hover,.btn\:new-style\:shadow:hover,.btn\:new-style\:red-shadow:hover,.btn\:new-style:focus,.btn\:new-style\:outline:focus,.btn\:new-style\:shadow:focus,.btn\:new-style\:red-shadow:focus{background:transparent;color:#ed1c24;box-shadow:0 0 0 .15em #ed1c24}.btn\:new-style\:red-shadow{box-shadow:0 0 0 .65em #ed1c2440,0 1.5625em 1.875em #ed1c24a6}.btn\:new-style\:shadow{box-shadow:0 0 0 .65em #ed1c2440,0 1.5625em 1.875em #00000080}.btn\:new-style\:outline{background:transparent;color:#ed1c24;box-shadow:0 0 0 .25em currentColor}.btn\:new-style\:outline:hover,.btn\:new-style\:outline:focus{background:rgb(237,28,36);color:#fff;box-shadow:0 0 0 .15em #ed1c24}.btn\:new-style\:outline.c\:white{color:#fff}.btn\:shadow{box-shadow:0 0 2em #000000bf}.btn\:red{background:#ED1C24;color:#fff}.btn\:red:hover,.btn\:red:focus{background:#f53339}.btn\:red-shadow{box-shadow:0 .3125em .375em #ed1c2480}.btn\:red-shadow:hover{box-shadow:0 0 0 transparent}.fs-header{min-height:100vh;width:100%;color:#fff;position:relative;background-size:cover}@media (max-width: 575.98px){.fs-header .btn-container{margin-bottom:.9375rem}}@media (max-width: 575.98px){.fs-header{text-align:center}}.fs-header.--market{min-height:50vh;background-position:center}@media (max-width: 575.98px){.fs-header.--market{min-height:15.625rem}}.fs-header.--full-screen-cover-page{min-height:50vh;background-position:center}@media (max-width: 575.98px){.fs-header.--full-screen-cover-page{min-height:15.625rem}}.fs-header.--birdsi{color:#000}.fs-header.--birdsi .fs-header__subtitle{max-width:37.5rem}.fs-header__opener{position:absolute;width:100%;bottom:6.25rem;max-width:68.75rem}@media (max-width: 991.98px){.fs-header__opener{bottom:18.75rem}}@media (max-width: 575.98px){.fs-header__opener{position:relative;bottom:initial}}@media (max-width: 767.98px){.fs-header__opener{transform:translateY(40%)}}@media (max-width: 575.98px){.fs-header__opener{transform:none}}.fs-header__opener.--market-page,.fs-header__opener.--full-width-image-page{bottom:0rem}@media (max-width: 767.98px){.fs-header__opener.--market-page,.fs-header__opener.--full-width-image-page{position:absolute;bottom:initial;top:50%;left:50%;transform:translate(-50%,-50%);width:20rem}}.fs-header__opener.--birdsi-page{background:rgba(255,255,255,.85);padding:1.5625rem;bottom:0;max-width:83.75rem}.row.--home-header-row{flex-direction:column-reverse}.fs-header__title{margin-top:1.5625rem;font-size:3.75rem;line-height:1;letter-spacing:.01em;font-weight:900;text-shadow:0 5px 8px rgba(0,0,0,.5)}@media (max-width: 575.98px){.fs-header__title{font-size:1.98875rem;line-height:1.15;text-shadow:0 2px 4px rgba(0,0,0,.5),0 3px 12px rgba(0,0,0,.25)}}.--market-page .fs-header__title,.--full-width-image-page .fs-header__title{margin-top:0}.--full-width-image-page .fs-header__title{margin-bottom:1.5625rem}.--birdsi-page .fs-header__title{text-transform:none}.fs-header__subtitle{margin-bottom:2.1875rem}@media (max-width: 575.98px){.fs-header__subtitle{margin-bottom:.9375rem;text-shadow:0 3px 12px rgba(0,0,0,.25)}}.event-promo{background:#000;border-radius:3.125rem;padding:.3125rem .9375rem;color:#fff;display:inline-block}@media (max-width: 575.98px){.event-promo{background:rgba(0,0,0,.55);padding:.25em .5em 1em;font-size:.875rem;border-radius:5px;padding-top:.625rem;margin:1.25rem 0;display:block}}.event-promo__label{font-weight:700;padding-right:.3125rem}.event-promo__label:before{font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;content:"";font-size:.8125rem;padding-right:.5rem;display:inline-block}@media (max-width: 575.98px){.event-promo__label{display:block}}.event-promo__link{text-decoration:none;color:#ed1c24;transition:none;letter-spacing:.025em;font-weight:400;position:relative}.event-promo__link:hover{text-decoration:underline}.event-promo__link:after{font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;content:"";font-size:.75rem;padding-left:.5rem;color:#ed1c24;display:inline-block;position:relative;top:-1px}@media (max-width: 575.98px){.event-promo__link{font-weight:700;text-decoration:underline}}.flags-selector{display:inline-block;padding-left:12px}.footer{margin-top:6.25rem}@media (max-width: 575.98px){.footer{margin-top:3.125rem}}.footer.-mt-0{margin-top:0}.footer.-mt-0 .--footer-container{border-top:none!important}.row.--footer-container{padding-top:3.125rem;border-top:solid 2px #A2A2A2}.footer-menu__list{display:flex;flex-flow:row wrap}.footer-menu__item{display:block;width:100%;margin-bottom:.9375rem;text-align:left;padding-right:2.5rem;order:100;padding-top:1em}@media (max-width: 575.98px){.footer-menu__item{width:100%;padding-right:0;line-height:1.25}}.footer-menu__item.menu-item-has-children{width:33%;order:initial}@media (max-width: 575.98px){.footer-menu__item.menu-item-has-children{width:100%}}.footer-menu__item.--col-2{width:66%;padding-right:0}@media (max-width: 575.98px){.footer-menu__item.--col-2{width:100%}}.footer-menu__section-title{font-size:.875rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase;margin-bottom:.25rem}.footer-submenu__list.--col-2{max-height:10.625rem;display:flex;flex-flow:column wrap}@media (max-width: 575.98px){.footer-submenu__list.--col-2{display:block;max-height:initial}}.footer-submenu__list.--col-2 .footer-submenu__item{width:50%}.footer-submenu__list.--col-2 .footer-submenu__item:nth-child(odd){padding-right:2.5rem}@media (max-width: 575.98px){.footer-submenu__list.--col-2 .footer-submenu__item{width:100%;padding-right:0!important;display:list-item}}.footer-submenu__item{font-size:.875rem;line-height:1.5}.footer-submenu__link{opacity:.5}.footer-submenu__link:hover{opacity:1}.footer__logo-container{text-align:center;padding-top:1.875rem}@media (max-width: 575.98px){.footer__logo-container{margin-top:0;padding-top:0}}.social-icons__list{margin-top:1.875rem;display:inline-block}@media (max-width: 575.98px){.social-icons__list{margin-bottom:1.5625rem}}.social-icons__item{padding-right:1.25em;font-size:.8125rem}.social-icons__item:last-child{padding-right:0}@media (max-width: 575.98px){.social-icons__item{width:100%;padding-right:0}}.social-icons__item-title{padding-left:.3em;text-decoration:underline}.copyright{background:#313131;padding:.9375rem 0 1.125rem}@media (max-width: 575.98px){.copyright{text-align:center}}.copyright__name{font-size:.75rem;font-weight:700;color:#c5c5c5}.copyright__ferenity{color:#737373;font-size:.75rem}.copyright__ferenity-link{text-decoration:underline}.copyright__ferenity-link:hover{color:#c5c5c5;text-decoration:underline}.copyright__tagline{font-size:1rem;font-weight:700;color:#646464;text-align:right}@media (max-width: 767.98px){.copyright__tagline{text-align:left}}@media (max-width: 575.98px){.copyright__tagline{text-align:center;margin-bottom:.625rem;line-height:1.1}}.legal-nav{text-align:right}@media (max-width: 767.98px){.legal-nav{text-align:left}}@media (max-width: 575.98px){.legal-nav{text-align:center}}.legal-nav__item+.legal-nav__item{margin-left:.3125rem}.legal-nav__item+.legal-nav__item:before{content:"–";display:inline-block;margin-right:.3125rem;color:#8f8f8f}.legal-nav__link{color:#8f8f8f}.legal-nav__link:hover{color:#aaa;text-decoration:underline}.home-markets{margin-bottom:9.375rem}@media (max-width: 575.98px){.home-markets{margin-bottom:1.5625rem}}.home-markets__title{font-size:3.75rem;color:#2f4359;line-height:1.15;text-transform:uppercase;font-weight:900}@media (max-width: 575.98px){.home-markets__title{font-size:1.98875rem;margin-top:1.25rem}}.home-markets__subtitle{color:#2f4359}.home-markets__image{margin-right:1.5625rem}.home-markets__header{padding-bottom:3.125rem}@media (max-width: 575.98px){.home-markets__header{text-align:center;padding-bottom:1.25rem}}.news-feed__container{display:flex;align-items:center}@media (max-width: 575.98px){.news-feed__container{text-align:left;padding:.9375rem;background:#f5f5f5;border-bottom:1px solid #e2e4e7;margin-bottom:.9375rem}}.news-feed__title{font-size:.8125rem;font-weight:400;letter-spacing:.025em}.news-feed__title:before{font-family:"Font Awesome 5 Free",sans-serif;font-weight:400;content:"";font-size:1rem;position:relative;display:inline-block;transform:translateY(1px);padding-right:.3125rem}.news-promo{margin-top:.9375rem}.news-promo__title{line-height:1.25;margin-bottom:.1875rem;font-size:1.25em}.news-promo__link{color:#ed1c24;font-weight:700;text-decoration:none}.news-promo__link:hover{text-decoration:underline}.news-promo__meta{font-size:.6875rem;color:#000;font-weight:700}.market-selector__list{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch}@media (max-width: 575.98px){.market-selector__list{align-content:center;justify-content:center}}.market-selector__item{width:23.5%;margin-bottom:1.125rem;margin-right:1.5%}@media (max-width: 575.98px){.market-selector__item{width:100%;margin-right:0%}}.market-btn{position:relative;max-width:25rem;background:#fff;border-radius:.25rem}.market-btn:after,.market-btn:before{content:"";display:block;position:absolute;transform:translateY(-50%);top:50%}.market-btn:after{width:2.1875rem;height:2.1875rem;left:.4375rem;background-repeat:no-repeat;background-size:100%;background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/seedling.svg)}.market-btn.--empty{background:none;border:none!important}.market-btn.--empty .market-btn__link{border:2px dashed #b4b4b4;box-shadow:none;color:#a8a8a8}.market-btn.--empty .market-btn__link:before{content:none}.market-btn.--empty .market-btn__link:after{color:#a8a8a8}.market-btn.--empty .market-btn__link:hover{color:#ed1c24}@media (max-width: 575.98px){.market-btn{margin:auto}}.market-btn.--recycling:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/recycling.svg)}.market-btn.--chemicals:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/chemicals.svg)}.market-btn.--hard-rock:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/hard-rock.svg)}.market-btn.--steel:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/steel.svg)}.market-btn.--sands-gravel:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/sand-gravel.svg)}.market-btn.--oil-sands:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/oil-sands.svg)}.market-btn.--aggregates:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/aggregates.svg)}.market-btn.--power:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/power.svg)}.market-btn.--ports:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/ports.svg)}.market-btn.--other-mining:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/other-mining.svg)}.market-btn.--coal-mining:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/coal-mining.svg)}.market-btn.--cement:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/cement.svg)}.market-btn.--recycling:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/recycling.svg)}.market-btn.--agriculture:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/seedling.svg)}.market-btn.--wood:after{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/wood.svg)}.market-btn.--empty .market-btn__link{padding-left:.9375rem}.market-btn.--empty:after{background-image:none}.market-btn__link{position:relative;display:block;width:100%;padding:1rem 1.25rem .8125rem 3.125rem;border-radius:.25rem;box-shadow:0 3px #000;transition:all .25s ease-in-out}.market-btn__link:after,.market-btn__link:before{content:"";display:block;position:absolute;transform:translateY(-50%);top:50%}.market-btn__link:hover{color:#fff}.market-btn__link:hover:after{color:#fff}.market-btn__link:after{transition:all .25s ease-in-out;font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;content:"";font-size:.75rem;color:#ed1c24;right:.625rem}.market-btn__link:before{transition:all .15s ease-in-out;height:100%;transform:scaleY(0);left:0;top:0;width:100%;background:#646d7c;border-radius:.25rem;transform-origin:center bottom}.market-btn__link:hover:before{transform:scaleY(1)}.--agriculture>.market-btn__link{box-shadow:0 3px #858923}.--agriculture>.market-btn__link:before{background:#b4cc04}.--cement>.market-btn__link{box-shadow:0 3px #2f2f2f}.--cement>.market-btn__link:before{background:#696969}.--wood>.market-btn__link{box-shadow:0 3px #524021}.--wood>.market-btn__link:before{background:#ad8f6a}.--chemicals>.market-btn__link{box-shadow:0 3px #133d67}.--chemicals>.market-btn__link:before{background:#466ea9}.--sands-gravel>.market-btn__link{box-shadow:0 3px #746d60}.--sands-gravel>.market-btn__link:before{background:#ebdab3}.--coal-mining>.market-btn__link{box-shadow:0 3px #26262e}.--coal-mining>.market-btn__link:before{background:#27272a}.--recycling>.market-btn__link{box-shadow:0 3px #859d96}.--recycling>.market-btn__link:before{background:#85c9c8}.--other-mining>.market-btn__link{box-shadow:0 3px #636362}.--other-mining>.market-btn__link:before{background:#858584}.--steel>.market-btn__link{box-shadow:0 3px #526e84}.--steel>.market-btn__link:before{background:#2f4457}.--ports>.market-btn__link{box-shadow:0 3px #27514e}.--ports>.market-btn__link:before{background:#003345}.--oil-sands>.market-btn__link{box-shadow:0 3px #5e7169}.--oil-sands>.market-btn__link:before{background:#47445d}.--power>.market-btn__link{box-shadow:0 3px #fec608}.--power>.market-btn__link:before{background:#ffed00}.--hard-rock>.market-btn__link{box-shadow:0 3px #7497a8}.--hard-rock>.market-btn__link:before{background:#131934}.--aggregates>.market-btn__link{box-shadow:0 3px #b9464f}.--aggregates>.market-btn__link:before{background:#e65741}.--metal>.market-btn__link{box-shadow:0 3px #91db51}.--metal>.market-btn__link:before{background:#376F07}@media (max-width: 575.98px){.market-btn__link{background:#fff;box-shadow:none!important}.market-btn__link:before{z-index:-1;transform:scaleY(1);filter:blur(8px);opacity:.35}.market-btn__link:hover{background:rgb(237,28,36)}}.market-btn__title{font-size:1rem;font-weight:700;line-height:1.15;position:relative}.market-btn__link:hover .market-btn__title{text-decoration:underline}.market-btn__desc{font-size:.8125rem;line-height:1.15;position:relative}.market-selector{border-radius:.375em;background:#eee;padding:2.5rem;max-width:87.5rem;margin:auto}@media (max-width: 575.98px){.market-selector{background:none;padding:.9375rem}}.market-selector__mobile{text-align:center}.market-selector__mobile-select{padding:1.25rem;font-weight:700;border:1px solid #A2A2A2;width:100%;max-width:21.875rem;box-shadow:0 .625rem .9375rem #2f4359bf;display:block;font-size:1.125rem;line-height:1.25;appearance:none;background:#fff url(/app/themes/fennerdunlop/dist/images/icons/select-arow.svg) no-repeat right .9375rem top 50%}.market-selector__mobile-select::-ms-expand{display:none}.market-selector__mobile-select:hover{border-color:#2f4359}.market-selector__mobile-select:focus{border-color:#2f4359;outline:none}.market-selector__mobile-select option{font-weight:400}.product-slider{position:relative;padding:1.25rem 0 5rem;margin-bottom:9.375rem;overflow:hidden}@media (max-width: 575.98px){.product-slider{text-align:center;border:1px solid #eee;border-right:none;border-left:none;padding:1.25rem 0;margin-bottom:3.125rem}}.product-slider__bg-helper{position:absolute;right:0;top:0;width:38vw;z-index:-1;height:100%;background-position:right top;background-repeat:no-repeat;background-size:cover}.product-slider__bg-helper:after{left:0;top:0;position:absolute;content:"";display:block;height:100%;width:9.375rem;background:linear-gradient(90deg,rgb(255,255,255) 0%,rgba(255,255,255,0) 100%)}@media (max-width: 575.98px){.product-slider__bg-helper{width:100%;height:50%;bottom:0;top:initial}.product-slider__bg-helper:after{left:0;top:0;position:absolute;content:"";display:block;height:7.5rem;width:100%;background:linear-gradient(180deg,rgb(255,255,255) 0%,rgba(255,255,255,0) 100%)}}.product-slider__title{position:absolute;right:3.125rem;top:3.125rem;font-weight:900;font-size:1rem;letter-spacing:.01em;color:#878787}@media (max-width: 575.98px){.product-slider__title{position:initial;text-align:left}}.product-slider__header{display:flex;align-items:center;flex-flow:row wrap;margin-bottom:4.6875rem}@media (max-width: 575.98px){.product-slider__header{flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;margin-bottom:1.5625rem;text-align:left}}.product-slider__x-series-logo{margin-right:4.375rem;max-width:25rem}@media (max-width: 575.98px){.product-slider__x-series-logo{margin:.9375rem 0;max-width:12.5rem}}.product-slider__x-series-desc{font-size:.875rem;font-weight:700;line-height:20/14}@media (max-width: 575.98px){.product-slider__x-series-desc{font-size:1rem;text-align:left}}.product-slider__main{display:flex;flex-flow:row wrap;align-items:stretch}@media (max-width: 575.98px){.product-slider__main{flex-flow:column wrap}}.product-slider__nav{width:16.666%}@media (max-width: 575.98px){.product-slider__nav{width:100%;padding:1.5625rem 0;background:rgba(0,0,0,.05)}}.product-slider__nav-list{padding:1.25rem 3.125rem 1.25rem .9375rem;border-right:solid 1px #A2A2A2;display:block}@media (max-width: 575.98px){.product-slider__nav-list{padding:.3125rem;border-right:none;display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between}}.product-slider__nav-item{display:block;text-align:center;margin-bottom:4.375rem;max-height:5rem}@media (max-width: 575.98px){.product-slider__nav-item{margin-bottom:.3125rem;padding-right:.9375rem;width:30%}.product-slider__nav-item:last-child{padding-right:0}}.product-slider__nav-link{transition:all .25s ease-in-out;opacity:.2}.--active .product-slider__nav-link{opacity:1}.product-slider__nav-link:hover{opacity:.7}.product-slider__slides{width:83.333%;position:relative;padding:1.25rem 0 1.25rem 3.125rem}@media (max-width: 575.98px){.product-slider__slides{width:100%;min-height:18.75rem;padding:0;margin-top:1.5625rem}}.product-slide{position:absolute;display:flex;flex-flow:row wrap;width:100%}@media (max-width: 575.98px){.product-slide{position:relative;text-align:left}}.product-slide__col{position:relative}.product-slide__col.--content{width:55%;padding-right:1.5625rem}@media (max-width: 575.98px){.product-slide__col.--content{width:80%}}.product-slide__col.--images{width:45%;padding-bottom:1.875rem}@media (max-width: 575.98px){.product-slide__col.--images{width:20%;justify-content:flex-start;align-items:flex-start}}.product-slide__title{display:flex;align-items:center;justify-content:flex-start;flex-flow:row wrap}@media (max-width: 575.98px){.product-slide__title{flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;margin-bottom:.9375rem}}.product-slide__product-name{font-size:2.1875rem;font-weight:900;letter-spacing:.01em;margin-right:.625rem}@media (max-width: 575.98px){.product-slide__product-name{font-size:1.41375rem}}.product-slide__label{font-weight:700;font-size:.875rem;color:#fff;background:#000;display:inline-block;padding:.25rem .375rem}@media (max-width: 575.98px){.product-slide__label{font-size:.8125rem;background:none;border-left:2px solid #000;color:#000;font-weight:700;padding:.0625rem .0625rem .0625rem .4375rem}}.product-slide__description{margin-bottom:1.875rem;max-width:31.25rem}@media (max-width: 575.98px){.product-slide__description{margin-bottom:.9375rem}}.product-slide__extra-title{font-weight:900;font-size:1.41375rem;line-height:1.25;margin-bottom:1.875rem;max-width:31.25rem}.product-slide__big-fig{position:relative}@media (max-width: 575.98px){.product-slide__big-img,.product-slide__small-img{border-radius:.25rem}}.product-slide__caption{position:absolute;bottom:0;left:-.3125rem;text-transform:uppercase;color:#a2a2a2;letter-spacing:.2em;font-size:.6875rem;transform-origin:left bottom;transform:rotate(-90deg)}@media (max-width: 575.98px){.product-slide__caption{transform:none;left:0;position:initial;display:none}}.product-slide__small-fig{position:absolute;bottom:0;right:0}@media (max-width: 575.98px){.product-slide__small-fig{position:initial}}.product-slider__inline-nav{position:absolute;bottom:3.125rem;left:3.125rem}@media (max-width: 575.98px){.product-slider__inline-nav{position:initial;text-align:center;margin-top:1.875rem}}.product-slider__inline-nav-item{font-weight:700}.product-slider__inline-nav-item.--slide-item{font-weight:900}.product-slider__inline-nav-item.--slide-item:nth-last-child(2):after{content:none}.product-slider__inline-nav-item.--slide-item:after{margin:0 .1875rem;color:#a2a2a2;content:"—"}.product-slider__inline-nav-link{color:#a2a2a2}.--active>.product-slider__inline-nav-link{color:#000;text-decoration:underline}.product-slider__inline-nav-btn{font-size:.75rem;color:#ed1c24;display:inline-block;padding:.125rem .5rem;cursor:pointer;transform:translateY(-1px)}.product-slider__inline-nav-btn:hover{background:#eee}.fade-enter-active,.fade-leave-active{transition:opacity 1s}.fade-enter,.fade-leave-to{opacity:0}.slide-left-enter-active{transition:all .4s ease}.slide-left-leave-active{transition:all .15s cubic-bezier(1,.5,.8,1)}.slide-left-enter,.slide-left-leave-to{transform:translate(20px);opacity:0}.slide-top-enter-active{transition:all .4s ease}.slide-top-leave-active{transition:all .1s ease-in-out}.slide-top-enter,.slide-left-leave-to{transform:translate(-60px);opacity:0}.slide-bottom-enter-active{transition:all .4s ease}.slide-bottom-leave-active{transition:all .1s ease-in-out}.slide-bottom-enter,.slide-left-leave-to{transform:translate(60px);opacity:0}.compounds-promo{margin-bottom:4.6875rem}.compounds-promo__content{z-index:1;padding-left:9.375rem;position:relative}.compounds-promo__content:after,.compounds-promo__content:before{content:"";display:block;position:absolute}.compounds-promo__content:before{top:-.5rem;left:0;width:6.875rem;height:6.875rem;background:url(/app/themes/fennerdunlop/dist/images/icons/compounds.svg) center no-repeat;border:4px solid rgb(237,28,36);border-radius:12.5rem}@media (max-width: 575.98px){.compounds-promo__content:before{top:-.1875rem;width:2.5rem;height:2.5rem;background-size:1.875rem;border-width:2px}}@media (max-width: 575.98px){.compounds-promo__content{padding-left:3.4375rem}}.compounds-promo__text{max-width:34.375rem;margin:1.25rem 0 1.875rem}.compounds-promo__text p{text-align:left}@media (max-width: 575.98px){.compounds-promo__btn-container{justify-content:flex-start}}.compounds-promo__image-bg{z-index:-1}.distributors-promo{background:rgb(237,28,36);margin-bottom:7.1875rem;position:relative}.distributors-promo:after,.distributors-promo:before{content:"";display:block;position:absolute;transform:translateY(-50%);top:50%}.distributors-promo.-mb-0{margin-bottom:0}.distributors-promo:after{transition:all .25s ease-in-out;right:0;height:100%;background:url(/app/themes/fennerdunlop/dist/images/distributors-bg.jpg) no-repeat left center;background-size:cover;width:70vw;opacity:.35}.distributors-promo:hover:after{opacity:.75}.distributors-promo.--basic{overflow:hidden;border-radius:.5rem}.distributors-promo.--basic .distributors-promo__content{padding:2.5rem}.distributors-promo.--basic .distributors-promo__content:before{content:none}@media (max-width: 575.98px){.distributors-promo{margin-bottom:3.125rem}}.distributors-promo__content{z-index:1;padding:1.25rem 1.25rem 2.5rem 9.375rem;position:relative}.distributors-promo__content:after,.distributors-promo__content:before{content:"";display:block;position:absolute}.distributors-promo__content:before{z-index:1;width:255px;height:292px;right:100%;top:-4.6875rem;transform:translate(7.5rem);background:url(/app/themes/fennerdunlop/dist/images/distributors-illustration.png) no-repeat center}@media (max-width: 575.98px){.distributors-promo__content:before{top:-5rem;background-size:90%}}@media (max-width: 575.98px){.distributors-promo__content{padding-left:6.25rem;padding-top:.625rem}}.distributors-promo__label{font-size:1rem;font-weight:700;margin-bottom:.625rem}.distributors-promo__label:before{font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;content:"";margin-right:.625rem}.distributors-promo__text{margin:1.25rem 0 1.875rem;max-width:65ch}@media (max-width: 575.98px){.distributors-promo__text{padding-top:.625rem}}@media (max-width: 575.98px){.distributors-promo__title{font-size:1.125rem;border-bottom:1px solid #fff;padding-bottom:.625rem}}.splicing-banner{margin-bottom:6.25rem}@media (max-width: 575.98px){.splicing-banner{margin-bottom:3.125rem}}.splicing-banner__articles{display:flex;justify-content:space-around}@media (max-width: 575.98px){.splicing-banner__articles{flex-flow:column}}@media (max-width: 575.98px){.splicing-banner__title{text-align:center}}.splicing-article{width:50%;padding:0 .9375rem}@media (max-width: 575.98px){.splicing-article{width:100%;padding:0;margin-top:1.5625rem;padding:.9375rem;background:#f5f5f5}}.splicing-article__content{margin:.9375rem 0 1.25rem}.splicing-article__header{padding-left:3.4375rem;position:relative}.splicing-article__header:after,.splicing-article__header:before{content:"";display:block;position:absolute}.splicing-article__header:before{top:-4px;left:0;background:url(/app/themes/fennerdunlop/dist/images/icons/splicing.svg) no-repeat center;width:2.5rem;height:2.5rem}.splicing-article__header.--products:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/screwdriver.svg)}.splicing-article__title,.splicing-article__category{display:block;font-weight:700;line-height:1.25}.splicing-article__category{font-size:.8125rem;letter-spacing:.05em}.splicing-article__title{font-size:1rem}.splicing-promo{margin-bottom:9.375rem}@media (max-width: 575.98px){.splicing-promo{margin-bottom:3.125rem}}.splicing-promo__title{text-transform:none;line-height:1.25}.splicing-promo__title a{color:#ed1c24;text-decoration:underline;display:inline-block;padding:.0625rem .1875rem}.splicing-promo__title a:hover{background:#eee}@media (max-width: 575.98px){.splicing-promo__title{font-size:1.125rem;line-height:1.25}}.splicing-promo__header{display:flex;align-items:center}@media (max-width: 575.98px){.splicing-promo__header{margin-bottom:1.5625rem}}.splicing-promo__product{max-width:7.8125rem}.splicing-promo__img-mask{text-align:center;overflow:hidden;display:inline-block;height:100%;border-radius:.25rem;box-shadow:0 .625rem .9375rem #0000001a;transition:all .25s ease-in-out}.splicing-promo__img-mask:hover{box-shadow:0 .625rem .9375rem #0000004d}.enhancements{margin-bottom:7.1875rem}.enhancements__container{background:#eee;padding:2.1875rem}@media (max-width: 575.98px){.enhancements__container{padding:.9375rem}}.enhancements__title{margin-bottom:.9375rem}.enhancements__desc{max-width:35.9375rem}.enhancements__header{margin-bottom:3.125rem}@media (max-width: 575.98px){.enhancements__header{margin-bottom:1.5625rem;text-align:center;line-height:1.25}}.article-box__mask{display:inline-block;position:relative;border-radius:.25rem;background:rgb(237,28,36)}.article-box__mask:after,.article-box__mask:before{content:"";display:block;position:absolute}.article-box{text-align:center}@media (max-width: 575.98px){.article-box{margin-bottom:1.5625rem}}.article-box.--service-box{margin-bottom:1.5625rem}.services{border-top:1px solid #eee;padding:.9375rem 0;border-bottom:1px solid #eee;margin-bottom:1.5625rem}.services__title{font-weight:900;font-size:.875rem;margin-bottom:.3125rem}.article-box__bg{border-radius:.25rem;box-shadow:0 .625rem .9375rem #0006;transition:all .25s ease-in-out;filter:grayscale(0) contrast(1)}.article-box__mask:hover .article-box__bg{box-shadow:0 .625rem .9375rem #0000001a;opacity:.25;filter:grayscale(100%) contrast(.6)}.article-box__content{position:absolute;text-align:left;z-index:2;bottom:0;left:0;padding:.125rem .9375rem 1.5625rem}@media (max-width: 575.98px){.article-box__content{padding:.625rem}}.article-box__excerpt{text-shadow:0 0 12px rgba(0,0,0,.51)}@media (max-width: 575.98px){.article-box__excerpt{font-size:.875rem;line-height:1.25}}.article-box__title{font-weight:700;font-size:1.4375rem;line-height:1.25}.article-box__mask:hover .article-box__title{text-decoration:underline}.article-box__btn-container{margin-top:.9375rem}@media (max-width: 575.98px){.article-box__btn-container{margin-top:0}}.--service-box .article-box__btn-container{margin-top:0rem}.article-box__link{text-decoration:underline;font-weight:400;color:#ffffffd9}.article-box__mask:hover .article-box__link{color:#fff}.grid-banner{position:relative}.grid-banner.--enhancements{margin-bottom:-4.0625rem}.fs-header{overflow:hidden}.fs-header__video{display:block;position:absolute;left:0;top:0;object-fit:fill}@media (max-width: 767.98px){.fs-header__video{height:100%}}.fs-header__image{display:block;position:absolute;left:0;top:0;object-fit:fill;margin-bottom:0;min-height:100vh;width:100%;background:#000}.fs-header__image img{display:block;position:absolute;top:50%;left:50%;min-height:100%;min-width:100%;transform:translate(-50%,-50%);object-fit:cover}@media (max-width: 575.98px){.fs-header__image img{opacity:.85}}@media (max-width: 575.98px){.fs-header__title{line-height:1.1;margin-bottom:.5em}}@media (max-width: 575.98px){.fs-header__subtitle{font-size:13px}}@media screen and (min-width: 1900px){.fs-header__video{width:100%}}.logo-link{position:relative}.home-markets{background:#fff}.front-page__x-series-btn{background:#da0008 url(/app/themes/fennerdunlop/dist/images/x-series-sign.png) right 1em center no-repeat;color:#fff;padding:1em 100px 1em 1em;font-size:1em;text-align:left;background-size:80px;box-shadow:0 2em 2em #ff464680;border-radius:.5em}.front-page__x-series-btn:hover{box-shadow:0 1em 1em #ff464633;background-position:right .5em center}@media (max-width: 575.98px){.front-page__x-series-btn{font-size:13px;max-width:100%}}.post-main{padding-top:2.1875rem}.carcass-header.--single-post{margin-bottom:.3125rem}.post-meta{margin-bottom:.9375rem}.post-meta__date{display:block;color:#a2a2a2}.post-meta__time{background:#F3F3F3;display:inline-block;padding:.125rem .3125rem}.event-meta{display:flex;flex-flow:row wrap;margin-bottom:2.1875rem;padding:.9375rem 1.5625rem;border:7px solid rgb(237,28,36);box-shadow:0 .625rem .9375rem #00000026}.event-meta__single{display:flex;flex-flow:column;line-height:1.25;margin-bottom:.9375rem;padding-right:2.1875rem;padding-left:2.5rem;position:relative}.event-meta__single:after,.event-meta__single:before{content:"";display:block;position:absolute;transform:translateY(-50%);top:50%}.event-meta__single:before{font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;left:0;top:.625rem;width:1.875rem;height:1.875rem;padding-top:.25rem;text-align:center;color:#ed1c24;background:#eee;border-radius:1.875rem}.event-meta__single.--location:before{content:""}.event-meta__single.--name:before{content:""}.event-meta__single.--date:before{content:""}.event-meta__left-days{width:100%;display:flex;flex-flow:row wrap;align-items:center;margin-bottom:1.5625rem;border-bottom:1px solid #eee;padding-bottom:.9375rem}.event-meta__left-days-value{font-size:4.0625rem;margin-right:.3125rem}.event-meta__label{font-size:.8125rem}.event-meta__value{font-size:1rem;font-weight:700}.sidebar-widget{margin-bottom:1.5625rem}.sidebar-widget.--post-date{border-bottom:1px solid #eee}.tag-cloud__item{margin-right:.625rem}.tag-cloud__link{font-weight:700;display:inline-block;color:#a2a2a2}.tag-cloud__link:before{content:"#"}.page__header{margin-bottom:1.5625rem}.page__header.--attribute-title{margin:0;transform:translateY(-45px);background:#fff;padding:1.5625rem}@media (max-width: 575.98px){.page__header.--attribute-title{transform:translateY(-15px);padding:.75rem}}.page__extra-title{font-weight:400;text-transform:uppercase}.single-item{margin-bottom:1.5625rem;display:flex;flex-flow:row wrap;align-items:stretch}.single-item.--compound{min-height:15.625rem}.single-item__content{display:block;background:#f5f5f5;padding:.9375rem;border:5px solid transparent;width:100%;transition:all .25s ease-in-out;border-radius:.5em}.single-item__content:hover{border-color:#ed1c24}.--has-thumbnail .single-item__content{width:74%}.single-item__title{font-weight:900;letter-spacing:.01em;line-height:1.25;font-size:1.41375rem}.single-item__date{padding-right:.3125rem}.single-item__category:before{content:"/";padding-right:.3125rem}.single-item__category-link{font-weight:700;text-decoration:underline}.single-item__thumbnail-container{margin-right:.3125rem;width:25%;border-left:1px solid #e2e2e2}.pagination{display:block;margin-bottom:3.125rem}.pagination.--no-margin{margin-bottom:0}.pagination__pages{display:flex}.pagination__item{margin-right:.3125rem}.pagination__link{position:relative;font-weight:700;color:#a2a2a2;border-radius:.125rem;display:inline-block;padding:.1875rem .0625rem;min-width:1.875rem;min-height:1.875rem;text-align:center;background:#eee;border:1px solid #eee}.pagination__link:after,.pagination__link:before{content:"";display:block;position:absolute}.pagination__link.current{background:#fff}.pagination__link.--next,.pagination__link.--prev{padding-left:.9375rem;padding-right:.9375rem}.pagination__icon{position:relative;top:-1px;font-size:.75rem;color:#ed1c24}.articles-list{margin-bottom:6.25rem}.articles-list.--attributes-list{margin-top:2.8125rem}.search-form{margin:1.5625rem 0}.search-title{text-transform:none}.search-query{color:#ed1c24;letter-spacing:.025em}.--red-border{padding:1.5625rem;border:7px solid rgb(237,28,36);box-shadow:0 .625rem .9375rem #00000026}.search-field{display:flex;align-items:center}@media (max-width: 575.98px){.search-field{flex-flow:column;align-items:flex-start}}.search-form__label-container{line-height:1.1}.search-field__label{font-size:1rem;line-height:1;cursor:pointer;font-weight:900;padding-right:1.25rem;margin-bottom:0}.search-field__input{outline:none;border:1px solid #A2A2A2;padding:.375rem .375rem .3125rem .625rem;width:20rem;max-width:100%;font-size:1.125rem;border-radius:.125rem}.data-tables.--market-tables{padding:.625rem}.market-products__item{margin-bottom:.3125rem}.market-products__item.--compound{display:flex;flex-flow:column}.market-products__compound-link-container{margin-bottom:0;line-height:1.1}.sidebar-widget__subtitle{margin-bottom:.3125rem;margin-top:.3125rem}.market-products__compound-link{color:#ed1c24;font-size:.875rem;display:inline-block;font-weight:700}.market-products__compound-link:hover{text-decoration:underline}.market-products__compound-attributes{line-height:1.1}.market-products__compound-attr{line-height:1.1;font-size:.8125rem;color:#a2a2a2}.market-products__compound-attr:after{content:"/";margin:0 .25rem}.market-products__compound-attr:last-of-type:after{content:none}.market-products{margin-bottom:1.5625rem}.post-sidebar.--market-sidebar{background:#f5f5f5;padding:.9375rem}.attr-compound-list__title{margin-bottom:1.5625rem}.single-item__attribute{font-size:.75rem;font-weight:700;letter-spacing:.025em;color:#a2a2a2}.single-item__attribute:after{content:"—";margin:0 .2em}.single-item__attribute:last-of-type:after{content:none}.compound-header__list{margin-bottom:1.5625rem}.compound-attrs-list{display:flex;justify-content:flex-start;flex-flow:row wrap}.compound-attrs-list__item{margin-bottom:.3125rem;padding:.125rem .75rem .125rem 0}.compound-sidebar{border-left:1px solid #eee;padding-left:.9375rem}.single-document__thumbnail{margin-right:.625rem}.single-item__content.--document{display:flex}.group{padding:.9375rem .9375rem 2.1875rem;background-size:cover;position:relative;height:100%;margin-bottom:1.5625rem;border:1px solid #eee;overflow:hidden}.group:after,.group:before{content:"";display:block;position:absolute}.group:after{background:#fff;background:linear-gradient(180deg,rgb(255,255,255) 0%,rgba(255,255,255,.85) 75%);inset:0}.group__title,.group__content{position:relative;z-index:1}.group__title{margin-bottom:.9375rem;font-weight:900;font-size:1.39375rem;letter-spacing:.01em}.group__title strong{display:inline-block;border-bottom:6px solid rgb(237,28,36)}.group__content ul{line-height:1.15}.group__content p{line-height:1.25}.group__content h3{font-size:.875rem}.group__content h3>a:after,.group__content h3>a:before{content:none!important}.cleatline{margin-bottom:4.0625rem}@media (max-width: 575.98px){.cleatline{margin-top:2.8125rem}}.cleatline__title{font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;font-weight:400;text-align:center}.belting-products-nav{margin-top:.9375rem}.contact-info__content{margin:.3125rem 0 .9375rem}.contact-info__item{margin-bottom:.5rem}.contact-info__item .fas{margin-right:.625rem;color:#ed1c24}.contact-info__link{color:#ed1c24;font-weight:700}@media (max-width: 575.98px){.carcass-title{font-size:1.375rem}}@media (max-width: 575.98px){.breadcrumbs{font-size:.875rem;line-height:1.1}}.single-brochure__image{text-align:left}@media (max-width: 575.98px){.single-brochure__image{text-align:center}}.single-brochure__content{text-align:left}@media (max-width: 575.98px){.single-brochure__content{margin-top:1.5625rem;text-align:center}}.carcass-group__container{padding:1.5625rem;color:#fff;min-height:18.75rem;margin-bottom:1.5625rem;position:relative}.carcass-group__container:after,.carcass-group__container:before{content:"";display:block;position:absolute}.carcass-group__container:before{left:0;top:0;width:100%;height:100%;box-shadow:0 5px 15px #00000059;border-radius:.5rem;background-size:cover;background-position:center;transition:all .25s ease-in-out;filter:grayscale(0) contrast(100%);z-index:-1}@media (max-width: 575.98px){.carcass-group__container:before{filter:grayscale(100%) contrast(115%)}}.carcass-group__container:after{border-radius:.5rem;left:0;top:0;width:100%;height:100%;background:#000;z-index:-1;opacity:.15;transition:all .25s ease-in-out}@media (max-width: 575.98px){.carcass-group__container:after{opacity:.45}}.carcass-group__container:hover:before{filter:grayscale(100%) contrast(115%)}.carcass-group__container:hover:after{opacity:.45}.carcass-group__container.--plylok:before{background-image:url(/app/themes/fennerdunlop/dist/images/plylok-carcass-group.jpg)}.carcass-group__container.--x-series:before{background-image:url(/app/themes/fennerdunlop/dist/images/x-series-carcass-group.jpg)}.carcass-group__container.--specialty:before{background-image:url(/app/themes/fennerdunlop/dist/images/specialty-carcass-group.jpg)}.carcass-group__title{font-size:4.0625rem;font-weight:900}.carcass-group__content{font-size:.875rem}.carcass-group__content{margin-top:.9375rem}.standard-content.--carcass-groups-content{font-size:.875rem;line-height:1.25}.standard-content.--carcass-group{line-height:1.25}.standard-content.--carcass-group ul{margin:.3125rem 0 .9375rem;max-width:85%}@media (max-width: 575.98px){.standard-content.--carcass-group ul{max-width:100%}}.standard-content.--carcass-group ul li{padding-right:.9375rem}.standard-content.--carcass-group ul li:before{font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;content:"";color:#fff;font-size:.625rem;top:3px}.group-members{z-index:1}.group-members__list{display:flex;flex-flow:row wrap}.group-members__item{margin-bottom:.3125rem;margin-right:1.5625rem}.sidebar-banner{margin:2em 0}.sidebar-banner__block{position:relative;transition:all ease .25s;display:block;background-color:#000;box-shadow:0 10px 15px #0000004d;border-radius:.5em;padding:1.5em 1.25em}.sidebar-banner__block:hover{border-color:#ed1c24;box-shadow:0 15px 22px #ed1c24e6;color:#fff}.sidebar-banner__block:hover .sidebar-banner__title{text-decoration:underline}.sidebar-banner__bg{transition:all ease-in-out .25s;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:.5em;background-size:contain;opacity:.75}.sidebar-banner__block:hover .sidebar-banner__bg{opacity:1}.sidebar-banner__content{position:relative;color:#fff}.sidebar-banner__logo{padding-bottom:.5em}.sidebar-banner__img{max-width:11.5625rem}.sidebar-banner__title{font-weight:900;margin-top:.25em}.sidebar-banner__bnt-cntr{margin-top:1em}.sidebar-banner__btn{transition:all ease .25s;display:inline-block;border:1px solid currentColor;border-radius:.25em;font-weight:700;padding:.25em 1em;line-height:1.1}.sidebar-banner__block:hover .sidebar-banner__btn{background:#fff;border-color:#fff;color:#ed1c24}.password-protected{font-size:1.25em}.password-protected .post-password-form{display:flex;flex-direction:column}.password-protected p{margin-bottom:1em}.password-protected label{font-weight:700}.password-protected input[type=password]{border-radius:.5em;border:1px solid #aaa;padding:.25em .5em}.password-protected form{max-width:25em;border:1px solid #eee;padding:1em}.password-protected form input[type=submit]{background:rgb(237,28,36);color:#fff;border-radius:.25em;padding:.5em 1em;font-weight:700;width:200px;margin-top:.5em;display:block}.market-icon{font-style:normal;display:inline-block;width:2.1875rem;height:2.1875rem;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/seedling.svg)}.market-icon.--recycling{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/seedling.svg)}.market-icon.--recycling{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/recycling.svg)}.market-icon.--chemicals{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/chemicals.svg)}.market-icon.--hard-rock{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/hard-rock.svg)}.market-icon.--steel{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/steel.svg)}.market-icon.--sands-gravel{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/sand-gravel.svg)}.market-icon.--oil-sands{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/oil-sands.svg)}.market-icon.--aggregates{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/aggregates.svg)}.market-icon.--power{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/power.svg)}.market-icon.--ports{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/ports.svg)}.market-icon.--other-mining{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/other-mining.svg)}.market-icon.--coal-mining{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/coal-mining.svg)}.market-icon.--cement{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/cement.svg)}.market-icon.--recycling{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/recycling.svg)}.market-icon.--agriculture{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/seedling.svg)}.market-icon.--wood{background-image:url(/app/themes/fennerdunlop/dist/images/icons/markets/wood.svg)}.market-box{margin-bottom:2.1875rem}@media (max-width: 575.98px){.market-box{margin-bottom:1.25rem}}.market-box__link{position:relative;display:block}.market-box__img{border-radius:.25rem;box-shadow:0 .625rem .9375rem #2f435980;transition:all .25s ease-in-out}.market-box__link:hover .market-box__img{filter:grayscale(1)}.market-box__link:hover .market-box__img{box-shadow:0 0 0 transparent}.market-box__content{display:flex;align-items:center;justify-content:flex-start;position:absolute;padding:.3125rem .9375rem .3125rem .3125rem;bottom:1.5625rem;left:0;background:#f5f5f5;transition:all .15s ease-in-out}.market-box__content .market-icon{display:block;max-width:1.5625rem;max-height:1.5625rem}@media (max-width: 575.98px){.market-box__content .market-icon{position:absolute;top:.3125rem;left:.3125rem}}@media (max-width: 575.98px){.market-box__content{position:initial;background:none}}.market-box__link:hover .market-box__content{background:rgb(237,28,36);color:#fff}.market-box__title{font-size:1rem;text-transform:none;padding-left:.3125rem;letter-spacing:.025em}@media (max-width: 575.98px){.market-box__title{font-size:.875rem}}@media (max-width: 575.98px){.market-box__title{text-decoration:underline}}.market-box__short{margin-top:.9375rem;font-size:.8125rem;color:#9b9b9b;letter-spacing:.025em;line-height:1.25}@media (max-width: 575.98px){.market-box__short{margin-top:.3125rem;display:none}}@media (max-width: 575.98px){.articles-list.--markets-list .col-6{padding:4px}}.attribute-link__container{padding-top:0rem;display:flex;align-items:center}.--no-wrap{white-space:nowrap!important}.attribute-link{color:#000;font-size:.75rem;line-height:1.1}.attribute-link:hover{text-decoration:underline}.attribute-icon{font-style:normal;display:inline-block;width:3.125rem;height:3.125rem;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/low-extraction.svg)}.attribute-icon.--cutgouge{background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/cut-gouge.svg)}.attribute-icon.--cold{background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/cold.svg)}.attribute-icon.--fire{background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/fire.svg)}.attribute-icon.--heat{background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/heat.svg)}.attribute-icon.--oil{background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/oil.svg)}.attribute-icon.--powersaver{background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/power-saver.svg)}.attribute-icon.--lowextraction{background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/low-extraction.svg)}.attribute-icon.--nonstick{background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/non-stick.svg)}.attribute-icon.--abrasion{background-image:url(/app/themes/fennerdunlop/dist/images/icons/compounds/abrasion.svg)}.show-menu-btn__container{margin-bottom:.9375rem}.show-menu-btn{background:#325865;color:#b2ebff;transition:all .25s ease-in-out;letter-spacing:.025em;font-size:.875rem;padding:.1875rem .9375rem;border-radius:3px;border:1px solid rgba(178,235,255,.55);box-shadow:0 5px 7px #0000004d}.show-menu-btn .fa,.show-menu-btn .fas{font-size:.75rem}.show-menu-btn:hover{background:rgb(237,28,36);color:#fff}.distributors-page{height:100%;width:100%;top:0;bottom:0;overflow:hidden}.page__header.--distributors{margin-bottom:0}.distributors__list{padding-top:.625rem}.distributors__list-simplebar{padding-top:2px;border-top:1px solid #325865;height:37.5rem;position:relative}.distributors__list-simplebar:after,.distributors__list-simplebar:before{content:"";display:block;position:absolute}.distributors__list-simplebar:after{transition:all ease-in-out .15s;position:absolute;bottom:0;left:0;width:100%;height:4.0625rem;background:linear-gradient(0deg,#00232f 25%,rgba(255,255,255,0) 100%)}.distributors__list-simplebar:hover:after{opacity:0;z-index:-1}@media (max-width: 767.98px){.distributors__list-simplebar{height:29.375rem}.distributors__list-simplebar:after{height:.9375rem}}@media (max-width: 575.98px){.distributors__list-simplebar{height:25rem}}.distributors-virtual-list{padding-bottom:.9375rem}.distributors__list-title{color:#fff;margin-bottom:.75rem}html.--distributors-html-container{height:100%;overflow:hidden}html.--distributors-html-container body,html.--distributors-html-container #app{height:100%}@media (min-width: 768px){.page-header.--with-padding{padding-bottom:2em}}.distributors-page__flex-helper{display:flex;flex-flow:column;height:100%}@media (max-width: 767.98px){.distributors-page__flex-helper{display:block;height:100%}}.distributors__footer{flex:0 1 30px}@media (max-width: 767.98px){.distributors__footer{display:none}}.copyright.--distributors{background:#00232f;padding:.375rem .9375rem;border-top:1px solid #24373e}.copyright.--distributors .copyright__tagline{color:#244652}.distributors-top-menu{background:#0b2b35;padding:.125rem 3.125rem .9375rem .9375rem;border-bottom:1px solid #1c3b46;width:100%;position:relative;top:0;flex-grow:0;flex-basis:auto}.distributors-top-menu .logo-link{max-width:21.875rem}@media (max-width: 767.98px){.distributors-top-menu{display:none}}.distributors-page__container{position:relative;flex-grow:1;flex-basis:auto}@media (max-width: 767.98px){.distributors-page__container{display:block;height:100%}}.distributors__sidebar{transition:height .25s ease-in-out;width:20%;height:100%;background:#00232f;color:#325865;border-right:2px solid rgba(178,235,255,.55);box-shadow:6px 0 14px #11284e45;padding:.9375rem .3125rem;z-index:1;position:relative;overflow:hidden;float:left}.distributors__sidebar.--hover{background:#004154}@media (max-width: 991.98px){.distributors__sidebar{width:30%}}@media (max-width: 575.98px){.distributors__sidebar{width:35%}}@media (max-width: 767.98px){.distributors__sidebar{width:100%;height:100px;position:absolute;bottom:0;z-index:3}}@media (max-width: 767.98px){.distributors__sidebar.--pulled-up{height:31.25rem}}@media screen and (max-height: 680px){.distributors__sidebar.--pulled-up{height:25rem}}@media screen and (max-height: 600px){.distributors__sidebar.--pulled-up{height:20rem}}@media screen and (max-height: 400px){.distributors__sidebar.--pulled-up{height:16.25rem}}@media (max-width: 767.98px){.--hide-on-mobile{display:none}}@media (max-width: 767.98px){.--distributors .page__title{font-size:.75rem}}.dist-map{width:80%;height:100%;top:0;bottom:0;right:0;position:absolute}@media (max-width: 991.98px){.dist-map{width:70%}}@media (max-width: 575.98px){.dist-map{width:65%}}@media (max-width: 767.98px){.dist-map{width:100%}}.distributor-marker{transition:border-color ease-in-out .25s;background-color:#acc4e0;width:2.5rem;height:2.5rem;border-radius:6.25rem;border:2px solid rgba(255,255,255,0);cursor:pointer;box-shadow:2px 5px 10px #00000040;animation:sizePulse 2s infinite;background-size:cover;background-position:center}.distributor-marker:hover{border-color:#ed1c24}.distributor-marker.--eriks{background-color:#244dad}.distributor-marker__crew{padding:.25em .5em;background:rgba(30,83,101,.28);display:inline-block;border-radius:.25em;line-height:1.25;color:#14252c;font-size:1em}.distributor-marker__address{white-space:pre-line;font-size:.75rem}.distributor-marker__logo{max-width:9.375rem}.distributor-marker__logo img{max-height:5rem;border:1px solid #eee}.distr-box{transition:all .25s ease-in-out;display:flex;align-items:center;background:rgba(178,235,255,.11);padding:.3125rem;margin-bottom:.3125rem;border-radius:.25rem;transform:translateY(0);cursor:pointer;border:1px solid transparent}.distr-box:hover{transform:translateY(-3px);background:rgba(178,235,255,.2)}.distr-box.--selected{min-height:4.0625rem;border-color:#ed1c24;background:rgb(237,28,36);animation:pulse 2s infinite;box-shadow:0 5px #612525}.distr-box.--selected .distr-box__address{color:#fff}@keyframes pulse{0%{border-color:#fff6}70%{border-color:#fffc}to{border-color:#fff6}}@keyframes sizePulse{}.mapboxgl-popup-content{background:rgba(255,255,255,.831372549);padding:5px}.distr-box__logo-container{min-width:2.1875rem}.distr-box__logo{border-radius:6.25rem;width:2.1875rem}.distr-box__content{padding-left:.3125rem}.distr-box__title{font-size:.75rem;color:#eee;font-weight:400}.distr-box__address{font-size:.6875rem;line-height:1.15;color:#aaa}.distr-box__services-crew{color:#38898d}.--selected .distr-box__services-crew{color:#fff}.no-distributors-in-area{position:absolute;transform:translate(-50%,-50%);left:62.5%;top:40%;min-width:250px;width:45%;min-height:18.75rem;padding:3.125rem;border-radius:.625rem;min-height:150px;background:#fff;box-shadow:5px 5px 25px #00000040;z-index:3}@media (max-width: 991.98px){.no-distributors-in-area{left:65%}}@media (max-width: 767.98px){.no-distributors-in-area{left:50%;width:65%}}@media (max-width: 575.98px){.no-distributors-in-area{left:50%;width:95%}}button.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate{background-image:url(/app/themes/fennerdunlop/dist/images/icons/mapbox/mapboxgl-ctrl-geolocate.svg)}.eagle-eye-box{background:rgb(237,28,36);color:#fff;padding:2.1875rem 1.5625rem;box-shadow:5px 10px 25px #00000026;border-radius:4px}@media (max-width: 575.98px){.eagle-eye-box{padding:.9375rem}}.eagle-eye-box__subtitle{font-weight:700}.eagle-eye-box__mobile{margin-bottom:.9375rem;position:relative;display:block;line-height:1.25;font-weight:700}.eagle-eye-box__mobile:before{content:none}.birdsi-breadcrumb{font-size:13px;opacity:.5;display:flex;justify-content:flex-end;padding-right:.625rem}@media (max-width: 575.98px){.birdsi-breadcrumb .breadcrumbs{font-size:11px}.birdsi-breadcrumb .breadcrumbs a{padding:0 1px}}.birdsi-header__row{align-items:center}@media (max-width: 767.98px){.birdsi-header__row{flex-direction:column-reverse}}.birdsi-header__title{font-size:1rem;font-weight:400;margin-bottom:0}.birdsi-header__product-name{font-weight:700;margin-right:.3em}.birdsi-header__title-span{font-weight:400;letter-spacing:.05em;font-size:.9em;color:#aaa;text-transform:uppercase}.birdsi-header__title-span:before{content:"|";padding-right:.3em}.birdsi-header__logo{max-width:17.5rem;margin-bottom:.9375rem}@media (max-width: 575.98px){.birdsi-header__logo{max-width:11.25rem;margin-bottom:.9375rem}}@media (max-width: 767.98px){.eagle-eye-btn-container{justify-content:flex-start!important;margin-bottom:1.5625rem}}.birdsi-header__title-long{font-size:3.25rem;font-weight:900;margin:8px 0 .25em;line-height:1;text-transform:uppercase}@media screen and (max-width: 1649px){.birdsi-header__title-long{font-size:2.375rem}}@media (max-width: 991.98px){.birdsi-header__title-long{font-size:2rem}}.eagle-eye-box__header{display:flex;align-items:center;margin-bottom:.625rem}@media (max-width: 575.98px){.eagle-eye-box__header{flex-direction:column-reverse;align-items:flex-start}}.eagle-eye-box__photo{max-width:11.25rem;position:relative}@media (max-width: 575.98px){.eagle-eye-box__photo{margin-bottom:.9375rem}}.eagle-eye-box__img{border-radius:4px}.birdsi-header__opener{font-size:1.5em;margin-bottom:1.5625rem}@media screen and (max-width: 1649px){.birdsi-header__opener{font-size:1.2em}}@media screen and (max-width: 1300px){.birdsi-header__opener{font-size:1.05em}}.birdsi-header__content{padding-right:.625rem;padding-left:5rem;padding-bottom:1.5625rem}@media screen and (max-width: 1649px){.birdsi-header__content{padding-left:2.8125rem}}@media (max-width: 767.98px){.birdsi-header__content{padding-left:.9375rem;padding-right:.9375rem}}.birdsi-header__img{border-radius:10px 0 0}@media (max-width: 991.98px){.birdsi-header__img{margin-bottom:1.5625rem}}@media screen and (max-width: 1300px){.birdsi-header__img{border-radius:0}}.main.--birdsi{overflow-x:hidden}.birdsi_slogan{background:#fff;text-align:center;padding:1.25rem .9375rem}.birdsi_slogan-text{font-size:1.5em;text-transform:uppercase;letter-spacing:.05em;font-weight:900;color:#c5c5c5}.birdsi-desc{margin-bottom:0rem;background:#252a3a;color:#fff;padding:2.1875rem 0;position:relative}.birdsi-section-grey{padding-top:2.1875rem;padding-bottom:5rem;background:#eee}.birdsi-diagram__img{padding:5em 0 1.5em}@media (max-width: 767.98px){.birdsi-diagram__img{padding:1.5em 0}}@media (max-width: 575.98px){.birdsi-section-grey__title{font-size:1.3125rem!important}}@media (max-width: 575.98px){.eagle-eye-box__header-title h2{font-size:1.3125rem!important}}@media (max-width: 575.98px){.birdsi-desc__row{flex-direction:row-reverse}}.birdsi__mobile-img{position:absolute;top:-5.625rem;filter:drop-shadow(2px 4px 15px rgba(0,0,0,.2))}@media screen and (max-width: 1220px){.birdsi__mobile-img{max-width:15.625rem}}@media screen and (max-width: 1100px){.birdsi__mobile-img{max-width:13.75rem}}@media (max-width: 767.98px){.birdsi__mobile-img{position:initial;max-width:10rem}}a.btn,.birdsi-desc__download-link{white-space:nowrap}.birdsi-desc__download-link:hover{color:#fff!important}.standard-content.--birdsi-desc{font-size:1.2em}.standard-content.--birdsi-desc p{margin-bottom:.7em}.standard-content.--birdsi-desc h2,.standard-content.--birdsi-desc h3{letter-spacing:.035em}@media (max-width: 575.98px){.standard-content.--birdsi-desc p{font-size:.75rem;line-height:1.25}.standard-content.--birdsi-desc h2,.standard-content.--birdsi-desc h3{font-size:.9375rem;margin-bottom:.3125rem;line-height:1.05}.standard-content.--birdsi-desc h2:not(:first-of-type),.standard-content.--birdsi-desc h3:not(:first-of-type){margin-top:1.5em}}.eagle-eye__standard-content{max-width:37.5rem}.eagle-eye__standard-content p{font-size:1.2em}.eagle-eye-opener__logo{max-width:23.125rem;max-height:2rem;margin-bottom:.75rem}@media (max-width: 767.98px){.eagle-eye-opener__logo{max-width:100%}}.birdsi-section-grey__list li{font-size:1.2em;font-weight:700}p.birdsi-desc__btn-container{margin-bottom:2px!important}p.birdsi-desc__cta{margin:0;font-size:.85em;opacity:.75}.birdsi-cta__banner{background:rgb(237,28,36);color:#fff;text-align:center;padding:3.125rem;border-radius:.5rem;margin-bottom:3.125rem}.birdsi-cta__banner{padding:1.5625rem}.birdsi-cta__title{font-size:3.375rem;font-weight:900;margin-bottom:.5em}@media (max-width: 767.98px){.birdsi-cta__title{line-height:1.1;font-size:2rem;text-align:left}}.birdsi-cta__btns{justify-content:center}.birdsi-cta__btns .btn.--primary{background:#000}.birdsi-cta__btns .btn.--outline{border:none}@media (max-width: 575.98px){.birdsi-cta__btns{flex-direction:column-reverse;align-items:flex-start}.birdsi-cta__btns .btn{margin-left:0!important}.birdsi-cta__btns .btn.--outline{text-decoration:underline}}.birdsi-cta__logo-container{text-align:center}.birdsi-cta__logo{max-width:12.5rem;opacity:.15}.birdsi-banner{margin-top:3.125rem;margin-bottom:3.125rem}body.home .birdsi-banner{margin-top:-1.5625rem;margin-bottom:7.5rem}.birdsi-banner__box{background:rgb(237,28,36);color:#fff;display:flex;padding:1.5625rem;border-radius:6px;position:relative;min-height:25rem}@media (max-width: 991.98px){.birdsi-banner__box{padding:.9375rem}}@media (max-width: 767.98px){.birdsi-banner__box{min-height:initial}}@media (max-width: 767.98px){.birdsi-banner__box .btn-container{justify-content:flex-start}}.birdsi-banner__product-name{color:#0000004d;font-weight:700}@media (max-width: 767.98px){.birdsi-banner__product-name{line-height:1.1;font-size:.875rem}}@media (max-width: 575.98px){.birdsi-banner__product-name{font-size:.75rem}}.birdsi-banner__content{max-width:800px;width:70%}@media (max-width: 767.98px){.birdsi-banner__content{font-size:.875rem;width:80%}}@media (max-width: 575.98px){.birdsi-banner__content{padding-right:8px;width:85%}}.birdsi-banner__screen{position:relative;width:250px}@media (max-width: 1199.98px){.birdsi-banner__screen{max-width:220px}}@media (max-width: 767.98px){.birdsi-banner__screen{max-width:9.375rem;text-align:right}}@media (max-width: 575.98px){.birdsi-banner__screen{max-width:6.25rem}}.birdsi-banner__screen-img{position:absolute;top:50%;left:50%;transform:translateY(-50%)}@media (max-width: 767.98px){.birdsi-banner__screen-img{position:initial;transform:none}}.birdsi-banner__features-list{margin:.9375rem 0;padding-left:0}@media (max-width: 767.98px){.birdsi-banner__features-list{line-height:1.15;font-size:.875rem}}.birdsi-banner__single-features{font-size:1.2em;list-style:none;display:inline-block;position:relative;padding-left:1.5625rem;margin-bottom:.3125rem}.birdsi-banner__single-features:before{font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;left:0;top:0;position:absolute;content:"";color:#000}@media (max-width: 575.98px){.birdsi-banner__single-features{font-size:.875rem}}@media (max-width: 575.98px){.birdsi-banner__title{font-size:1rem}}.order-box{background:rgb(237,28,36);color:#fff;padding:1.5625rem 1.5625rem 2.1875rem;border-radius:5px;box-shadow:4px 8px 11px 2px #ed1c2440}@media (max-width: 767.98px){.order-box{margin-bottom:2em;background:#eee;color:#000;box-shadow:none}}.order-box__opener{font-size:1.25em;margin-bottom:1em}.order-box__cta a{font-weight:700;transition:all ease-in-out .25s;text-decoration:none;border-bottom:2px solid #000;letter-spacing:.035em;white-space:nowrap}.order-box__cta a:hover{padding-bottom:3px;color:inherit;border-color:#fff}@media (max-width: 767.98px){.order-box__cta a{color:#000}.order-box__cta a:hover{color:#ed1c24;border-color:#ed1c24}}.birdsi-header__image-text{padding:5px 10px 10px;position:absolute;right:1.875rem;bottom:.9375rem;color:#fff;max-width:255px;text-align:right;background:rgba(0,0,0,.8);font-size:1em;border-radius:4px;margin:0;line-height:1.15;letter-spacing:.025em}@media (max-width: 991.98px){.birdsi-header__image-text{bottom:initial;top:.9375rem}}@media (max-width: 767.98px){.birdsi-header__image-text{right:initial;top:initial;bottom:2.8125rem;left:1.875rem;text-align:left;font-size:1em}}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.field__container.btn-container.--button p{display:flex;align-items:center}.field__container.btn-container.--button input{margin-bottom:0}.wpcf7-form .ajax-loader{display:none}.wpcf7-form[data-status=submitting] .ajax-loader{display:inline-block}.wpcf7-form[data-status=submitting] input.submit-btn{pointer-events:none;background:#aaa;cursor:not-allowed;box-shadow:none!important;color:#777}div.wpcf7 .field__container .ajax-loader{width:1.875rem;height:1.875rem;background:none}div.wpcf7 .field__container .ajax-loader:after{content:" ";display:block;width:1.375rem;height:1.375rem;margin:.25rem;border-radius:50%;border:.25rem solid #ED1C24;border-color:#ED1C24 transparent #ED1C24 transparent;animation:lds-dual-ring 1.2s linear infinite}input[type=submit]{border:inherit}.submit-btn{outline:none;cursor:pointer;border:1px solid transparent!important;font-size:16px!important;margin-bottom:10px;max-width:21.875rem}.submit-btn:focus{border:1px solid #eee!important;box-shadow:0 0 5px #ed1c24!important}.submit-btn:disabled{background:grey!important;box-shadow:none!important}.field__container{margin-bottom:.75rem}.field__container label{font-weight:700;margin-bottom:3px}.field__container.btn-container{margin-bottom:0}.wpcf7-form-control{padding:.5rem;font-size:1.125rem;border-radius:.25rem;border:1px solid #eee;width:100%}.wpcf7-radio,.wpcf7-checkbox{border:none;padding:0 0 .5em;display:flex;flex-wrap:wrap;justify-content:space-between}.wpcf7-radio>.wpcf7-list-item,.wpcf7-checkbox>.wpcf7-list-item{width:30%;display:block;font-size:1rem}@media screen and (max-width: 1200px){.wpcf7-radio>.wpcf7-list-item,.wpcf7-checkbox>.wpcf7-list-item{width:50%!important}}@media screen and (max-width: 600px){.wpcf7-radio>.wpcf7-list-item,.wpcf7-checkbox>.wpcf7-list-item{width:100%!important}}.wpcf7-form-control-wrap.industry{padding-top:0!important}.--radio .wpcf7-form-control-wrap{padding-top:.5em;display:block}.wpcf7-list-item{margin:0!important;padding-right:.3125rem}.wpcf7-list-item.first{margin:0}span.wpcf7-not-valid-tip{margin-top:4px;margin-left:2px;color:#d80100;font-size:.875rem;font-weight:700;padding:0 5px;border-left:5px solid currentColor}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing,.wpcf7 form.invalid div.wpcf7-response-output{border:none;background:#eeee88;color:#c28b31;padding:10px 15px;margin:2px 0;font-weight:700;border-radius:.25rem;box-shadow:0 5px 15px #c28b3154}.wpcf7-acceptance{border:none;font-size:13px;line-height:1.33}.wpcf7-acceptance label{font-weight:400}.wpcf7{margin-top:.9375rem}div.wpcf7-mail-sent-ok,div.wpcf7 form.sent>.wpcf7-response-output{border:none;background:rgb(109,173,54);color:#d9ffcf;padding:10px 15px;margin:2px 0;font-weight:700;border-radius:.25rem;box-shadow:0 5px 15px #033b0654;max-width:520px}.contact-form__container{background:rgba(0,0,0,.05);padding:3em 1em}.wpcf7-not-valid{border:#f00 1px solid;background:rgba(255,0,0,.1)}.columns-container{display:flex;flex-wrap:wrap}.columns-container>.field__container{width:50%}.columns-container>.field__container:first-child{padding-right:15px}@media screen and (max-width: 650px){.columns-container>.field__container{width:100%}.columns-container>.field__container:first-child{padding-right:0}}.-hidden-field{display:none}.google-captcha-copy{font-size:11px;letter-spacing:.035em;color:#a2a2a2;line-height:1.25}.google-captcha-copy a{text-decoration:underline}.google-captcha-copy a:hover{color:#fff}@media (max-width: 767.98px){.google-captcha-copy{margin-bottom:1em}}.grecaptcha-badge{visibility:hidden}#branchList{position:relative}#branchList:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:75px;background:linear-gradient(180deg,transparent,rgb(242,242,242))}.branches{margin-bottom:1em;max-height:65vh;padding-right:20px;overflow-x:auto;padding-bottom:60px}@media (max-width: 575.98px){.branches{max-height:50vh;font-size:.85em;border-bottom:2px solid #777}}.branches h3,.branches h1,.branches h2{font-size:1.15em;margin-bottom:0;font-weight:700;margin-top:1em;border-top:1px solid #ccc;padding-top:.45em}.branches h3:first-child,.branches h1:first-child,.branches h2:first-child{margin-top:0;border-top:none}.branches a{letter-spacing:.025em;color:#000;text-decoration:underline}.branches a:hover{color:#ed1c24}.branches a[href^="mailto:"]:before{font-family:"Font Awesome 5 Free",serif;content:"";padding-right:.25em;margin-left:.25em;font-weight:900;display:inline-block;color:#ed1c24}.branches a[href^="tel:"]:before{font-family:"Font Awesome 5 Free",serif;content:"";padding-left:.25em;margin-left:.25em;font-weight:900;display:inline-block;color:#ed1c24;transform:scaleX(-1)}.branches a[href^="mailto:FDA.CustomerServiceFax"]{word-break:break-word;font-size:.9em}.landscape-header{background-size:cover;background-position:bottom right;min-height:25rem;position:relative;color:#fff}@media (min-width: 768px){.landscape-header{min-height:39.0625rem}}.landscape-header__content{position:absolute;bottom:0;left:0;padding:.9375em .9375em 3.125em 3.125em}@media (max-width: 767.98px){.landscape-header__content{padding:.9375em .9375em 2.1875em}}.about-us__article{margin-top:-2.5rem;padding:7.5em 0;background:#EFEFEF;width:100%}.landscape-header__title{font-size:5.3125em;line-height:1;margin-bottom:0;font-weight:900}@media (max-width: 991.98px){.landscape-header__title{font-size:3.5em}}.landscape-header__subtitle{font-size:1.6875em;line-height:1.25;margin-bottom:0;font-weight:700}.video-box{background-color:#ed1c24;position:relative}.video-box{position:relative;text-align:center;color:#fff}.about-us-opener{padding:3.125em;background:#DEDEDE}@media (max-width: 767.98px){.about-us-opener{padding:2.1875em .9375em}}.about-us-opener__title{font-size:1.6875em;font-weight:700;margin-bottom:1em}.about-us-opener__content{font-size:1.125em}.about-us-opener__content p{margin-bottom:1em;max-width:65ch}.video-box{height:100%;min-height:100%}@media (max-width: 575.98px){.video-box{min-height:25rem}}.video-box__link{width:100%;height:100%;display:flex;position:relative;justify-content:center;align-items:center;overflow:hidden}.video-box__link:before{transition:all ease-in-out .55s;left:0;top:0;width:100%;height:100%;display:block;position:absolute;content:"";background:url(/app/themes/fennerdunlop/dist/images/about-us-video-bg.jpg);opacity:.14}.video-box__link:hover{color:#fff}.video-box__link:hover:before{opacity:.35;transform:scale(1.1)}.video-box__btn{font-size:1.125em;font-weight:700;position:relative;padding-top:4.0625rem}.video-box__btn:before{position:absolute;left:50%;top:0;transform:translate(-50%);width:3.125rem;height:3.125rem;content:"";background:url(/app/themes/fennerdunlop/dist/images/icons/play-btn-icon.svg) center no-repeat;background-size:contain;display:block}.made-in-na{background:#1E3544;padding:4.6875em;color:#fff}@media (max-width: 767.98px){.made-in-na{padding:2.1875em .9375em}}.made-in-na__title{font-size:3em;line-height:1.1;position:relative;padding-left:3em;font-weight:900;text-transform:uppercase;margin-bottom:1em}.made-in-na__title:before{content:"";position:absolute;left:0;top:-.35em;width:2.75em;height:2em;background:url(/app/themes/fennerdunlop/dist/images/icons/fda-flag.svg) center no-repeat;background-size:contain}@media (max-width: 767.98px){.made-in-na__title{font-size:1.5em;padding-left:3.5em}}.made-in-na__first{font-size:1.3125em;font-weight:700;margin-bottom:1em}@media (max-width: 767.98px){.made-in-na__first{font-size:1.125em}}.made-in-na__big{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ffffff7a;font-weight:900;text-align:center}@media (max-width: 991.98px){.made-in-na__big{padding:1.5em .5em}}.made-in-na__big-title{font-size:10.3125em;text-transform:uppercase;line-height:.9;display:block}@media (max-width: 991.98px){.made-in-na__big-title{font-size:6em}}@media (max-width: 767.98px){.made-in-na__big-title{font-size:3.5em}}.made-in-na__big-subtitle{display:block;font-size:3.25em;line-height:1}@media (max-width: 767.98px){.made-in-na__big-subtitle{font-size:1.3125em;margin-top:.5em}}.manifesto{padding:5em 0}.check-list{padding-left:0;list-style:none}.check-list__item{padding-left:1.5em;position:relative;margin-bottom:1em;line-height:1.25}.check-list__item:before{position:absolute;left:0;content:"";font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;color:#ed1c24}.manifesto__title{font-weight:900;font-size:2.25em}.manifesto__subtitle{margin-bottom:1.5em;color:#ababab;text-transform:uppercase;letter-spacing:.015em;font-weight:900}.manifesto__list{display:flex;flex-wrap:wrap}@media (min-width: 576px){.manifesto__list .check-list__item{width:50%;padding-right:2em}}.image-banner{min-height:25rem;display:flex;background-size:cover;justify-content:center;align-items:center;padding:1.5625em 4.6875em;border-radius:.625em;margin-bottom:5em}@media (max-width: 991.98px){.image-banner{padding:.9375em 2.1875em}}@media (max-width: 991.98px){.image-banner{margin-bottom:1em}}.image-banner__title{font-size:6rem;font-weight:900;color:#fff;text-align:center;line-height:1.05}@media (max-width: 991.98px){.image-banner__title{font-size:3.5rem}}.content-with-image{margin:3em 0 5em}.content-with-image .row{align-items:center}.content-with-image__image{border-radius:.625em;box-shadow:.4375em .4375em #f3f3f3}@media (max-width: 767.98px){.content-with-image__image{margin-bottom:2em}}.content-with-image__subtitle{font-size:1.125rem;font-weight:900;color:#a2a2a2}.content-with-image__title{font-size:2.25rem;font-weight:900}.content-with-image__btn-cntr{margin-top:1.5em;padding-bottom:2em}.btn-link.-upper{text-transform:uppercase;color:#ed1c24;font-weight:700;letter-spacing:.075em}.btn-link.-with-chevron{padding-right:.5em}.btn-link.-with-chevron:after{padding-left:.5em;content:"";font-size:.9em;font-family:"Font Awesome 5 Free",sans-serif;font-weight:800;display:inline-block;transition:all ease-in-out .2s}.btn-link.-with-chevron:hover:after{transform:translate(5px)}.our-difference-article__btn-container{margin-top:2em;text-align:center;display:block}.about-us__article-subtitle{color:#a2a2a2;font-weight:900}.about-us__article-title{font-weight:900;font-size:2.25em;line-height:1.25;margin-bottom:.5em}.big-citation{max-width:90ch;margin:3em auto;text-align:center;padding:.2em 2em}.big-citation__text{color:#a2a2a2;font-weight:900;font-size:3em;line-height:1.25;position:relative}@media (max-width: 991.98px){.big-citation__text{font-size:2.25em}}@media (max-width: 767.98px){.big-citation__text{font-size:1.6875em}}.big-citation__text:after,.big-citation__text:before{content:"";display:block;position:absolute}.big-citation__text:before,.big-citation__text:after{position:absolute;background:url(/app/themes/fennerdunlop/dist/images/icons/quote-icon.svg) center no-repeat;background-size:contain;width:2.1875rem;height:2.1875rem}@media (max-width: 991.98px){.big-citation__text:before,.big-citation__text:after{width:1.75rem;height:1.75rem}}@media (max-width: 767.98px){.big-citation__text:before,.big-citation__text:after{width:1.3125rem;height:1.3125rem}}.big-citation__text:before{top:0;left:-1em}.big-citation__text:after{bottom:.5em;right:-.8em;transform:rotate(180deg)}.page-header.-p-abs{position:absolute;top:0;width:100%}@media (max-width: 575.98px){.page-header.-p-abs{position:initial}}.usflex-header{min-height:100vh;padding-top:5rem;background-position:center bottom;background-size:cover}@media (max-width: 767.98px){.usflex-header{position:relative;min-height:45vh;background-position:center center}}@media (max-width: 575.98px){.usflex-header{position:relative;min-height:60vh;background-position:center center}}.usflex-header:after{position:absolute;content:"";bottom:0;left:0;height:25%;width:100%;background:linear-gradient(0deg,rgb(255,255,255) 0%,rgba(255,255,255,0) 100%)}@media (max-width: 767.98px){.usflex-header:after{height:35%}}@media (max-width: 767.98px){.usflex-header__content{text-shadow:0 5px 13px rgba(0,0,0,.53)}}.usflex-header__content p{max-width:45ch}.usflex-header__cntr{position:absolute;bottom:25%;left:50%;transform:translate(-50%)}@media (max-width: 767.98px){.usflex-header__cntr{bottom:initial;top:1.875em}}@media (max-width: 767.98px){.usflex-header__logo{margin-bottom:.75em}}@media (max-width: 575.98px){.usflex-header__logo{max-width:4.6875em}}.usflex-header__title{font-size:6.25rem;line-height:1.1}@media (max-width: 991.98px){.usflex-header__title{font-size:3.5rem}}@media (max-width: 767.98px){.usflex-header__title{font-size:2.25rem}}.usflex-header__subtitle{margin-top:.15em;margin-bottom:.5em;line-height:1.15}@media (max-width: 991.98px){.usflex-header__subtitle{font-size:1.5rem}}@media (max-width: 767.98px){.usflex-header__subtitle{font-size:1.3125rem}}.usflex-header__breadcrumbs{margin-top:.5em;color:#ffffff80}.horizontal-banner{background:#1C1C1C;color:gray;padding:2.5em 1.25em 3.75em;border-bottom:1px solid currentColor}@media (max-width: 767.98px){.horizontal-banner{padding:1.5625em 0 2.1875em}}@media (min-width: 576px){.horizontal-banner__row{align-items:center}}.horizontal-banner__content{margin-top:1em}.horizontal-banner__content p{max-width:50ch}.horizontal-banner__content p+p{margin-top:1em}@media (max-width: 575.98px){.horizontal-banner__first-col{order:100;margin-top:1em}}.number-with-text{display:flex;align-items:center}@media (max-width: 767.98px){.number-with-text{flex-direction:column;text-align:center;margin-bottom:3em}}.number-with-text__num{font-size:13.125rem;color:#ed1c24;line-height:1;font-weight:900;letter-spacing:-.035em}@media (max-width: 1199.98px){.number-with-text__num{font-size:10vw}}@media (max-width: 767.98px){.number-with-text__num{font-size:4.5em}}.number-with-text__desc{padding-left:1.5em;color:#fff;font-weight:900;font-size:1.3125em;line-height:1.25;max-width:25ch}@media (max-width: 1199.98px){.number-with-text__desc{font-size:1.1vw}}@media (max-width: 767.98px){.number-with-text__desc{font-size:1em;padding-left:0}}.usflex-markets{background:url(/app/themes/fennerdunlop/dist/images/usflex-markets-bg.jpg) no-repeat center;background-size:cover;padding:8.75em 1.5625em;color:#fff}@media (max-width: 767.98px){.usflex-markets{padding:5em .9375em}}.markets-banner__header{text-align:center}.markets-banner__title,.markets-banner__opener{max-width:65ch;margin:auto}.markets-banner__title{font-weight:400;font-size:1.6875em;margin-bottom:.5em}.markets-banner__content{margin-top:4em}.markets-banner__list{padding-left:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-start}.markets-banner__market-item{width:25%;padding-right:1em;margin-bottom:1.75em;line-height:1.25;font-size:1.125em;font-weight:700;letter-spacing:.025em;position:relative;display:flex;align-items:center}@media (max-width: 767.98px){.markets-banner__market-item{width:50%}}@media (max-width: 575.98px){.markets-banner__market-item{font-size:.8125em}.markets-banner__market-item:before{margin-right:1em!important}}.markets-banner__market-item:before{content:"";display:block;margin-right:.65em;width:2.625rem;height:2.625rem;background-size:contain;background-position:center;background-repeat:no-repeat}.markets-banner__market-item.-steel:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/steel__white.svg)}.markets-banner__market-item.-aggregates:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/aggregates__white.svg)}.markets-banner__market-item.-coal:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/coal-mining__white.svg)}.markets-banner__market-item.-power:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/power__white.svg)}.markets-banner__market-item.-hard-rock:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/hard-rock__white.svg)}.markets-banner__market-item.-mining:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/other-mining__white.svg)}.markets-banner__market-item.-recycling:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/recycling__white.svg)}.markets-banner__market-item.-wood:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/wood__white.svg)}.markets-banner__market-item.-chemicals:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/chemicals__white.svg)}.markets-banner__market-item.-ports:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/white/ports__white.svg)}.usflex-variants{padding:5em 0}.usflex-variants__title{font-size:2.8125em;color:#a2a2a2;line-height:1.1;font-weight:900;margin-bottom:1rem}.product-variants{padding-top:.75em}.product-variants__list{display:flex;padding-left:0;list-style:none;flex-wrap:wrap}.product-variants__item{width:33%;padding-right:1em;margin-bottom:1.5em;line-height:1.25}@media (max-width: 991.98px){.product-variants__item{width:50%}}.single-variant{border-left:4px solid rgb(237,28,36);padding-left:1em;min-height:2.34375em;display:flex;flex-direction:column;justify-content:center}@media (max-width: 767.98px){.single-variant{font-size:.875em}}.single-variant__title{font-size:1.125em}.single-variant__desc{font-size:.75em}.usflex-image-banner{position:relative;margin-bottom:2em}.usflex-image-banner__img{border-radius:.625em}.usflex-image-banner__content{position:absolute;padding:.625em 1.5625em 1.25em;bottom:0;width:100%;display:flex;justify-content:space-between;align-items:flex-end;color:#fff}@media (max-width: 767.98px){.usflex-image-banner__content{flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}}.usflex-image-banner__title{font-size:2.8125em;line-height:1.1;font-weight:900;margin-bottom:0;max-width:70%}@media (max-width: 991.98px){.usflex-image-banner__title{font-size:2em}}@media (max-width: 767.98px){.usflex-image-banner__title{font-size:1.3125em;max-width:100%;text-shadow:5px 10px 15px rgba(10,16,36,.77)}}@media (max-width: 575.98px){.usflex-image-banner__title{font-size:1.125em}}.usflex-image-banner__logo{max-height:45px}@media (max-width: 767.98px){.usflex-image-banner__logo{margin-bottom:.5em;max-width:7.5rem}}.simple-box{background:#F1F1F1;padding:1.5625em 1.5625em 2.5em;border-radius:.625em;margin-bottom:2em}.simple-box__subtitle{color:#a2a2a2;margin-bottom:0;line-height:1.25}.simple-box__title{line-height:1.15;margin-bottom:.25em}.simple-box__content p+p{margin-top:.5em}.usflex-features{margin-bottom:3em}.usflex-features__list{display:flex;flex-wrap:wrap}.usflex-features__item{width:33%;padding-right:1em}@media (max-width: 767.98px){.usflex-features__item{width:50%}}@media (max-width: 575.98px){.usflex-features__item{width:100%;font-size:.8125em}}.cta-banner{background:rgb(237,28,36);border-radius:.625em;color:#fff;padding:2.5em 1.875em 3.75em}.usflex-cta-banner{background:rgb(237,28,36) url(/app/themes/fennerdunlop/dist/images/families/x-series/new/usflex__white.svg) right 6.25rem center no-repeat;background-size:25em}@media (max-width: 991.98px){.usflex-cta-banner{background-position:left 1.875em top 1.5625em;background-size:9.375em;padding-top:4.375em}}.cta-banner__title{font-size:2rem;max-width:30ch;line-height:1.25}@media (max-width: 767.98px){.cta-banner__title{font-size:1.5rem}}.cta-banner__btn-cntr{margin-top:2em;display:flex;align-items:center}@media (max-width: 575.98px){.cta-banner__btn-cntr{flex-direction:column;align-items:flex-start}}.cta-banner__btn{background:#000;box-shadow:none;min-width:13.75rem;color:#fff;font-weight:700}.cta-banner__btn:hover{box-shadow:3px 3px 10px inset #0000004d;text-decoration:underline}.cta-banner__btn-info{padding-left:1.5em;max-width:30ch;line-height:1.33;font-size:.875em}@media (max-width: 575.98px){.cta-banner__btn-info{padding-left:0;margin-top:.5em;font-size:.8125em;opacity:.85}}.compounds-selector.-usflex-compounds{border-top:none}@media (min-width: 992px){.compounds-selector.-usflex-compounds{margin-top:0;padding-top:3.5rem}.compounds-selector.-usflex-compounds:after{top:3rem}}.-black-bg,.page-header.-ohx-page{background:#000}.ohx-header{overflow-x:hidden;color:#fff;padding-top:18.75em}@media (max-width: 767.98px){.ohx-header{padding-top:3.125em}}.ohx-header__bg{position:absolute;width:100%;overflow-x:hidden}.ohx-header__video-mask{background:#000;z-index:-2;max-width:1920px;margin:auto}.ohx-header__video{position:relative;margin:auto;width:100%;opacity:.7;object-fit:cover}.ohx-header__video-helper{background:#000;position:relative}.ohx-header__video-helper:after,.ohx-header__video-helper:before{content:"";display:block;position:absolute}.ohx-header__video-helper:after{height:6.25em;width:100%;background:rgb(0,0,0);background:linear-gradient(180deg,rgb(0,0,0) 0%,rgba(0,0,0,0) 100%);top:0;left:0;z-index:1}.ohx-header__video-helper:before{height:12.5em;width:100%;background:rgb(0,0,0);background:linear-gradient(0deg,rgb(0,0,0) 0%,rgba(0,0,0,0) 100%);left:0;bottom:0;z-index:1}.ohx-header__breadcrumbs{color:#ffffff80;position:relative;z-index:1}.ohx-header__title{line-height:1.1;font-size:6.25em;margin-bottom:0}@media (max-width: 991.98px){.ohx-header__title{font-size:5.125em}}@media (max-width: 767.98px){.ohx-header__title{font-size:3.25em}}.ohx-header__content{margin-bottom:3rem;position:relative}.ohx-header__logo{max-width:21.875em;transform:translate(-8px)}@media (max-width: 991.98px){.ohx-header__logo{max-width:17.5em}}@media (max-width: 767.98px){.ohx-header__logo{max-width:15em}}.ohx-header__subtitle{font-size:2em;font-weight:400}.ohx-opener{margin-bottom:8.75em;position:relative;z-index:1}@media (max-width: 767.98px){.ohx-opener{margin-bottom:3.75em}}@media (max-width: 767.98px){.ohx-opener{font-size:.8125em}}.ohx-opener__content p{font-size:1.125em;max-width:80ch}.ohx-opener__title{max-width:30ch;font-size:2em;font-weight:900;margin-bottom:1rem}.ohx-key-applications{padding:0;margin:2rem 0}.ohx-key-applications__banner{padding:3.125em 1.875em;background:#131313;border-radius:.9375em}.key-markets{position:relative;z-index:1}.key-markets__title,.key-markets__subtitle{color:#9d9d9d}.key-markets__title{font-size:2.25em;line-height:1.15;font-weight:400}.key-markets__subtitle{font-size:1.125em;max-width:60ch}.key-markets__list{margin:2em 0}.markets-list{padding-left:0;list-style:none;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2em 1em;max-width:68.75rem}@media (max-width: 767.98px){.markets-list{grid-template-columns:1fr 1fr}}.item-with-icon{font-weight:700;font-size:1.3125em;letter-spacing:.015em;position:relative;display:flex;align-items:center}.item-with-icon:before{margin-right:.5em;content:"";display:inline-block;width:3.125rem;height:3.125rem;background-position:center;background-size:contain;background-repeat:no-repeat}@media (max-width: 767.98px){.item-with-icon:before{width:2.5rem;height:2.5rem;transform:translateY(-5px)}}@media (max-width: 767.98px){.item-with-icon{font-size:1em;align-items:flex-start}}.item-with-icon.-cement:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/materials/cement-icon__color.svg)}.item-with-icon.-foundries:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/materials/foundry-icon__color.svg)}.item-with-icon.-taconite:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/materials/taconite-icon__color.svg)}.item-with-icon.-iron:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/materials/iron-icon__color.svg)}.item-with-icon.-lime:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/materials/lime-icon__color.svg)}.item-with-icon.-coking:before{background-image:url(/app/themes/fennerdunlop/dist/images/icons/materials/coking-icon__color.svg)}.giant-title{margin:1rem 0;text-align:center;font-size:9.375em;text-transform:uppercase;font-weight:900;line-height:1}.giant-title.-outlined{text-shadow:-2px -2px 0 #FF3400,2px -2px 0 #FF3400,-2px 2px 0 #FF3400,2px 2px 0 #FF3400}.giant-title.-outlined .giant-title__strong{text-shadow:-2px -2px 0 #FF3400,2px -2px 0 #FF3400,-2px 2px 0 #FF3400,2px 2px 0 #FF3400,0 3px .5em rgba(248,9,9,.65);color:#ff3400}@media (max-width: 767.98px){.giant-title{font-size:5em}.giant-title.-outlined{text-shadow:-1px -1px 0 #FF3400,1px -1px 0 #FF3400,-1px 1px 0 #FF3400,1px 1px 0 #FF3400}.giant-title.-outlined .giant-title__strong{text-shadow:-1px -1px 0 #FF3400,1px -1px 0 #FF3400,-1px 1px 0 #FF3400,1px 1px 0 #FF3400,0 3px .5em rgba(248,9,9,.65);color:#ff3400}}.yellow-banner{margin:4rem 0}.yellow-banner__title{color:#000;font-size:3.25em;font-weight:900;line-height:1.15;max-width:25ch}.yellow-banner__title strong{color:#fff;text-decoration:underline}@media (max-width: 767.98px){.yellow-banner__title{font-size:2em}}.yellow-banner__content{font-size:1.125em}.yellow-banner__content p{margin:1em 0}@media (max-width: 767.98px){.yellow-banner__content{font-size:.875em}}.yellow-banner__box{background:#ffd302 url(/app/themes/fennerdunlop/dist/images/optima-heat-yellow-section-bg.jpg) right bottom no-repeat;background-size:100%;border-radius:1.5625em;box-shadow:0 0 4.6875em .9375em #ff4409b3;padding:3.125em 2.8125em 21.875em;min-height:53.75em}@media (max-width: 767.98px){.yellow-banner__box{padding:1.5625em .9375em 12.5em;min-height:initial}}.ohx-features{margin-bottom:2rem}.ohx-features__title{font-size:2em;font-weight:900;color:#868686;margin-bottom:1rem}.ohx-features__list{display:flex;flex-wrap:wrap}.ohx-features__item{margin-bottom:.5rem;letter-spacing:.015em;width:50%;line-height:1.25}@media (max-width: 575.98px){.ohx-features__item{width:100%;font-size:.8125em}}.ohx-features__single-text{max-width:60ch;padding-right:1em;display:inline-block}.ohx-features__muted{color:#707070;font-size:.875em;margin-top:1.5rem}.total-package{margin-bottom:5rem;padding-bottom:3rem;position:relative}.total-package:after{content:"";position:absolute;display:block;width:4rem;height:1.25rem;background:red;left:50%;bottom:-1.25rem;transform:translate(-50%);background:url(/app/themes/fennerdunlop/dist/images/icons/triangle.svg) center top -2px no-repeat;background-size:contain}.simple-banner{background:#202020;border-radius:.9375em;padding:2.8125em 1.5625em 4.0625em;text-align:center;margin:2rem 0}.ohx-package__title{font-weight:400;letter-spacing:.05em;margin-bottom:.5rem}.ohx-package__subtitle{text-transform:none;margin-bottom:.5rem}.box-link{display:block;border-radius:.75em;padding:1.25em 2.1875em;margin-bottom:2rem}a.box-link{transition:all ease-in-out .25s;background:#ED1C24;box-shadow:0 0 0 4px #ed1c24 inset}a.box-link:hover{color:#fff;background:#0e0e18}a.box-link:hover .box-link__overtitle{opacity:1;color:#ed1c24}.box-link__overtitle{transition:all ease-in-out .25s;opacity:.7;font-weight:900;font-size:1.125em;letter-spacing:.025em}.box-link__title{text-transform:none;margin-bottom:.5rem}.box-link__link{text-decoration:underline}.ohx-compounds{margin:2rem 0}.ohx-compounds__overtitle{font-size:1.125em;margin-bottom:.25rem;font-weight:400;max-width:65ch}.ohx-compounds__title{max-width:30ch;line-height:1.1;margin-bottom:1rem;text-transform:none}.ohx-compounds__title strong{color:#ed1c24}.text-banner{margin-bottom:2rem;margin-top:2rem}.text-banner.-reversed .text-banner__row{flex-direction:row-reverse}.text-banner__title{text-transform:none}.text-banner__article{padding-right:2rem;padding-bottom:2rem}@media (max-width: 767.98px){.text-banner__article{padding-right:0}}.-reversed .text-banner__article{padding-right:0;padding-left:2rem}@media (max-width: 767.98px){.-reversed .text-banner__article{padding-left:0}}.text-banner__row{align-items:center}.text-banner__fig{display:flex}.text-banner__img{display:inline-block;border-radius:.9375em;box-shadow:0 0 2.8125em #00000080}.text-banner__img.-sh-orange{box-shadow:0 0 2.8125em #d5541bb3}.text-banner__img.-sh-dark{box-shadow:0 0 2.8125em #4d6787a6}.text-banner__logo{max-width:13.75em;margin-bottom:.25rem;transform:translate(-.85rem)}.text-banner__content p{font-size:1.125em;margin-bottom:1rem}.text-banner__content ul{padding-left:0;list-style:none;line-height:1.25;margin:1rem 0}.text-banner__content li{font-size:1.125em;font-weight:700;margin-bottom:.75rem;position:relative;display:flex}.text-banner__content li:before{display:inline-block;content:"";height:3px;font-weight:900;width:1.125em;background:rgb(237,28,36);flex-shrink:0;margin-right:.875em;margin-top:.5em}.carcasses-banner{margin:8rem 0;background:#F2F2F2}@media (max-width: 767.98px){.carcasses-banner{margin:4rem 0 8rem}}.carcasses-banner__box{padding:4rem 1rem 7rem;text-align:center}.carcasses-banner__title{text-transform:none;display:inline-block;max-width:32ch;color:#818181}.carcasses-banner__title a{font-weight:900;color:#ed1c24}.ohx-cta-banner{margin-top:-12rem}.ohx-cta-banner__title{font-weight:400}.ohx-cta-banner__title strong{font-weight:900}.ohx-cta-banner{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767.98px){.ohx-cta-banner{flex-direction:column-reverse;text-align:center}}@media (max-width: 767.98px){.ohx-cta-banner .cta-banner__btn-cntr{align-items:center;justify-content:center}}.cta-banner__logo{max-width:28.125em}@media (max-width: 991.98px){.cta-banner__logo{max-width:21.875em}}@media (max-width: 767.98px){.cta-banner__logo{max-width:18.75em;margin-bottom:1.5em}}@media (max-width: 575.98px){.cta-banner__logo{max-width:15.625em}}.logo-filler{color:#fff;text-transform:none;text-align:center;padding:1rem;min-width:40%;font-size:3.4375rem;line-height:1.1}@media (max-width: 767.98px){.logo-filler{font-size:2rem}}.carcass-banner__carcasses-list{display:block;list-style:none;padding-left:0;text-align:center;margin-top:1.5rem}.carcass-banner__item{display:inline-block}.carcass-banner__item+.carcass-banner__item{margin-left:1.5rem;margin-bottom:1rem}@media (max-width: 767.98px){.carcass-banner__item+.carcass-banner__item{margin-left:0;margin-right:0}}@media (max-width: 767.98px){.carcass-banner__item{display:block;margin-bottom:1rem}}.carcass-banner__badge-btn{display:inline-block;min-width:13.75em;border-radius:10rem;background:#fff;padding:.625em;text-align:center;box-shadow:0 .625em .625em #00000026;transition:all ease-in-out .25s}.carcass-banner__badge-btn img{max-height:25px}.carcass-banner__badge-btn:hover{box-shadow:0 .625em .625em #00000026,0 0 0 3px #ed1c24}@media (max-width: 767.98px){.carcass-banner__badge-btn{box-shadow:none}}.carcass-banner__single-logo{max-height:2.1875em}@media (max-width: 767.98px){.carcass-banner__single-logo{max-height:1.875em}}.xs-header{color:#fff;text-align:center;background:#000;padding:5em 0 2.5em}.xs-header .breadcrumbs{font-size:.8125em;opacity:.5;margin-top:1em}@media (min-width: 1200px){.xs-header__logo{width:320px;margin-bottom:10px}}.xs-header__content{max-width:48.125em;margin:auto;position:relative;z-index:1}.xs-header__bg{position:relative}@media (min-width: 992px){.xs-header__nav,.xs-header__bg{transform:translateY(-8em)}}.xs-header__title{font-size:3em;line-height:1.05;font-weight:900;margin-bottom:.3em}@media (max-width: 767.98px){.xs-header__title{font-size:2.25em}}@media (max-width: 575.98px){.xs-header__title{font-size:1.6875em}}.xs-header__opener{font-size:1.3125em;line-height:1.3;max-width:29.375em;margin:1em auto}@media (max-width: 767.98px){.xs-header__opener{font-size:1em}}@media (max-width: 575.98px){.xs-header__opener{font-size:.875em}}.xs-header__nav-item img{max-height:24px}.xs-header__nav-item+.xs-header__nav-item{margin-left:1em}.xs-header__nav-list{display:flex;padding:0;margin:1em;list-style:none;justify-content:center}@media (max-width: 575.98px){.xs-header__nav-list{flex-direction:column;align-items:center}.xs-header__nav-list .xs-header__nav-item{margin:.5em 0}.xs-header__nav-list .xs-header__nav-item+.xs-header__nav-list .xs-header__nav-item{margin-left:0}}.xs-header__nav-btn{transition:all ease .15s;background:rgba(255,255,255,.1);display:inline-block;padding:.75em 1.25em;border-radius:5em}.xs-header__nav-btn:hover{background:rgba(255,255,255,.2)}.xs-super{background:#000;color:#fff}.xs-super__title{font-size:3.25em;font-weight:900;line-height:1.05;letter-spacing:.01em;margin-bottom:.5em;margin-top:.35em}.xs-super__content{font-size:1.125em;letter-spacing:.015em}.xs-super__content p{margin-bottom:1em}.xs-super__content p:last-of-type{margin-bottom:0}.xs-american-made-banner{background:rgba(2,102,178,.15);border-radius:3.125em;text-align:center;color:#76b5de;padding:2.1875em}@media (max-width: 767.98px){.xs-american-made-banner{margin:2em auto}}@media (min-width: 992px){.xs-american-made-banner__flag{width:200px}}.xs-american-made-banner__title{font-weight:700;font-size:2em;margin-bottom:0;margin-top:.5em;line-height:1.15;text-shadow:0 0 2.8125em #287CC2}@media (max-width: 767.98px){.xs-american-made-banner__title{font-size:1.3125em}}.xs-american-made-banner__list{margin-top:1em;font-size:.8125em;display:flex;align-items:center;justify-content:center;padding-left:0;line-height:1.3;list-style:none}@media (max-width: 575.98px){.xs-american-made-banner__list{flex-direction:column}}.xs-american-made-banner__item{margin:.5em}.superheroes-banners{background:#000}.xs-carcass{background:rgb(237,28,36);border-radius:3.125em;border:1px solid #fa2c33;padding:3.75em;margin:3em auto;color:#fff;position:relative}@media (max-width: 575.98px){.xs-carcass{padding:.9375em;border-radius:.9375em}}.xs-carcass.-usflex{margin-top:8.125em;background-color:#da2b17;border-color:#eeafaf}.xs-carcass.-nova-x{background-color:#000d26;border-color:#49536a}.xs-carcass.-patriot-x{background-color:#171d1f;border-color:#434343}@media (min-width: 992px){.xs-carcass.-reversed .row{flex-direction:row-reverse}}.xs-carcass__pseudo-title{position:absolute;right:1em;bottom:.5em;line-height:1.1;text-transform:uppercase;opacity:.25;margin:0;color:#fff;font-weight:900;font-size:2.25em}@media (max-width: 767.98px){.xs-carcass__pseudo-title{display:none}}.xs-carcass__superhero{width:25em}.-usflex .xs-carcass__superhero{margin-top:-8.125em}@media (max-width: 575.98px){.xs-carcass__superhero{width:12.5em;margin:0 auto 2em;display:block}}.xs-carcass__title{font-weight:900;font-size:1.6875em;line-height:1.25}.xs-carcass__logo{height:45px}.xs-carcass__content{margin-bottom:2em}.xs-carcass__content+.xs-carcass__content{margin-top:2em;border-top:2px solid rgba(255,255,255,.2);padding-top:1.5em}.xs-carcass__excerpt{font-size:1.125em}.xs-carcass__content-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:.8em}.xs-carcass__content-header .xs-carcass__logo{margin-bottom:1em}.xs-carcass__content-header.-row .xs-carcass__logo{max-height:28px;margin-bottom:0}@media (min-width: 768px){.xs-carcass__content-header.-row{flex-direction:row-reverse;justify-content:space-between;align-items:center}}.xs-carcass__btn-container{margin-top:1em}.xs-carcass__btn{display:inline-block;font-size:1em;font-weight:700;border-radius:.5em;padding:.75em 1.25em;line-height:1.25;background:#000;transition:all ease .15s}.-nova-x .xs-carcass__btn{background-color:#004d5c}.-nova-x .xs-carcass__btn:hover{background-color:#127083}.-patriot-x .xs-carcass__btn{background-color:#475555}.-patriot-x .xs-carcass__btn:hover{background-color:#566969}.xs-carcass__btn:hover{box-shadow:0 10px 15px #0009;color:#fff;background-color:#1a1a1a}.xs-carcass__gallery{margin:1em 0;display:flex}.xs-carcass__gallery-btn{transition:all ease .15s;display:inline-block;border:2px solid #fff;box-shadow:0 10px 25px #0006;border-radius:10px;background:#fff}@media (max-width: 575.98px){.xs-carcass__gallery-btn{width:50px;height:50px;border-width:1px;border-radius:5em;overflow:hidden}.xs-carcass__gallery-btn+.xs-carcass__gallery-btn{margin-left:5px}}.xs-carcass__gallery-btn+.xs-carcass__gallery-btn{margin-left:.8em}.xs-carcass__gallery-btn:hover{border-color:#ed1c24;box-shadow:0 5px 12px #000c}.xs-carcass__gallery-btn:hover img{opacity:.85}.xs-carcass__gallery-btn img{border-radius:10px;transition:all ease .15s}.heavy-duty{text-align:center;color:#fff;background:#000;padding:11.25em 0 13.75em}@media (max-width: 767.98px){.heavy-duty{padding:1.25em 0 8.75em}}.heavy-duty__title{font-size:1em;line-height:1.25;margin-bottom:2em}.heavy-duty__first{font-size:1.5em;font-weight:400;display:block}.heavy-duty__first strong{font-weight:900}.heavy-duty__second{font-size:2.25em;display:block;font-weight:900;letter-spacing:.01em}.heavy-duty__content{margin:auto;text-align:center}.heavy-duty__materials{display:flex;list-style:none;max-width:960px;flex-wrap:wrap;justify-content:center;align-items:center;margin:auto;padding-left:0}.heavy-duty__item{margin:.5em;font-weight:700;font-size:1.3125em;background:url(/app/themes/fennerdunlop/dist/images/families/x-series/icons/coal.svg) left center no-repeat;background-size:2.1428571429em;display:inline-block;padding:.75em 1em .75em 2.5em;line-height:1.333}@media (max-width: 767.98px){.heavy-duty__item{font-size:1em}}.heavy-duty__item.-coal{color:#959595;background-image:url(/app/themes/fennerdunlop/dist/images/families/x-series/icons/coal.svg)}.heavy-duty__item.-limestone{color:#6f919a;background-image:url(/app/themes/fennerdunlop/dist/images/families/x-series/icons/limestone.svg)}.heavy-duty__item.-metals{color:#e8ab41;background-image:url(/app/themes/fennerdunlop/dist/images/families/x-series/icons/metals.svg)}.heavy-duty__item.-salt{color:#81908e;background-image:url(/app/themes/fennerdunlop/dist/images/families/x-series/icons/salt.svg)}.heavy-duty__item.-coal-fired{color:#ff6d0c;background-image:url(/app/themes/fennerdunlop/dist/images/families/x-series/icons/coal-fired.svg)}.heavy-duty__item.-heavy{color:#a43d66;background-image:url(/app/themes/fennerdunlop/dist/images/families/x-series/icons/heavy.svg)}.heavy-duty__item.-recycling{color:#52a062;background-image:url(/app/themes/fennerdunlop/dist/images/families/x-series/icons/recycling.svg)}.the-facts{margin-top:-5.625em}.the-facts__header{position:relative;margin-bottom:2em}.the-facts__video{max-width:100%;border-radius:1.5625em;border:1px solid #fff;box-shadow:0 0 4.6875em #b9ccde66}@media (max-width: 575.98px){.the-facts__video{height:200px;object-fit:cover}}.the-facts__title{color:#fff;text-align:center;position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;padding:1em;text-shadow:0 4px .4em rgba(0,0,0,.5);font-size:4.6875em;font-weight:900;letter-spacing:.05em;line-height:1;text-transform:uppercase}@media (max-width: 767.98px){.the-facts__title{font-size:1.5em}}.the-facts__big-title{line-height:1;font-size:4.5em;color:#707070;font-weight:900;text-transform:uppercase;margin-top:10px}@media (max-width: 767.98px){.the-facts__big-title{font-size:2.25em}}@supports (-webkit-text-stroke: 1px black){.the-facts__big-title .-outlined{-webkit-text-stroke:1px #707070;color:transparent}}.the-facts__item{font-size:1.125em;margin-bottom:2em;padding-right:1em}@media (min-width: 768px){.the-facts__item{width:50%}}.carcass-overview{text-align:center;background:#161C20;box-shadow:0 -2.125em 3.125em #0000004d;min-height:31.25em;color:#fff;margin-top:9.375em;padding-bottom:12.5em}@media (max-width: 767.98px){.carcass-overview{margin-top:5em}}.carcass-overview__header{margin-bottom:3.125em;position:relative;margin-top:2em}@media (min-width: 992px){.carcass-overview__header{margin-top:-2.1875em}}.carcass-overview__logo{position:relative;display:inline-block;margin-bottom:2em}.carcass-overview__logo:before{content:"";position:absolute;left:50%;top:0;background:#161C20;width:25em;height:31.25em;border-radius:3em;transform:translate(-50%,-1.875em);z-index:-1}@media (max-width: 767.98px){.carcass-overview__logo:before{content:none;display:none}}.carcass-overview__img,.carcass-overview__title,.carcass-overview__subtitle{position:relative}.carcass-overview__title{font-weight:900;font-size:1.6875em;max-width:800px;margin:auto auto .35em;line-height:1.25;letter-spacing:.01em}@media (max-width: 767.98px){.carcass-overview__title{font-size:1.3125em}}.carcass-overview__subtitle{font-size:1em;font-weight:400}.single-carcass{margin-bottom:4em}.single-carcass__img{border-radius:1em;margin-bottom:2em}.single-carcass__overtitle{color:#555;font-size:1.125em;font-weight:900;line-height:1.25}.single-carcass__title{font-weight:900;margin-bottom:.5em;font-size:2em;line-height:1.25}.single-carcass__content{margin-bottom:1em}.single-carcass__btns{display:flex;list-style:none;padding:0;align-items:center;justify-content:center;flex-wrap:wrap}@media (max-width: 575.98px){.single-carcass__btns{flex-direction:column;font-size:.8125em}}.single-carcass__btn-item{margin:.5em}.single-carcass__text{margin:auto;max-width:500px}.single-carcass__btn{font-weight:700}.single-carcass__btn.-primary{background:rgb(237,28,36);color:#fff}.single-carcass__btn.-primary:hover{background:#c60f0f;box-shadow:0 7px 12px #000c}.single-carcass__btn.-rounded{border-radius:5em}.cta-banner.-x-series{margin-top:-8em;text-align:center}.cta-banner.-x-series .cta-banner__content{justify-content:center;align-items:center;margin:auto}.cta-banner.-x-series .cta-banner__title{margin:auto}.cta-banner.-x-series .carcass-banner__badge-btn:hover{box-shadow:0 12px 17px #00000080}.cta-banner__link-cntr{color:#000;margin-top:1em}.cta-banner__link{text-decoration:underline;font-weight:700;display:inline-block;padding:.1em .2em;border-radius:3px}.cta-banner__link:hover{color:#000;text-decoration:underline;background:rgba(0,0,0,.05)}.xs24-video__video{max-width:100%;border-radius:2.8125rem}@media (max-width: 767.98px){.xs24-video__video{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;border-radius:0}}.xs24-video{position:relative}@media (max-width: 767.98px){.xs24-video{min-height:600px;overflow:hidden;border-radius:1em}}.xs24-video__logo{display:inline-block;padding:0 .5em}.xs24-video__content{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:4.6875em;align-items:center;color:#fff;font-weight:700;text-align:center}.xs24-video__content:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:65%;border-radius:2.8125rem;background:linear-gradient(transparent,rgba(0,0,0,.9))}@media (max-width: 767.98px){.xs24-video__content:before{border-radius:1em}}.xs24-video__content img{height:5.3125rem;filter:drop-shadow(0 .3125em .9375em rgba(0,0,0,.8))}.xs24-video__link{margin-top:1em;position:relative;color:#fff;border-radius:5em;transition:all ease .15s;padding:.5em 1em;display:inline-flex;justify-content:center;align-items:center}.xs24-video__link img{max-width:2.5em;max-height:2.5em;margin-right:1em}.xs24-video__link:hover{background:rgba(255,255,255,.15)}.xs24-video__link:active{background-color:#ed1c24;color:#fff;box-shadow:inset 1px 2px .1875em #00000080;transform:translateY(2px)}@media (max-width: 767.98px){.xs24-video__link{margin-top:.25em;font-size:1.125em}}.xs-table{max-width:76.5625rem;margin:auto;display:flex;flex-direction:column;text-align:center}.xs-table [role=row]{display:grid;grid-template-columns:repeat(3,400px);border-bottom:1px solid rgba(80,88,91,.45)}@media (max-width: 1199.98px){.xs-table [role=row]{grid-template-columns:repeat(3,33%)}}.xs-table [role=row]:last-child{border-bottom:none}.xs-table .xs-table__thead{border-bottom:1px solid rgba(80,88,91,.45);position:sticky;top:-1px;transition:all ease .3s}.xs-table .xs-table__thead.-is-sticky{z-index:1;background:rgba(255,255,255,.5);backdrop-filter:blur(15px) brightness(1.25);-webkit-backdrop-filter:blur(15px) brightness(1.25);box-shadow:0 1.5625em 1.5625em #00000026;border-radius:0 0 2em 2em;border-bottom:none}.xs-table__thead.-is-sticky [role=columnheader]{font-size:.75em}.xs-table__more-link{display:block;width:100%;margin-top:.5em}.-is-sticky .xs-table__more-link{width:initial}@media (max-width: 767.98px){.xs-table__more-link{font-size:.875em}}@media (max-width: 575.98px){.xs-table__more-link{font-size:.75em}}.ultra-x__economical-label{position:absolute;top:-1.75em;width:100%;display:inline-block;left:50%;transform:translate(-50%)}@media (max-width: 767.98px){.ultra-x__economical-label{font-size:.625em;line-height:1.1}}.xs-table__cell{padding:1em;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:10.3125rem}.xs-table__cell.-logo{justify-content:center}.xs-table__cell img{max-width:11.5625em;display:inline-block}.xs-table__cell:nth-child(2){border-left:1px solid rgba(80,88,91,.45);border-right:1px solid rgba(80,88,91,.45)}@media (max-width: 991.98px){.xs-table__cell{padding:.5em;font-size:.85em;min-height:6.25rem}}@media (max-width: 767.98px){.xs-table__cell img{max-width:100%;display:inline-block}}.xs-table__cell-logo{position:relative;width:100%;margin-bottom:.75em;text-align:center;display:flex;justify-content:center}@media (max-width: 767.98px){.xs-table__cell-logo{margin-bottom:.35em}}@media (max-width: 575.98px){.xs-table__cell-logo img{max-width:65px}}.xs-table__cell-logo img{display:block}@media (min-width: 992px){.xs-table__cell.-usflex.-rocks img{max-width:13.75em}}@media (max-width: 991.98px){.xs-table__cell.-strength img,.xs-table__cell.-step img,.xs-table__cell.-carcass img{max-width:3.75em;max-height:1.875em}}.splide__slide .xs-testimonial{height:100%}.testimonials-row{margin:1.5em 0}.xs-testimonial{padding:0 .75em;margin:0}.xs-testimonial__block{padding:1.65em;height:100%}@media (max-width: 575.98px){.xs-testimonial__block{font-size:.8125em}}.xs-testimonial__product-logo{max-height:1.25em;margin-bottom:.5em;display:inline-block}.xs-testimonial__title{position:relative}.xs-testimonial__title-text:after,.xs-testimonial__title-text:before{content:"";display:inline-block;width:.6875em;height:.6875em;background:url(/app/themes/fennerdunlop/dist/images/x-series/quote-icon-end.svg) center no-repeat;background-size:contain;position:relative;top:-.1em}.xs-testimonial__title-text:before{background-image:url(/app/themes/fennerdunlop/dist/images/x-series/eco-quote-icon-start.svg);left:0}.xs-testimonial__title-text:after{left:.1em}.xs-table__cell-images{margin-bottom:1em}.xs-table__cell-title{line-height:1.15;margin-bottom:.5em}.-drop .xs-table__cell-title{font-size:1.3125em}@media (max-width: 991.98px){.-drop .xs-table__cell-title{font-size:1.125em}}.xs-table__cell-content{margin-bottom:1em}.-carcass .xs-table__cell-content{font-size:.875em}@media (max-width: 991.98px){.xs-table__cell-content{font-size:.75em;margin-bottom:.5em}}.xs-simple-header{margin:4em auto 3em}.xs-simple-header h2{max-width:65.625rem;margin:auto auto .5em}@media (max-width: 767.98px){.xs-simple-header h2{font-size:2em}.xs-simple-header h3{font-size:1.125em}.xs-simple-header p{font-size:.875em}}.xs-simple-header .xs-simple-header__content{max-width:40.625rem;margin:auto}.x-series-feature__block{border:1px solid rgba(80,88,91,.45);border-left:none;padding:3em 1.5em 2em;height:100%;position:relative}.x-series-feature__block:before{content:"";position:absolute;width:4.375em;height:3.125em;background:#EDEDED url(/app/themes/fennerdunlop/dist/images/x-series/innovation-icon.svg) center no-repeat;background-size:2.8125em 2.8125em;top:-1.5625em;left:0}.-transform .x-series-feature__block:before{background-image:url(/app/themes/fennerdunlop/dist/images/x-series/transform-icon.svg)}.-rethink .x-series-feature__block:before{background-image:url(/app/themes/fennerdunlop/dist/images/x-series/rethink-icon.svg)}.xs24-header__title{color:#b6b6b6;max-width:95ch;margin-bottom:3em;transition:color .75s ease}.xs24-header__title em{color:#b6b6b6;font-style:normal;font-weight:inherit;transition:color .75s ease}.xs24-header__title em.-loaded{color:#fff}.xs24-header__title strong{letter-spacing:.025em;text-shadow:0 .75rem 1.25rem rgb(0,0,0)}.br{display:block}.xs24-header{padding-bottom:100vh;position:relative}@media (max-width: 767.98px){.xs24-header{padding-bottom:4em;margin-bottom:2em}}.xs24-header__btn-cntr{position:relative}.xs24-header__content{position:absolute;top:50%;transform:translateY(-50%)}@media (max-width: 767.98px){.xs24-header__content{position:initial;transform:none;font-size:.875em}}@media (max-width: 575.98px){.xs24-header__content{font-size:.75em}}.xs-24-header__top{position:absolute;top:4em}@media (max-width: 767.98px){.xs-24-header__top{top:0;position:relative;padding:1em 0}}.xs24-header__bg{position:absolute;width:100%;height:calc(100vh - 6.125em);display:block;top:1.5625em}@media (max-width: 767.98px){.xs24-header__bg{top:0;height:100%}}.xs24-header__logo{max-height:3.75rem;margin:.25em 0}@media (max-width: 767.98px){.xs24-header__logo{max-height:2.5rem}}@media (max-width: 575.98px){.xs24-header__logo{max-height:2.1875rem}}.xs24-header__bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.xs24-cta{padding:5em 1em;background-image:url(/app/themes/fennerdunlop/dist/images/x-series/x-series-cta-bg-1.jpg),url(/app/themes/fennerdunlop/dist/images/x-series/x-series-cta-bg-2.jpg);background-repeat:no-repeat,no-repeat;background-size:500px;background-position:left top,right top;min-height:24.375em;position:relative;transition:background ease .75s}@media (min-width: 1200px){.xs24-cta:hover{background-position:left 35px top,right 35px top;background-size:600px}}.xs24-cta:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:300px;background-image:linear-gradient(180deg,transparent,#EDEDED)}@media (max-width: 991.98px){.xs24-cta{background:url(/app/themes/fennerdunlop/dist/images/x-series/x-series-cta-bg-2.jpg) right center no-repeat;background-size:contain}}.xs24-cta__content{position:relative;display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center}@media (max-width: 991.98px){.xs24-cta__content{align-items:flex-start;text-align:left}}.xs24-cta__logo{max-height:3.125em}.xs24-cta__title{max-width:25ch}@media (max-width: 767.98px){.xs24-cta__btn{font-size:1em}}.alignnone{margin-left:0;margin-right:0;max-width:100%;height:auto}.aligncenter{display:block;margin:.5em auto;height:auto}.alignleft,.alignright{margin-bottom:.5em;height:auto}body#tinymce{margin:12px!important}.photo-banner{display:block;padding:13.75em .9375em;color:#fff;text-align:center;border-radius:.625em;min-height:34.375em;background:transparent url(/app/themes/fennerdunlop/dist/images/chile-banner__bg.jpg) center no-repeat;background-size:cover;margin:3rem 0;position:relative;transition:all ease-in-out .25s;box-shadow:0 15px 25px #0c0e2633;filter:contrast(.9)}.photo-banner:hover{color:#fff;filter:contrast(1.1)}.photo-banner:after{content:"";position:absolute;inset:0;border-radius:.625em;border:0px solid rgb(237,28,36);transition:all ease .25s}@media (max-width: 991.98px){.photo-banner:after{content:none;display:none}}.photo-banner:hover:after{border:15px solid rgb(237,28,36)}@media (max-width: 991.98px){.photo-banner{padding:5em .9375em;min-height:18.75em}}.photo-banner__subtitle{font-weight:700;font-size:1.5em;margin-bottom:0;letter-spacing:.01em;line-height:1.25}@media (max-width: 991.98px){.photo-banner__subtitle{font-size:1.125em}}.photo-banner__title{font-weight:900;letter-spacing:.01em;font-size:5.375em;line-height:1;margin-bottom:2rem}.photo-banner:hover .photo-banner__title{text-decoration:underline}@media (max-width: 1199.98px){.photo-banner__title{font-size:3.875em}}@media (max-width: 991.98px){.photo-banner__title{margin:.5rem 0 1rem;font-size:3.25em}}@media (max-width: 767.98px){.photo-banner__title{font-size:2.25em}}.btn-container.--centered{justify-content:center}.photo-banner__footer{position:absolute;width:100%;padding:.9375em 0;bottom:1.875em;opacity:.8;letter-spacing:.1em;line-height:1.25}@media (max-width: 767.98px){.photo-banner__footer{bottom:.625em;font-size:.8125em}}.chile-page{background:#020509}.chile-header{padding-top:5rem;background:url(/app/themes/fennerdunlop/dist/images/chile-page-bg.jpg) center bottom no-repeat;background-size:cover;min-height:39.375em;color:#fff}@media (max-width: 767.98px){.chile-header{min-height:31.25em}}.chile-header__content{padding:14.375em 0 3.125em}@media (max-width: 991.98px){.chile-header__content{padding:15.625em 0 .9375em}}.-phoenix .chile-header__content{backdrop-filter:blur(5px);border-radius:1em;border:1px solid rgba(238,238,238,.3607843137);background:rgba(255,255,255,.1019607843);box-shadow:0 10px 25px #00000080;margin:14.375em 0 3.125em;padding:1em;max-width:70ch}@media (max-width: 991.98px){.-phoenix .chile-header__content{margin:15.625em 0 .9375em}}.chile-header__title{font-size:5.3125em;font-weight:900;line-height:1.1}@media (max-width: 767.98px){.chile-header__title{font-size:3.375em}}.-phoenix .chile-header__title{text-shadow:0 5px 25px rgba(0,0,0,.5);font-size:3em}.chile-header__flag{width:1.1529411765em;height:.7647058824em;background:url(/app/themes/fennerdunlop/dist/images/icons/chile-flag.svg) left center no-repeat;background-size:contain;display:inline-block;border-radius:.0470588235em;box-shadow:4px 5px 5px #0006;transform:translateY(2px)}.chile-page__main{color:#fff;padding-bottom:4rem}.hq-contact__header{color:#c4c4c4;position:relative;padding-left:3.5em;margin-bottom:1.5rem}.hq-contact__header:before{position:absolute;left:0;top:-8px;font-family:"Font Awesome 5 Free",sans-serif;font-weight:400;content:"";font-size:2.6em}.hq-contact__address{color:#c4c4c4;margin-bottom:.25em;font-size:1.3125em}@media (max-width: 767.98px){.hq-contact__address{font-size:1.125em}}.hq-contact__list{font-size:1.3125em}@media (max-width: 767.98px){.hq-contact__list{font-size:1.125em}}.hq-contact__title{line-height:1.25;font-size:1.3125em}.hq-contact__subtitle{line-height:1.25;text-transform:uppercase;letter-spacing:.035em}.person-card__list{padding-left:0;list-style:none}.person-card__link{color:#ed1c24;font-weight:700;letter-spacing:.015em}.person-card__link:hover{text-decoration:underline}.department-info{margin-bottom:2rem}.department-info__title{font-weight:400;font-size:1.6875em;margin-bottom:1rem}@media (max-width: 767.98px){.department-info__title{font-size:1.3125em}}.person-card{margin-bottom:1rem}@media (max-width: 767.98px){.person-card__title{font-size:.875em}}.chile-page__divider{border:none;border-bottom:1px solid #707070;margin:2rem 0}.level-2-person-card{margin-bottom:1rem}.level-2-person-card__title{font-size:1.3125em;line-height:1.25;font-weight:400;margin-bottom:1rem}@media (max-width: 767.98px){.level-2-person-card__title{font-size:1.125em}}.hr-banner{display:block;position:fixed;bottom:25px;max-width:25rem;max-width:100%;z-index:10}@media (min-width: 992px){.hr-banner{left:25px}}@media (max-width: 991.98px){.hr-banner{bottom:50px;left:25px}}@media (max-width: 575.98px){.hr-banner{max-width:20rem;margin:1em;left:0}}.hr-card{background:#fff;box-shadow:0 10px 20px #0000004d;margin-bottom:.75em;border-radius:.75em}.hr-card__top{height:12.5rem;background:#eee;margin-bottom:0;border-radius:.75em .75em 0 0;position:relative}.hr-card__img{max-width:100%;border-radius:.75em .75em 0 0}.hr-card__content{padding:1.5em 1em}.hr-banner__btn-helper{position:relative;display:inline-block}.hr-card__btn-link{text-decoration:underline;font-weight:700}.hr-banner__floating-open{transition:all ease-in-out .25s;outline:none;border:2px solid transparent;border-radius:.25em;padding:.15em .5em .15em 1.75em;font-size:14px;font-weight:700;color:#000;background:#F1F1F1 url(/app/themes/fennerdunlop/dist/images/icons/fda-hr-banner__icon.svg) .25em center no-repeat;background-size:1.1em;box-shadow:0 5px 12px #0000004d}.hr-banner__floating-open:hover,.hr-banner__floating-open:focus{border-color:#aaa;background-color:#f1f1f1;color:#000;outline:none}.hr-banner__floating-open:focus{border-color:transparent}.hr-banner__floating-open:hover{border-color:#aaa}.hr-banner__floating-open[aria-expanded=true]{border-color:#ed1c24;color:#ed1c24}.hr-card__btn{font-size:1em;text-transform:uppercase;border-radius:.25em;font-weight:700}.hr-card__btn-cntr{margin-top:1em;margin-bottom:.5em}.hr-banner__floating-close{display:inline-block;width:20px;height:20px;background:#aaa;border-radius:5em;outline:none;border:none;position:absolute;top:-10px;right:-10px;color:#777}.hr-banner__floating-close:hover{background:#999}.hr-banner__floating-close .fas{font-size:.9em;display:inline-block;transform:translate(-1px,-2px)}.hr-card__caption{position:absolute;bottom:0;transform:translateY(50%);left:.75em;display:inline-block;background:#ccc;font-weight:700;padding:.25em .75em;line-height:1.1;border-radius:4em;text-transform:uppercase}.hr-card__close-btn{width:2em;height:2em;border-radius:5em;border:2px solid currentColor;background:none;outline:none;color:#fff;position:absolute;display:inline-block;right:.5em;top:.5em}.hr-card__close-btn .fas{font-size:1.25em;transform:translateY(2px)}.hr-card__close-btn:hover{opacity:.6}.hr-card__close-btn:hover,.hr-card__close-btn:focus,.hr-card__close-btn:active{outline:none}.asg-bg-img{max-width:100%;border-radius:1em;margin-bottom:2em}.standard-content.-asg-content p{max-width:85ch;margin:1em auto 2em}.standard-content.-asg-content ol{padding-left:2em}.standard-content.-asg-content ol li{font-size:1.3125em;margin-bottom:.75rem;line-height:1.333}.standard-content.-asg-content ol li:last-child{border-bottom:none;padding-bottom:0}.asg-questions{text-align:left;padding:1em;margin-bottom:0;border-radius:1em}.text-center{text-align:center!important}.red-box-cntr{margin-bottom:1em}.simple-box.-red-link{display:block;height:100%;background:rgb(237,28,36);color:#fff;transition:all ease .15s}.simple-box.-red-link .simple-box__subtitle{color:#000}.simple-box.-red-link .link-btn{text-decoration:underline}.simple-box.-red-link:hover{box-shadow:0 6px 25px #ed1c24}@media (min-width: 992px){.simple-box.-red-link:hover{transform:translateY(-8px)}}@media (max-width: 767.98px){.page-template-page-asg .simple-box__subtitle{font-size:.75rem}}@media (max-width: 575.98px){.page-template-page-asg .red-box-cntr{margin-bottom:0}}@media (max-width: 575.98px){.page-template-page-asg .simple-box.-red-link{height:initial}}@media (max-width: 991.98px){.page-template-page-asg .simple-box__title{font-size:1.5rem}}@media (max-width: 767.98px){.page-template-page-asg .simple-box__title{font-size:1.15rem}}.simple-box.-big{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:18.75em}.simple-box.-big.-selling-guide{background:url(/app/themes/fennerdunlop/dist/images/asg/asg-video-bg.jpg) center no-repeat;background-size:cover;transform:none;box-shadow:0 0 0 5px transparent}.simple-box.-big.-selling-guide .link-btn{transition:all ease .25s;background:rgb(237,28,36);color:#fff;border-radius:2em;padding:.25em 1em;line-height:1.1;margin-top:1em;font-weight:700;text-decoration:none;display:inline-block}.simple-box.-big.-selling-guide:hover{box-shadow:0 0 0 5px #ed1c24;transform:none}.simple-box.-big.-selling-guide:hover .link-btn{transform:translateY(-8px)}.simple-box.-big.-selling-guide .simple-box__subtitle{color:#ed1c24}.quarry-infographic__block{display:flex;background:url(/app/themes/fennerdunlop/dist/images/asg/quarry-diagram-image-dark.jpg) center no-repeat;background-size:cover;color:#fff;padding:3em;border-radius:1em;min-height:13.75em;flex-direction:column;text-shadow:0 5px 8px rgba(0,0,0,.5);transition:all ease .15s;box-shadow:0 15px 25px #00000080}@media (max-width: 575.98px){.quarry-infographic__block{margin-top:2em}}.quarry-infographic__block:hover{color:#fff;text-decoration:underline;box-shadow:0 15px 50px #00000080}.quarry-infographic__title{font-size:2em;line-height:1.15}.-asg-row{align-items:center}.product-contact.-asg{margin-top:0}.product-contact.-asg .product-contact__title{font-size:1.15em}.career-page{margin-top:1.875rem}@media (max-width: 991.98px){.career-page{margin-top:0}}.career-hero{position:relative;width:100%;height:calc(100vh - var(--header-height))}@media (max-width: 767.98px){.career-hero{height:calc(100vh - 110px)}}.career-hero__title{max-width:62.5rem;text-shadow:0 .2em .35em rgba(0,0,0,.7411764706);line-height:1.1}@media (max-width: 991.98px){.career-hero__title{font-size:2.5em}}@media (max-width: 575.98px){.career-hero__title{font-size:2em}}.career-hero__subtitle{max-width:56.25rem;margin-bottom:2.2222222222em}@media (max-width: 991.98px){.career-hero__subtitle{font-size:1.5em}}@media (max-width: 575.98px){.career-hero__subtitle{font-size:1.5em}}.career-hero__image-container{position:relative;height:100%;overflow:hidden}.career-hero__image-list{list-style:none;padding:0;margin:0;display:grid;background:#000;height:100%}@media (max-width: 767.98px){.career-hero__image-list{height:100%}}@media (min-width: 1200px){.career-hero__image-list{height:100%}}.career-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.career-hero__image-item{grid-area:1/1/2/2;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;z-index:0}.career-hero__image-item.current{opacity:1;z-index:1}.career-hero__content{position:absolute;z-index:1;bottom:0;padding:1em 1em 5em;left:0;right:0;color:#fff;text-align:left}@media (max-width: 991.98px){.career-hero__content{font-size:.9em}}@media (max-width: 575.98px){.career-hero__content{font-size:.8em}}.career-hero__content .container{position:relative}.career-hero__content:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%)}.career-text-section{margin-top:4.375em;margin-bottom:3.75em}.career-text-section__content{line-height:1.5}.career-text-section__content strong{font-weight:900}.career-carousel .splide__slide{display:flex;justify-content:center}.splide__slide.-career{padding:0 .75em 1em}@media (min-width: 992px){.splide__slide.-career{padding-top:10px}}.video-block{margin-bottom:2em;position:relative;box-shadow:0 1em .8125em #00000040;transition:all ease .25s}.video-block:before{content:"";position:absolute;bottom:0;width:100%;height:20%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%)}.video-block:after{transition:all ease .15s;position:absolute;transform:translate(-50%,-50%);left:50%;top:50%;content:"";width:5.625em;height:5.625em;background:url(/app/themes/fennerdunlop/dist/images/career/play-btn-career.svg) no-repeat center;background-size:contain;opacity:.5;filter:drop-shadow(0 0 1em rgba(0,0,0,.25))}@media (max-width: 991.98px){.video-block:after{font-size:10px}}.video-block:hover{box-shadow:0 1.5em 2em #00000059}@media (min-width: 992px){.video-block:hover{transform:translateY(-8px)}}.video-block:hover:after{opacity:1}.video-block__figure{margin-bottom:0}.video-block__image{height:100%;object-fit:cover}.video-block__caption{position:absolute;bottom:0;z-index:1;color:#fff;padding:1em 1em 1.5em;letter-spacing:.025em;line-height:1.333}.splide__arrows.-career .splide__arrow{background:none}.splide__arrows.-career .splide__arrow svg{width:2.5rem;height:2.5rem}@media (min-width: 992px){.videos-carousel{padding:0 4em}}@media (max-width: 575.98px){.videos-carousel{margin-left:calc(var(--bs-gutter-x) * -.5);margin-right:calc(var(--bs-gutter-x) * -.5)}}.diversity-bg{margin-top:3.125em}.career-gray{margin-top:-7em}.career-gray .container{position:relative;padding-top:3.75em;padding-bottom:0}.dei-blocks-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:2em}@media (max-width: 767.98px){.dei-blocks-list{grid-template-columns:1fr}}.dei-block{padding:3em 3em 3em 8.125em;background:#fff url(/app/themes/fennerdunlop/dist/images/career/demographics-icon.svg) no-repeat left 2em top 2.5em;background-size:4.0625em;min-height:13.4375em}@media (max-width: 767.98px){.dei-block{padding:6em 0 0;text-align:center;background-position:center top;font-size:.95em;background-color:transparent;min-height:initial}}.dei-block.-demographics{background-image:url(/app/themes/fennerdunlop/dist/images/career/demographics-icon.svg);background-size:3.9375em}.dei-block.-woman{background-image:url(/app/themes/fennerdunlop/dist/images/career/women-icon.svg);background-size:4.1875em}@media (min-width: 768px){.-woman .dei-block__content{max-width:34ch}.-demographics .dei-block__content{max-width:24ch}}.benefits{margin:3em auto}.benefits__list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.5rem 3rem}@media (max-width: 767.98px){.benefits__list{grid-template-columns:1fr 1fr;grid-gap:1rem;font-size:.85em}}@media (max-width: 575.98px){.benefits__list{grid-template-columns:1fr;grid-gap:.75rem 1rem;font-size:.8em}}.benefits__item{margin-bottom:0}@media (max-width: 575.98px){.benefits__item:not(:last-child){border-bottom:1px solid #eee;padding-bottom:1em}}.benefit-block{position:relative;padding:.35em .35em .35em 3.2380952381em;background-repeat:no-repeat;background-position:left top .55em;background-size:2em}.benefit-block.-education{background-image:url(/app/themes/fennerdunlop/dist/images/career/education-icon.svg)}.benefit-block.-medical{background-image:url(/app/themes/fennerdunlop/dist/images/career/medical-icon.svg)}.benefit-block.-medical-travel{background-image:url(/app/themes/fennerdunlop/dist/images/career/medical-travel-icon.svg)}.benefit-block.-tyres{background-image:url(/app/themes/fennerdunlop/dist/images/career/tyres-icon.svg);background-size:1.8095238095em;background-position:left .1em top .4em}.benefit-block.-insurance{background-image:url(/app/themes/fennerdunlop/dist/images/career/life-insurance-icon.svg)}.benefit-block.-heart{background-image:url(/app/themes/fennerdunlop/dist/images/career/heart-icon.svg)}.benefit-block.-parental-leave{background-image:url(/app/themes/fennerdunlop/dist/images/career/parental-leave-icon.svg);background-size:1.5714285714em}.benefit-block.-calendar{background-image:url(/app/themes/fennerdunlop/dist/images/career/calendar-icon.svg)}.benefit-block.-savings{background-image:url(/app/themes/fennerdunlop/dist/images/career/savings-icon.svg);background-size:2.380952381em}.benefit-block.-family-planning{background-image:url(/app/themes/fennerdunlop/dist/images/career/family-icon.svg);background-size:1.2380952381em;background-position:left 2px top}.benefit-block.-stock{background-image:url(/app/themes/fennerdunlop/dist/images/career/stock-icon.svg)}.benefit-block.-caregiver{background-image:url(/app/themes/fennerdunlop/dist/images/career/caregiver-icon.svg)}.benefit-block.-volunteer{background-image:url(/app/themes/fennerdunlop/dist/images/career/volounteer-icon.svg);background-size:1.4285714286em;background-position:left .2380952381em top}.benefit-block.-grief{background-image:url(/app/themes/fennerdunlop/dist/images/career/grief-icon.svg)}.benefit-block.-assistance-program{background-image:url(/app/themes/fennerdunlop/dist/images/career/assistance-program-icon.svg)}@media (max-width: 575.98px){.distribution__header{font-size:.75em}}.distribution__header h1{margin-top:1em}.distribution__header h1,.distribution__header h2{border-left:.4375rem solid #ED1C24;padding-left:1rem;max-width:43.75rem}@media (max-width: 767.98px){.distribution__header h1,.distribution__header h2{padding-left:.5rem;border-left:.25rem solid #ED1C24}}.distribution__header h2{text-transform:uppercase;letter-spacing:.015em;font-weight:900;color:transparent;-webkit-text-stroke:1px #000;margin-bottom:.5em}.distribution__header h2 strong{color:#000}@media (max-width: 991.98px){.distribution__header h2{font-size:2.5em}}.distribution__icon-text{display:flex;align-items:center;gap:1em;margin-top:1em;margin-bottom:2em}.distribution__icon-text img{max-width:5.3125em}@media (max-width: 991.98px){.distribution__icon-text{font-size:.8em}}@media (max-width: 575.98px){.distribution__icon-text{font-size:.7em}}.distribution__icon-text h3{max-width:20em}.distribution-banner{position:relative;border-top:1px solid #707070;min-height:35em;display:flex;align-items:center}@media (max-width: 1199.98px){.distribution-banner{min-height:28.125em}}.distribution-banner .container{position:relative;z-index:1;align-items:center;display:flex;justify-content:flex-end}.distribution-banner__content{max-width:38.75em;padding-right:1em}@media (max-width: 1399.98px){.distribution-banner__content{max-width:31.25em}}@media (max-width: 1199.98px){.distribution-banner__content{max-width:25em}}@media (max-width: 767.98px){.distribution-banner__content{padding:1em 1em 2em;margin:1em;max-width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;background:rgba(255,255,255,.8);backdrop-filter:blur(25px);box-shadow:0 0 3.75em #00000052;border-radius:1em;align-items:center}}@media (max-width: 575.98px){.distribution-banner__content{font-size:.75em}}.distribution-features{background:#2E2E2E}@media (max-width: 575.98px){.distribution-features{padding:.5em}}@media (max-width: 1199.98px){.distribution-features__list{margin-top:1em}}@media (max-width: 767.98px){.distribution-features__list{font-size:.7em}}.distributor-feature{display:grid;grid-template-columns:3.125em 1fr;align-items:center;grid-gap:1em;padding:1em;background:rgba(0,0,0,.25)}@media (max-width: 575.98px){.distributor-feature{display:flex;flex-direction:column;justify-content:center;padding:.5em;text-align:center}.distributor-feature img{max-width:2.8125em}}.distribution-banner__bg{position:absolute;width:100%;height:100%}.distribution-banner__bg img{width:100%;height:100%;object-fit:cover}.distribution__fig{position:relative;width:100%;height:100%}.distribution__fig img{width:100%;height:100%;object-fit:cover;box-shadow:0 0 3.75em #0003}@media (max-width: 767.98px){.distribution__fig{font-size:.8em}}.distribution__btn{position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:1;width:100%;display:flex;justify-content:center}.distribution__btn a:hover{background:#fff}@media (max-width: 767.98px){.bb-header__bg{max-width:400px}}@media (max-width: 575.98px){.bb-header__bg{max-width:190px;margin:auto}}.bb-header__img{z-index:-1;position:relative;max-width:100%}@media (min-width: 1200px){.bb-header__img{scale:1.1}}.bb-video{background:#ED1C24;padding:0 1em 1em;position:relative;text-align:center;margin:4.0625em auto 15.625em}.bb-video__header{margin-bottom:1em;color:#fff;transform:translateY(3.75em)}.bb-video__over{color:#000;text-transform:uppercase;font-size:1.125em;font-weight:700;letter-spacing:.05em;line-height:1.25}.bb-video__title{text-transform:uppercase;font-size:5.75em;letter-spacing:.015em;line-height:1.01;font-weight:900;margin-bottom:0}@media (max-width: 575.98px){.bb-video__title{font-size:3.25em}}.bb-video__desc{font-size:1.5em;margin-bottom:0}.bb-video__cntr{text-align:center}.bb-video__video{box-shadow:0 1.125em 6.25em #00000069;border-radius:.75em;border:1px solid #eee;max-width:950px;background:#fff;transform:translateY(8em);width:100%}.banner-text{font-size:4.375em;font-weight:900;letter-spacing:.015em;text-transform:uppercase;line-height:.9;border-top:3px solid currentColor;border-bottom:3px solid currentColor;margin:1em auto;padding:1em;color:#c6c6c6;text-align:center}@media (max-width: 767.98px){.banner-text{padding:.5em;font-size:3.25em}}.page-template-page-belt-buddy .page-content{padding-bottom:4em}.bb-cta{overflow:hidden;padding:10em 0 8em}.bb-cta__block{background:#ED1C24;padding:1.5em;border-radius:.75em;display:flex;color:#fff;position:relative;box-shadow:0 10px 25px #ff2c2c4d}@media (min-width: 992px){.bb-cta__block{padding-right:350px;border-radius:.75em 0 0 .75em}.bb-cta__block:before{position:absolute;left:100%;top:0;width:50vw;height:100%;background:#ED1C24;content:"";display:block;box-shadow:0 10px 25px #ff2c2c4d}}@media (max-width: 575.98px){.bb-cta__block{flex-direction:column-reverse}}.bb-cta__qr{max-width:300px;background:#fff;border-radius:.5em;padding:.5em;width:170px}.bb-cta__qr-code{flex-grow:1;flex-shrink:0;min-width:170px}.bb-cta__thumbnail{max-width:800px;position:absolute;right:-15em;top:-9em;margin-bottom:0}@media (max-width: 1199.98px){.bb-cta__thumbnail{max-width:600px;right:-10em;top:-7em}}@media (max-width: 991.98px){.bb-cta__thumbnail{max-width:500px;right:-12em;top:-4em}}@media (max-width: 575.98px){.bb-cta__thumbnail{width:500px;right:initial;position:relative;margin-top:-3em;transform:translate(-50%);left:50%;padding-left:2em}}.bb-cta__img{max-width:100%}.bb-download-btns{list-style:none;display:flex;padding-left:0;flex-direction:row;justify-content:center}.bb-download-btns img{width:100%}@media (min-width: 768px){.bb-download-btns{justify-content:stretch}}.bb-download-btns.-horizontal .bb-cta__img{height:2.625em;object-fit:contain;object-position:top}@media (min-width: 992px){.bb-download-btns.-vertical{flex-direction:column;justify-content:stretch}}.bb-download-btn{margin:.15em}.bb-download-btn.-vertical{margin-bottom:.5em}.bb-download-btn img{max-width:100%}.app-btn{display:inline-block;transition:all ease .15s;border-radius:.65em}.app-btn:hover{box-shadow:0 5px 8px #00000059}.app-btn img{max-width:9.375em}.bb-cta__title{padding:.25em;margin-left:1em;max-width:400px}@media (min-width: 992px){.bb-cta__title{max-width:470px}}@media (max-width: 767.98px){.bb-cta__title{margin-left:0}}@media (max-width: 575.98px){.bb-cta__title{text-align:center;margin:auto}.bb-cta__title h3{margin-bottom:.75em}}.bb-cta__title-text{text-transform:uppercase;font-size:3.1875em;letter-spacing:.015em;line-height:.9;font-weight:900;margin-bottom:0}@media (max-width: 575.98px){.bb-cta__title-text{font-size:2.25em}}.bb-quote{text-align:left;max-width:50em;margin:2em auto;padding:.25em 1em 1em 2.75em;background-position:left top;background-image:url(/app/themes/fennerdunlop/dist/images/belt-buddy/quote-right-solid.svg);background-repeat:no-repeat;background-size:1.75em}@media (min-width: 1200px){.container.-bb-quotes{padding-left:2em;padding-right:2em}}.bb-quote__content{font-weight:700;line-height:1.25;margin-bottom:.5em}@media (max-width: 767.98px){.bb-quote__content{font-size:2em}}.bb-quote__footer{font-style:normal;line-height:1.333}.bb-columns.-first{font-size:1.125em;line-height:1.25}.bb-opener{padding-top:1em;margin-bottom:2em;padding-bottom:2em}@media (min-width: 992px){.bb-opener{padding-top:4em}}@media (max-width: 767.98px){.bb-opener{text-align:center}}@media (max-width: 767.98px){.bb-opener .bb-opener__banners{justify-content:center}}.bb-columns__title{font-size:1.125em;font-weight:700}.bb-opener__qr{margin-right:1em}.bb-opener__qr-img{width:140px}.bb-opener__over{font-size:1em}.bb-opener__title{text-transform:uppercase;font-size:3.25em;line-height:.85;font-weight:900;margin-bottom:.5em;gap:1rem}.bb-opener__title img{max-height:1.6em;padding-top:.075em}@media (max-width: 1199.98px){.bb-opener__title{flex-direction:column;align-items:flex-start;font-size:2.25em}}@media (max-width: 767.98px){.bb-opener__title{font-size:2.625em;flex-direction:column;align-items:center}}@media (max-width: 575.98px){.bb-opener__title{font-size:2em}}.bb-opener__header-list{font-size:1.125em;line-height:1.25;margin-top:1.5em}.bb-opener__header-list li{letter-spacing:0}@media (min-width: 768px){.bb-opener__header-list{display:flex}.bb-opener__header-list li+li{margin-left:1em}}.bb-opener__header-list li{margin-bottom:1em}.bb-opener__header-list .las{font-size:1.6em;transform:translateY(4px)}.bb-header{margin-bottom:3em}@media (max-width: 767.98px){.bb-header .row{flex-direction:column-reverse;justify-content:center;align-items:center}}.-qr-code{max-width:6.75em}.-qr-code img{max-width:100%}@media (max-width: 991.98px){.-qr-code{display:none}}.bb-banner{position:relative;overflow:hidden}.bb-banner__fig{position:absolute;inset:0;margin-bottom:0}.bb-banner__img{object-fit:cover;width:100%;height:100%}.bb-banner__content{width:100%;text-align:center;padding:6.875em 9.375em;position:relative;z-index:1}@media (max-width: 767.98px){.bb-banner__content{padding:3.75em 3.125em}}.bb-feature{overflow:hidden}.bb-feature.-reverse{flex-direction:row-reverse;justify-content:flex-end}@media (max-width: 575.98px){.bb-feature.-reverse{padding-right:30vw;padding-left:.5em}.bb-feature.-reverse .bb-feature__fig{left:initial;right:-17vw}}@media (max-width: 575.98px){.bb-feature{position:relative;padding:1em;padding-left:30vw;width:100%;min-height:25rem}.bb-feature .bb-feature__fig{position:absolute;min-width:20vw;width:50vw;left:-17vw;display:block;justify-content:stretch;top:1em;z-index:-1}.bb-feature .bb-feature__fig img{object-fit:contain}}@media (max-width: 767.98px){.bb-icon-list{font-size:.8em}}.-reverse .bb-icon-list{padding-left:.5em}.bb-features-list{margin-top:6.25em;margin-bottom:6.25em}.bb-icon-list__item{display:grid;gap:1.5em;grid-template-columns:auto 1fr}@media (max-width: 575.98px){.bb-icon-list__item{gap:.75em;font-size:.9em;line-height:1.25}}.bb-icon-list__item+.bb-icon-list__item{margin-top:1em;padding-top:1em;border-top:1px solid #707070}.bb-feature__fig{flex-shrink:0}@media (max-width: 991.98px){.bb-feature__fig{max-width:250px}}.bb-icon-list__icon{display:inline-flex;align-items:center;justify-content:center;width:3.125em;max-height:3.125em}.bb-icon-list__icon img{max-width:100%;max-height:100%}@media (min-width: 1200px){.-reverse .bb-feature__img{transform:translate(-2em)}}.employee-profile{text-align:center}.employee-profile__caption{margin-top:1em;line-height:1.333}.employee-profile__img{border-radius:25em;border:2px solid #fff}@media (max-width: 575.98px){.employee-profile__img{max-width:9.375em}}.eco-quote__blockquote{font-size:2.25em;line-height:1.25;font-weight:900;margin-bottom:1em}@media (max-width: 767.98px){.eco-quote__blockquote{font-size:1.5em}}@media (max-width: 575.98px){.eco-quote__blockquote{font-size:1.3125em;text-align:center}}.green-eco-big-btn{display:flex;background:rgb(237,28,36);text-decoration:underline;transition:all ease .5s;box-shadow:0 1em 1.5em #06102840;font-weight:700;font-size:1.125em;letter-spacing:.01em;line-height:1.15;color:#000;padding:1em 2em 1em 1em;border-radius:1em;max-width:45ch;align-items:center;text-align:left}.green-eco-big-btn:hover{text-decoration:underline;background:#f53339;color:#fff}@media (max-width: 575.98px){.green-eco-big-btn{margin:auto;font-size:1em;padding:.6em 1em .6em .6em;max-width:35ch}}.green-eco-big-btn__icon{margin-right:1em;display:inline-block;width:4.1875em}@media (max-width: 575.98px){.green-eco-big-btn__icon{width:3.125em}}.green-eco-big-btn__icon svg{width:100%}.eco-quote__quote-cntr{padding-top:1em;padding-left:2em}@media (max-width: 575.98px){.eco-quote__quote-cntr{padding:1em}}.eco-quote__blockquote-content{position:relative}.eco-quote__blockquote-content.-small{font-size:1.2rem;font-weight:400;line-height:1.5}.eco-quote__open-icon,.eco-quote__close-icon{display:inline-block;width:.7em}.eco-quote__open-icon svg,.eco-quote__close-icon svg{width:100%}.eco-quote__open-icon svg,.eco-quote__close-icon svg{transform:translateY(-.3em)}.eco-quote__open-icon{position:absolute;top:0;left:-.9em}@media (max-width: 575.98px){.eco-quote__open-icon{position:initial}}@media (max-width: 575.98px){.eco-quote__btn-cntr{text-align:center}}.groups-rating.-gray{background:#F1F1F1}.groups-rating.-gray .groups-rating__title{color:#959595}.rating__title{line-height:1.1}.rating__logo-cntr{border-right:1px solid #B0B0B0;align-items:center;display:flex;justify-content:space-around}@media (max-width: 575.98px){.rating__logo-cntr{border-right:none}}.rating .row{height:100%}@media (max-width: 575.98px){.rating__logo{margin-bottom:1em}}.rating{height:100%;border:1px solid #5A6A5E;opacity:.35;transition:opacity .25s ease;cursor:pointer}.rating mark{display:inline-block;margin-right:.25em;padding:.25em .5em;font-weight:700;letter-spacing:.025em;background:#3A9C54}.splide__slide.is-active .rating{opacity:1;cursor:initial}.logo-list{display:flex;justify-content:space-between;align-items:center;padding-left:0;list-style:none;width:100%}@media (max-width: 1199.98px){.logo-list{display:grid;grid-gap:10px;grid-template-columns:1fr 1fr 1fr 1fr}}@media (max-width: 767.98px){.logo-list{grid-template-columns:1fr 1fr}}.groups-rating .logo-list{gap:2rem;justify-content:center;justify-items:center}@media (max-width: 991.98px){.groups-rating .logo-list{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(90px,1fr))}}.groups-rating .splide__pagination{margin-top:1em;bottom:-2em}.groups-rating .splide__pagination [role=presentation]{margin-left:.45em}.groups-rating .splide__pagination [role=presentation]:first-child{margin-left:0}.groups-rating .splide__pagination__page{background:#aaa;border:none;border-radius:100%;width:.65em;height:.65em;display:inline-flex;padding:0;transition:all ease .15s}.groups-rating .splide__pagination__page:hover{background:#5A6A5E}.groups-rating .splide__pagination__page.is-active{background:#ED1C24}.cycle-diagram__title{max-width:35ch}@media (max-width: 1199.98px){.cycle-diagram__title{text-align:center;margin:auto auto 1em}}.cycle-diagram__content-row{flex-direction:column-reverse;align-items:center}@media (min-width: 992px){.cycle-diagram__content-row{flex-direction:row}}@media (max-width: 575.98px){.cycle-diagram__content-row>.p\:1{padding:0}}.cycle-diagram__image{text-align:center;max-width:600px;margin:0 auto}.cycle-diagram__image img{mix-blend-mode:multiply}.cycle-diagram__nav{overflow-x:auto;padding-top:1em}@media (max-width: 991.98px){.cycle-diagram__nav{display:flex;justify-content:center}}@media (max-width: 575.98px){.cycle-diagram__nav{justify-content:flex-start;padding:1em 3em 0 1em}}@media (max-width: 991.98px){.cycle-diagram__slide{max-width:60ch;margin:1em auto;text-align:center}}@media (max-width: 575.98px){.cycle-diagram__slide{text-align:left;padding:0 1em}}.cycle-diagram__slide-title{position:relative;display:flex;align-items:flex-start;padding-top:.5em}.cycle-diagram__slide-title:before{transform:translateY(-.25em);content:"";display:inline-block;margin-right:.25em;color:#000;width:1.7307692308em;height:1.9230769231em;background:url(/app/themes/fennerdunlop/dist/images/esg/recycling-icon.svg) center no-repeat;background-size:contain}.-design .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennerdunlop/dist/images/esg/design-icon.svg)}.-recycling .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennerdunlop/dist/images/esg/recycling-icon.svg)}.-usage .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennerdunlop/dist/images/esg/usage-icon.svg)}.-end-of-life .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennerdunlop/dist/images/esg/end-of-life-icon.svg)}.-manufacturing .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennerdunlop/dist/images/esg/manufacturing-icon.svg)}@media (max-width: 991.98px){.cycle-diagram__slide-title{justify-content:center;flex-direction:column;align-items:center}}@media (max-width: 575.98px){.cycle-diagram__slide-title{justify-content:flex-start;align-items:flex-start}}@media (max-width: 991.98px){.cycle-diagram__slide__content{font-size:12px}}.cycle-diagram .splide__pagination{display:inline-flex;justify-content:flex-start;padding:3px 0 .4761904762em;position:relative;flex-wrap:nowrap}.cycle-diagram .splide__pagination:before{content:"";height:2px;width:100%;background:rgba(90,106,94,.5);position:absolute;z-index:-1}.cycle-diagram .splide__pagination li:last-child .splide__pagination__page{margin-right:0}.cycle-diagram .splide__pagination__page{width:initial;height:initial;white-space:nowrap;border:2px solid var(--theme);border-radius:.65em;outline:none;padding:.25em .75em;margin:initial;margin-right:.5em;background:#fff;transition:all ease .25s;color:var(--theme);font-weight:700;line-height:1.1;opacity:1}@media (max-width: 1399.98px){.cycle-diagram .splide__pagination__page{font-size:1.125rem}}@media (max-width: 1199.98px){.cycle-diagram .splide__pagination__page{font-size:.875rem}}.cycle-diagram .splide__pagination__page.-design{--theme: #407577}.cycle-diagram .splide__pagination__page.-manufacturing{--theme: #C96100}.cycle-diagram .splide__pagination__page.-usage{--theme: #D44241}.cycle-diagram .splide__pagination__page.-end-of-life{--theme: #2C1854}.cycle-diagram .splide__pagination__page.-recycling{--theme: #60A887}.cycle-diagram .splide__pagination__page:hover{background:#eee}.cycle-diagram .splide__pagination__page.is-active{background:var(--theme);color:#fff;box-shadow:0 .380952381em .2857142857em var(--theme);transform:translateY(-3px)}@supports (box-shadow: 0 8px 6px color-mix(in srgb,var(--theme) 40%,transparent)){.cycle-diagram .splide__pagination__page.is-active{box-shadow:0 .380952381em .2857142857em color-mix(in srgb,var(--theme) 40%,transparent)}}.page-header.-sustainability-page{background:#5A6A5E}.esg-header__values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5em}@media (max-width: 991.98px){.esg-header__values{grid-template-columns:1fr;font-size:.9em;gap:.5em}}.esg-list__item{padding-left:1.5em;line-height:1.333;margin-bottom:.75em;position:relative}.esg-list__item:before{content:"";display:inline-block}.esg-list__item:before{content:"";display:block;width:1.25em;height:.25em;border-radius:1em;background:#3A9C54;background-size:contain;margin-right:1em;position:absolute;left:0;top:.65em}.esg-un-targets__flag{border:2px solid #fff}.esg-header__row{flex-direction:row-reverse;align-items:center;position:relative;padding:5.3125em 0;border-bottom:2px solid rgba(90,106,94,.2)}@media (max-width: 767.98px){.esg-header__row{flex-direction:column-reverse}}.esg-header__row img{max-width:80%}.esg-consumers{padding-bottom:21.875em}@media (max-width: 1199.98px){.esg-consumers{padding-bottom:3em;border-radius:0 0 3.125em}}.esg-ppp{margin-top:-13.75em}@media (max-width: 1199.98px){.esg-ppp{margin-top:2em}}.esg-targets{padding-bottom:18.75em}@media (max-width: 1199.98px){.esg-targets{padding-bottom:3.125em}}.esg-table-cntr{padding:1em;background:rgba(91,106,95,.0784313725)}.esg-table{caption-side:bottom;border-collapse:collapse;width:100%;line-height:1.333}@media (max-width: 767.98px){.esg-table{font-size:.8em}}.esg-table td,.esg-table th{padding:.15em}.esg-table th{padding-bottom:.5em}.esg-table thead{border-bottom:2px solid #5A6A5E}@media (max-width: 767.98px){.esg-table .-ambition{font-size:.9em;width:200px}}.esg-table .-metric,.esg-table .-goal{width:9.5238095238em;text-align:center}.esg-table td.-goal{color:#3a9c54;font-weight:900}.esg-table tbody tr{border-bottom:1px solid rgba(112,112,112,.2)}.esg-table tbody tr:last-child{border-bottom:none}.esg-table tbody td{height:4.7619047619em}.esg-table__head th{font-weight:700;text-transform:uppercase}@supports (mix-blend-mode: multiply){.-esg-gradient-bg{position:relative}.-esg-gradient-bg:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:linear-gradient(180deg,#fff 0,#D8D8D8 100%);mix-blend-mode:multiply}}.esg-consumers__header{padding:4.6875em 0 3.125em}.esg-consumers__title{text-align:center;max-width:35ch;margin:0 auto 1em}.esg-consumers__content-row{align-items:center}@media (max-width: 767.98px){.esg-consumers__content-row{flex-direction:column-reverse}.esg-consumers__content-row .col-lg-5 img{margin-bottom:1.5em}}.esg-consumers__content{padding-right:2em}.esg-consumer__logo{max-width:420px}@media (max-width: 991.98px){.esg-consumer__logo{max-width:300px}}@media (max-width: 767.98px){.esg-consumer__logo{max-width:200px}}.ppp-banners{margin-top:8em;padding-bottom:2em;margin-bottom:2em;border-bottom:2px solid rgba(0,0,0,.25)}@media (max-width: 767.98px){.ppp-banners{margin-top:4em}}.single-esg-banner{padding:2em;height:100%;position:relative}.single-esg-banner.-people{background-color:#1a866933}.single-esg-banner.-people .single-esg-banner__title{color:#1a8669}.single-esg-banner.-planet{background-color:#00895a33}.single-esg-banner.-planet .single-esg-banner__title{color:#00895a}.single-esg-banner.-profit{background-color:#55af4c33}.single-esg-banner.-profit .single-esg-banner__title{color:#55af4c}.single-esg-banner__list li{padding-left:1.5em;margin-bottom:.5em;position:relative}.single-esg-banner__list li:before{content:"";display:inline-block}.single-esg-banner__list li:before{content:"";display:block;width:1.25em;height:.25em;border-radius:1em;background-size:contain;margin-right:1em;position:absolute;left:0;top:.65em}.-profit .single-esg-banner__list li:before{background:#55AF4C}.-planet .single-esg-banner__list li:before{background:#00895A}.-people .single-esg-banner__list li:before{background:#1A8669}.single-esg-banner__source{font-style:italic;padding-right:1em}.single-esg-banner__source a{color:#1a8669;text-decoration:underline}.single-esg-banner__source a:hover{color:#ed1c24}.single-esg-banner__title{margin-bottom:1em}.single-esg-banner__icon{padding:1em;background:#fff;border-radius:25em;width:8.75em;height:8.75em;position:absolute;top:0;right:2em;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.single-esg-banner__icon img{max-width:100%}@media (max-width: 991.98px){.single-esg-banner__icon{width:5em;height:5em;right:1em}}.x-series-banner__green-btn{background-color:#1f6432;color:#fff}.x-series-banner__green-btn:hover{background-color:#fff}.communities__bg{position:relative}.communities__bg img{border:5px solid #fff;box-shadow:0 2em 5em #03192380}.communities__bg figcaption{position:absolute;top:50%;left:0;width:100%;text-align:center;transform:translateY(-25%)}.communities__title{text-shadow:0 .5em .75em rgba(0,0,0,.5),0 .15em .15em rgba(0,0,0,.5),0 0 1em rgba(0,0,0,.25)}@media (max-width: 1199.98px){.communities__title{font-size:5vw}}@media (max-width: 575.98px){.communities__title{font-size:1.5em}}.big-video-block{position:relative}@media (max-width: 575.98px){.big-video-block{min-height:500px}}.big-video-block__video{max-height:100vh;max-width:100%}@media (max-width: 575.98px){.big-video-block__video{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}}.big-video-block__content{position:absolute;left:50%;top:50%;width:100%;max-width:1200px;margin:auto;padding:1em;transform:translate(-50%,-50%)}.big-video-block__title{text-shadow:0 .2em .25em rgba(11,17,9,.5)}@media (max-width: 767.98px){.big-video-block__title{font-size:1em}}.big-video-block__footer{position:absolute;bottom:0;width:100%;padding:1.5em}@media (max-width: 991.98px){.big-video-block__footer{text-align:center}}.diversity-targets{padding-top:4.6875em;position:relative}.diversity-targets:after{content:"";display:inline-block}.diversity-targets:before{content:"";display:block;width:6.25em;height:6.25em;border-radius:1em;background:url(/app/themes/fennerdunlop/dist/images/esg/triangle-esg.svg) center top no-repeat;background-size:contain;position:absolute;left:50%;transform:translate(-50%);bottom:-2.5em}.diversity-targets__title{margin-bottom:1.4423076923em}@media (max-width: 991.98px){.diversity-targets__title{margin-bottom:1em}}.un-goals__list{display:grid;grid-template-rows:repeat(6,1fr);grid-auto-flow:column;padding-left:1em;grid-gap:1em}@media (max-width: 991.98px){.un-goals__list{grid-template-rows:repeat(9,1fr)}}@media (max-width: 767.98px){.un-goals__list{display:flex;flex-wrap:wrap;padding-left:0;grid-gap:0}}.un-goals__item{margin-left:1em;counter-increment:un-goals}@media (max-width: 767.98px){.un-goals__item{margin:.35em;display:inline-block;padding:.25em .5em;border-left:2px solid rgba(127,146,157,.4);letter-spacing:.025em;font-weight:700;color:#ffffffbf}.un-goals__item:before{content:counter(un-goals) ". "}}.stats-list__item{display:flex}@media (min-width: 992px){.stats-list__item:nth-child(odd){align-items:flex-end}}.diversity-stats{max-width:400px}.diversity-stats__numbers{display:flex;gap:1.5em}@media (max-width: 767.98px){.diversity-stats__numbers{flex-direction:column;align-items:center;gap:.5em}}.diversity-targets__stats .stats-list{justify-content:center}@media (max-width: 767.98px){.diversity-targets__stats .stats-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:.25em}.diversity-targets__stats .stats-list__item{background:rgba(238,238,238,.15);padding:.5em}}@media (max-width: 767.98px){.esg-un-targets__flag{margin-bottom:1.5em}}@media (max-width: 767.98px){.esg-un-targets__header{flex-direction:column;text-align:center;align-items:center;justify-content:center}}@media (max-width: 767.98px){.x-series-banner__main{text-align:center}}.info-banner{background-color:#16161fc9;padding:10px;text-align:center;position:fixed;bottom:0;left:0;width:100%;font-size:13px;color:#ffffffba;box-shadow:0 -1em 2em #0000004d;z-index:10;backdrop-filter:blur(15px);border-top:1px solid rgba(180,180,229,.25)}.info-banner abbr{text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.73)}.info-banner a{color:#fff;text-decoration:underline}.info-banner a:hover{color:#ed1c24;text-decoration:none}@media screen and (max-width: 799px){.info-banner{bottom:3.75em}}
