/*!
 *
 *   Author URI: https://besser.design
 *   Version: v1.0.0
 *   License: GNU General Public License,  Version   2
 *   License   URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Copyright (C) Stephan Besser | besser.design
 *
*/.fade{transition-property:opacity 0.15s linear;transition-duration:200ms;transition-timing-function:ease;transition-delay:unset}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition-property:height 0.35s ease;transition-duration:200ms;transition-timing-function:ease;transition-delay:unset}.collapsing.collapse-horizontal{width:0;height:auto;transition-property:width 0.35s ease;transition-duration:200ms;transition-timing-function:ease;transition-delay:unset}@keyframes slide-in-top{0%{transform:translateY(-1000px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes slide-out-top{0%{transform:translateY(0);opacity:1}100%{transform:translateY(-1000px);opacity:0}}@keyframes clip-left-top{0%{clip-path:circle(75%)}100%{clip-path:circle(0%)}}@keyframes mask-out{from{-webkit-mask-position:0 0;mask-position:0 0;opacity:1}to{-webkit-mask-position:100% 0;mask-position:100% 0;opacity:1}}@keyframes mask-in{from{-webkit-mask-position:100% 0;mask-position:100% 0;opacity:1}to{-webkit-mask-position:0 0;mask-position:0 0;opacity:1}}@keyframes gradient-anim{0%{background-position:var(--bg-pos) 0%}100%{background-position:calc(-1 * var(--bg-pos)) 0%}}.tooltip{--tooltip-zindex: 1080;--tooltip-max-width: 40rem;--tooltip-padding-x: 1.5em;--tooltip-padding-y: .8em;--tooltip-margin: ;--tooltip-font-size:calc(.864rem + .576vw);min-width:0vw;--tooltip-color: #303030;--tooltip-bg: var(--gray-200);--tooltip-border-radius: 1rem;--tooltip-opacity: .85;--tooltip-arrow-width: 0;--tooltip-arrow-height: 0;z-index:var(--tooltip-zindex);display:block;padding:var(--tooltip-arrow-height);margin:var(--tooltip-margin);font-family:"Rubik",sans-serif;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--tooltip-font-size);word-wrap:break-word;opacity:0}@media (min-width: 1200px){.tooltip{--tooltip-font-size:1.44rem}}.tooltip.show{opacity:var(--tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--tooltip-arrow-width);height:var(--tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before{top:-1px;border-width:var(--tooltip-arrow-height) calc(var(--tooltip-arrow-width) * .5) 0;border-top-color:var(--tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow{left:0;width:var(--tooltip-arrow-height);height:var(--tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before{right:-1px;border-width:calc(var(--tooltip-arrow-width) * .5) var(--tooltip-arrow-height) calc(var(--tooltip-arrow-width) * .5) 0;border-right-color:var(--tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--tooltip-arrow-width) * .5) var(--tooltip-arrow-height);border-bottom-color:var(--tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow{right:0;width:var(--tooltip-arrow-height);height:var(--tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before{left:-1px;border-width:calc(var(--tooltip-arrow-width) * .5) 0 calc(var(--tooltip-arrow-width) * .5) var(--tooltip-arrow-height);border-left-color:var(--tooltip-bg)}.tooltip-inner{max-width:var(--tooltip-max-width);padding:var(--tooltip-padding-y) var(--tooltip-padding-x);color:var(--tooltip-color);text-align:center;background-color:var(--tooltip-bg)}.popover{--popover-zindex: 1070;--popover-max-width: 40rem;--popover-font-size:calc(.864rem + .576vw);min-width:0vw;--popover-bg: var(--gray-200);--popover-border-width: 0;--popover-border-color: var(--border-color-translucent);--popover-border-radius: 1rem;--popover-inner-border-radius: 1rem;--popover-box-shadow: none;--popover-header-padding-x: 1.5em;--popover-header-padding-y: .8em;--popover-header-font-size:.75em;--popover-header-color: var(--c-white);--popover-header-bg: var(--c-primary);--popover-body-padding-x: 1.5em;--popover-body-padding-y: .8em;--popover-body-color: #303030;--popover-arrow-width: 0;--popover-arrow-height: 0;--popover-arrow-border: var(--popover-border-color);z-index:var(--popover-zindex);display:block;max-width:var(--popover-max-width);font-family:"Rubik",sans-serif;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--popover-font-size);word-wrap:break-word;background-color:var(--popover-bg);background-clip:padding-box;border:var(--popover-border-width) solid var(--popover-border-color)}@media (min-width: 1200px){.popover{--popover-font-size:1.44rem}}.popover .popover-arrow{display:block;width:var(--popover-arrow-width);height:var(--popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow{bottom:calc(-1 * (var(--popover-arrow-height)) - var(--popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{border-width:var(--popover-arrow-height) calc(var(--popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before{bottom:0;border-top-color:var(--popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{bottom:var(--popover-border-width);border-top-color:var(--popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow{left:calc(-1 * (var(--popover-arrow-height)) - var(--popover-border-width));width:var(--popover-arrow-height);height:var(--popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{border-width:calc(var(--popover-arrow-width) * .5) var(--popover-arrow-height) calc(var(--popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before{left:0;border-right-color:var(--popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{left:var(--popover-border-width);border-right-color:var(--popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow{top:calc(-1 * (var(--popover-arrow-height)) - var(--popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{border-width:0 calc(var(--popover-arrow-width) * .5) var(--popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before{top:0;border-bottom-color:var(--popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{top:var(--popover-border-width);border-bottom-color:var(--popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--popover-arrow-width);margin-left:calc(-.5 * var(--popover-arrow-width));content:"";border-bottom:var(--popover-border-width) solid var(--popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow{right:calc(-1 * (var(--popover-arrow-height)) - var(--popover-border-width));width:var(--popover-arrow-height);height:var(--popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{border-width:calc(var(--popover-arrow-width) * .5) 0 calc(var(--popover-arrow-width) * .5) var(--popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before{right:0;border-left-color:var(--popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{right:var(--popover-border-width);border-left-color:var(--popover-bg)}.popover-header{padding:var(--popover-header-padding-y) var(--popover-header-padding-x);margin-bottom:0;font-size:var(--popover-header-font-size);color:var(--popover-header-color);background-color:var(--popover-header-bg);border-bottom:var(--popover-border-width) solid var(--popover-border-color)}.popover-header:empty{display:none}.popover-body{padding:var(--popover-body-padding-y) var(--popover-body-padding-x);color:var(--popover-body-color)}.tooltip b{font-family:var(--font-stack-primary);font-size:calc(.88rem + .72vw);min-width:0vw;font-weight:600;color:var(--c-primary)}@media (min-width: 1200px){.tooltip b{font-size:1.6rem}}.popover{--popover-opacity: $popover-opacity;opacity:var(--popover-opacity)}.popover-header{width:100%}.toast{--toast-zindex: 1090;--toast-padding-x: .75rem;--toast-padding-y: .5rem;--toast-spacing: 1rem;--toast-max-width: 350px;--toast-font-size:.8em;--toast-color: ;--toast-bg: rgba(255,255,255,0.85);--toast-border-width: 1px;--toast-border-color: rgba(0,0,0,0.1);--toast-border-radius: 1rem;--toast-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);--toast-header-color: #6c757d;--toast-header-bg: rgba(255,255,255,0.85);--toast-header-border-color: rgba(0,0,0,0.05);width:var(--toast-max-width);max-width:100%;font-size:var(--toast-font-size);color:var(--toast-color);pointer-events:auto;background-color:var(--toast-bg);background-clip:padding-box;border:var(--toast-border-width) solid var(--toast-border-color);box-shadow:var(--toast-box-shadow)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--toast-zindex: 1090;position:absolute;z-index:var(--toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--toast-padding-y) var(--toast-padding-x);color:var(--toast-header-color);background-color:var(--toast-header-bg);background-clip:padding-box;border-bottom:var(--toast-border-width) solid var(--toast-header-border-color)}.toast-header .btn-close{margin-right:calc(-.5 * var(--toast-padding-x));margin-left:var(--toast-padding-x)}.toast-body{padding:var(--toast-padding-x);word-wrap:break-word}.bg-cover{background-origin:border-box;background-position:center;background-repeat:no-repeat;background-size:cover;-o-object-fit:cover;object-fit:cover;overflow:hidden;position:relative}.bg-img-pos-hor-center{background-position-x:center}.bg-img-pos-hor-left{background-position-x:left}.bg-img-pos-hor-right{background-position-x:right}.bg-img-pos-vert-center{background-position-y:center}.bg-img-pos-vert-top{background-position-y:top}.bg-img-pos-vert-bottom{background-position-y:bottom}.bg-svg{bottom:0;height:100%;left:-1px;position:absolute;right:-1px;top:0;width:calc(100% + 2px);z-index:-3}.bg-svg svg{position:absolute;opacity:.2}.bg-svg-pos-vert-top svg{top:0}.bg-svg-pos-vert-bottom svg{bottom:0}.bg-svg-pos-hor-left svg{left:-1px}.bg-svg-pos-hor-right svg{right:-1px}.bg-svg-pos-vert-center:not(.bg-svg-pos-hor-center) svg{top:50%;transform:translateY(-50%)}.bg-svg-pos-hor-center:not(.bg-svg-pos-vert-center) svg{left:50%;transform:translateX(-50%)}.bg-svg-pos-hor-center.bg-svg-pos-vert-center svg{left:50%;top:50%;transform:translate(-50%, -50%)}html.is-flickity-fullscreen .site-footer{opacity:0;pointer-events:none}#footer{position:relative;background-color:var(--color-white)}.clearfix::after{display:block;clear:both;content:""}.text-bg-c-primary{color:#000 !important;background-color:RGBA(255,128,0, var(--bg-opacity, 1)) !important}.text-bg-c-secondary{color:#fff !important;background-color:RGBA(48,48,48, var(--bg-opacity, 1)) !important}.text-bg-c-tertiary{color:#fff !important;background-color:RGBA(116,116,116, var(--bg-opacity, 1)) !important}.text-bg-c-quaternary{color:#000 !important;background-color:RGBA(226,226,226, var(--bg-opacity, 1)) !important}.text-bg-c-text{color:#fff !important;background-color:RGBA(48,48,48, var(--bg-opacity, 1)) !important}.text-bg-c-success{color:#000 !important;background-color:RGBA(0,148,57, var(--bg-opacity, 1)) !important}.text-bg-c-info{color:#fff !important;background-color:RGBA(0,88,219, var(--bg-opacity, 1)) !important}.text-bg-c-warning{color:#000 !important;background-color:RGBA(219,124,0, var(--bg-opacity, 1)) !important}.text-bg-c-danger{color:#fff !important;background-color:RGBA(219,32,32, var(--bg-opacity, 1)) !important}.text-bg-c-light{color:#000 !important;background-color:RGBA(226,226,226, var(--bg-opacity, 1)) !important}.text-bg-c-black{color:#fff !important;background-color:RGBA(10,10,10, var(--bg-opacity, 1)) !important}.text-bg-c-white{color:#000 !important;background-color:RGBA(255,255,255, var(--bg-opacity, 1)) !important}.text-bg-c-grey{color:#fff !important;background-color:RGBA(116,116,116, var(--bg-opacity, 1)) !important}.text-bg-c-lightgrey{color:#000 !important;background-color:RGBA(251,251,251, var(--bg-opacity, 1)) !important}.text-bg-c-darkgrey{color:#fff !important;background-color:RGBA(48,48,48, var(--bg-opacity, 1)) !important}.text-bg-c-dark{color:#fff !important;background-color:RGBA(48,48,48, var(--bg-opacity, 1)) !important}.link-c-primary{color:#FF8000 !important}.link-c-primary:hover,.link-c-primary:focus{color:#f93 !important}.link-c-secondary{color:#303030 !important}.link-c-secondary:hover,.link-c-secondary:focus{color:#262626 !important}.link-c-tertiary{color:#747474 !important}.link-c-tertiary:hover,.link-c-tertiary:focus{color:#5d5d5d !important}.link-c-quaternary{color:#E2E2E2 !important}.link-c-quaternary:hover,.link-c-quaternary:focus{color:#e8e8e8 !important}.link-c-text{color:#303030 !important}.link-c-text:hover,.link-c-text:focus{color:#262626 !important}.link-c-success{color:#009439 !important}.link-c-success:hover,.link-c-success:focus{color:#33a961 !important}.link-c-info{color:#0058db !important}.link-c-info:hover,.link-c-info:focus{color:#0046af !important}.link-c-warning{color:#db7c00 !important}.link-c-warning:hover,.link-c-warning:focus{color:#e29633 !important}.link-c-danger{color:#db2020 !important}.link-c-danger:hover,.link-c-danger:focus{color:#af1a1a !important}.link-c-light{color:#E2E2E2 !important}.link-c-light:hover,.link-c-light:focus{color:#e8e8e8 !important}.link-c-black{color:#0A0A0A !important}.link-c-black:hover,.link-c-black:focus{color:#080808 !important}.link-c-white{color:#fff !important}.link-c-white:hover,.link-c-white:focus{color:#fff !important}.link-c-grey{color:#747474 !important}.link-c-grey:hover,.link-c-grey:focus{color:#5d5d5d !important}.link-c-lightgrey{color:#FBFBFB !important}.link-c-lightgrey:hover,.link-c-lightgrey:focus{color:#fcfcfc !important}.link-c-darkgrey{color:#303030 !important}.link-c-darkgrey:hover,.link-c-darkgrey:focus{color:#262626 !important}.link-c-dark{color:#303030 !important}.link-c-dark:hover,.link-c-dark:focus{color:#262626 !important}.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: 481px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 740px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1260px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1500px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1800px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 2500px){.sticky-xxxl-top{position:sticky;top:0;z-index:1020}.sticky-xxxl-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){position:absolute !important;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}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.site-logo{color:var(--c-primary);--logo-height: 8vmin}@media (min-width: 1260px){.site-logo{--logo-height: 6vmin}}.site-logo a:hover{color:var(--c-primary)}.block-accountButtons .btn{border-top-right-radius:0 !important;border-top-left-radius:0 !important;border-top-color:transparent;margin-top:calc(-1 * var(--btn-margin-y))}.clearfix::after{display:block;clear:both;content:""}.text-bg-c-primary{color:#000 !important;background-color:RGBA(255,128,0, var(--bg-opacity, 1)) !important}.text-bg-c-secondary{color:#fff !important;background-color:RGBA(48,48,48, var(--bg-opacity, 1)) !important}.text-bg-c-tertiary{color:#fff !important;background-color:RGBA(116,116,116, var(--bg-opacity, 1)) !important}.text-bg-c-quaternary{color:#000 !important;background-color:RGBA(226,226,226, var(--bg-opacity, 1)) !important}.text-bg-c-text{color:#fff !important;background-color:RGBA(48,48,48, var(--bg-opacity, 1)) !important}.text-bg-c-success{color:#000 !important;background-color:RGBA(0,148,57, var(--bg-opacity, 1)) !important}.text-bg-c-info{color:#fff !important;background-color:RGBA(0,88,219, var(--bg-opacity, 1)) !important}.text-bg-c-warning{color:#000 !important;background-color:RGBA(219,124,0, var(--bg-opacity, 1)) !important}.text-bg-c-danger{color:#fff !important;background-color:RGBA(219,32,32, var(--bg-opacity, 1)) !important}.text-bg-c-light{color:#000 !important;background-color:RGBA(226,226,226, var(--bg-opacity, 1)) !important}.text-bg-c-black{color:#fff !important;background-color:RGBA(10,10,10, var(--bg-opacity, 1)) !important}.text-bg-c-white{color:#000 !important;background-color:RGBA(255,255,255, var(--bg-opacity, 1)) !important}.text-bg-c-grey{color:#fff !important;background-color:RGBA(116,116,116, var(--bg-opacity, 1)) !important}.text-bg-c-lightgrey{color:#000 !important;background-color:RGBA(251,251,251, var(--bg-opacity, 1)) !important}.text-bg-c-darkgrey{color:#fff !important;background-color:RGBA(48,48,48, var(--bg-opacity, 1)) !important}.text-bg-c-dark{color:#fff !important;background-color:RGBA(48,48,48, var(--bg-opacity, 1)) !important}.link-c-primary{color:#FF8000 !important}.link-c-primary:hover,.link-c-primary:focus{color:#f93 !important}.link-c-secondary{color:#303030 !important}.link-c-secondary:hover,.link-c-secondary:focus{color:#262626 !important}.link-c-tertiary{color:#747474 !important}.link-c-tertiary:hover,.link-c-tertiary:focus{color:#5d5d5d !important}.link-c-quaternary{color:#E2E2E2 !important}.link-c-quaternary:hover,.link-c-quaternary:focus{color:#e8e8e8 !important}.link-c-text{color:#303030 !important}.link-c-text:hover,.link-c-text:focus{color:#262626 !important}.link-c-success{color:#009439 !important}.link-c-success:hover,.link-c-success:focus{color:#33a961 !important}.link-c-info{color:#0058db !important}.link-c-info:hover,.link-c-info:focus{color:#0046af !important}.link-c-warning{color:#db7c00 !important}.link-c-warning:hover,.link-c-warning:focus{color:#e29633 !important}.link-c-danger{color:#db2020 !important}.link-c-danger:hover,.link-c-danger:focus{color:#af1a1a !important}.link-c-light{color:#E2E2E2 !important}.link-c-light:hover,.link-c-light:focus{color:#e8e8e8 !important}.link-c-black{color:#0A0A0A !important}.link-c-black:hover,.link-c-black:focus{color:#080808 !important}.link-c-white{color:#fff !important}.link-c-white:hover,.link-c-white:focus{color:#fff !important}.link-c-grey{color:#747474 !important}.link-c-grey:hover,.link-c-grey:focus{color:#5d5d5d !important}.link-c-lightgrey{color:#FBFBFB !important}.link-c-lightgrey:hover,.link-c-lightgrey:focus{color:#fcfcfc !important}.link-c-darkgrey{color:#303030 !important}.link-c-darkgrey:hover,.link-c-darkgrey:focus{color:#262626 !important}.link-c-dark{color:#303030 !important}.link-c-dark:hover,.link-c-dark:focus{color:#262626 !important}.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: 481px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 740px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1260px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1500px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1800px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 2500px){.sticky-xxxl-top{position:sticky;top:0;z-index:1020}.sticky-xxxl-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){position:absolute !important;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}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}
