/*!
 * UnysonPlus Frontend Grid — Bootstrap 5 spec under the .fw-* prefix.
 *
 * The .fw- prefix keeps this grid in its own namespace so it cannot collide
 * with a theme's own .container / .row / .col-* rules (the original Unyson's
 * intentional design). The plugin therefore ships a self-contained BS5 grid
 * that works on any theme regardless of whether the theme already loads
 * Bootstrap.
 *
 * Sites migrating from the original Unyson plugin whose content uses BS3
 * widths under the same .fw-* selectors can enable the
 * "Load Bootstrap 3 Legacy Stylesheet" option in the page-builder settings;
 * the legacy file overrides this one by cascade order.
 *
 * How to override this file:
 *   http://manual.unyson.io/en/latest/extension/builder/index.html#changing-the-grid
 */.fw-container,.fw-container-fluid,.fw-container-lg,.fw-container-md,.fw-container-sm,.fw-container-xl,.fw-container-xxl,.fw-row,.fw-row>*{box-sizing:border-box}.fw-container,.fw-container-fluid,.fw-container-lg,.fw-container-md,.fw-container-sm,.fw-container-xl,.fw-container-xxl{margin-left:auto;margin-right:auto;padding-left:12px;padding-right:12px;width:100%}@media (min-width:576px){.fw-container,.fw-container-sm{max-width:540px}}@media (min-width:768px){.fw-container,.fw-container-md,.fw-container-sm{max-width:720px}}@media (min-width:992px){.fw-container,.fw-container-lg,.fw-container-md,.fw-container-sm{max-width:960px}}@media (min-width:1200px){.fw-container,.fw-container-lg,.fw-container-md,.fw-container-sm,.fw-container-xl{max-width:1140px}}@media (min-width:1400px){.fw-container,.fw-container-lg,.fw-container-md,.fw-container-sm,.fw-container-xl,.fw-container-xxl{max-width:1320px}}.fw-row{--bs-gutter-x:var(--fw-gutter-x,1.5rem);--bs-gutter-y:var(--fw-gutter-y,1.5rem);display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.fw-row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.fw-col{flex:1 0 0%}.fw-col-1{flex:0 0 auto;width:8.33333333%}.fw-col-2{flex:0 0 auto;width:16.66666667%}.fw-col-3{flex:0 0 auto;width:25%}.fw-col-4{flex:0 0 auto;width:33.33333333%}.fw-col-5{flex:0 0 auto;width:41.66666667%}.fw-col-6{flex:0 0 auto;width:50%}.fw-col-7{flex:0 0 auto;width:58.33333333%}.fw-col-8{flex:0 0 auto;width:66.66666667%}.fw-col-9{flex:0 0 auto;width:75%}.fw-col-10{flex:0 0 auto;width:83.33333333%}.fw-col-11{flex:0 0 auto;width:91.66666667%}.fw-col-12{flex:0 0 auto;width:100%}.fw-col-15{flex:0 0 auto;width:20%}.fw-offset-1{margin-left:8.33333333%}.fw-offset-2{margin-left:16.66666667%}.fw-offset-3{margin-left:25%}.fw-offset-4{margin-left:33.33333333%}.fw-offset-5{margin-left:41.66666667%}.fw-offset-6{margin-left:50%}.fw-offset-7{margin-left:58.33333333%}.fw-offset-8{margin-left:66.66666667%}.fw-offset-9{margin-left:75%}.fw-offset-10{margin-left:83.33333333%}.fw-offset-11{margin-left:91.66666667%}.fw-order-first{order:-1}.fw-order-last{order:13}.fw-order-0{order:0}.fw-order-1{order:1}.fw-order-2{order:2}.fw-order-3{order:3}.fw-order-4{order:4}.fw-order-5{order:5}.fw-order-6{order:6}.fw-order-7{order:7}.fw-order-8{order:8}.fw-order-9{order:9}.fw-order-10{order:10}.fw-order-11{order:11}.fw-order-12{order:12}@media (min-width:576px){.fw-col-sm{flex:1 0 0%}.fw-col-sm-1{flex:0 0 auto;width:8.33333333%}.fw-col-sm-2{flex:0 0 auto;width:16.66666667%}.fw-col-sm-3{flex:0 0 auto;width:25%}.fw-col-sm-4{flex:0 0 auto;width:33.33333333%}.fw-col-sm-5{flex:0 0 auto;width:41.66666667%}.fw-col-sm-6{flex:0 0 auto;width:50%}.fw-col-sm-7{flex:0 0 auto;width:58.33333333%}.fw-col-sm-8{flex:0 0 auto;width:66.66666667%}.fw-col-sm-9{flex:0 0 auto;width:75%}.fw-col-sm-10{flex:0 0 auto;width:83.33333333%}.fw-col-sm-11{flex:0 0 auto;width:91.66666667%}.fw-col-sm-12{flex:0 0 auto;width:100%}.fw-col-sm-15{flex:0 0 auto;width:20%}.fw-offset-sm-0{margin-left:0}.fw-offset-sm-1{margin-left:8.33333333%}.fw-offset-sm-2{margin-left:16.66666667%}.fw-offset-sm-3{margin-left:25%}.fw-offset-sm-4{margin-left:33.33333333%}.fw-offset-sm-5{margin-left:41.66666667%}.fw-offset-sm-6{margin-left:50%}.fw-offset-sm-7{margin-left:58.33333333%}.fw-offset-sm-8{margin-left:66.66666667%}.fw-offset-sm-9{margin-left:75%}.fw-offset-sm-10{margin-left:83.33333333%}.fw-offset-sm-11{margin-left:91.66666667%}.fw-order-sm-first{order:-1}.fw-order-sm-last{order:6}.fw-order-sm-0{order:0}.fw-order-sm-1{order:1}.fw-order-sm-2{order:2}.fw-order-sm-3{order:3}.fw-order-sm-4{order:4}.fw-order-sm-5{order:5}}@media (min-width:768px){.fw-col-md{flex:1 0 0%}.fw-col-md-1{flex:0 0 auto;width:8.33333333%}.fw-col-md-2{flex:0 0 auto;width:16.66666667%}.fw-col-md-3{flex:0 0 auto;width:25%}.fw-col-md-4{flex:0 0 auto;width:33.33333333%}.fw-col-md-5{flex:0 0 auto;width:41.66666667%}.fw-col-md-6{flex:0 0 auto;width:50%}.fw-col-md-7{flex:0 0 auto;width:58.33333333%}.fw-col-md-8{flex:0 0 auto;width:66.66666667%}.fw-col-md-9{flex:0 0 auto;width:75%}.fw-col-md-10{flex:0 0 auto;width:83.33333333%}.fw-col-md-11{flex:0 0 auto;width:91.66666667%}.fw-col-md-12{flex:0 0 auto;width:100%}.fw-col-md-15{flex:0 0 auto;width:20%}.fw-offset-md-0{margin-left:0}.fw-offset-md-1{margin-left:8.33333333%}.fw-offset-md-2{margin-left:16.66666667%}.fw-offset-md-3{margin-left:25%}.fw-offset-md-4{margin-left:33.33333333%}.fw-offset-md-5{margin-left:41.66666667%}.fw-offset-md-6{margin-left:50%}.fw-offset-md-7{margin-left:58.33333333%}.fw-offset-md-8{margin-left:66.66666667%}.fw-offset-md-9{margin-left:75%}.fw-offset-md-10{margin-left:83.33333333%}.fw-offset-md-11{margin-left:91.66666667%}.fw-order-md-first{order:-1}.fw-order-md-last{order:6}.fw-order-md-0{order:0}.fw-order-md-1{order:1}.fw-order-md-2{order:2}.fw-order-md-3{order:3}.fw-order-md-4{order:4}.fw-order-md-5{order:5}.fw-order-md-6{order:6}.fw-order-md-7{order:7}.fw-order-md-8{order:8}.fw-order-md-9{order:9}.fw-order-md-10{order:10}.fw-order-md-11{order:11}.fw-order-md-12{order:12}}@media (min-width:992px){.fw-col-lg{flex:1 0 0%}.fw-col-lg-1{flex:0 0 auto;width:8.33333333%}.fw-col-lg-2{flex:0 0 auto;width:16.66666667%}.fw-col-lg-3{flex:0 0 auto;width:25%}.fw-col-lg-4{flex:0 0 auto;width:33.33333333%}.fw-col-lg-5{flex:0 0 auto;width:41.66666667%}.fw-col-lg-6{flex:0 0 auto;width:50%}.fw-col-lg-7{flex:0 0 auto;width:58.33333333%}.fw-col-lg-8{flex:0 0 auto;width:66.66666667%}.fw-col-lg-9{flex:0 0 auto;width:75%}.fw-col-lg-10{flex:0 0 auto;width:83.33333333%}.fw-col-lg-11{flex:0 0 auto;width:91.66666667%}.fw-col-lg-12{flex:0 0 auto;width:100%}.fw-col-lg-15{flex:0 0 auto;width:20%}.fw-offset-lg-0{margin-left:0}.fw-offset-lg-1{margin-left:8.33333333%}.fw-offset-lg-2{margin-left:16.66666667%}.fw-offset-lg-3{margin-left:25%}.fw-offset-lg-4{margin-left:33.33333333%}.fw-offset-lg-5{margin-left:41.66666667%}.fw-offset-lg-6{margin-left:50%}.fw-offset-lg-7{margin-left:58.33333333%}.fw-offset-lg-8{margin-left:66.66666667%}.fw-offset-lg-9{margin-left:75%}.fw-offset-lg-10{margin-left:83.33333333%}.fw-offset-lg-11{margin-left:91.66666667%}.fw-order-lg-first{order:-1}.fw-order-lg-last{order:6}.fw-order-lg-0{order:0}.fw-order-lg-1{order:1}.fw-order-lg-2{order:2}.fw-order-lg-3{order:3}.fw-order-lg-4{order:4}.fw-order-lg-5{order:5}.fw-order-lg-6{order:6}.fw-order-lg-7{order:7}.fw-order-lg-8{order:8}.fw-order-lg-9{order:9}.fw-order-lg-10{order:10}.fw-order-lg-11{order:11}.fw-order-lg-12{order:12}}@media (min-width:1200px){.fw-col-xl{flex:1 0 0%}.fw-col-xl-1{flex:0 0 auto;width:8.33333333%}.fw-col-xl-2{flex:0 0 auto;width:16.66666667%}.fw-col-xl-3{flex:0 0 auto;width:25%}.fw-col-xl-4{flex:0 0 auto;width:33.33333333%}.fw-col-xl-5{flex:0 0 auto;width:41.66666667%}.fw-col-xl-6{flex:0 0 auto;width:50%}.fw-col-xl-7{flex:0 0 auto;width:58.33333333%}.fw-col-xl-8{flex:0 0 auto;width:66.66666667%}.fw-col-xl-9{flex:0 0 auto;width:75%}.fw-col-xl-10{flex:0 0 auto;width:83.33333333%}.fw-col-xl-11{flex:0 0 auto;width:91.66666667%}.fw-col-xl-12{flex:0 0 auto;width:100%}.fw-col-xl-15{flex:0 0 auto;width:20%}.fw-offset-xl-0{margin-left:0}.fw-offset-xl-1{margin-left:8.33333333%}.fw-offset-xl-2{margin-left:16.66666667%}.fw-offset-xl-3{margin-left:25%}.fw-offset-xl-4{margin-left:33.33333333%}.fw-offset-xl-5{margin-left:41.66666667%}.fw-offset-xl-6{margin-left:50%}.fw-offset-xl-7{margin-left:58.33333333%}.fw-offset-xl-8{margin-left:66.66666667%}.fw-offset-xl-9{margin-left:75%}.fw-offset-xl-10{margin-left:83.33333333%}.fw-offset-xl-11{margin-left:91.66666667%}.fw-order-xl-first{order:-1}.fw-order-xl-last{order:6}.fw-order-xl-0{order:0}.fw-order-xl-1{order:1}.fw-order-xl-2{order:2}.fw-order-xl-3{order:3}.fw-order-xl-4{order:4}.fw-order-xl-5{order:5}}@media (min-width:1400px){.fw-col-xxl{flex:1 0 0%}.fw-col-xxl-1{flex:0 0 auto;width:8.33333333%}.fw-col-xxl-2{flex:0 0 auto;width:16.66666667%}.fw-col-xxl-3{flex:0 0 auto;width:25%}.fw-col-xxl-4{flex:0 0 auto;width:33.33333333%}.fw-col-xxl-5{flex:0 0 auto;width:41.66666667%}.fw-col-xxl-6{flex:0 0 auto;width:50%}.fw-col-xxl-7{flex:0 0 auto;width:58.33333333%}.fw-col-xxl-8{flex:0 0 auto;width:66.66666667%}.fw-col-xxl-9{flex:0 0 auto;width:75%}.fw-col-xxl-10{flex:0 0 auto;width:83.33333333%}.fw-col-xxl-11{flex:0 0 auto;width:91.66666667%}.fw-col-xxl-12{flex:0 0 auto;width:100%}.fw-col-xxl-15{flex:0 0 auto;width:20%}.fw-offset-xxl-0{margin-left:0}.fw-offset-xxl-1{margin-left:8.33333333%}.fw-offset-xxl-2{margin-left:16.66666667%}.fw-offset-xxl-3{margin-left:25%}.fw-offset-xxl-4{margin-left:33.33333333%}.fw-offset-xxl-5{margin-left:41.66666667%}.fw-offset-xxl-6{margin-left:50%}.fw-offset-xxl-7{margin-left:58.33333333%}.fw-offset-xxl-8{margin-left:66.66666667%}.fw-offset-xxl-9{margin-left:75%}.fw-offset-xxl-10{margin-left:83.33333333%}.fw-offset-xxl-11{margin-left:91.66666667%}.fw-order-xxl-first{order:-1}.fw-order-xxl-last{order:6}.fw-order-xxl-0{order:0}.fw-order-xxl-1{order:1}.fw-order-xxl-2{order:2}.fw-order-xxl-3{order:3}.fw-order-xxl-4{order:4}.fw-order-xxl-5{order:5}}.fw-col-25{flex:0 0 auto;width:40%}.fw-col-35{flex:0 0 auto;width:60%}.fw-col-45{flex:0 0 auto;width:80%}.fw-offset-15{margin-left:20%}.fw-offset-25{margin-left:40%}.fw-offset-35{margin-left:60%}.fw-offset-45{margin-left:80%}@media (min-width:576px){.fw-col-sm-25{flex:0 0 auto;width:40%}.fw-col-sm-35{flex:0 0 auto;width:60%}.fw-col-sm-45{flex:0 0 auto;width:80%}.fw-offset-sm-15{margin-left:20%}.fw-offset-sm-25{margin-left:40%}.fw-offset-sm-35{margin-left:60%}.fw-offset-sm-45{margin-left:80%}}@media (min-width:768px){.fw-col-md-25{flex:0 0 auto;width:40%}.fw-col-md-35{flex:0 0 auto;width:60%}.fw-col-md-45{flex:0 0 auto;width:80%}.fw-offset-md-15{margin-left:20%}.fw-offset-md-25{margin-left:40%}.fw-offset-md-35{margin-left:60%}.fw-offset-md-45{margin-left:80%}}@media (min-width:992px){.fw-col-lg-25{flex:0 0 auto;width:40%}.fw-col-lg-35{flex:0 0 auto;width:60%}.fw-col-lg-45{flex:0 0 auto;width:80%}.fw-offset-lg-15{margin-left:20%}.fw-offset-lg-25{margin-left:40%}.fw-offset-lg-35{margin-left:60%}.fw-offset-lg-45{margin-left:80%}}@media (min-width:1200px){.fw-col-xl-25{flex:0 0 auto;width:40%}.fw-col-xl-35{flex:0 0 auto;width:60%}.fw-col-xl-45{flex:0 0 auto;width:80%}.fw-offset-xl-15{margin-left:20%}.fw-offset-xl-25{margin-left:40%}.fw-offset-xl-35{margin-left:60%}.fw-offset-xl-45{margin-left:80%}}@media (min-width:1400px){.fw-col-xxl-25{flex:0 0 auto;width:40%}.fw-col-xxl-35{flex:0 0 auto;width:60%}.fw-col-xxl-45{flex:0 0 auto;width:80%}.fw-offset-xxl-15{margin-left:20%}.fw-offset-xxl-25{margin-left:40%}.fw-offset-xxl-35{margin-left:60%}.fw-offset-xxl-45{margin-left:80%}}.fw-row-cols-1>*{flex:0 0 auto;width:100%}.fw-row-cols-2>*{flex:0 0 auto;width:50%}.fw-row-cols-3>*{flex:0 0 auto;width:33.33333333%}.fw-row-cols-4>*{flex:0 0 auto;width:25%}.fw-row-cols-5>*{flex:0 0 auto;width:20%}.fw-row-cols-6>*{flex:0 0 auto;width:16.66666667%}.g-0{--bs-gutter-x:0!important;--bs-gutter-y:0!important}.g-1{--bs-gutter-x:.25rem!important;--bs-gutter-y:.25rem!important}.g-2{--bs-gutter-x:.5rem!important;--bs-gutter-y:.5rem!important}.g-3{--bs-gutter-x:1rem!important;--bs-gutter-y:1rem!important}.g-4{--bs-gutter-x:1.5rem!important;--bs-gutter-y:1.5rem!important}.g-5{--bs-gutter-x:3rem!important;--bs-gutter-y:3rem!important}.gx-0{--bs-gutter-x:0!important}.gx-1{--bs-gutter-x:.25rem!important}.gx-2{--bs-gutter-x:.5rem!important}.gx-3{--bs-gutter-x:1rem!important}.gx-4{--bs-gutter-x:1.5rem!important}.gx-5{--bs-gutter-x:3rem!important}.gy-0{--bs-gutter-y:0!important}.gy-1{--bs-gutter-y:.25rem!important}.gy-2{--bs-gutter-y:.5rem!important}.gy-3{--bs-gutter-y:1rem!important}.gy-4{--bs-gutter-y:1.5rem!important}.gy-5{--bs-gutter-y:3rem!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column{flex-direction:column!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-fill{flex:1 1 auto!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}.align-items-start{align-items:flex-start!important}.align-items-center{align-items:center!important}.align-items-end{align-items:flex-end!important}.align-items-stretch{align-items:stretch!important}.align-items-baseline{align-items:baseline!important}.align-self-start{align-self:flex-start!important}.align-self-center{align-self:center!important}.align-self-end{align-self:flex-end!important}.align-self-stretch{align-self:stretch!important}.align-self-baseline{align-self:baseline!important}.justify-content-start{justify-content:flex-start!important}.justify-content-center{justify-content:center!important}.justify-content-end{justify-content:flex-end!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-content-start{align-content:flex-start!important}.align-content-center{align-content:center!important}.align-content-end{align-content:flex-end!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.text-start{text-align:left!important}.text-center{text-align:center!important}.text-end{text-align:right!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.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}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.ms-auto{margin-left:auto!important}.me-auto{margin-right:auto!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}.img-fluid{height:auto;max-width:100%}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--fw-aspect-ratio,56.25%)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--fw-aspect-ratio:100%}.ratio-4x3{--fw-aspect-ratio:75%}.ratio-16x9{--fw-aspect-ratio:56.25%}.ratio-21x9{--fw-aspect-ratio:42.85714286%}.ratio-9x16{--fw-aspect-ratio:177.77777778%}.ratio-3x4{--fw-aspect-ratio:133.33333333%}.rounded{border-radius:.375rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.25rem!important}.rounded-2{border-radius:.375rem!important}.rounded-3{border-radius:.5rem!important}.rounded-4{border-radius:1rem!important}.rounded-5{border-radius:2rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.shadow-none{box-shadow:none!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column{flex-direction:column!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-end{justify-content:flex-end!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-center{align-items:center!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-stretch{align-items:stretch!important}.align-items-md-baseline{align-items:baseline!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-center{align-self:center!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-stretch{align-self:stretch!important}.align-self-md-baseline{align-self:baseline!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-center{align-content:center!important}.align-content-md-end{align-content:flex-end!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}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-grow-md-0{flex-grow:0!important}.flex-grow-md-1{flex-grow:1!important}.text-md-start{text-align:left!important}.text-md-center{text-align:center!important}.text-md-end{text-align:right!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column{flex-direction:column!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-end{justify-content:flex-end!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-center{align-items:center!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-stretch{align-items:stretch!important}.align-items-lg-baseline{align-items:baseline!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-center{align-self:center!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-stretch{align-self:stretch!important}.align-self-lg-baseline{align-self:baseline!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-center{align-content:center!important}.align-content-lg-end{align-content:flex-end!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}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-grow-lg-0{flex-grow:0!important}.flex-grow-lg-1{flex-grow:1!important}}@media (max-width:767.98px){.hide-xs{display:none!important}}@media (min-width:768px) and (max-width:991.98px){.hide-sm{display:none!important}}@media (min-width:992px){.hide-md{display:none!important}}.fw-container-el>.fw-row{margin-top:0;row-gap:var(--fw-gutter-y,1.5rem)}.fw-container-el>.fw-row>*{margin-top:0}.fw-grid>[class*=fw-col-]{max-width:none}.fw-grid>.fw-col-1{grid-column:span 1}.fw-grid>.fw-col-2{grid-column:span 2}.fw-grid>.fw-col-3{grid-column:span 3}.fw-grid>.fw-col-4{grid-column:span 4}.fw-grid>.fw-col-5{grid-column:span 5}.fw-grid>.fw-col-6{grid-column:span 6}.fw-grid>.fw-col-7{grid-column:span 7}.fw-grid>.fw-col-8{grid-column:span 8}.fw-grid>.fw-col-9{grid-column:span 9}.fw-grid>.fw-col-10{grid-column:span 10}.fw-grid>.fw-col-11{grid-column:span 11}.fw-grid>.fw-col-12{grid-column:span 12}@media (min-width:768px){.fw-grid>.fw-col-md-1{grid-column:span 1}.fw-grid>.fw-col-md-2{grid-column:span 2}.fw-grid>.fw-col-md-3{grid-column:span 3}.fw-grid>.fw-col-md-4{grid-column:span 4}.fw-grid>.fw-col-md-5{grid-column:span 5}.fw-grid>.fw-col-md-6{grid-column:span 6}.fw-grid>.fw-col-md-7{grid-column:span 7}.fw-grid>.fw-col-md-8{grid-column:span 8}.fw-grid>.fw-col-md-9{grid-column:span 9}.fw-grid>.fw-col-md-10{grid-column:span 10}.fw-grid>.fw-col-md-11{grid-column:span 11}.fw-grid>.fw-col-md-12{grid-column:span 12}}@media (min-width:992px){.fw-grid>.fw-col-lg-1{grid-column:span 1}.fw-grid>.fw-col-lg-2{grid-column:span 2}.fw-grid>.fw-col-lg-3{grid-column:span 3}.fw-grid>.fw-col-lg-4{grid-column:span 4}.fw-grid>.fw-col-lg-5{grid-column:span 5}.fw-grid>.fw-col-lg-6{grid-column:span 6}.fw-grid>.fw-col-lg-7{grid-column:span 7}.fw-grid>.fw-col-lg-8{grid-column:span 8}.fw-grid>.fw-col-lg-9{grid-column:span 9}.fw-grid>.fw-col-lg-10{grid-column:span 10}.fw-grid>.fw-col-lg-11{grid-column:span 11}.fw-grid>.fw-col-lg-12{grid-column:span 12}}.fw-grid>.fw-col-start-1{grid-column-start:1}.fw-grid>.fw-col-start-2{grid-column-start:2}.fw-grid>.fw-col-start-3{grid-column-start:3}.fw-grid>.fw-col-start-4{grid-column-start:4}.fw-grid>.fw-col-start-5{grid-column-start:5}.fw-grid>.fw-col-start-6{grid-column-start:6}.fw-grid>.fw-col-start-7{grid-column-start:7}.fw-grid>.fw-col-start-8{grid-column-start:8}.fw-grid>.fw-col-start-9{grid-column-start:9}.fw-grid>.fw-col-start-10{grid-column-start:10}.fw-grid>.fw-col-start-11{grid-column-start:11}.fw-grid>.fw-col-start-12{grid-column-start:12}@media (min-width:768px){.fw-grid>.fw-col-start-md-1{grid-column-start:1}.fw-grid>.fw-col-start-md-2{grid-column-start:2}.fw-grid>.fw-col-start-md-3{grid-column-start:3}.fw-grid>.fw-col-start-md-4{grid-column-start:4}.fw-grid>.fw-col-start-md-5{grid-column-start:5}.fw-grid>.fw-col-start-md-6{grid-column-start:6}.fw-grid>.fw-col-start-md-7{grid-column-start:7}.fw-grid>.fw-col-start-md-8{grid-column-start:8}.fw-grid>.fw-col-start-md-9{grid-column-start:9}.fw-grid>.fw-col-start-md-10{grid-column-start:10}.fw-grid>.fw-col-start-md-11{grid-column-start:11}.fw-grid>.fw-col-start-md-12{grid-column-start:12}}@media (min-width:992px){.fw-grid>.fw-col-start-lg-1{grid-column-start:1}.fw-grid>.fw-col-start-lg-2{grid-column-start:2}.fw-grid>.fw-col-start-lg-3{grid-column-start:3}.fw-grid>.fw-col-start-lg-4{grid-column-start:4}.fw-grid>.fw-col-start-lg-5{grid-column-start:5}.fw-grid>.fw-col-start-lg-6{grid-column-start:6}.fw-grid>.fw-col-start-lg-7{grid-column-start:7}.fw-grid>.fw-col-start-lg-8{grid-column-start:8}.fw-grid>.fw-col-start-lg-9{grid-column-start:9}.fw-grid>.fw-col-start-lg-10{grid-column-start:10}.fw-grid>.fw-col-start-lg-11{grid-column-start:11}.fw-grid>.fw-col-start-lg-12{grid-column-start:12}}.fw-flexbox:not(.fw-flex):not(.fw-grid):has(>[class*=fw-span-]){display:flex;flex-wrap:wrap}.fw-flex{display:flex!important;flex-wrap:wrap}.fw-contained{margin-left:auto;margin-right:auto;max-width:min(var(--container-max-desktop,var(--site-max-width,1170px)),calc(100% - var(--container-gutter, clamp(1.25rem, 3vw, 2rem))*2))}.fw-full-bleed{max-width:none;padding-left:max(var(--container-gutter,clamp(1.25rem,3vw,2rem)),calc((100% - var(--fw-cw, var(--container-max-desktop, var(--site-max-width, 1170px)))) / 2));padding-right:max(var(--container-gutter,clamp(1.25rem,3vw,2rem)),calc((100% - var(--fw-cw, var(--container-max-desktop, var(--site-max-width, 1170px)))) / 2))}.fw-shrink-0{flex-shrink:0!important}.fw-grid{display:grid!important}.fw-grid-dense{grid-auto-flow:dense}.fw-grid-1{grid-template-columns:repeat(1,minmax(0,1fr))}.fw-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.fw-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fw-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fw-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.fw-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.fw-grid-7{grid-template-columns:repeat(7,minmax(0,1fr))}.fw-grid-8{grid-template-columns:repeat(8,minmax(0,1fr))}.fw-grid-9{grid-template-columns:repeat(9,minmax(0,1fr))}.fw-grid-10{grid-template-columns:repeat(10,minmax(0,1fr))}.fw-grid-11{grid-template-columns:repeat(11,minmax(0,1fr))}.fw-grid-12{grid-template-columns:repeat(12,minmax(0,1fr))}.fw-grid>[class*=fw-span-]{max-width:none}.fw-flex-row{flex-direction:row!important}.fw-flex-row-reverse{flex-direction:row-reverse!important}.fw-flex-column{flex-direction:column!important}.fw-flex-column-reverse{flex-direction:column-reverse!important}.fw-flex-wrap{flex-wrap:wrap!important}.fw-flex-nowrap{flex-wrap:nowrap!important}.fw-justify-start{justify-content:flex-start!important}.fw-justify-center{justify-content:center!important}.fw-justify-end{justify-content:flex-end!important}.fw-justify-between{justify-content:space-between!important}.fw-justify-around{justify-content:space-around!important}.fw-justify-evenly{justify-content:space-evenly!important}.fw-items-start{align-items:flex-start!important}.fw-items-center{align-items:center!important}.fw-items-end{align-items:flex-end!important}.fw-items-stretch{align-items:stretch!important}.fw-items-baseline{align-items:baseline!important}.fw-content-start{align-content:flex-start!important}.fw-content-center{align-content:center!important}.fw-content-end{align-content:flex-end!important}.fw-content-between{align-content:space-between!important}.fw-content-around{align-content:space-around!important}.fw-content-stretch{align-content:stretch!important}.fw-self-start{align-self:flex-start!important}.fw-self-center{align-self:center!important}.fw-self-end{align-self:flex-end!important}.fw-self-stretch{align-self:stretch!important}.fw-self-baseline{align-self:baseline!important}.fw-grow-1{flex-grow:1!important}.fw-grow-0{flex-grow:0!important}.fw-span-1{width:8.33333333%;--fw-span-pct:8.33333333%}.fw-span-1,.fw-span-2{flex:0 1 auto;min-width:0}.fw-span-2{width:16.66666667%;--fw-span-pct:16.66666667%}.fw-span-3{width:25%;--fw-span-pct:25%}.fw-span-3,.fw-span-4{flex:0 1 auto;min-width:0}.fw-span-4{width:33.33333333%;--fw-span-pct:33.33333333%}.fw-span-5{width:41.66666667%;--fw-span-pct:41.66666667%}.fw-span-5,.fw-span-6{flex:0 1 auto;min-width:0}.fw-span-6{width:50%;--fw-span-pct:50%}.fw-span-7{width:58.33333333%;--fw-span-pct:58.33333333%}.fw-span-7,.fw-span-8{flex:0 1 auto;min-width:0}.fw-span-8{width:66.66666667%;--fw-span-pct:66.66666667%}.fw-span-9{width:75%;--fw-span-pct:75%}.fw-span-10,.fw-span-9{flex:0 1 auto;min-width:0}.fw-span-10{width:83.33333333%;--fw-span-pct:83.33333333%}.fw-span-11{width:91.66666667%;--fw-span-pct:91.66666667%}.fw-span-11,.fw-span-12{flex:0 1 auto;min-width:0}.fw-span-12{width:100%;--fw-span-pct:100%}.fw-fifth-1{width:20%;--fw-span-pct:20%}.fw-fifth-1,.fw-fifth-2{flex:0 1 auto;min-width:0}.fw-fifth-2{width:40%;--fw-span-pct:40%}.fw-fifth-3{width:60%;--fw-span-pct:60%}.fw-fifth-3,.fw-fifth-4{flex:0 1 auto;min-width:0}.fw-fifth-4{width:80%;--fw-span-pct:80%}.fw-flex>[class*=fw-fifth-],.fw-flex>[class*=fw-span-]{width:calc(var(--fw-span-pct,100%) - var(--fw-flex-gap,0px))}.fw-w-fit{width:fit-content;width:-moz-fit-content}.fw-w-fit,.fw-w-max{flex:0 0 auto;max-width:none}.fw-w-max{width:-moz-max-content;width:max-content}.fw-w-min{flex:0 0 auto;max-width:none;width:-moz-min-content;width:min-content}.fw-grid>.fw-span-1{grid-column:span 1}.fw-grid>.fw-span-2{grid-column:span 2}.fw-grid>.fw-span-3{grid-column:span 3}.fw-grid>.fw-span-4{grid-column:span 4}.fw-grid>.fw-span-5{grid-column:span 5}.fw-grid>.fw-span-6{grid-column:span 6}.fw-grid>.fw-span-7{grid-column:span 7}.fw-grid>.fw-span-8{grid-column:span 8}.fw-grid>.fw-span-9{grid-column:span 9}.fw-grid>.fw-span-10{grid-column:span 10}.fw-grid>.fw-span-11{grid-column:span 11}.fw-grid>.fw-span-12{grid-column:span 12}@media (min-width:768px) and (max-width:991.98px){.fw-grid.fw-grid-collapse{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:767.98px){.fw-grid.fw-grid-collapse,.fw-grid.fw-grid-collapse-1{grid-template-columns:1fr!important}.fw-grid.fw-grid-collapse-1>*{grid-column:auto!important}.fw-flex.fw-collapse>*{flex-basis:100%!important;max-width:100%!important;width:100%!important}}@media (min-width:768px){.fw-flex-md-row{flex-direction:row!important}.fw-flex-md-row-reverse{flex-direction:row-reverse!important}.fw-flex-md-column{flex-direction:column!important}.fw-flex-md-column-reverse{flex-direction:column-reverse!important}.fw-flex-md-wrap{flex-wrap:wrap!important}.fw-flex-md-nowrap{flex-wrap:nowrap!important}.fw-justify-md-start{justify-content:flex-start!important}.fw-justify-md-center{justify-content:center!important}.fw-justify-md-end{justify-content:flex-end!important}.fw-justify-md-between{justify-content:space-between!important}.fw-justify-md-around{justify-content:space-around!important}.fw-justify-md-evenly{justify-content:space-evenly!important}.fw-items-md-start{align-items:flex-start!important}.fw-items-md-center{align-items:center!important}.fw-items-md-end{align-items:flex-end!important}.fw-items-md-stretch{align-items:stretch!important}.fw-items-md-baseline{align-items:baseline!important}.fw-content-md-start{align-content:flex-start!important}.fw-content-md-center{align-content:center!important}.fw-content-md-end{align-content:flex-end!important}.fw-content-md-between{align-content:space-between!important}.fw-content-md-around{align-content:space-around!important}.fw-content-md-stretch{align-content:stretch!important}.fw-self-md-start{align-self:flex-start!important}.fw-self-md-center{align-self:center!important}.fw-self-md-end{align-self:flex-end!important}.fw-self-md-stretch{align-self:stretch!important}.fw-self-md-baseline{align-self:baseline!important}.fw-grow-md-1{flex-grow:1!important}.fw-grow-md-0{flex-grow:0!important}.fw-span-md-1{flex:0 1 auto;min-width:0;width:8.33333333%;--fw-span-pct:8.33333333%}.fw-span-md-2{flex:0 1 auto;min-width:0;width:16.66666667%;--fw-span-pct:16.66666667%}.fw-span-md-3{flex:0 1 auto;min-width:0;width:25%;--fw-span-pct:25%}.fw-span-md-4{flex:0 1 auto;min-width:0;width:33.33333333%;--fw-span-pct:33.33333333%}.fw-span-md-5{flex:0 1 auto;min-width:0;width:41.66666667%;--fw-span-pct:41.66666667%}.fw-span-md-6{flex:0 1 auto;min-width:0;width:50%;--fw-span-pct:50%}.fw-span-md-7{flex:0 1 auto;min-width:0;width:58.33333333%;--fw-span-pct:58.33333333%}.fw-span-md-8{flex:0 1 auto;min-width:0;width:66.66666667%;--fw-span-pct:66.66666667%}.fw-span-md-9{flex:0 1 auto;min-width:0;width:75%;--fw-span-pct:75%}.fw-span-md-10{flex:0 1 auto;min-width:0;width:83.33333333%;--fw-span-pct:83.33333333%}.fw-span-md-11{flex:0 1 auto;min-width:0;width:91.66666667%;--fw-span-pct:91.66666667%}.fw-span-md-12{flex:0 1 auto;min-width:0;width:100%;--fw-span-pct:100%}.fw-fifth-md-1{flex:0 1 auto;min-width:0;width:20%;--fw-span-pct:20%}.fw-fifth-md-2{flex:0 1 auto;min-width:0;width:40%;--fw-span-pct:40%}.fw-fifth-md-3{flex:0 1 auto;min-width:0;width:60%;--fw-span-pct:60%}.fw-fifth-md-4{flex:0 1 auto;min-width:0;width:80%;--fw-span-pct:80%}.fw-w-md-fit{width:fit-content;width:-moz-fit-content}.fw-w-md-fit,.fw-w-md-max{flex:0 0 auto;max-width:none}.fw-w-md-max{width:-moz-max-content;width:max-content}.fw-w-md-min{flex:0 0 auto;max-width:none;width:-moz-min-content;width:min-content}.fw-grid>.fw-span-md-1{grid-column:span 1}.fw-grid>.fw-span-md-2{grid-column:span 2}.fw-grid>.fw-span-md-3{grid-column:span 3}.fw-grid>.fw-span-md-4{grid-column:span 4}.fw-grid>.fw-span-md-5{grid-column:span 5}.fw-grid>.fw-span-md-6{grid-column:span 6}.fw-grid>.fw-span-md-7{grid-column:span 7}.fw-grid>.fw-span-md-8{grid-column:span 8}.fw-grid>.fw-span-md-9{grid-column:span 9}.fw-grid>.fw-span-md-10{grid-column:span 10}.fw-grid>.fw-span-md-11{grid-column:span 11}.fw-grid>.fw-span-md-12{grid-column:span 12}}@media (min-width:992px){.fw-flex-lg-row{flex-direction:row!important}.fw-flex-lg-row-reverse{flex-direction:row-reverse!important}.fw-flex-lg-column{flex-direction:column!important}.fw-flex-lg-column-reverse{flex-direction:column-reverse!important}.fw-flex-lg-wrap{flex-wrap:wrap!important}.fw-flex-lg-nowrap{flex-wrap:nowrap!important}.fw-justify-lg-start{justify-content:flex-start!important}.fw-justify-lg-center{justify-content:center!important}.fw-justify-lg-end{justify-content:flex-end!important}.fw-justify-lg-between{justify-content:space-between!important}.fw-justify-lg-around{justify-content:space-around!important}.fw-justify-lg-evenly{justify-content:space-evenly!important}.fw-items-lg-start{align-items:flex-start!important}.fw-items-lg-center{align-items:center!important}.fw-items-lg-end{align-items:flex-end!important}.fw-items-lg-stretch{align-items:stretch!important}.fw-items-lg-baseline{align-items:baseline!important}.fw-content-lg-start{align-content:flex-start!important}.fw-content-lg-center{align-content:center!important}.fw-content-lg-end{align-content:flex-end!important}.fw-content-lg-between{align-content:space-between!important}.fw-content-lg-around{align-content:space-around!important}.fw-content-lg-stretch{align-content:stretch!important}.fw-self-lg-start{align-self:flex-start!important}.fw-self-lg-center{align-self:center!important}.fw-self-lg-end{align-self:flex-end!important}.fw-self-lg-stretch{align-self:stretch!important}.fw-self-lg-baseline{align-self:baseline!important}.fw-grow-lg-1{flex-grow:1!important}.fw-grow-lg-0{flex-grow:0!important}.fw-span-lg-1{flex:0 1 auto;min-width:0;width:8.33333333%;--fw-span-pct:8.33333333%}.fw-span-lg-2{flex:0 1 auto;min-width:0;width:16.66666667%;--fw-span-pct:16.66666667%}.fw-span-lg-3{flex:0 1 auto;min-width:0;width:25%;--fw-span-pct:25%}.fw-span-lg-4{flex:0 1 auto;min-width:0;width:33.33333333%;--fw-span-pct:33.33333333%}.fw-span-lg-5{flex:0 1 auto;min-width:0;width:41.66666667%;--fw-span-pct:41.66666667%}.fw-span-lg-6{flex:0 1 auto;min-width:0;width:50%;--fw-span-pct:50%}.fw-span-lg-7{flex:0 1 auto;min-width:0;width:58.33333333%;--fw-span-pct:58.33333333%}.fw-span-lg-8{flex:0 1 auto;min-width:0;width:66.66666667%;--fw-span-pct:66.66666667%}.fw-span-lg-9{flex:0 1 auto;min-width:0;width:75%;--fw-span-pct:75%}.fw-span-lg-10{flex:0 1 auto;min-width:0;width:83.33333333%;--fw-span-pct:83.33333333%}.fw-span-lg-11{flex:0 1 auto;min-width:0;width:91.66666667%;--fw-span-pct:91.66666667%}.fw-span-lg-12{flex:0 1 auto;min-width:0;width:100%;--fw-span-pct:100%}.fw-fifth-lg-1{flex:0 1 auto;min-width:0;width:20%;--fw-span-pct:20%}.fw-fifth-lg-2{flex:0 1 auto;min-width:0;width:40%;--fw-span-pct:40%}.fw-fifth-lg-3{flex:0 1 auto;min-width:0;width:60%;--fw-span-pct:60%}.fw-fifth-lg-4{flex:0 1 auto;min-width:0;width:80%;--fw-span-pct:80%}.fw-w-lg-fit{width:fit-content;width:-moz-fit-content}.fw-w-lg-fit,.fw-w-lg-max{flex:0 0 auto;max-width:none}.fw-w-lg-max{width:-moz-max-content;width:max-content}.fw-w-lg-min{flex:0 0 auto;max-width:none;width:-moz-min-content;width:min-content}.fw-grid>.fw-span-lg-1{grid-column:span 1}.fw-grid>.fw-span-lg-2{grid-column:span 2}.fw-grid>.fw-span-lg-3{grid-column:span 3}.fw-grid>.fw-span-lg-4{grid-column:span 4}.fw-grid>.fw-span-lg-5{grid-column:span 5}.fw-grid>.fw-span-lg-6{grid-column:span 6}.fw-grid>.fw-span-lg-7{grid-column:span 7}.fw-grid>.fw-span-lg-8{grid-column:span 8}.fw-grid>.fw-span-lg-9{grid-column:span 9}.fw-grid>.fw-span-lg-10{grid-column:span 10}.fw-grid>.fw-span-lg-11{grid-column:span 11}.fw-grid>.fw-span-lg-12{grid-column:span 12}}