﻿fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);animation:spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);animation:spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed !important;color:#a6a6a6 !important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Pro");font-weight:var(--fa-style, 900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fasr,.fal,.fa-light,.fasl,.fat,.fa-thin,.fad,.fa-duotone,.fass,.fa-sharp-solid,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-classic,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin{font-family:"Font Awesome 6 Pro"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fad,.fa-classic.fa-duotone,.fa-duotone{font-family:"Font Awesome 6 Duotone"}.fass,.fasr,.fasl,.fa-sharp{font-family:"Font Awesome 6 Sharp"}.fass,.fa-sharp{font-weight:900}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0::before{content:"\30 "}.fa-1::before{content:"\31 "}.fa-2::before{content:"\32 "}.fa-3::before{content:"\33 "}.fa-4::before{content:"\34 "}.fa-5::before{content:"\35 "}.fa-6::before{content:"\36 "}.fa-7::before{content:"\37 "}.fa-8::before{content:"\38 "}.fa-9::before{content:"\39 "}.fa-fill-drip::before{content:""}.fa-arrows-to-circle::before{content:""}.fa-circle-chevron-right::before{content:""}.fa-chevron-circle-right::before{content:""}.fa-wagon-covered::before{content:""}.fa-line-height::before{content:""}.fa-bagel::before{content:""}.fa-transporter-7::before{content:""}.fa-at::before{content:"\@"}.fa-rectangles-mixed::before{content:""}.fa-phone-arrow-up-right::before{content:""}.fa-phone-arrow-up::before{content:""}.fa-phone-outgoing::before{content:""}.fa-trash-can::before{content:""}.fa-trash-alt::before{content:""}.fa-circle-l::before{content:""}.fa-head-side-goggles::before{content:""}.fa-head-vr::before{content:""}.fa-text-height::before{content:""}.fa-user-xmark::before{content:""}.fa-user-times::before{content:""}.fa-face-hand-yawn::before{content:""}.fa-gauge-simple-min::before{content:""}.fa-tachometer-slowest::before{content:""}.fa-stethoscope::before{content:""}.fa-coffin::before{content:""}.fa-message::before{content:""}.fa-comment-alt::before{content:""}.fa-salad::before{content:""}.fa-bowl-salad::before{content:""}.fa-info::before{content:""}.fa-robot-astromech::before{content:""}.fa-ring-diamond::before{content:""}.fa-fondue-pot::before{content:""}.fa-theta::before{content:""}.fa-face-hand-peeking::before{content:""}.fa-square-user::before{content:""}.fa-down-left-and-up-right-to-center::before{content:""}.fa-compress-alt::before{content:""}.fa-explosion::before{content:""}.fa-file-lines::before{content:""}.fa-file-alt::before{content:""}.fa-file-text::before{content:""}.fa-wave-square::before{content:""}.fa-ring::before{content:""}.fa-building-un::before{content:""}.fa-dice-three::before{content:""}.fa-tire-pressure-warning::before{content:""}.fa-wifi-fair::before{content:""}.fa-wifi-2::before{content:""}.fa-calendar-days::before{content:""}.fa-calendar-alt::before{content:""}.fa-mp3-player::before{content:""}.fa-anchor-circle-check::before{content:""}.fa-tally-4::before{content:""}.fa-rectangle-history::before{content:""}.fa-building-circle-arrow-right::before{content:""}.fa-volleyball::before{content:""}.fa-volleyball-ball::before{content:""}.fa-sun-haze::before{content:""}.fa-text-size::before{content:""}.fa-ufo::before{content:""}.fa-fork::before{content:""}.fa-utensil-fork::before{content:""}.fa-arrows-up-to-line::before{content:""}.fa-mobile-signal::before{content:""}.fa-barcode-scan::before{content:""}.fa-sort-down::before{content:""}.fa-sort-desc::before{content:""}.fa-folder-arrow-down::before{content:""}.fa-folder-download::before{content:""}.fa-circle-minus::before{content:""}.fa-minus-circle::before{content:""}.fa-face-icicles::before{content:""}.fa-shovel::before{content:""}.fa-door-open::before{content:""}.fa-films::before{content:""}.fa-right-from-bracket::before{content:""}.fa-sign-out-alt::before{content:""}.fa-face-glasses::before{content:""}.fa-nfc::before{content:""}.fa-atom::before{content:""}.fa-soap::before{content:""}.fa-icons::before{content:""}.fa-heart-music-camera-bolt::before{content:""}.fa-microphone-lines-slash::before{content:""}.fa-microphone-alt-slash::before{content:""}.fa-closed-captioning-slash::before{content:""}.fa-calculator-simple::before{content:""}.fa-calculator-alt::before{content:""}.fa-bridge-circle-check::before{content:""}.fa-sliders-up::before{content:""}.fa-sliders-v::before{content:""}.fa-location-minus::before{content:""}.fa-map-marker-minus::before{content:""}.fa-pump-medical::before{content:""}.fa-fingerprint::before{content:""}.fa-ski-boot::before{content:""}.fa-standard-definition::before{content:""}.fa-rectangle-sd::before{content:""}.fa-h1::before{content:""}.fa-hand-point-right::before{content:""}.fa-magnifying-glass-location::before{content:""}.fa-search-location::before{content:""}.fa-message-bot::before{content:""}.fa-forward-step::before{content:""}.fa-step-forward::before{content:""}.fa-face-smile-beam::before{content:""}.fa-smile-beam::before{content:""}.fa-light-ceiling::before{content:""}.fa-message-exclamation::before{content:""}.fa-comment-alt-exclamation::before{content:""}.fa-bowl-scoop::before{content:""}.fa-bowl-shaved-ice::before{content:""}.fa-square-x::before{content:""}.fa-utility-pole-double::before{content:""}.fa-flag-checkered::before{content:""}.fa-chevrons-up::before{content:""}.fa-chevron-double-up::before{content:""}.fa-football::before{content:""}.fa-football-ball::before{content:""}.fa-user-vneck::before{content:""}.fa-school-circle-exclamation::before{content:""}.fa-crop::before{content:""}.fa-angles-down::before{content:""}.fa-angle-double-down::before{content:""}.fa-users-rectangle::before{content:""}.fa-people-roof::before{content:""}.fa-square-arrow-right::before{content:""}.fa-arrow-square-right::before{content:""}.fa-location-plus::before{content:""}.fa-map-marker-plus::before{content:""}.fa-lightbulb-exclamation-on::before{content:""}.fa-people-line::before{content:""}.fa-beer-mug-empty::before{content:""}.fa-beer::before{content:""}.fa-crate-empty::before{content:""}.fa-diagram-predecessor::before{content:""}.fa-transporter::before{content:""}.fa-calendar-circle-user::before{content:""}.fa-arrow-up-long::before{content:""}.fa-long-arrow-up::before{content:""}.fa-person-carry-box::before{content:""}.fa-person-carry::before{content:""}.fa-fire-flame-simple::before{content:""}.fa-burn::before{content:""}.fa-person::before{content:""}.fa-male::before{content:""}.fa-laptop::before{content:""}.fa-file-csv::before{content:""}.fa-menorah::before{content:""}.fa-union::before{content:""}.fa-chevrons-left::before{content:""}.fa-chevron-double-left::before{content:""}.fa-circle-heart::before{content:""}.fa-heart-circle::before{content:""}.fa-truck-plane::before{content:""}.fa-record-vinyl::before{content:""}.fa-bring-forward::before{content:""}.fa-square-p::before{content:""}.fa-face-grin-stars::before{content:""}.fa-grin-stars::before{content:""}.fa-sigma::before{content:""}.fa-camera-movie::before{content:""}.fa-bong::before{content:""}.fa-clarinet::before{content:""}.fa-truck-flatbed::before{content:""}.fa-spaghetti-monster-flying::before{content:""}.fa-pastafarianism::before{content:""}.fa-arrow-down-up-across-line::before{content:""}.fa-leaf-heart::before{content:""}.fa-house-building::before{content:""}.fa-cheese-swiss::before{content:""}.fa-spoon::before{content:""}.fa-utensil-spoon::before{content:""}.fa-jar-wheat::before{content:""}.fa-envelopes-bulk::before{content:""}.fa-mail-bulk::before{content:""}.fa-file-circle-exclamation::before{content:""}.fa-bow-arrow::before{content:""}.fa-cart-xmark::before{content:""}.fa-hexagon-xmark::before{content:""}.fa-times-hexagon::before{content:""}.fa-xmark-hexagon::before{content:""}.fa-circle-h::before{content:""}.fa-hospital-symbol::before{content:""}.fa-merge::before{content:""}.fa-pager::before{content:""}.fa-cart-minus::before{content:""}.fa-address-book::before{content:""}.fa-contact-book::before{content:""}.fa-pan-frying::before{content:""}.fa-grid::before{content:""}.fa-grid-3::before{content:""}.fa-football-helmet::before{content:""}.fa-hand-love::before{content:""}.fa-trees::before{content:""}.fa-strikethrough::before{content:""}.fa-page::before{content:""}.fa-k::before{content:"K"}.fa-diagram-previous::before{content:""}.fa-gauge-min::before{content:""}.fa-tachometer-alt-slowest::before{content:""}.fa-folder-grid::before{content:""}.fa-eggplant::before{content:""}.fa-ram::before{content:""}.fa-landmark-flag::before{content:""}.fa-lips::before{content:""}.fa-pencil::before{content:""}.fa-pencil-alt::before{content:""}.fa-backward::before{content:""}.fa-caret-right::before{content:""}.fa-comments::before{content:""}.fa-paste::before{content:""}.fa-file-clipboard::before{content:""}.fa-desktop-arrow-down::before{content:""}.fa-code-pull-request::before{content:""}.fa-pumpkin::before{content:""}.fa-clipboard-list::before{content:""}.fa-pen-field::before{content:""}.fa-blueberries::before{content:""}.fa-truck-ramp-box::before{content:""}.fa-truck-loading::before{content:""}.fa-note::before{content:""}.fa-arrow-down-to-square::before{content:""}.fa-user-check::before{content:""}.fa-cloud-xmark::before{content:""}.fa-vial-virus::before{content:""}.fa-book-blank::before{content:""}.fa-book-alt::before{content:""}.fa-golf-flag-hole::before{content:""}.fa-message-arrow-down::before{content:""}.fa-comment-alt-arrow-down::before{content:""}.fa-face-unamused::before{content:""}.fa-sheet-plastic::before{content:""}.fa-circle-9::before{content:""}.fa-blog::before{content:""}.fa-user-ninja::before{content:""}.fa-pencil-slash::before{content:""}.fa-bowling-pins::before{content:""}.fa-person-arrow-up-from-line::before{content:""}.fa-down-right::before{content:""}.fa-scroll-torah::before{content:""}.fa-torah::before{content:""}.fa-webhook::before{content:""}.fa-blinds-open::before{content:""}.fa-fence::before{content:""}.fa-up::before{content:""}.fa-arrow-alt-up::before{content:""}.fa-broom-ball::before{content:""}.fa-quidditch::before{content:""}.fa-quidditch-broom-ball::before{content:""}.fa-drumstick::before{content:""}.fa-square-v::before{content:""}.fa-face-awesome::before{content:""}.fa-gave-dandy::before{content:""}.fa-dial-off::before{content:""}.fa-toggle-off::before{content:""}.fa-face-smile-horns::before{content:""}.fa-box-archive::before{content:""}.fa-archive::before{content:""}.fa-grapes::before{content:""}.fa-person-drowning::before{content:""}.fa-dial-max::before{content:""}.fa-circle-m::before{content:""}.fa-calendar-image::before{content:""}.fa-circle-caret-down::before{content:""}.fa-caret-circle-down::before{content:""}.fa-arrow-down-9-1::before{content:""}.fa-sort-numeric-desc::before{content:""}.fa-sort-numeric-down-alt::before{content:""}.fa-face-grin-tongue-squint::before{content:""}.fa-grin-tongue-squint::before{content:""}.fa-shish-kebab::before{content:""}.fa-spray-can::before{content:""}.fa-alarm-snooze::before{content:""}.fa-scarecrow::before{content:""}.fa-truck-monster::before{content:""}.fa-gift-card::before{content:""}.fa-w::before{content:"W"}.fa-code-pull-request-draft::before{content:""}.fa-square-b::before{content:""}.fa-elephant::before{content:""}.fa-earth-africa::before{content:""}.fa-globe-africa::before{content:""}.fa-rainbow::before{content:""}.fa-circle-notch::before{content:""}.fa-tablet-screen-button::before{content:""}.fa-tablet-alt::before{content:""}.fa-paw::before{content:""}.fa-message-question::before{content:""}.fa-cloud::before{content:""}.fa-trowel-bricks::before{content:""}.fa-square-3::before{content:""}.fa-face-flushed::before{content:""}.fa-flushed::before{content:""}.fa-hospital-user::before{content:""}.fa-microwave::before{content:""}.fa-chf-sign::before{content:""}.fa-tent-arrow-left-right::before{content:""}.fa-cart-circle-arrow-up::before{content:""}.fa-trash-clock::before{content:""}.fa-gavel::before{content:""}.fa-legal::before{content:""}.fa-sprinkler-ceiling::before{content:""}.fa-browsers::before{content:""}.fa-trillium::before{content:""}.fa-music-slash::before{content:""}.fa-truck-ramp::before{content:""}.fa-binoculars::before{content:""}.fa-microphone-slash::before{content:""}.fa-box-tissue::before{content:""}.fa-circle-c::before{content:""}.fa-star-christmas::before{content:""}.fa-chart-bullet::before{content:""}.fa-motorcycle::before{content:""}.fa-tree-christmas::before{content:""}.fa-tire-flat::before{content:""}.fa-sunglasses::before{content:""}.fa-badge::before{content:""}.fa-message-pen::before{content:""}.fa-comment-alt-edit::before{content:""}.fa-message-edit::before{content:""}.fa-bell-concierge::before{content:""}.fa-concierge-bell::before{content:""}.fa-pen-ruler::before{content:""}.fa-pencil-ruler::before{content:""}.fa-arrow-progress::before{content:""}.fa-chess-rook-piece::before{content:""}.fa-chess-rook-alt::before{content:""}.fa-square-root::before{content:""}.fa-album-collection-circle-plus::before{content:""}.fa-people-arrows::before{content:""}.fa-people-arrows-left-right::before{content:""}.fa-face-angry-horns::before{content:""}.fa-mars-and-venus-burst::before{content:""}.fa-tombstone::before{content:""}.fa-square-caret-right::before{content:""}.fa-caret-square-right::before{content:""}.fa-scissors::before{content:""}.fa-cut::before{content:""}.fa-list-music::before{content:""}.fa-sun-plant-wilt::before{content:""}.fa-toilets-portable::before{content:""}.fa-hockey-puck::before{content:""}.fa-mustache::before{content:""}.fa-hyphen::before{content:"\-"}.fa-table::before{content:""}.fa-user-chef::before{content:""}.fa-message-image::before{content:""}.fa-comment-alt-image::before{content:""}.fa-users-medical::before{content:""}.fa-sensor-triangle-exclamation::before{content:""}.fa-sensor-alert::before{content:""}.fa-magnifying-glass-arrow-right::before{content:""}.fa-tachograph-digital::before{content:""}.fa-digital-tachograph::before{content:""}.fa-face-mask::before{content:""}.fa-pickleball::before{content:""}.fa-star-sharp-half::before{content:""}.fa-users-slash::before{content:""}.fa-clover::before{content:""}.fa-meat::before{content:""}.fa-reply::before{content:""}.fa-mail-reply::before{content:""}.fa-star-and-crescent::before{content:""}.fa-empty-set::before{content:""}.fa-house-fire::before{content:""}.fa-square-minus::before{content:""}.fa-minus-square::before{content:""}.fa-helicopter::before{content:""}.fa-bird::before{content:""}.fa-compass::before{content:""}.fa-square-caret-down::before{content:""}.fa-caret-square-down::before{content:""}.fa-heart-half-stroke::before{content:""}.fa-heart-half-alt::before{content:""}.fa-file-circle-question::before{content:""}.fa-laptop-code::before{content:""}.fa-joystick::before{content:""}.fa-grill-fire::before{content:""}.fa-rectangle-vertical-history::before{content:""}.fa-swatchbook::before{content:""}.fa-prescription-bottle::before{content:""}.fa-bars::before{content:""}.fa-navicon::before{content:""}.fa-keyboard-left::before{content:""}.fa-people-group::before{content:""}.fa-hourglass-end::before{content:""}.fa-hourglass-3::before{content:""}.fa-heart-crack::before{content:""}.fa-heart-broken::before{content:""}.fa-face-beam-hand-over-mouth::before{content:""}.fa-droplet-percent::before{content:""}.fa-humidity::before{content:""}.fa-square-up-right::before{content:""}.fa-external-link-square-alt::before{content:""}.fa-face-kiss-beam::before{content:""}.fa-kiss-beam::before{content:""}.fa-corn::before{content:""}.fa-roller-coaster::before{content:""}.fa-photo-film-music::before{content:""}.fa-radar::before{content:""}.fa-sickle::before{content:""}.fa-film::before{content:""}.fa-coconut::before{content:""}.fa-ruler-horizontal::before{content:""}.fa-shield-cross::before{content:""}.fa-cassette-tape::before{content:""}.fa-square-terminal::before{content:""}.fa-people-robbery::before{content:""}.fa-lightbulb::before{content:""}.fa-caret-left::before{content:""}.fa-comment-middle::before{content:""}.fa-trash-can-list::before{content:""}.fa-block::before{content:""}.fa-circle-exclamation::before{content:""}.fa-exclamation-circle::before{content:""}.fa-school-circle-xmark::before{content:""}.fa-arrow-right-from-bracket::before{content:""}.fa-sign-out::before{content:""}.fa-face-frown-slight::before{content:""}.fa-circle-chevron-down::before{content:""}.fa-chevron-circle-down::before{content:""}.fa-sidebar-flip::before{content:""}.fa-unlock-keyhole::before{content:""}.fa-unlock-alt::before{content:""}.fa-temperature-list::before{content:""}.fa-cloud-showers-heavy::before{content:""}.fa-headphones-simple::before{content:""}.fa-headphones-alt::before{content:""}.fa-sitemap::before{content:""}.fa-pipe-section::before{content:""}.fa-space-station-moon-construction::before{content:""}.fa-space-station-moon-alt::before{content:""}.fa-circle-dollar-to-slot::before{content:""}.fa-donate::before{content:""}.fa-memory::before{content:""}.fa-face-sleeping::before{content:""}.fa-road-spikes::before{content:""}.fa-fire-burner::before{content:""}.fa-squirrel::before{content:""}.fa-arrow-up-to-line::before{content:""}.fa-arrow-to-top::before{content:""}.fa-flag::before{content:""}.fa-face-cowboy-hat::before{content:""}.fa-hanukiah::before{content:""}.fa-chart-scatter-3d::before{content:""}.fa-display-chart-up::before{content:""}.fa-square-code::before{content:""}.fa-feather::before{content:""}.fa-volume-low::before{content:""}.fa-volume-down::before{content:""}.fa-xmark-to-slot::before{content:""}.fa-times-to-slot::before{content:""}.fa-vote-nay::before{content:""}.fa-box-taped::before{content:""}.fa-box-alt::before{content:""}.fa-comment-slash::before{content:""}.fa-swords::before{content:""}.fa-cloud-sun-rain::before{content:""}.fa-album::before{content:""}.fa-circle-n::before{content:""}.fa-compress::before{content:""}.fa-wheat-awn::before{content:""}.fa-wheat-alt::before{content:""}.fa-ankh::before{content:""}.fa-hands-holding-child::before{content:""}.fa-asterisk::before{content:"\*"}.fa-key-skeleton-left-right::before{content:""}.fa-comment-lines::before{content:""}.fa-luchador-mask::before{content:""}.fa-luchador::before{content:""}.fa-mask-luchador::before{content:""}.fa-square-check::before{content:""}.fa-check-square::before{content:""}.fa-shredder::before{content:""}.fa-book-open-cover::before{content:""}.fa-book-open-alt::before{content:""}.fa-sandwich::before{content:""}.fa-peseta-sign::before{content:""}.fa-square-parking-slash::before{content:""}.fa-parking-slash::before{content:""}.fa-train-tunnel::before{content:""}.fa-heading::before{content:""}.fa-header::before{content:""}.fa-ghost::before{content:""}.fa-face-anguished::before{content:""}.fa-hockey-sticks::before{content:""}.fa-abacus::before{content:""}.fa-film-simple::before{content:""}.fa-film-alt::before{content:""}.fa-list::before{content:""}.fa-list-squares::before{content:""}.fa-tree-palm::before{content:""}.fa-square-phone-flip::before{content:""}.fa-phone-square-alt::before{content:""}.fa-cart-plus::before{content:""}.fa-gamepad::before{content:""}.fa-border-center-v::before{content:""}.fa-circle-dot::before{content:""}.fa-dot-circle::before{content:""}.fa-clipboard-medical::before{content:""}.fa-face-dizzy::before{content:""}.fa-dizzy::before{content:""}.fa-egg::before{content:""}.fa-up-to-line::before{content:""}.fa-arrow-alt-to-top::before{content:""}.fa-house-medical-circle-xmark::before{content:""}.fa-watch-fitness::before{content:""}.fa-clock-nine-thirty::before{content:""}.fa-campground::before{content:""}.fa-folder-plus::before{content:""}.fa-jug::before{content:""}.fa-futbol::before{content:""}.fa-futbol-ball::before{content:""}.fa-soccer-ball::before{content:""}.fa-snow-blowing::before{content:""}.fa-paintbrush::before{content:""}.fa-paint-brush::before{content:""}.fa-lock::before{content:""}.fa-arrow-down-from-line::before{content:""}.fa-arrow-from-top::before{content:""}.fa-gas-pump::before{content:""}.fa-signal-bars-slash::before{content:""}.fa-signal-alt-slash::before{content:""}.fa-monkey::before{content:""}.fa-rectangle-pro::before{content:""}.fa-pro::before{content:""}.fa-house-night::before{content:""}.fa-hot-tub-person::before{content:""}.fa-hot-tub::before{content:""}.fa-globe-pointer::before{content:""}.fa-blanket::before{content:""}.fa-map-location::before{content:""}.fa-map-marked::before{content:""}.fa-house-flood-water::before{content:""}.fa-comments-question-check::before{content:""}.fa-tree::before{content:""}.fa-arrows-cross::before{content:""}.fa-backpack::before{content:""}.fa-square-small::before{content:""}.fa-folder-arrow-up::before{content:""}.fa-folder-upload::before{content:""}.fa-bridge-lock::before{content:""}.fa-crosshairs-simple::before{content:""}.fa-sack-dollar::before{content:""}.fa-pen-to-square::before{content:""}.fa-edit::before{content:""}.fa-square-sliders::before{content:""}.fa-sliders-h-square::before{content:""}.fa-car-side::before{content:""}.fa-message-middle-top::before{content:""}.fa-comment-middle-top-alt::before{content:""}.fa-lightbulb-on::before{content:""}.fa-knife::before{content:""}.fa-utensil-knife::before{content:""}.fa-share-nodes::before{content:""}.fa-share-alt::before{content:""}.fa-display-chart-up-circle-dollar::before{content:""}.fa-wave-sine::before{content:""}.fa-heart-circle-minus::before{content:""}.fa-circle-w::before{content:""}.fa-circle-calendar::before{content:""}.fa-calendar-circle::before{content:""}.fa-hourglass-half::before{content:""}.fa-hourglass-2::before{content:""}.fa-microscope::before{content:""}.fa-sunset::before{content:""}.fa-sink::before{content:""}.fa-calendar-exclamation::before{content:""}.fa-truck-container-empty::before{content:""}.fa-hand-heart::before{content:""}.fa-bag-shopping::before{content:""}.fa-shopping-bag::before{content:""}.fa-arrow-down-z-a::before{content:""}.fa-sort-alpha-desc::before{content:""}.fa-sort-alpha-down-alt::before{content:""}.fa-mitten::before{content:""}.fa-reply-clock::before{content:""}.fa-reply-time::before{content:""}.fa-person-rays::before{content:""}.fa-right::before{content:""}.fa-arrow-alt-right::before{content:""}.fa-circle-f::before{content:""}.fa-users::before{content:""}.fa-face-pleading::before{content:""}.fa-eye-slash::before{content:""}.fa-flask-vial::before{content:""}.fa-police-box::before{content:""}.fa-cucumber::before{content:""}.fa-head-side-brain::before{content:""}.fa-hand::before{content:""}.fa-hand-paper::before{content:""}.fa-person-biking-mountain::before{content:""}.fa-biking-mountain::before{content:""}.fa-utensils-slash::before{content:""}.fa-print-magnifying-glass::before{content:""}.fa-print-search::before{content:""}.fa-folder-bookmark::before{content:""}.fa-om::before{content:""}.fa-pi::before{content:""}.fa-flask-round-potion::before{content:""}.fa-flask-potion::before{content:""}.fa-face-shush::before{content:""}.fa-worm::before{content:""}.fa-house-circle-xmark::before{content:""}.fa-plug::before{content:""}.fa-calendar-circle-exclamation::before{content:""}.fa-square-i::before{content:""}.fa-chevron-up::before{content:""}.fa-face-saluting::before{content:""}.fa-gauge-simple-low::before{content:""}.fa-tachometer-slow::before{content:""}.fa-face-persevering::before{content:""}.fa-circle-camera::before{content:""}.fa-camera-circle::before{content:""}.fa-hand-spock::before{content:""}.fa-spider-web::before{content:""}.fa-circle-microphone::before{content:""}.fa-microphone-circle::before{content:""}.fa-book-arrow-up::before{content:""}.fa-popsicle::before{content:""}.fa-command::before{content:""}.fa-blinds::before{content:""}.fa-stopwatch::before{content:""}.fa-saxophone::before{content:""}.fa-square-2::before{content:""}.fa-field-hockey-stick-ball::before{content:""}.fa-field-hockey::before{content:""}.fa-arrow-up-square-triangle::before{content:""}.fa-sort-shapes-up-alt::before{content:""}.fa-face-scream::before{content:""}.fa-square-m::before{content:""}.fa-camera-web::before{content:""}.fa-webcam::before{content:""}.fa-comment-arrow-down::before{content:""}.fa-lightbulb-cfl::before{content:""}.fa-window-frame-open::before{content:""}.fa-face-kiss::before{content:""}.fa-kiss::before{content:""}.fa-bridge-circle-xmark::before{content:""}.fa-period::before{content:"\."}.fa-face-grin-tongue::before{content:""}.fa-grin-tongue::before{content:""}.fa-up-to-dotted-line::before{content:""}.fa-thought-bubble::before{content:""}.fa-skeleton-ribs::before{content:""}.fa-raygun::before{content:""}.fa-flute::before{content:""}.fa-acorn::before{content:""}.fa-video-arrow-up-right::before{content:""}.fa-grate-droplet::before{content:""}.fa-seal-exclamation::before{content:""}.fa-chess-bishop::before{content:""}.fa-message-sms::before{content:""}.fa-coffee-beans::before{content:""}.fa-hat-witch::before{content:""}.fa-face-grin-wink::before{content:""}.fa-grin-wink::before{content:""}.fa-clock-three-thirty::before{content:""}.fa-ear-deaf::before{content:""}.fa-deaf::before{content:""}.fa-deafness::before{content:""}.fa-hard-of-hearing::before{content:""}.fa-alarm-clock::before{content:""}.fa-eclipse::before{content:""}.fa-face-relieved::before{content:""}.fa-road-circle-check::before{content:""}.fa-dice-five::before{content:""}.fa-octagon-minus::before{content:""}.fa-minus-octagon::before{content:""}.fa-square-rss::before{content:""}.fa-rss-square::before{content:""}.fa-face-zany::before{content:""}.fa-tricycle::before{content:""}.fa-land-mine-on::before{content:""}.fa-square-arrow-up-left::before{content:""}.fa-i-cursor::before{content:""}.fa-chart-mixed-up-circle-dollar::before{content:""}.fa-salt-shaker::before{content:""}.fa-stamp::before{content:""}.fa-file-plus::before{content:""}.fa-draw-square::before{content:""}.fa-toilet-paper-under-slash::before{content:""}.fa-toilet-paper-reverse-slash::before{content:""}.fa-stairs::before{content:""}.fa-drone-front::before{content:""}.fa-drone-alt::before{content:""}.fa-glass-empty::before{content:""}.fa-dial-high::before{content:""}.fa-user-helmet-safety::before{content:""}.fa-user-construction::before{content:""}.fa-user-hard-hat::before{content:""}.fa-i::before{content:"I"}.fa-hryvnia-sign::before{content:""}.fa-hryvnia::before{content:""}.fa-arrow-down-left-and-arrow-up-right-to-center::before{content:""}.fa-pills::before{content:""}.fa-face-grin-wide::before{content:""}.fa-grin-alt::before{content:""}.fa-tooth::before{content:""}.fa-basketball-hoop::before{content:""}.fa-objects-align-bottom::before{content:""}.fa-v::before{content:"V"}.fa-sparkles::before{content:""}.fa-squid::before{content:""}.fa-leafy-green::before{content:""}.fa-circle-arrow-up-right::before{content:""}.fa-calendars::before{content:""}.fa-bangladeshi-taka-sign::before{content:""}.fa-bicycle::before{content:""}.fa-hammer-war::before{content:""}.fa-circle-d::before{content:""}.fa-spider-black-widow::before{content:""}.fa-staff-snake::before{content:""}.fa-rod-asclepius::before{content:""}.fa-rod-snake::before{content:""}.fa-staff-aesculapius::before{content:""}.fa-pear::before{content:""}.fa-head-side-cough-slash::before{content:""}.fa-triangle::before{content:""}.fa-apartment::before{content:""}.fa-truck-medical::before{content:""}.fa-ambulance::before{content:""}.fa-pepper::before{content:""}.fa-piano::before{content:""}.fa-gun-squirt::before{content:""}.fa-wheat-awn-circle-exclamation::before{content:""}.fa-snowman::before{content:""}.fa-user-alien::before{content:""}.fa-shield-check::before{content:""}.fa-mortar-pestle::before{content:""}.fa-road-barrier::before{content:""}.fa-chart-candlestick::before{content:""}.fa-briefcase-blank::before{content:""}.fa-school::before{content:""}.fa-igloo::before{content:""}.fa-bracket-round::before{content:"\("}.fa-parenthesis::before{content:"\("}.fa-joint::before{content:""}.fa-horse-saddle::before{content:""}.fa-mug-marshmallows::before{content:""}.fa-filters::before{content:""}.fa-bell-on::before{content:""}.fa-angle-right::before{content:""}.fa-dial-med::before{content:""}.fa-horse::before{content:""}.fa-q::before{content:"Q"}.fa-monitor-waveform::before{content:""}.fa-monitor-heart-rate::before{content:""}.fa-link-simple::before{content:""}.fa-whistle::before{content:""}.fa-g::before{content:"G"}.fa-wine-glass-crack::before{content:""}.fa-fragile::before{content:""}.fa-slot-machine::before{content:""}.fa-notes-medical::before{content:""}.fa-car-wash::before{content:""}.fa-escalator::before{content:""}.fa-comment-image::before{content:""}.fa-temperature-half::before{content:""}.fa-temperature-2::before{content:""}.fa-thermometer-2::before{content:""}.fa-thermometer-half::before{content:""}.fa-dong-sign::before{content:""}.fa-donut::before{content:""}.fa-doughnut::before{content:""}.fa-capsules::before{content:""}.fa-poo-storm::before{content:""}.fa-poo-bolt::before{content:""}.fa-tally-1::before{content:""}.fa-face-frown-open::before{content:""}.fa-frown-open::before{content:""}.fa-square-dashed::before{content:""}.fa-square-j::before{content:""}.fa-hand-point-up::before{content:""}.fa-money-bill::before{content:""}.fa-arrow-up-big-small::before{content:""}.fa-sort-size-up::before{content:""}.fa-barcode-read::before{content:""}.fa-baguette::before{content:""}.fa-bowl-soft-serve::before{content:""}.fa-face-holding-back-tears::before{content:""}.fa-square-up::before{content:""}.fa-arrow-alt-square-up::before{content:""}.fa-train-subway-tunnel::before{content:""}.fa-subway-tunnel::before{content:""}.fa-square-exclamation::before{content:""}.fa-exclamation-square::before{content:""}.fa-semicolon::before{content:"\;"}.fa-bookmark::before{content:""}.fa-fan-table::before{content:""}.fa-align-justify::before{content:""}.fa-battery-low::before{content:""}.fa-battery-1::before{content:""}.fa-credit-card-front::before{content:""}.fa-brain-arrow-curved-right::before{content:""}.fa-mind-share::before{content:""}.fa-umbrella-beach::before{content:""}.fa-helmet-un::before{content:""}.fa-location-smile::before{content:""}.fa-map-marker-smile::before{content:""}.fa-arrow-left-to-line::before{content:""}.fa-arrow-to-left::before{content:""}.fa-bullseye::before{content:""}.fa-sushi::before{content:""}.fa-nigiri::before{content:""}.fa-message-captions::before{content:""}.fa-comment-alt-captions::before{content:""}.fa-trash-list::before{content:""}.fa-bacon::before{content:""}.fa-option::before{content:""}.fa-raccoon::before{content:""}.fa-hand-point-down::before{content:""}.fa-arrow-up-from-bracket::before{content:""}.fa-head-side-gear::before{content:""}.fa-trash-plus::before{content:""}.fa-objects-align-top::before{content:""}.fa-folder::before{content:""}.fa-folder-blank::before{content:""}.fa-face-anxious-sweat::before{content:""}.fa-credit-card-blank::before{content:""}.fa-file-waveform::before{content:""}.fa-file-medical-alt::before{content:""}.fa-microchip-ai::before{content:""}.fa-mug::before{content:""}.fa-plane-up-slash::before{content:""}.fa-radiation::before{content:""}.fa-pen-circle::before{content:""}.fa-bag-seedling::before{content:""}.fa-chart-simple::before{content:""}.fa-crutches::before{content:""}.fa-circle-parking::before{content:""}.fa-parking-circle::before{content:""}.fa-mars-stroke::before{content:""}.fa-leaf-oak::before{content:""}.fa-square-bolt::before{content:""}.fa-vial::before{content:""}.fa-gauge::before{content:""}.fa-dashboard::before{content:""}.fa-gauge-med::before{content:""}.fa-tachometer-alt-average::before{content:""}.fa-wand-magic-sparkles::before{content:""}.fa-magic-wand-sparkles::before{content:""}.fa-lambda::before{content:""}.fa-e::before{content:"E"}.fa-pizza::before{content:""}.fa-bowl-chopsticks-noodles::before{content:""}.fa-h3::before{content:""}.fa-pen-clip::before{content:""}.fa-pen-alt::before{content:""}.fa-bridge-circle-exclamation::before{content:""}.fa-badge-percent::before{content:""}.fa-user::before{content:""}.fa-sensor::before{content:""}.fa-comma::before{content:"\,"}.fa-school-circle-check::before{content:""}.fa-toilet-paper-under::before{content:""}.fa-toilet-paper-reverse::before{content:""}.fa-light-emergency::before{content:""}.fa-arrow-down-to-arc::before{content:""}.fa-dumpster::before{content:""}.fa-van-shuttle::before{content:""}.fa-shuttle-van::before{content:""}.fa-building-user::before{content:""}.fa-light-switch::before{content:""}.fa-square-caret-left::before{content:""}.fa-caret-square-left::before{content:""}.fa-highlighter::before{content:""}.fa-wave-pulse::before{content:""}.fa-heart-rate::before{content:""}.fa-key::before{content:""}.fa-hat-santa::before{content:""}.fa-tamale::before{content:""}.fa-box-check::before{content:""}.fa-bullhorn::before{content:""}.fa-steak::before{content:""}.fa-location-crosshairs-slash::before{content:""}.fa-location-slash::before{content:""}.fa-person-dolly::before{content:""}.fa-globe::before{content:""}.fa-synagogue::before{content:""}.fa-file-chart-column::before{content:""}.fa-file-chart-line::before{content:""}.fa-person-half-dress::before{content:""}.fa-folder-image::before{content:""}.fa-calendar-pen::before{content:""}.fa-calendar-edit::before{content:""}.fa-road-bridge::before{content:""}.fa-face-smile-tear::before{content:""}.fa-message-plus::before{content:""}.fa-comment-alt-plus::before{content:""}.fa-location-arrow::before{content:""}.fa-c::before{content:"C"}.fa-tablet-button::before{content:""}.fa-person-dress-fairy::before{content:""}.fa-rectangle-history-circle-user::before{content:""}.fa-building-lock::before{content:""}.fa-chart-line-up::before{content:""}.fa-mailbox::before{content:""}.fa-truck-bolt::before{content:""}.fa-pizza-slice::before{content:""}.fa-money-bill-wave::before{content:""}.fa-chart-area::before{content:""}.fa-area-chart::before{content:""}.fa-house-flag::before{content:""}.fa-circle-three-quarters-stroke::before{content:""}.fa-person-circle-minus::before{content:""}.fa-scalpel::before{content:""}.fa-ban::before{content:""}.fa-cancel::before{content:""}.fa-bell-exclamation::before{content:""}.fa-circle-bookmark::before{content:""}.fa-bookmark-circle::before{content:""}.fa-egg-fried::before{content:""}.fa-face-weary::before{content:""}.fa-uniform-martial-arts::before{content:""}.fa-camera-rotate::before{content:""}.fa-sun-dust::before{content:""}.fa-comment-text::before{content:""}.fa-spray-can-sparkles::before{content:""}.fa-air-freshener::before{content:""}.fa-signal-bars::before{content:""}.fa-signal-alt::before{content:""}.fa-signal-alt-4::before{content:""}.fa-signal-bars-strong::before{content:""}.fa-diamond-exclamation::before{content:""}.fa-star::before{content:""}.fa-dial-min::before{content:""}.fa-repeat::before{content:""}.fa-cross::before{content:""}.fa-page-caret-down::before{content:""}.fa-file-caret-down::before{content:""}.fa-box::before{content:""}.fa-venus-mars::before{content:""}.fa-clock-seven-thirty::before{content:""}.fa-arrow-pointer::before{content:""}.fa-mouse-pointer::before{content:""}.fa-clock-four-thirty::before{content:""}.fa-signal-bars-good::before{content:""}.fa-signal-alt-3::before{content:""}.fa-cactus::before{content:""}.fa-lightbulb-gear::before{content:""}.fa-maximize::before{content:""}.fa-expand-arrows-alt::before{content:""}.fa-charging-station::before{content:""}.fa-shapes::before{content:""}.fa-triangle-circle-square::before{content:""}.fa-plane-tail::before{content:""}.fa-gauge-simple-max::before{content:""}.fa-tachometer-fastest::before{content:""}.fa-circle-u::before{content:""}.fa-shield-slash::before{content:""}.fa-square-phone-hangup::before{content:""}.fa-phone-square-down::before{content:""}.fa-arrow-up-left::before{content:""}.fa-transporter-1::before{content:""}.fa-peanuts::before{content:""}.fa-shuffle::before{content:""}.fa-random::before{content:""}.fa-person-running::before{content:""}.fa-running::before{content:""}.fa-mobile-retro::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-bin-bottles-recycle::before{content:""}.fa-arrow-up-from-square::before{content:""}.fa-file-dashed-line::before{content:""}.fa-page-break::before{content:""}.fa-bracket-curly-right::before{content:"\}"}.fa-spider::before{content:""}.fa-clock-three::before{content:""}.fa-hands-bound::before{content:""}.fa-scalpel-line-dashed::before{content:""}.fa-scalpel-path::before{content:""}.fa-file-invoice-dollar::before{content:""}.fa-pipe-smoking::before{content:""}.fa-face-astonished::before{content:""}.fa-window::before{content:""}.fa-plane-circle-exclamation::before{content:""}.fa-ear::before{content:""}.fa-file-lock::before{content:""}.fa-diagram-venn::before{content:""}.fa-x-ray::before{content:""}.fa-goal-net::before{content:""}.fa-coffin-cross::before{content:""}.fa-spell-check::before{content:""}.fa-location-xmark::before{content:""}.fa-map-marker-times::before{content:""}.fa-map-marker-xmark::before{content:""}.fa-circle-quarter-stroke::before{content:""}.fa-lasso::before{content:""}.fa-slash::before{content:""}.fa-person-to-portal::before{content:""}.fa-portal-enter::before{content:""}.fa-calendar-star::before{content:""}.fa-computer-mouse::before{content:""}.fa-mouse::before{content:""}.fa-arrow-right-to-bracket::before{content:""}.fa-sign-in::before{content:""}.fa-pegasus::before{content:""}.fa-files-medical::before{content:""}.fa-nfc-lock::before{content:""}.fa-person-ski-lift::before{content:""}.fa-ski-lift::before{content:""}.fa-square-6::before{content:""}.fa-shop-slash::before{content:""}.fa-store-alt-slash::before{content:""}.fa-wind-turbine::before{content:""}.fa-sliders-simple::before{content:""}.fa-grid-round::before{content:""}.fa-badge-sheriff::before{content:""}.fa-server::before{content:""}.fa-virus-covid-slash::before{content:""}.fa-intersection::before{content:""}.fa-shop-lock::before{content:""}.fa-family::before{content:""}.fa-hourglass-start::before{content:""}.fa-hourglass-1::before{content:""}.fa-user-hair-buns::before{content:""}.fa-blender-phone::before{content:""}.fa-hourglass-clock::before{content:""}.fa-person-seat-reclined::before{content:""}.fa-paper-plane-top::before{content:""}.fa-paper-plane-alt::before{content:""}.fa-send::before{content:""}.fa-message-arrow-up::before{content:""}.fa-comment-alt-arrow-up::before{content:""}.fa-lightbulb-exclamation::before{content:""}.fa-layer-minus::before{content:""}.fa-layer-group-minus::before{content:""}.fa-chart-pie-simple-circle-currency::before{content:""}.fa-circle-e::before{content:""}.fa-building-wheat::before{content:""}.fa-gauge-max::before{content:""}.fa-tachometer-alt-fastest::before{content:""}.fa-person-breastfeeding::before{content:""}.fa-apostrophe::before{content:"\'"}.fa-fire-hydrant::before{content:""}.fa-right-to-bracket::before{content:""}.fa-sign-in-alt::before{content:""}.fa-video-plus::before{content:""}.fa-square-right::before{content:""}.fa-arrow-alt-square-right::before{content:""}.fa-comment-smile::before{content:""}.fa-venus::before{content:""}.fa-passport::before{content:""}.fa-inbox-in::before{content:""}.fa-inbox-arrow-down::before{content:""}.fa-heart-pulse::before{content:""}.fa-heartbeat::before{content:""}.fa-circle-8::before{content:""}.fa-clouds-moon::before{content:""}.fa-clock-ten-thirty::before{content:""}.fa-people-carry-box::before{content:""}.fa-people-carry::before{content:""}.fa-folder-user::before{content:""}.fa-trash-can-xmark::before{content:""}.fa-temperature-high::before{content:""}.fa-microchip::before{content:""}.fa-left-long-to-line::before{content:""}.fa-crown::before{content:""}.fa-weight-hanging::before{content:""}.fa-xmarks-lines::before{content:""}.fa-file-prescription::before{content:""}.fa-calendar-range::before{content:""}.fa-flower-daffodil::before{content:""}.fa-hand-back-point-up::before{content:""}.fa-weight-scale::before{content:""}.fa-weight::before{content:""}.fa-arrow-up-to-arc::before{content:""}.fa-star-exclamation::before{content:""}.fa-books::before{content:""}.fa-user-group::before{content:""}.fa-user-friends::before{content:""}.fa-arrow-up-a-z::before{content:""}.fa-sort-alpha-up::before{content:""}.fa-layer-plus::before{content:""}.fa-layer-group-plus::before{content:""}.fa-play-pause::before{content:""}.fa-block-question::before{content:""}.fa-snooze::before{content:""}.fa-zzz::before{content:""}.fa-scanner-image::before{content:""}.fa-tv-retro::before{content:""}.fa-square-t::before{content:""}.fa-farm::before{content:""}.fa-barn-silo::before{content:""}.fa-chess-knight::before{content:""}.fa-bars-sort::before{content:""}.fa-pallet-boxes::before{content:""}.fa-palette-boxes::before{content:""}.fa-pallet-alt::before{content:""}.fa-face-laugh-squint::before{content:""}.fa-laugh-squint::before{content:""}.fa-code-simple::before{content:""}.fa-bolt-slash::before{content:""}.fa-panel-fire::before{content:""}.fa-binary-circle-check::before{content:""}.fa-comment-minus::before{content:""}.fa-burrito::before{content:""}.fa-violin::before{content:""}.fa-objects-column::before{content:""}.fa-square-chevron-down::before{content:""}.fa-chevron-square-down::before{content:""}.fa-comment-plus::before{content:""}.fa-triangle-instrument::before{content:""}.fa-triangle-music::before{content:""}.fa-wheelchair::before{content:""}.fa-user-pilot-tie::before{content:""}.fa-piano-keyboard::before{content:""}.fa-bed-empty::before{content:""}.fa-circle-arrow-up::before{content:""}.fa-arrow-circle-up::before{content:""}.fa-toggle-on::before{content:""}.fa-rectangle-vertical::before{content:""}.fa-rectangle-portrait::before{content:""}.fa-person-walking::before{content:""}.fa-walking::before{content:""}.fa-l::before{content:"L"}.fa-signal-stream::before{content:""}.fa-down-to-bracket::before{content:""}.fa-circle-z::before{content:""}.fa-stars::before{content:""}.fa-fire::before{content:""}.fa-bed-pulse::before{content:""}.fa-procedures::before{content:""}.fa-house-day::before{content:""}.fa-shuttle-space::before{content:""}.fa-space-shuttle::before{content:""}.fa-shirt-long-sleeve::before{content:""}.fa-chart-pie-simple::before{content:""}.fa-chart-pie-alt::before{content:""}.fa-face-laugh::before{content:""}.fa-laugh::before{content:""}.fa-folder-open::before{content:""}.fa-album-collection-circle-user::before{content:""}.fa-candy::before{content:""}.fa-bowl-hot::before{content:""}.fa-soup::before{content:""}.fa-flatbread::before{content:""}.fa-heart-circle-plus::before{content:""}.fa-code-fork::before{content:""}.fa-city::before{content:""}.fa-signal-bars-weak::before{content:""}.fa-signal-alt-1::before{content:""}.fa-microphone-lines::before{content:""}.fa-microphone-alt::before{content:""}.fa-clock-twelve::before{content:""}.fa-pepper-hot::before{content:""}.fa-citrus-slice::before{content:""}.fa-sheep::before{content:""}.fa-unlock::before{content:""}.fa-colon-sign::before{content:""}.fa-headset::before{content:""}.fa-badger-honey::before{content:""}.fa-h4::before{content:""}.fa-store-slash::before{content:""}.fa-road-circle-xmark::before{content:""}.fa-signal-slash::before{content:""}.fa-user-minus::before{content:""}.fa-mars-stroke-up::before{content:""}.fa-mars-stroke-v::before{content:""}.fa-champagne-glasses::before{content:""}.fa-glass-cheers::before{content:""}.fa-taco::before{content:""}.fa-hexagon-plus::before{content:""}.fa-plus-hexagon::before{content:""}.fa-clipboard::before{content:""}.fa-house-circle-exclamation::before{content:""}.fa-file-arrow-up::before{content:""}.fa-file-upload::before{content:""}.fa-wifi::before{content:""}.fa-wifi-3::before{content:""}.fa-wifi-strong::before{content:""}.fa-messages::before{content:""}.fa-comments-alt::before{content:""}.fa-bath::before{content:""}.fa-bathtub::before{content:""}.fa-umbrella-simple::before{content:""}.fa-umbrella-alt::before{content:""}.fa-rectangle-history-circle-plus::before{content:""}.fa-underline::before{content:""}.fa-prescription-bottle-pill::before{content:""}.fa-user-pen::before{content:""}.fa-user-edit::before{content:""}.fa-binary-slash::before{content:""}.fa-square-o::before{content:""}.fa-signature::before{content:""}.fa-stroopwafel::before{content:""}.fa-bold::before{content:""}.fa-anchor-lock::before{content:""}.fa-building-ngo::before{content:""}.fa-transporter-3::before{content:""}.fa-engine-warning::before{content:""}.fa-engine-exclamation::before{content:""}.fa-circle-down-right::before{content:""}.fa-square-k::before{content:""}.fa-manat-sign::before{content:""}.fa-money-check-pen::before{content:""}.fa-money-check-edit::before{content:""}.fa-not-equal::before{content:""}.fa-border-top-left::before{content:""}.fa-border-style::before{content:""}.fa-map-location-dot::before{content:""}.fa-map-marked-alt::before{content:""}.fa-tilde::before{content:"\~"}.fa-jedi::before{content:""}.fa-square-poll-vertical::before{content:""}.fa-poll::before{content:""}.fa-arrow-down-square-triangle::before{content:""}.fa-sort-shapes-down-alt::before{content:""}.fa-mug-hot::before{content:""}.fa-dog-leashed::before{content:""}.fa-car-battery::before{content:""}.fa-battery-car::before{content:""}.fa-face-downcast-sweat::before{content:""}.fa-mailbox-flag-up::before{content:""}.fa-memo-circle-info::before{content:""}.fa-gift::before{content:""}.fa-dice-two::before{content:""}.fa-volume::before{content:""}.fa-volume-medium::before{content:""}.fa-transporter-5::before{content:""}.fa-gauge-circle-bolt::before{content:""}.fa-coin-front::before{content:""}.fa-file-slash::before{content:""}.fa-message-arrow-up-right::before{content:""}.fa-treasure-chest::before{content:""}.fa-chess-queen::before{content:""}.fa-paintbrush-fine::before{content:""}.fa-paint-brush-alt::before{content:""}.fa-paint-brush-fine::before{content:""}.fa-paintbrush-alt::before{content:""}.fa-glasses::before{content:""}.fa-hood-cloak::before{content:""}.fa-square-quote::before{content:""}.fa-up-left::before{content:""}.fa-bring-front::before{content:""}.fa-chess-board::before{content:""}.fa-burger-cheese::before{content:""}.fa-cheeseburger::before{content:""}.fa-building-circle-check::before{content:""}.fa-repeat-1::before{content:""}.fa-arrow-down-to-line::before{content:""}.fa-arrow-to-bottom::before{content:""}.fa-grid-5::before{content:""}.fa-swap-arrows::before{content:""}.fa-right-long-to-line::before{content:""}.fa-person-chalkboard::before{content:""}.fa-mars-stroke-right::before{content:""}.fa-mars-stroke-h::before{content:""}.fa-hand-back-fist::before{content:""}.fa-hand-rock::before{content:""}.fa-grid-round-5::before{content:""}.fa-tally::before{content:""}.fa-tally-5::before{content:""}.fa-square-caret-up::before{content:""}.fa-caret-square-up::before{content:""}.fa-cloud-showers-water::before{content:""}.fa-chart-bar::before{content:""}.fa-bar-chart::before{content:""}.fa-hands-bubbles::before{content:""}.fa-hands-wash::before{content:""}.fa-less-than-equal::before{content:""}.fa-train::before{content:""}.fa-up-from-dotted-line::before{content:""}.fa-eye-low-vision::before{content:""}.fa-low-vision::before{content:""}.fa-traffic-light-go::before{content:""}.fa-face-exhaling::before{content:""}.fa-sensor-fire::before{content:""}.fa-user-unlock::before{content:""}.fa-hexagon-divide::before{content:""}.fa-00::before{content:""}.fa-crow::before{content:""}.fa-cassette-betamax::before{content:""}.fa-betamax::before{content:""}.fa-sailboat::before{content:""}.fa-window-restore::before{content:""}.fa-nfc-magnifying-glass::before{content:""}.fa-file-binary::before{content:""}.fa-circle-v::before{content:""}.fa-square-plus::before{content:""}.fa-plus-square::before{content:""}.fa-bowl-scoops::before{content:""}.fa-mistletoe::before{content:""}.fa-custard::before{content:""}.fa-lacrosse-stick::before{content:""}.fa-hockey-mask::before{content:""}.fa-sunrise::before{content:""}.fa-subtitles::before{content:""}.fa-panel-ews::before{content:""}.fa-torii-gate::before{content:""}.fa-cloud-exclamation::before{content:""}.fa-message-lines::before{content:""}.fa-comment-alt-lines::before{content:""}.fa-frog::before{content:""}.fa-bucket::before{content:""}.fa-floppy-disk-pen::before{content:""}.fa-image::before{content:""}.fa-window-frame::before{content:""}.fa-microphone::before{content:""}.fa-cow::before{content:""}.fa-file-zip::before{content:""}.fa-square-ring::before{content:""}.fa-down-from-line::before{content:""}.fa-arrow-alt-from-top::before{content:""}.fa-caret-up::before{content:""}.fa-shield-xmark::before{content:""}.fa-shield-times::before{content:""}.fa-screwdriver::before{content:""}.fa-circle-sort-down::before{content:""}.fa-sort-circle-down::before{content:""}.fa-folder-closed::before{content:""}.fa-house-tsunami::before{content:""}.fa-square-nfi::before{content:""}.fa-forklift::before{content:""}.fa-arrow-up-from-ground-water::before{content:""}.fa-bracket-square-right::before{content:"\]"}.fa-martini-glass::before{content:""}.fa-glass-martini-alt::before{content:""}.fa-rotate-left::before{content:""}.fa-rotate-back::before{content:""}.fa-rotate-backward::before{content:""}.fa-undo-alt::before{content:""}.fa-table-columns::before{content:""}.fa-columns::before{content:""}.fa-square-a::before{content:""}.fa-tick::before{content:""}.fa-lemon::before{content:""}.fa-head-side-mask::before{content:""}.fa-handshake::before{content:""}.fa-gem::before{content:""}.fa-dolly::before{content:""}.fa-dolly-box::before{content:""}.fa-smoking::before{content:""}.fa-minimize::before{content:""}.fa-compress-arrows-alt::before{content:""}.fa-refrigerator::before{content:""}.fa-monument::before{content:""}.fa-octagon-xmark::before{content:""}.fa-times-octagon::before{content:""}.fa-xmark-octagon::before{content:""}.fa-align-slash::before{content:""}.fa-snowplow::before{content:""}.fa-angles-right::before{content:""}.fa-angle-double-right::before{content:""}.fa-truck-ramp-couch::before{content:""}.fa-truck-couch::before{content:""}.fa-cannabis::before{content:""}.fa-circle-play::before{content:""}.fa-play-circle::before{content:""}.fa-arrow-up-right-and-arrow-down-left-from-center::before{content:""}.fa-tablets::before{content:""}.fa-360-degrees::before{content:""}.fa-ethernet::before{content:""}.fa-euro-sign::before{content:""}.fa-eur::before{content:""}.fa-euro::before{content:""}.fa-chair::before{content:""}.fa-circle-check::before{content:""}.fa-check-circle::before{content:""}.fa-square-dashed-circle-plus::before{content:""}.fa-money-simple-from-bracket::before{content:""}.fa-bat::before{content:""}.fa-circle-stop::before{content:""}.fa-stop-circle::before{content:""}.fa-head-side-headphones::before{content:""}.fa-phone-rotary::before{content:""}.fa-compass-drafting::before{content:""}.fa-drafting-compass::before{content:""}.fa-plate-wheat::before{content:""}.fa-calendar-circle-minus::before{content:""}.fa-chopsticks::before{content:""}.fa-car-wrench::before{content:""}.fa-car-mechanic::before{content:""}.fa-icicles::before{content:""}.fa-person-shelter::before{content:""}.fa-neuter::before{content:""}.fa-id-badge::before{content:""}.fa-kazoo::before{content:""}.fa-marker::before{content:""}.fa-bin-bottles::before{content:""}.fa-face-laugh-beam::before{content:""}.fa-laugh-beam::before{content:""}.fa-square-arrow-down-left::before{content:""}.fa-battery-bolt::before{content:""}.fa-tree-large::before{content:""}.fa-helicopter-symbol::before{content:""}.fa-aperture::before{content:""}.fa-universal-access::before{content:""}.fa-gear-complex::before{content:""}.fa-file-magnifying-glass::before{content:""}.fa-file-search::before{content:""}.fa-up-right::before{content:""}.fa-circle-chevron-up::before{content:""}.fa-chevron-circle-up::before{content:""}.fa-user-police::before{content:""}.fa-lari-sign::before{content:""}.fa-volcano::before{content:""}.fa-teddy-bear::before{content:""}.fa-stocking::before{content:""}.fa-person-walking-dashed-line-arrow-right::before{content:""}.fa-image-slash::before{content:""}.fa-mask-snorkel::before{content:""}.fa-smoke::before{content:""}.fa-sterling-sign::before{content:""}.fa-gbp::before{content:""}.fa-pound-sign::before{content:""}.fa-battery-exclamation::before{content:""}.fa-viruses::before{content:""}.fa-square-person-confined::before{content:""}.fa-user-tie::before{content:""}.fa-arrow-down-long::before{content:""}.fa-long-arrow-down::before{content:""}.fa-tent-arrow-down-to-line::before{content:""}.fa-certificate::before{content:""}.fa-crystal-ball::before{content:""}.fa-reply-all::before{content:""}.fa-mail-reply-all::before{content:""}.fa-suitcase::before{content:""}.fa-person-skating::before{content:""}.fa-skating::before{content:""}.fa-star-shooting::before{content:""}.fa-binary-lock::before{content:""}.fa-filter-circle-dollar::before{content:""}.fa-funnel-dollar::before{content:""}.fa-camera-retro::before{content:""}.fa-circle-arrow-down::before{content:""}.fa-arrow-circle-down::before{content:""}.fa-comment-pen::before{content:""}.fa-comment-edit::before{content:""}.fa-file-import::before{content:""}.fa-arrow-right-to-file::before{content:""}.fa-banjo::before{content:""}.fa-square-arrow-up-right::before{content:""}.fa-external-link-square::before{content:""}.fa-light-emergency-on::before{content:""}.fa-kerning::before{content:""}.fa-box-open::before{content:""}.fa-square-f::before{content:""}.fa-scroll::before{content:""}.fa-spa::before{content:""}.fa-arrow-left-from-line::before{content:""}.fa-arrow-from-right::before{content:""}.fa-strawberry::before{content:""}.fa-location-pin-lock::before{content:""}.fa-pause::before{content:""}.fa-clock-eight-thirty::before{content:""}.fa-plane-engines::before{content:""}.fa-plane-alt::before{content:""}.fa-hill-avalanche::before{content:""}.fa-temperature-empty::before{content:""}.fa-temperature-0::before{content:""}.fa-thermometer-0::before{content:""}.fa-thermometer-empty::before{content:""}.fa-bomb::before{content:""}.fa-gauge-low::before{content:""}.fa-tachometer-alt-slow::before{content:""}.fa-registered::before{content:""}.fa-trash-can-plus::before{content:""}.fa-address-card::before{content:""}.fa-contact-card::before{content:""}.fa-vcard::before{content:""}.fa-scale-unbalanced-flip::before{content:""}.fa-balance-scale-right::before{content:""}.fa-globe-snow::before{content:""}.fa-subscript::before{content:""}.fa-diamond-turn-right::before{content:""}.fa-directions::before{content:""}.fa-integral::before{content:""}.fa-burst::before{content:""}.fa-house-laptop::before{content:""}.fa-laptop-house::before{content:""}.fa-face-tired::before{content:""}.fa-tired::before{content:""}.fa-money-bills::before{content:""}.fa-blinds-raised::before{content:""}.fa-smog::before{content:""}.fa-ufo-beam::before{content:""}.fa-circle-caret-up::before{content:""}.fa-caret-circle-up::before{content:""}.fa-user-vneck-hair-long::before{content:""}.fa-square-a-lock::before{content:""}.fa-crutch::before{content:""}.fa-gas-pump-slash::before{content:""}.fa-cloud-arrow-up::before{content:""}.fa-cloud-upload::before{content:""}.fa-cloud-upload-alt::before{content:""}.fa-palette::before{content:""}.fa-transporter-4::before{content:""}.fa-chart-mixed-up-circle-currency::before{content:""}.fa-objects-align-right::before{content:""}.fa-arrows-turn-right::before{content:""}.fa-vest::before{content:""}.fa-pig::before{content:""}.fa-inbox-full::before{content:""}.fa-circle-envelope::before{content:""}.fa-envelope-circle::before{content:""}.fa-triangle-person-digging::before{content:""}.fa-construction::before{content:""}.fa-ferry::before{content:""}.fa-bullseye-arrow::before{content:""}.fa-arrows-down-to-people::before{content:""}.fa-seedling::before{content:""}.fa-sprout::before{content:""}.fa-clock-seven::before{content:""}.fa-left-right::before{content:""}.fa-arrows-alt-h::before{content:""}.fa-boxes-packing::before{content:""}.fa-circle-arrow-left::before{content:""}.fa-arrow-circle-left::before{content:""}.fa-flashlight::before{content:""}.fa-group-arrows-rotate::before{content:""}.fa-bowl-food::before{content:""}.fa-square-9::before{content:""}.fa-candy-cane::before{content:""}.fa-arrow-down-wide-short::before{content:""}.fa-sort-amount-asc::before{content:""}.fa-sort-amount-down::before{content:""}.fa-square-dollar::before{content:""}.fa-dollar-square::before{content:""}.fa-usd-square::before{content:""}.fa-phone-arrow-right::before{content:""}.fa-hand-holding-seedling::before{content:""}.fa-message-check::before{content:""}.fa-comment-alt-check::before{content:""}.fa-cloud-bolt::before{content:""}.fa-thunderstorm::before{content:""}.fa-chart-line-up-down::before{content:""}.fa-text-slash::before{content:""}.fa-remove-format::before{content:""}.fa-watch::before{content:""}.fa-circle-down-left::before{content:""}.fa-text::before{content:""}.fa-projector::before{content:""}.fa-face-smile-wink::before{content:""}.fa-smile-wink::before{content:""}.fa-tombstone-blank::before{content:""}.fa-tombstone-alt::before{content:""}.fa-chess-king-piece::before{content:""}.fa-chess-king-alt::before{content:""}.fa-circle-6::before{content:""}.fa-left::before{content:""}.fa-arrow-alt-left::before{content:""}.fa-file-word::before{content:""}.fa-file-powerpoint::before{content:""}.fa-square-down::before{content:""}.fa-arrow-alt-square-down::before{content:""}.fa-objects-align-center-vertical::before{content:""}.fa-arrows-left-right::before{content:""}.fa-arrows-h::before{content:""}.fa-house-lock::before{content:""}.fa-cloud-arrow-down::before{content:""}.fa-cloud-download::before{content:""}.fa-cloud-download-alt::before{content:""}.fa-wreath::before{content:""}.fa-children::before{content:""}.fa-meter-droplet::before{content:""}.fa-chalkboard::before{content:""}.fa-blackboard::before{content:""}.fa-user-large-slash::before{content:""}.fa-user-alt-slash::before{content:""}.fa-signal-strong::before{content:""}.fa-signal-4::before{content:""}.fa-lollipop::before{content:""}.fa-lollypop::before{content:""}.fa-list-tree::before{content:""}.fa-envelope-open::before{content:""}.fa-draw-circle::before{content:""}.fa-cat-space::before{content:""}.fa-handshake-simple-slash::before{content:""}.fa-handshake-alt-slash::before{content:""}.fa-rabbit-running::before{content:""}.fa-rabbit-fast::before{content:""}.fa-memo-pad::before{content:""}.fa-mattress-pillow::before{content:""}.fa-alarm-plus::before{content:""}.fa-alicorn::before{content:""}.fa-comment-question::before{content:""}.fa-gingerbread-man::before{content:""}.fa-guarani-sign::before{content:""}.fa-burger-fries::before{content:""}.fa-mug-tea::before{content:""}.fa-border-top::before{content:""}.fa-arrows-rotate::before{content:""}.fa-refresh::before{content:""}.fa-sync::before{content:""}.fa-circle-book-open::before{content:""}.fa-book-circle::before{content:""}.fa-arrows-to-dotted-line::before{content:""}.fa-fire-extinguisher::before{content:""}.fa-garage-open::before{content:""}.fa-shelves-empty::before{content:""}.fa-cruzeiro-sign::before{content:""}.fa-watch-apple::before{content:""}.fa-watch-calculator::before{content:""}.fa-list-dropdown::before{content:""}.fa-cabinet-filing::before{content:""}.fa-burger-soda::before{content:""}.fa-square-arrow-up::before{content:""}.fa-arrow-square-up::before{content:""}.fa-greater-than-equal::before{content:""}.fa-pallet-box::before{content:""}.fa-face-confounded::before{content:""}.fa-shield-halved::before{content:""}.fa-shield-alt::before{content:""}.fa-truck-plow::before{content:""}.fa-book-atlas::before{content:""}.fa-atlas::before{content:""}.fa-virus::before{content:""}.fa-grid-round-2::before{content:""}.fa-comment-middle-top::before{content:""}.fa-envelope-circle-check::before{content:""}.fa-layer-group::before{content:""}.fa-restroom-simple::before{content:""}.fa-arrows-to-dot::before{content:""}.fa-border-outer::before{content:""}.fa-hashtag-lock::before{content:""}.fa-clock-two-thirty::before{content:""}.fa-archway::before{content:""}.fa-heart-circle-check::before{content:""}.fa-house-chimney-crack::before{content:""}.fa-house-damage::before{content:""}.fa-file-zipper::before{content:""}.fa-file-archive::before{content:""}.fa-heart-half::before{content:""}.fa-comment-check::before{content:""}.fa-square::before{content:""}.fa-memo::before{content:""}.fa-martini-glass-empty::before{content:""}.fa-glass-martini::before{content:""}.fa-couch::before{content:""}.fa-cedi-sign::before{content:""}.fa-italic::before{content:""}.fa-glass-citrus::before{content:""}.fa-calendar-lines-pen::before{content:""}.fa-church::before{content:""}.fa-person-snowmobiling::before{content:""}.fa-snowmobile::before{content:""}.fa-face-hushed::before{content:""}.fa-comments-dollar::before{content:""}.fa-pickaxe::before{content:""}.fa-link-simple-slash::before{content:""}.fa-democrat::before{content:""}.fa-face-confused::before{content:""}.fa-pinball::before{content:""}.fa-z::before{content:"Z"}.fa-person-skiing::before{content:""}.fa-skiing::before{content:""}.fa-deer::before{content:""}.fa-input-pipe::before{content:""}.fa-road-lock::before{content:""}.fa-a::before{content:"A"}.fa-bookmark-slash::before{content:""}.fa-temperature-arrow-down::before{content:""}.fa-temperature-down::before{content:""}.fa-mace::before{content:""}.fa-feather-pointed::before{content:""}.fa-feather-alt::before{content:""}.fa-sausage::before{content:""}.fa-trash-can-clock::before{content:""}.fa-p::before{content:"P"}.fa-broom-wide::before{content:""}.fa-snowflake::before{content:""}.fa-stomach::before{content:""}.fa-newspaper::before{content:""}.fa-rectangle-ad::before{content:""}.fa-ad::before{content:""}.fa-guitar-electric::before{content:""}.fa-arrow-turn-down-right::before{content:""}.fa-moon-cloud::before{content:""}.fa-bread-slice-butter::before{content:""}.fa-circle-arrow-right::before{content:""}.fa-arrow-circle-right::before{content:""}.fa-user-group-crown::before{content:""}.fa-users-crown::before{content:""}.fa-circle-i::before{content:""}.fa-toilet-paper-check::before{content:""}.fa-filter-circle-xmark::before{content:""}.fa-locust::before{content:""}.fa-sort::before{content:""}.fa-unsorted::before{content:""}.fa-list-ol::before{content:""}.fa-list-1-2::before{content:""}.fa-list-numeric::before{content:""}.fa-chart-waterfall::before{content:""}.fa-sparkle::before{content:""}.fa-face-party::before{content:""}.fa-kidneys::before{content:""}.fa-wifi-exclamation::before{content:""}.fa-chart-network::before{content:""}.fa-person-dress-burst::before{content:""}.fa-dice-d4::before{content:""}.fa-money-check-dollar::before{content:""}.fa-money-check-alt::before{content:""}.fa-vector-square::before{content:""}.fa-bread-slice::before{content:""}.fa-language::before{content:""}.fa-wheat-awn-slash::before{content:""}.fa-face-kiss-wink-heart::before{content:""}.fa-kiss-wink-heart::before{content:""}.fa-dagger::before{content:""}.fa-podium::before{content:""}.fa-memo-circle-check::before{content:""}.fa-route-highway::before{content:""}.fa-down-to-line::before{content:""}.fa-arrow-alt-to-bottom::before{content:""}.fa-filter::before{content:""}.fa-square-g::before{content:""}.fa-circle-phone::before{content:""}.fa-phone-circle::before{content:""}.fa-clipboard-prescription::before{content:""}.fa-user-nurse-hair::before{content:""}.fa-question::before{content:"\?"}.fa-file-signature::before{content:""}.fa-toggle-large-on::before{content:""}.fa-up-down-left-right::before{content:""}.fa-arrows-alt::before{content:""}.fa-dryer-heat::before{content:""}.fa-dryer-alt::before{content:""}.fa-house-chimney-user::before{content:""}.fa-hand-holding-heart::before{content:""}.fa-arrow-up-small-big::before{content:""}.fa-sort-size-up-alt::before{content:""}.fa-train-track::before{content:""}.fa-puzzle-piece::before{content:""}.fa-money-check::before{content:""}.fa-star-half-stroke::before{content:""}.fa-star-half-alt::before{content:""}.fa-file-exclamation::before{content:""}.fa-code::before{content:""}.fa-whiskey-glass::before{content:""}.fa-glass-whiskey::before{content:""}.fa-moon-stars::before{content:""}.fa-building-circle-exclamation::before{content:""}.fa-clothes-hanger::before{content:""}.fa-mobile-notch::before{content:""}.fa-mobile-iphone::before{content:""}.fa-magnifying-glass-chart::before{content:""}.fa-arrow-up-right-from-square::before{content:""}.fa-external-link::before{content:""}.fa-cubes-stacked::before{content:""}.fa-images-user::before{content:""}.fa-won-sign::before{content:""}.fa-krw::before{content:""}.fa-won::before{content:""}.fa-image-polaroid-user::before{content:""}.fa-virus-covid::before{content:""}.fa-square-ellipsis::before{content:""}.fa-pie::before{content:""}.fa-chess-knight-piece::before{content:""}.fa-chess-knight-alt::before{content:""}.fa-austral-sign::before{content:""}.fa-cloud-plus::before{content:""}.fa-f::before{content:"F"}.fa-leaf::before{content:""}.fa-bed-bunk::before{content:""}.fa-road::before{content:""}.fa-taxi::before{content:""}.fa-cab::before{content:""}.fa-person-circle-plus::before{content:""}.fa-chart-pie::before{content:""}.fa-pie-chart::before{content:""}.fa-bolt-lightning::before{content:""}.fa-clock-eight::before{content:""}.fa-sack-xmark::before{content:""}.fa-file-excel::before{content:""}.fa-file-contract::before{content:""}.fa-fish-fins::before{content:""}.fa-circle-q::before{content:""}.fa-building-flag::before{content:""}.fa-face-grin-beam::before{content:""}.fa-grin-beam::before{content:""}.fa-object-ungroup::before{content:""}.fa-face-disguise::before{content:""}.fa-circle-arrow-down-right::before{content:""}.fa-alien-8bit::before{content:""}.fa-alien-monster::before{content:""}.fa-hand-point-ribbon::before{content:""}.fa-poop::before{content:""}.fa-object-exclude::before{content:""}.fa-telescope::before{content:""}.fa-location-pin::before{content:""}.fa-map-marker::before{content:""}.fa-square-list::before{content:""}.fa-kaaba::before{content:""}.fa-toilet-paper::before{content:""}.fa-helmet-safety::before{content:""}.fa-hard-hat::before{content:""}.fa-hat-hard::before{content:""}.fa-comment-code::before{content:""}.fa-sim-cards::before{content:""}.fa-starship::before{content:""}.fa-eject::before{content:""}.fa-circle-right::before{content:""}.fa-arrow-alt-circle-right::before{content:""}.fa-plane-circle-check::before{content:""}.fa-seal::before{content:""}.fa-user-cowboy::before{content:""}.fa-hexagon-vertical-nft::before{content:""}.fa-face-rolling-eyes::before{content:""}.fa-meh-rolling-eyes::before{content:""}.fa-bread-loaf::before{content:""}.fa-rings-wedding::before{content:""}.fa-object-group::before{content:""}.fa-french-fries::before{content:""}.fa-chart-line::before{content:""}.fa-line-chart::before{content:""}.fa-calendar-arrow-down::before{content:""}.fa-calendar-download::before{content:""}.fa-send-back::before{content:""}.fa-mask-ventilator::before{content:""}.fa-signature-lock::before{content:""}.fa-arrow-right::before{content:""}.fa-signs-post::before{content:""}.fa-map-signs::before{content:""}.fa-octagon-plus::before{content:""}.fa-plus-octagon::before{content:""}.fa-cash-register::before{content:""}.fa-person-circle-question::before{content:""}.fa-melon-slice::before{content:""}.fa-space-station-moon::before{content:""}.fa-message-smile::before{content:""}.fa-comment-alt-smile::before{content:""}.fa-cup-straw::before{content:""}.fa-left-from-line::before{content:""}.fa-arrow-alt-from-right::before{content:""}.fa-h::before{content:"H"}.fa-basket-shopping-simple::before{content:""}.fa-shopping-basket-alt::before{content:""}.fa-hands-holding-heart::before{content:""}.fa-hands-heart::before{content:""}.fa-clock-nine::before{content:""}.fa-tarp::before{content:""}.fa-face-sleepy::before{content:""}.fa-hand-horns::before{content:""}.fa-screwdriver-wrench::before{content:""}.fa-tools::before{content:""}.fa-arrows-to-eye::before{content:""}.fa-circle-three-quarters::before{content:""}.fa-trophy-star::before{content:""}.fa-trophy-alt::before{content:""}.fa-plug-circle-bolt::before{content:""}.fa-face-thermometer::before{content:""}.fa-grid-round-4::before{content:""}.fa-shirt-running::before{content:""}.fa-book-circle-arrow-up::before{content:""}.fa-face-nauseated::before{content:""}.fa-heart::before{content:""}.fa-file-chart-pie::before{content:""}.fa-mars-and-venus::before{content:""}.fa-house-user::before{content:""}.fa-home-user::before{content:""}.fa-circle-arrow-down-left::before{content:""}.fa-dumpster-fire::before{content:""}.fa-hexagon-minus::before{content:""}.fa-minus-hexagon::before{content:""}.fa-left-to-line::before{content:""}.fa-arrow-alt-to-left::before{content:""}.fa-house-crack::before{content:""}.fa-paw-simple::before{content:""}.fa-paw-alt::before{content:""}.fa-arrow-left-long-to-line::before{content:""}.fa-brackets-round::before{content:""}.fa-parentheses::before{content:""}.fa-martini-glass-citrus::before{content:""}.fa-cocktail::before{content:""}.fa-user-shakespeare::before{content:""}.fa-arrow-right-to-arc::before{content:""}.fa-face-surprise::before{content:""}.fa-surprise::before{content:""}.fa-bottle-water::before{content:""}.fa-circle-pause::before{content:""}.fa-pause-circle::before{content:""}.fa-gauge-circle-plus::before{content:""}.fa-folders::before{content:""}.fa-angel::before{content:""}.fa-value-absolute::before{content:""}.fa-rabbit::before{content:""}.fa-toilet-paper-slash::before{content:""}.fa-circle-euro::before{content:""}.fa-apple-whole::before{content:""}.fa-apple-alt::before{content:""}.fa-kitchen-set::before{content:""}.fa-diamond-half::before{content:""}.fa-lock-keyhole::before{content:""}.fa-lock-alt::before{content:""}.fa-r::before{content:"R"}.fa-temperature-quarter::before{content:""}.fa-temperature-1::before{content:""}.fa-thermometer-1::before{content:""}.fa-thermometer-quarter::before{content:""}.fa-square-info::before{content:""}.fa-info-square::before{content:""}.fa-wifi-slash::before{content:""}.fa-toilet-paper-xmark::before{content:""}.fa-hands-holding-dollar::before{content:""}.fa-hands-usd::before{content:""}.fa-cube::before{content:""}.fa-arrow-down-triangle-square::before{content:""}.fa-sort-shapes-down::before{content:""}.fa-bitcoin-sign::before{content:""}.fa-shutters::before{content:""}.fa-shield-dog::before{content:""}.fa-solar-panel::before{content:""}.fa-lock-open::before{content:""}.fa-table-tree::before{content:""}.fa-house-chimney-heart::before{content:""}.fa-tally-3::before{content:""}.fa-elevator::before{content:""}.fa-money-bill-transfer::before{content:""}.fa-money-bill-trend-up::before{content:""}.fa-house-flood-water-circle-arrow-right::before{content:""}.fa-square-poll-horizontal::before{content:""}.fa-poll-h::before{content:""}.fa-circle::before{content:""}.fa-cart-circle-exclamation::before{content:""}.fa-sword::before{content:""}.fa-backward-fast::before{content:""}.fa-fast-backward::before{content:""}.fa-recycle::before{content:""}.fa-user-astronaut::before{content:""}.fa-interrobang::before{content:""}.fa-plane-slash::before{content:""}.fa-circle-dashed::before{content:""}.fa-trademark::before{content:""}.fa-basketball::before{content:""}.fa-basketball-ball::before{content:""}.fa-fork-knife::before{content:""}.fa-utensils-alt::before{content:""}.fa-satellite-dish::before{content:""}.fa-badge-check::before{content:""}.fa-circle-up::before{content:""}.fa-arrow-alt-circle-up::before{content:""}.fa-slider::before{content:""}.fa-mobile-screen-button::before{content:""}.fa-mobile-alt::before{content:""}.fa-clock-one-thirty::before{content:""}.fa-inbox-out::before{content:""}.fa-inbox-arrow-up::before{content:""}.fa-cloud-slash::before{content:""}.fa-volume-high::before{content:""}.fa-volume-up::before{content:""}.fa-users-rays::before{content:""}.fa-wallet::before{content:""}.fa-octagon-check::before{content:""}.fa-flatbread-stuffed::before{content:""}.fa-clipboard-check::before{content:""}.fa-cart-circle-plus::before{content:""}.fa-truck-clock::before{content:""}.fa-shipping-timed::before{content:""}.fa-pool-8-ball::before{content:""}.fa-file-audio::before{content:""}.fa-turn-down-left::before{content:""}.fa-lock-hashtag::before{content:""}.fa-chart-radar::before{content:""}.fa-staff::before{content:""}.fa-burger::before{content:""}.fa-hamburger::before{content:""}.fa-utility-pole::before{content:""}.fa-transporter-6::before{content:""}.fa-wrench::before{content:""}.fa-bugs::before{content:""}.fa-vector-polygon::before{content:""}.fa-diagram-nested::before{content:""}.fa-rupee-sign::before{content:""}.fa-rupee::before{content:""}.fa-file-image::before{content:""}.fa-circle-question::before{content:""}.fa-question-circle::before{content:""}.fa-image-user::before{content:""}.fa-buoy::before{content:""}.fa-plane-departure::before{content:""}.fa-handshake-slash::before{content:""}.fa-book-bookmark::before{content:""}.fa-border-center-h::before{content:""}.fa-can-food::before{content:""}.fa-typewriter::before{content:""}.fa-arrow-right-from-arc::before{content:""}.fa-circle-k::before{content:""}.fa-face-hand-over-mouth::before{content:""}.fa-popcorn::before{content:""}.fa-house-water::before{content:""}.fa-house-flood::before{content:""}.fa-object-subtract::before{content:""}.fa-code-branch::before{content:""}.fa-warehouse-full::before{content:""}.fa-warehouse-alt::before{content:""}.fa-hat-cowboy::before{content:""}.fa-bridge::before{content:""}.fa-phone-flip::before{content:""}.fa-phone-alt::before{content:""}.fa-arrow-down-from-dotted-line::before{content:""}.fa-file-doc::before{content:""}.fa-square-quarters::before{content:""}.fa-truck-front::before{content:""}.fa-cat::before{content:""}.fa-trash-xmark::before{content:""}.fa-circle-caret-left::before{content:""}.fa-caret-circle-left::before{content:""}.fa-files::before{content:""}.fa-anchor-circle-exclamation::before{content:""}.fa-face-clouds::before{content:""}.fa-user-crown::before{content:""}.fa-truck-field::before{content:""}.fa-route::before{content:""}.fa-cart-circle-check::before{content:""}.fa-clipboard-question::before{content:""}.fa-panorama::before{content:""}.fa-comment-medical::before{content:""}.fa-teeth-open::before{content:""}.fa-user-tie-hair-long::before{content:""}.fa-file-circle-minus::before{content:""}.fa-head-side-medical::before{content:""}.fa-tags::before{content:""}.fa-wine-glass::before{content:""}.fa-forward-fast::before{content:""}.fa-fast-forward::before{content:""}.fa-face-meh-blank::before{content:""}.fa-meh-blank::before{content:""}.fa-user-robot::before{content:""}.fa-square-parking::before{content:""}.fa-parking::before{content:""}.fa-card-diamond::before{content:""}.fa-face-zipper::before{content:""}.fa-face-raised-eyebrow::before{content:""}.fa-house-signal::before{content:""}.fa-square-chevron-up::before{content:""}.fa-chevron-square-up::before{content:""}.fa-bars-progress::before{content:""}.fa-tasks-alt::before{content:""}.fa-faucet-drip::before{content:""}.fa-arrows-to-line::before{content:""}.fa-dolphin::before{content:""}.fa-arrow-up-right::before{content:""}.fa-circle-r::before{content:""}.fa-cart-flatbed::before{content:""}.fa-dolly-flatbed::before{content:""}.fa-ban-smoking::before{content:""}.fa-smoking-ban::before{content:""}.fa-circle-sort-up::before{content:""}.fa-sort-circle-up::before{content:""}.fa-terminal::before{content:""}.fa-mobile-button::before{content:""}.fa-house-medical-flag::before{content:""}.fa-basket-shopping::before{content:""}.fa-shopping-basket::before{content:""}.fa-tape::before{content:""}.fa-chestnut::before{content:""}.fa-bus-simple::before{content:""}.fa-bus-alt::before{content:""}.fa-eye::before{content:""}.fa-face-sad-cry::before{content:""}.fa-sad-cry::before{content:""}.fa-heat::before{content:""}.fa-ticket-airline::before{content:""}.fa-boot-heeled::before{content:""}.fa-arrows-minimize::before{content:""}.fa-compress-arrows::before{content:""}.fa-audio-description::before{content:""}.fa-person-military-to-person::before{content:""}.fa-file-shield::before{content:""}.fa-hexagon::before{content:""}.fa-manhole::before{content:""}.fa-user-slash::before{content:""}.fa-pen::before{content:""}.fa-tower-observation::before{content:""}.fa-floppy-disks::before{content:""}.fa-toilet-paper-blank-under::before{content:""}.fa-toilet-paper-reverse-alt::before{content:""}.fa-file-code::before{content:""}.fa-signal::before{content:""}.fa-signal-5::before{content:""}.fa-signal-perfect::before{content:""}.fa-pump::before{content:""}.fa-bus::before{content:""}.fa-heart-circle-xmark::before{content:""}.fa-arrow-up-left-from-circle::before{content:""}.fa-house-chimney::before{content:""}.fa-home-lg::before{content:""}.fa-window-maximize::before{content:""}.fa-dryer::before{content:""}.fa-face-frown::before{content:""}.fa-frown::before{content:""}.fa-chess-bishop-piece::before{content:""}.fa-chess-bishop-alt::before{content:""}.fa-shirt-tank-top::before{content:""}.fa-diploma::before{content:""}.fa-scroll-ribbon::before{content:""}.fa-screencast::before{content:""}.fa-walker::before{content:""}.fa-prescription::before{content:""}.fa-shop::before{content:""}.fa-store-alt::before{content:""}.fa-floppy-disk::before{content:""}.fa-save::before{content:""}.fa-vihara::before{content:""}.fa-face-kiss-closed-eyes::before{content:""}.fa-scale-unbalanced::before{content:""}.fa-balance-scale-left::before{content:""}.fa-file-user::before{content:""}.fa-user-police-tie::before{content:""}.fa-face-tongue-money::before{content:""}.fa-tennis-ball::before{content:""}.fa-square-l::before{content:""}.fa-sort-up::before{content:""}.fa-sort-asc::before{content:""}.fa-calendar-arrow-up::before{content:""}.fa-calendar-upload::before{content:""}.fa-comment-dots::before{content:""}.fa-commenting::before{content:""}.fa-plant-wilt::before{content:""}.fa-scarf::before{content:""}.fa-album-circle-plus::before{content:""}.fa-user-nurse-hair-long::before{content:""}.fa-diamond::before{content:""}.fa-square-left::before{content:""}.fa-arrow-alt-square-left::before{content:""}.fa-face-grin-squint::before{content:""}.fa-grin-squint::before{content:""}.fa-circle-ellipsis-vertical::before{content:""}.fa-hand-holding-dollar::before{content:""}.fa-hand-holding-usd::before{content:""}.fa-grid-dividers::before{content:""}.fa-bacterium::before{content:""}.fa-hand-pointer::before{content:""}.fa-drum-steelpan::before{content:""}.fa-hand-scissors::before{content:""}.fa-hands-praying::before{content:""}.fa-praying-hands::before{content:""}.fa-face-pensive::before{content:""}.fa-user-music::before{content:""}.fa-arrow-rotate-right::before{content:""}.fa-arrow-right-rotate::before{content:""}.fa-arrow-rotate-forward::before{content:""}.fa-redo::before{content:""}.fa-messages-dollar::before{content:""}.fa-comments-alt-dollar::before{content:""}.fa-sensor-on::before{content:""}.fa-balloon::before{content:""}.fa-biohazard::before{content:""}.fa-chess-queen-piece::before{content:""}.fa-chess-queen-alt::before{content:""}.fa-location-crosshairs::before{content:""}.fa-location::before{content:""}.fa-mars-double::before{content:""}.fa-house-person-leave::before{content:""}.fa-house-leave::before{content:""}.fa-house-person-depart::before{content:""}.fa-ruler-triangle::before{content:""}.fa-card-club::before{content:""}.fa-child-dress::before{content:""}.fa-users-between-lines::before{content:""}.fa-lungs-virus::before{content:""}.fa-spinner-third::before{content:""}.fa-face-grin-tears::before{content:""}.fa-grin-tears::before{content:""}.fa-phone::before{content:""}.fa-computer-mouse-scrollwheel::before{content:""}.fa-mouse-alt::before{content:""}.fa-calendar-xmark::before{content:""}.fa-calendar-times::before{content:""}.fa-child-reaching::before{content:""}.fa-table-layout::before{content:""}.fa-narwhal::before{content:""}.fa-ramp-loading::before{content:""}.fa-calendar-circle-plus::before{content:""}.fa-toothbrush::before{content:""}.fa-border-inner::before{content:""}.fa-paw-claws::before{content:""}.fa-kiwi-fruit::before{content:""}.fa-traffic-light-slow::before{content:""}.fa-rectangle-code::before{content:""}.fa-head-side-virus::before{content:""}.fa-keyboard-brightness::before{content:""}.fa-books-medical::before{content:""}.fa-lightbulb-slash::before{content:""}.fa-house-blank::before{content:""}.fa-home-blank::before{content:""}.fa-square-5::before{content:""}.fa-square-heart::before{content:""}.fa-heart-square::before{content:""}.fa-puzzle::before{content:""}.fa-user-gear::before{content:""}.fa-user-cog::before{content:""}.fa-pipe-circle-check::before{content:""}.fa-arrow-up-1-9::before{content:""}.fa-sort-numeric-up::before{content:""}.fa-octagon-exclamation::before{content:""}.fa-dial-low::before{content:""}.fa-door-closed::before{content:""}.fa-laptop-mobile::before{content:""}.fa-phone-laptop::before{content:""}.fa-conveyor-belt-boxes::before{content:""}.fa-conveyor-belt-alt::before{content:""}.fa-shield-virus::before{content:""}.fa-starfighter-twin-ion-engine-advanced::before{content:""}.fa-starfighter-alt-advanced::before{content:""}.fa-dice-six::before{content:""}.fa-starfighter-twin-ion-engine::before{content:""}.fa-starfighter-alt::before{content:""}.fa-rocket-launch::before{content:""}.fa-mosquito-net::before{content:""}.fa-vent-damper::before{content:""}.fa-bridge-water::before{content:""}.fa-ban-bug::before{content:""}.fa-debug::before{content:""}.fa-person-booth::before{content:""}.fa-text-width::before{content:""}.fa-garage-car::before{content:""}.fa-square-kanban::before{content:""}.fa-hat-wizard::before{content:""}.fa-pen-fancy::before{content:""}.fa-coffee-pot::before{content:""}.fa-mouse-field::before{content:""}.fa-person-digging::before{content:""}.fa-digging::before{content:""}.fa-shower-down::before{content:""}.fa-shower-alt::before{content:""}.fa-box-circle-check::before{content:""}.fa-brightness::before{content:""}.fa-car-side-bolt::before{content:""}.fa-ornament::before{content:""}.fa-phone-arrow-down-left::before{content:""}.fa-phone-arrow-down::before{content:""}.fa-phone-incoming::before{content:""}.fa-cloud-word::before{content:""}.fa-hand-fingers-crossed::before{content:""}.fa-trash::before{content:""}.fa-gauge-simple::before{content:""}.fa-gauge-simple-med::before{content:""}.fa-tachometer-average::before{content:""}.fa-arrow-down-small-big::before{content:""}.fa-sort-size-down-alt::before{content:""}.fa-book-medical::before{content:""}.fa-face-melting::before{content:""}.fa-poo::before{content:""}.fa-pen-clip-slash::before{content:""}.fa-pen-alt-slash::before{content:""}.fa-quote-right::before{content:""}.fa-quote-right-alt::before{content:""}.fa-scroll-old::before{content:""}.fa-guitars::before{content:""}.fa-phone-xmark::before{content:""}.fa-hose::before{content:""}.fa-clock-six::before{content:""}.fa-shirt::before{content:""}.fa-t-shirt::before{content:""}.fa-tshirt::before{content:""}.fa-billboard::before{content:""}.fa-square-r::before{content:""}.fa-cubes::before{content:""}.fa-envelope-open-dollar::before{content:""}.fa-divide::before{content:""}.fa-sun-cloud::before{content:""}.fa-lamp-floor::before{content:""}.fa-square-7::before{content:""}.fa-tenge-sign::before{content:""}.fa-tenge::before{content:""}.fa-headphones::before{content:""}.fa-hands-holding::before{content:""}.fa-campfire::before{content:""}.fa-circle-ampersand::before{content:""}.fa-snowflakes::before{content:""}.fa-hands-clapping::before{content:""}.fa-republican::before{content:""}.fa-leaf-maple::before{content:""}.fa-arrow-left::before{content:""}.fa-person-circle-xmark::before{content:""}.fa-ruler::before{content:""}.fa-cup-straw-swoosh::before{content:""}.fa-temperature-sun::before{content:""}.fa-temperature-hot::before{content:""}.fa-align-left::before{content:""}.fa-dice-d6::before{content:""}.fa-restroom::before{content:""}.fa-high-definition::before{content:""}.fa-rectangle-hd::before{content:""}.fa-j::before{content:"J"}.fa-galaxy::before{content:""}.fa-users-viewfinder::before{content:""}.fa-file-video::before{content:""}.fa-cherries::before{content:""}.fa-up-right-from-square::before{content:""}.fa-external-link-alt::before{content:""}.fa-circle-sort::before{content:""}.fa-sort-circle::before{content:""}.fa-table-cells::before{content:""}.fa-th::before{content:""}.fa-file-pdf::before{content:""}.fa-siren::before{content:""}.fa-arrow-up-to-dotted-line::before{content:""}.fa-image-landscape::before{content:""}.fa-landscape::before{content:""}.fa-tank-water::before{content:""}.fa-curling-stone::before{content:""}.fa-curling::before{content:""}.fa-gamepad-modern::before{content:""}.fa-gamepad-alt::before{content:""}.fa-messages-question::before{content:""}.fa-book-bible::before{content:""}.fa-bible::before{content:""}.fa-o::before{content:"O"}.fa-suitcase-medical::before{content:""}.fa-medkit::before{content:""}.fa-briefcase-arrow-right::before{content:""}.fa-expand-wide::before{content:""}.fa-clock-eleven-thirty::before{content:""}.fa-rv::before{content:""}.fa-user-secret::before{content:""}.fa-otter::before{content:""}.fa-dreidel::before{content:""}.fa-person-dress::before{content:""}.fa-female::before{content:""}.fa-comment-dollar::before{content:""}.fa-business-time::before{content:""}.fa-briefcase-clock::before{content:""}.fa-flower-tulip::before{content:""}.fa-people-pants-simple::before{content:""}.fa-cloud-drizzle::before{content:""}.fa-table-cells-large::before{content:""}.fa-th-large::before{content:""}.fa-book-tanakh::before{content:""}.fa-tanakh::before{content:""}.fa-solar-system::before{content:""}.fa-seal-question::before{content:""}.fa-phone-volume::before{content:""}.fa-volume-control-phone::before{content:""}.fa-disc-drive::before{content:""}.fa-hat-cowboy-side::before{content:""}.fa-table-rows::before{content:""}.fa-rows::before{content:""}.fa-location-exclamation::before{content:""}.fa-map-marker-exclamation::before{content:""}.fa-face-fearful::before{content:""}.fa-clipboard-user::before{content:""}.fa-bus-school::before{content:""}.fa-film-slash::before{content:""}.fa-square-arrow-down-right::before{content:""}.fa-book-sparkles::before{content:""}.fa-book-spells::before{content:""}.fa-washing-machine::before{content:""}.fa-washer::before{content:""}.fa-child::before{content:""}.fa-lira-sign::before{content:""}.fa-user-visor::before{content:""}.fa-file-plus-minus::before{content:""}.fa-chess-clock-flip::before{content:""}.fa-chess-clock-alt::before{content:""}.fa-satellite::before{content:""}.fa-plane-lock::before{content:""}.fa-steering-wheel::before{content:""}.fa-tag::before{content:""}.fa-stretcher::before{content:""}.fa-book-section::before{content:""}.fa-book-law::before{content:""}.fa-inboxes::before{content:""}.fa-coffee-bean::before{content:""}.fa-circle-yen::before{content:""}.fa-brackets-curly::before{content:""}.fa-ellipsis-stroke-vertical::before{content:""}.fa-ellipsis-v-alt::before{content:""}.fa-comment::before{content:""}.fa-square-1::before{content:""}.fa-cake-candles::before{content:""}.fa-birthday-cake::before{content:""}.fa-cake::before{content:""}.fa-head-side::before{content:""}.fa-envelope::before{content:""}.fa-dolly-empty::before{content:""}.fa-face-tissue::before{content:""}.fa-angles-up::before{content:""}.fa-angle-double-up::before{content:""}.fa-bin-recycle::before{content:""}.fa-paperclip::before{content:""}.fa-chart-line-down::before{content:""}.fa-arrow-right-to-city::before{content:""}.fa-lock-a::before{content:""}.fa-ribbon::before{content:""}.fa-lungs::before{content:""}.fa-person-pinball::before{content:""}.fa-arrow-up-9-1::before{content:""}.fa-sort-numeric-up-alt::before{content:""}.fa-apple-core::before{content:""}.fa-circle-y::before{content:""}.fa-h6::before{content:""}.fa-litecoin-sign::before{content:""}.fa-circle-small::before{content:""}.fa-border-none::before{content:""}.fa-arrow-turn-down-left::before{content:""}.fa-circle-nodes::before{content:""}.fa-parachute-box::before{content:""}.fa-message-medical::before{content:""}.fa-comment-alt-medical::before{content:""}.fa-rugby-ball::before{content:""}.fa-comment-music::before{content:""}.fa-indent::before{content:""}.fa-tree-deciduous::before{content:""}.fa-tree-alt::before{content:""}.fa-puzzle-piece-simple::before{content:""}.fa-puzzle-piece-alt::before{content:""}.fa-truck-field-un::before{content:""}.fa-nfc-trash::before{content:""}.fa-hourglass::before{content:""}.fa-hourglass-empty::before{content:""}.fa-mountain::before{content:""}.fa-file-xmark::before{content:""}.fa-file-times::before{content:""}.fa-house-heart::before{content:""}.fa-home-heart::before{content:""}.fa-house-chimney-blank::before{content:""}.fa-meter-bolt::before{content:""}.fa-user-doctor::before{content:""}.fa-user-md::before{content:""}.fa-slash-back::before{content:"\\"}.fa-circle-info::before{content:""}.fa-info-circle::before{content:""}.fa-fishing-rod::before{content:""}.fa-hammer-crash::before{content:""}.fa-message-heart::before{content:""}.fa-cloud-meatball::before{content:""}.fa-camera-polaroid::before{content:""}.fa-camera::before{content:""}.fa-camera-alt::before{content:""}.fa-square-virus::before{content:""}.fa-cart-arrow-up::before{content:""}.fa-meteor::before{content:""}.fa-car-on::before{content:""}.fa-sleigh::before{content:""}.fa-arrow-down-1-9::before{content:""}.fa-sort-numeric-asc::before{content:""}.fa-sort-numeric-down::before{content:""}.fa-buoy-mooring::before{content:""}.fa-square-4::before{content:""}.fa-hand-holding-droplet::before{content:""}.fa-hand-holding-water::before{content:""}.fa-tricycle-adult::before{content:""}.fa-waveform::before{content:""}.fa-water::before{content:""}.fa-star-sharp-half-stroke::before{content:""}.fa-star-sharp-half-alt::before{content:""}.fa-nfc-signal::before{content:""}.fa-plane-prop::before{content:""}.fa-calendar-check::before{content:""}.fa-clock-desk::before{content:""}.fa-calendar-clock::before{content:""}.fa-calendar-time::before{content:""}.fa-braille::before{content:""}.fa-prescription-bottle-medical::before{content:""}.fa-prescription-bottle-alt::before{content:""}.fa-plate-utensils::before{content:""}.fa-family-pants::before{content:""}.fa-hose-reel::before{content:""}.fa-house-window::before{content:""}.fa-landmark::before{content:""}.fa-truck::before{content:""}.fa-crosshairs::before{content:""}.fa-cloud-rainbow::before{content:""}.fa-person-cane::before{content:""}.fa-alien::before{content:""}.fa-tent::before{content:""}.fa-laptop-binary::before{content:""}.fa-vest-patches::before{content:""}.fa-people-dress-simple::before{content:""}.fa-check-double::before{content:""}.fa-arrow-down-a-z::before{content:""}.fa-sort-alpha-asc::before{content:""}.fa-sort-alpha-down::before{content:""}.fa-bowling-ball-pin::before{content:""}.fa-bell-school-slash::before{content:""}.fa-plus-large::before{content:""}.fa-money-bill-wheat::before{content:""}.fa-camera-viewfinder::before{content:""}.fa-screenshot::before{content:""}.fa-message-music::before{content:""}.fa-comment-alt-music::before{content:""}.fa-car-building::before{content:""}.fa-border-bottom-right::before{content:""}.fa-border-style-alt::before{content:""}.fa-octagon::before{content:""}.fa-comment-arrow-up-right::before{content:""}.fa-octagon-divide::before{content:""}.fa-cookie::before{content:""}.fa-arrow-rotate-left::before{content:""}.fa-arrow-left-rotate::before{content:""}.fa-arrow-rotate-back::before{content:""}.fa-arrow-rotate-backward::before{content:""}.fa-undo::before{content:""}.fa-tv-music::before{content:""}.fa-hard-drive::before{content:""}.fa-hdd::before{content:""}.fa-reel::before{content:""}.fa-face-grin-squint-tears::before{content:""}.fa-grin-squint-tears::before{content:""}.fa-dumbbell::before{content:""}.fa-rectangle-list::before{content:""}.fa-list-alt::before{content:""}.fa-tarp-droplet::before{content:""}.fa-alarm-exclamation::before{content:""}.fa-house-medical-circle-check::before{content:""}.fa-traffic-cone::before{content:""}.fa-grate::before{content:""}.fa-arrow-down-right::before{content:""}.fa-person-skiing-nordic::before{content:""}.fa-skiing-nordic::before{content:""}.fa-calendar-plus::before{content:""}.fa-person-from-portal::before{content:""}.fa-portal-exit::before{content:""}.fa-plane-arrival::before{content:""}.fa-cowbell-circle-plus::before{content:""}.fa-cowbell-more::before{content:""}.fa-circle-left::before{content:""}.fa-arrow-alt-circle-left::before{content:""}.fa-distribute-spacing-vertical::before{content:""}.fa-signal-bars-fair::before{content:""}.fa-signal-alt-2::before{content:""}.fa-sportsball::before{content:""}.fa-game-console-handheld-crank::before{content:""}.fa-train-subway::before{content:""}.fa-subway::before{content:""}.fa-chart-gantt::before{content:""}.fa-face-smile-upside-down::before{content:""}.fa-ball-pile::before{content:""}.fa-badge-dollar::before{content:""}.fa-money-bills-simple::before{content:""}.fa-money-bills-alt::before{content:""}.fa-list-timeline::before{content:""}.fa-indian-rupee-sign::before{content:""}.fa-indian-rupee::before{content:""}.fa-inr::before{content:""}.fa-crop-simple::before{content:""}.fa-crop-alt::before{content:""}.fa-money-bill-1::before{content:""}.fa-money-bill-alt::before{content:""}.fa-left-long::before{content:""}.fa-long-arrow-alt-left::before{content:""}.fa-keyboard-down::before{content:""}.fa-circle-up-right::before{content:""}.fa-cloud-bolt-moon::before{content:""}.fa-thunderstorm-moon::before{content:""}.fa-dna::before{content:""}.fa-virus-slash::before{content:""}.fa-bracket-round-right::before{content:"\)"}.fa-circle-sterling::before{content:""}.fa-circle-5::before{content:""}.fa-minus::before{content:""}.fa-subtract::before{content:""}.fa-fire-flame::before{content:""}.fa-flame::before{content:""}.fa-right-to-line::before{content:""}.fa-arrow-alt-to-right::before{content:""}.fa-gif::before{content:""}.fa-chess::before{content:""}.fa-trash-slash::before{content:""}.fa-arrow-left-long::before{content:""}.fa-long-arrow-left::before{content:""}.fa-plug-circle-check::before{content:""}.fa-font-case::before{content:""}.fa-street-view::before{content:""}.fa-arrow-down-left::before{content:""}.fa-franc-sign::before{content:""}.fa-flask-round-poison::before{content:""}.fa-flask-poison::before{content:""}.fa-volume-off::before{content:""}.fa-book-circle-arrow-right::before{content:""}.fa-chart-user::before{content:""}.fa-user-chart::before{content:""}.fa-hands-asl-interpreting::before{content:""}.fa-american-sign-language-interpreting::before{content:""}.fa-asl-interpreting::before{content:""}.fa-hands-american-sign-language-interpreting::before{content:""}.fa-presentation-screen::before{content:""}.fa-presentation::before{content:""}.fa-circle-bolt::before{content:""}.fa-face-smile-halo::before{content:""}.fa-cart-circle-arrow-down::before{content:""}.fa-house-person-return::before{content:""}.fa-house-person-arrive::before{content:""}.fa-house-return::before{content:""}.fa-message-xmark::before{content:""}.fa-comment-alt-times::before{content:""}.fa-message-times::before{content:""}.fa-file-certificate::before{content:""}.fa-file-award::before{content:""}.fa-user-doctor-hair-long::before{content:""}.fa-camera-security::before{content:""}.fa-camera-home::before{content:""}.fa-gear::before{content:""}.fa-cog::before{content:""}.fa-droplet-slash::before{content:""}.fa-tint-slash::before{content:""}.fa-book-heart::before{content:""}.fa-mosque::before{content:""}.fa-duck::before{content:""}.fa-mosquito::before{content:""}.fa-star-of-david::before{content:""}.fa-flag-swallowtail::before{content:""}.fa-flag-alt::before{content:""}.fa-person-military-rifle::before{content:""}.fa-car-garage::before{content:""}.fa-cart-shopping::before{content:""}.fa-shopping-cart::before{content:""}.fa-book-font::before{content:""}.fa-shield-plus::before{content:""}.fa-vials::before{content:""}.fa-eye-dropper-full::before{content:""}.fa-distribute-spacing-horizontal::before{content:""}.fa-tablet-rugged::before{content:""}.fa-temperature-snow::before{content:""}.fa-temperature-frigid::before{content:""}.fa-moped::before{content:""}.fa-face-smile-plus::before{content:""}.fa-smile-plus::before{content:""}.fa-radio-tuner::before{content:""}.fa-radio-alt::before{content:""}.fa-face-swear::before{content:""}.fa-water-arrow-down::before{content:""}.fa-water-lower::before{content:""}.fa-scanner-touchscreen::before{content:""}.fa-circle-7::before{content:""}.fa-plug-circle-plus::before{content:""}.fa-person-ski-jumping::before{content:""}.fa-ski-jump::before{content:""}.fa-place-of-worship::before{content:""}.fa-water-arrow-up::before{content:""}.fa-water-rise::before{content:""}.fa-waveform-lines::before{content:""}.fa-waveform-path::before{content:""}.fa-split::before{content:""}.fa-film-canister::before{content:""}.fa-film-cannister::before{content:""}.fa-folder-xmark::before{content:""}.fa-folder-times::before{content:""}.fa-toilet-paper-blank::before{content:""}.fa-toilet-paper-alt::before{content:""}.fa-tablet-screen::before{content:""}.fa-tablet-android-alt::before{content:""}.fa-hexagon-vertical-nft-slanted::before{content:""}.fa-folder-music::before{content:""}.fa-display-medical::before{content:""}.fa-desktop-medical::before{content:""}.fa-share-all::before{content:""}.fa-peapod::before{content:""}.fa-chess-clock::before{content:""}.fa-axe::before{content:""}.fa-square-d::before{content:""}.fa-grip-vertical::before{content:""}.fa-mobile-signal-out::before{content:""}.fa-arrow-turn-up::before{content:""}.fa-level-up::before{content:""}.fa-u::before{content:"U"}.fa-arrow-up-from-dotted-line::before{content:""}.fa-square-root-variable::before{content:""}.fa-square-root-alt::before{content:""}.fa-light-switch-on::before{content:""}.fa-arrow-down-arrow-up::before{content:""}.fa-sort-alt::before{content:""}.fa-raindrops::before{content:""}.fa-dash::before{content:""}.fa-minus-large::before{content:""}.fa-clock::before{content:""}.fa-clock-four::before{content:""}.fa-input-numeric::before{content:""}.fa-truck-tow::before{content:""}.fa-backward-step::before{content:""}.fa-step-backward::before{content:""}.fa-pallet::before{content:""}.fa-car-bolt::before{content:""}.fa-arrows-maximize::before{content:""}.fa-expand-arrows::before{content:""}.fa-faucet::before{content:""}.fa-cloud-sleet::before{content:""}.fa-lamp-street::before{content:""}.fa-list-radio::before{content:""}.fa-pen-nib-slash::before{content:""}.fa-baseball-bat-ball::before{content:""}.fa-square-up-left::before{content:""}.fa-overline::before{content:""}.fa-s::before{content:"S"}.fa-timeline::before{content:""}.fa-keyboard::before{content:""}.fa-arrows-from-dotted-line::before{content:""}.fa-usb-drive::before{content:""}.fa-ballot::before{content:""}.fa-caret-down::before{content:""}.fa-location-dot-slash::before{content:""}.fa-map-marker-alt-slash::before{content:""}.fa-cards::before{content:""}.fa-house-chimney-medical::before{content:""}.fa-clinic-medical::before{content:""}.fa-boxing-glove::before{content:""}.fa-glove-boxing::before{content:""}.fa-temperature-three-quarters::before{content:""}.fa-temperature-3::before{content:""}.fa-thermometer-3::before{content:""}.fa-thermometer-three-quarters::before{content:""}.fa-bell-school::before{content:""}.fa-mobile-screen::before{content:""}.fa-mobile-android-alt::before{content:""}.fa-plane-up::before{content:""}.fa-folder-heart::before{content:""}.fa-circle-location-arrow::before{content:""}.fa-location-circle::before{content:""}.fa-face-head-bandage::before{content:""}.fa-sushi-roll::before{content:""}.fa-maki-roll::before{content:""}.fa-makizushi::before{content:""}.fa-car-bump::before{content:""}.fa-piggy-bank::before{content:""}.fa-racquet::before{content:""}.fa-car-mirrors::before{content:""}.fa-industry-windows::before{content:""}.fa-industry-alt::before{content:""}.fa-bolt-auto::before{content:""}.fa-battery-half::before{content:""}.fa-battery-3::before{content:""}.fa-flux-capacitor::before{content:""}.fa-mountain-city::before{content:""}.fa-coins::before{content:""}.fa-honey-pot::before{content:""}.fa-olive::before{content:""}.fa-khanda::before{content:""}.fa-filter-list::before{content:""}.fa-outlet::before{content:""}.fa-sliders::before{content:""}.fa-sliders-h::before{content:""}.fa-cauldron::before{content:""}.fa-people::before{content:""}.fa-folder-tree::before{content:""}.fa-network-wired::before{content:""}.fa-croissant::before{content:""}.fa-map-pin::before{content:""}.fa-hamsa::before{content:""}.fa-cent-sign::before{content:""}.fa-swords-laser::before{content:""}.fa-flask::before{content:""}.fa-person-pregnant::before{content:""}.fa-square-u::before{content:""}.fa-wand-sparkles::before{content:""}.fa-router::before{content:""}.fa-ellipsis-vertical::before{content:""}.fa-ellipsis-v::before{content:""}.fa-sword-laser-alt::before{content:""}.fa-ticket::before{content:""}.fa-power-off::before{content:""}.fa-coin::before{content:""}.fa-laptop-slash::before{content:""}.fa-right-long::before{content:""}.fa-long-arrow-alt-right::before{content:""}.fa-circle-b::before{content:""}.fa-person-dress-simple::before{content:""}.fa-pipe-collar::before{content:""}.fa-lights-holiday::before{content:""}.fa-citrus::before{content:""}.fa-flag-usa::before{content:""}.fa-laptop-file::before{content:""}.fa-tty::before{content:""}.fa-teletype::before{content:""}.fa-chart-tree-map::before{content:""}.fa-diagram-next::before{content:""}.fa-person-rifle::before{content:""}.fa-clock-five-thirty::before{content:""}.fa-pipe-valve::before{content:""}.fa-arrow-up-from-arc::before{content:""}.fa-face-spiral-eyes::before{content:""}.fa-compress-wide::before{content:""}.fa-circle-phone-hangup::before{content:""}.fa-phone-circle-down::before{content:""}.fa-gear-complex-code::before{content:""}.fa-house-medical-circle-exclamation::before{content:""}.fa-badminton::before{content:""}.fa-closed-captioning::before{content:""}.fa-person-hiking::before{content:""}.fa-hiking::before{content:""}.fa-right-from-line::before{content:""}.fa-arrow-alt-from-left::before{content:""}.fa-venus-double::before{content:""}.fa-images::before{content:""}.fa-calculator::before{content:""}.fa-shuttlecock::before{content:""}.fa-user-hair::before{content:""}.fa-eye-evil::before{content:""}.fa-people-pulling::before{content:""}.fa-n::before{content:"N"}.fa-swap::before{content:""}.fa-garage::before{content:""}.fa-cable-car::before{content:""}.fa-tram::before{content:""}.fa-shovel-snow::before{content:""}.fa-cloud-rain::before{content:""}.fa-face-lying::before{content:""}.fa-sprinkler::before{content:""}.fa-building-circle-xmark::before{content:""}.fa-person-sledding::before{content:""}.fa-sledding::before{content:""}.fa-game-console-handheld::before{content:""}.fa-ship::before{content:""}.fa-clock-six-thirty::before{content:""}.fa-battery-slash::before{content:""}.fa-tugrik-sign::before{content:""}.fa-arrows-down-to-line::before{content:""}.fa-download::before{content:""}.fa-angles-up-down::before{content:""}.fa-shelves::before{content:""}.fa-inventory::before{content:""}.fa-cloud-snow::before{content:""}.fa-face-grin::before{content:""}.fa-grin::before{content:""}.fa-delete-left::before{content:""}.fa-backspace::before{content:""}.fa-oven::before{content:""}.fa-cloud-binary::before{content:""}.fa-eye-dropper::before{content:""}.fa-eye-dropper-empty::before{content:""}.fa-eyedropper::before{content:""}.fa-comment-captions::before{content:""}.fa-comments-question::before{content:""}.fa-scribble::before{content:""}.fa-rotate-exclamation::before{content:""}.fa-file-circle-check::before{content:""}.fa-glass::before{content:""}.fa-loader::before{content:""}.fa-forward::before{content:""}.fa-user-pilot::before{content:""}.fa-mobile::before{content:""}.fa-mobile-android::before{content:""}.fa-mobile-phone::before{content:""}.fa-code-pull-request-closed::before{content:""}.fa-face-meh::before{content:""}.fa-meh::before{content:""}.fa-align-center::before{content:""}.fa-book-skull::before{content:""}.fa-book-dead::before{content:""}.fa-id-card::before{content:""}.fa-drivers-license::before{content:""}.fa-face-dotted::before{content:""}.fa-face-worried::before{content:""}.fa-outdent::before{content:""}.fa-dedent::before{content:""}.fa-heart-circle-exclamation::before{content:""}.fa-house::before{content:""}.fa-home::before{content:""}.fa-home-alt::before{content:""}.fa-home-lg-alt::before{content:""}.fa-vector-circle::before{content:""}.fa-car-circle-bolt::before{content:""}.fa-calendar-week::before{content:""}.fa-flying-disc::before{content:""}.fa-laptop-medical::before{content:""}.fa-square-down-right::before{content:""}.fa-b::before{content:"B"}.fa-seat-airline::before{content:""}.fa-moon-over-sun::before{content:""}.fa-eclipse-alt::before{content:""}.fa-pipe::before{content:"\|"}.fa-file-medical::before{content:""}.fa-potato::before{content:""}.fa-dice-one::before{content:""}.fa-circle-a::before{content:""}.fa-helmet-battle::before{content:""}.fa-butter::before{content:""}.fa-blanket-fire::before{content:""}.fa-kiwi-bird::before{content:""}.fa-castle::before{content:""}.fa-golf-club::before{content:""}.fa-arrow-right-arrow-left::before{content:""}.fa-exchange::before{content:""}.fa-rotate-right::before{content:""}.fa-redo-alt::before{content:""}.fa-rotate-forward::before{content:""}.fa-utensils::before{content:""}.fa-cutlery::before{content:""}.fa-arrow-up-wide-short::before{content:""}.fa-sort-amount-up::before{content:""}.fa-chart-pie-simple-circle-dollar::before{content:""}.fa-balloons::before{content:""}.fa-mill-sign::before{content:""}.fa-bowl-rice::before{content:""}.fa-timeline-arrow::before{content:""}.fa-skull::before{content:""}.fa-game-board-simple::before{content:""}.fa-game-board-alt::before{content:""}.fa-circle-video::before{content:""}.fa-video-circle::before{content:""}.fa-chart-scatter-bubble::before{content:""}.fa-house-turret::before{content:""}.fa-banana::before{content:""}.fa-hand-holding-skull::before{content:""}.fa-people-dress::before{content:""}.fa-loveseat::before{content:""}.fa-couch-small::before{content:""}.fa-tower-broadcast::before{content:""}.fa-broadcast-tower::before{content:""}.fa-truck-pickup::before{content:""}.fa-block-quote::before{content:""}.fa-up-long::before{content:""}.fa-long-arrow-alt-up::before{content:""}.fa-stop::before{content:""}.fa-code-merge::before{content:""}.fa-money-check-dollar-pen::before{content:""}.fa-money-check-edit-alt::before{content:""}.fa-up-from-line::before{content:""}.fa-arrow-alt-from-bottom::before{content:""}.fa-upload::before{content:""}.fa-hurricane::before{content:""}.fa-grid-round-2-plus::before{content:""}.fa-people-pants::before{content:""}.fa-mound::before{content:""}.fa-windsock::before{content:""}.fa-circle-half::before{content:""}.fa-brake-warning::before{content:""}.fa-toilet-portable::before{content:""}.fa-compact-disc::before{content:""}.fa-file-arrow-down::before{content:""}.fa-file-download::before{content:""}.fa-saxophone-fire::before{content:""}.fa-sax-hot::before{content:""}.fa-camera-web-slash::before{content:""}.fa-webcam-slash::before{content:""}.fa-folder-medical::before{content:""}.fa-folder-gear::before{content:""}.fa-folder-cog::before{content:""}.fa-hand-wave::before{content:""}.fa-arrow-up-arrow-down::before{content:""}.fa-sort-up-down::before{content:""}.fa-caravan::before{content:""}.fa-shield-cat::before{content:""}.fa-message-slash::before{content:""}.fa-comment-alt-slash::before{content:""}.fa-bolt::before{content:""}.fa-zap::before{content:""}.fa-trash-can-check::before{content:""}.fa-glass-water::before{content:""}.fa-oil-well::before{content:""}.fa-person-simple::before{content:""}.fa-vault::before{content:""}.fa-mars::before{content:""}.fa-toilet::before{content:""}.fa-plane-circle-xmark::before{content:""}.fa-yen-sign::before{content:""}.fa-cny::before{content:""}.fa-jpy::before{content:""}.fa-rmb::before{content:""}.fa-yen::before{content:""}.fa-gear-code::before{content:""}.fa-notes::before{content:""}.fa-ruble-sign::before{content:""}.fa-rouble::before{content:""}.fa-rub::before{content:""}.fa-ruble::before{content:""}.fa-trash-undo::before{content:""}.fa-trash-arrow-turn-left::before{content:""}.fa-champagne-glass::before{content:""}.fa-glass-champagne::before{content:""}.fa-objects-align-center-horizontal::before{content:""}.fa-sun::before{content:""}.fa-trash-can-slash::before{content:""}.fa-trash-alt-slash::before{content:""}.fa-screen-users::before{content:""}.fa-users-class::before{content:""}.fa-guitar::before{content:""}.fa-square-arrow-left::before{content:""}.fa-arrow-square-left::before{content:""}.fa-square-8::before{content:""}.fa-face-smile-hearts::before{content:""}.fa-brackets-square::before{content:""}.fa-brackets::before{content:""}.fa-laptop-arrow-down::before{content:""}.fa-hockey-stick-puck::before{content:""}.fa-house-tree::before{content:""}.fa-signal-fair::before{content:""}.fa-signal-2::before{content:""}.fa-face-laugh-wink::before{content:""}.fa-laugh-wink::before{content:""}.fa-circle-dollar::before{content:""}.fa-dollar-circle::before{content:""}.fa-usd-circle::before{content:""}.fa-horse-head::before{content:""}.fa-arrows-repeat::before{content:""}.fa-repeat-alt::before{content:""}.fa-bore-hole::before{content:""}.fa-industry::before{content:""}.fa-image-polaroid::before{content:""}.fa-wave-triangle::before{content:""}.fa-person-running-fast::before{content:""}.fa-circle-down::before{content:""}.fa-arrow-alt-circle-down::before{content:""}.fa-grill::before{content:""}.fa-arrows-turn-to-dots::before{content:""}.fa-chart-mixed::before{content:""}.fa-analytics::before{content:""}.fa-florin-sign::before{content:""}.fa-arrow-down-short-wide::before{content:""}.fa-sort-amount-desc::before{content:""}.fa-sort-amount-down-alt::before{content:""}.fa-less-than::before{content:"\<"}.fa-display-code::before{content:""}.fa-desktop-code::before{content:""}.fa-face-drooling::before{content:""}.fa-oil-temperature::before{content:""}.fa-oil-temp::before{content:""}.fa-square-question::before{content:""}.fa-question-square::before{content:""}.fa-air-conditioner::before{content:""}.fa-angle-down::before{content:""}.fa-mountains::before{content:""}.fa-omega::before{content:""}.fa-car-tunnel::before{content:""}.fa-person-dolly-empty::before{content:""}.fa-pan-food::before{content:""}.fa-head-side-cough::before{content:""}.fa-grip-lines::before{content:""}.fa-thumbs-down::before{content:""}.fa-user-lock::before{content:""}.fa-arrow-right-long::before{content:""}.fa-long-arrow-right::before{content:""}.fa-tickets-airline::before{content:""}.fa-anchor-circle-xmark::before{content:""}.fa-ellipsis::before{content:""}.fa-ellipsis-h::before{content:""}.fa-nfc-slash::before{content:""}.fa-chess-pawn::before{content:""}.fa-kit-medical::before{content:""}.fa-first-aid::before{content:""}.fa-grid-2-plus::before{content:""}.fa-bells::before{content:""}.fa-person-through-window::before{content:""}.fa-toolbox::before{content:""}.fa-envelope-dot::before{content:""}.fa-envelope-badge::before{content:""}.fa-hands-holding-circle::before{content:""}.fa-bug::before{content:""}.fa-bowl-chopsticks::before{content:""}.fa-credit-card::before{content:""}.fa-credit-card-alt::before{content:""}.fa-circle-s::before{content:""}.fa-box-ballot::before{content:""}.fa-car::before{content:""}.fa-automobile::before{content:""}.fa-hand-holding-hand::before{content:""}.fa-user-tie-hair::before{content:""}.fa-podium-star::before{content:""}.fa-user-hair-mullet::before{content:""}.fa-business-front::before{content:""}.fa-party-back::before{content:""}.fa-trian-balbot::before{content:""}.fa-microphone-stand::before{content:""}.fa-book-open-reader::before{content:""}.fa-book-reader::before{content:""}.fa-family-dress::before{content:""}.fa-circle-x::before{content:""}.fa-cabin::before{content:""}.fa-mountain-sun::before{content:""}.fa-chart-simple-horizontal::before{content:""}.fa-arrows-left-right-to-line::before{content:""}.fa-hand-back-point-left::before{content:""}.fa-message-dots::before{content:""}.fa-comment-alt-dots::before{content:""}.fa-messaging::before{content:""}.fa-file-heart::before{content:""}.fa-beer-mug::before{content:""}.fa-beer-foam::before{content:""}.fa-dice-d20::before{content:""}.fa-drone::before{content:""}.fa-truck-droplet::before{content:""}.fa-file-circle-xmark::before{content:""}.fa-temperature-arrow-up::before{content:""}.fa-temperature-up::before{content:""}.fa-medal::before{content:""}.fa-person-fairy::before{content:""}.fa-bed::before{content:""}.fa-book-copy::before{content:""}.fa-square-h::before{content:""}.fa-h-square::before{content:""}.fa-square-c::before{content:""}.fa-clock-two::before{content:""}.fa-square-ellipsis-vertical::before{content:""}.fa-calendar-users::before{content:""}.fa-podcast::before{content:""}.fa-bee::before{content:""}.fa-temperature-full::before{content:""}.fa-temperature-4::before{content:""}.fa-thermometer-4::before{content:""}.fa-thermometer-full::before{content:""}.fa-bell::before{content:""}.fa-candy-bar::before{content:""}.fa-chocolate-bar::before{content:""}.fa-xmark-large::before{content:""}.fa-pinata::before{content:""}.fa-arrows-from-line::before{content:""}.fa-superscript::before{content:""}.fa-bowl-spoon::before{content:""}.fa-hexagon-check::before{content:""}.fa-plug-circle-xmark::before{content:""}.fa-star-of-life::before{content:""}.fa-phone-slash::before{content:""}.fa-traffic-light-stop::before{content:""}.fa-paint-roller::before{content:""}.fa-accent-grave::before{content:"\`"}.fa-handshake-angle::before{content:""}.fa-hands-helping::before{content:""}.fa-circle-0::before{content:""}.fa-dial-med-low::before{content:""}.fa-location-dot::before{content:""}.fa-map-marker-alt::before{content:""}.fa-crab::before{content:""}.fa-box-open-full::before{content:""}.fa-box-full::before{content:""}.fa-file::before{content:""}.fa-greater-than::before{content:"\>"}.fa-quotes::before{content:""}.fa-pretzel::before{content:""}.fa-person-swimming::before{content:""}.fa-swimmer::before{content:""}.fa-arrow-down::before{content:""}.fa-user-robot-xmarks::before{content:""}.fa-message-quote::before{content:""}.fa-comment-alt-quote::before{content:""}.fa-candy-corn::before{content:""}.fa-folder-magnifying-glass::before{content:""}.fa-folder-search::before{content:""}.fa-notebook::before{content:""}.fa-droplet::before{content:""}.fa-tint::before{content:""}.fa-bullseye-pointer::before{content:""}.fa-eraser::before{content:""}.fa-hexagon-image::before{content:""}.fa-earth-americas::before{content:""}.fa-earth::before{content:""}.fa-earth-america::before{content:""}.fa-globe-americas::before{content:""}.fa-crate-apple::before{content:""}.fa-apple-crate::before{content:""}.fa-person-burst::before{content:""}.fa-game-board::before{content:""}.fa-hat-chef::before{content:""}.fa-hand-back-point-right::before{content:""}.fa-dove::before{content:""}.fa-snowflake-droplets::before{content:""}.fa-battery-empty::before{content:""}.fa-battery-0::before{content:""}.fa-grid-4::before{content:""}.fa-socks::before{content:""}.fa-face-sunglasses::before{content:""}.fa-inbox::before{content:""}.fa-square-0::before{content:""}.fa-section::before{content:""}.fa-square-this-way-up::before{content:""}.fa-box-up::before{content:""}.fa-gauge-high::before{content:""}.fa-tachometer-alt::before{content:""}.fa-tachometer-alt-fast::before{content:""}.fa-square-ampersand::before{content:""}.fa-envelope-open-text::before{content:""}.fa-lamp-desk::before{content:""}.fa-hospital::before{content:""}.fa-hospital-alt::before{content:""}.fa-hospital-wide::before{content:""}.fa-poll-people::before{content:""}.fa-whiskey-glass-ice::before{content:""}.fa-glass-whiskey-rocks::before{content:""}.fa-wine-bottle::before{content:""}.fa-chess-rook::before{content:""}.fa-user-bounty-hunter::before{content:""}.fa-bars-staggered::before{content:""}.fa-reorder::before{content:""}.fa-stream::before{content:""}.fa-diagram-sankey::before{content:""}.fa-cloud-hail-mixed::before{content:""}.fa-circle-up-left::before{content:""}.fa-dharmachakra::before{content:""}.fa-objects-align-left::before{content:""}.fa-oil-can-drip::before{content:""}.fa-face-smiling-hands::before{content:""}.fa-broccoli::before{content:""}.fa-route-interstate::before{content:""}.fa-ear-muffs::before{content:""}.fa-hotdog::before{content:""}.fa-transporter-empty::before{content:""}.fa-person-walking-with-cane::before{content:""}.fa-blind::before{content:""}.fa-angle-90::before{content:""}.fa-rectangle-terminal::before{content:""}.fa-kite::before{content:""}.fa-drum::before{content:""}.fa-scrubber::before{content:""}.fa-ice-cream::before{content:""}.fa-heart-circle-bolt::before{content:""}.fa-fish-bones::before{content:""}.fa-deer-rudolph::before{content:""}.fa-fax::before{content:""}.fa-paragraph::before{content:""}.fa-head-side-heart::before{content:""}.fa-square-e::before{content:""}.fa-meter-fire::before{content:""}.fa-cloud-hail::before{content:""}.fa-check-to-slot::before{content:""}.fa-vote-yea::before{content:""}.fa-money-from-bracket::before{content:""}.fa-star-half::before{content:""}.fa-car-bus::before{content:""}.fa-speaker::before{content:""}.fa-timer::before{content:""}.fa-boxes-stacked::before{content:""}.fa-boxes::before{content:""}.fa-boxes-alt::before{content:""}.fa-grill-hot::before{content:""}.fa-ballot-check::before{content:""}.fa-link::before{content:""}.fa-chain::before{content:""}.fa-ear-listen::before{content:""}.fa-assistive-listening-systems::before{content:""}.fa-file-minus::before{content:""}.fa-tree-city::before{content:""}.fa-play::before{content:""}.fa-font::before{content:""}.fa-cup-togo::before{content:""}.fa-coffee-togo::before{content:""}.fa-square-down-left::before{content:""}.fa-burger-lettuce::before{content:""}.fa-rupiah-sign::before{content:""}.fa-magnifying-glass::before{content:""}.fa-search::before{content:""}.fa-table-tennis-paddle-ball::before{content:""}.fa-ping-pong-paddle-ball::before{content:""}.fa-table-tennis::before{content:""}.fa-person-dots-from-line::before{content:""}.fa-diagnoses::before{content:""}.fa-chevrons-down::before{content:""}.fa-chevron-double-down::before{content:""}.fa-trash-can-arrow-up::before{content:""}.fa-trash-restore-alt::before{content:""}.fa-signal-good::before{content:""}.fa-signal-3::before{content:""}.fa-location-question::before{content:""}.fa-map-marker-question::before{content:""}.fa-floppy-disk-circle-xmark::before{content:""}.fa-floppy-disk-times::before{content:""}.fa-save-circle-xmark::before{content:""}.fa-save-times::before{content:""}.fa-naira-sign::before{content:""}.fa-peach::before{content:""}.fa-taxi-bus::before{content:""}.fa-bracket-curly::before{content:"\{"}.fa-bracket-curly-left::before{content:"\{"}.fa-lobster::before{content:""}.fa-cart-flatbed-empty::before{content:""}.fa-dolly-flatbed-empty::before{content:""}.fa-colon::before{content:"\:"}.fa-cart-arrow-down::before{content:""}.fa-wand::before{content:""}.fa-walkie-talkie::before{content:""}.fa-file-pen::before{content:""}.fa-file-edit::before{content:""}.fa-receipt::before{content:""}.fa-table-picnic::before{content:""}.fa-square-pen::before{content:""}.fa-pen-square::before{content:""}.fa-pencil-square::before{content:""}.fa-circle-microphone-lines::before{content:""}.fa-microphone-circle-alt::before{content:""}.fa-display-slash::before{content:""}.fa-desktop-slash::before{content:""}.fa-suitcase-rolling::before{content:""}.fa-person-circle-exclamation::before{content:""}.fa-transporter-2::before{content:""}.fa-hands-holding-diamond::before{content:""}.fa-hand-receiving::before{content:""}.fa-money-bill-simple-wave::before{content:""}.fa-chevron-down::before{content:""}.fa-battery-full::before{content:""}.fa-battery::before{content:""}.fa-battery-5::before{content:""}.fa-bell-plus::before{content:""}.fa-book-arrow-right::before{content:""}.fa-hospitals::before{content:""}.fa-club::before{content:""}.fa-skull-crossbones::before{content:""}.fa-droplet-degree::before{content:""}.fa-dewpoint::before{content:""}.fa-code-compare::before{content:""}.fa-list-ul::before{content:""}.fa-list-dots::before{content:""}.fa-hand-holding-magic::before{content:""}.fa-watermelon-slice::before{content:""}.fa-circle-ellipsis::before{content:""}.fa-school-lock::before{content:""}.fa-tower-cell::before{content:""}.fa-sd-cards::before{content:""}.fa-jug-bottle::before{content:""}.fa-down-long::before{content:""}.fa-long-arrow-alt-down::before{content:""}.fa-envelopes::before{content:""}.fa-phone-office::before{content:""}.fa-ranking-star::before{content:""}.fa-chess-king::before{content:""}.fa-nfc-pen::before{content:""}.fa-person-harassing::before{content:""}.fa-hat-winter::before{content:""}.fa-brazilian-real-sign::before{content:""}.fa-landmark-dome::before{content:""}.fa-landmark-alt::before{content:""}.fa-bone-break::before{content:""}.fa-arrow-up::before{content:""}.fa-down-from-dotted-line::before{content:""}.fa-tv::before{content:""}.fa-television::before{content:""}.fa-tv-alt::before{content:""}.fa-border-left::before{content:""}.fa-circle-divide::before{content:""}.fa-shrimp::before{content:""}.fa-list-check::before{content:""}.fa-tasks::before{content:""}.fa-diagram-subtask::before{content:""}.fa-jug-detergent::before{content:""}.fa-circle-user::before{content:""}.fa-user-circle::before{content:""}.fa-square-y::before{content:""}.fa-user-doctor-hair::before{content:""}.fa-planet-ringed::before{content:""}.fa-mushroom::before{content:""}.fa-user-shield::before{content:""}.fa-megaphone::before{content:""}.fa-wreath-laurel::before{content:""}.fa-circle-exclamation-check::before{content:""}.fa-wind::before{content:""}.fa-box-dollar::before{content:""}.fa-box-usd::before{content:""}.fa-car-burst::before{content:""}.fa-car-crash::before{content:""}.fa-y::before{content:"Y"}.fa-user-headset::before{content:""}.fa-arrows-retweet::before{content:""}.fa-retweet-alt::before{content:""}.fa-person-snowboarding::before{content:""}.fa-snowboarding::before{content:""}.fa-square-chevron-right::before{content:""}.fa-chevron-square-right::before{content:""}.fa-lacrosse-stick-ball::before{content:""}.fa-truck-fast::before{content:""}.fa-shipping-fast::before{content:""}.fa-user-magnifying-glass::before{content:""}.fa-star-sharp::before{content:""}.fa-comment-heart::before{content:""}.fa-circle-1::before{content:""}.fa-circle-star::before{content:""}.fa-star-circle::before{content:""}.fa-fish::before{content:""}.fa-cloud-fog::before{content:""}.fa-fog::before{content:""}.fa-waffle::before{content:""}.fa-music-note::before{content:""}.fa-music-alt::before{content:""}.fa-hexagon-exclamation::before{content:""}.fa-cart-shopping-fast::before{content:""}.fa-object-union::before{content:""}.fa-user-graduate::before{content:""}.fa-starfighter::before{content:""}.fa-circle-half-stroke::before{content:""}.fa-adjust::before{content:""}.fa-arrow-right-long-to-line::before{content:""}.fa-square-arrow-down::before{content:""}.fa-arrow-square-down::before{content:""}.fa-diamond-half-stroke::before{content:""}.fa-clapperboard::before{content:""}.fa-square-chevron-left::before{content:""}.fa-chevron-square-left::before{content:""}.fa-phone-intercom::before{content:""}.fa-link-horizontal::before{content:""}.fa-chain-horizontal::before{content:""}.fa-mango::before{content:""}.fa-music-note-slash::before{content:""}.fa-music-alt-slash::before{content:""}.fa-circle-radiation::before{content:""}.fa-radiation-alt::before{content:""}.fa-face-tongue-sweat::before{content:""}.fa-globe-stand::before{content:""}.fa-baseball::before{content:""}.fa-baseball-ball::before{content:""}.fa-circle-p::before{content:""}.fa-award-simple::before{content:""}.fa-jet-fighter-up::before{content:""}.fa-diagram-project::before{content:""}.fa-project-diagram::before{content:""}.fa-pedestal::before{content:""}.fa-chart-pyramid::before{content:""}.fa-sidebar::before{content:""}.fa-snowman-head::before{content:""}.fa-frosty-head::before{content:""}.fa-copy::before{content:""}.fa-burger-glass::before{content:""}.fa-volume-xmark::before{content:""}.fa-volume-mute::before{content:""}.fa-volume-times::before{content:""}.fa-hand-sparkles::before{content:""}.fa-bars-filter::before{content:""}.fa-paintbrush-pencil::before{content:""}.fa-party-bell::before{content:""}.fa-user-vneck-hair::before{content:""}.fa-jack-o-lantern::before{content:""}.fa-grip::before{content:""}.fa-grip-horizontal::before{content:""}.fa-share-from-square::before{content:""}.fa-share-square::before{content:""}.fa-keynote::before{content:""}.fa-child-combatant::before{content:""}.fa-child-rifle::before{content:""}.fa-gun::before{content:""}.fa-square-phone::before{content:""}.fa-phone-square::before{content:""}.fa-hat-beach::before{content:""}.fa-plus::before{content:"\+"}.fa-add::before{content:"\+"}.fa-expand::before{content:""}.fa-computer::before{content:""}.fa-fort::before{content:""}.fa-cloud-check::before{content:""}.fa-xmark::before{content:""}.fa-close::before{content:""}.fa-multiply::before{content:""}.fa-remove::before{content:""}.fa-times::before{content:""}.fa-face-smirking::before{content:""}.fa-arrows-up-down-left-right::before{content:""}.fa-arrows::before{content:""}.fa-chalkboard-user::before{content:""}.fa-chalkboard-teacher::before{content:""}.fa-rhombus::before{content:""}.fa-claw-marks::before{content:""}.fa-peso-sign::before{content:""}.fa-face-smile-tongue::before{content:""}.fa-cart-circle-xmark::before{content:""}.fa-building-shield::before{content:""}.fa-circle-phone-flip::before{content:""}.fa-phone-circle-alt::before{content:""}.fa-baby::before{content:""}.fa-users-line::before{content:""}.fa-quote-left::before{content:""}.fa-quote-left-alt::before{content:""}.fa-tractor::before{content:""}.fa-key-skeleton::before{content:""}.fa-trash-arrow-up::before{content:""}.fa-trash-restore::before{content:""}.fa-arrow-down-up-lock::before{content:""}.fa-arrow-down-to-bracket::before{content:""}.fa-lines-leaning::before{content:""}.fa-square-q::before{content:""}.fa-ruler-combined::before{content:""}.fa-symbols::before{content:""}.fa-icons-alt::before{content:""}.fa-copyright::before{content:""}.fa-flask-gear::before{content:""}.fa-highlighter-line::before{content:""}.fa-bracket-square::before{content:"\["}.fa-bracket::before{content:"\["}.fa-bracket-left::before{content:"\["}.fa-island-tropical::before{content:""}.fa-island-tree-palm::before{content:""}.fa-arrow-right-from-line::before{content:""}.fa-arrow-from-left::before{content:""}.fa-h2::before{content:""}.fa-equals::before{content:"\="}.fa-cake-slice::before{content:""}.fa-shortcake::before{content:""}.fa-peanut::before{content:""}.fa-wrench-simple::before{content:""}.fa-blender::before{content:""}.fa-teeth::before{content:""}.fa-tally-2::before{content:""}.fa-shekel-sign::before{content:""}.fa-ils::before{content:""}.fa-shekel::before{content:""}.fa-sheqel::before{content:""}.fa-sheqel-sign::before{content:""}.fa-cars::before{content:""}.fa-axe-battle::before{content:""}.fa-user-hair-long::before{content:""}.fa-map::before{content:""}.fa-arrow-left-from-arc::before{content:""}.fa-file-circle-info::before{content:""}.fa-face-disappointed::before{content:""}.fa-lasso-sparkles::before{content:""}.fa-clock-eleven::before{content:""}.fa-rocket::before{content:""}.fa-siren-on::before{content:""}.fa-clock-ten::before{content:""}.fa-candle-holder::before{content:""}.fa-video-arrow-down-left::before{content:""}.fa-photo-film::before{content:""}.fa-photo-video::before{content:""}.fa-floppy-disk-circle-arrow-right::before{content:""}.fa-save-circle-arrow-right::before{content:""}.fa-folder-minus::before{content:""}.fa-planet-moon::before{content:""}.fa-face-eyes-xmarks::before{content:""}.fa-chart-scatter::before{content:""}.fa-display-arrow-down::before{content:""}.fa-store::before{content:""}.fa-arrow-trend-up::before{content:""}.fa-plug-circle-minus::before{content:""}.fa-olive-branch::before{content:""}.fa-angle::before{content:""}.fa-vacuum-robot::before{content:""}.fa-sign-hanging::before{content:""}.fa-sign::before{content:""}.fa-square-divide::before{content:""}.fa-signal-stream-slash::before{content:""}.fa-bezier-curve::before{content:""}.fa-eye-dropper-half::before{content:""}.fa-store-lock::before{content:""}.fa-bell-slash::before{content:""}.fa-cloud-bolt-sun::before{content:""}.fa-thunderstorm-sun::before{content:""}.fa-camera-slash::before{content:""}.fa-comment-quote::before{content:""}.fa-tablet::before{content:""}.fa-tablet-android::before{content:""}.fa-school-flag::before{content:""}.fa-message-code::before{content:""}.fa-glass-half::before{content:""}.fa-glass-half-empty::before{content:""}.fa-glass-half-full::before{content:""}.fa-fill::before{content:""}.fa-message-minus::before{content:""}.fa-comment-alt-minus::before{content:""}.fa-angle-up::before{content:""}.fa-dinosaur::before{content:""}.fa-drumstick-bite::before{content:""}.fa-link-horizontal-slash::before{content:""}.fa-chain-horizontal-slash::before{content:""}.fa-holly-berry::before{content:""}.fa-nose::before{content:""}.fa-arrow-left-to-arc::before{content:""}.fa-chevron-left::before{content:""}.fa-bacteria::before{content:""}.fa-clouds::before{content:""}.fa-money-bill-simple::before{content:""}.fa-hand-lizard::before{content:""}.fa-table-pivot::before{content:""}.fa-filter-slash::before{content:""}.fa-trash-can-undo::before{content:""}.fa-trash-can-arrow-turn-left::before{content:""}.fa-trash-undo-alt::before{content:""}.fa-notdef::before{content:""}.fa-disease::before{content:""}.fa-person-to-door::before{content:""}.fa-turntable::before{content:""}.fa-briefcase-medical::before{content:""}.fa-genderless::before{content:""}.fa-chevron-right::before{content:""}.fa-signal-weak::before{content:""}.fa-signal-1::before{content:""}.fa-clock-five::before{content:""}.fa-retweet::before{content:""}.fa-car-rear::before{content:""}.fa-car-alt::before{content:""}.fa-pump-soap::before{content:""}.fa-computer-classic::before{content:""}.fa-frame::before{content:""}.fa-video-slash::before{content:""}.fa-battery-quarter::before{content:""}.fa-battery-2::before{content:""}.fa-ellipsis-stroke::before{content:""}.fa-ellipsis-h-alt::before{content:""}.fa-radio::before{content:""}.fa-baby-carriage::before{content:""}.fa-carriage-baby::before{content:""}.fa-face-expressionless::before{content:""}.fa-down-to-dotted-line::before{content:""}.fa-cloud-music::before{content:""}.fa-traffic-light::before{content:""}.fa-cloud-minus::before{content:""}.fa-thermometer::before{content:""}.fa-shield-minus::before{content:""}.fa-vr-cardboard::before{content:""}.fa-car-tilt::before{content:""}.fa-gauge-circle-minus::before{content:""}.fa-brightness-low::before{content:""}.fa-hand-middle-finger::before{content:""}.fa-percent::before{content:"\%"}.fa-percentage::before{content:"\%"}.fa-truck-moving::before{content:""}.fa-glass-water-droplet::before{content:""}.fa-conveyor-belt::before{content:""}.fa-location-check::before{content:""}.fa-map-marker-check::before{content:""}.fa-coin-vertical::before{content:""}.fa-display::before{content:""}.fa-person-sign::before{content:""}.fa-face-smile::before{content:""}.fa-smile::before{content:""}.fa-phone-hangup::before{content:""}.fa-signature-slash::before{content:""}.fa-thumbtack::before{content:""}.fa-thumb-tack::before{content:""}.fa-wheat-slash::before{content:""}.fa-trophy::before{content:""}.fa-clouds-sun::before{content:""}.fa-person-praying::before{content:""}.fa-pray::before{content:""}.fa-hammer::before{content:""}.fa-face-vomit::before{content:""}.fa-speakers::before{content:""}.fa-tty-answer::before{content:""}.fa-teletype-answer::before{content:""}.fa-mug-tea-saucer::before{content:""}.fa-diagram-lean-canvas::before{content:""}.fa-alt::before{content:""}.fa-dial::before{content:""}.fa-dial-med-high::before{content:""}.fa-hand-peace::before{content:""}.fa-circle-trash::before{content:""}.fa-trash-circle::before{content:""}.fa-rotate::before{content:""}.fa-sync-alt::before{content:""}.fa-circle-quarters::before{content:""}.fa-spinner::before{content:""}.fa-tower-control::before{content:""}.fa-arrow-up-triangle-square::before{content:""}.fa-sort-shapes-up::before{content:""}.fa-whale::before{content:""}.fa-robot::before{content:""}.fa-peace::before{content:""}.fa-party-horn::before{content:""}.fa-gears::before{content:""}.fa-cogs::before{content:""}.fa-sun-bright::before{content:""}.fa-sun-alt::before{content:""}.fa-warehouse::before{content:""}.fa-conveyor-belt-arm::before{content:""}.fa-lock-keyhole-open::before{content:""}.fa-lock-open-alt::before{content:""}.fa-square-fragile::before{content:""}.fa-box-fragile::before{content:""}.fa-square-wine-glass-crack::before{content:""}.fa-arrow-up-right-dots::before{content:""}.fa-square-n::before{content:""}.fa-splotch::before{content:""}.fa-face-grin-hearts::before{content:""}.fa-grin-hearts::before{content:""}.fa-meter::before{content:""}.fa-mandolin::before{content:""}.fa-dice-four::before{content:""}.fa-sim-card::before{content:""}.fa-transgender::before{content:""}.fa-transgender-alt::before{content:""}.fa-mercury::before{content:""}.fa-up-from-bracket::before{content:""}.fa-knife-kitchen::before{content:""}.fa-border-right::before{content:""}.fa-arrow-turn-down::before{content:""}.fa-level-down::before{content:""}.fa-spade::before{content:""}.fa-card-spade::before{content:""}.fa-line-columns::before{content:""}.fa-arrow-right-to-line::before{content:""}.fa-arrow-to-right::before{content:""}.fa-person-falling-burst::before{content:""}.fa-flag-pennant::before{content:""}.fa-pennant::before{content:""}.fa-conveyor-belt-empty::before{content:""}.fa-user-group-simple::before{content:""}.fa-award::before{content:""}.fa-ticket-simple::before{content:""}.fa-ticket-alt::before{content:""}.fa-building::before{content:""}.fa-angles-left::before{content:""}.fa-angle-double-left::before{content:""}.fa-camcorder::before{content:""}.fa-video-handheld::before{content:""}.fa-pancakes::before{content:""}.fa-album-circle-user::before{content:""}.fa-subtitles-slash::before{content:""}.fa-qrcode::before{content:""}.fa-dice-d10::before{content:""}.fa-fireplace::before{content:""}.fa-browser::before{content:""}.fa-pen-paintbrush::before{content:""}.fa-pencil-paintbrush::before{content:""}.fa-fish-cooked::before{content:""}.fa-chair-office::before{content:""}.fa-nesting-dolls::before{content:""}.fa-clock-rotate-left::before{content:""}.fa-history::before{content:""}.fa-trumpet::before{content:""}.fa-face-grin-beam-sweat::before{content:""}.fa-grin-beam-sweat::before{content:""}.fa-fire-smoke::before{content:""}.fa-phone-missed::before{content:""}.fa-file-export::before{content:""}.fa-arrow-right-from-file::before{content:""}.fa-shield::before{content:""}.fa-shield-blank::before{content:""}.fa-arrow-up-short-wide::before{content:""}.fa-sort-amount-up-alt::before{content:""}.fa-arrows-repeat-1::before{content:""}.fa-repeat-1-alt::before{content:""}.fa-gun-slash::before{content:""}.fa-avocado::before{content:""}.fa-binary::before{content:""}.fa-glasses-round::before{content:""}.fa-glasses-alt::before{content:""}.fa-phone-plus::before{content:""}.fa-ditto::before{content:"\""}.fa-person-seat::before{content:""}.fa-house-medical::before{content:""}.fa-golf-ball-tee::before{content:""}.fa-golf-ball::before{content:""}.fa-circle-chevron-left::before{content:""}.fa-chevron-circle-left::before{content:""}.fa-house-chimney-window::before{content:""}.fa-scythe::before{content:""}.fa-pen-nib::before{content:""}.fa-ban-parking::before{content:""}.fa-parking-circle-slash::before{content:""}.fa-tent-arrow-turn-left::before{content:""}.fa-face-diagonal-mouth::before{content:""}.fa-diagram-cells::before{content:""}.fa-cricket-bat-ball::before{content:""}.fa-cricket::before{content:""}.fa-tents::before{content:""}.fa-wand-magic::before{content:""}.fa-magic::before{content:""}.fa-dog::before{content:""}.fa-pen-line::before{content:""}.fa-atom-simple::before{content:""}.fa-atom-alt::before{content:""}.fa-ampersand::before{content:"\&"}.fa-carrot::before{content:""}.fa-arrow-up-from-line::before{content:""}.fa-arrow-from-bottom::before{content:""}.fa-moon::before{content:""}.fa-pen-slash::before{content:""}.fa-wine-glass-empty::before{content:""}.fa-wine-glass-alt::before{content:""}.fa-square-star::before{content:""}.fa-cheese::before{content:""}.fa-send-backward::before{content:""}.fa-yin-yang::before{content:""}.fa-music::before{content:""}.fa-compass-slash::before{content:""}.fa-clock-one::before{content:""}.fa-file-music::before{content:""}.fa-code-commit::before{content:""}.fa-temperature-low::before{content:""}.fa-person-biking::before{content:""}.fa-biking::before{content:""}.fa-display-chart-up-circle-currency::before{content:""}.fa-skeleton::before{content:""}.fa-circle-g::before{content:""}.fa-circle-arrow-up-left::before{content:""}.fa-coin-blank::before{content:""}.fa-broom::before{content:""}.fa-vacuum::before{content:""}.fa-shield-heart::before{content:""}.fa-card-heart::before{content:""}.fa-lightbulb-cfl-on::before{content:""}.fa-melon::before{content:""}.fa-gopuram::before{content:""}.fa-earth-oceania::before{content:""}.fa-globe-oceania::before{content:""}.fa-container-storage::before{content:""}.fa-face-pouting::before{content:""}.fa-square-xmark::before{content:""}.fa-times-square::before{content:""}.fa-xmark-square::before{content:""}.fa-face-explode::before{content:""}.fa-exploding-head::before{content:""}.fa-hashtag::before{content:"\#"}.fa-up-right-and-down-left-from-center::before{content:""}.fa-expand-alt::before{content:""}.fa-oil-can::before{content:""}.fa-t::before{content:"T"}.fa-transformer-bolt::before{content:""}.fa-hippo::before{content:""}.fa-chart-column::before{content:""}.fa-cassette-vhs::before{content:""}.fa-vhs::before{content:""}.fa-infinity::before{content:""}.fa-vial-circle-check::before{content:""}.fa-chimney::before{content:""}.fa-object-intersect::before{content:""}.fa-person-arrow-down-to-line::before{content:""}.fa-voicemail::before{content:""}.fa-block-brick::before{content:""}.fa-wall-brick::before{content:""}.fa-fan::before{content:""}.fa-bags-shopping::before{content:""}.fa-paragraph-left::before{content:""}.fa-paragraph-rtl::before{content:""}.fa-person-walking-luggage::before{content:""}.fa-caravan-simple::before{content:""}.fa-caravan-alt::before{content:""}.fa-turtle::before{content:""}.fa-pencil-mechanical::before{content:""}.fa-up-down::before{content:""}.fa-arrows-alt-v::before{content:""}.fa-cloud-moon-rain::before{content:""}.fa-booth-curtain::before{content:""}.fa-calendar::before{content:""}.fa-box-heart::before{content:""}.fa-trailer::before{content:""}.fa-user-doctor-message::before{content:""}.fa-user-md-chat::before{content:""}.fa-bahai::before{content:""}.fa-haykal::before{content:""}.fa-lighthouse::before{content:""}.fa-amp-guitar::before{content:""}.fa-sd-card::before{content:""}.fa-volume-slash::before{content:""}.fa-border-bottom::before{content:""}.fa-wifi-weak::before{content:""}.fa-wifi-1::before{content:""}.fa-dragon::before{content:""}.fa-shoe-prints::before{content:""}.fa-circle-plus::before{content:""}.fa-plus-circle::before{content:""}.fa-face-grin-tongue-wink::before{content:""}.fa-grin-tongue-wink::before{content:""}.fa-hand-holding::before{content:""}.fa-plug-circle-exclamation::before{content:""}.fa-link-slash::before{content:""}.fa-chain-broken::before{content:""}.fa-chain-slash::before{content:""}.fa-unlink::before{content:""}.fa-clone::before{content:""}.fa-person-walking-arrow-loop-left::before{content:""}.fa-arrow-up-z-a::before{content:""}.fa-sort-alpha-up-alt::before{content:""}.fa-fire-flame-curved::before{content:""}.fa-fire-alt::before{content:""}.fa-tornado::before{content:""}.fa-file-circle-plus::before{content:""}.fa-delete-right::before{content:""}.fa-book-quran::before{content:""}.fa-quran::before{content:""}.fa-circle-quarter::before{content:""}.fa-anchor::before{content:""}.fa-border-all::before{content:""}.fa-function::before{content:""}.fa-face-angry::before{content:""}.fa-angry::before{content:""}.fa-people-simple::before{content:""}.fa-cookie-bite::before{content:""}.fa-arrow-trend-down::before{content:""}.fa-rss::before{content:""}.fa-feed::before{content:""}.fa-face-monocle::before{content:""}.fa-draw-polygon::before{content:""}.fa-scale-balanced::before{content:""}.fa-balance-scale::before{content:""}.fa-calendar-lines::before{content:""}.fa-calendar-note::before{content:""}.fa-arrow-down-big-small::before{content:""}.fa-sort-size-down::before{content:""}.fa-gauge-simple-high::before{content:""}.fa-tachometer::before{content:""}.fa-tachometer-fast::before{content:""}.fa-do-not-enter::before{content:""}.fa-shower::before{content:""}.fa-dice-d8::before{content:""}.fa-desktop::before{content:""}.fa-desktop-alt::before{content:""}.fa-m::before{content:"M"}.fa-grip-dots-vertical::before{content:""}.fa-face-viewfinder::before{content:""}.fa-soft-serve::before{content:""}.fa-creemee::before{content:""}.fa-h5::before{content:""}.fa-hand-back-point-down::before{content:""}.fa-table-list::before{content:""}.fa-th-list::before{content:""}.fa-comment-sms::before{content:""}.fa-sms::before{content:""}.fa-rectangle::before{content:""}.fa-rectangle-landscape::before{content:""}.fa-clipboard-list-check::before{content:""}.fa-turkey::before{content:""}.fa-book::before{content:""}.fa-user-plus::before{content:""}.fa-ice-skate::before{content:""}.fa-check::before{content:""}.fa-battery-three-quarters::before{content:""}.fa-battery-4::before{content:""}.fa-tomato::before{content:""}.fa-sword-laser::before{content:""}.fa-house-circle-check::before{content:""}.fa-buildings::before{content:""}.fa-angle-left::before{content:""}.fa-cart-flatbed-boxes::before{content:""}.fa-dolly-flatbed-alt::before{content:""}.fa-diagram-successor::before{content:""}.fa-truck-arrow-right::before{content:""}.fa-square-w::before{content:""}.fa-arrows-split-up-and-left::before{content:""}.fa-lamp::before{content:""}.fa-airplay::before{content:""}.fa-hand-fist::before{content:""}.fa-fist-raised::before{content:""}.fa-shield-quartered::before{content:""}.fa-slash-forward::before{content:"\/"}.fa-location-pen::before{content:""}.fa-map-marker-edit::before{content:""}.fa-cloud-moon::before{content:""}.fa-pot-food::before{content:""}.fa-briefcase::before{content:""}.fa-person-falling::before{content:""}.fa-image-portrait::before{content:""}.fa-portrait::before{content:""}.fa-user-tag::before{content:""}.fa-rug::before{content:""}.fa-print-slash::before{content:""}.fa-earth-europe::before{content:""}.fa-globe-europe::before{content:""}.fa-cart-flatbed-suitcase::before{content:""}.fa-luggage-cart::before{content:""}.fa-hand-back-point-ribbon::before{content:""}.fa-rectangle-xmark::before{content:""}.fa-rectangle-times::before{content:""}.fa-times-rectangle::before{content:""}.fa-window-close::before{content:""}.fa-tire-rugged::before{content:""}.fa-lightbulb-dollar::before{content:""}.fa-cowbell::before{content:""}.fa-baht-sign::before{content:""}.fa-corner::before{content:""}.fa-chevrons-right::before{content:""}.fa-chevron-double-right::before{content:""}.fa-book-open::before{content:""}.fa-book-journal-whills::before{content:""}.fa-journal-whills::before{content:""}.fa-inhaler::before{content:""}.fa-handcuffs::before{content:""}.fa-snake::before{content:""}.fa-triangle-exclamation::before{content:""}.fa-exclamation-triangle::before{content:""}.fa-warning::before{content:""}.fa-note-medical::before{content:""}.fa-database::before{content:""}.fa-down-left::before{content:""}.fa-share::before{content:""}.fa-arrow-turn-right::before{content:""}.fa-mail-forward::before{content:""}.fa-face-thinking::before{content:""}.fa-turn-down-right::before{content:""}.fa-bottle-droplet::before{content:""}.fa-mask-face::before{content:""}.fa-hill-rockslide::before{content:""}.fa-scanner-keyboard::before{content:""}.fa-circle-o::before{content:""}.fa-grid-horizontal::before{content:""}.fa-message-dollar::before{content:""}.fa-comment-alt-dollar::before{content:""}.fa-right-left::before{content:""}.fa-exchange-alt::before{content:""}.fa-columns-3::before{content:""}.fa-paper-plane::before{content:""}.fa-road-circle-exclamation::before{content:""}.fa-dungeon::before{content:""}.fa-hand-holding-box::before{content:""}.fa-input-text::before{content:""}.fa-window-flip::before{content:""}.fa-window-alt::before{content:""}.fa-align-right::before{content:""}.fa-scanner-gun::before{content:""}.fa-scanner::before{content:""}.fa-tire::before{content:""}.fa-engine::before{content:""}.fa-money-bill-1-wave::before{content:""}.fa-money-bill-wave-alt::before{content:""}.fa-life-ring::before{content:""}.fa-hands::before{content:""}.fa-sign-language::before{content:""}.fa-signing::before{content:""}.fa-circle-caret-right::before{content:""}.fa-caret-circle-right::before{content:""}.fa-wheat::before{content:""}.fa-file-spreadsheet::before{content:""}.fa-audio-description-slash::before{content:""}.fa-calendar-day::before{content:""}.fa-water-ladder::before{content:""}.fa-ladder-water::before{content:""}.fa-swimming-pool::before{content:""}.fa-arrows-up-down::before{content:""}.fa-arrows-v::before{content:""}.fa-chess-pawn-piece::before{content:""}.fa-chess-pawn-alt::before{content:""}.fa-face-grimace::before{content:""}.fa-grimace::before{content:""}.fa-wheelchair-move::before{content:""}.fa-wheelchair-alt::before{content:""}.fa-turn-down::before{content:""}.fa-level-down-alt::before{content:""}.fa-square-s::before{content:""}.fa-rectangle-barcode::before{content:""}.fa-barcode-alt::before{content:""}.fa-person-walking-arrow-right::before{content:""}.fa-square-envelope::before{content:""}.fa-envelope-square::before{content:""}.fa-dice::before{content:""}.fa-unicorn::before{content:""}.fa-bowling-ball::before{content:""}.fa-pompebled::before{content:""}.fa-brain::before{content:""}.fa-watch-smart::before{content:""}.fa-book-user::before{content:""}.fa-sensor-cloud::before{content:""}.fa-sensor-smoke::before{content:""}.fa-clapperboard-play::before{content:""}.fa-bandage::before{content:""}.fa-band-aid::before{content:""}.fa-calendar-minus::before{content:""}.fa-circle-xmark::before{content:""}.fa-times-circle::before{content:""}.fa-xmark-circle::before{content:""}.fa-circle-4::before{content:""}.fa-gifts::before{content:""}.fa-album-collection::before{content:""}.fa-hotel::before{content:""}.fa-earth-asia::before{content:""}.fa-globe-asia::before{content:""}.fa-id-card-clip::before{content:""}.fa-id-card-alt::before{content:""}.fa-magnifying-glass-plus::before{content:""}.fa-search-plus::before{content:""}.fa-thumbs-up::before{content:""}.fa-cloud-showers::before{content:""}.fa-user-clock::before{content:""}.fa-onion::before{content:""}.fa-clock-twelve-thirty::before{content:""}.fa-arrow-down-to-dotted-line::before{content:""}.fa-hand-dots::before{content:""}.fa-allergies::before{content:""}.fa-file-invoice::before{content:""}.fa-window-minimize::before{content:""}.fa-rectangle-wide::before{content:""}.fa-comment-arrow-up::before{content:""}.fa-garlic::before{content:""}.fa-mug-saucer::before{content:""}.fa-coffee::before{content:""}.fa-brush::before{content:""}.fa-tree-decorated::before{content:""}.fa-mask::before{content:""}.fa-calendar-heart::before{content:""}.fa-magnifying-glass-minus::before{content:""}.fa-search-minus::before{content:""}.fa-flower::before{content:""}.fa-arrow-down-from-arc::before{content:""}.fa-right-left-large::before{content:""}.fa-ruler-vertical::before{content:""}.fa-circles-overlap::before{content:""}.fa-user-large::before{content:""}.fa-user-alt::before{content:""}.fa-starship-freighter::before{content:""}.fa-train-tram::before{content:""}.fa-bridge-suspension::before{content:""}.fa-trash-check::before{content:""}.fa-user-nurse::before{content:""}.fa-boombox::before{content:""}.fa-syringe::before{content:""}.fa-cloud-sun::before{content:""}.fa-shield-exclamation::before{content:""}.fa-stopwatch-20::before{content:""}.fa-square-full::before{content:""}.fa-grip-dots::before{content:""}.fa-comment-exclamation::before{content:""}.fa-pen-swirl::before{content:""}.fa-falafel::before{content:""}.fa-circle-2::before{content:""}.fa-magnet::before{content:""}.fa-jar::before{content:""}.fa-gramophone::before{content:""}.fa-dice-d12::before{content:""}.fa-note-sticky::before{content:""}.fa-sticky-note::before{content:""}.fa-down::before{content:""}.fa-arrow-alt-down::before{content:""}.fa-hundred-points::before{content:""}.fa-100::before{content:""}.fa-paperclip-vertical::before{content:""}.fa-wind-warning::before{content:""}.fa-wind-circle-exclamation::before{content:""}.fa-location-pin-slash::before{content:""}.fa-map-marker-slash::before{content:""}.fa-face-sad-sweat::before{content:""}.fa-bug-slash::before{content:""}.fa-cupcake::before{content:""}.fa-light-switch-off::before{content:""}.fa-toggle-large-off::before{content:""}.fa-pen-fancy-slash::before{content:""}.fa-truck-container::before{content:""}.fa-boot::before{content:""}.fa-arrow-up-from-water-pump::before{content:""}.fa-file-check::before{content:""}.fa-bone::before{content:""}.fa-cards-blank::before{content:""}.fa-circle-3::before{content:""}.fa-bench-tree::before{content:""}.fa-keyboard-brightness-low::before{content:""}.fa-ski-boot-ski::before{content:""}.fa-brain-circuit::before{content:""}.fa-user-injured::before{content:""}.fa-block-brick-fire::before{content:""}.fa-firewall::before{content:""}.fa-face-sad-tear::before{content:""}.fa-sad-tear::before{content:""}.fa-plane::before{content:""}.fa-tent-arrows-down::before{content:""}.fa-exclamation::before{content:"\!"}.fa-arrows-spin::before{content:""}.fa-face-smile-relaxed::before{content:""}.fa-comment-xmark::before{content:""}.fa-comment-times::before{content:""}.fa-print::before{content:""}.fa-turkish-lira-sign::before{content:""}.fa-try::before{content:""}.fa-turkish-lira::before{content:""}.fa-face-nose-steam::before{content:""}.fa-circle-waveform-lines::before{content:""}.fa-waveform-circle::before{content:""}.fa-dollar-sign::before{content:"\$"}.fa-dollar::before{content:"\$"}.fa-usd::before{content:"\$"}.fa-ferris-wheel::before{content:""}.fa-computer-speaker::before{content:""}.fa-skull-cow::before{content:""}.fa-x::before{content:"X"}.fa-magnifying-glass-dollar::before{content:""}.fa-search-dollar::before{content:""}.fa-users-gear::before{content:""}.fa-users-cog::before{content:""}.fa-person-military-pointing::before{content:""}.fa-building-columns::before{content:""}.fa-bank::before{content:""}.fa-institution::before{content:""}.fa-museum::before{content:""}.fa-university::before{content:""}.fa-circle-t::before{content:""}.fa-sack::before{content:""}.fa-grid-2::before{content:""}.fa-camera-cctv::before{content:""}.fa-cctv::before{content:""}.fa-umbrella::before{content:""}.fa-trowel::before{content:""}.fa-horizontal-rule::before{content:""}.fa-bed-front::before{content:""}.fa-bed-alt::before{content:""}.fa-d::before{content:"D"}.fa-stapler::before{content:""}.fa-masks-theater::before{content:""}.fa-theater-masks::before{content:""}.fa-kip-sign::before{content:""}.fa-face-woozy::before{content:""}.fa-cloud-question::before{content:""}.fa-pineapple::before{content:""}.fa-hand-point-left::before{content:""}.fa-gallery-thumbnails::before{content:""}.fa-circle-j::before{content:""}.fa-eyes::before{content:""}.fa-handshake-simple::before{content:""}.fa-handshake-alt::before{content:""}.fa-page-caret-up::before{content:""}.fa-file-caret-up::before{content:""}.fa-jet-fighter::before{content:""}.fa-fighter-jet::before{content:""}.fa-comet::before{content:""}.fa-square-share-nodes::before{content:""}.fa-share-alt-square::before{content:""}.fa-shield-keyhole::before{content:""}.fa-barcode::before{content:""}.fa-plus-minus::before{content:""}.fa-square-sliders-vertical::before{content:""}.fa-sliders-v-square::before{content:""}.fa-video::before{content:""}.fa-video-camera::before{content:""}.fa-message-middle::before{content:""}.fa-comment-middle-alt::before{content:""}.fa-graduation-cap::before{content:""}.fa-mortar-board::before{content:""}.fa-hand-holding-medical::before{content:""}.fa-person-circle-check::before{content:""}.fa-square-z::before{content:""}.fa-message-text::before{content:""}.fa-comment-alt-text::before{content:""}.fa-turn-up::before{content:""}.fa-level-up-alt::before{content:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url("src/assets/webfonts/fa-light-300.woff2") format("woff2"),url("src/assets/webfonts/fa-light-300.ttf") format("truetype")}.fal,.fa-light{font-weight:300}/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url("src/assets/webfonts/fa-solid-900.woff2") format("woff2"),url("src/assets/webfonts/fa-solid-900.ttf") format("truetype")}.fas,.fa-solid{font-weight:900}/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url("src/assets/webfonts/fa-regular-400.woff2") format("woff2"),url("src/assets/webfonts/fa-regular-400.ttf") format("truetype")}.far,.fa-regular{font-weight:400}/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("src/assets/webfonts/fa-brands-400.woff2") format("woff2"),url("src/assets/webfonts/fa-brands-400.ttf") format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-square-js:before{content:""}.fa-js-square:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-square-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-sistrix:before{content:""}.fa-square-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-square-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-square-snapchat:before{content:""}.fa-snapchat-square:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-square-font-awesome-stroke:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-square-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wpressr:before{content:""}.fa-rendact:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-shoelace:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before{content:""}.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-square-github:before{content:""}.fa-github-square:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-square-gitlab:before{content:""}.fa-gitlab-square:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-square-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-square-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-facebook-f:before{content:""}.fa-square-google-plus:before{content:""}.fa-google-plus-square:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before{content:""}.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before{content:""}.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-square-pied-piper:before{content:""}.fa-pied-piper-square:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-square-facebook:before{content:""}.fa-facebook-square:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-square-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before{content:""}.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-square-behance:before{content:""}.fa-behance-square:before{content:""}.fa-supple:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-square-git:before{content:""}.fa-git-square:before{content:""}.fa-square-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */:root,:host{--fa-style-family-duotone: "Font Awesome 6 Duotone";--fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone"}@font-face{font-family:"Font Awesome 6 Duotone";font-style:normal;font-weight:900;font-display:block;src:url("src/assets/webfonts/fa-duotone-900.woff2") format("woff2"),url("src/assets/webfonts/fa-duotone-900.ttf") format("truetype")}.fad,.fa-duotone{position:relative;font-weight:900;letter-spacing:normal}.fad::before,.fa-duotone::before{position:absolute;color:var(--fa-primary-color, inherit);opacity:var(--fa-primary-opacity, 1)}.fad::after,.fa-duotone::after{color:var(--fa-secondary-color, inherit);opacity:var(--fa-secondary-opacity, 0.4)}.fa-swap-opacity .fad::before,.fa-swap-opacity .fa-duotone::before,.fad.fa-swap-opacity::before,.fa-duotone.fa-swap-opacity::before{opacity:var(--fa-secondary-opacity, 0.4)}.fa-swap-opacity .fad::after,.fa-swap-opacity .fa-duotone::after,.fad.fa-swap-opacity::after,.fa-duotone.fa-swap-opacity::after{opacity:var(--fa-primary-opacity, 1)}.fad.fa-inverse,.fa-duotone.fa-inverse{color:var(--fa-inverse, #fff)}.fad.fa-stack-1x,.fad.fa-stack-2x,.fa-duotone.fa-stack-1x,.fa-duotone.fa-stack-2x{position:absolute}:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #393939;--primary: #636363;--secondary: #d51130;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #ED2C30;--light: #e4e4e4;--dark: #3C3C3B;--background: #f8f8f8;--extralight: #FAFAFA;--gray: #c4c4c4;--lightgray: #f4f3f3;--lightsilver: #d8d8d8;--neutral: #c4c4c4;--white: #fff;--delete-red: #ED2C30;--gray-navy: #949494;--platinum: #e4e4e4;--base-black: #1E1E1E;--wedia-blue: #1463FF;--info-blue: #F1F6FF;--warning-icon-orange: #FFA113;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1441px;--breakpoint-xxl: 1919px;--font-family-sans-serif: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#3c3c3b;text-align:left;background-color:#f8f8f8}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:700}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#d51130;text-decoration:none;background-color:transparent}a:hover{color:#8e0b20;text-decoration:none}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:3rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.32rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:85%;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:85%;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.125rem;background-color:#d51130;border:1px solid #d51130;border-radius:0;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#3c3c3b;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:500}pre{display:block;font-size:87.5%;color:#3c3c3b}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:8px;padding-left:8px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1441px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:8px;padding-left:8px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1441px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(min-width: 1919px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#3c3c3b}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #e4e4e4}.table thead th{vertical-align:bottom;border-bottom:2px solid #e4e4e4}.table tbody+tbody{border-top:2px solid #e4e4e4}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #e4e4e4}.table-bordered th,.table-bordered td{border:1px solid #e4e4e4}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#3c3c3b;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#d3d3d3}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#aeaeae}.table-hover .table-primary:hover{background-color:#c6c6c6}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#c6c6c6}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#f3bcc5}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#e98393}.table-hover .table-secondary:hover{background-color:#efa6b2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#efa6b2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#fac4c5}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#f69193}.table-hover .table-danger:hover{background-color:#f8acae}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f8acae}.table-light,.table-light>th,.table-light>td{background-color:#f7f7f7}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#f1f1f1}.table-hover .table-light:hover{background-color:#eaeaea}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#eaeaea}.table-dark,.table-dark>th,.table-dark>td{background-color:#c8c8c8}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#9a9a99}.table-hover .table-dark:hover{background-color:#bbb}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#bbb}.table-background,.table-background>th,.table-background>td{background-color:#fdfdfd}.table-background th,.table-background td,.table-background thead th,.table-background tbody+tbody{border-color:#fbfbfb}.table-hover .table-background:hover{background-color:#f0f0f0}.table-hover .table-background:hover>td,.table-hover .table-background:hover>th{background-color:#f0f0f0}.table-extralight,.table-extralight>th,.table-extralight>td{background-color:#fefefe}.table-extralight th,.table-extralight td,.table-extralight thead th,.table-extralight tbody+tbody{border-color:#fcfcfc}.table-hover .table-extralight:hover{background-color:#f1f1f1}.table-hover .table-extralight:hover>td,.table-hover .table-extralight:hover>th{background-color:#f1f1f1}.table-gray,.table-gray>th,.table-gray>td{background-color:#eee}.table-gray th,.table-gray td,.table-gray thead th,.table-gray tbody+tbody{border-color:#e0e0e0}.table-hover .table-gray:hover{background-color:#e1e1e1}.table-hover .table-gray:hover>td,.table-hover .table-gray:hover>th{background-color:#e1e1e1}.table-lightgray,.table-lightgray>th,.table-lightgray>td{background-color:#fcfcfc}.table-lightgray th,.table-lightgray td,.table-lightgray thead th,.table-lightgray tbody+tbody{border-color:#f9f9f9}.table-hover .table-lightgray:hover{background-color:#efefef}.table-hover .table-lightgray:hover>td,.table-hover .table-lightgray:hover>th{background-color:#efefef}.table-lightsilver,.table-lightsilver>th,.table-lightsilver>td{background-color:#f4f4f4}.table-lightsilver th,.table-lightsilver td,.table-lightsilver thead th,.table-lightsilver tbody+tbody{border-color:#ebebeb}.table-hover .table-lightsilver:hover{background-color:#e7e7e7}.table-hover .table-lightsilver:hover>td,.table-hover .table-lightsilver:hover>th{background-color:#e7e7e7}.table-neutral,.table-neutral>th,.table-neutral>td{background-color:#eee}.table-neutral th,.table-neutral td,.table-neutral thead th,.table-neutral tbody+tbody{border-color:#e0e0e0}.table-hover .table-neutral:hover{background-color:#e1e1e1}.table-hover .table-neutral:hover>td,.table-hover .table-neutral:hover>th{background-color:#e1e1e1}.table-white,.table-white>th,.table-white>td{background-color:#fff}.table-white th,.table-white td,.table-white thead th,.table-white tbody+tbody{border-color:#fff}.table-hover .table-white:hover{background-color:#f2f2f2}.table-hover .table-white:hover>td,.table-hover .table-white:hover>th{background-color:#f2f2f2}.table-delete-red,.table-delete-red>th,.table-delete-red>td{background-color:#fac4c5}.table-delete-red th,.table-delete-red td,.table-delete-red thead th,.table-delete-red tbody+tbody{border-color:#f69193}.table-hover .table-delete-red:hover{background-color:#f8acae}.table-hover .table-delete-red:hover>td,.table-hover .table-delete-red:hover>th{background-color:#f8acae}.table-gray-navy,.table-gray-navy>th,.table-gray-navy>td{background-color:#e1e1e1}.table-gray-navy th,.table-gray-navy td,.table-gray-navy thead th,.table-gray-navy tbody+tbody{border-color:#c7c7c7}.table-hover .table-gray-navy:hover{background-color:#d4d4d4}.table-hover .table-gray-navy:hover>td,.table-hover .table-gray-navy:hover>th{background-color:#d4d4d4}.table-platinum,.table-platinum>th,.table-platinum>td{background-color:#f7f7f7}.table-platinum th,.table-platinum td,.table-platinum thead th,.table-platinum tbody+tbody{border-color:#f1f1f1}.table-hover .table-platinum:hover{background-color:#eaeaea}.table-hover .table-platinum:hover>td,.table-hover .table-platinum:hover>th{background-color:#eaeaea}.table-base-black,.table-base-black>th,.table-base-black>td{background-color:silver}.table-base-black th,.table-base-black td,.table-base-black thead th,.table-base-black tbody+tbody{border-color:#8a8a8a}.table-hover .table-base-black:hover{background-color:#b3b3b3}.table-hover .table-base-black:hover>td,.table-hover .table-base-black:hover>th{background-color:#b3b3b3}.table-wedia-blue,.table-wedia-blue>th,.table-wedia-blue>td{background-color:#bdd3ff}.table-wedia-blue th,.table-wedia-blue td,.table-wedia-blue thead th,.table-wedia-blue tbody+tbody{border-color:#85aeff}.table-hover .table-wedia-blue:hover{background-color:#a4c2ff}.table-hover .table-wedia-blue:hover>td,.table-hover .table-wedia-blue:hover>th{background-color:#a4c2ff}.table-info-blue,.table-info-blue>th,.table-info-blue>td{background-color:#fbfcff}.table-info-blue th,.table-info-blue td,.table-info-blue thead th,.table-info-blue tbody+tbody{border-color:#f8faff}.table-hover .table-info-blue:hover{background-color:#e2e9ff}.table-hover .table-info-blue:hover>td,.table-hover .table-info-blue:hover>th{background-color:#e2e9ff}.table-warning-icon-orange,.table-warning-icon-orange>th,.table-warning-icon-orange>td{background-color:#ffe5bd}.table-warning-icon-orange th,.table-warning-icon-orange td,.table-warning-icon-orange thead th,.table-warning-icon-orange tbody+tbody{border-color:#ffce84}.table-hover .table-warning-icon-orange:hover{background-color:#ffdba4}.table-hover .table-warning-icon-orange:hover>td,.table-hover .table-warning-icon-orange:hover>th{background-color:#ffdba4}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#393939;border-color:#4c4c4c}.table .thead-light th{color:#454545;background-color:#f4f3f3;border-color:#e4e4e4}.table-dark{color:#fff;background-color:#393939}.table-dark th,.table-dark td,.table-dark thead th{border-color:#4c4c4c}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media(max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width: 1440.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}@media(max-width: 1918.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + 1rem + 2px);padding:.5rem .5rem;font-size:1rem;font-weight:400;line-height:1.5;color:#454545;background-color:#fff;background-clip:padding-box;border:1px solid #e4e4e4;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#454545;background-color:#fff;border-color:#d51130;outline:0;box-shadow:0 0 0 0 rgba(213,17,48,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f4f3f3;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #454545}select.form-control:focus::-ms-value{color:#454545;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.5rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#3c3c3b;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:85%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + 1rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.25rem) center;background-size:calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 0 rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:2rem !important;background-position:right 1rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1rem);background-position:top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(0.75em + 2.25rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23393939' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .5rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 0 rgba(40,167,69,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 0 rgba(40,167,69,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 0 rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:85%;color:#ed2c30}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(237,44,48,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#ed2c30;padding-right:calc(1.5em + 1rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ED2C30' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ED2C30' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.25rem) center;background-size:calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ed2c30;box-shadow:0 0 0 0 rgba(237,44,48,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:2rem !important;background-position:right 1rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1rem);background-position:top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#ed2c30;padding-right:calc(0.75em + 2.25rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23393939' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .5rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ED2C30' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ED2C30' stroke='none'/%3e%3c/svg%3e") center right 1.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#ed2c30;box-shadow:0 0 0 0 rgba(237,44,48,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#ed2c30}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#ed2c30}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#ed2c30}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#f15b5e;background-color:#f15b5e}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 0 rgba(237,44,48,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#ed2c30}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#ed2c30}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ed2c30;box-shadow:0 0 0 0 rgba(237,44,48,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#3c3c3b;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.75rem 1.75rem;font-size:1rem;line-height:1;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#3c3c3b;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 0 rgba(213,17,48,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#636363;border-color:#636363}.btn-primary:hover{color:#fff;background-color:#505050;border-color:#4a4a4a}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#505050;border-color:#4a4a4a;box-shadow:0 0 0 0 rgba(122,122,122,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#636363;border-color:#636363}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#4a4a4a;border-color:#434343}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(122,122,122,.5)}.btn-secondary{color:#fff;background-color:#d51130;border-color:#d51130}.btn-secondary:hover{color:#fff;background-color:#b20e28;border-color:#a60d25}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#b20e28;border-color:#a60d25;box-shadow:0 0 0 0 rgba(219,53,79,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#d51130;border-color:#d51130}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#a60d25;border-color:#9a0c23}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(219,53,79,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 0 rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 0 rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(58,176,195,.5)}.btn-warning{color:#3c3c3b;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#3c3c3b;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#3c3c3b;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 0 rgba(226,173,15,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#3c3c3b;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#3c3c3b;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(226,173,15,.5)}.btn-danger{color:#fff;background-color:#ed2c30;border-color:#ed2c30}.btn-danger:hover{color:#fff;background-color:#e01317;border-color:#d41216}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#e01317;border-color:#d41216;box-shadow:0 0 0 0 rgba(240,76,79,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#ed2c30;border-color:#ed2c30}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#d41216;border-color:#c81115}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(240,76,79,.5)}.btn-light{color:#3c3c3b;background-color:#e4e4e4;border-color:#e4e4e4}.btn-light:hover{color:#3c3c3b;background-color:#d1d1d1;border-color:#cbcbcb}.btn-light:focus,.btn-light.focus{color:#3c3c3b;background-color:#d1d1d1;border-color:#cbcbcb;box-shadow:0 0 0 0 rgba(203,203,203,.5)}.btn-light.disabled,.btn-light:disabled{color:#3c3c3b;background-color:#e4e4e4;border-color:#e4e4e4}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#3c3c3b;background-color:#cbcbcb;border-color:#c4c4c4}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(203,203,203,.5)}.btn-dark{color:#fff;background-color:#3c3c3b;border-color:#3c3c3b}.btn-dark:hover{color:#fff;background-color:#292928;border-color:#222}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#292928;border-color:#222;box-shadow:0 0 0 0 rgba(89,89,88,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#3c3c3b;border-color:#3c3c3b}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#222;border-color:#1c1c1b}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(89,89,88,.5)}.btn-background{color:#3c3c3b;background-color:#f8f8f8;border-color:#f8f8f8}.btn-background:hover{color:#3c3c3b;background-color:#e5e5e5;border-color:#dfdfdf}.btn-background:focus,.btn-background.focus{color:#3c3c3b;background-color:#e5e5e5;border-color:#dfdfdf;box-shadow:0 0 0 0 rgba(220,220,220,.5)}.btn-background.disabled,.btn-background:disabled{color:#3c3c3b;background-color:#f8f8f8;border-color:#f8f8f8}.btn-background:not(:disabled):not(.disabled):active,.btn-background:not(:disabled):not(.disabled).active,.show>.btn-background.dropdown-toggle{color:#3c3c3b;background-color:#dfdfdf;border-color:#d8d8d8}.btn-background:not(:disabled):not(.disabled):active:focus,.btn-background:not(:disabled):not(.disabled).active:focus,.show>.btn-background.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(220,220,220,.5)}.btn-extralight{color:#3c3c3b;background-color:#fafafa;border-color:#fafafa}.btn-extralight:hover{color:#3c3c3b;background-color:#e7e7e7;border-color:#e1e1e1}.btn-extralight:focus,.btn-extralight.focus{color:#3c3c3b;background-color:#e7e7e7;border-color:#e1e1e1;box-shadow:0 0 0 0 rgba(222,222,221,.5)}.btn-extralight.disabled,.btn-extralight:disabled{color:#3c3c3b;background-color:#fafafa;border-color:#fafafa}.btn-extralight:not(:disabled):not(.disabled):active,.btn-extralight:not(:disabled):not(.disabled).active,.show>.btn-extralight.dropdown-toggle{color:#3c3c3b;background-color:#e1e1e1;border-color:#dadada}.btn-extralight:not(:disabled):not(.disabled):active:focus,.btn-extralight:not(:disabled):not(.disabled).active:focus,.show>.btn-extralight.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(222,222,221,.5)}.btn-gray{color:#3c3c3b;background-color:#c4c4c4;border-color:#c4c4c4}.btn-gray:hover{color:#3c3c3b;background-color:#b1b1b1;border-color:#ababab}.btn-gray:focus,.btn-gray.focus{color:#3c3c3b;background-color:#b1b1b1;border-color:#ababab;box-shadow:0 0 0 0 rgba(176,176,175,.5)}.btn-gray.disabled,.btn-gray:disabled{color:#3c3c3b;background-color:#c4c4c4;border-color:#c4c4c4}.btn-gray:not(:disabled):not(.disabled):active,.btn-gray:not(:disabled):not(.disabled).active,.show>.btn-gray.dropdown-toggle{color:#3c3c3b;background-color:#ababab;border-color:#a4a4a4}.btn-gray:not(:disabled):not(.disabled):active:focus,.btn-gray:not(:disabled):not(.disabled).active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(176,176,175,.5)}.btn-lightgray{color:#3c3c3b;background-color:#f4f3f3;border-color:#f4f3f3}.btn-lightgray:hover{color:#3c3c3b;background-color:#e2dfdf;border-color:#dcd8d8}.btn-lightgray:focus,.btn-lightgray.focus{color:#3c3c3b;background-color:#e2dfdf;border-color:#dcd8d8;box-shadow:0 0 0 0 rgba(216,216,215,.5)}.btn-lightgray.disabled,.btn-lightgray:disabled{color:#3c3c3b;background-color:#f4f3f3;border-color:#f4f3f3}.btn-lightgray:not(:disabled):not(.disabled):active,.btn-lightgray:not(:disabled):not(.disabled).active,.show>.btn-lightgray.dropdown-toggle{color:#3c3c3b;background-color:#dcd8d8;border-color:#d6d2d2}.btn-lightgray:not(:disabled):not(.disabled):active:focus,.btn-lightgray:not(:disabled):not(.disabled).active:focus,.show>.btn-lightgray.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(216,216,215,.5)}.btn-lightsilver{color:#3c3c3b;background-color:#d8d8d8;border-color:#d8d8d8}.btn-lightsilver:hover{color:#3c3c3b;background-color:#c5c5c5;border-color:#bfbfbf}.btn-lightsilver:focus,.btn-lightsilver.focus{color:#3c3c3b;background-color:#c5c5c5;border-color:#bfbfbf;box-shadow:0 0 0 0 rgba(193,193,192,.5)}.btn-lightsilver.disabled,.btn-lightsilver:disabled{color:#3c3c3b;background-color:#d8d8d8;border-color:#d8d8d8}.btn-lightsilver:not(:disabled):not(.disabled):active,.btn-lightsilver:not(:disabled):not(.disabled).active,.show>.btn-lightsilver.dropdown-toggle{color:#3c3c3b;background-color:#bfbfbf;border-color:#b8b8b8}.btn-lightsilver:not(:disabled):not(.disabled):active:focus,.btn-lightsilver:not(:disabled):not(.disabled).active:focus,.show>.btn-lightsilver.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(193,193,192,.5)}.btn-neutral{color:#3c3c3b;background-color:#c4c4c4;border-color:#c4c4c4}.btn-neutral:hover{color:#3c3c3b;background-color:#b1b1b1;border-color:#ababab}.btn-neutral:focus,.btn-neutral.focus{color:#3c3c3b;background-color:#b1b1b1;border-color:#ababab;box-shadow:0 0 0 0 rgba(176,176,175,.5)}.btn-neutral.disabled,.btn-neutral:disabled{color:#3c3c3b;background-color:#c4c4c4;border-color:#c4c4c4}.btn-neutral:not(:disabled):not(.disabled):active,.btn-neutral:not(:disabled):not(.disabled).active,.show>.btn-neutral.dropdown-toggle{color:#3c3c3b;background-color:#ababab;border-color:#a4a4a4}.btn-neutral:not(:disabled):not(.disabled):active:focus,.btn-neutral:not(:disabled):not(.disabled).active:focus,.show>.btn-neutral.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(176,176,175,.5)}.btn-white{color:#3c3c3b;background-color:#fff;border-color:#fff}.btn-white:hover{color:#3c3c3b;background-color:#ececec;border-color:#e6e6e6}.btn-white:focus,.btn-white.focus{color:#3c3c3b;background-color:#ececec;border-color:#e6e6e6;box-shadow:0 0 0 0 rgba(226,226,226,.5)}.btn-white.disabled,.btn-white:disabled{color:#3c3c3b;background-color:#fff;border-color:#fff}.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active,.show>.btn-white.dropdown-toggle{color:#3c3c3b;background-color:#e6e6e6;border-color:#dfdfdf}.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white:not(:disabled):not(.disabled).active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(226,226,226,.5)}.btn-delete-red{color:#fff;background-color:#ed2c30;border-color:#ed2c30}.btn-delete-red:hover{color:#fff;background-color:#e01317;border-color:#d41216}.btn-delete-red:focus,.btn-delete-red.focus{color:#fff;background-color:#e01317;border-color:#d41216;box-shadow:0 0 0 0 rgba(240,76,79,.5)}.btn-delete-red.disabled,.btn-delete-red:disabled{color:#fff;background-color:#ed2c30;border-color:#ed2c30}.btn-delete-red:not(:disabled):not(.disabled):active,.btn-delete-red:not(:disabled):not(.disabled).active,.show>.btn-delete-red.dropdown-toggle{color:#fff;background-color:#d41216;border-color:#c81115}.btn-delete-red:not(:disabled):not(.disabled):active:focus,.btn-delete-red:not(:disabled):not(.disabled).active:focus,.show>.btn-delete-red.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(240,76,79,.5)}.btn-gray-navy{color:#fff;background-color:#949494;border-color:#949494}.btn-gray-navy:hover{color:#fff;background-color:#818181;border-color:#7b7b7b}.btn-gray-navy:focus,.btn-gray-navy.focus{color:#fff;background-color:#818181;border-color:#7b7b7b;box-shadow:0 0 0 0 rgba(164,164,164,.5)}.btn-gray-navy.disabled,.btn-gray-navy:disabled{color:#fff;background-color:#949494;border-color:#949494}.btn-gray-navy:not(:disabled):not(.disabled):active,.btn-gray-navy:not(:disabled):not(.disabled).active,.show>.btn-gray-navy.dropdown-toggle{color:#fff;background-color:#7b7b7b;border-color:#747474}.btn-gray-navy:not(:disabled):not(.disabled):active:focus,.btn-gray-navy:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-navy.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(164,164,164,.5)}.btn-platinum{color:#3c3c3b;background-color:#e4e4e4;border-color:#e4e4e4}.btn-platinum:hover{color:#3c3c3b;background-color:#d1d1d1;border-color:#cbcbcb}.btn-platinum:focus,.btn-platinum.focus{color:#3c3c3b;background-color:#d1d1d1;border-color:#cbcbcb;box-shadow:0 0 0 0 rgba(203,203,203,.5)}.btn-platinum.disabled,.btn-platinum:disabled{color:#3c3c3b;background-color:#e4e4e4;border-color:#e4e4e4}.btn-platinum:not(:disabled):not(.disabled):active,.btn-platinum:not(:disabled):not(.disabled).active,.show>.btn-platinum.dropdown-toggle{color:#3c3c3b;background-color:#cbcbcb;border-color:#c4c4c4}.btn-platinum:not(:disabled):not(.disabled):active:focus,.btn-platinum:not(:disabled):not(.disabled).active:focus,.show>.btn-platinum.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(203,203,203,.5)}.btn-base-black{color:#fff;background-color:#1e1e1e;border-color:#1e1e1e}.btn-base-black:hover{color:#fff;background-color:#0b0b0b;border-color:#050505}.btn-base-black:focus,.btn-base-black.focus{color:#fff;background-color:#0b0b0b;border-color:#050505;box-shadow:0 0 0 0 rgba(64,64,64,.5)}.btn-base-black.disabled,.btn-base-black:disabled{color:#fff;background-color:#1e1e1e;border-color:#1e1e1e}.btn-base-black:not(:disabled):not(.disabled):active,.btn-base-black:not(:disabled):not(.disabled).active,.show>.btn-base-black.dropdown-toggle{color:#fff;background-color:#050505;border-color:#000}.btn-base-black:not(:disabled):not(.disabled):active:focus,.btn-base-black:not(:disabled):not(.disabled).active:focus,.show>.btn-base-black.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(64,64,64,.5)}.btn-wedia-blue{color:#fff;background-color:#1463ff;border-color:#1463ff}.btn-wedia-blue:hover{color:#fff;background-color:#0050ed;border-color:#004be0}.btn-wedia-blue:focus,.btn-wedia-blue.focus{color:#fff;background-color:#0050ed;border-color:#004be0;box-shadow:0 0 0 0 rgba(55,122,255,.5)}.btn-wedia-blue.disabled,.btn-wedia-blue:disabled{color:#fff;background-color:#1463ff;border-color:#1463ff}.btn-wedia-blue:not(:disabled):not(.disabled):active,.btn-wedia-blue:not(:disabled):not(.disabled).active,.show>.btn-wedia-blue.dropdown-toggle{color:#fff;background-color:#004be0;border-color:#0047d3}.btn-wedia-blue:not(:disabled):not(.disabled):active:focus,.btn-wedia-blue:not(:disabled):not(.disabled).active:focus,.show>.btn-wedia-blue.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(55,122,255,.5)}.btn-info-blue{color:#3c3c3b;background-color:#f1f6ff;border-color:#f1f6ff}.btn-info-blue:hover{color:#3c3c3b;background-color:#cbddff;border-color:#bed5ff}.btn-info-blue:focus,.btn-info-blue.focus{color:#3c3c3b;background-color:#cbddff;border-color:#bed5ff;box-shadow:0 0 0 0 rgba(214,218,226,.5)}.btn-info-blue.disabled,.btn-info-blue:disabled{color:#3c3c3b;background-color:#f1f6ff;border-color:#f1f6ff}.btn-info-blue:not(:disabled):not(.disabled):active,.btn-info-blue:not(:disabled):not(.disabled).active,.show>.btn-info-blue.dropdown-toggle{color:#3c3c3b;background-color:#bed5ff;border-color:#b1cdff}.btn-info-blue:not(:disabled):not(.disabled):active:focus,.btn-info-blue:not(:disabled):not(.disabled).active:focus,.show>.btn-info-blue.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(214,218,226,.5)}.btn-warning-icon-orange{color:#3c3c3b;background-color:#ffa113;border-color:#ffa113}.btn-warning-icon-orange:hover{color:#3c3c3b;background-color:#ec8e00;border-color:#df8600}.btn-warning-icon-orange:focus,.btn-warning-icon-orange.focus{color:#3c3c3b;background-color:#ec8e00;border-color:#df8600;box-shadow:0 0 0 0 rgba(226,146,25,.5)}.btn-warning-icon-orange.disabled,.btn-warning-icon-orange:disabled{color:#3c3c3b;background-color:#ffa113;border-color:#ffa113}.btn-warning-icon-orange:not(:disabled):not(.disabled):active,.btn-warning-icon-orange:not(:disabled):not(.disabled).active,.show>.btn-warning-icon-orange.dropdown-toggle{color:#fff;background-color:#df8600;border-color:#d27f00}.btn-warning-icon-orange:not(:disabled):not(.disabled):active:focus,.btn-warning-icon-orange:not(:disabled):not(.disabled).active:focus,.show>.btn-warning-icon-orange.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(226,146,25,.5)}.btn-outline-primary{color:#636363;border-color:#636363}.btn-outline-primary:hover{color:#fff;background-color:#636363;border-color:#636363}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 0 rgba(99,99,99,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#636363;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#636363;border-color:#636363}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(99,99,99,.5)}.btn-outline-secondary{color:#d51130;border-color:#d51130}.btn-outline-secondary:hover{color:#fff;background-color:#d51130;border-color:#d51130}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 0 rgba(213,17,48,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#d51130;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#d51130;border-color:#d51130}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(213,17,48,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 0 rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 0 rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#3c3c3b;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 0 rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#3c3c3b;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,193,7,.5)}.btn-outline-danger{color:#ed2c30;border-color:#ed2c30}.btn-outline-danger:hover{color:#fff;background-color:#ed2c30;border-color:#ed2c30}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 0 rgba(237,44,48,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ed2c30;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#ed2c30;border-color:#ed2c30}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(237,44,48,.5)}.btn-outline-light{color:#e4e4e4;border-color:#e4e4e4}.btn-outline-light:hover{color:#3c3c3b;background-color:#e4e4e4;border-color:#e4e4e4}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 0 rgba(228,228,228,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#e4e4e4;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#3c3c3b;background-color:#e4e4e4;border-color:#e4e4e4}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(228,228,228,.5)}.btn-outline-dark{color:#3c3c3b;border-color:#3c3c3b}.btn-outline-dark:hover{color:#fff;background-color:#3c3c3b;border-color:#3c3c3b}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 0 rgba(60,60,59,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#3c3c3b;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#3c3c3b;border-color:#3c3c3b}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(60,60,59,.5)}.btn-outline-background{color:#f8f8f8;border-color:#f8f8f8}.btn-outline-background:hover{color:#3c3c3b;background-color:#f8f8f8;border-color:#f8f8f8}.btn-outline-background:focus,.btn-outline-background.focus{box-shadow:0 0 0 0 rgba(248,248,248,.5)}.btn-outline-background.disabled,.btn-outline-background:disabled{color:#f8f8f8;background-color:transparent}.btn-outline-background:not(:disabled):not(.disabled):active,.btn-outline-background:not(:disabled):not(.disabled).active,.show>.btn-outline-background.dropdown-toggle{color:#3c3c3b;background-color:#f8f8f8;border-color:#f8f8f8}.btn-outline-background:not(:disabled):not(.disabled):active:focus,.btn-outline-background:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-background.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(248,248,248,.5)}.btn-outline-extralight{color:#fafafa;border-color:#fafafa}.btn-outline-extralight:hover{color:#3c3c3b;background-color:#fafafa;border-color:#fafafa}.btn-outline-extralight:focus,.btn-outline-extralight.focus{box-shadow:0 0 0 0 rgba(250,250,250,.5)}.btn-outline-extralight.disabled,.btn-outline-extralight:disabled{color:#fafafa;background-color:transparent}.btn-outline-extralight:not(:disabled):not(.disabled):active,.btn-outline-extralight:not(:disabled):not(.disabled).active,.show>.btn-outline-extralight.dropdown-toggle{color:#3c3c3b;background-color:#fafafa;border-color:#fafafa}.btn-outline-extralight:not(:disabled):not(.disabled):active:focus,.btn-outline-extralight:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-extralight.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(250,250,250,.5)}.btn-outline-gray{color:#c4c4c4;border-color:#c4c4c4}.btn-outline-gray:hover{color:#3c3c3b;background-color:#c4c4c4;border-color:#c4c4c4}.btn-outline-gray:focus,.btn-outline-gray.focus{box-shadow:0 0 0 0 rgba(196,196,196,.5)}.btn-outline-gray.disabled,.btn-outline-gray:disabled{color:#c4c4c4;background-color:transparent}.btn-outline-gray:not(:disabled):not(.disabled):active,.btn-outline-gray:not(:disabled):not(.disabled).active,.show>.btn-outline-gray.dropdown-toggle{color:#3c3c3b;background-color:#c4c4c4;border-color:#c4c4c4}.btn-outline-gray:not(:disabled):not(.disabled):active:focus,.btn-outline-gray:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(196,196,196,.5)}.btn-outline-lightgray{color:#f4f3f3;border-color:#f4f3f3}.btn-outline-lightgray:hover{color:#3c3c3b;background-color:#f4f3f3;border-color:#f4f3f3}.btn-outline-lightgray:focus,.btn-outline-lightgray.focus{box-shadow:0 0 0 0 rgba(244,243,243,.5)}.btn-outline-lightgray.disabled,.btn-outline-lightgray:disabled{color:#f4f3f3;background-color:transparent}.btn-outline-lightgray:not(:disabled):not(.disabled):active,.btn-outline-lightgray:not(:disabled):not(.disabled).active,.show>.btn-outline-lightgray.dropdown-toggle{color:#3c3c3b;background-color:#f4f3f3;border-color:#f4f3f3}.btn-outline-lightgray:not(:disabled):not(.disabled):active:focus,.btn-outline-lightgray:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-lightgray.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(244,243,243,.5)}.btn-outline-lightsilver{color:#d8d8d8;border-color:#d8d8d8}.btn-outline-lightsilver:hover{color:#3c3c3b;background-color:#d8d8d8;border-color:#d8d8d8}.btn-outline-lightsilver:focus,.btn-outline-lightsilver.focus{box-shadow:0 0 0 0 rgba(216,216,216,.5)}.btn-outline-lightsilver.disabled,.btn-outline-lightsilver:disabled{color:#d8d8d8;background-color:transparent}.btn-outline-lightsilver:not(:disabled):not(.disabled):active,.btn-outline-lightsilver:not(:disabled):not(.disabled).active,.show>.btn-outline-lightsilver.dropdown-toggle{color:#3c3c3b;background-color:#d8d8d8;border-color:#d8d8d8}.btn-outline-lightsilver:not(:disabled):not(.disabled):active:focus,.btn-outline-lightsilver:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-lightsilver.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(216,216,216,.5)}.btn-outline-neutral{color:#c4c4c4;border-color:#c4c4c4}.btn-outline-neutral:hover{color:#3c3c3b;background-color:#c4c4c4;border-color:#c4c4c4}.btn-outline-neutral:focus,.btn-outline-neutral.focus{box-shadow:0 0 0 0 rgba(196,196,196,.5)}.btn-outline-neutral.disabled,.btn-outline-neutral:disabled{color:#c4c4c4;background-color:transparent}.btn-outline-neutral:not(:disabled):not(.disabled):active,.btn-outline-neutral:not(:disabled):not(.disabled).active,.show>.btn-outline-neutral.dropdown-toggle{color:#3c3c3b;background-color:#c4c4c4;border-color:#c4c4c4}.btn-outline-neutral:not(:disabled):not(.disabled):active:focus,.btn-outline-neutral:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-neutral.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(196,196,196,.5)}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#3c3c3b;background-color:#fff;border-color:#fff}.btn-outline-white:focus,.btn-outline-white.focus{box-shadow:0 0 0 0 rgba(255,255,255,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.show>.btn-outline-white.dropdown-toggle{color:#3c3c3b;background-color:#fff;border-color:#fff}.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,255,255,.5)}.btn-outline-delete-red{color:#ed2c30;border-color:#ed2c30}.btn-outline-delete-red:hover{color:#fff;background-color:#ed2c30;border-color:#ed2c30}.btn-outline-delete-red:focus,.btn-outline-delete-red.focus{box-shadow:0 0 0 0 rgba(237,44,48,.5)}.btn-outline-delete-red.disabled,.btn-outline-delete-red:disabled{color:#ed2c30;background-color:transparent}.btn-outline-delete-red:not(:disabled):not(.disabled):active,.btn-outline-delete-red:not(:disabled):not(.disabled).active,.show>.btn-outline-delete-red.dropdown-toggle{color:#fff;background-color:#ed2c30;border-color:#ed2c30}.btn-outline-delete-red:not(:disabled):not(.disabled):active:focus,.btn-outline-delete-red:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-delete-red.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(237,44,48,.5)}.btn-outline-gray-navy{color:#949494;border-color:#949494}.btn-outline-gray-navy:hover{color:#fff;background-color:#949494;border-color:#949494}.btn-outline-gray-navy:focus,.btn-outline-gray-navy.focus{box-shadow:0 0 0 0 rgba(148,148,148,.5)}.btn-outline-gray-navy.disabled,.btn-outline-gray-navy:disabled{color:#949494;background-color:transparent}.btn-outline-gray-navy:not(:disabled):not(.disabled):active,.btn-outline-gray-navy:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-navy.dropdown-toggle{color:#fff;background-color:#949494;border-color:#949494}.btn-outline-gray-navy:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-navy:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-navy.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(148,148,148,.5)}.btn-outline-platinum{color:#e4e4e4;border-color:#e4e4e4}.btn-outline-platinum:hover{color:#3c3c3b;background-color:#e4e4e4;border-color:#e4e4e4}.btn-outline-platinum:focus,.btn-outline-platinum.focus{box-shadow:0 0 0 0 rgba(228,228,228,.5)}.btn-outline-platinum.disabled,.btn-outline-platinum:disabled{color:#e4e4e4;background-color:transparent}.btn-outline-platinum:not(:disabled):not(.disabled):active,.btn-outline-platinum:not(:disabled):not(.disabled).active,.show>.btn-outline-platinum.dropdown-toggle{color:#3c3c3b;background-color:#e4e4e4;border-color:#e4e4e4}.btn-outline-platinum:not(:disabled):not(.disabled):active:focus,.btn-outline-platinum:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-platinum.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(228,228,228,.5)}.btn-outline-base-black{color:#1e1e1e;border-color:#1e1e1e}.btn-outline-base-black:hover{color:#fff;background-color:#1e1e1e;border-color:#1e1e1e}.btn-outline-base-black:focus,.btn-outline-base-black.focus{box-shadow:0 0 0 0 rgba(30,30,30,.5)}.btn-outline-base-black.disabled,.btn-outline-base-black:disabled{color:#1e1e1e;background-color:transparent}.btn-outline-base-black:not(:disabled):not(.disabled):active,.btn-outline-base-black:not(:disabled):not(.disabled).active,.show>.btn-outline-base-black.dropdown-toggle{color:#fff;background-color:#1e1e1e;border-color:#1e1e1e}.btn-outline-base-black:not(:disabled):not(.disabled):active:focus,.btn-outline-base-black:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-base-black.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(30,30,30,.5)}.btn-outline-wedia-blue{color:#1463ff;border-color:#1463ff}.btn-outline-wedia-blue:hover{color:#fff;background-color:#1463ff;border-color:#1463ff}.btn-outline-wedia-blue:focus,.btn-outline-wedia-blue.focus{box-shadow:0 0 0 0 rgba(20,99,255,.5)}.btn-outline-wedia-blue.disabled,.btn-outline-wedia-blue:disabled{color:#1463ff;background-color:transparent}.btn-outline-wedia-blue:not(:disabled):not(.disabled):active,.btn-outline-wedia-blue:not(:disabled):not(.disabled).active,.show>.btn-outline-wedia-blue.dropdown-toggle{color:#fff;background-color:#1463ff;border-color:#1463ff}.btn-outline-wedia-blue:not(:disabled):not(.disabled):active:focus,.btn-outline-wedia-blue:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-wedia-blue.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(20,99,255,.5)}.btn-outline-info-blue{color:#f1f6ff;border-color:#f1f6ff}.btn-outline-info-blue:hover{color:#3c3c3b;background-color:#f1f6ff;border-color:#f1f6ff}.btn-outline-info-blue:focus,.btn-outline-info-blue.focus{box-shadow:0 0 0 0 rgba(241,246,255,.5)}.btn-outline-info-blue.disabled,.btn-outline-info-blue:disabled{color:#f1f6ff;background-color:transparent}.btn-outline-info-blue:not(:disabled):not(.disabled):active,.btn-outline-info-blue:not(:disabled):not(.disabled).active,.show>.btn-outline-info-blue.dropdown-toggle{color:#3c3c3b;background-color:#f1f6ff;border-color:#f1f6ff}.btn-outline-info-blue:not(:disabled):not(.disabled):active:focus,.btn-outline-info-blue:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info-blue.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(241,246,255,.5)}.btn-outline-warning-icon-orange{color:#ffa113;border-color:#ffa113}.btn-outline-warning-icon-orange:hover{color:#3c3c3b;background-color:#ffa113;border-color:#ffa113}.btn-outline-warning-icon-orange:focus,.btn-outline-warning-icon-orange.focus{box-shadow:0 0 0 0 rgba(255,161,19,.5)}.btn-outline-warning-icon-orange.disabled,.btn-outline-warning-icon-orange:disabled{color:#ffa113;background-color:transparent}.btn-outline-warning-icon-orange:not(:disabled):not(.disabled):active,.btn-outline-warning-icon-orange:not(:disabled):not(.disabled).active,.show>.btn-outline-warning-icon-orange.dropdown-toggle{color:#3c3c3b;background-color:#ffa113;border-color:#ffa113}.btn-outline-warning-icon-orange:not(:disabled):not(.disabled):active:focus,.btn-outline-warning-icon-orange:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning-icon-orange.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,161,19,.5)}.btn-link{font-weight:400;color:#d51130;text-decoration:none}.btn-link:hover{color:#8e0b20;text-decoration:none}.btn-link:focus,.btn-link.focus{text-decoration:none}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:0;content:"";font-family:"Font Awesome 6 Pro";font-weight:400;font-size:.9em;line-height:inherit;border:0;content:""}.dropdown-toggle:empty::after{margin-left:0}.dropdown-toggle::after{transform:rotate(0deg);transition-property:transform;transition-duration:125ms}.dropdown-toggle[aria-expanded=true]::after{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#3c3c3b;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width: 1441px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media(min-width: 1919px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:0;content:"";font-family:"Font Awesome 6 Pro";font-weight:400;font-size:.9em;line-height:inherit;border:0;content:""}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropup .dropdown-toggle::after{transform:rotate(0deg);transition-property:transform;transition-duration:125ms}.dropup .dropdown-toggle[aria-expanded=true]::after{transform:rotate(180deg)}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:0;content:"";font-family:"Font Awesome 6 Pro";font-weight:400;font-size:.9em;line-height:inherit;border:0;content:""}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{transform:rotate(0deg);transition-property:transform;transition-duration:125ms}.dropright .dropdown-toggle[aria-expanded=true]::after{transform:rotate(180deg)}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:0;content:"";font-family:"Font Awesome 6 Pro";font-weight:400;font-size:.9em;line-height:inherit}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border:0;content:""}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::after{transform:rotate(0deg);transition-property:transform;transition-duration:125ms}.dropleft .dropdown-toggle[aria-expanded=true]::after{transform:rotate(180deg)}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #f4f3f3}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#3c3c3b;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#2f2f2e;text-decoration:none;background-color:#f8f8f8}.dropdown-item.active,.dropdown-item:active{color:#d51130;text-decoration:none;background-color:#f8f8f8}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#3c3c3b}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.3125rem;padding-left:1.3125rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.5rem .5rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#454545;text-align:center;white-space:nowrap;background-color:#f4f3f3;border:1px solid #e4e4e4;border-radius:.25rem}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.5rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#3c3c3b;border-color:#d51130;background-color:#fff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 0 rgba(213,17,48,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#d3d3d3}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#f7a1af;border-color:#d3d3d3}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#f4f3f3}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #d3d3d3}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233C3C3B' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#d51130;background-color:#d51130}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%233C3C3B' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(99,99,99,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(99,99,99,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23d51130'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(99,99,99,.5)}.custom-switch{padding-left:2.5rem}.custom-switch .custom-control-label::before{left:-2.5rem;width:2rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(0.25rem + 2px);left:calc(-2.5rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#d3d3d3;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(1rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(99,99,99,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + 1rem + 2px);padding:.5rem 1.5rem .5rem .5rem;font-size:1rem;font-weight:400;line-height:1.5;color:#454545;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23393939' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .5rem center/8px 10px no-repeat;border:1px solid #e4e4e4;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#d51130;outline:0;box-shadow:0 0 0 0 rgba(213,17,48,.25)}.custom-select:focus::-ms-value{color:#454545;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.5rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#f4f3f3}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #454545}.custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + 1rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 1rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#d51130;box-shadow:0 0 0 0 rgba(213,17,48,.25)}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#f4f3f3}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + 1rem + 2px);padding:.5rem .5rem;overflow:hidden;font-weight:400;line-height:1.5;color:#454545;background-color:#fff;border:1px solid #e4e4e4;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 1rem);padding:.5rem .5rem;line-height:1.5;color:#454545;content:"Browse";background-color:#f4f3f3;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1rem;padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f8f8f8,0 0 0 0 rgba(213,17,48,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f8f8f8,0 0 0 0 rgba(213,17,48,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f8f8f8,0 0 0 0 rgba(213,17,48,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#d51130;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#f7a1af}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e4e4e4;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#d51130;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#f7a1af}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e4e4e4;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:0;margin-left:0;background-color:#d51130;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#f7a1af}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#e4e4e4;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#e4e4e4;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #e4e4e4}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#f4f3f3 #f4f3f3 #e4e4e4}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#454545;background-color:#f8f8f8;border-color:#d51130}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#d51130}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 2.5rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:1rem;padding-bottom:1rem;margin-right:2.5rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width: 1440.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 1441px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media(max-width: 1918.98px){.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 1919px){.navbar-expand-xxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl{flex-wrap:nowrap}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:0}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:0 0 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 0 0}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:0}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-img,.card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-deck .card{margin-bottom:8px}@media(min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-8px;margin-left:-8px}.card-deck .card{flex:1 0 0%;margin-right:8px;margin-bottom:0;margin-left:8px}}.card-group>.card{margin-bottom:8px}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#f4f3f3;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#d51130;background-color:#fff;border:1px solid #e4e4e4}.page-link:hover{z-index:2;color:#8e0b20;text-decoration:none;background-color:#f4f3f3;border-color:#e4e4e4}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 0 rgba(213,17,48,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#d51130;border-color:#d51130}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#e4e4e4}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:500;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#636363}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#4a4a4a}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 0 rgba(99,99,99,.5)}.badge-secondary{color:#fff;background-color:#d51130}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#a60d25}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 0 rgba(213,17,48,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#1e7e34}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 0 rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 0 rgba(23,162,184,.5)}.badge-warning{color:#3c3c3b;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#3c3c3b;background-color:#d39e00}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 0 rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#ed2c30}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#d41216}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 0 rgba(237,44,48,.5)}.badge-light{color:#3c3c3b;background-color:#e4e4e4}a.badge-light:hover,a.badge-light:focus{color:#3c3c3b;background-color:#cbcbcb}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 0 rgba(228,228,228,.5)}.badge-dark{color:#fff;background-color:#3c3c3b}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#222}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 0 rgba(60,60,59,.5)}.badge-background{color:#3c3c3b;background-color:#f8f8f8}a.badge-background:hover,a.badge-background:focus{color:#3c3c3b;background-color:#dfdfdf}a.badge-background:focus,a.badge-background.focus{outline:0;box-shadow:0 0 0 0 rgba(248,248,248,.5)}.badge-extralight{color:#3c3c3b;background-color:#fafafa}a.badge-extralight:hover,a.badge-extralight:focus{color:#3c3c3b;background-color:#e1e1e1}a.badge-extralight:focus,a.badge-extralight.focus{outline:0;box-shadow:0 0 0 0 rgba(250,250,250,.5)}.badge-gray{color:#3c3c3b;background-color:#c4c4c4}a.badge-gray:hover,a.badge-gray:focus{color:#3c3c3b;background-color:#ababab}a.badge-gray:focus,a.badge-gray.focus{outline:0;box-shadow:0 0 0 0 rgba(196,196,196,.5)}.badge-lightgray{color:#3c3c3b;background-color:#f4f3f3}a.badge-lightgray:hover,a.badge-lightgray:focus{color:#3c3c3b;background-color:#dcd8d8}a.badge-lightgray:focus,a.badge-lightgray.focus{outline:0;box-shadow:0 0 0 0 rgba(244,243,243,.5)}.badge-lightsilver{color:#3c3c3b;background-color:#d8d8d8}a.badge-lightsilver:hover,a.badge-lightsilver:focus{color:#3c3c3b;background-color:#bfbfbf}a.badge-lightsilver:focus,a.badge-lightsilver.focus{outline:0;box-shadow:0 0 0 0 rgba(216,216,216,.5)}.badge-neutral{color:#3c3c3b;background-color:#c4c4c4}a.badge-neutral:hover,a.badge-neutral:focus{color:#3c3c3b;background-color:#ababab}a.badge-neutral:focus,a.badge-neutral.focus{outline:0;box-shadow:0 0 0 0 rgba(196,196,196,.5)}.badge-white{color:#3c3c3b;background-color:#fff}a.badge-white:hover,a.badge-white:focus{color:#3c3c3b;background-color:#e6e6e6}a.badge-white:focus,a.badge-white.focus{outline:0;box-shadow:0 0 0 0 rgba(255,255,255,.5)}.badge-delete-red{color:#fff;background-color:#ed2c30}a.badge-delete-red:hover,a.badge-delete-red:focus{color:#fff;background-color:#d41216}a.badge-delete-red:focus,a.badge-delete-red.focus{outline:0;box-shadow:0 0 0 0 rgba(237,44,48,.5)}.badge-gray-navy{color:#fff;background-color:#949494}a.badge-gray-navy:hover,a.badge-gray-navy:focus{color:#fff;background-color:#7b7b7b}a.badge-gray-navy:focus,a.badge-gray-navy.focus{outline:0;box-shadow:0 0 0 0 rgba(148,148,148,.5)}.badge-platinum{color:#3c3c3b;background-color:#e4e4e4}a.badge-platinum:hover,a.badge-platinum:focus{color:#3c3c3b;background-color:#cbcbcb}a.badge-platinum:focus,a.badge-platinum.focus{outline:0;box-shadow:0 0 0 0 rgba(228,228,228,.5)}.badge-base-black{color:#fff;background-color:#1e1e1e}a.badge-base-black:hover,a.badge-base-black:focus{color:#fff;background-color:#050505}a.badge-base-black:focus,a.badge-base-black.focus{outline:0;box-shadow:0 0 0 0 rgba(30,30,30,.5)}.badge-wedia-blue{color:#fff;background-color:#1463ff}a.badge-wedia-blue:hover,a.badge-wedia-blue:focus{color:#fff;background-color:#004be0}a.badge-wedia-blue:focus,a.badge-wedia-blue.focus{outline:0;box-shadow:0 0 0 0 rgba(20,99,255,.5)}.badge-info-blue{color:#3c3c3b;background-color:#f1f6ff}a.badge-info-blue:hover,a.badge-info-blue:focus{color:#3c3c3b;background-color:#bed5ff}a.badge-info-blue:focus,a.badge-info-blue.focus{outline:0;box-shadow:0 0 0 0 rgba(241,246,255,.5)}.badge-warning-icon-orange{color:#3c3c3b;background-color:#ffa113}a.badge-warning-icon-orange:hover,a.badge-warning-icon-orange:focus{color:#3c3c3b;background-color:#df8600}a.badge-warning-icon-orange:focus,a.badge-warning-icon-orange.focus{outline:0;box-shadow:0 0 0 0 rgba(255,161,19,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#f4f3f3;border-radius:.3rem}@media(min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:500}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#333;background-color:#e0e0e0;border-color:#d3d3d3}.alert-primary hr{border-top-color:#c6c6c6}.alert-primary .alert-link{color:#1a1a1a}.alert-secondary{color:#6f0919;background-color:#f7cfd6;border-color:#f3bcc5}.alert-secondary hr{border-top-color:#efa6b2}.alert-secondary .alert-link{color:#40050e}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#7b1719;background-color:#fbd5d6;border-color:#fac4c5}.alert-danger hr{border-top-color:#f8acae}.alert-danger .alert-link{color:#500f10}.alert-light{color:#777;background-color:#fafafa;border-color:#f7f7f7}.alert-light hr{border-top-color:#eaeaea}.alert-light .alert-link{color:#5e5e5e}.alert-dark{color:#1f1f1f;background-color:#d8d8d8;border-color:#c8c8c8}.alert-dark hr{border-top-color:#bbb}.alert-dark .alert-link{color:#060606}.alert-background{color:#818181;background-color:#fefefe;border-color:#fdfdfd}.alert-background hr{border-top-color:#f0f0f0}.alert-background .alert-link{color:#686868}.alert-extralight{color:#828282;background-color:#fefefe;border-color:#fefefe}.alert-extralight hr{border-top-color:#f1f1f1}.alert-extralight .alert-link{color:dimgray}.alert-gray{color:#666;background-color:#f3f3f3;border-color:#eee}.alert-gray hr{border-top-color:#e1e1e1}.alert-gray .alert-link{color:#4d4d4d}.alert-lightgray{color:#7f7e7e;background-color:#fdfdfd;border-color:#fcfcfc}.alert-lightgray hr{border-top-color:#efefef}.alert-lightgray .alert-link{color:#656565}.alert-lightsilver{color:#707070;background-color:#f7f7f7;border-color:#f4f4f4}.alert-lightsilver hr{border-top-color:#e7e7e7}.alert-lightsilver .alert-link{color:#575757}.alert-neutral{color:#666;background-color:#f3f3f3;border-color:#eee}.alert-neutral hr{border-top-color:#e1e1e1}.alert-neutral .alert-link{color:#4d4d4d}.alert-white{color:#858585;background-color:#fff;border-color:#fff}.alert-white hr{border-top-color:#f2f2f2}.alert-white .alert-link{color:#6c6c6c}.alert-delete-red{color:#7b1719;background-color:#fbd5d6;border-color:#fac4c5}.alert-delete-red hr{border-top-color:#f8acae}.alert-delete-red .alert-link{color:#500f10}.alert-gray-navy{color:#4d4d4d;background-color:#eaeaea;border-color:#e1e1e1}.alert-gray-navy hr{border-top-color:#d4d4d4}.alert-gray-navy .alert-link{color:#343434}.alert-platinum{color:#777;background-color:#fafafa;border-color:#f7f7f7}.alert-platinum hr{border-top-color:#eaeaea}.alert-platinum .alert-link{color:#5e5e5e}.alert-base-black{color:#101010;background-color:#d2d2d2;border-color:silver}.alert-base-black hr{border-top-color:#b3b3b3}.alert-base-black .alert-link{color:#000}.alert-wedia-blue{color:#0a3385;background-color:#d0e0ff;border-color:#bdd3ff}.alert-wedia-blue hr{border-top-color:#a4c2ff}.alert-wedia-blue .alert-link{color:#062156}.alert-info-blue{color:#7d8085;background-color:#fcfdff;border-color:#fbfcff}.alert-info-blue hr{border-top-color:#e2e9ff}.alert-info-blue .alert-link{color:#64676b}.alert-warning-icon-orange{color:#85540a;background-color:#ffecd0;border-color:#ffe5bd}.alert-warning-icon-orange hr{border-top-color:#ffdba4}.alert-warning-icon-orange .alert-link{color:#563606}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:0.75rem;background-color:#f4f3f3;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#636363;transition:width .6s ease}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#454545;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#454545;text-decoration:none;background-color:#f8f8f8}.list-group-item-action:active{color:#d51130;background-color:#f8f8f8}.list-group-item{position:relative;display:block;padding:.25rem 1.25rem;background-color:#fff;border:0 solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#d51130;border-color:#d51130}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:0;border-top-width:0}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}}@media(min-width: 1441px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}}@media(min-width: 1919px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 0}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#333;background-color:#d3d3d3}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#333;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#333;border-color:#333}.list-group-item-secondary{color:#6f0919;background-color:#f3bcc5}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#6f0919;background-color:#efa6b2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#6f0919;border-color:#6f0919}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#7b1719;background-color:#fac4c5}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#7b1719;background-color:#f8acae}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#7b1719;border-color:#7b1719}.list-group-item-light{color:#777;background-color:#f7f7f7}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#777;background-color:#eaeaea}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#777;border-color:#777}.list-group-item-dark{color:#1f1f1f;background-color:#c8c8c8}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1f1f1f;background-color:#bbb}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1f1f1f;border-color:#1f1f1f}.list-group-item-background{color:#818181;background-color:#fdfdfd}.list-group-item-background.list-group-item-action:hover,.list-group-item-background.list-group-item-action:focus{color:#818181;background-color:#f0f0f0}.list-group-item-background.list-group-item-action.active{color:#fff;background-color:#818181;border-color:#818181}.list-group-item-extralight{color:#828282;background-color:#fefefe}.list-group-item-extralight.list-group-item-action:hover,.list-group-item-extralight.list-group-item-action:focus{color:#828282;background-color:#f1f1f1}.list-group-item-extralight.list-group-item-action.active{color:#fff;background-color:#828282;border-color:#828282}.list-group-item-gray{color:#666;background-color:#eee}.list-group-item-gray.list-group-item-action:hover,.list-group-item-gray.list-group-item-action:focus{color:#666;background-color:#e1e1e1}.list-group-item-gray.list-group-item-action.active{color:#fff;background-color:#666;border-color:#666}.list-group-item-lightgray{color:#7f7e7e;background-color:#fcfcfc}.list-group-item-lightgray.list-group-item-action:hover,.list-group-item-lightgray.list-group-item-action:focus{color:#7f7e7e;background-color:#efefef}.list-group-item-lightgray.list-group-item-action.active{color:#fff;background-color:#7f7e7e;border-color:#7f7e7e}.list-group-item-lightsilver{color:#707070;background-color:#f4f4f4}.list-group-item-lightsilver.list-group-item-action:hover,.list-group-item-lightsilver.list-group-item-action:focus{color:#707070;background-color:#e7e7e7}.list-group-item-lightsilver.list-group-item-action.active{color:#fff;background-color:#707070;border-color:#707070}.list-group-item-neutral{color:#666;background-color:#eee}.list-group-item-neutral.list-group-item-action:hover,.list-group-item-neutral.list-group-item-action:focus{color:#666;background-color:#e1e1e1}.list-group-item-neutral.list-group-item-action.active{color:#fff;background-color:#666;border-color:#666}.list-group-item-white{color:#858585;background-color:#fff}.list-group-item-white.list-group-item-action:hover,.list-group-item-white.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-white.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-delete-red{color:#7b1719;background-color:#fac4c5}.list-group-item-delete-red.list-group-item-action:hover,.list-group-item-delete-red.list-group-item-action:focus{color:#7b1719;background-color:#f8acae}.list-group-item-delete-red.list-group-item-action.active{color:#fff;background-color:#7b1719;border-color:#7b1719}.list-group-item-gray-navy{color:#4d4d4d;background-color:#e1e1e1}.list-group-item-gray-navy.list-group-item-action:hover,.list-group-item-gray-navy.list-group-item-action:focus{color:#4d4d4d;background-color:#d4d4d4}.list-group-item-gray-navy.list-group-item-action.active{color:#fff;background-color:#4d4d4d;border-color:#4d4d4d}.list-group-item-platinum{color:#777;background-color:#f7f7f7}.list-group-item-platinum.list-group-item-action:hover,.list-group-item-platinum.list-group-item-action:focus{color:#777;background-color:#eaeaea}.list-group-item-platinum.list-group-item-action.active{color:#fff;background-color:#777;border-color:#777}.list-group-item-base-black{color:#101010;background-color:silver}.list-group-item-base-black.list-group-item-action:hover,.list-group-item-base-black.list-group-item-action:focus{color:#101010;background-color:#b3b3b3}.list-group-item-base-black.list-group-item-action.active{color:#fff;background-color:#101010;border-color:#101010}.list-group-item-wedia-blue{color:#0a3385;background-color:#bdd3ff}.list-group-item-wedia-blue.list-group-item-action:hover,.list-group-item-wedia-blue.list-group-item-action:focus{color:#0a3385;background-color:#a4c2ff}.list-group-item-wedia-blue.list-group-item-action.active{color:#fff;background-color:#0a3385;border-color:#0a3385}.list-group-item-info-blue{color:#7d8085;background-color:#fbfcff}.list-group-item-info-blue.list-group-item-action:hover,.list-group-item-info-blue.list-group-item-action:focus{color:#7d8085;background-color:#e2e9ff}.list-group-item-info-blue.list-group-item-action.active{color:#fff;background-color:#7d8085;border-color:#7d8085}.list-group-item-warning-icon-orange{color:#85540a;background-color:#ffe5bd}.list-group-item-warning-icon-orange.list-group-item-action:hover,.list-group-item-warning-icon-orange.list-group-item-action:focus{color:#85540a;background-color:#ffdba4}.list-group-item-warning-icon-orange.list-group-item-action.active{color:#fff;background-color:#85540a;border-color:#85540a}.close{float:right;font-size:1.5rem;font-weight:500;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:600px;max-width:600px;font-size:0.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#3c3c3b}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.9}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:2rem 2rem 0 2rem;border-bottom:0 solid #e4e4e4;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .close{padding:2rem 2rem 0 2rem;margin:-2rem -2rem -2rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:2rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1.75rem;border-top:0 solid #e4e4e4;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:600px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1441px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;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:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top],.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#e4e4e4}.bs-tooltip-right,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right],.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#e4e4e4}.bs-tooltip-bottom,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#e4e4e4}.bs-tooltip-left,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left],.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#e4e4e4}.tooltip-inner{max-width:400px;padding:.25rem .5rem;color:#3c3c3b;text-align:center;background-color:#e4e4e4;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;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:1rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #f4f3f3;border-radius:.2rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .2rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=top],.b-popover-info-blue.bs-popover-auto[x-placement^=top],.b-popover-wedia-blue.bs-popover-auto[x-placement^=top],.b-popover-base-black.bs-popover-auto[x-placement^=top],.b-popover-platinum.bs-popover-auto[x-placement^=top],.b-popover-gray-navy.bs-popover-auto[x-placement^=top],.b-popover-delete-red.bs-popover-auto[x-placement^=top],.b-popover-white.bs-popover-auto[x-placement^=top],.b-popover-neutral.bs-popover-auto[x-placement^=top],.b-popover-lightsilver.bs-popover-auto[x-placement^=top],.b-popover-lightgray.bs-popover-auto[x-placement^=top],.b-popover-gray.bs-popover-auto[x-placement^=top],.b-popover-extralight.bs-popover-auto[x-placement^=top],.b-popover-background.bs-popover-auto[x-placement^=top],.b-popover-dark.bs-popover-auto[x-placement^=top],.b-popover-light.bs-popover-auto[x-placement^=top],.b-popover-danger.bs-popover-auto[x-placement^=top],.b-popover-warning.bs-popover-auto[x-placement^=top],.b-popover-info.bs-popover-auto[x-placement^=top],.b-popover-success.bs-popover-auto[x-placement^=top],.b-popover-secondary.bs-popover-auto[x-placement^=top],.b-popover-primary.bs-popover-auto[x-placement^=top],.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#f4f3f3}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=right],.b-popover-info-blue.bs-popover-auto[x-placement^=right],.b-popover-wedia-blue.bs-popover-auto[x-placement^=right],.b-popover-base-black.bs-popover-auto[x-placement^=right],.b-popover-platinum.bs-popover-auto[x-placement^=right],.b-popover-gray-navy.bs-popover-auto[x-placement^=right],.b-popover-delete-red.bs-popover-auto[x-placement^=right],.b-popover-white.bs-popover-auto[x-placement^=right],.b-popover-neutral.bs-popover-auto[x-placement^=right],.b-popover-lightsilver.bs-popover-auto[x-placement^=right],.b-popover-lightgray.bs-popover-auto[x-placement^=right],.b-popover-gray.bs-popover-auto[x-placement^=right],.b-popover-extralight.bs-popover-auto[x-placement^=right],.b-popover-background.bs-popover-auto[x-placement^=right],.b-popover-dark.bs-popover-auto[x-placement^=right],.b-popover-light.bs-popover-auto[x-placement^=right],.b-popover-danger.bs-popover-auto[x-placement^=right],.b-popover-warning.bs-popover-auto[x-placement^=right],.b-popover-info.bs-popover-auto[x-placement^=right],.b-popover-success.bs-popover-auto[x-placement^=right],.b-popover-secondary.bs-popover-auto[x-placement^=right],.b-popover-primary.bs-popover-auto[x-placement^=right],.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.2rem 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#f4f3f3}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=bottom],.b-popover-info-blue.bs-popover-auto[x-placement^=bottom],.b-popover-wedia-blue.bs-popover-auto[x-placement^=bottom],.b-popover-base-black.bs-popover-auto[x-placement^=bottom],.b-popover-platinum.bs-popover-auto[x-placement^=bottom],.b-popover-gray-navy.bs-popover-auto[x-placement^=bottom],.b-popover-delete-red.bs-popover-auto[x-placement^=bottom],.b-popover-white.bs-popover-auto[x-placement^=bottom],.b-popover-neutral.bs-popover-auto[x-placement^=bottom],.b-popover-lightsilver.bs-popover-auto[x-placement^=bottom],.b-popover-lightgray.bs-popover-auto[x-placement^=bottom],.b-popover-gray.bs-popover-auto[x-placement^=bottom],.b-popover-extralight.bs-popover-auto[x-placement^=bottom],.b-popover-background.bs-popover-auto[x-placement^=bottom],.b-popover-dark.bs-popover-auto[x-placement^=bottom],.b-popover-light.bs-popover-auto[x-placement^=bottom],.b-popover-danger.bs-popover-auto[x-placement^=bottom],.b-popover-warning.bs-popover-auto[x-placement^=bottom],.b-popover-info.bs-popover-auto[x-placement^=bottom],.b-popover-success.bs-popover-auto[x-placement^=bottom],.b-popover-secondary.bs-popover-auto[x-placement^=bottom],.b-popover-primary.bs-popover-auto[x-placement^=bottom],.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#f4f3f3}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=left],.b-popover-info-blue.bs-popover-auto[x-placement^=left],.b-popover-wedia-blue.bs-popover-auto[x-placement^=left],.b-popover-base-black.bs-popover-auto[x-placement^=left],.b-popover-platinum.bs-popover-auto[x-placement^=left],.b-popover-gray-navy.bs-popover-auto[x-placement^=left],.b-popover-delete-red.bs-popover-auto[x-placement^=left],.b-popover-white.bs-popover-auto[x-placement^=left],.b-popover-neutral.bs-popover-auto[x-placement^=left],.b-popover-lightsilver.bs-popover-auto[x-placement^=left],.b-popover-lightgray.bs-popover-auto[x-placement^=left],.b-popover-gray.bs-popover-auto[x-placement^=left],.b-popover-extralight.bs-popover-auto[x-placement^=left],.b-popover-background.bs-popover-auto[x-placement^=left],.b-popover-dark.bs-popover-auto[x-placement^=left],.b-popover-light.bs-popover-auto[x-placement^=left],.b-popover-danger.bs-popover-auto[x-placement^=left],.b-popover-warning.bs-popover-auto[x-placement^=left],.b-popover-info.bs-popover-auto[x-placement^=left],.b-popover-success.bs-popover-auto[x-placement^=left],.b-popover-secondary.bs-popover-auto[x-placement^=left],.b-popover-primary.bs-popover-auto[x-placement^=left],.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.2rem 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#f4f3f3}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0.2rem - 1px);border-top-right-radius:calc(0.2rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:0 0;color:#3c3c3b}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.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}.bg-primary{background-color:#636363 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#4a4a4a !important}.bg-secondary{background-color:#d51130 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#a60d25 !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#ed2c30 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#d41216 !important}.bg-light{background-color:#e4e4e4 !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#cbcbcb !important}.bg-dark{background-color:#3c3c3b !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#222 !important}.bg-background{background-color:#f8f8f8 !important}a.bg-background:hover,a.bg-background:focus,button.bg-background:hover,button.bg-background:focus{background-color:#dfdfdf !important}.bg-extralight{background-color:#fafafa !important}a.bg-extralight:hover,a.bg-extralight:focus,button.bg-extralight:hover,button.bg-extralight:focus{background-color:#e1e1e1 !important}.bg-gray{background-color:#c4c4c4 !important}a.bg-gray:hover,a.bg-gray:focus,button.bg-gray:hover,button.bg-gray:focus{background-color:#ababab !important}.bg-lightgray{background-color:#f4f3f3 !important}a.bg-lightgray:hover,a.bg-lightgray:focus,button.bg-lightgray:hover,button.bg-lightgray:focus{background-color:#dcd8d8 !important}.bg-lightsilver{background-color:#d8d8d8 !important}a.bg-lightsilver:hover,a.bg-lightsilver:focus,button.bg-lightsilver:hover,button.bg-lightsilver:focus{background-color:#bfbfbf !important}.bg-neutral{background-color:#c4c4c4 !important}a.bg-neutral:hover,a.bg-neutral:focus,button.bg-neutral:hover,button.bg-neutral:focus{background-color:#ababab !important}.bg-white{background-color:#fff !important}a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus{background-color:#e6e6e6 !important}.bg-delete-red{background-color:#ed2c30 !important}a.bg-delete-red:hover,a.bg-delete-red:focus,button.bg-delete-red:hover,button.bg-delete-red:focus{background-color:#d41216 !important}.bg-gray-navy{background-color:#949494 !important}a.bg-gray-navy:hover,a.bg-gray-navy:focus,button.bg-gray-navy:hover,button.bg-gray-navy:focus{background-color:#7b7b7b !important}.bg-platinum{background-color:#e4e4e4 !important}a.bg-platinum:hover,a.bg-platinum:focus,button.bg-platinum:hover,button.bg-platinum:focus{background-color:#cbcbcb !important}.bg-base-black{background-color:#1e1e1e !important}a.bg-base-black:hover,a.bg-base-black:focus,button.bg-base-black:hover,button.bg-base-black:focus{background-color:#050505 !important}.bg-wedia-blue{background-color:#1463ff !important}a.bg-wedia-blue:hover,a.bg-wedia-blue:focus,button.bg-wedia-blue:hover,button.bg-wedia-blue:focus{background-color:#004be0 !important}.bg-info-blue{background-color:#f1f6ff !important}a.bg-info-blue:hover,a.bg-info-blue:focus,button.bg-info-blue:hover,button.bg-info-blue:focus{background-color:#bed5ff !important}.bg-warning-icon-orange{background-color:#ffa113 !important}a.bg-warning-icon-orange:hover,a.bg-warning-icon-orange:focus,button.bg-warning-icon-orange:hover,button.bg-warning-icon-orange:focus{background-color:#df8600 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #e4e4e4 !important}.border-top{border-top:1px solid #e4e4e4 !important}.border-right{border-right:1px solid #e4e4e4 !important}.border-bottom{border-bottom:1px solid #e4e4e4 !important}.border-left{border-left:1px solid #e4e4e4 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#636363 !important}.border-secondary{border-color:#d51130 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#ed2c30 !important}.border-light{border-color:#e4e4e4 !important}.border-dark{border-color:#3c3c3b !important}.border-background{border-color:#f8f8f8 !important}.border-extralight{border-color:#fafafa !important}.border-gray{border-color:#c4c4c4 !important}.border-lightgray{border-color:#f4f3f3 !important}.border-lightsilver{border-color:#d8d8d8 !important}.border-neutral{border-color:#c4c4c4 !important}.border-white{border-color:#fff !important}.border-delete-red{border-color:#ed2c30 !important}.border-gray-navy{border-color:#949494 !important}.border-platinum{border-color:#e4e4e4 !important}.border-base-black{border-color:#1e1e1e !important}.border-wedia-blue{border-color:#1463ff !important}.border-info-blue{border-color:#f1f6ff !important}.border-warning-icon-orange{border-color:#ffa113 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !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}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !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}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !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}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !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}}@media(min-width: 1441px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !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}}@media(min-width: 1919px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !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}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !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}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.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-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !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}.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}.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}@media(min-width: 576px){.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-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !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}.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}.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}}@media(min-width: 768px){.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-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !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}.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}.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}}@media(min-width: 992px){.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-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !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}.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}.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}}@media(min-width: 1441px){.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-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !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}.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}.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}}@media(min-width: 1919px){.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-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !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}.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}.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}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1441px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}@media(min-width: 1919px){.float-xxl-left{float:left !important}.float-xxl-right{float:right !important}.float-xxl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.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}.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}@supports(position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.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}.shadow-none{box-shadow:none !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-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.m-25{margin:.75rem !important}.mt-25,.my-25{margin-top:.75rem !important}.mr-25,.mx-25{margin-right:.75rem !important}.mb-25,.my-25{margin-bottom:.75rem !important}.ml-25,.mx-25{margin-left:.75rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.p-25{padding:.75rem !important}.pt-25,.py-25{padding-top:.75rem !important}.pr-25,.px-25{padding-right:.75rem !important}.pb-25,.py-25{padding-bottom:.75rem !important}.pl-25,.px-25{padding-left:.75rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-n25{margin:-0.75rem !important}.mt-n25,.my-n25{margin-top:-0.75rem !important}.mr-n25,.mx-n25{margin-right:-0.75rem !important}.mb-n25,.my-n25{margin-bottom:-0.75rem !important}.ml-n25,.mx-n25{margin-left:-0.75rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.m-sm-25{margin:.75rem !important}.mt-sm-25,.my-sm-25{margin-top:.75rem !important}.mr-sm-25,.mx-sm-25{margin-right:.75rem !important}.mb-sm-25,.my-sm-25{margin-bottom:.75rem !important}.ml-sm-25,.mx-sm-25{margin-left:.75rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.p-sm-25{padding:.75rem !important}.pt-sm-25,.py-sm-25{padding-top:.75rem !important}.pr-sm-25,.px-sm-25{padding-right:.75rem !important}.pb-sm-25,.py-sm-25{padding-bottom:.75rem !important}.pl-sm-25,.px-sm-25{padding-left:.75rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-n25{margin:-0.75rem !important}.mt-sm-n25,.my-sm-n25{margin-top:-0.75rem !important}.mr-sm-n25,.mx-sm-n25{margin-right:-0.75rem !important}.mb-sm-n25,.my-sm-n25{margin-bottom:-0.75rem !important}.ml-sm-n25,.mx-sm-n25{margin-left:-0.75rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.m-md-25{margin:.75rem !important}.mt-md-25,.my-md-25{margin-top:.75rem !important}.mr-md-25,.mx-md-25{margin-right:.75rem !important}.mb-md-25,.my-md-25{margin-bottom:.75rem !important}.ml-md-25,.mx-md-25{margin-left:.75rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.p-md-25{padding:.75rem !important}.pt-md-25,.py-md-25{padding-top:.75rem !important}.pr-md-25,.px-md-25{padding-right:.75rem !important}.pb-md-25,.py-md-25{padding-bottom:.75rem !important}.pl-md-25,.px-md-25{padding-left:.75rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-n25{margin:-0.75rem !important}.mt-md-n25,.my-md-n25{margin-top:-0.75rem !important}.mr-md-n25,.mx-md-n25{margin-right:-0.75rem !important}.mb-md-n25,.my-md-n25{margin-bottom:-0.75rem !important}.ml-md-n25,.mx-md-n25{margin-left:-0.75rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.m-lg-25{margin:.75rem !important}.mt-lg-25,.my-lg-25{margin-top:.75rem !important}.mr-lg-25,.mx-lg-25{margin-right:.75rem !important}.mb-lg-25,.my-lg-25{margin-bottom:.75rem !important}.ml-lg-25,.mx-lg-25{margin-left:.75rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.p-lg-25{padding:.75rem !important}.pt-lg-25,.py-lg-25{padding-top:.75rem !important}.pr-lg-25,.px-lg-25{padding-right:.75rem !important}.pb-lg-25,.py-lg-25{padding-bottom:.75rem !important}.pl-lg-25,.px-lg-25{padding-left:.75rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-n25{margin:-0.75rem !important}.mt-lg-n25,.my-lg-n25{margin-top:-0.75rem !important}.mr-lg-n25,.mx-lg-n25{margin-right:-0.75rem !important}.mb-lg-n25,.my-lg-n25{margin-bottom:-0.75rem !important}.ml-lg-n25,.mx-lg-n25{margin-left:-0.75rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1441px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.m-xl-25{margin:.75rem !important}.mt-xl-25,.my-xl-25{margin-top:.75rem !important}.mr-xl-25,.mx-xl-25{margin-right:.75rem !important}.mb-xl-25,.my-xl-25{margin-bottom:.75rem !important}.ml-xl-25,.mx-xl-25{margin-left:.75rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.p-xl-25{padding:.75rem !important}.pt-xl-25,.py-xl-25{padding-top:.75rem !important}.pr-xl-25,.px-xl-25{padding-right:.75rem !important}.pb-xl-25,.py-xl-25{padding-bottom:.75rem !important}.pl-xl-25,.px-xl-25{padding-left:.75rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-n25{margin:-0.75rem !important}.mt-xl-n25,.my-xl-n25{margin-top:-0.75rem !important}.mr-xl-n25,.mx-xl-n25{margin-right:-0.75rem !important}.mb-xl-n25,.my-xl-n25{margin-bottom:-0.75rem !important}.ml-xl-n25,.mx-xl-n25{margin-left:-0.75rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media(min-width: 1919px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.m-xxl-25{margin:.75rem !important}.mt-xxl-25,.my-xxl-25{margin-top:.75rem !important}.mr-xxl-25,.mx-xxl-25{margin-right:.75rem !important}.mb-xxl-25,.my-xxl-25{margin-bottom:.75rem !important}.ml-xxl-25,.mx-xxl-25{margin-left:.75rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.p-xxl-25{padding:.75rem !important}.pt-xxl-25,.py-xxl-25{padding-top:.75rem !important}.pr-xxl-25,.px-xxl-25{padding-right:.75rem !important}.pb-xxl-25,.py-xxl-25{padding-bottom:.75rem !important}.pl-xxl-25,.px-xxl-25{padding-left:.75rem !important}.m-xxl-n1{margin:-0.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-0.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-0.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-0.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-0.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-0.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-0.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-n25{margin:-0.75rem !important}.mt-xxl-n25,.my-xxl-n25{margin-top:-0.75rem !important}.mr-xxl-n25,.mx-xxl-n25{margin-right:-0.75rem !important}.mb-xxl-n25,.my-xxl-n25{margin-bottom:-0.75rem !important}.ml-xxl-n25,.mx-xxl-n25{margin-left:-0.75rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1441px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1919px){.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:500 !important}.font-weight-bolder{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#636363 !important}a.text-primary:hover,a.text-primary:focus{color:#3d3d3d !important}.text-secondary{color:#d51130 !important}a.text-secondary:hover,a.text-secondary:focus{color:#8e0b20 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#ed2c30 !important}a.text-danger:hover,a.text-danger:focus{color:#bc1014 !important}.text-light{color:#e4e4e4 !important}a.text-light:hover,a.text-light:focus{color:#bebebe !important}.text-dark{color:#3c3c3b !important}a.text-dark:hover,a.text-dark:focus{color:#151515 !important}.text-background{color:#f8f8f8 !important}a.text-background:hover,a.text-background:focus{color:#d2d2d2 !important}.text-extralight{color:#fafafa !important}a.text-extralight:hover,a.text-extralight:focus{color:#d4d4d4 !important}.text-gray{color:#c4c4c4 !important}a.text-gray:hover,a.text-gray:focus{color:#9e9e9e !important}.text-lightgray{color:#f4f3f3 !important}a.text-lightgray:hover,a.text-lightgray:focus{color:#cfcbcb !important}.text-lightsilver{color:#d8d8d8 !important}a.text-lightsilver:hover,a.text-lightsilver:focus{color:#b2b2b2 !important}.text-neutral{color:#c4c4c4 !important}a.text-neutral:hover,a.text-neutral:focus{color:#9e9e9e !important}.text-white{color:#fff !important}a.text-white:hover,a.text-white:focus{color:#d9d9d9 !important}.text-delete-red{color:#ed2c30 !important}a.text-delete-red:hover,a.text-delete-red:focus{color:#bc1014 !important}.text-gray-navy{color:#949494 !important}a.text-gray-navy:hover,a.text-gray-navy:focus{color:#6e6e6e !important}.text-platinum{color:#e4e4e4 !important}a.text-platinum:hover,a.text-platinum:focus{color:#bebebe !important}.text-base-black{color:#1e1e1e !important}a.text-base-black:hover,a.text-base-black:focus{color:#000 !important}.text-wedia-blue{color:#1463ff !important}a.text-wedia-blue:hover,a.text-wedia-blue:focus{color:#0043c7 !important}.text-info-blue{color:#f1f6ff !important}a.text-info-blue:hover,a.text-info-blue:focus{color:#a5c5ff !important}.text-warning-icon-orange{color:#ffa113 !important}a.text-warning-icon-orange:hover,a.text-warning-icon-orange:focus{color:#c67700 !important}.text-body{color:#3c3c3b !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #e4e4e4 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#e4e4e4}.table .thead-dark th{color:inherit;border-color:#e4e4e4}}.bv-no-focus-ring:focus{outline:none}@media(max-width: 575.98px){.bv-d-xs-down-none{display:none !important}}@media(max-width: 767.98px){.bv-d-sm-down-none{display:none !important}}@media(max-width: 991.98px){.bv-d-md-down-none{display:none !important}}@media(max-width: 1440.98px){.bv-d-lg-down-none{display:none !important}}@media(max-width: 1918.98px){.bv-d-xl-down-none{display:none !important}}.bv-d-xxl-down-none{display:none !important}.form-control.focus{color:#454545;background-color:#fff;border-color:#d51130;outline:0;box-shadow:0 0 0 0 rgba(213,17,48,.25)}.form-control.focus.is-valid{border-color:#28a745;box-shadow:0 0 0 0 rgba(40,167,69,.25)}.form-control.focus.is-invalid{border-color:#ed2c30;box-shadow:0 0 0 0 rgba(237,44,48,.25)}.b-avatar{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex-shrink:0;width:2.5rem;height:2.5rem;font-size:inherit;font-weight:400;line-height:1;max-width:100%;max-height:auto;text-align:center;overflow:visible;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out}.b-avatar:focus{outline:0}.b-avatar.btn,.b-avatar[href]{padding:0;border:0}.b-avatar.btn .b-avatar-img img,.b-avatar[href] .b-avatar-img img{transition:transform .15s ease-in-out}.b-avatar.btn:not(:disabled):not(.disabled),.b-avatar[href]:not(:disabled):not(.disabled){cursor:pointer}.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img{transform:scale(1.15)}.b-avatar.disabled,.b-avatar:disabled,.b-avatar[disabled]{opacity:.65;pointer-events:none}.b-avatar .b-avatar-custom,.b-avatar .b-avatar-text,.b-avatar .b-avatar-img{border-radius:inherit;width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;mask-image:radial-gradient(white, black)}.b-avatar .b-avatar-text{text-transform:uppercase;white-space:nowrap}.b-avatar[href]{text-decoration:none}.b-avatar>.b-icon{width:60%;height:auto;max-width:100%}.b-avatar .b-avatar-img img{width:100%;height:100%;max-height:auto;border-radius:inherit;object-fit:cover}.b-avatar .b-avatar-badge{position:absolute;min-height:1.5em;min-width:1.5em;padding:.25em;line-height:1;border-radius:10em;font-size:70%;font-weight:700;z-index:1}.b-avatar-sm{width:1.5rem;height:1.5rem}.b-avatar-sm .b-avatar-text{font-size:calc(0.6rem)}.b-avatar-sm .b-avatar-badge{font-size:calc(0.42rem)}.b-avatar-lg{width:3.5rem;height:3.5rem}.b-avatar-lg .b-avatar-text{font-size:calc(1.4rem)}.b-avatar-lg .b-avatar-badge{font-size:calc(0.98rem)}.b-avatar-group .b-avatar-group-inner{display:flex;flex-wrap:wrap}.b-avatar-group .b-avatar{border:1px solid #e4e4e4}.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled){z-index:1}.b-calendar{display:inline-flex}.b-calendar .b-calendar-inner{min-width:250px}.b-calendar .b-calendar-header,.b-calendar .b-calendar-nav{margin-bottom:.25rem}.b-calendar .b-calendar-nav .btn{padding:.25rem}.b-calendar output{padding:.25rem;font-size:80%}.b-calendar output.readonly{background-color:#f4f3f3;opacity:1}.b-calendar .b-calendar-footer{margin-top:.5rem}.b-calendar .b-calendar-grid{padding:0;margin:0;overflow:hidden}.b-calendar .b-calendar-grid .row{flex-wrap:nowrap}.b-calendar .b-calendar-grid-caption{padding:.25rem}.b-calendar .b-calendar-grid-body .col[data-date] .btn{width:32px;height:32px;font-size:14px;line-height:1;margin:3px auto;padding:9px 0}.b-calendar .btn:disabled,.b-calendar .btn.disabled,.b-calendar .btn[aria-disabled=true]{cursor:default;pointer-events:none}.card-img-left{border-top-left-radius:0;border-bottom-left-radius:0}.card-img-right{border-top-right-radius:0;border-bottom-right-radius:0}.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after{display:none !important}.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before{display:none !important}.dropdown .dropdown-menu:focus{outline:none}.b-dropdown-form{display:inline-block;padding:.25rem 1.5rem;width:100%;clear:both;font-weight:400}.b-dropdown-form:focus{outline:1px dotted !important;outline:5px auto -webkit-focus-ring-color !important}.b-dropdown-form.disabled,.b-dropdown-form:disabled{outline:0 !important;color:#adb5bd;pointer-events:none}.b-dropdown-text{display:inline-block;padding:.25rem 1.5rem;margin-bottom:0;width:100%;clear:both;font-weight:lighter}.custom-checkbox.b-custom-control-lg,.input-group-lg .custom-checkbox{font-size:1.25rem;line-height:1.5;padding-left:1.875rem}.custom-checkbox.b-custom-control-lg .custom-control-label::before,.input-group-lg .custom-checkbox .custom-control-label::before{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;border-radius:.3rem}.custom-checkbox.b-custom-control-lg .custom-control-label::after,.input-group-lg .custom-checkbox .custom-control-label::after{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;background-size:50% 50%}.custom-checkbox.b-custom-control-sm,.input-group-sm .custom-checkbox{font-size:.875rem;line-height:1.5;padding-left:1.3125rem}.custom-checkbox.b-custom-control-sm .custom-control-label::before,.input-group-sm .custom-checkbox .custom-control-label::before{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;border-radius:.2rem}.custom-checkbox.b-custom-control-sm .custom-control-label::after,.input-group-sm .custom-checkbox .custom-control-label::after{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;background-size:50% 50%}.custom-switch.b-custom-control-lg,.input-group-lg .custom-switch{padding-left:2.8125rem}.custom-switch.b-custom-control-lg .custom-control-label,.input-group-lg .custom-switch .custom-control-label{font-size:1.25rem;line-height:1.5}.custom-switch.b-custom-control-lg .custom-control-label::before,.input-group-lg .custom-switch .custom-control-label::before{top:.3125rem;height:1.25rem;left:-2.8125rem;width:2.1875rem;border-radius:.625rem}.custom-switch.b-custom-control-lg .custom-control-label::after,.input-group-lg .custom-switch .custom-control-label::after{top:calc( 0.3125rem + 2px );left:calc( -2.8125rem + 2px );width:calc( 1.25rem - 4px );height:calc( 1.25rem - 4px );border-radius:.625rem;background-size:50% 50%}.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label::after,.input-group-lg .custom-switch .custom-control-input:checked~.custom-control-label::after{transform:translateX(0.9375rem)}.custom-switch.b-custom-control-sm,.input-group-sm .custom-switch{padding-left:1.96875rem}.custom-switch.b-custom-control-sm .custom-control-label,.input-group-sm .custom-switch .custom-control-label{font-size:.875rem;line-height:1.5}.custom-switch.b-custom-control-sm .custom-control-label::before,.input-group-sm .custom-switch .custom-control-label::before{top:.21875rem;left:-1.96875rem;width:1.53125rem;height:.875rem;border-radius:.4375rem}.custom-switch.b-custom-control-sm .custom-control-label::after,.input-group-sm .custom-switch .custom-control-label::after{top:calc( 0.21875rem + 2px );left:calc( -1.96875rem + 2px );width:calc( 0.875rem - 4px );height:calc( 0.875rem - 4px );border-radius:.4375rem;background-size:50% 50%}.custom-switch.b-custom-control-sm .custom-control-input:checked~.custom-control-label::after,.input-group-sm .custom-switch .custom-control-input:checked~.custom-control-label::after{transform:translateX(0.65625rem)}.input-group>.input-group-prepend>.btn-group>.btn,.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn-group>.btn,.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn,.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.b-form-btn-label-control.form-control{display:flex;align-items:stretch;height:auto;padding:0;background-image:none}.input-group .b-form-btn-label-control.form-control{padding:0}[dir=rtl] .b-form-btn-label-control.form-control,.b-form-btn-label-control.form-control[dir=rtl]{flex-direction:row-reverse}[dir=rtl] .b-form-btn-label-control.form-control>label,.b-form-btn-label-control.form-control[dir=rtl]>label{text-align:right}.b-form-btn-label-control.form-control>.btn{line-height:1;font-size:inherit;box-shadow:none !important;border:0}.b-form-btn-label-control.form-control>.btn:disabled{pointer-events:none}.b-form-btn-label-control.form-control.is-valid>.btn{color:#28a745}.b-form-btn-label-control.form-control.is-invalid>.btn{color:#ed2c30}.b-form-btn-label-control.form-control>.dropdown-menu{padding:.5rem}.b-form-btn-label-control.form-control>.form-control{height:auto;min-height:calc(calc(1.5em + 1rem + 2px) - 2px);padding-left:.25rem;margin:0;border:0;outline:0;background:transparent;word-break:break-word;font-size:inherit;white-space:normal;cursor:pointer}.b-form-btn-label-control.form-control>.form-control.form-control-sm{min-height:calc(calc(1.5em + 0.5rem + 2px) - 2px)}.b-form-btn-label-control.form-control>.form-control.form-control-lg{min-height:calc(calc(1.5em + 1rem + 2px) - 2px)}.input-group.input-group-sm .b-form-btn-label-control.form-control>.form-control{min-height:calc(calc(1.5em + 0.5rem + 2px) - 2px);padding-top:.25rem;padding-bottom:.25rem}.input-group.input-group-lg .b-form-btn-label-control.form-control>.form-control{min-height:calc(calc(1.5em + 1rem + 2px) - 2px);padding-top:.5rem;padding-bottom:.5rem}.b-form-btn-label-control.form-control[aria-disabled=true],.b-form-btn-label-control.form-control[aria-readonly=true]{background-color:#f4f3f3;opacity:1}.b-form-btn-label-control.form-control[aria-disabled=true]{pointer-events:none}.b-form-btn-label-control.form-control[aria-disabled=true]>label{cursor:default}.b-form-btn-label-control.btn-group>.dropdown-menu{padding:.5rem}.custom-file-label{white-space:nowrap;overflow-x:hidden}.b-custom-control-lg.custom-file,.b-custom-control-lg .custom-file-input,.b-custom-control-lg .custom-file-label,.input-group-lg.custom-file,.input-group-lg .custom-file-input,.input-group-lg .custom-file-label{font-size:1.25rem;height:calc(1.5em + 1rem + 2px)}.b-custom-control-lg .custom-file-label,.b-custom-control-lg .custom-file-label:after,.input-group-lg .custom-file-label,.input-group-lg .custom-file-label:after{padding:.5rem 1rem;line-height:1.5}.b-custom-control-lg .custom-file-label,.input-group-lg .custom-file-label{border-radius:.3rem}.b-custom-control-lg .custom-file-label::after,.input-group-lg .custom-file-label::after{font-size:inherit;height:calc( 1.5em + 1rem );border-radius:0 .3rem .3rem 0}.b-custom-control-sm.custom-file,.b-custom-control-sm .custom-file-input,.b-custom-control-sm .custom-file-label,.input-group-sm.custom-file,.input-group-sm .custom-file-input,.input-group-sm .custom-file-label{font-size:.875rem;height:calc(1.5em + 0.5rem + 2px)}.b-custom-control-sm .custom-file-label,.b-custom-control-sm .custom-file-label:after,.input-group-sm .custom-file-label,.input-group-sm .custom-file-label:after{padding:.25rem .5rem;line-height:1.5}.b-custom-control-sm .custom-file-label,.input-group-sm .custom-file-label{border-radius:.2rem}.b-custom-control-sm .custom-file-label::after,.input-group-sm .custom-file-label::after{font-size:inherit;height:calc( 1.5em + 0.5rem );border-radius:0 .2rem .2rem 0}.was-validated .form-control:invalid,.was-validated .form-control:valid,.form-control.is-invalid,.form-control.is-valid{background-position:right calc(0.375em + 0.25rem) center}input[type=color].form-control{height:calc(1.5em + 1rem + 2px);padding:.125rem .25rem}input[type=color].form-control.form-control-sm,.input-group-sm input[type=color].form-control{height:calc(1.5em + 0.5rem + 2px);padding:.125rem .25rem}input[type=color].form-control.form-control-lg,.input-group-lg input[type=color].form-control{height:calc(1.5em + 1rem + 2px);padding:.125rem .25rem}input[type=color].form-control:disabled{background-color:#adb5bd;opacity:.65}.input-group>.custom-range{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-range+.form-control,.input-group>.custom-range+.form-control-plaintext,.input-group>.custom-range+.custom-select,.input-group>.custom-range+.custom-range,.input-group>.custom-range+.custom-file{margin-left:-1px}.input-group>.form-control+.custom-range,.input-group>.form-control-plaintext+.custom-range,.input-group>.custom-select+.custom-range,.input-group>.custom-range+.custom-range,.input-group>.custom-file+.custom-range{margin-left:-1px}.input-group>.custom-range:focus{z-index:3}.input-group>.custom-range:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-range:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-range{height:calc(1.5em + 1rem + 2px);padding:0 .5rem;background-color:#fff;background-clip:padding-box;border:1px solid #e4e4e4;height:calc(1.5em + 1rem + 2px);border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.input-group>.custom-range{transition:none}}.input-group>.custom-range:focus{color:#454545;background-color:#fff;border-color:#d51130;outline:0;box-shadow:0 0 0 0 rgba(213,17,48,.25)}.input-group>.custom-range:disabled,.input-group>.custom-range[readonly]{background-color:#f4f3f3}.input-group-lg>.custom-range{height:calc(1.5em + 1rem + 2px);padding:0 1rem;border-radius:.3rem}.input-group-sm>.custom-range{height:calc(1.5em + 0.5rem + 2px);padding:0 .5rem;border-radius:.2rem}.was-validated .input-group .custom-range:valid,.input-group .custom-range.is-valid{border-color:#28a745}.was-validated .input-group .custom-range:valid:focus,.input-group .custom-range.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 0 rgba(40,167,69,.25)}.was-validated .custom-range:valid:focus::-webkit-slider-thumb,.custom-range.is-valid:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f8f8f8,0 0 0 0 #9be7ac}.was-validated .custom-range:valid:focus::-moz-range-thumb,.custom-range.is-valid:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f8f8f8,0 0 0 0 #9be7ac}.was-validated .custom-range:valid:focus::-ms-thumb,.custom-range.is-valid:focus::-ms-thumb{box-shadow:0 0 0 1px #f8f8f8,0 0 0 0 #9be7ac}.was-validated .custom-range:valid::-webkit-slider-thumb,.custom-range.is-valid::-webkit-slider-thumb{background-color:#28a745;background-image:none}.was-validated .custom-range:valid::-webkit-slider-thumb:active,.custom-range.is-valid::-webkit-slider-thumb:active{background-color:#9be7ac;background-image:none}.was-validated .custom-range:valid::-webkit-slider-runnable-track,.custom-range.is-valid::-webkit-slider-runnable-track{background-color:rgba(40,167,69,.35)}.was-validated .custom-range:valid::-moz-range-thumb,.custom-range.is-valid::-moz-range-thumb{background-color:#28a745;background-image:none}.was-validated .custom-range:valid::-moz-range-thumb:active,.custom-range.is-valid::-moz-range-thumb:active{background-color:#9be7ac;background-image:none}.was-validated .custom-range:valid::-moz-range-track,.custom-range.is-valid::-moz-range-track{background:rgba(40,167,69,.35)}.was-validated .custom-range:valid~.valid-feedback,.was-validated .custom-range:valid~.valid-tooltip,.custom-range.is-valid~.valid-feedback,.custom-range.is-valid~.valid-tooltip{display:block}.was-validated .custom-range:valid::-ms-thumb,.custom-range.is-valid::-ms-thumb{background-color:#28a745;background-image:none}.was-validated .custom-range:valid::-ms-thumb:active,.custom-range.is-valid::-ms-thumb:active{background-color:#9be7ac;background-image:none}.was-validated .custom-range:valid::-ms-track-lower,.custom-range.is-valid::-ms-track-lower{background:rgba(40,167,69,.35)}.was-validated .custom-range:valid::-ms-track-upper,.custom-range.is-valid::-ms-track-upper{background:rgba(40,167,69,.35)}.was-validated .input-group .custom-range:invalid,.input-group .custom-range.is-invalid{border-color:#ed2c30}.was-validated .input-group .custom-range:invalid:focus,.input-group .custom-range.is-invalid:focus{border-color:#ed2c30;box-shadow:0 0 0 0 rgba(237,44,48,.25)}.was-validated .custom-range:invalid:focus::-webkit-slider-thumb,.custom-range.is-invalid:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f8f8f8,0 0 0 0 #fbd0d1}.was-validated .custom-range:invalid:focus::-moz-range-thumb,.custom-range.is-invalid:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f8f8f8,0 0 0 0 #fbd0d1}.was-validated .custom-range:invalid:focus::-ms-thumb,.custom-range.is-invalid:focus::-ms-thumb{box-shadow:0 0 0 1px #f8f8f8,0 0 0 0 #fbd0d1}.was-validated .custom-range:invalid::-webkit-slider-thumb,.custom-range.is-invalid::-webkit-slider-thumb{background-color:#ed2c30;background-image:none}.was-validated .custom-range:invalid::-webkit-slider-thumb:active,.custom-range.is-invalid::-webkit-slider-thumb:active{background-color:#fbd0d1;background-image:none}.was-validated .custom-range:invalid::-webkit-slider-runnable-track,.custom-range.is-invalid::-webkit-slider-runnable-track{background-color:rgba(237,44,48,.35)}.was-validated .custom-range:invalid::-moz-range-thumb,.custom-range.is-invalid::-moz-range-thumb{background-color:#ed2c30;background-image:none}.was-validated .custom-range:invalid::-moz-range-thumb:active,.custom-range.is-invalid::-moz-range-thumb:active{background-color:#fbd0d1;background-image:none}.was-validated .custom-range:invalid::-moz-range-track,.custom-range.is-invalid::-moz-range-track{background:rgba(237,44,48,.35)}.was-validated .custom-range:invalid~.invalid-feedback,.was-validated .custom-range:invalid~.invalid-tooltip,.custom-range.is-invalid~.invalid-feedback,.custom-range.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-range:invalid::-ms-thumb,.custom-range.is-invalid::-ms-thumb{background-color:#ed2c30;background-image:none}.was-validated .custom-range:invalid::-ms-thumb:active,.custom-range.is-invalid::-ms-thumb:active{background-color:#fbd0d1;background-image:none}.was-validated .custom-range:invalid::-ms-track-lower,.custom-range.is-invalid::-ms-track-lower{background:rgba(237,44,48,.35)}.was-validated .custom-range:invalid::-ms-track-upper,.custom-range.is-invalid::-ms-track-upper{background:rgba(237,44,48,.35)}.custom-radio.b-custom-control-lg,.input-group-lg .custom-radio{font-size:1.25rem;line-height:1.5;padding-left:1.875rem}.custom-radio.b-custom-control-lg .custom-control-label::before,.input-group-lg .custom-radio .custom-control-label::before{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;border-radius:50%}.custom-radio.b-custom-control-lg .custom-control-label::after,.input-group-lg .custom-radio .custom-control-label::after{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;background:no-repeat 50%/50% 50%}.custom-radio.b-custom-control-sm,.input-group-sm .custom-radio{font-size:.875rem;line-height:1.5;padding-left:1.3125rem}.custom-radio.b-custom-control-sm .custom-control-label::before,.input-group-sm .custom-radio .custom-control-label::before{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;border-radius:50%}.custom-radio.b-custom-control-sm .custom-control-label::after,.input-group-sm .custom-radio .custom-control-label::after{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;background:no-repeat 50%/50% 50%}.b-rating{text-align:center}.b-rating.d-inline-flex{width:auto}.b-rating .b-rating-star,.b-rating .b-rating-value{padding:0 .25em}.b-rating .b-rating-value{min-width:2.5em}.b-rating .b-rating-star{display:inline-flex;justify-content:center;outline:0}.b-rating .b-rating-star .b-rating-icon{display:inline-flex;transition:all .15s ease-in-out}.b-rating.disabled,.b-rating:disabled{background-color:#f4f3f3;color:#6c757d}.b-rating:not(.disabled):not(.readonly) .b-rating-star{cursor:pointer}.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon{transform:scale(1.5)}.b-rating[dir=rtl] .b-rating-star-half{transform:scale(-1, 1)}.b-form-spinbutton{text-align:center;overflow:hidden;background-image:none;padding:0}[dir=rtl] .b-form-spinbutton:not(.flex-column),.b-form-spinbutton[dir=rtl]:not(.flex-column){flex-direction:row-reverse}.b-form-spinbutton output{font-size:inherit;outline:0;border:0;background-color:transparent;width:auto;margin:0;padding:0 .25rem}.b-form-spinbutton output>div,.b-form-spinbutton output>bdi{display:block;min-width:2.25em;height:1.5em}.b-form-spinbutton.flex-column{height:auto;width:auto}.b-form-spinbutton.flex-column output{margin:0 .25rem;padding:.25rem 0}.b-form-spinbutton:not(.d-inline-flex):not(.flex-column){output-width:100%}.b-form-spinbutton.d-inline-flex:not(.flex-column){width:auto}.b-form-spinbutton .btn{line-height:1;box-shadow:none !important}.b-form-spinbutton .btn:disabled{pointer-events:none}.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon{transform:scale(1.25)}.b-form-spinbutton.disabled,.b-form-spinbutton.readonly{background-color:#f4f3f3}.b-form-spinbutton.disabled{pointer-events:none}.b-form-tags.focus{color:#454545;background-color:#fff;border-color:#d51130;outline:0;box-shadow:0 0 0 0 rgba(213,17,48,.25)}.b-form-tags.focus.is-valid{border-color:#28a745;box-shadow:0 0 0 0 rgba(40,167,69,.25)}.b-form-tags.focus.is-invalid{border-color:#ed2c30;box-shadow:0 0 0 0 rgba(237,44,48,.25)}.b-form-tags.disabled{background-color:#f4f3f3}.b-form-tags-list{margin-top:-0.25rem}.b-form-tags-list .b-form-tags-field,.b-form-tags-list .b-form-tag{margin-top:.25rem}.b-form-tags-input{color:#454545}.b-form-tag{font-size:75%;font-weight:normal;line-height:1.5;margin-right:.25rem}.b-form-tag.disabled{opacity:.75}.b-form-tag>button.b-form-tag-remove{color:inherit;font-size:125%;line-height:1;float:none;margin-left:.25rem}.form-control-sm .b-form-tag{line-height:1.5}.form-control-lg .b-form-tag{line-height:1.5}.media-aside{display:flex;margin-right:1rem}.media-aside-right{margin-right:0;margin-left:1rem}.modal-backdrop{opacity:.9}.b-pagination-pills .page-item .page-link{border-radius:50rem !important;margin-left:.25rem;line-height:1}.b-pagination-pills .page-item:first-child .page-link{margin-left:0}.popover.b-popover{display:block;opacity:1;outline:0}.popover.b-popover.fade:not(.show){opacity:0}.popover.b-popover.show{opacity:1}.b-popover-primary.popover{background-color:#e0e0e0;border-color:#d3d3d3}.b-popover-primary.bs-popover-top>.arrow::before,.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#d3d3d3}.b-popover-primary.bs-popover-top>.arrow::after,.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#e0e0e0}.b-popover-primary.bs-popover-right>.arrow::before,.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#d3d3d3}.b-popover-primary.bs-popover-right>.arrow::after,.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#e0e0e0}.b-popover-primary.bs-popover-bottom>.arrow::before,.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#d3d3d3}.b-popover-primary.bs-popover-bottom>.arrow::after,.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#d8d8d8}.b-popover-primary.bs-popover-bottom .popover-header::before,.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#d8d8d8}.b-popover-primary.bs-popover-left>.arrow::before,.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#d3d3d3}.b-popover-primary.bs-popover-left>.arrow::after,.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#e0e0e0}.b-popover-primary .popover-header{color:#3c3c3b;background-color:#d8d8d8;border-bottom-color:#ccc}.b-popover-primary .popover-body{color:#333}.b-popover-secondary.popover{background-color:#f7cfd6;border-color:#f3bcc5}.b-popover-secondary.bs-popover-top>.arrow::before,.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#f3bcc5}.b-popover-secondary.bs-popover-top>.arrow::after,.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#f7cfd6}.b-popover-secondary.bs-popover-right>.arrow::before,.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#f3bcc5}.b-popover-secondary.bs-popover-right>.arrow::after,.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#f7cfd6}.b-popover-secondary.bs-popover-bottom>.arrow::before,.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#f3bcc5}.b-popover-secondary.bs-popover-bottom>.arrow::after,.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#f5c2cb}.b-popover-secondary.bs-popover-bottom .popover-header::before,.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#f5c2cb}.b-popover-secondary.bs-popover-left>.arrow::before,.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#f3bcc5}.b-popover-secondary.bs-popover-left>.arrow::after,.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#f7cfd6}.b-popover-secondary .popover-header{color:#3c3c3b;background-color:#f5c2cb;border-bottom-color:#f1acb8}.b-popover-secondary .popover-body{color:#6f0919}.b-popover-success.popover{background-color:#d4edda;border-color:#c3e6cb}.b-popover-success.bs-popover-top>.arrow::before,.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#c3e6cb}.b-popover-success.bs-popover-top>.arrow::after,.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#d4edda}.b-popover-success.bs-popover-right>.arrow::before,.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#c3e6cb}.b-popover-success.bs-popover-right>.arrow::after,.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#d4edda}.b-popover-success.bs-popover-bottom>.arrow::before,.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#c3e6cb}.b-popover-success.bs-popover-bottom>.arrow::after,.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#c9e8d1}.b-popover-success.bs-popover-bottom .popover-header::before,.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#c9e8d1}.b-popover-success.bs-popover-left>.arrow::before,.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#c3e6cb}.b-popover-success.bs-popover-left>.arrow::after,.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#d4edda}.b-popover-success .popover-header{color:#3c3c3b;background-color:#c9e8d1;border-bottom-color:#b7e1c1}.b-popover-success .popover-body{color:#155724}.b-popover-info.popover{background-color:#d1ecf1;border-color:#bee5eb}.b-popover-info.bs-popover-top>.arrow::before,.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#bee5eb}.b-popover-info.bs-popover-top>.arrow::after,.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#d1ecf1}.b-popover-info.bs-popover-right>.arrow::before,.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#bee5eb}.b-popover-info.bs-popover-right>.arrow::after,.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#d1ecf1}.b-popover-info.bs-popover-bottom>.arrow::before,.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#bee5eb}.b-popover-info.bs-popover-bottom>.arrow::after,.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#c5e7ed}.b-popover-info.bs-popover-bottom .popover-header::before,.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#c5e7ed}.b-popover-info.bs-popover-left>.arrow::before,.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#bee5eb}.b-popover-info.bs-popover-left>.arrow::after,.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#d1ecf1}.b-popover-info .popover-header{color:#3c3c3b;background-color:#c5e7ed;border-bottom-color:#b2dfe7}.b-popover-info .popover-body{color:#0c5460}.b-popover-warning.popover{background-color:#fff3cd;border-color:#ffeeba}.b-popover-warning.bs-popover-top>.arrow::before,.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#ffeeba}.b-popover-warning.bs-popover-top>.arrow::after,.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fff3cd}.b-popover-warning.bs-popover-right>.arrow::before,.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#ffeeba}.b-popover-warning.bs-popover-right>.arrow::after,.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fff3cd}.b-popover-warning.bs-popover-bottom>.arrow::before,.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#ffeeba}.b-popover-warning.bs-popover-bottom>.arrow::after,.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#ffefbe}.b-popover-warning.bs-popover-bottom .popover-header::before,.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#ffefbe}.b-popover-warning.bs-popover-left>.arrow::before,.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#ffeeba}.b-popover-warning.bs-popover-left>.arrow::after,.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fff3cd}.b-popover-warning .popover-header{color:#3c3c3b;background-color:#ffefbe;border-bottom-color:#ffe9a4}.b-popover-warning .popover-body{color:#856404}.b-popover-danger.popover{background-color:#fbd5d6;border-color:#fac4c5}.b-popover-danger.bs-popover-top>.arrow::before,.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#fac4c5}.b-popover-danger.bs-popover-top>.arrow::after,.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fbd5d6}.b-popover-danger.bs-popover-right>.arrow::before,.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#fac4c5}.b-popover-danger.bs-popover-right>.arrow::after,.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fbd5d6}.b-popover-danger.bs-popover-bottom>.arrow::before,.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#fac4c5}.b-popover-danger.bs-popover-bottom>.arrow::after,.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#fac7c8}.b-popover-danger.bs-popover-bottom .popover-header::before,.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#fac7c8}.b-popover-danger.bs-popover-left>.arrow::before,.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#fac4c5}.b-popover-danger.bs-popover-left>.arrow::after,.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fbd5d6}.b-popover-danger .popover-header{color:#3c3c3b;background-color:#fac7c8;border-bottom-color:#f7b0b2}.b-popover-danger .popover-body{color:#7b1719}.b-popover-light.popover{background-color:#fafafa;border-color:#f7f7f7}.b-popover-light.bs-popover-top>.arrow::before,.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#f7f7f7}.b-popover-light.bs-popover-top>.arrow::after,.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fafafa}.b-popover-light.bs-popover-right>.arrow::before,.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#f7f7f7}.b-popover-light.bs-popover-right>.arrow::after,.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fafafa}.b-popover-light.bs-popover-bottom>.arrow::before,.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#f7f7f7}.b-popover-light.bs-popover-bottom>.arrow::after,.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#f2f2f2}.b-popover-light.bs-popover-bottom .popover-header::before,.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#f2f2f2}.b-popover-light.bs-popover-left>.arrow::before,.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#f7f7f7}.b-popover-light.bs-popover-left>.arrow::after,.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fafafa}.b-popover-light .popover-header{color:#3c3c3b;background-color:#f2f2f2;border-bottom-color:#e6e6e6}.b-popover-light .popover-body{color:#777}.b-popover-dark.popover{background-color:#d8d8d8;border-color:#c8c8c8}.b-popover-dark.bs-popover-top>.arrow::before,.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#c8c8c8}.b-popover-dark.bs-popover-top>.arrow::after,.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#d8d8d8}.b-popover-dark.bs-popover-right>.arrow::before,.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#c8c8c8}.b-popover-dark.bs-popover-right>.arrow::after,.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#d8d8d8}.b-popover-dark.bs-popover-bottom>.arrow::before,.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#c8c8c8}.b-popover-dark.bs-popover-bottom>.arrow::after,.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#d0d0d0}.b-popover-dark.bs-popover-bottom .popover-header::before,.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#d0d0d0}.b-popover-dark.bs-popover-left>.arrow::before,.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#c8c8c8}.b-popover-dark.bs-popover-left>.arrow::after,.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#d8d8d8}.b-popover-dark .popover-header{color:#3c3c3b;background-color:#d0d0d0;border-bottom-color:#c4c4c4}.b-popover-dark .popover-body{color:#1f1f1f}.b-popover-background.popover{background-color:#fefefe;border-color:#fdfdfd}.b-popover-background.bs-popover-top>.arrow::before,.b-popover-background.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#fdfdfd}.b-popover-background.bs-popover-top>.arrow::after,.b-popover-background.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fefefe}.b-popover-background.bs-popover-right>.arrow::before,.b-popover-background.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#fdfdfd}.b-popover-background.bs-popover-right>.arrow::after,.b-popover-background.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fefefe}.b-popover-background.bs-popover-bottom>.arrow::before,.b-popover-background.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#fdfdfd}.b-popover-background.bs-popover-bottom>.arrow::after,.b-popover-background.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#f6f6f6}.b-popover-background.bs-popover-bottom .popover-header::before,.b-popover-background.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#f6f6f6}.b-popover-background.bs-popover-left>.arrow::before,.b-popover-background.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#fdfdfd}.b-popover-background.bs-popover-left>.arrow::after,.b-popover-background.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fefefe}.b-popover-background .popover-header{color:#3c3c3b;background-color:#f6f6f6;border-bottom-color:#eaeaea}.b-popover-background .popover-body{color:#818181}.b-popover-extralight.popover{background-color:#fefefe;border-color:#fefefe}.b-popover-extralight.bs-popover-top>.arrow::before,.b-popover-extralight.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#fefefe}.b-popover-extralight.bs-popover-top>.arrow::after,.b-popover-extralight.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fefefe}.b-popover-extralight.bs-popover-right>.arrow::before,.b-popover-extralight.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#fefefe}.b-popover-extralight.bs-popover-right>.arrow::after,.b-popover-extralight.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fefefe}.b-popover-extralight.bs-popover-bottom>.arrow::before,.b-popover-extralight.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#fefefe}.b-popover-extralight.bs-popover-bottom>.arrow::after,.b-popover-extralight.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#f6f6f6}.b-popover-extralight.bs-popover-bottom .popover-header::before,.b-popover-extralight.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#f6f6f6}.b-popover-extralight.bs-popover-left>.arrow::before,.b-popover-extralight.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#fefefe}.b-popover-extralight.bs-popover-left>.arrow::after,.b-popover-extralight.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fefefe}.b-popover-extralight .popover-header{color:#3c3c3b;background-color:#f6f6f6;border-bottom-color:#eaeaea}.b-popover-extralight .popover-body{color:#828282}.b-popover-gray.popover{background-color:#f3f3f3;border-color:#eee}.b-popover-gray.bs-popover-top>.arrow::before,.b-popover-gray.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#eee}.b-popover-gray.bs-popover-top>.arrow::after,.b-popover-gray.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#f3f3f3}.b-popover-gray.bs-popover-right>.arrow::before,.b-popover-gray.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#eee}.b-popover-gray.bs-popover-right>.arrow::after,.b-popover-gray.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#f3f3f3}.b-popover-gray.bs-popover-bottom>.arrow::before,.b-popover-gray.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#eee}.b-popover-gray.bs-popover-bottom>.arrow::after,.b-popover-gray.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#ebebeb}.b-popover-gray.bs-popover-bottom .popover-header::before,.b-popover-gray.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#ebebeb}.b-popover-gray.bs-popover-left>.arrow::before,.b-popover-gray.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#eee}.b-popover-gray.bs-popover-left>.arrow::after,.b-popover-gray.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#f3f3f3}.b-popover-gray .popover-header{color:#3c3c3b;background-color:#ebebeb;border-bottom-color:#dfdfdf}.b-popover-gray .popover-body{color:#666}.b-popover-lightgray.popover{background-color:#fdfdfd;border-color:#fcfcfc}.b-popover-lightgray.bs-popover-top>.arrow::before,.b-popover-lightgray.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#fcfcfc}.b-popover-lightgray.bs-popover-top>.arrow::after,.b-popover-lightgray.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fdfdfd}.b-popover-lightgray.bs-popover-right>.arrow::before,.b-popover-lightgray.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#fcfcfc}.b-popover-lightgray.bs-popover-right>.arrow::after,.b-popover-lightgray.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fdfdfd}.b-popover-lightgray.bs-popover-bottom>.arrow::before,.b-popover-lightgray.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#fcfcfc}.b-popover-lightgray.bs-popover-bottom>.arrow::after,.b-popover-lightgray.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#f5f5f5}.b-popover-lightgray.bs-popover-bottom .popover-header::before,.b-popover-lightgray.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#f5f5f5}.b-popover-lightgray.bs-popover-left>.arrow::before,.b-popover-lightgray.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#fcfcfc}.b-popover-lightgray.bs-popover-left>.arrow::after,.b-popover-lightgray.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fdfdfd}.b-popover-lightgray .popover-header{color:#3c3c3b;background-color:#f5f5f5;border-bottom-color:#e9e9e9}.b-popover-lightgray .popover-body{color:#7f7e7e}.b-popover-lightsilver.popover{background-color:#f7f7f7;border-color:#f4f4f4}.b-popover-lightsilver.bs-popover-top>.arrow::before,.b-popover-lightsilver.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#f4f4f4}.b-popover-lightsilver.bs-popover-top>.arrow::after,.b-popover-lightsilver.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#f7f7f7}.b-popover-lightsilver.bs-popover-right>.arrow::before,.b-popover-lightsilver.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#f4f4f4}.b-popover-lightsilver.bs-popover-right>.arrow::after,.b-popover-lightsilver.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#f7f7f7}.b-popover-lightsilver.bs-popover-bottom>.arrow::before,.b-popover-lightsilver.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#f4f4f4}.b-popover-lightsilver.bs-popover-bottom>.arrow::after,.b-popover-lightsilver.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#efefef}.b-popover-lightsilver.bs-popover-bottom .popover-header::before,.b-popover-lightsilver.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#efefef}.b-popover-lightsilver.bs-popover-left>.arrow::before,.b-popover-lightsilver.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#f4f4f4}.b-popover-lightsilver.bs-popover-left>.arrow::after,.b-popover-lightsilver.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#f7f7f7}.b-popover-lightsilver .popover-header{color:#3c3c3b;background-color:#efefef;border-bottom-color:#e3e3e3}.b-popover-lightsilver .popover-body{color:#707070}.b-popover-neutral.popover{background-color:#f3f3f3;border-color:#eee}.b-popover-neutral.bs-popover-top>.arrow::before,.b-popover-neutral.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#eee}.b-popover-neutral.bs-popover-top>.arrow::after,.b-popover-neutral.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#f3f3f3}.b-popover-neutral.bs-popover-right>.arrow::before,.b-popover-neutral.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#eee}.b-popover-neutral.bs-popover-right>.arrow::after,.b-popover-neutral.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#f3f3f3}.b-popover-neutral.bs-popover-bottom>.arrow::before,.b-popover-neutral.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#eee}.b-popover-neutral.bs-popover-bottom>.arrow::after,.b-popover-neutral.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#ebebeb}.b-popover-neutral.bs-popover-bottom .popover-header::before,.b-popover-neutral.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#ebebeb}.b-popover-neutral.bs-popover-left>.arrow::before,.b-popover-neutral.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#eee}.b-popover-neutral.bs-popover-left>.arrow::after,.b-popover-neutral.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#f3f3f3}.b-popover-neutral .popover-header{color:#3c3c3b;background-color:#ebebeb;border-bottom-color:#dfdfdf}.b-popover-neutral .popover-body{color:#666}.b-popover-white.popover{background-color:#fff;border-color:#fff}.b-popover-white.bs-popover-top>.arrow::before,.b-popover-white.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#fff}.b-popover-white.bs-popover-top>.arrow::after,.b-popover-white.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fff}.b-popover-white.bs-popover-right>.arrow::before,.b-popover-white.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#fff}.b-popover-white.bs-popover-right>.arrow::after,.b-popover-white.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fff}.b-popover-white.bs-popover-bottom>.arrow::before,.b-popover-white.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#fff}.b-popover-white.bs-popover-bottom>.arrow::after,.b-popover-white.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#f7f7f7}.b-popover-white.bs-popover-bottom .popover-header::before,.b-popover-white.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#f7f7f7}.b-popover-white.bs-popover-left>.arrow::before,.b-popover-white.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#fff}.b-popover-white.bs-popover-left>.arrow::after,.b-popover-white.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fff}.b-popover-white .popover-header{color:#3c3c3b;background-color:#f7f7f7;border-bottom-color:#ebebeb}.b-popover-white .popover-body{color:#858585}.b-popover-delete-red.popover{background-color:#fbd5d6;border-color:#fac4c5}.b-popover-delete-red.bs-popover-top>.arrow::before,.b-popover-delete-red.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#fac4c5}.b-popover-delete-red.bs-popover-top>.arrow::after,.b-popover-delete-red.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fbd5d6}.b-popover-delete-red.bs-popover-right>.arrow::before,.b-popover-delete-red.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#fac4c5}.b-popover-delete-red.bs-popover-right>.arrow::after,.b-popover-delete-red.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fbd5d6}.b-popover-delete-red.bs-popover-bottom>.arrow::before,.b-popover-delete-red.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#fac4c5}.b-popover-delete-red.bs-popover-bottom>.arrow::after,.b-popover-delete-red.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#fac7c8}.b-popover-delete-red.bs-popover-bottom .popover-header::before,.b-popover-delete-red.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#fac7c8}.b-popover-delete-red.bs-popover-left>.arrow::before,.b-popover-delete-red.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#fac4c5}.b-popover-delete-red.bs-popover-left>.arrow::after,.b-popover-delete-red.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fbd5d6}.b-popover-delete-red .popover-header{color:#3c3c3b;background-color:#fac7c8;border-bottom-color:#f7b0b2}.b-popover-delete-red .popover-body{color:#7b1719}.b-popover-gray-navy.popover{background-color:#eaeaea;border-color:#e1e1e1}.b-popover-gray-navy.bs-popover-top>.arrow::before,.b-popover-gray-navy.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#e1e1e1}.b-popover-gray-navy.bs-popover-top>.arrow::after,.b-popover-gray-navy.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#eaeaea}.b-popover-gray-navy.bs-popover-right>.arrow::before,.b-popover-gray-navy.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#e1e1e1}.b-popover-gray-navy.bs-popover-right>.arrow::after,.b-popover-gray-navy.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#eaeaea}.b-popover-gray-navy.bs-popover-bottom>.arrow::before,.b-popover-gray-navy.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#e1e1e1}.b-popover-gray-navy.bs-popover-bottom>.arrow::after,.b-popover-gray-navy.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#e2e2e2}.b-popover-gray-navy.bs-popover-bottom .popover-header::before,.b-popover-gray-navy.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#e2e2e2}.b-popover-gray-navy.bs-popover-left>.arrow::before,.b-popover-gray-navy.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#e1e1e1}.b-popover-gray-navy.bs-popover-left>.arrow::after,.b-popover-gray-navy.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#eaeaea}.b-popover-gray-navy .popover-header{color:#3c3c3b;background-color:#e2e2e2;border-bottom-color:#d6d6d6}.b-popover-gray-navy .popover-body{color:#4d4d4d}.b-popover-platinum.popover{background-color:#fafafa;border-color:#f7f7f7}.b-popover-platinum.bs-popover-top>.arrow::before,.b-popover-platinum.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#f7f7f7}.b-popover-platinum.bs-popover-top>.arrow::after,.b-popover-platinum.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fafafa}.b-popover-platinum.bs-popover-right>.arrow::before,.b-popover-platinum.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#f7f7f7}.b-popover-platinum.bs-popover-right>.arrow::after,.b-popover-platinum.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fafafa}.b-popover-platinum.bs-popover-bottom>.arrow::before,.b-popover-platinum.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#f7f7f7}.b-popover-platinum.bs-popover-bottom>.arrow::after,.b-popover-platinum.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#f2f2f2}.b-popover-platinum.bs-popover-bottom .popover-header::before,.b-popover-platinum.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#f2f2f2}.b-popover-platinum.bs-popover-left>.arrow::before,.b-popover-platinum.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#f7f7f7}.b-popover-platinum.bs-popover-left>.arrow::after,.b-popover-platinum.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fafafa}.b-popover-platinum .popover-header{color:#3c3c3b;background-color:#f2f2f2;border-bottom-color:#e6e6e6}.b-popover-platinum .popover-body{color:#777}.b-popover-base-black.popover{background-color:#d2d2d2;border-color:silver}.b-popover-base-black.bs-popover-top>.arrow::before,.b-popover-base-black.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:silver}.b-popover-base-black.bs-popover-top>.arrow::after,.b-popover-base-black.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#d2d2d2}.b-popover-base-black.bs-popover-right>.arrow::before,.b-popover-base-black.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:silver}.b-popover-base-black.bs-popover-right>.arrow::after,.b-popover-base-black.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#d2d2d2}.b-popover-base-black.bs-popover-bottom>.arrow::before,.b-popover-base-black.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:silver}.b-popover-base-black.bs-popover-bottom>.arrow::after,.b-popover-base-black.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#cacaca}.b-popover-base-black.bs-popover-bottom .popover-header::before,.b-popover-base-black.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#cacaca}.b-popover-base-black.bs-popover-left>.arrow::before,.b-popover-base-black.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:silver}.b-popover-base-black.bs-popover-left>.arrow::after,.b-popover-base-black.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#d2d2d2}.b-popover-base-black .popover-header{color:#3c3c3b;background-color:#cacaca;border-bottom-color:#bebebe}.b-popover-base-black .popover-body{color:#101010}.b-popover-wedia-blue.popover{background-color:#d0e0ff;border-color:#bdd3ff}.b-popover-wedia-blue.bs-popover-top>.arrow::before,.b-popover-wedia-blue.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#bdd3ff}.b-popover-wedia-blue.bs-popover-top>.arrow::after,.b-popover-wedia-blue.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#d0e0ff}.b-popover-wedia-blue.bs-popover-right>.arrow::before,.b-popover-wedia-blue.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#bdd3ff}.b-popover-wedia-blue.bs-popover-right>.arrow::after,.b-popover-wedia-blue.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#d0e0ff}.b-popover-wedia-blue.bs-popover-bottom>.arrow::before,.b-popover-wedia-blue.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#bdd3ff}.b-popover-wedia-blue.bs-popover-bottom>.arrow::after,.b-popover-wedia-blue.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#c1d6ff}.b-popover-wedia-blue.bs-popover-bottom .popover-header::before,.b-popover-wedia-blue.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#c1d6ff}.b-popover-wedia-blue.bs-popover-left>.arrow::before,.b-popover-wedia-blue.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#bdd3ff}.b-popover-wedia-blue.bs-popover-left>.arrow::after,.b-popover-wedia-blue.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#d0e0ff}.b-popover-wedia-blue .popover-header{color:#3c3c3b;background-color:#c1d6ff;border-bottom-color:#a7c5ff}.b-popover-wedia-blue .popover-body{color:#0a3385}.b-popover-info-blue.popover{background-color:#fcfdff;border-color:#fbfcff}.b-popover-info-blue.bs-popover-top>.arrow::before,.b-popover-info-blue.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#fbfcff}.b-popover-info-blue.bs-popover-top>.arrow::after,.b-popover-info-blue.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#fcfdff}.b-popover-info-blue.bs-popover-right>.arrow::before,.b-popover-info-blue.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#fbfcff}.b-popover-info-blue.bs-popover-right>.arrow::after,.b-popover-info-blue.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#fcfdff}.b-popover-info-blue.bs-popover-bottom>.arrow::before,.b-popover-info-blue.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#fbfcff}.b-popover-info-blue.bs-popover-bottom>.arrow::after,.b-popover-info-blue.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#edf3ff}.b-popover-info-blue.bs-popover-bottom .popover-header::before,.b-popover-info-blue.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#edf3ff}.b-popover-info-blue.bs-popover-left>.arrow::before,.b-popover-info-blue.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#fbfcff}.b-popover-info-blue.bs-popover-left>.arrow::after,.b-popover-info-blue.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#fcfdff}.b-popover-info-blue .popover-header{color:#3c3c3b;background-color:#edf3ff;border-bottom-color:#d3e2ff}.b-popover-info-blue .popover-body{color:#7d8085}.b-popover-warning-icon-orange.popover{background-color:#ffecd0;border-color:#ffe5bd}.b-popover-warning-icon-orange.bs-popover-top>.arrow::before,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=top]>.arrow::before{border-top-color:#ffe5bd}.b-popover-warning-icon-orange.bs-popover-top>.arrow::after,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=top]>.arrow::after{border-top-color:#ffecd0}.b-popover-warning-icon-orange.bs-popover-right>.arrow::before,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=right]>.arrow::before{border-right-color:#ffe5bd}.b-popover-warning-icon-orange.bs-popover-right>.arrow::after,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=right]>.arrow::after{border-right-color:#ffecd0}.b-popover-warning-icon-orange.bs-popover-bottom>.arrow::before,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=bottom]>.arrow::before{border-bottom-color:#ffe5bd}.b-popover-warning-icon-orange.bs-popover-bottom>.arrow::after,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=bottom]>.arrow::after{border-bottom-color:#ffe6c1}.b-popover-warning-icon-orange.bs-popover-bottom .popover-header::before,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=bottom] .popover-header::before{border-bottom-color:#ffe6c1}.b-popover-warning-icon-orange.bs-popover-left>.arrow::before,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=left]>.arrow::before{border-left-color:#ffe5bd}.b-popover-warning-icon-orange.bs-popover-left>.arrow::after,.b-popover-warning-icon-orange.bs-popover-auto[x-placement^=left]>.arrow::after{border-left-color:#ffecd0}.b-popover-warning-icon-orange .popover-header{color:#3c3c3b;background-color:#ffe6c1;border-bottom-color:#ffdca7}.b-popover-warning-icon-orange .popover-body{color:#85540a}.b-sidebar-outer{position:fixed;top:0;left:0;right:0;height:0;overflow:visible;z-index:calc(1030 + 5)}.b-sidebar-backdrop{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;opacity:.6}.b-sidebar{display:flex;flex-direction:column;position:fixed;top:0;width:320px;max-width:100%;height:100vh;max-height:100%;margin:0;outline:0;transform:translateX(0)}.b-sidebar.slide{transition:transform .3s ease-in-out}@media(prefers-reduced-motion: reduce){.b-sidebar.slide{transition:none}}.b-sidebar:not(.b-sidebar-right){left:0;right:auto}.b-sidebar:not(.b-sidebar-right).slide:not(.show){transform:translateX(-100%)}.b-sidebar:not(.b-sidebar-right)>.b-sidebar-header .close{margin-left:auto}.b-sidebar.b-sidebar-right{left:auto;right:0}.b-sidebar.b-sidebar-right.slide:not(.show){transform:translateX(100%)}.b-sidebar.b-sidebar-right>.b-sidebar-header .close{margin-right:auto}.b-sidebar>.b-sidebar-header{font-size:1.5rem;padding:0 2.5rem;display:flex;flex-direction:row;flex-grow:0;align-items:center}[dir=rtl] .b-sidebar>.b-sidebar-header{flex-direction:row-reverse}.b-sidebar>.b-sidebar-header .close{float:none;font-size:1.5rem}.b-sidebar>.b-sidebar-body{flex-grow:1;height:100%;overflow-y:auto}.b-sidebar>.b-sidebar-footer{flex-grow:0}.b-skeleton-wrapper{cursor:wait}.b-skeleton{position:relative;overflow:hidden;background-color:rgba(0,0,0,.12);cursor:wait;mask-image:radial-gradient(white, black)}.b-skeleton::before{content:" "}.b-skeleton-text{height:1rem;margin-bottom:.25rem;border-radius:.25rem}.b-skeleton-button{width:75px;padding:.75rem 1.75rem;font-size:1rem;line-height:1;border-radius:.25rem}.b-skeleton-avatar{width:2.5em;height:2.5em;border-radius:50%}.b-skeleton-input{height:calc(1.5em + 1rem + 2px);padding:.5rem .5rem;line-height:1.5;border:#e4e4e4 solid 1px;border-radius:.25rem}.b-skeleton-icon-wrapper svg{color:rgba(0,0,0,.12)}.b-skeleton-img{height:100%;width:100%}.b-skeleton-animate-wave::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);animation:b-skeleton-animate-wave 1.75s linear infinite}@media(prefers-reduced-motion: reduce){.b-skeleton-animate-wave::after{background:none;animation:none}}@keyframes b-skeleton-animate-wave{from{transform:translateX(-100%)}to{transform:translateX(100%)}}.b-skeleton-animate-fade{animation:b-skeleton-animate-fade .875s ease-in-out alternate infinite}@media(prefers-reduced-motion: reduce){.b-skeleton-animate-fade{animation:none}}@keyframes b-skeleton-animate-fade{0%{opacity:1}100%{opacity:.4}}.b-skeleton-animate-throb{animation:b-skeleton-animate-throb .875s ease-in alternate infinite}@media(prefers-reduced-motion: reduce){.b-skeleton-animate-throb{animation:none}}@keyframes b-skeleton-animate-throb{0%{transform:scale(1)}100%{transform:scale(0.975)}}.table.b-table.b-table-fixed{table-layout:fixed}.table.b-table.b-table-no-border-collapse{border-collapse:separate;border-spacing:0}.table.b-table[aria-busy=true]{opacity:.55}.table.b-table>tbody>tr.b-table-details>td{border-top:none !important}.table.b-table>caption{caption-side:bottom}.table.b-table.b-table-caption-top>caption{caption-side:top !important}.table.b-table>tbody>.table-active,.table.b-table>tbody>.table-active>th,.table.b-table>tbody>.table-active>td{background-color:rgba(0,0,0,.075)}.table.b-table.table-hover>tbody>tr.table-active:hover td,.table.b-table.table-hover>tbody>tr.table-active:hover th{color:#3c3c3b;background-image:linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));background-repeat:no-repeat}.table.b-table>tbody>.bg-active,.table.b-table>tbody>.bg-active>th,.table.b-table>tbody>.bg-active>td{background-color:rgba(255,255,255,.075) !important}.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover td,.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover th{color:#fff;background-image:linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));background-repeat:no-repeat}.b-table-sticky-header,.table-responsive,[class*=table-responsive-]{margin-bottom:1rem}.b-table-sticky-header>.table,.table-responsive>.table,[class*=table-responsive-]>.table{margin-bottom:0}.b-table-sticky-header{overflow-y:auto;max-height:300px}@media print{.b-table-sticky-header{overflow-y:visible !important;max-height:none !important}}@supports(position: sticky){.b-table-sticky-header>.table.b-table>thead>tr>th{position:sticky;top:0;z-index:2}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{position:sticky;left:0}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column{z-index:5}.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{z-index:2}.table.b-table>thead>tr>.table-b-table-default,.table.b-table>tbody>tr>.table-b-table-default,.table.b-table>tfoot>tr>.table-b-table-default{color:#3c3c3b;background-color:#f8f8f8}.table.b-table.table-dark>thead>tr>.bg-b-table-default,.table.b-table.table-dark>tbody>tr>.bg-b-table-default,.table.b-table.table-dark>tfoot>tr>.bg-b-table-default{color:#fff;background-color:#393939}.table.b-table.table-striped>tbody>tr:nth-of-type(odd)>.table-b-table-default{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));background-repeat:no-repeat}.table.b-table.table-striped.table-dark>tbody>tr:nth-of-type(odd)>.bg-b-table-default{background-image:linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));background-repeat:no-repeat}.table.b-table.table-hover>tbody>tr:hover>.table-b-table-default{color:#3c3c3b;background-image:linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));background-repeat:no-repeat}.table.b-table.table-hover.table-dark>tbody>tr:hover>.bg-b-table-default{color:#fff;background-image:linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));background-repeat:no-repeat}}.table.b-table>thead>tr>[aria-sort],.table.b-table>tfoot>tr>[aria-sort]{cursor:pointer;background-image:none;background-repeat:no-repeat;background-size:.65em 1em}.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left){background-position:right calc(0.75rem / 2) center;padding-right:calc(0.75rem + 0.65em)}.table.b-table>thead>tr>[aria-sort].b-table-sort-icon-left,.table.b-table>tfoot>tr>[aria-sort].b-table-sort-icon-left{background-position:left calc(0.75rem / 2) center;padding-left:calc(0.75rem + 0.65em)}.table.b-table>thead>tr>[aria-sort=none],.table.b-table>tfoot>tr>[aria-sort=none]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>[aria-sort=ascending],.table.b-table>tfoot>tr>[aria-sort=ascending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>[aria-sort=descending],.table.b-table>tfoot>tr>[aria-sort=descending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-dark>thead>tr>[aria-sort=none],.table.b-table.table-dark>tfoot>tr>[aria-sort=none],.table.b-table>.thead-dark>tr>[aria-sort=none]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-dark>thead>tr>[aria-sort=ascending],.table.b-table.table-dark>tfoot>tr>[aria-sort=ascending],.table.b-table>.thead-dark>tr>[aria-sort=ascending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-dark>thead>tr>[aria-sort=descending],.table.b-table.table-dark>tfoot>tr>[aria-sort=descending],.table.b-table>.thead-dark>tr>[aria-sort=descending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>.table-dark[aria-sort=none],.table.b-table>tfoot>tr>.table-dark[aria-sort=none]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>.table-dark[aria-sort=ascending],.table.b-table>tfoot>tr>.table-dark[aria-sort=ascending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>.table-dark[aria-sort=descending],.table.b-table>tfoot>tr>.table-dark[aria-sort=descending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-sm>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table.table-sm>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left){background-position:right calc(0.3rem / 2) center;padding-right:calc(0.3rem + 0.65em)}.table.b-table.table-sm>thead>tr>[aria-sort].b-table-sort-icon-left,.table.b-table.table-sm>tfoot>tr>[aria-sort].b-table-sort-icon-left{background-position:left calc(0.3rem / 2) center;padding-left:calc(0.3rem + 0.65em)}.table.b-table.b-table-selectable:not(.b-table-selectable-no-click)>tbody>tr{cursor:pointer}.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range>tbody>tr{user-select:none}@media(max-width: 575.98px){.table.b-table.b-table-stacked-sm{display:block;width:100%}.table.b-table.b-table-stacked-sm>caption,.table.b-table.b-table-stacked-sm>tbody,.table.b-table.b-table-stacked-sm>tbody>tr,.table.b-table.b-table-stacked-sm>tbody>tr>td,.table.b-table.b-table-stacked-sm>tbody>tr>th{display:block}.table.b-table.b-table-stacked-sm>thead,.table.b-table.b-table-stacked-sm>tfoot{display:none}.table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-sm>caption{caption-side:top !important}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]::before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:bold;font-style:normal;padding:0 calc(1rem / 2) 0 0;margin:0}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]::after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div{display:inline-block;width:calc(100% - 40%);padding:0 0 0 calc(1rem / 2);margin:0}.table.b-table.b-table-stacked-sm>tbody>tr.top-row,.table.b-table.b-table-stacked-sm>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-sm>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th{border-top-width:3px}}@media(max-width: 767.98px){.table.b-table.b-table-stacked-md{display:block;width:100%}.table.b-table.b-table-stacked-md>caption,.table.b-table.b-table-stacked-md>tbody,.table.b-table.b-table-stacked-md>tbody>tr,.table.b-table.b-table-stacked-md>tbody>tr>td,.table.b-table.b-table-stacked-md>tbody>tr>th{display:block}.table.b-table.b-table-stacked-md>thead,.table.b-table.b-table-stacked-md>tfoot{display:none}.table.b-table.b-table-stacked-md>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-md>caption{caption-side:top !important}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]::before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:bold;font-style:normal;padding:0 calc(1rem / 2) 0 0;margin:0}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]::after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div{display:inline-block;width:calc(100% - 40%);padding:0 0 0 calc(1rem / 2);margin:0}.table.b-table.b-table-stacked-md>tbody>tr.top-row,.table.b-table.b-table-stacked-md>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-md>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th{border-top-width:3px}}@media(max-width: 991.98px){.table.b-table.b-table-stacked-lg{display:block;width:100%}.table.b-table.b-table-stacked-lg>caption,.table.b-table.b-table-stacked-lg>tbody,.table.b-table.b-table-stacked-lg>tbody>tr,.table.b-table.b-table-stacked-lg>tbody>tr>td,.table.b-table.b-table-stacked-lg>tbody>tr>th{display:block}.table.b-table.b-table-stacked-lg>thead,.table.b-table.b-table-stacked-lg>tfoot{display:none}.table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-lg>caption{caption-side:top !important}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]::before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:bold;font-style:normal;padding:0 calc(1rem / 2) 0 0;margin:0}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]::after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div{display:inline-block;width:calc(100% - 40%);padding:0 0 0 calc(1rem / 2);margin:0}.table.b-table.b-table-stacked-lg>tbody>tr.top-row,.table.b-table.b-table-stacked-lg>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-lg>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th{border-top-width:3px}}@media(max-width: 1440.98px){.table.b-table.b-table-stacked-xl{display:block;width:100%}.table.b-table.b-table-stacked-xl>caption,.table.b-table.b-table-stacked-xl>tbody,.table.b-table.b-table-stacked-xl>tbody>tr,.table.b-table.b-table-stacked-xl>tbody>tr>td,.table.b-table.b-table-stacked-xl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xl>thead,.table.b-table.b-table-stacked-xl>tfoot{display:none}.table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-xl>caption{caption-side:top !important}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]::before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:bold;font-style:normal;padding:0 calc(1rem / 2) 0 0;margin:0}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]::after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div{display:inline-block;width:calc(100% - 40%);padding:0 0 0 calc(1rem / 2);margin:0}.table.b-table.b-table-stacked-xl>tbody>tr.top-row,.table.b-table.b-table-stacked-xl>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-xl>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th{border-top-width:3px}}@media(max-width: 1918.98px){.table.b-table.b-table-stacked-xxl{display:block;width:100%}.table.b-table.b-table-stacked-xxl>caption,.table.b-table.b-table-stacked-xxl>tbody,.table.b-table.b-table-stacked-xxl>tbody>tr,.table.b-table.b-table-stacked-xxl>tbody>tr>td,.table.b-table.b-table-stacked-xxl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xxl>thead,.table.b-table.b-table-stacked-xxl>tfoot{display:none}.table.b-table.b-table-stacked-xxl>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-xxl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-xxl>caption{caption-side:top !important}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]::before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:bold;font-style:normal;padding:0 calc(1rem / 2) 0 0;margin:0}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]::after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]>div{display:inline-block;width:calc(100% - 40%);padding:0 0 0 calc(1rem / 2);margin:0}.table.b-table.b-table-stacked-xxl>tbody>tr.top-row,.table.b-table.b-table-stacked-xxl>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-xxl>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+th{border-top-width:3px}}.table.b-table.b-table-stacked{display:block;width:100%}.table.b-table.b-table-stacked>caption,.table.b-table.b-table-stacked>tbody,.table.b-table.b-table-stacked>tbody>tr,.table.b-table.b-table-stacked>tbody>tr>td,.table.b-table.b-table-stacked>tbody>tr>th{display:block}.table.b-table.b-table-stacked>thead,.table.b-table.b-table-stacked>tfoot{display:none}.table.b-table.b-table-stacked>thead>tr.b-table-top-row,.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked>caption{caption-side:top !important}.table.b-table.b-table-stacked>tbody>tr>[data-label]::before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:bold;font-style:normal;padding:0 calc(1rem / 2) 0 0;margin:0}.table.b-table.b-table-stacked>tbody>tr>[data-label]::after{display:block;clear:both;content:""}.table.b-table.b-table-stacked>tbody>tr>[data-label]>div{display:inline-block;width:calc(100% - 40%);padding:0 0 0 calc(1rem / 2);margin:0}.table.b-table.b-table-stacked>tbody>tr.top-row,.table.b-table.b-table-stacked>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th{border-top-width:3px}.b-time{min-width:150px}.b-time[aria-disabled=true] output,.b-time[aria-readonly=true] output,.b-time output.disabled{background-color:#f4f3f3;opacity:1}.b-time[aria-disabled=true] output{pointer-events:none}[dir=rtl] .b-time>.d-flex:not(.flex-column){flex-direction:row-reverse}.b-time .b-time-header{margin-bottom:.5rem}.b-time .b-time-header output{padding:.25rem;font-size:80%}.b-time .b-time-footer{margin-top:.5rem}.b-time .b-time-ampm{margin-left:.5rem}.b-toast{display:block;position:relative;max-width:600px;backface-visibility:hidden;background-clip:padding-box;z-index:1;border-radius:.25rem}.b-toast .toast{background-color:rgba(255,255,255,.85)}.b-toast:not(:last-child){margin-bottom:.75rem}.b-toast.b-toast-solid .toast{background-color:#fff}.b-toast .toast{opacity:1}.b-toast .toast.fade:not(.show){opacity:0}.b-toast .toast .toast-body{display:block}.b-toast-primary .toast{background-color:rgba(237,237,237,.85);border-color:rgba(211,211,211,.85);color:#333}.b-toast-primary .toast .toast-header{color:#333;background-color:rgba(224,224,224,.85);border-bottom-color:rgba(211,211,211,.85)}.b-toast-primary.b-toast-solid .toast{background-color:#ededed}.b-toast-secondary .toast{background-color:rgba(251,229,233,.85);border-color:rgba(243,188,197,.85);color:#6f0919}.b-toast-secondary .toast .toast-header{color:#6f0919;background-color:rgba(247,207,214,.85);border-bottom-color:rgba(243,188,197,.85)}.b-toast-secondary.b-toast-solid .toast{background-color:#fbe5e9}.b-toast-success .toast{background-color:rgba(230,245,233,.85);border-color:rgba(195,230,203,.85);color:#155724}.b-toast-success .toast .toast-header{color:#155724;background-color:rgba(212,237,218,.85);border-bottom-color:rgba(195,230,203,.85)}.b-toast-success.b-toast-solid .toast{background-color:#e6f5e9}.b-toast-info .toast{background-color:rgba(229,244,247,.85);border-color:rgba(190,229,235,.85);color:#0c5460}.b-toast-info .toast .toast-header{color:#0c5460;background-color:rgba(209,236,241,.85);border-bottom-color:rgba(190,229,235,.85)}.b-toast-info.b-toast-solid .toast{background-color:#e5f4f7}.b-toast-warning .toast{background-color:rgba(255,249,231,.85);border-color:rgba(255,238,186,.85);color:#856404}.b-toast-warning .toast .toast-header{color:#856404;background-color:rgba(255,243,205,.85);border-bottom-color:rgba(255,238,186,.85)}.b-toast-warning.b-toast-solid .toast{background-color:#fff9e7}.b-toast-danger .toast{background-color:rgba(253,236,237,.85);border-color:rgba(250,196,197,.85);color:#7b1719}.b-toast-danger .toast .toast-header{color:#7b1719;background-color:rgba(251,213,214,.85);border-bottom-color:rgba(250,196,197,.85)}.b-toast-danger.b-toast-solid .toast{background-color:#fdeced}.b-toast-light .toast{background-color:rgba(255,255,255,.85);border-color:rgba(247,247,247,.85);color:#777}.b-toast-light .toast .toast-header{color:#777;background-color:rgba(250,250,250,.85);border-bottom-color:rgba(247,247,247,.85)}.b-toast-light.b-toast-solid .toast{background-color:#fff}.b-toast-dark .toast{background-color:rgba(229,229,229,.85);border-color:rgba(200,200,200,.85);color:#1f1f1f}.b-toast-dark .toast .toast-header{color:#1f1f1f;background-color:rgba(216,216,216,.85);border-bottom-color:rgba(200,200,200,.85)}.b-toast-dark.b-toast-solid .toast{background-color:#e5e5e5}.b-toast-background .toast{background-color:rgba(255,255,255,.85);border-color:rgba(253,253,253,.85);color:#818181}.b-toast-background .toast .toast-header{color:#818181;background-color:rgba(254,254,254,.85);border-bottom-color:rgba(253,253,253,.85)}.b-toast-background.b-toast-solid .toast{background-color:#fff}.b-toast-extralight .toast{background-color:rgba(255,255,255,.85);border-color:rgba(254,254,254,.85);color:#828282}.b-toast-extralight .toast .toast-header{color:#828282;background-color:rgba(254,254,254,.85);border-bottom-color:rgba(254,254,254,.85)}.b-toast-extralight.b-toast-solid .toast{background-color:#fff}.b-toast-gray .toast{background-color:rgba(255,255,255,.85);border-color:rgba(238,238,238,.85);color:#666}.b-toast-gray .toast .toast-header{color:#666;background-color:rgba(243,243,243,.85);border-bottom-color:rgba(238,238,238,.85)}.b-toast-gray.b-toast-solid .toast{background-color:#fff}.b-toast-lightgray .toast{background-color:rgba(255,255,255,.85);border-color:rgba(252,252,252,.85);color:#7f7e7e}.b-toast-lightgray .toast .toast-header{color:#7f7e7e;background-color:rgba(253,253,253,.85);border-bottom-color:rgba(252,252,252,.85)}.b-toast-lightgray.b-toast-solid .toast{background-color:#fff}.b-toast-lightsilver .toast{background-color:rgba(255,255,255,.85);border-color:rgba(244,244,244,.85);color:#707070}.b-toast-lightsilver .toast .toast-header{color:#707070;background-color:rgba(247,247,247,.85);border-bottom-color:rgba(244,244,244,.85)}.b-toast-lightsilver.b-toast-solid .toast{background-color:#fff}.b-toast-neutral .toast{background-color:rgba(255,255,255,.85);border-color:rgba(238,238,238,.85);color:#666}.b-toast-neutral .toast .toast-header{color:#666;background-color:rgba(243,243,243,.85);border-bottom-color:rgba(238,238,238,.85)}.b-toast-neutral.b-toast-solid .toast{background-color:#fff}.b-toast-white .toast{background-color:rgba(255,255,255,.85);border-color:rgba(255,255,255,.85);color:#858585}.b-toast-white .toast .toast-header{color:#858585;background-color:rgba(255,255,255,.85);border-bottom-color:rgba(255,255,255,.85)}.b-toast-white.b-toast-solid .toast{background-color:#fff}.b-toast-delete-red .toast{background-color:rgba(253,236,237,.85);border-color:rgba(250,196,197,.85);color:#7b1719}.b-toast-delete-red .toast .toast-header{color:#7b1719;background-color:rgba(251,213,214,.85);border-bottom-color:rgba(250,196,197,.85)}.b-toast-delete-red.b-toast-solid .toast{background-color:#fdeced}.b-toast-gray-navy .toast{background-color:rgba(247,247,247,.85);border-color:rgba(225,225,225,.85);color:#4d4d4d}.b-toast-gray-navy .toast .toast-header{color:#4d4d4d;background-color:rgba(234,234,234,.85);border-bottom-color:rgba(225,225,225,.85)}.b-toast-gray-navy.b-toast-solid .toast{background-color:#f7f7f7}.b-toast-platinum .toast{background-color:rgba(255,255,255,.85);border-color:rgba(247,247,247,.85);color:#777}.b-toast-platinum .toast .toast-header{color:#777;background-color:rgba(250,250,250,.85);border-bottom-color:rgba(247,247,247,.85)}.b-toast-platinum.b-toast-solid .toast{background-color:#fff}.b-toast-base-black .toast{background-color:rgba(223,223,223,.85);border-color:rgba(192,192,192,.85);color:#101010}.b-toast-base-black .toast .toast-header{color:#101010;background-color:rgba(210,210,210,.85);border-bottom-color:rgba(192,192,192,.85)}.b-toast-base-black.b-toast-solid .toast{background-color:#dfdfdf}.b-toast-wedia-blue .toast{background-color:rgba(234,241,255,.85);border-color:rgba(189,211,255,.85);color:#0a3385}.b-toast-wedia-blue .toast .toast-header{color:#0a3385;background-color:rgba(208,224,255,.85);border-bottom-color:rgba(189,211,255,.85)}.b-toast-wedia-blue.b-toast-solid .toast{background-color:#eaf1ff}.b-toast-info-blue .toast{background-color:rgba(255,255,255,.85);border-color:rgba(251,252,255,.85);color:#7d8085}.b-toast-info-blue .toast .toast-header{color:#7d8085;background-color:rgba(252,253,255,.85);border-bottom-color:rgba(251,252,255,.85)}.b-toast-info-blue.b-toast-solid .toast{background-color:#fff}.b-toast-warning-icon-orange .toast{background-color:rgba(255,246,234,.85);border-color:rgba(255,229,189,.85);color:#85540a}.b-toast-warning-icon-orange .toast .toast-header{color:#85540a;background-color:rgba(255,236,208,.85);border-bottom-color:rgba(255,229,189,.85)}.b-toast-warning-icon-orange.b-toast-solid .toast{background-color:#fff6ea}.b-toaster{z-index:1100}.b-toaster .b-toaster-slot{position:relative;display:block}.b-toaster .b-toaster-slot:empty{display:none !important}.b-toaster.b-toaster-top-right,.b-toaster.b-toaster-top-left,.b-toaster.b-toaster-top-center,.b-toaster.b-toaster-top-full,.b-toaster.b-toaster-bottom-right,.b-toaster.b-toaster-bottom-left,.b-toaster.b-toaster-bottom-center,.b-toaster.b-toaster-bottom-full{position:fixed;left:.5rem;right:.5rem;margin:0;padding:0;height:0;overflow:visible}.b-toaster.b-toaster-top-right .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot{position:absolute;max-width:600px;width:100%;left:0;right:0;padding:0;margin:0}.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot{width:100%;max-width:100%}.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,.b-toaster.b-toaster-top-full .b-toaster-slot .toast,.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast{width:100%;max-width:100%}.b-toaster.b-toaster-top-right,.b-toaster.b-toaster-top-left,.b-toaster.b-toaster-top-center,.b-toaster.b-toaster-top-full{top:0}.b-toaster.b-toaster-top-right .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot{top:.5rem}.b-toaster.b-toaster-bottom-right,.b-toaster.b-toaster-bottom-left,.b-toaster.b-toaster-bottom-center,.b-toaster.b-toaster-bottom-full{bottom:0}.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot{bottom:.5rem}.b-toaster.b-toaster-top-right .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot{margin-left:auto}.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot{margin-right:auto}.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-move,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move{transition:transform .175s}.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade{transition-delay:.175s}.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active{position:absolute;transition-delay:.175s}.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade{transition-delay:0s}.tooltip.b-tooltip{display:block;opacity:.9;outline:0}.tooltip.b-tooltip.fade:not(.show){opacity:0}.tooltip.b-tooltip.show{opacity:.9}.tooltip.b-tooltip.noninteractive{pointer-events:none}.tooltip.b-tooltip .arrow{margin:0 .25rem}.tooltip.b-tooltip.bs-tooltip-right .arrow,.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip.bs-tooltip-left .arrow,.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow{margin:.25rem 0}.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#636363}.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#636363}.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#636363}.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#636363}.tooltip.b-tooltip-primary .tooltip-inner{color:#fff;background-color:#636363}.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#d51130}.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#d51130}.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#d51130}.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#d51130}.tooltip.b-tooltip-secondary .tooltip-inner{color:#fff;background-color:#d51130}.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#28a745}.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#28a745}.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#28a745}.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#28a745}.tooltip.b-tooltip-success .tooltip-inner{color:#fff;background-color:#28a745}.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#17a2b8}.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#17a2b8}.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#17a2b8}.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#17a2b8}.tooltip.b-tooltip-info .tooltip-inner{color:#fff;background-color:#17a2b8}.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#ffc107}.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#ffc107}.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#ffc107}.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#ffc107}.tooltip.b-tooltip-warning .tooltip-inner{color:#3c3c3b;background-color:#ffc107}.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#ed2c30}.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#ed2c30}.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#ed2c30}.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#ed2c30}.tooltip.b-tooltip-danger .tooltip-inner{color:#fff;background-color:#ed2c30}.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#e4e4e4}.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#e4e4e4}.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#e4e4e4}.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#e4e4e4}.tooltip.b-tooltip-light .tooltip-inner{color:#3c3c3b;background-color:#e4e4e4}.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#3c3c3b}.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#3c3c3b}.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#3c3c3b}.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#3c3c3b}.tooltip.b-tooltip-dark .tooltip-inner{color:#fff;background-color:#3c3c3b}.tooltip.b-tooltip-background.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#f8f8f8}.tooltip.b-tooltip-background.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#f8f8f8}.tooltip.b-tooltip-background.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#f8f8f8}.tooltip.b-tooltip-background.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#f8f8f8}.tooltip.b-tooltip-background .tooltip-inner{color:#3c3c3b;background-color:#f8f8f8}.tooltip.b-tooltip-extralight.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#fafafa}.tooltip.b-tooltip-extralight.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#fafafa}.tooltip.b-tooltip-extralight.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#fafafa}.tooltip.b-tooltip-extralight.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#fafafa}.tooltip.b-tooltip-extralight .tooltip-inner{color:#3c3c3b;background-color:#fafafa}.tooltip.b-tooltip-gray.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#c4c4c4}.tooltip.b-tooltip-gray.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#c4c4c4}.tooltip.b-tooltip-gray.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#c4c4c4}.tooltip.b-tooltip-gray.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#c4c4c4}.tooltip.b-tooltip-gray .tooltip-inner{color:#3c3c3b;background-color:#c4c4c4}.tooltip.b-tooltip-lightgray.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#f4f3f3}.tooltip.b-tooltip-lightgray.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#f4f3f3}.tooltip.b-tooltip-lightgray.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#f4f3f3}.tooltip.b-tooltip-lightgray.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#f4f3f3}.tooltip.b-tooltip-lightgray .tooltip-inner{color:#3c3c3b;background-color:#f4f3f3}.tooltip.b-tooltip-lightsilver.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#d8d8d8}.tooltip.b-tooltip-lightsilver.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#d8d8d8}.tooltip.b-tooltip-lightsilver.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#d8d8d8}.tooltip.b-tooltip-lightsilver.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#d8d8d8}.tooltip.b-tooltip-lightsilver .tooltip-inner{color:#3c3c3b;background-color:#d8d8d8}.tooltip.b-tooltip-neutral.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#c4c4c4}.tooltip.b-tooltip-neutral.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#c4c4c4}.tooltip.b-tooltip-neutral.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#c4c4c4}.tooltip.b-tooltip-neutral.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#c4c4c4}.tooltip.b-tooltip-neutral .tooltip-inner{color:#3c3c3b;background-color:#c4c4c4}.tooltip.b-tooltip-white.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#fff}.tooltip.b-tooltip-white.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#fff}.tooltip.b-tooltip-white.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#fff}.tooltip.b-tooltip-white.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#fff}.tooltip.b-tooltip-white .tooltip-inner{color:#3c3c3b;background-color:#fff}.tooltip.b-tooltip-delete-red.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#ed2c30}.tooltip.b-tooltip-delete-red.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#ed2c30}.tooltip.b-tooltip-delete-red.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#ed2c30}.tooltip.b-tooltip-delete-red.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#ed2c30}.tooltip.b-tooltip-delete-red .tooltip-inner{color:#fff;background-color:#ed2c30}.tooltip.b-tooltip-gray-navy.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#949494}.tooltip.b-tooltip-gray-navy.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#949494}.tooltip.b-tooltip-gray-navy.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#949494}.tooltip.b-tooltip-gray-navy.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#949494}.tooltip.b-tooltip-gray-navy .tooltip-inner{color:#fff;background-color:#949494}.tooltip.b-tooltip-platinum.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#e4e4e4}.tooltip.b-tooltip-platinum.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#e4e4e4}.tooltip.b-tooltip-platinum.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#e4e4e4}.tooltip.b-tooltip-platinum.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#e4e4e4}.tooltip.b-tooltip-platinum .tooltip-inner{color:#3c3c3b;background-color:#e4e4e4}.tooltip.b-tooltip-base-black.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#1e1e1e}.tooltip.b-tooltip-base-black.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#1e1e1e}.tooltip.b-tooltip-base-black.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#1e1e1e}.tooltip.b-tooltip-base-black.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#1e1e1e}.tooltip.b-tooltip-base-black .tooltip-inner{color:#fff;background-color:#1e1e1e}.tooltip.b-tooltip-wedia-blue.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#1463ff}.tooltip.b-tooltip-wedia-blue.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#1463ff}.tooltip.b-tooltip-wedia-blue.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#1463ff}.tooltip.b-tooltip-wedia-blue.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#1463ff}.tooltip.b-tooltip-wedia-blue .tooltip-inner{color:#fff;background-color:#1463ff}.tooltip.b-tooltip-info-blue.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#f1f6ff}.tooltip.b-tooltip-info-blue.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#f1f6ff}.tooltip.b-tooltip-info-blue.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#f1f6ff}.tooltip.b-tooltip-info-blue.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#f1f6ff}.tooltip.b-tooltip-info-blue .tooltip-inner{color:#3c3c3b;background-color:#f1f6ff}.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-top .arrow::before,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#ffa113}.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-right .arrow::before,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#ffa113}.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-bottom .arrow::before,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#ffa113}.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-left .arrow::before,.tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#ffa113}.tooltip.b-tooltip-warning-icon-orange .tooltip-inner{color:#3c3c3b;background-color:#ffa113}.b-icon.bi{display:inline-block;overflow:visible;vertical-align:-0.15em}.b-icon.b-icon-animation-cylon,.b-icon.b-iconstack .b-icon-animation-cylon>g{transform-origin:center;animation:.75s infinite ease-in-out alternate b-icon-animation-cylon}@media(prefers-reduced-motion: reduce){.b-icon.b-icon-animation-cylon,.b-icon.b-iconstack .b-icon-animation-cylon>g{animation:none}}.b-icon.b-icon-animation-cylon-vertical,.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g{transform-origin:center;animation:.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical}@media(prefers-reduced-motion: reduce){.b-icon.b-icon-animation-cylon-vertical,.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g{animation:none}}.b-icon.b-icon-animation-fade,.b-icon.b-iconstack .b-icon-animation-fade>g{transform-origin:center;animation:.75s infinite ease-in-out alternate b-icon-animation-fade}@media(prefers-reduced-motion: reduce){.b-icon.b-icon-animation-fade,.b-icon.b-iconstack .b-icon-animation-fade>g{animation:none}}.b-icon.b-icon-animation-spin,.b-icon.b-iconstack .b-icon-animation-spin>g{transform-origin:center;animation:2s infinite linear normal b-icon-animation-spin}@media(prefers-reduced-motion: reduce){.b-icon.b-icon-animation-spin,.b-icon.b-iconstack .b-icon-animation-spin>g{animation:none}}.b-icon.b-icon-animation-spin-reverse,.b-icon.b-iconstack .b-icon-animation-spin-reverse>g{transform-origin:center;animation:2s infinite linear reverse b-icon-animation-spin}@media(prefers-reduced-motion: reduce){.b-icon.b-icon-animation-spin-reverse,.b-icon.b-iconstack .b-icon-animation-spin-reverse>g{animation:none}}.b-icon.b-icon-animation-spin-pulse,.b-icon.b-iconstack .b-icon-animation-spin-pulse>g{transform-origin:center;animation:1s infinite steps(8) normal b-icon-animation-spin}@media(prefers-reduced-motion: reduce){.b-icon.b-icon-animation-spin-pulse,.b-icon.b-iconstack .b-icon-animation-spin-pulse>g{animation:none}}.b-icon.b-icon-animation-spin-reverse-pulse,.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g{transform-origin:center;animation:1s infinite steps(8) reverse b-icon-animation-spin}@media(prefers-reduced-motion: reduce){.b-icon.b-icon-animation-spin-reverse-pulse,.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g{animation:none}}.b-icon.b-icon-animation-throb,.b-icon.b-iconstack .b-icon-animation-throb>g{transform-origin:center;animation:.75s infinite ease-in-out alternate b-icon-animation-throb}@media(prefers-reduced-motion: reduce){.b-icon.b-icon-animation-throb,.b-icon.b-iconstack .b-icon-animation-throb>g{animation:none}}@keyframes b-icon-animation-cylon{0%{transform:translateX(-25%)}100%{transform:translateX(25%)}}@keyframes b-icon-animation-cylon-vertical{0%{transform:translateY(25%)}100%{transform:translateY(-25%)}}@keyframes b-icon-animation-fade{0%{opacity:.1}100%{opacity:1}}@keyframes b-icon-animation-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes b-icon-animation-throb{0%{opacity:.5;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}.btn .b-icon.bi,.nav-link .b-icon.bi,.dropdown-toggle .b-icon.bi,.dropdown-item .b-icon.bi,.input-group-text .b-icon.bi{font-size:125%;vertical-align:text-bottom}.badge.badge-circled{box-sizing:content-box;padding:.75rem 0;font-size:1rem;line-height:1;width:2.5rem;height:1rem;border-radius:50% !important;text-align:center;overflow:hidden;text-wrap:none}.badge-lg.badge-circled{box-sizing:content-box;padding:.5rem 0;font-size:1.25rem;line-height:1.5;width:2.875rem;height:1.875rem;border-radius:50% !important;text-align:center;overflow:hidden;text-wrap:none}.badge-sm.badge-circled{box-sizing:content-box;padding:.25rem 0;font-size:0.875rem;line-height:1.5;width:1.8125rem;height:1.3125rem;border-radius:50% !important;text-align:center;overflow:hidden;text-wrap:none}.btn.btn-circled{box-sizing:content-box;padding:.75rem 0;font-size:1rem;line-height:1;width:2.5rem;height:1rem;border-radius:50% !important;text-align:center;overflow:hidden;text-wrap:none}.btn-lg.btn-circled,.btn-group-lg>.btn-circled.btn{box-sizing:content-box;padding:.5rem 0;font-size:1.25rem;line-height:1.5;width:2.875rem;height:1.875rem;border-radius:50% !important;text-align:center;overflow:hidden;text-wrap:none}.btn-sm.btn-circled,.btn-group-sm>.btn-circled.btn{box-sizing:content-box;padding:.25rem 0;font-size:0.875rem;line-height:1.5;width:1.8125rem;height:1.3125rem;border-radius:50% !important;text-align:center;overflow:hidden;text-wrap:none}.bg-light-lighten-10{background-color:#fefefe}.cw-wedia-btn-lg{padding:1rem 1.5rem;font-size:1rem;line-height:normal;border-radius:.25rem;gap:1rem;display:flex;align-items:center;justify-content:center;font-weight:600;height:3.125rem}.cw-wedia-btn-md{padding:.75rem 1rem;font-size:0.875rem;line-height:normal;border-radius:.25rem;gap:.75rem;display:flex;align-items:center;justify-content:center;font-weight:600;height:2.5rem}.cw-wedia-btn-sm{padding:.5rem .5rem;font-size:0.875rem;line-height:normal;border-radius:.25rem;gap:.5rem;display:flex;align-items:center;justify-content:center;font-weight:600;height:1.875rem}.gap-0{gap:0 !important}.row-gap-0{row-gap:0 !important}.col-gap-0{col-gap:0 !important}.gap-1{gap:.25rem !important}.row-gap-1{row-gap:.25rem !important}.col-gap-1{col-gap:.25rem !important}.gap-2{gap:.5rem !important}.row-gap-2{row-gap:.5rem !important}.col-gap-2{col-gap:.5rem !important}.gap-3{gap:1rem !important}.row-gap-3{row-gap:1rem !important}.col-gap-3{col-gap:1rem !important}.gap-4{gap:1.5rem !important}.row-gap-4{row-gap:1.5rem !important}.col-gap-4{col-gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-5{row-gap:3rem !important}.col-gap-5{col-gap:3rem !important}.gap-25{gap:.75rem !important}.row-gap-25{row-gap:.75rem !important}.col-gap-25{col-gap:.75rem !important}@media(min-width: 576px){.gap-sm-0{gap:0 !important}.row-gap-sm-0{row-gap:0 !important}.col-gap-sm-0{col-gap:0 !important}.gap-sm-1{gap:.25rem !important}.row-gap-sm-1{row-gap:.25rem !important}.col-gap-sm-1{col-gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.row-gap-sm-2{row-gap:.5rem !important}.col-gap-sm-2{col-gap:.5rem !important}.gap-sm-3{gap:1rem !important}.row-gap-sm-3{row-gap:1rem !important}.col-gap-sm-3{col-gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.col-gap-sm-4{col-gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-5{row-gap:3rem !important}.col-gap-sm-5{col-gap:3rem !important}.gap-sm-25{gap:.75rem !important}.row-gap-sm-25{row-gap:.75rem !important}.col-gap-sm-25{col-gap:.75rem !important}}@media(min-width: 768px){.gap-md-0{gap:0 !important}.row-gap-md-0{row-gap:0 !important}.col-gap-md-0{col-gap:0 !important}.gap-md-1{gap:.25rem !important}.row-gap-md-1{row-gap:.25rem !important}.col-gap-md-1{col-gap:.25rem !important}.gap-md-2{gap:.5rem !important}.row-gap-md-2{row-gap:.5rem !important}.col-gap-md-2{col-gap:.5rem !important}.gap-md-3{gap:1rem !important}.row-gap-md-3{row-gap:1rem !important}.col-gap-md-3{col-gap:1rem !important}.gap-md-4{gap:1.5rem !important}.row-gap-md-4{row-gap:1.5rem !important}.col-gap-md-4{col-gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-5{row-gap:3rem !important}.col-gap-md-5{col-gap:3rem !important}.gap-md-25{gap:.75rem !important}.row-gap-md-25{row-gap:.75rem !important}.col-gap-md-25{col-gap:.75rem !important}}@media(min-width: 992px){.gap-lg-0{gap:0 !important}.row-gap-lg-0{row-gap:0 !important}.col-gap-lg-0{col-gap:0 !important}.gap-lg-1{gap:.25rem !important}.row-gap-lg-1{row-gap:.25rem !important}.col-gap-lg-1{col-gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.row-gap-lg-2{row-gap:.5rem !important}.col-gap-lg-2{col-gap:.5rem !important}.gap-lg-3{gap:1rem !important}.row-gap-lg-3{row-gap:1rem !important}.col-gap-lg-3{col-gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.col-gap-lg-4{col-gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-5{row-gap:3rem !important}.col-gap-lg-5{col-gap:3rem !important}.gap-lg-25{gap:.75rem !important}.row-gap-lg-25{row-gap:.75rem !important}.col-gap-lg-25{col-gap:.75rem !important}}@media(min-width: 1441px){.gap-xl-0{gap:0 !important}.row-gap-xl-0{row-gap:0 !important}.col-gap-xl-0{col-gap:0 !important}.gap-xl-1{gap:.25rem !important}.row-gap-xl-1{row-gap:.25rem !important}.col-gap-xl-1{col-gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.row-gap-xl-2{row-gap:.5rem !important}.col-gap-xl-2{col-gap:.5rem !important}.gap-xl-3{gap:1rem !important}.row-gap-xl-3{row-gap:1rem !important}.col-gap-xl-3{col-gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.col-gap-xl-4{col-gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-5{row-gap:3rem !important}.col-gap-xl-5{col-gap:3rem !important}.gap-xl-25{gap:.75rem !important}.row-gap-xl-25{row-gap:.75rem !important}.col-gap-xl-25{col-gap:.75rem !important}}@media(min-width: 1919px){.gap-xxl-0{gap:0 !important}.row-gap-xxl-0{row-gap:0 !important}.col-gap-xxl-0{col-gap:0 !important}.gap-xxl-1{gap:.25rem !important}.row-gap-xxl-1{row-gap:.25rem !important}.col-gap-xxl-1{col-gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.row-gap-xxl-2{row-gap:.5rem !important}.col-gap-xxl-2{col-gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.row-gap-xxl-3{row-gap:1rem !important}.col-gap-xxl-3{col-gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.col-gap-xxl-4{col-gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-5{row-gap:3rem !important}.col-gap-xxl-5{col-gap:3rem !important}.gap-xxl-25{gap:.75rem !important}.row-gap-xxl-25{row-gap:.75rem !important}.col-gap-xxl-25{col-gap:.75rem !important}}.splitpanes{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.splitpanes--vertical{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.splitpanes--horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitpanes--dragging *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{-webkit-transition:width .2s ease-out;-o-transition:width .2s ease-out;transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{-webkit-transition:height .2s ease-out;-o-transition:height .2s ease-out;transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{-webkit-transition:none;-o-transition:none;transition:none}.splitpanes__splitter{-ms-touch-action:none;touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-ms-flex-negative:0;flex-shrink:0}.splitpanes.default-theme .splitpanes__splitter:before,.splitpanes.default-theme .splitpanes__splitter:after{content:"";position:absolute;top:50%;left:50%;background-color:#00000026;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.splitpanes.default-theme .splitpanes__splitter:hover:before,.splitpanes.default-theme .splitpanes__splitter:hover:after{background-color:#00000040}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:30px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);width:30px;height:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}.splitpanes__pane{box-shadow:0 0 5px rgba(0,0,0,.2) inset;justify-content:center;align-items:center}.splitpanes--vertical>.splitpanes__splitter{min-width:7px;background:linear-gradient(90deg, #cccccc, #cccccc)}.splitpanes--horizontal>.splitpanes__splitter{min-height:7px;background:linear-gradient(90deg, #cccccc, #cccccc)}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.rotate-90{transform:rotate(90deg)}.slide-up-enter-active,.slide-up-leave-active{transition:bottom .5s}.slide-up-enter,.slide-up-leave-to{bottom:-100%}.slide-down-enter-active,.slide-down-leave-active{transition:transform .5s}.slide-down-enter,.slide-down-leave-to{transform:translateY(-100px)}.list-slide-item{transition:all 1s}.list-slide-enter,.list-slide-leave-to{opacity:0;transform:translateY(-300px)}.list-slide-leave-active{position:absolute}.cw-back-to-top .cw-back-to-top--mask{mask:linear-gradient(to bottom, black 0%, black 90%, transparent);position:absolute;z-index:2;background-color:#f8f8f8;width:100px;height:200px;right:0;top:calc(100vh - 200px)}.cw-back-to-top .cw-back-to-top--container{position:fixed;bottom:20px;right:0;width:20px;height:42px;display:flex;justify-content:end;padding-right:3rem;cursor:pointer}.cw-back-to-top .cw-back-to-top--container i{color:#fff}.cw-back-to-top .cw-back-to-top--container i::before{display:flex;align-items:center;justify-content:center;background-color:#e5e4e4;width:32px;height:32px;border-radius:50%}.cw-collection-list{padding:0 5rem 2.5rem 5rem}.cw-collection-list .navbar{padding:0}@media screen and (max-width: 768px){.cw-collection-list{padding:0 1rem 2.5rem 1rem}}.cw-collection-list--header{position:sticky;top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px));z-index:12;background-color:#f8f8f8;height:9.375rem;display:flex;justify-content:space-between;align-items:center}.cw-collection-list--header .cw-collection-list--title{display:flex;flex-direction:row;align-items:center}.cw-collection-list--header .cw-collection-list--title>*{font-size:1.75rem;margin:0}.cw-collection-list--header .cw-collection-list--title h1{font-weight:bold;margin-left:1rem}.cw-collection-list--header .cw-collection-list--title a{color:inherit}.cw-collection-list--header .cw-collection-list--title i{cursor:pointer}.cw-landing-pages-list .navbar{padding:0;border-bottom:unset}.cw-landing-pages-list .navbar .navbar-nav{padding:0}.cw-landing-pages-list .navbar .cw-navbar-nav-filters{padding:0 !important;margin-top:0 !important;border-bottom:unset !important}.cw-landing-pages-list .navbar .cw-navbar-nav-filters a{font-size:.875rem}.cw-landing-pages-list .navbar .cw-navbar-nav-filters .cw-navbar-nav-filters-dropdown.cw-active a.nav-link.dropdown-toggle{border-top:1px solid #e4e4e4 !important;margin-top:unset;margin-bottom:0 !important;margin-right:.5rem !important}.cw-landing-pages-list .navbar .cw-navbar-nav-filters .cw-navbar-nav-filters-dropdown.cw-active a.nav-link.dropdown-toggle::after{margin-left:.255em !important}.content-list-section-header-actions{container-type:inline-size;position:sticky;background-color:#f8f8f8;top:calc(calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)) + 9.375rem);z-index:11;padding:0 .5rem 2rem .5rem}.content-list-section-header-actions .content-list-section-header-actions--left .archived-portals-checkbox{font-size:.875rem;font-weight:600}.content-list-section-header-actions .content-list-section-header-actions--right .cw-tabs--search--search{border:1px solid #e4e4e4;border-radius:.25rem;padding:0 .5rem;margin-right:.5rem}.content-list-section-header-actions .content-list-section-header-actions--right .cw-tabs--search--search .input-group-text:has(.fa-search){padding-top:0;padding-bottom:0}.content-list-section-header-actions .content-list-section-header-actions--right .cw-tabs--search--search .fa-search{margin:.4rem 0}.content-list-section-header-actions .content-list-section-header-actions--right .cw-tabs--search--search .form-control{height:unset;padding-top:.2rem !important;padding-bottom:.2rem !important}@container (max-width: 27.5rem){.content-list-section-header-actions--left .b-dropdown{padding-top:.25rem;padding-bottom:.25rem}.content-list-section-header-actions--right{justify-content:start !important;align-items:start !important;flex-direction:column !important}}.cw-content-center:has(.cw-collection-list--tabs) .content-list-section-header-actions{top:calc(calc(calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)) + 9.375rem) + 2.7rem)}.cw-collection-list--tabs-container{position:sticky;top:calc(calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)) + 9.375rem);z-index:11;background-color:#f8f8f8}.cw-collection-list--tabs{height:2.7rem;margin-bottom:0 !important;width:fit-content}.cw-collection-list--tabs .nav-item .nav-link.active{border-bottom-width:2px}@media screen and (max-width: 576px){.cw-collection-list .content-list-section-header-actions{padding:0}.cw-collection-list .content-list-section-header-actions .content-list-section-header-actions--right .cw-tabs--search,.cw-collection-list .content-list-section-header-actions .content-list-section-header-actions--right .cw-dropdown{width:100%}.cw-collection-list .content-list-section-header-actions .content-list-section-header-actions--right .cw-tabs--search--search{padding:0;margin:0}.cw-collection-list .navbar{padding:1rem 0 1rem}.cw-collection-list .navbar .navbar-collapse .content-list-section-header-actions--left .navbar .cw-navbar-nav-filters .boolean-constraint-inline-filter label{font-size:1rem;font-weight:500;padding:1rem 0}.cw-collection-list .navbar .navbar-toggler.cw-pane-trigger .cw-pane-trigger-mobile{display:flex;justify-content:space-between;align-items:center}}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.b-toaster-bottom-right:has(.portal-toast){z-index:1000000;bottom:5rem !important}.b-toast .toast-header{position:absolute;width:100%;border:none;background-color:transparent;z-index:2}.b-toast .toast-body{padding:.5rem}.b-toast .toast-body:not(:has(.progress)){min-height:104px}.b-toast .toast-body p{margin:0}.b-toast .toast-body .row{margin:0;flex-wrap:nowrap;align-items:center}.b-toast .toast-body a{text-decoration:underline}.b-toast .toast-body .cw-images-toast{display:flex;width:100%;height:100%;padding-left:5px}.b-toast .toast-body .cw-images-toast .p-0>div{height:50%}.b-toast .toast-body .cw-images-toast .p-0>div:first-of-type{padding-top:2px}.b-toast .toast-body .cw-images-toast .p-0>div:last-of-type{padding-bottom:2px}.b-toast .toast-body .cw-images-toast .p-0>.overlay-opc-50{height:48%;top:unset;bottom:2px}.b-toast .toast-body .cw-images-toast .p-0>.overlay-opc-50>div{height:100%;display:flex;align-items:center}.b-toast .toast-body .cw-images-toast .p-0>.overlay-opc-50>div .h5{margin-bottom:0}.b-toast .bg-toast-primary{background-color:#e5f6f9}.b-toast .bg-toast-primary i{color:#e5f6f9}.b-toast .bg-toast-secondary{background-color:#f1f6ff}.b-toast .bg-toast-secondary i{color:#d51130}.b-toast .bg-toast-default{background-color:#f4f3f3}.b-toast .bg-toast-default i{color:#3c3c3b}.b-toast .bg-toast-danger{background-color:#fcebe5}.b-toast .bg-toast-danger i{color:#ea3a00}.b-toast .bg-toast-warning{background-color:#f8ecc6}.b-toast .bg-toast-warning i{color:#ffc107}.b-toast .bg-toast-success{background-color:#f8ecc6}.b-toast .bg-toast-success i{color:#28a745}.card.cw-card-overlay>div{height:100%}.card.cw-card-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.199) 3.5%, rgba(0, 0, 0, 0.195) 7%, rgba(0, 0, 0, 0.19) 10.35%, rgba(0, 0, 0, 0.182) 13.85%, rgba(0, 0, 0, 0.174) 17.35%, rgba(0, 0, 0, 0.165) 20.85%, rgba(0, 0, 0, 0.155) 24.35%, rgba(0, 0, 0, 0.145) 27.85%, rgba(0, 0, 0, 0.135) 31.35%, rgba(0, 0, 0, 0.126) 34.85%, rgba(0, 0, 0, 0.118) 38.35%, rgba(0, 0, 0, 0.11) 41.85%, rgba(0, 0, 0, 0.105) 45.35%, rgba(0, 0, 0, 0.1) 48.85%, rgba(0, 0, 0, 0.103) 52.35%, rgba(0, 0, 0, 0.112) 55.85%, rgba(0, 0, 0, 0.126) 59.35%, rgba(0, 0, 0, 0.144) 62.85%, rgba(0, 0, 0, 0.165) 66.35%, rgba(0, 0, 0, 0.188) 69.85%, rgba(0, 0, 0, 0.213) 73.35%, rgba(0, 0, 0, 0.237) 76.85%, rgba(0, 0, 0, 0.262) 80.35%, rgba(0, 0, 0, 0.285) 83.85%, rgba(0, 0, 0, 0.306) 87.35%, rgba(0, 0, 0, 0.324) 90.85%, rgba(0, 0, 0, 0.338) 94.35%, rgba(0, 0, 0, 0.347) 97.85%, rgba(0, 0, 0, 0.35) 100%);display:none;z-index:1}.card.cw-card-overlay:hover::before{display:block}@media screen and (max-width: 768px){.card.cw-card-overlay:before{display:block}}.cw-invalid-feedback-warning.invalid-feedback{color:#ffc107}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before,.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:#d3d3d3}.form-group[disabled]{opacity:.6;cursor:not-allowed}.floating-label-group{position:relative}.floating-label-group label.floating-label{color:#6c757d;cursor:text;display:block;font-size:1rem;left:0;line-height:1.5;margin:0;padding:.5rem .5rem;position:absolute;top:1px;transition:all .1s ease-in-out;width:100%;z-index:3}.floating-label-group input::placeholder{color:transparent}.floating-label-group input:not(:placeholder-shown)~* label.floating-label,.floating-label-group input:focus~* label.floating-label,.floating-label-group input:focus~* label.floating-label,.floating-label-group input:-webkit-autofill~* label.floating-label{cursor:default;font-size:0.85em;left:calc(0.85 * 0.5rem);top:calc(calc(1.5 * -2 * 0.85em) / 3);padding-bottom:0;padding-left:calc(0.85 * 0.5rem);padding-right:calc(0.85 * 0.5rem);padding-top:0}.cw-checkbox-wrapper{margin-right:1rem}.cw-checkbox-wrapper input[type=checkbox]{opacity:0}.cw-checkbox-wrapper label{opacity:1;position:absolute;z-index:3}.cw-checkbox-wrapper.cw-checkbox-hidden .checkbox{display:none}.cw-checkbox-wrapper input[type=checkbox]:checked+label .checkbox{background-color:#d51130;border-color:#d51130 !important}.cw-checkbox-wrapper input[type=checkbox]:checked+label .checkbox.inverted{border-color:#e4e4e4;background-color:#fff}.cw-checkbox-wrapper input[type=checkbox]:checked+label .checkbox svg{stroke-dashoffset:0}.cw-checkbox-wrapper .cw-checkbox{margin:0;display:flex;position:absolute;top:.75rem;right:1rem;visibility:hidden;z-index:3}.cw-checkbox-wrapper .cw-checkbox .checkbox{border-radius:50%;background-color:transparent;width:1rem;height:1rem;border-width:.125rem;border-style:solid;box-sizing:content-box;position:relative;cursor:pointer;border-color:#e4e4e4}.cw-checkbox-wrapper .cw-checkbox .checkbox svg{position:absolute;width:100%;height:100%;fill:none;stroke-width:.125rem;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;transition:stroke-dashoffset .2s;transition-delay:0s;will-change:stroke-dashoffset;top:0;left:0;stroke:#fff}.cw-checkbox-wrapper .cw-checkbox .checkbox.inverted svg{stroke:#d51130}@media screen and (max-width: 1441px){.cw-checkbox-wrapper{margin-right:.875rem}.cw-checkbox-wrapper .cw-checkbox{top:.75rem;right:.875rem}.cw-checkbox-wrapper .cw-checkbox .checkbox{width:.875rem;height:.875rem}}.cw-circular-progress .cw-progress-circle{stroke-dashoffset:0;transition:stroke-dashoffset 1s linear;stroke:#e4e4e4;stroke-width:.25em}.cw-circular-progress .cw-progress-circle-primary{stroke:#636363;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-secondary{stroke:#d51130;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-success{stroke:#28a745;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-info{stroke:#17a2b8;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-warning{stroke:#ffc107;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-danger{stroke:#ed2c30;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-light{stroke:#e4e4e4;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-dark{stroke:#3c3c3b;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-background{stroke:#f8f8f8;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-extralight{stroke:#fafafa;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-gray{stroke:#c4c4c4;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-lightgray{stroke:#f4f3f3;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-lightsilver{stroke:#d8d8d8;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-neutral{stroke:#c4c4c4;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-white{stroke:#fff;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-delete-red{stroke:#ed2c30;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-gray-navy{stroke:#949494;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-platinum{stroke:#e4e4e4;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-base-black{stroke:#1e1e1e;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-wedia-blue{stroke:#1463ff;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-info-blue{stroke:#f1f6ff;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress .cw-progress-circle-warning-icon-orange{stroke:#ffa113;stroke-width:.5em;stroke-linecap:round}.cw-circular-progress text{dominant-baseline:middle;text-anchor:middle;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1.2em;font-weight:bold;fill:#c4c4c4}.cw-circular-progress i{color:#f4f3f3}.cw-dropdown{color:#3c3c3b;border-color:#e4e4e4}.cw-dropdown .btn,.cw-dropdown .btn:hover,.cw-dropdown .btn:active,.cw-dropdown.show .btn,.cw-dropdown.show .btn:hover,.cw-dropdown.show .btn:active{background-color:transparent}.cw-dropdown .btn-sm,.cw-dropdown .btn-group-sm>.btn{border-radius:4px}.cw-dropdown .button-label{color:#949494}.cw-dropdown .btn-outline-light:not(:disabled):not(.disabled):active{background-color:transparent}.cw-dropdown .btn-outline-light:hover{color:#d51130}.cw-dropdown .btn[disabled=disabled]{color:#949494}.cw-dropdown .dropdown-menu .dropdown-item{font-size:.875rem}.cw-dropdown .dropdown-menu .dropdown-item.active{background-color:#fff;color:#3c3c3b}.cw-dropdown .dropdown-menu .dropdown-item:hover{background-color:#fff;color:#d51130}.cw-multiselect.multiselect{font-size:inherit}.cw-multiselect.multiselect .cw-multiselect-load-more{padding:.5rem}.cw-multiselect.multiselect .multiselect__single,.cw-multiselect.multiselect .multiselelect__input{line-height:2}.cw-multiselect.multiselect .multiselect__content-wrapper .multiselect__option span{line-height:inherit}.cw-multiselect.multiselect .multiselect__option.multiselect__option--selected,.cw-multiselect.multiselect .multiselect__option .multiselect__option--indeterminate{font-weight:inherit;background-color:inherit;display:flex;align-items:center;overflow:visible;justify-content:space-between}.cw-multiselect.multiselect .multiselect__option.multiselect__option--selected:after,.cw-multiselect.multiselect .multiselect__option .multiselect__option--indeterminate:after{font-family:"Font Awesome 6 Pro";content:"";padding:0 1rem;color:#d51130;display:inherit;background-color:transparent;font-size:1.1rem;position:inherit;line-height:inherit}.cw-multiselect.multiselect .multiselect__option .multiselect__option--indeterminate:after{font-family:"Font Awesome 6 Pro";content:"";padding:0 1rem;color:#d51130;display:inherit;background-color:transparent;font-size:1.1rem;position:inherit;line-height:inherit}.cw-multiselect.multiselect .multiselect__option.multiselect__option--selected,.cw-multiselect.multiselect .multiselect__option.multiselect__option--selected:hover,.cw-multiselect.multiselect .multiselect__option.multiselect__option--highlight,.cw-multiselect.multiselect .multiselect__option.multiselect__option:active{color:inherit !important}.is-invalid .multiselect .multiselect__tags{border-color:#ed2c30}.cw-ui-modal .modal-header{align-items:center;border-bottom:1px solid #e4e4e4;padding:1.5rem 2rem}.cw-ui-modal .modal-header .modal-title{font-weight:700;font-size:1.5rem}.cw-ui-modal .modal-header .close{font-size:1.5rem;padding:0;margin:0;color:#d51130;opacity:1}.cw-ui-modal .modal-footer{border-top:1px solid #e4e4e4;padding:1rem 2rem 1rem 0;display:flex;justify-content:space-between}.cw-ui-modal .modal-footer .btn-transparent{color:#d51130;font-weight:600}.cw-ui-modal .modal-footer.ok-only{justify-content:flex-end}.cw-show-preview-img-container{position:relative}.cw-show-preview-img-container .cw-show-preview-img{width:100%;height:100%;object-fit:contain;background-color:#f8f8f8}header.navbar{flex-wrap:nowrap}@media screen and (max-width: 1279px){.cw-right-actions>.cw-first-right-actions:not([wedia-transfer]){display:none !important}}@media screen and (max-width: 768px){.cw-right-actions>.cw-first-right-actions[wedia-transfer]{display:none !important}}.navbar{border-bottom:1px solid #f4f3f3;padding:0 2rem}.navbar .cw-layout-selector-label{white-space:nowrap;margin-right:1rem}.navbar .cw-fulltext{display:flex;flex-basis:100%;position:relative}.navbar .cw-fulltext .cw-fulltext-list{position:absolute;width:100%;top:calc(100% + 20px);left:-16px}.navbar .cw-fulltext .cw-fulltext-list .list-group-item{padding:.25rem 3rem}.navbar .cw-fulltext .cw-fulltext-list .list-group-item.active{background-color:#fde8eb;border-color:#fde8eb;color:inherit}.navbar .cw-fulltext .cw-fulltext-list .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.navbar .cw-fulltext .nav-divider{margin:0px 13px}.navbar .cw-detail-header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-grow:1}.navbar.cw-header{height:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px);width:100%;z-index:5;border:none}@media screen and (max-width: 768px){.navbar.cw-header{display:flex;flex-wrap:wrap;justify-content:space-between;height:auto;padding:0}.navbar.cw-header .navbar-brand{padding-left:1rem}.navbar.cw-header .cw-fulltext{border:1px solid #e4e4e4;border-right-width:0;border-left-width:0;padding:0 1rem;order:3}.navbar.cw-header .cw-fulltext .nav-divider{display:none}.navbar.cw-header .cw-navbar-context-selector-wrapper{border-right-width:0;padding:0 1rem;order:1}.navbar.cw-header .cw-right-actions{order:2;margin-right:1rem;flex-direction:row}.navbar.cw-header .cw-right-actions .font-weight-bolder{font-weight:700}.navbar.cw-header .cw-right-actions .nav-item{padding:.3rem}.navbar.cw-header .cw-right-actions .nav-item .dropdown-menu.show{position:absolute}.navbar.cw-header .list-group.cw-fulltext-list{top:100%;left:0}}.navbar.cw-header.cw-home-header{position:absolute}.navbar.cw-header.cw-home-header{position:absolute}.navbar .cw-thumbnail-preview{height:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)}.navbar .navbar-brand{margin-right:calc(1rem / 2)}.navbar .navbar-brand img{height:2.75rem}.navbar .nav-divider{align-self:center;border-right:1px solid #d8d8d8;height:2rem}.navbar .search-nav{flex-grow:1;display:flex;align-items:center}.navbar .search-nav *:not(.input-group-prepend){flex-grow:1}.navbar .search-nav .search-input-clear-button{z-index:4;display:flex;align-items:center;flex-grow:unset;float:left;left:-0.5rem;position:relative;cursor:pointer}.navbar .navbar-nav .speach-search .nav-link i{width:1.25em;text-align:center}.navbar .navbar-nav .form-control{height:calc(1.5em + 1rem + 0px);color:#454545;padding:.5rem 1rem;line-height:1.5;border-width:0px}.navbar .navbar-nav.cw-clear-and-result{height:2rem;flex-shrink:0}.navbar .navbar-nav.cw-clear-and-result .navbar-text{align-self:center}.navbar .navbar-nav.cw-clear-and-result .cw-explorer-additionnal{display:flex;flex-direction:column;font-weight:400;font-size:.875rem;line-height:1.5rem;margin:0 12px}@media screen and (max-width: 600px){.navbar .navbar-nav.cw-clear-and-result .cw-explorer-additionnal{display:none}}.navbar .navbar-nav.cw-clear-and-result .star-wrapper{color:#c4c4c4;display:flex;align-items:center}.navbar .navbar-nav.cw-right-actions .nav-item{display:flex;align-items:center}.navbar .navbar-nav.cw-right-actions .nav-item .wedia-transfer-trigger{margin:0px 13px}.navbar .navbar-nav.cw-right-actions .nav-item[wedia-transfer=trigger-container]::after{content:"";border-right:1px solid #d8d8d8;height:2rem;margin:0px 13px}.navbar .navbar-nav.cw-right-actions .nav-item[wedia-transfer=trigger-container]::before{content:"";border-right:1px solid #d8d8d8;height:2rem;margin:0px 13px}.navbar .navbar-nav.cw-right-actions .nav-item:not([wedia-transfer]){margin:0 13px}.navbar .navbar-nav.cw-right-actions .nav-item.cw-menu-icon{margin:0 10px}.navbar .navbar-nav.cw-right-actions .nav-item a{padding-right:0rem;padding-left:0rem}.navbar .navbar-nav.cw-right-actions .nav-item i{font-weight:300;font-size:1.75rem;line-height:1.5}.navbar .cw-thumbnail-circle i{font-size:1.3rem;color:#fff}.navbar .cw-thumbnail-circle:hover{background-color:#d51130}.navbar.navbar-light .navbar-nav.cw-right-actions .nav-link{color:#3c3c3b}.navbar.navbar-light .navbar-nav.cw-right-actions .nav-link:hover{color:#d51130}@media screen and (max-width: 600px){.navbar.navbar-light .navbar-nav.cw-right-actions .nav-item:not(.cw-always-displayed){display:none}}.navbar.navbar-light .navbar-nav .b-nav-dropdown{color:#3c3c3b}.navbar.link-white-primary .navbar-nav a.nav-link{color:#fff}.navbar.link-white-primary .navbar-nav a.nav-link:hover{color:#636363}.navbar.link-white-primary .navbar-nav .cw-navbar-context-selector-wrapper{border-right:1px solid #fff}.navbar.link-white-secondary .navbar-nav a.nav-link{color:#fff}.navbar.link-white-secondary .navbar-nav a.nav-link:hover{color:#d51130}.navbar.sticky-top{z-index:1030}.navbar.sticky-top.cw-header{z-index:1031}.navbar.cw-header-fixed.cw-header{z-index:1021}.navbar-nav .input-group .input-group-prepend,cw-dam-tree-explorer-item .input-group .input-group-prepend{margin-right:0}.navbar-nav .input-group .input-group-prepend i,cw-dam-tree-explorer-item .input-group .input-group-prepend i{color:rgba(0,0,0,.5);margin:calc((calc(1.5em + 1rem + 0px) - 1.5em) / 2) 0;font-size:1.5em}.navbar .navbar-nav.cw-constraints-tags .btn,.cw-dam-advanced-search-panel .btn{font-weight:500;margin:0 .3125rem;text-align:left}.navbar .navbar-nav.cw-constraints-tags .btn .cw-icon,.cw-dam-advanced-search-panel .btn .cw-icon{opacity:.5;margin-right:.4rem}.navbar .navbar-nav.cw-constraints-tags .btn .cw-close,.cw-dam-advanced-search-panel .btn .cw-close{color:#3c3c3b;font-size:1em;margin-left:.4rem;vertical-align:middle}.navbar .navbar-nav.cw-constraints-tags .btn .operator,.cw-dam-advanced-search-panel .btn .operator{text-transform:lowercase}.navbar .navbar-nav.cw-constraints-tags .btn .searched,.cw-dam-advanced-search-panel .btn .searched{font-weight:700}.navbar .navbar-nav.cw-constraints-tags .btn .fieldname,.cw-dam-advanced-search-panel .btn .fieldname{font-weight:400}.navbar .navbar-nav.cw-constraints-tags .b-calendar-grid-body .btn,.cw-dam-advanced-search-panel .b-calendar-grid-body .btn{text-align:center}.cw-menu{display:flex;z-index:1032;top:0}.cw-menu .cw-menu-left{opacity:.4;background-color:gray}.cw-menu .padding-menu{padding:1.5rem 2.5rem}@media screen and (max-width: 768px){.cw-menu .padding-menu{padding:.5rem 1.5rem}}.cw-menu .space-bottom{padding-bottom:1rem}.cw-menu .space-top{padding-top:1rem}.cw-menu .cw-menu-closing-button{height:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px);padding-right:45px}@media screen and (max-width: 768px){.cw-menu .cw-menu-closing-button{height:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)}}.cw-menu .cw-menu-profile{border-top:1px solid rgba(228,228,228,.5)}.cw-menu .cw-menu-profile .cw-collaborator--container{font-size:1rem;font-weight:500}.cw-menu .cw-menu-profile .cw-collaborator--container div.cw-entity-detail-field.cw-entity-detail-string{margin-bottom:1.5rem}.cw-menu .cw-menu-profile .cw-collaborator--container img{max-height:45px;max-width:45px}.cw-menu .cw-menu-profile .cw-collaborator--container .cw-thumbnail-circle{border-radius:50%}.cw-menu .cw-menu-profile .cw-collaborator--container .cw-collaborator{color:#fff}.cw-menu .cw-menu-profile .cw-collaborator--container .fit-cover{object-fit:cover}.cw-menu .cw-menu-profile .cw-disconnect-link{font-size:.875rem;font-weight:600;margin:calc(50px / -2) 0 0 calc(50px + 1rem / 2)}.cw-menu .cw-menu-profile .cw-menu-change-lang .dropdown-toggle{border-style:solid;border-color:#e4e4e4;border-width:1px;border-radius:.25rem;margin:0 .625rem calc(0.625rem / 2) 0}.cw-menu .cw-menu-profile .cw-menu-change-lang .dropdown-toggle .cw-menu-change-lang-current{font-size:.875rem}.cw-menu .cw-menu-links{font-size:1rem;font-weight:500}.cw-menu .cw-menu-links>a>i:first-of-type{width:1.5rem;text-align:center}.cw-menu .cw-menu-redirect-link{font-size:1rem;font-weight:500;border-color:rgba(228,228,228,.5);border-style:solid;border-width:1px 0px}.cw-menu .cw-menu-footer-link{font-size:.875rem;font-weight:500}.cw-menu .cw-menu-footer-link a{color:#6c757d}.cw-menu .cw-menu-wedia-baseline{font-size:.75rem;color:#3c3c3b;font-weight:400}.cw-menu .cw-menu-server-version{color:#6c757d;font-size:.625rem;font-weight:500}header.navbar.cw-header.cw-detail-header .cw-detail-header-container{padding:1.5rem 0}header.navbar.cw-header.cw-detail-header .cw-detail-header-container .cw-detail-header-back-button{padding-top:1rem;padding-bottom:1rem;margin-right:1rem}header.navbar.cw-header.cw-detail-header .cw-detail-header-container .cw-detail-header-thumbnail{border-color:#d51130;background-color:#d51130}header.navbar.cw-header.cw-detail-header .cw-detail-header-container .cw-detail-header-thumbnail:not(:last-of-type){margin-right:1rem}header.navbar.cw-header.cw-detail-header .cw-detail-header-container .cw-default-detail-header-col{display:flex;align-items:center}@media screen and (max-width: 576px){header.navbar.cw-header.cw-detail-header{background-color:#fff;padding:0 1rem}header.navbar.cw-header.cw-detail-header .cw-detail-header-container{padding:calc(1rem / 2) 0}header.navbar.cw-header.cw-detail-header .cw-detail-header-container .cw-detail-header-back-button{padding-top:calc(1rem / 2);padding-bottom:calc(1rem / 2)}header.navbar.cw-header.cw-detail-header .cw-detail-header-container .cw-detail-header-thumbnail:not(:last-of-type){margin-right:calc(1rem / 2)}header.navbar.cw-header.cw-detail-header .cw-detail-header-container .cw-default-detail-header-col{justify-content:space-between}}header.navbar.cw-header.cw-detail-header .asset-status-picker-dropdown button.dropdown-toggle{border-radius:1.5rem;padding:.5rem .875rem;line-height:normal;height:2.5rem}header.navbar.cw-header.cw-detail-header .asset-status-picker-dropdown button.dropdown-toggle::after{margin-left:.75rem;font-size:.875rem}header.navbar.cw-header.cw-detail-header .asset-status-picker-dropdown button.dropdown-toggle span{line-height:normal}header.navbar.cw-header.cw-detail-header .asset-status-picker-dropdown ul.dropdown-menu{padding-left:.875rem;padding-right:.875rem}header.navbar.cw-header.cw-detail-header .asset-status-picker-dropdown ul.dropdown-menu .dropdown-item:hover,header.navbar.cw-header.cw-detail-header .asset-status-picker-dropdown ul.dropdown-menu .dropdown-item:focus{background-color:transparent}header.navbar.cw-header.cw-detail-header .nav-divider.status-dropdown{height:1.438rem;margin-right:.375rem;margin-left:.5rem}.cw-navbar-context-selector-wrapper{display:flex;align-items:center;position:relative;margin-right:1.5rem;padding-right:1rem;border-right:1px solid #d8d8d8;height:3rem}@media screen and (min-width: 992px){.cw-navbar-context-selector-wrapper{min-width:fit-content;max-width:fit-content}.cw-navbar-context-selector-wrapper .cw-navbar-nav-resource-selector{max-width:450px}}.cw-navbar-context-selector-wrapper .dropdown{position:static;padding:1.25rem}@media screen and (max-width: 768px){.cw-navbar-context-selector-wrapper .dropdown-menu{position:absolute}}.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector{flex-grow:1;overflow:hidden}.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector .b-nav-dropdown{overflow:hidden}.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector .b-nav-dropdown .cw-resource-selector-toggle{position:relative}.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector .b-nav-dropdown .cw-resource-selector-toggle>div{margin-right:.5rem;overflow:hidden;text-overflow:ellipsis}.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector .b-nav-dropdown .cw-resource-selector-toggle:after{right:-10px;position:absolute;top:25%}.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector .cw-resource-selector-menu{left:-2.5rem;right:-1px;border-top:0;border-left:0;border-top-right-radius:0;top:3.75rem;margin-top:0;border-color:#f4f3f3}.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector .cw-resource-selector-menu .dropdown-item{padding:5px 30px}.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector .cw-resource-selector-menu .dropdown-menu{width:auto;min-width:100%}@media screen and (max-width: 576px){.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector .cw-resource-selector-menu{width:100vw;max-height:90vh;overflow-x:hidden;left:0;border-top:1px solid #f4f3f3}}@media screen and (max-width: 768px){.cw-navbar-context-selector-wrapper .navbar-nav.cw-navbar-nav-resource-selector .cw-resource-selector-menu{left:0}}.cw-widget-row-container{justify-content:center}@media screen and (max-width: 576px){.cw-widget-row-container{flex-wrap:nowrap;overflow:auto;justify-content:flex-start;margin-top:4rem;background-color:#f8f8f8 !important}.cw-widget-row-container .cw-widget-row-item{flex-shrink:0;max-width:80%;flex-basis:80%;margin-right:0 !important}.cw-widget-row-container .cw-widget-row-item:not(:last-of-type){margin-right:1rem !important}}.cw-widget-row-container .cw-widget-rowx{border:none;background-color:transparent}.cw-widget-row-container .cw-widget-rowx .card-header,.cw-widget-row-container .cw-widget-rowx .card-footer{border:none;background-color:transparent}.cw-widget-row-container .cw-widget-rowx .card-header,.cw-widget-row-container .cw-widget-rowx .card-footer,.cw-widget-row-container .cw-widget-rowx .card-body{padding-right:0;padding-left:0}.cw-widget-row-container .cw-widget-rowx .cw-widget-rowx--img{height:300px}.cw-widget-row-container .cw-widget-rowx .card-body{flex-grow:0}.cw-widget-row-container.cw-widget-rowx2 .cw-widget-row-item{min-height:527px;width:460px}.cw-widget-row-container.cw-widget-rowx2 .cw-widget-row-item:not(:last-child){margin-right:180px}.cw-widget-row-container.cw-widget-rowx2 .cw-widget-row-item .card-img{height:280px}.cw-widget-row-container.cw-widget-rowx3 .cw-widget-row-item{min-height:478px;width:380px}.cw-widget-row-container.cw-widget-rowx3 .cw-widget-row-item:not(:last-child){margin-right:20px}.cw-widget-row-container.cw-widget-rowx3 .cw-widget-row-item .card-img{height:250px}.cw-widget-row-container.cw-widget-rowx4 .cw-widget-row-item{min-height:392px;width:300px}.cw-widget-row-container.cw-widget-rowx4 .cw-widget-row-item:not(:last-child){margin-right:21px}.cw-widget-row-container.cw-widget-rowx4 .cw-widget-row-item .card-img{height:200px}.cw-widget-row-container.cw-widget-rowx3 .h2,.cw-widget-row-container.cw-widget-rowx4 .h2,.cw-widget-row-container.cw-widget-rowx2 .h2{font-size:20px}.cw-widget-row-container.cw-widget-rowx2 .cw-widget-header,.cw-widget-row-container.cw-widget-rowx3 .cw-widget-header{height:48px}.cw-widget-row-container.cw-widget-rowx3 .card-footer,.cw-widget-row-container.cw-widget-rowx4 .card-footer{padding-top:0}.cw-widget-row-container.cw-widget-rowx3 .card-footer .widget-button,.cw-widget-row-container.cw-widget-rowx4 .card-footer .widget-button{background-color:transparent;border:none;padding:0}.cw-widget-row-container.cw-widget-rowx3 .card-footer .widget-button:hover,.cw-widget-row-container.cw-widget-rowx4 .card-footer .widget-button:hover{color:#8e0b20}.cw-analytics-carousel .cw-analytics-carousel--img{height:300px}.cw-analytics-carousel .cw-analytics-carousel-img-wrapper{display:flex;flex-wrap:nowrap;overflow:auto}.cw-analytics-carousel .cw-analytics-carousel-img-wrapper .cw-analytics-carousel--img{flex-basis:75%;flex-shrink:0}.cw-analytics-carousel-mobile{margin-top:4rem}.cw-analytics-carousel-mobile .cw-analytics-carousel-title-mobile{color:#c4c4c4;font-weight:600;font-size:.875rem;text-transform:uppercase}.cw-home-carousel{position:relative;height:calc(65vh - 30px);min-height:300px;margin-bottom:70px;z-index:4}.cw-home-carousel .cw-home-carousel-content{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,41,83,.7)}.cw-home-carousel .cw-home-carousel-content .dropdown-toggle::after{margin-left:1.75rem}.cw-home-carousel .carousel.slide,.cw-home-carousel .carousel-inner{height:100%}.cw-home-carousel .carousel.slide>*,.cw-home-carousel .carousel-inner>*{height:100%}.cw-home-carousel .carousel.slide>* img,.cw-home-carousel .carousel-inner>* img{object-fit:cover;height:100%}.cw-home-carousel .carousel-caption{right:calc(16px + 0.5rem);bottom:16px;left:auto;padding-top:0;padding-bottom:0}@media screen and (max-width: 576px){.cw-home-carousel{height:100vh}}.cw-natural-search{font-weight:600}.cw-natural-search .cw-natural-search-fulltext{display:flex;align-items:center;display:flex}.cw-natural-search .cw-natural-search-fulltext .search-input-clear-button{color:#636363;z-index:4;display:block;float:right;left:-0.5rem;position:relative;cursor:pointer;top:.5rem}.cw-natural-search .dropdown-menu{width:100%}.cw-natural-search .dropdown-menu .cw-natural-search-dropdown-item .dropdown-item{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 768px){.cw-natural-search{font-size:inherit;display:grid;margin-top:20px}}.cw-natural-search .cw-natural-search-intro{margin-right:.25em}.cw-natural-search .cw-natural-search-item{white-space:pre-wrap}.cw-natural-search .cw-natural-search-link{color:#636363}.cw-natural-search .cw-natural-search-list{position:absolute;z-index:1111;width:100%}.cw-natural-search .cw-natural-search-list .list-group-item{max-width:226px;text-align:left;font-weight:200;font-size:calc(2rem / 2);line-height:2rem}.cw-natural-search .cw-natural-search-list .list-group-item:not(:active){color:#454545}.cw-natural-search .cw-natural-search-list i{opacity:.8;margin-right:8px}.cw-natural-search .cw-natural-search-checkbox{font-size:1rem;line-height:1.5rem;margin-bottom:1rem}.cw-home-carousel .cw-natural-search{max-width:780px}.cw-home-carousel .cw-natural-search form .list-group-search-input{max-width:226px}.cw-home-carousel .cw-natural-search form .input-group{margin-bottom:.75rem}.cw-home-carousel .cw-natural-search form .input-group .form-control{color:#3c3c3b}.cw-home-carousel .cw-natural-search form .input-group .search-icon{font-size:1.5rem;opacity:#c4c4c4;margin:.5rem .5rem .5rem 0}.cw-home-carousel .cw-natural-search form .input-group .search-input{border:none;height:auto;margin:0 .75rem;border-bottom:1px solid #454545}.cw-home-carousel .cw-natural-search form .input-group .search-input::placeholder{color:#454545}.cw-home-carousel .cw-natural-search form .btn.dropdown-toggle,.cw-home-carousel .cw-natural-search form .form-control{font-size:inherit;font-weight:600;color:#636363;background-color:transparent;height:calc(1.5em + 0px + 2px);border-width:2px;border-color:#636363;border-radius:0}.cw-home-carousel .cw-natural-search form .btn.dropdown-toggle::placeholder,.cw-home-carousel .cw-natural-search form .form-control::placeholder{color:#636363}.cw-home-carousel .cw-natural-search form .form-control[type=text]{border-style:none none dashed none}.cw-home-carousel .cw-natural-search form .btn.dropdown-toggle{border-style:none none solid none}.cw-home-carousel .cw-natural-search form .btn.dropdown-toggle:after{font-weight:600;font-size:20px}.cw-home-carousel .cw-natural-search form.form-inline{margin:1em 0px}.cw-home-carousel .cw-natural-search form.form-inline label{justify-content:flex-start;flex-wrap:wrap}.cw-home-carousel .cw-natural-search form.form-inline .btn.dropdown-toggle,.cw-home-carousel .cw-natural-search form.form-inline .form-control{padding:0px 0px;margin-top:0;margin-bottom:0;margin-right:.25em}@media screen and (max-width: 576px){.cw-home-carousel .cw-natural-search{font-size:inherit;display:flex;justify-content:center;align-items:center;flex-direction:column}.cw-home-carousel .cw-natural-search .cw-natural-search-intro{order:1}.cw-home-carousel .cw-natural-search .cw-natural-search-fulltext{order:2;margin-bottom:0}.cw-home-carousel .cw-natural-search .cw-natural-search-fulltext .cw-natural-search-list{width:300px;max-width:90vw !important;margin-top:-0.3rem;overflow-x:hidden;max-height:50vh}.cw-home-carousel .cw-natural-search .cw-natural-search-config-key{order:3}.cw-home-carousel .cw-natural-search .cw-natural-search-buttons{width:100%}.cw-home-carousel .cw-natural-search .cw-natural-search-buttons .btn{display:block;width:100%;height:3.125rem}.cw-home-carousel .cw-natural-search form.form-inline{margin:0}.cw-home-carousel .cw-natural-search form .cw-natural-search-input-icon{position:absolute;color:#d51130;font-size:1.32rem;padding-top:calc(1.32rem / 2);padding-left:calc(1.32rem / 2)}.cw-home-carousel .cw-natural-search form .list-group-search-input.form-control,.cw-home-carousel .cw-natural-search form .dropdown-toggle{height:3.125rem !important;border-width:0 !important;color:#d51130 !important;width:300px !important;max-width:90vw !important;background-color:#fff !important;padding:.5rem 1rem !important;margin:.3rem 0 !important}.cw-home-carousel .cw-natural-search form .list-group-search-input.form-control::placeholder,.cw-home-carousel .cw-natural-search form .dropdown-toggle::placeholder{color:#d51130 !important}.cw-home-carousel .cw-natural-search form .list-group-search-input.form-control{padding-left:2.64rem !important}.cw-home-carousel .cw-natural-search form .dropdown-toggle{text-align:start;font-weight:400 !important;color:#3c3c3b !important;border-radius:4px !important}.cw-home-carousel .cw-natural-search form .dropdown-toggle:after{position:absolute;right:20px}.cw-home-carousel .cw-natural-search form .dropdown-menu{margin-top:0}.cw-home-carousel .cw-natural-search .btn.btn-primary{margin-top:.3rem}}.cw-home-input-wrapper{position:relative}.cw-home-input-wrapper .cw-home-search-bar-large-container{width:1000px}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content{padding:0;margin:0}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content .home-search-toogle-dropdown{height:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content.cw-home-search-bar-input{display:flex}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content.cw-home-search-bar-input .home-search-input{border-left:1px solid #f4f3f3;height:60px;border-radius:0px;background-color:#fff;padding-left:15px;color:#000;flex-grow:1;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content.cw-home-search-bar-input .home-search-input .fa-search{color:#000;font-size:22px}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content.cw-home-search-bar-input .home-search-input .form-control{border:none;font-size:14px}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content.cw-home-search-bar-input .home-search-input .form-control::placeholder{color:#3c3c3b}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content.cw-home-search-bar-input .home-search-input .search-input-clear-button{z-index:4;display:block;flex-grow:unset;float:left;left:-0.5rem;position:relative;cursor:pointer}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content.cw-home-search-bar-input .cw-home-search-checkbox{display:flex;align-items:center;flex-shrink:0;padding:0 .5rem;font-size:.875rem;margin-left:2rem;line-height:1.5rem}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content .dropdown-menu{width:auto;margin-top:0;min-width:100%}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content .cw-home-search-bar-button{height:100%;border-bottom-left-radius:0;border-top-left-radius:0;font-weight:500;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.cw-home-input-wrapper .cw-home-search-bar-suggestions-container{padding-right:1.5rem;padding-left:calc(1rem / 2)}.cw-home-input-wrapper .cw-home-search-bar-suggestions-container .cw-home-search-bar-suggestions-content{position:absolute;border-top-left-radius:0;border-top-right-radius:0;width:100%;margin-bottom:calc(1rem / 2)}@media screen and (max-width: 576px){.cw-home-input-wrapper .cw-home-search-bar-large-container{width:90vw}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content{flex-basis:100%;max-width:100%;margin:.3rem 0}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content .cw-home-search-bar-button{border-radius:.25rem}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content .home-search-toogle-dropdown{text-align:start}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content .home-search-toogle-dropdown:after{position:absolute;right:20px}.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content .cw-home-search-bar-button,.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content .home-search-toogle-dropdown,.cw-home-input-wrapper .cw-home-search-bar-large-container .cw-home-search-bar-content .home-search-input{height:3.125rem}.cw-home-input-wrapper .cw-home-search-bar-suggestions-container{position:absolute;top:7.2125rem}.cw-home-input-wrapper .cw-home-search-bar-suggestions-container .cw-home-search-bar-suggestions-content{max-height:40vh;overflow-x:hidden}}.cw-widget-header .h2{color:#3c3c3b;font-size:24px;font-weight:600;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cw-widget-header .h3{color:#c4c4c4;font-size:14px;font-weight:600;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cw-row-item-show-more{display:none;background-color:#e4e4e4;padding:0 12px 3px;margin-left:5px}.cw-row-item-button{display:flex;overflow:hidden}.cw-row-item-img-container{overflow:hidden;position:relative}.cw-home-widget-description{color:#454545;font-size:16px;font-weight:200;line-height:28px}.widget-button{font-size:14px;font-weight:600;padding:1rem 1.5rem}.b-calendar-grid .inrange{position:relative}.b-calendar-grid .inrange:before{background-color:#c4c4c4;position:absolute;top:3px;bottom:3px;left:0;right:0;content:""}.b-calendar-grid .inrange.begin:before{border-radius:50% 0 0 50%;left:4px}.b-calendar-grid .inrange.end:before{border-radius:0 50% 50% 0;right:4px}.b-calendar-grid .inrange span{position:relative;z-index:1}.fit-contain{object-fit:contain}.fit-cover{object-fit:cover}.cw-infinite-loader-container{max-width:460px;margin:0 auto 135px auto;text-align:center}.cw-infinite-loader-container .cw-infinite-loader-icon{color:#d51130;font-size:1.5rem;margin:1rem 0}.cw-infinite-loader-container .cw-infinite-loader-title{font-size:1rem;font-weight:500}.cw-infinite-loader-container .cw-infinite-loader-text{font-size:.875rem}.overlay-opc-10{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(1/10))}.overlay-opc-20{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(2/10))}.overlay-opc-30{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(3/10))}.overlay-opc-40{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(4/10))}.overlay-opc-50{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(5/10))}.overlay-opc-60{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(6/10))}.overlay-opc-70{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(7/10))}.overlay-opc-80{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(8/10))}.overlay-opc-90{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(9/10))}.overlay-opc-100{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, calc(10/10))}.cursor-pointer{cursor:pointer}.relative{position:relative}.cw-replace-cr{white-space:pre-line}.absolute{position:absolute}.none-border{border:none}.border{border:1px}.bottom{bottom:0}.left{left:0}.right{right:0}.top{top:0}.bg-light-default{background-color:#fff;color:#f8f8f8}.bg-default-lighten-75{background-color:#fff;color:#f8f8f8}.bg-default-lighten-50{background-color:#fff;color:#f8f8f8}.bg-default-lighten-25{background-color:#fff;color:#f8f8f8}.bg-default{background-color:#f8f8f8}.border-default{border-color:#f8f8f8}.cw-color-default{color:#f8f8f8}.bg-light-light{background-color:#fff;color:#e4e4e4}.bg-light-lighten-75{background-color:#fff;color:#e4e4e4}.bg-light-lighten-50{background-color:#fff;color:#e4e4e4}.bg-light-lighten-25{background-color:#fff;color:#e4e4e4}.bg-light{background-color:#e4e4e4}.border-light{border-color:#e4e4e4}.cw-color-light{color:#e4e4e4}.bg-light-primary{background-color:#d6d6d6;color:#636363}.bg-primary-lighten-75{background-color:#fff;color:#636363}.bg-primary-lighten-50{background-color:#e3e3e3;color:#636363}.bg-primary-lighten-25{background-color:#a3a3a3;color:#636363}.bg-primary{background-color:#636363}.border-primary{border-color:#636363}.cw-color-primary{color:#636363}.bg-light-secondary{background-color:#fbd0d7;color:#d51130}.bg-secondary-lighten-75{background-color:#fff;color:#d51130}.bg-secondary-lighten-50{background-color:#fde8eb;color:#d51130}.bg-secondary-lighten-25{background-color:#f47286;color:#d51130}.bg-secondary{background-color:#d51130}.border-secondary{border-color:#d51130}.cw-color-secondary{color:#d51130}.bg-light-danger{background-color:#fff;color:#ed2c30}.bg-danger-lighten-75{background-color:#fff;color:#ed2c30}.bg-danger-lighten-50{background-color:#fff;color:#ed2c30}.bg-danger-lighten-25{background-color:#f7a1a3;color:#ed2c30}.bg-danger{background-color:#ed2c30}.border-danger{border-color:#ed2c30}.cw-color-danger{color:#ed2c30}.bg-light-warning{background-color:#fffaed;color:#ffc107}.bg-warning-lighten-75{background-color:#fff;color:#ffc107}.bg-warning-lighten-50{background-color:#fff;color:#ffc107}.bg-warning-lighten-25{background-color:#ffe187;color:#ffc107}.bg-warning{background-color:#ffc107}.border-warning{border-color:#ffc107}.cw-color-warning{color:#ffc107}.bg-light-success{background-color:#c4f1ce;color:#28a745}.bg-success-lighten-75{background-color:#fff;color:#28a745}.bg-success-lighten-50{background-color:#d8f6df;color:#28a745}.bg-success-lighten-25{background-color:#71dd8a;color:#28a745}.bg-success{background-color:#28a745}.border-success{border-color:#28a745}.cw-color-success{color:#28a745}.bg-light-stormy-gray{background-color:#fff;color:#949494}.bg-stormy-gray-lighten-75{background-color:#fff;color:#949494}.bg-stormy-gray-lighten-50{background-color:#fff;color:#949494}.bg-stormy-gray-lighten-25{background-color:#d4d4d4;color:#949494}.bg-stormy-gray{background-color:#949494}.border-stormy-gray{border-color:#949494}.cw-color-stormy-gray{color:#949494}.bg-light-gray-navy{background-color:#fff;color:#949494}.bg-gray-navy-lighten-75{background-color:#fff;color:#949494}.bg-gray-navy-lighten-50{background-color:#fff;color:#949494}.bg-gray-navy-lighten-25{background-color:#d4d4d4;color:#949494}.bg-gray-navy{background-color:#949494}.border-gray-navy{border-color:#949494}.cw-color-gray-navy{color:#949494}.bg-light-base-black{background-color:#919191;color:#1e1e1e}.bg-base-black-lighten-75{background-color:#ddd;color:#1e1e1e}.bg-base-black-lighten-50{background-color:#9e9e9e;color:#1e1e1e}.bg-base-black-lighten-25{background-color:#5e5e5e;color:#1e1e1e}.bg-base-black{background-color:#1e1e1e}.border-base-black{border-color:#1e1e1e}.cw-color-base-black{color:#1e1e1e}.bg-light-dim-gray{background-color:#d7d7d7;color:#646464}.bg-dim-gray-lighten-75{background-color:#fff;color:#646464}.bg-dim-gray-lighten-50{background-color:#e4e4e4;color:#646464}.bg-dim-gray-lighten-25{background-color:#a4a4a4;color:#646464}.bg-dim-gray{background-color:#646464}.border-dim-gray{border-color:#646464}.cw-color-dim-gray{color:#646464}.fa-facebook{color:#3a5997}.fa-pinterest{color:#c92228}.fa-twitter{color:#1ba1f1}.visibilityHidden{visibility:hidden !important}.eclipse-until-line-1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height:1;max-height:1}.eclipse-until-line-2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1;max-height:2}.eclipse-until-line-3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1;max-height:3}.eclipse-until-line-4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height:1;max-height:4}.eclipse-until-line-5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-height:1;max-height:5}.line-height-no-space{line-height:1}.z-index-1{z-index:1}.z-index-2{z-index:2}.z-index-3{z-index:3}.z-index-4{z-index:4}.z-index-5{z-index:5}.cw-player-container .bs-player-no-auto-init{transition:opacity .3s}.cw-player-container.loading{position:relative}.cw-player-container.loading>div{opacity:.2}.cw-player-container.loading:before{content:"";top:50%;left:50%;transform:translateX(-50%) translateY(-50%);position:absolute;font-family:"Font Awesome 6 Pro";font-size:50px;animation:fa-spin 2s infinite linear}.cw-player-container.loading .bs-player-no-auto-init{opacity:0}.fs-0875{font-size:.875rem}.cw-logo-app{max-width:200px;margin:3rem 0 3rem 0}.custom-switch.with-border .custom-control-label{top:1px}.custom-switch.with-border .custom-control-label span{position:relative;top:2px}.custom-switch .custom-control-input~.custom-control-label::before{cursor:pointer;background-color:#e4e4e4;border:none}.custom-switch .custom-control-input~.custom-control-label::after{background-color:#fff;border-color:#e4e4e4}.custom-switch .custom-control-input:checked~.custom-control-label::before{background-color:#d51130}.mw-500{max-width:500px}.height-25px{height:25px}.height-05rem{height:.5rem}.height-1rem{height:1rem}.height-1-05rem{height:1.5rem}.min-height-25px{min-height:25px}.min-w-100{min-width:100%}.placeholder-dark{color:#000 !important}.inherit-font-size{font-size:inherit}.no-border-top-radius{border-top-right-radius:0px !important;border-top-left-radius:0px !important}.border-bottom{border-bottom:1px}.vertical-nav-divider{border-right:1px solid #e5e4e4;height:100%;margin:0 .5rem}.color-black{color:#000 !important}.text-underline{text-decoration:underline}.text-underline--always,.text-underline--always:hover,.text-underline--always:active,.text-underline--always:focus,.text-underline--always:visited{text-decoration:underline !important}.hover-underline:hover{text-decoration:underline !important}.cw-scrollbar-thin-deep div{scrollbar-width:unset}.cw-scrollbar-thin-deep div::-webkit-scrollbar-track{background:#f9f9f9}.cw-scrollbar-thin-deep div::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.cw-scrollbar-thin-deep div::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.cw-scrollbar-thin-deep.scrollbar-thin-y div::-webkit-scrollbar{width:3px}.cw-scrollbar-thin-deep.scrollbar-thin-x div::-webkit-scrollbar{height:3px}.ml-rem-05{margin-left:.5rem}.cw-thumbnail-10{height:10px;max-height:10px;min-height:10px;width:10px;max-width:10px;min-width:10px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-10-1{height:10px;max-height:10px;min-height:10px;width:10px;max-width:10px;min-width:10px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-10-2{height:10px;max-height:10px;min-height:10px;width:10px;max-width:10px;min-width:10px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-10-3{height:10px;max-height:10px;min-height:10px;width:10px;max-width:10px;min-width:10px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-10-4{height:10px;max-height:10px;min-height:10px;width:10px;max-width:10px;min-width:10px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-10-5{height:10px;max-height:10px;min-height:10px;width:10px;max-width:10px;min-width:10px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-10-6{height:10px;max-height:10px;min-height:10px;width:10px;max-width:10px;min-width:10px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-10-7{height:10px;max-height:10px;min-height:10px;width:10px;max-width:10px;min-width:10px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-20{height:20px;max-height:20px;min-height:20px;width:20px;max-width:20px;min-width:20px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-20-1{height:20px;max-height:20px;min-height:20px;width:20px;max-width:20px;min-width:20px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-20-2{height:20px;max-height:20px;min-height:20px;width:20px;max-width:20px;min-width:20px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-20-3{height:20px;max-height:20px;min-height:20px;width:20px;max-width:20px;min-width:20px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-20-4{height:20px;max-height:20px;min-height:20px;width:20px;max-width:20px;min-width:20px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-20-5{height:20px;max-height:20px;min-height:20px;width:20px;max-width:20px;min-width:20px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-20-6{height:20px;max-height:20px;min-height:20px;width:20px;max-width:20px;min-width:20px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-20-7{height:20px;max-height:20px;min-height:20px;width:20px;max-width:20px;min-width:20px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-30{height:30px;max-height:30px;min-height:30px;width:30px;max-width:30px;min-width:30px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-30-1{height:30px;max-height:30px;min-height:30px;width:30px;max-width:30px;min-width:30px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-30-2{height:30px;max-height:30px;min-height:30px;width:30px;max-width:30px;min-width:30px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-30-3{height:30px;max-height:30px;min-height:30px;width:30px;max-width:30px;min-width:30px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-30-4{height:30px;max-height:30px;min-height:30px;width:30px;max-width:30px;min-width:30px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-30-5{height:30px;max-height:30px;min-height:30px;width:30px;max-width:30px;min-width:30px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-30-6{height:30px;max-height:30px;min-height:30px;width:30px;max-width:30px;min-width:30px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-30-7{height:30px;max-height:30px;min-height:30px;width:30px;max-width:30px;min-width:30px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-32{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-32-1{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-32-2{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-32-3{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-32-4{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-32-5{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-32-6{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-32-7{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-36{height:36px;max-height:36px;min-height:36px;width:36px;max-width:36px;min-width:36px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-36-1{height:36px;max-height:36px;min-height:36px;width:36px;max-width:36px;min-width:36px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-36-2{height:36px;max-height:36px;min-height:36px;width:36px;max-width:36px;min-width:36px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-36-3{height:36px;max-height:36px;min-height:36px;width:36px;max-width:36px;min-width:36px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-36-4{height:36px;max-height:36px;min-height:36px;width:36px;max-width:36px;min-width:36px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-36-5{height:36px;max-height:36px;min-height:36px;width:36px;max-width:36px;min-width:36px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-36-6{height:36px;max-height:36px;min-height:36px;width:36px;max-width:36px;min-width:36px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-36-7{height:36px;max-height:36px;min-height:36px;width:36px;max-width:36px;min-width:36px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-40{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-40-1{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-40-2{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-40-3{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-40-4{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-40-5{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-40-6{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-40-7{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-50{height:50px;max-height:50px;min-height:50px;width:50px;max-width:50px;min-width:50px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-50-1{height:50px;max-height:50px;min-height:50px;width:50px;max-width:50px;min-width:50px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-50-2{height:50px;max-height:50px;min-height:50px;width:50px;max-width:50px;min-width:50px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-50-3{height:50px;max-height:50px;min-height:50px;width:50px;max-width:50px;min-width:50px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-50-4{height:50px;max-height:50px;min-height:50px;width:50px;max-width:50px;min-width:50px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-50-5{height:50px;max-height:50px;min-height:50px;width:50px;max-width:50px;min-width:50px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-50-6{height:50px;max-height:50px;min-height:50px;width:50px;max-width:50px;min-width:50px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-50-7{height:50px;max-height:50px;min-height:50px;width:50px;max-width:50px;min-width:50px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-60{height:60px;max-height:60px;min-height:60px;width:60px;max-width:60px;min-width:60px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-60-1{height:60px;max-height:60px;min-height:60px;width:60px;max-width:60px;min-width:60px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-60-2{height:60px;max-height:60px;min-height:60px;width:60px;max-width:60px;min-width:60px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-60-3{height:60px;max-height:60px;min-height:60px;width:60px;max-width:60px;min-width:60px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-60-4{height:60px;max-height:60px;min-height:60px;width:60px;max-width:60px;min-width:60px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-60-5{height:60px;max-height:60px;min-height:60px;width:60px;max-width:60px;min-width:60px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-60-6{height:60px;max-height:60px;min-height:60px;width:60px;max-width:60px;min-width:60px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-60-7{height:60px;max-height:60px;min-height:60px;width:60px;max-width:60px;min-width:60px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-70{height:70px;max-height:70px;min-height:70px;width:70px;max-width:70px;min-width:70px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-70-1{height:70px;max-height:70px;min-height:70px;width:70px;max-width:70px;min-width:70px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-70-2{height:70px;max-height:70px;min-height:70px;width:70px;max-width:70px;min-width:70px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-70-3{height:70px;max-height:70px;min-height:70px;width:70px;max-width:70px;min-width:70px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-70-4{height:70px;max-height:70px;min-height:70px;width:70px;max-width:70px;min-width:70px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-70-5{height:70px;max-height:70px;min-height:70px;width:70px;max-width:70px;min-width:70px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-70-6{height:70px;max-height:70px;min-height:70px;width:70px;max-width:70px;min-width:70px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-70-7{height:70px;max-height:70px;min-height:70px;width:70px;max-width:70px;min-width:70px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-88{height:88px;max-height:88px;min-height:88px;width:88px;max-width:88px;min-width:88px;display:flex;align-items:center;justify-content:center}.cw-thumbnail-88-1{height:88px;max-height:88px;min-height:88px;width:88px;max-width:88px;min-width:88px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-88-2{height:88px;max-height:88px;min-height:88px;width:88px;max-width:88px;min-width:88px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-88-3{height:88px;max-height:88px;min-height:88px;width:88px;max-width:88px;min-width:88px;border:3px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-88-4{height:88px;max-height:88px;min-height:88px;width:88px;max-width:88px;min-width:88px;border:4px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-88-5{height:88px;max-height:88px;min-height:88px;width:88px;max-width:88px;min-width:88px;border:5px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-88-6{height:88px;max-height:88px;min-height:88px;width:88px;max-width:88px;min-width:88px;border:6px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-88-7{height:88px;max-height:88px;min-height:88px;width:88px;max-width:88px;min-width:88px;border:7px solid #fff;display:flex;align-items:center;justify-content:center}.cw-thumbnail-circle{border-radius:50%}.cw-cinema-tile-wrapper{margin-bottom:1.5rem}.cw-cinema-tile-wrapper .cw-tile{aspect-ratio:1.09;background-color:#fff;padding:.5rem}.cw-cinema-tile-wrapper .cw-tile.archived{filter:grayscale(1);background-color:#e4e4e4}.cw-cinema-tile-wrapper .cw-tile .portal-archived-tag{position:absolute;top:.5rem;right:.5rem;padding:.5rem;background-color:#fff;border-radius:.125rem;font-size:.875rem;font-weight:700;height:1.875rem;display:flex;justify-content:center;align-items:center;color:#1e1e1e}.cw-cinema-tile-wrapper .cw-tile .cw-tile-wrapper--infos,.cw-cinema-tile-wrapper .cw-tile .cw-tile--main{height:50%}.cw-cinema-tile-wrapper .cw-tile .cw-tile-wrapper--title{padding-bottom:0}.cw-cinema-tile-wrapper .cw-tile .cw-tile-wrapper--infos-header{height:50%;max-height:4.25rem}.cw-cinema-tile-wrapper .cw-tile .cw-tile-wrapper--infos-desc{container-type:inline-size}.cw-cinema-tile-wrapper .cw-tile .cw-tile-wrapper--infos-desc .cw-tile-wrapper--infos-desc--content{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.cw-tile{border-radius:.25rem}.cw-tile:hover .cw-tile-wrapper--tag{visibility:hidden}.cw-tile .cw-tile--main{margin-bottom:1rem}.cw-tile .cw-tile--main .b-overlay-wrap{height:100%}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover{display:grid;grid-column-gap:.5rem;grid-row-gap:.5rem}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover.images-1{grid-template-areas:"image-1 image-1" "image-1 image-1"}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover.images-1 .image-1{grid-area:image-1}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover.images-2{grid-template-areas:"image-1 image-2" "image-1 image-2"}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover.images-2 .image-1{grid-area:image-1}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover.images-2 .image-2{grid-area:image-2}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover.images-3{grid-template-areas:"image-1 image-2" "image-1 image-3"}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover.images-3 .image-1{grid-area:image-1}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover.images-3 .image-2{grid-area:image-2}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover.images-3 .image-3{grid-area:image-3}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--cover img{border-radius:.125rem;width:100%;height:100%;object-fit:cover}.cw-tile .cw-tile--main .b-overlay-wrap .b-overlay .cw-tile-overlay{position:absolute;right:.5rem;top:.5rem}.cw-tile .cw-tile--main .b-overlay-wrap .b-overlay .cw-tile-overlay .cw-dam-item-actions{width:unset;min-width:unset;margin:0}.cw-tile .cw-tile--main .b-overlay-wrap .b-overlay .cw-tile-overlay .cw-dam-item-actions .cw-tile-action{background-color:unset;display:flex;justify-content:center;align-items:center;color:#fff;padding-top:.2rem;margin:0 .25rem}.cw-tile .cw-tile--main .b-overlay-wrap .b-overlay .cw-tile-overlay .cw-dam-item-actions .cw-tile-action:hover{background-color:unset}.cw-tile .cw-tile--main .b-overlay-wrap .cw-tile-wrapper--tag .badge{display:flex;position:absolute;top:.5rem;left:.5rem;height:1.875rem;padding:.5rem;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700}.cw-tile .cw-tile-wrapper--infos{padding-left:.75rem;display:flex;flex-direction:column;justify-content:start}.cw-tile .cw-tile-wrapper--title{display:flex;align-items:center;padding-bottom:.725rem}.cw-tile .cw-tile-wrapper--title .text-truncate{display:block}@container (max-width: 15rem){.cw-tile-wrapper--infos-desc--content{-webkit-line-clamp:2 !important}}.nav-tabs .nav-item:not(:last-child){margin-right:2rem}.nav-tabs .nav-link,.nav-tabs .nav-link.active{border-top-width:0;border-left-width:0;border-right-width:0;color:#3c3c3b}.nav-tabs .nav-link:not(.active):hover,.nav-tabs .nav-link:not(.active):focus{border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{font-weight:600}.cw-navbar-nav-filters.cw-with-pr{padding-right:16rem !important}.cw-navbar-nav-filters .nav-tabs .nav-link:not(.cw-tabs--tab),.cw-navbar-nav-filters .nav-tabs .nav-link:not(.cw-tabs--tab).active{border-width:0}.cw-collaborators{display:flex;flex-direction:row-reverse;padding:0 20px;min-height:10px;cursor:pointer}.cw-collaborators>.cw-collaborator{z-index:2}.cw-collaborators>.cw-collaborator:not(*:first-child){margin:0 -25px 0 0}.cw-collaborators>.cw-collaborator:hover{z-index:3}@media screen and (max-width: 768px){.cw-collaborators{flex-direction:row}.cw-collaborators>.cw-collaborator:not(*:first-child){margin:-15px -25px 0 0}}@media screen and (max-width: 576px){.cw-collaborators{flex-direction:column}}.cw-collaborator{color:#fff}.cw-container{padding:0 2.5rem}.cw-gallery .cw-sort-by{float:right;color:#000}.cw-gallery .cw-gallery-item{padding:calc(16px / 2) 0;position:relative}.cw-gallery .cw-gallery-item .cw-preview-in-area{height:100%;background-repeat:no-repeat;background-position:50% 50%;background-color:#f4f3f3;background-size:contain}.cw-gallery .cw-gallery-item .cw-preview-in-area img{background-color:#fff}.cw-gallery .cw-layout-footer{padding-left:0;padding-right:0}.cw-gallery.cw-gallery-column .cw-gallery-item{max-height:100%;width:100%;display:flex}.cw-gallery.cw-gallery-column .cw-gallery-item>a{width:100%;height:100%}.cw-gallery.cw-gallery-column .cw-gallery-item>a .cw-dam-tile-item{width:100%;height:100%}.cw-gallery.cw-gallery-column .cw-gallery-item>a .cw-dam-tile-item .cw-blur-hash{width:100%;height:100%;display:flex}.cw-gallery.cw-gallery-column .cw-gallery-item>a .cw-dam-tile-item .card-img{width:100%;height:100%}.cw-gallery.cw-gallery-column .cw-gallery-item>span{width:100%;height:100%}.cw-gallery.cw-gallery-column .cw-gallery-item>span .cw-dam-tile-item .card-img{width:100%;height:100%}.cw-gallery.cw-gallery-column .cw-gallery-item>span{display:block;height:100%}.cw-gallery.cw-gallery-row{display:flex;flex-wrap:wrap;margin:calc(0 - 16px / 2)}.cw-gallery.cw-gallery-row .cw-gallery-item{padding:calc(16px / 2);box-sizing:content-box}.cw-gallery.cw-gallery-row .cw-gallery-item>div{display:block;height:100%;width:100%}.cw-gallery.cw-gallery-row .cw-gallery-item>div>span{display:block;height:100%}.cw-gallery.cw-gallery-row .cw-gallery-item .cw-dam-tile-item{height:100%}.cw-gallery.cw-gallery-row .cw-gallery-item .cw-dam-tile-item .card-img{height:100%}.cw-gallery.cw-gallery-list .cw-gallery-item>span{display:block;height:100%}.cw-gallery.cw-square-small-layout .cw-square-small-item{padding:calc(1rem / 4)}.cw-gallery.cw-square-small-layout .cw-square-small-item .cw-gallery-item{padding:calc(1rem / 4) 0}.cw-gallery.cw-square-small-layout .cw-square-small-layout-spacer{height:0}.cw-gallery.cw-gallery-table{font-size:.875rem;table-layout:fixed;width:100%;border-collapse:collapse;empty-cells:show;border:0;border-spacing:0;border-collapse:collapse;border:1px solid #e4e4e4;border-top:0}.cw-gallery.cw-gallery-table.cw-gallery-table-template{visibility:hidden}.cw-gallery.cw-gallery-table .cw-gallery-item{padding:0}.cw-gallery.cw-gallery-table.cw-gallery-table-header{position:sticky;border-bottom:0;z-index:3}.cw-gallery.cw-gallery-table.cw-gallery-table-header .cw-gallery-table-header-title{display:flex}.cw-gallery.cw-gallery-table.cw-gallery-table-header .cw-gallery-table-header-title .cw-gallery-table-header-text{overflow:hidden;text-overflow:ellipsis;padding-right:5px}.cw-gallery.cw-gallery-table .cw-dam-item-actions .cw-dam-item-action{width:1.875rem;height:1.875rem;font-size:1rem}.cw-gallery.cw-gallery-table thead th,.cw-gallery.cw-gallery-table thead td{padding:0}.cw-gallery.cw-gallery-table thead th{height:1em;background-color:#f8f8f8;padding:.8rem;border-color:#e4e4e4;border-style:solid;border-width:1px 0 1px 1px;white-space:nowrap}.cw-gallery.cw-gallery-table thead th:first-child span{border-left-width:0}.cw-gallery.cw-gallery-table td{height:2.6rem;line-height:1;background-clip:padding-box;padding:.3rem .8rem;background-color:#fff;vertical-align:middle;max-width:0;border-color:#e4e4e4;border-style:solid;border-width:0 1px 1px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-gallery.cw-gallery-table td .cw-entity-detail-field,.cw-gallery.cw-gallery-table td .cw-entity-detail-field-value{display:inline}.cw-gallery.cw-gallery-table .cw-table-cell-media{vertical-align:middle;text-align:center;padding:0 .8rem}.cw-gallery.cw-gallery-table .cw-table-cell-media .cw-asset-wrapper{width:100%;height:100%;display:flex;justify-items:center;align-items:center}.cw-gallery.cw-gallery-table .cw-table-cell-media .cw-asset-wrapper .cw-checkbox-wrapper{display:flex;flex-direction:row-reverse;margin:unset}.cw-gallery.cw-gallery-table .cw-table-cell-media .cw-asset-wrapper .cw-checkbox-wrapper .cw-checkbox{position:unset;right:unset;top:unset;visibility:unset;z-index:2}.cw-gallery.cw-gallery-table .cw-table-cell-media .cw-asset-wrapper .cw-status-indicator-container{position:unset}.cw-gallery.cw-gallery-table .cw-dam-table-item-actions{padding-left:0;padding-right:0}.cw-gallery.cw-gallery-table .cw-dam-table-item-actions .cw-dam-item-action:not(.dark-mode):not(.cw-dam-action--active){background-color:#fff;color:#d51130}.cw-gallery.cw-gallery-table .cw-dam-table-item-actions .cw-dam-item-action:not(.dark-mode):not(.cw-dam-action--active):hover{background-color:#d51130;color:#fff}.cw-gallery.cw-gallery-table .cw-entity-detail-number{float:right}.cw-gallery.cw-gallery-table .cw-table-item-preview{width:2.5rem;height:2.5rem}.cw-gallery.cw-square-small-layout .cw-status-indicator-container .cw-status-indicator,.cw-table-layout .cw-status-indicator-container .cw-status-indicator{border-bottom:calc(2rem / 2) solid #fdd900;border-right:calc(2rem / 2) solid transparent;top:calc(100% - calc(2rem / 2))}.cw-gallery.cw-square-small-layout .cw-status-indicator-container .cw-status-indicator-icon,.cw-table-layout .cw-status-indicator-container .cw-status-indicator-icon{top:calc(50% - 0.6rem - 1rem / 2);right:calc(50% - 0.6rem - 1rem / 2);font-size:1rem;padding:.6rem;border-radius:calc(1rem + 1rem / 2);pointer-events:none}.cw-gallery.cw-square-small-layout .cw-status-indicator-container .cw-status-indicator-icon.cw-status-indicator-icon-top-left,.cw-table-layout .cw-status-indicator-container .cw-status-indicator-icon.cw-status-indicator-icon-top-left{top:5%;left:5%;right:auto}.cw-square-layout{width:100%}.cw-header-with-back-and-action{position:sticky;top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px));z-index:2;background-color:#f8f8f8;height:9.375rem;padding:0 .5rem;display:flex;justify-content:space-between;align-items:center}.cw-header-with-back-and-action .cw-header-with-back-and-action--title{display:flex;flex-direction:row;align-items:center}.cw-header-with-back-and-action .cw-header-with-back-and-action--title>*{font-size:1.75rem;margin:0}.cw-header-with-back-and-action .cw-header-with-back-and-action--title h1{font-weight:bold;margin-left:1rem}.cw-header-with-back-and-action .cw-header-with-back-and-action--title a{color:inherit}.cw-header-with-back-and-action .cw-header-with-back-and-action--title i{cursor:pointer}.cw-header-with-back-and-action .cw-header-with-back-and-action--actions .dropdown-toggle{height:50px;padding-left:29px;padding-right:29px;font-weight:500;display:flex;align-items:center}.cw-header-with-back-and-action .cw-header-with-back-and-action--actions .dropdown-toggle i{font-weight:300;margin-right:1rem}.cw-badged-element .cw-badge{align-items:center;outline:solid 2px #fff;display:flex;font-weight:600;justify-content:center;overflow:hidden;position:absolute;white-space:nowrap;z-index:2}.cw-badged-element .cw-badge.no-outline{outline:0 !important}.cw-badged-element .cw-badge.cw-badge-shape-pill{border-radius:10rem;padding-right:.6em;padding-left:.6em}.cw-badged-element .cw-badge.cw-badge-shape-round{border-radius:50%}.cw-badged-element .cw-badge.cw-badge-shape-square{border-radius:.25rem}.cw-badged-element .cw-badge-size-small{font-size:.625rem;width:.75rem;height:.75rem}.cw-badged-element .cw-badge-size-small.cw-badge-shape-pill{width:unset}.cw-badged-element .cw-badge-size-small.cw-badge-position-top-right{top:-0.375rem;right:-0.375rem}.cw-badged-element .cw-badge-size-small.cw-badge-position-top-left{top:-0.375rem;left:-0.375rem}.cw-badged-element .cw-badge-size-small.cw-badge-position-bottom-right{bottom:-0.375rem;right:-0.375rem}.cw-badged-element .cw-badge-size-small.cw-badge-position-bottom-left{bottom:-0.375rem;left:-0.375rem}.cw-badged-element .cw-badge-size-medium{font-size:.75rem;width:1.25rem;height:1.25rem}.cw-badged-element .cw-badge-size-medium.cw-badge-shape-pill{width:unset}.cw-badged-element .cw-badge-size-medium.cw-badge-position-top-right{top:-0.625rem;right:-0.625rem}.cw-badged-element .cw-badge-size-medium.cw-badge-position-top-left{top:-0.625rem;left:-0.625rem}.cw-badged-element .cw-badge-size-medium.cw-badge-position-bottom-right{bottom:-0.625rem;right:-0.625rem}.cw-badged-element .cw-badge-size-medium.cw-badge-position-bottom-left{bottom:-0.625rem;left:-0.625rem}.cw-badged-element .cw-badge-size-big{font-size:.75rem;width:2rem;height:2rem}.cw-badged-element .cw-badge-size-big.cw-badge-shape-pill{width:unset}.cw-badged-element .cw-badge-size-big.cw-badge-position-top-right{top:-0.25rem;right:-0.525rem}.cw-badged-element .cw-badge-size-big.cw-badge-position-top-left{top:-0.625rem;left:-0.625rem}.cw-badged-element .cw-badge-size-big.cw-badge-position-bottom-right{bottom:-0.625rem;right:-0.625rem}.cw-badged-element .cw-badge-size-big.cw-badge-position-bottom-left{bottom:-0.625rem;left:-0.625rem}.cw-image-and-text-card{width:100%;padding:.5rem;background-color:#fff;border-radius:4px;scroll-margin-top:4px}.cw-image-and-text-card.with-text{padding-bottom:.7rem}.cw-image-and-text-card.selected{outline:#d51130 2px solid !important}.cw-image-and-text-card .cw-image-and-text-card--img-container{background-color:#e5e4e4;border-radius:2px}.cw-image-and-text-card .cw-image-and-text-card--img-container img{aspect-ratio:4/3;object-fit:contain;height:100%;width:100%}.cw-image-and-text-card .cw-image-and-text-card--text-container{font-size:.875rem}.cw-image-and-text-card .cw-image-and-text-card--text-container .cw-image-and-text-card--text{margin-top:.7rem;margin-bottom:0;font-weight:700;display:flex;justify-content:center}.cw-rectangle-select-area{position:relative}.cw-rectangle-select-area .cw-rectangle-protect{position:fixed;overflow:hidden;right:0;bottom:0;left:0;z-index:1030;background-color:transparent}.cw-rectangle-select-area .cw-rectangle-selection{position:absolute;border:2px solid #d51130;z-index:1029;box-sizing:border-box;background-color:rgba(213,17,48,.3)}.suggestions-container{width:100%;display:flex;align-items:center}.suggestions-container .cw-suggestion-filter{height:1.875rem;font-size:14px;font-weight:500;background-color:#e4e4e4;border:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px;margin:calc(1rem / 4);padding:calc(1rem / 2)}.cw-selection-container{width:100%;padding:calc(1rem / 2) calc(1rem * 2.5)}@media screen and (max-width: 768px){.cw-selection-container{padding:1rem}}.cw-selection-container .cw-selection.fixed-bottom,.cw-selection-container .cw-suggestion.fixed-bottom{z-index:4}.cw-selection-container .cw-selection{display:flex;align-items:center;justify-content:stretch}.cw-selection-container .cw-selection .cw-selection-actions{display:flex;justify-content:flex-end;min-width:10rem}@media screen and (max-width: 576px){.cw-selection-container .cw-selection .cw-selection-actions{min-width:6.875rem;width:100%}}.cw-selection-container .cw-selection .cw-selection-actions .cw-dam-item-actions{display:flex;justify-content:flex-end;margin:0}.cw-selection-container .cw-selection .cw-selection-title{display:flex;align-items:center;justify-content:center;min-width:10rem;flex-grow:0;flex-shrink:0}.cw-selection-container .cw-selection .cw-selection-title .cw-selection-button{color:#d51130;margin-left:calc(1rem / 2);padding:0}.cw-selection-container .cw-selection .cw-selection-title .cw-selection-button.cw-drag-button{display:flex;font-size:1.3rem;margin-left:0;margin-right:calc(1rem / 2)}.cw-selection-container .cw-selection .fa-minus-circle{font-size:1.5em}.cw-selection-container .cw-selection .cw-selection-content{flex-grow:1;display:flex;overflow:auto;margin:0 20px}.cw-selection-container .cw-selection .cw-selection-content .cw-selection-content--horizontal-scroll{display:flex}.cw-selection-container .cw-selection .cw-selection-content .cw-selection-content--horizontal-scroll .cw-selection-item{margin:0 .25rem;border:.125rem solid transparent;position:relative}.cw-selection-container .cw-selection .cw-selection-content .cw-selection-content--horizontal-scroll .cw-selection-item img{height:5rem}.cw-selection-container .cw-selection .cw-selection-content .cw-selection-content--horizontal-scroll .cw-selection-item a{display:none;z-index:2;position:absolute;top:.5rem;right:.5rem}.cw-selection-container .cw-selection .cw-selection-content .cw-selection-content--horizontal-scroll .cw-selection-item:before{top:0;right:0;bottom:0;left:0;position:absolute;z-index:1}.cw-selection-container .cw-selection .cw-selection-content .cw-selection-content--horizontal-scroll .cw-selection-item:hover{border-color:#d51130}.cw-selection-container .cw-selection .cw-selection-content .cw-selection-content--horizontal-scroll .cw-selection-item:hover a{display:block;color:#fff}.cw-selection-container .cw-selection .cw-selection-content .cw-selection-content--horizontal-scroll .cw-selection-item:hover:before{content:"";background-color:rgba(0,0,0,.5)}.vdp-datepicker__clear-button,.vdp-datepicker__calendar-button{position:absolute;top:50%;right:10px;font-size:25px;transform:translateY(-50%)}.input-group.cw-default-text-input-field{font-size:1rem;align-items:center}.input-group.cw-default-text-input-field .form-control{border-right:0}.input-group.cw-default-text-input-field .input-group-append{border-width:1px 1px 1px 0;border-color:#e4e4e4;background-color:#fff;display:flex;align-items:center;border-style:solid;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.input-group.cw-default-text-input-field .input-group-append .btn{border:none;background-color:transparent;width:2.5rem;height:100%;transition-property:background-color,color;transition-duration:150ms}.input-group.cw-default-text-input-field .input-group-append .btn:hover,.input-group.cw-default-text-input-field .input-group-append .btn:focus{background-color:#e4e4e4}@media(prefers-reduced-motion: reduce){.input-group.cw-default-text-input-field .input-group-append{transition:none}}.input-group.cw-default-text-input-field .form-control:focus+.input-group-append{border-color:#d51130}.cw-input-container--tabs legend{padding-bottom:0}.cw-input-container--input-tabs{width:100%}.cw-input-container--input-tabs .tabs{width:100%}.cw-input-container--input-tabs label{margin:0 10px 0 0}.cw-input-container--input-tabs .tab-content{margin:0 !important}.cw-input-container--input-tabs .cw-input-container-input-tabs--tabs{margin-bottom:1px !important;border:none;width:100%;display:flex;align-items:flex-end}.cw-input-container--input-tabs .cw-input-container-input-tabs--tabs .cw-input-container-input-tabs--tab{background-color:#f8f8f8;border:none;border-radius:3px 3px 0 0;color:#454545;font-size:14px;font-weight:300;letter-spacing:0;line-height:18px}.cw-input-container--input-tabs .cw-input-container-input-tabs--tabs .cw-input-container-input-tabs--tab .nav-link{border-bottom:none}.cw-input-container--input-tabs .cw-input-container-input-tabs--tabs .cw-input-container-input-tabs--tab.is-invalid .nav-link{color:#ed2c30;border-color:#ed2c30}.cw-input-container--input-tabs .cw-input-container-input-tabs--tabs .cw-input-container-input-tabs--tab:not(:last-child){margin-right:10px}.cw-input-container--input-tabs .cw-input-container-input-tabs--tabs .cw-input-container-input-tabs--tab a{padding:.3rem .5rem}.cw-input-container--input-tabs .cw-input-container-input-tabs--tabs .cw-input-container-input-tabs--tab-active{border:1px solid #e4e4e4;background-color:#fff;font-weight:normal}.cw-i18n-inputfield .cw-i18n-inputfield--label{display:flex}.cw-i18n-inputfield .cw-i18n-inputfield--label label{align-self:baseline;margin-bottom:.5rem;margin-right:.25rem}.cw-i18n-inputfield .cw-i18n-inputfield--tabs{list-style:none;margin:0;padding:0;justify-self:stretch;display:flex;justify-content:stretch}.cw-i18n-inputfield .cw-i18n-inputfield--tabs li{margin-left:.25rem;margin-right:.25rem;padding-left:.5rem;padding-right:.5rem;padding-top:calc(0.25rem - 1px);border-radius:.25rem .25rem 0 0;border:1px solid #e4e4e4;border-bottom:0;font-size:.875rem}.cw-i18n-inputfield .cw-i18n-inputfield--tabs li.active{background-color:#fff}.cw-i18n-inputfield .cw-i18n-inputfield--tabs li a{color:#3c3c3b}.cw-i18n-inputfield.cw-i18n-translating .input-group-append{position:relative}.cw-i18n-inputfield.cw-i18n-translating .input-group-append:before{display:block;z-index:5;font-family:"Font Awesome 6 Pro";content:"";font-size:1.2em;position:absolute;left:-1.5em;width:1.5em;height:1.5em;text-align:center;color:rgba(213,17,48,.7);border-radius:50%;animation:pulse-trs 1s infinite}@keyframes pulse-trs{0%{box-shadow:0 0 0 0 rgba(213,17,48,.7)}70%{box-shadow:0 0 0 10px rgba(0,0,0,0)}100%{box-shadow:0 0 0 10px rgba(0,0,0,0)}}.cw-input-i18n-btn{line-height:1}.cw-i18n-translating .input-group-append{position:relative}.cw-i18n-translating .input-group-append:before{display:block;z-index:5;font-family:"Font Awesome 6 Pro";content:"";font-size:1.2em;position:absolute;left:-1.5em;width:1.5em;height:1.5em;text-align:center;color:rgba(213,17,48,.7);border-radius:50%;animation:pulse-trs 1s infinite}@keyframes pulse-trs{0%{box-shadow:0 0 0 0 rgba(213,17,48,.7)}70%{box-shadow:0 0 0 10px rgba(0,0,0,0)}100%{box-shadow:0 0 0 10px rgba(0,0,0,0)}}.cw-boolean-filter{min-width:auto;margin-bottom:0}.cw-color-relationship{padding:.25rem 0}.cw-color-relationship .cw-color-relationship-colors{min-height:calc(2px + 0.75rem);display:flex;flex-wrap:wrap}.cw-color-relationship .cw-color-relationship-colors .cw-color-relationship-item{border:0 solid #d51130;width:.75rem;height:.75rem;cursor:pointer;box-sizing:content-box;position:relative;z-index:1}.cw-color-relationship .cw-color-relationship-colors .cw-color-relationship-item.active{box-sizing:border-box;width:.61rem;border:solid #d51130 calc(0.14rem / 2) !important;z-index:2}.cw-color-relationship .cw-color-relationship-colors .cw-color-relationship-item.active:before{position:absolute;top:-75%;left:25%;right:0;font-family:"Font Awesome 6 Pro";content:"";font-size:.5rem;text-align:center;margin-left:-2px}.cw-color-relationship .cw-color-relationship-colors .cw-color-relationship-item+.cw-color-relationship-item.active{border-left-width:2px;margin-left:-2px;width:.75rem}.cw-color-relationship .cw-color-relationship-colors .cw-color-relationship-item.active+.cw-color-relationship-item{border-left-width:2px;margin-left:-2px;width:.75rem}.cw-color-relationship .cw-color-relationship-colors .cw-color-relationship-item.active+.cw-color-relationship-item.active{border-left-width:0;width:.75rem;margin-left:0}.cw-color-relationship .cw-color-relationship-colors .cw-color-relationship-item.active:first-child{border-left-width:2px;margin-left:-2px}.cw-color-relationship .cw-color-relationship-colors .cw-color-relationship-item.active:last-child{border-right-width:2px}.navbar.layout-navbar,.navbar.filters-navbar{min-height:4.125rem;border-bottom-width:0}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar{padding:1rem 2.5rem;background-color:#f8f8f8;border:0;align-items:baseline}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .toolbar--title,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .toolbar--title{color:#1e1e1e;font-weight:600;font-size:1.125rem;padding-right:1rem}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .select-all-button,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .select-all-button{white-space:nowrap}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .select-all-button a,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .select-all-button a{color:#949494;padding-left:0}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .select-all-button.active a,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .select-all-button.active a{color:#d51130}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .nav-divider,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .nav-divider{height:1.5rem}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .sort-by-relevance-container.disabled span,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .sort-by-relevance-container.disabled span{color:#949494}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .sort-by-relevance-container.disabled .custom-switch label::before,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .sort-by-relevance-container.disabled .custom-switch label::before{background-color:#c4c4c4}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .sort-by-relevance-container span,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .sort-by-relevance-container span{align-self:center}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .sort-by-relevance-container i,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .sort-by-relevance-container i{line-height:normal;color:#949494}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings{margin-left:auto;flex-shrink:0;padding-right:0;align-items:center}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings .dropdown,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings .dropdown{height:min-content}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings .dropdown.show>.btn-outline-light.dropdown-toggle,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings .dropdown.show>.btn-outline-light.dropdown-toggle{background-color:transparent}.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings .dropdown button:hover,.navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings .dropdown button:active,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings .dropdown button:hover,.navbar.filters-navbar.cw-dam-explorer-main-pane-toolbar .cw-dam-explorer-main-pane-toolbar-settings .dropdown button:active{background-color:transparent;color:#d51130;border-color:#d51130}.navbar.cw-filters{padding:0;font-size:.875rem}.navbar.cw-filters .cw-pane-trigger{border-radius:0;color:#adb5bd;border-bottom:1px solid #f4f3f3;padding-right:1rem;font-size:15px;align-self:stretch;display:flex;align-items:center;height:4.125rem;margin-right:0}.navbar.cw-filters .cw-pane-trigger.cw-pane-border-right{border-right:1px solid #f4f3f3}.navbar.cw-filters .cw-pane-trigger .cw-pane-trigger-mobile{width:100%;display:flex;justify-content:space-between;align-items:center;color:#3c3c3b;font-weight:600}.navbar.cw-filters .cw-pane-trigger .cw-pane-trigger-mobile .cw-pane-trigger-mobile-text-wrapper{display:flex;align-items:center}.navbar.cw-filters .cw-pane-trigger .cw-pane-trigger-mobile .cw-pane-trigger-mobile-text-wrapper .cw-pane-trigger-mobile-text{font-size:1rem;margin-left:1rem}.navbar.cw-filters .cw-pane-trigger:not(:last-of-type){border-right:1px solid #f4f3f3}.navbar.cw-filters .cw-pane-trigger:hover{color:#d51130}.navbar.cw-filters .cw-pane-trigger.cw-pane-without-left-margin{margin-left:0}.navbar.cw-filters .cw-pane-trigger.cw-pane-without-right-margin{margin-right:0}@media screen and (max-width: 576px){.navbar.cw-filters .cw-pane-trigger{border-left-width:0;border-top-width:0;font-size:1.32rem;color:#3c3c3b;border-right:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;height:min-content;padding:.8rem 1rem;background-color:#f8f8f8}.navbar.cw-filters .cw-pane-trigger:first-of-type{padding-left:1rem}.navbar.cw-filters .cw-pane-trigger .fal{margin:0}.navbar.cw-filters .cw-pane-trigger:not(:last-of-type){border-color:#e4e4e4}}.navbar.cw-filters :not(.layout-navbar) .navbar-nav:not(.cw-navbar-nav-filters),.navbar.cw-filters :not(.filters-navbar) .navbar-nav:not(.cw-navbar-nav-filters){padding-top:1rem;padding-bottom:1rem}.navbar.cw-filters :not(.layout-navbar) .navbar-nav .nav-item:not(.cw-navbar-nav-filters-dropdown),.navbar.cw-filters :not(.filters-navbar) .navbar-nav .nav-item:not(.cw-navbar-nav-filters-dropdown){margin:.5rem 0}.navbar.cw-filters :not(.layout-navbar) .navbar-nav .nav-tabs>.nav-item,.navbar.cw-filters :not(.filters-navbar) .navbar-nav .nav-tabs>.nav-item{margin:0}@media screen and (max-width: 576px){.navbar.cw-filters{overflow:auto;max-height:calc(100vh - (calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + calc(1.5em + 1rem + 0px) - 0.2rem))}.navbar.cw-filters+.cw-container{margin-top:1rem}.navbar.cw-filters .layout-navbar,.navbar.cw-filters .filters-navbar{overflow:auto;margin-top:-0.2rem;border-bottom:1px solid #e4e4e4;min-height:3.245rem;height:3.245rem;padding:0 !important;align-items:center !important;flex-grow:1}.navbar.cw-filters .layout-navbar .btn,.navbar.cw-filters .filters-navbar .btn{margin-bottom:0 !important}.navbar.cw-filters .cw-clear-search{display:none}}.navbar .navbar-nav.cw-navbar-nav-filters{display:flex;flex-grow:1;flex-wrap:wrap;font-weight:400;border-bottom:1px solid #f4f3f3;border-left:1px solid #f4f3f3;padding:1.2rem 1rem .8rem 1rem;margin-top:-0.2rem}.navbar .navbar-nav.cw-navbar-nav-filters .nav-item,.cw-menu-change-lang .nav-item,.cw-navbar-nav-side-filter .nav-item{margin:0}.navbar .navbar-nav.cw-navbar-nav-filters .nav-item .nav-link,.cw-menu-change-lang .nav-item .nav-link,.cw-navbar-nav-side-filter .nav-item .nav-link{color:#3c3c3b;padding:.25rem .5rem}.navbar .navbar-nav.cw-navbar-nav-filters .nav-item.cw-outline-secondary,.cw-menu-change-lang .nav-item.cw-outline-secondary,.cw-navbar-nav-side-filter .nav-item.cw-outline-secondary{border-color:#d51130}.navbar .navbar-nav.cw-navbar-nav-filters .nav-item.cw-outline-secondary .nav-link,.cw-menu-change-lang .nav-item.cw-outline-secondary .nav-link,.cw-navbar-nav-side-filter .nav-item.cw-outline-secondary .nav-link{color:#d51130;transition:background-color,color;transition-duration:250ms}.navbar .navbar-nav.cw-navbar-nav-filters .nav-item.cw-outline-secondary .nav-link:hover,.cw-menu-change-lang .nav-item.cw-outline-secondary .nav-link:hover,.cw-navbar-nav-side-filter .nav-item.cw-outline-secondary .nav-link:hover{color:#fff;background-color:#d51130}.navbar .navbar-nav.cw-navbar-nav-filters .dropdown-toggle:after,.cw-menu-change-lang .dropdown-toggle:after,.cw-navbar-nav-side-filter .dropdown-toggle:after{margin:0 0 0 14px;color:#393939}.navbar .navbar-nav.cw-navbar-nav-filters .dropdown-toggle i:not(:first-child),.cw-menu-change-lang .dropdown-toggle i:not(:first-child),.cw-navbar-nav-side-filter .dropdown-toggle i:not(:first-child){margin:0 0 0 14px;color:#c4c4c4}.navbar .navbar-nav.cw-navbar-nav-filters .dropdown-toggle:hover,.cw-menu-change-lang .dropdown-toggle:hover,.cw-navbar-nav-side-filter .dropdown-toggle:hover{background-color:initial;color:#d51130}.navbar .navbar-nav.cw-navbar-nav-filters .dropdown-toggle:hover i,.cw-menu-change-lang .dropdown-toggle:hover i,.cw-navbar-nav-side-filter .dropdown-toggle:hover i{color:inherit}.navbar .navbar-nav.cw-navbar-nav-filters .dropdown-toggle:hover:after,.cw-menu-change-lang .dropdown-toggle:hover:after,.cw-navbar-nav-side-filter .dropdown-toggle:hover:after{color:inherit}.navbar .navbar-nav.cw-navbar-nav-filters .dropdown-toggle,.navbar .navbar-nav.cw-navbar-nav-filters .custom-switch.with-border,.cw-menu-change-lang .dropdown-toggle,.cw-menu-change-lang .custom-switch.with-border,.cw-navbar-nav-side-filter .dropdown-toggle,.cw-navbar-nav-side-filter .custom-switch.with-border{border-style:solid;border-color:#e4e4e4;border-width:1px;border-radius:.25rem;margin:0 .625rem calc(0.625rem / 2) 0}.navbar .navbar-nav.cw-navbar-nav-filters .custom-switch.with-border,.cw-menu-change-lang .custom-switch.with-border,.cw-navbar-nav-side-filter .custom-switch.with-border{padding-right:8px;padding-left:calc(2.5rem + 8px)}.navbar .navbar-nav.cw-navbar-nav-filters .form-inline .form-inline,.cw-menu-change-lang .form-inline .form-inline,.cw-navbar-nav-side-filter .form-inline .form-inline{margin:0 .625rem calc(0.625rem / 2) 0}.navbar .navbar-nav.cw-navbar-nav-filters .form-inline .form-inline:last-child,.cw-menu-change-lang .form-inline .form-inline:last-child,.cw-navbar-nav-side-filter .form-inline .form-inline:last-child{margin-right:0}.cw-navbar-nav-side-filter{display:flex;justify-content:center;align-items:center;padding-bottom:2rem}.cw-navbar-nav-side-filter .cw-navbar-nav-side-filter-title{width:100%}.cw-navbar-nav-side-filter .cw-navbar-nav-side-filter-title .cw-filter-item-dropdown-content{width:100%}.cw-navbar-nav-side-filter .cw-navbar-nav-side-filter-title .cw-navbar-nav-filters-dropdown{width:90%}.cw-navbar-nav-side-filter .cw-navbar-nav-side-filter-title .cw-navbar-nav-filters-dropdown .dropdown-toggle{margin-right:0}.cw-navbar-nav-side-filter .cw-navbar-nav-side-filter-title .cw-side-filter-button-icon{color:#c4c4c4;display:flex;justify-content:center;align-items:center}.cw-navbar-nav-side-filter .cw-navbar-nav-side-filter-title .cw-side-filter-button-text{width:75%;display:inline-block}.navbar-nav .cw-navbar-nav-filters-dropdown .list-group .cw-tree-item-toggle,.navbar-nav .cw-filters-tree-relationship-container .list-group .cw-tree-item-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .list-group .cw-tree-item-toggle,.cw-dam-tree-explorer .cw-filters-tree-relationship-container .list-group .cw-tree-item-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .list-group .cw-tree-item-toggle,.cw-dam-advanced-search-panel .cw-filters-tree-relationship-container .list-group .cw-tree-item-toggle{margin-right:.4rem;margin-left:.15rem}.navbar-nav .cw-navbar-nav-filters-dropdown .list-group .list-group-item,.navbar-nav .cw-filters-tree-relationship-container .list-group .list-group-item,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .list-group .list-group-item,.cw-dam-tree-explorer .cw-filters-tree-relationship-container .list-group .list-group-item,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .list-group .list-group-item,.cw-dam-advanced-search-panel .cw-filters-tree-relationship-container .list-group .list-group-item{padding-left:0}.navbar-nav .cw-navbar-nav-filters-dropdown .list-group .list-group-item .list-group-item,.navbar-nav .cw-filters-tree-relationship-container .list-group .list-group-item .list-group-item,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .list-group .list-group-item .list-group-item,.cw-dam-tree-explorer .cw-filters-tree-relationship-container .list-group .list-group-item .list-group-item,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .list-group .list-group-item .list-group-item,.cw-dam-advanced-search-panel .cw-filters-tree-relationship-container .list-group .list-group-item .list-group-item{padding-left:1.25rem;padding-right:0}.navbar-nav .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper,.navbar-nav .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper,.cw-dam-tree-explorer .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper,.cw-dam-advanced-search-panel .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.navbar-nav .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper .custom-control,.navbar-nav .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper .custom-control,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper .custom-control,.cw-dam-tree-explorer .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper .custom-control,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper .custom-control,.cw-dam-advanced-search-panel .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper .custom-control{max-width:100%}.navbar-nav .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper .custom-control .custom-control-label,.navbar-nav .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper .custom-control .custom-control-label,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper .custom-control .custom-control-label,.cw-dam-tree-explorer .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper .custom-control .custom-control-label,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper .custom-control .custom-control-label,.cw-dam-advanced-search-panel .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper .custom-control .custom-control-label{max-width:100%;display:flex}.navbar-nav .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper .cw-item-wrapper--text,.navbar-nav .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper .cw-item-wrapper--text,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper .cw-item-wrapper--text,.cw-dam-tree-explorer .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper .cw-item-wrapper--text,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .list-group .list-group-item .cw-item-wrapper .cw-item-wrapper--text,.cw-dam-advanced-search-panel .cw-filters-tree-relationship-container .list-group .list-group-item .cw-item-wrapper .cw-item-wrapper--text{display:block;max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-nav .cw-navbar-nav-filters-dropdown.cw-active .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.cw-active .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.cw-active .dropdown-toggle{border-top:2px solid #d51130;margin-top:-1px}.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-menu,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .dropdown-menu,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .dropdown-menu{border-color:#f4f3f3;border-radius:0;margin:0;padding:0;font-size:14px;color:#454545;line-height:24px;max-height:calc(100vh - 210px);overflow-y:auto;overflow-x:hidden;background-clip:border-box}.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-menu .b-dropdown-form,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .dropdown-menu .b-dropdown-form,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .dropdown-menu .b-dropdown-form{padding:.5em .875em}.navbar-nav .cw-navbar-nav-filters-dropdown .input-group,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .input-group,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .input-group{justify-content:space-between}.navbar-nav .cw-navbar-nav-filters-dropdown .input-group .custom-control,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .input-group .custom-control,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .input-group .custom-control{display:flex;align-items:center}.navbar-nav .cw-navbar-nav-filters-dropdown.form-control,.navbar-nav .cw-navbar-nav-filters-dropdown .form-control,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.form-control,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .form-control,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.form-control,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .form-control{border-width:1px}.navbar-nav .cw-navbar-nav-filters-dropdown.form-control:not(:first-child):not(.b-calendar-grid),.navbar-nav .cw-navbar-nav-filters-dropdown .form-control:not(:first-child):not(.b-calendar-grid),.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.form-control:not(:first-child):not(.b-calendar-grid),.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .form-control:not(:first-child):not(.b-calendar-grid),.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.form-control:not(:first-child):not(.b-calendar-grid),.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .form-control:not(:first-child):not(.b-calendar-grid){margin:0 0 0 .75rem}.navbar-nav .cw-navbar-nav-filters-dropdown.form-control:not(:first-child):not(.b-calendar-grid):not([type=search]),.navbar-nav .cw-navbar-nav-filters-dropdown .form-control:not(:first-child):not(.b-calendar-grid):not([type=search]),.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.form-control:not(:first-child):not(.b-calendar-grid):not([type=search]),.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .form-control:not(:first-child):not(.b-calendar-grid):not([type=search]),.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.form-control:not(:first-child):not(.b-calendar-grid):not([type=search]),.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .form-control:not(:first-child):not(.b-calendar-grid):not([type=search]){max-width:70%}.navbar-nav .cw-navbar-nav-filters-dropdown .form-control[type=search],.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .form-control[type=search],.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .form-control[type=search]{padding:0;height:auto;border-bottom:1px solid #3c3c3b}.navbar-nav .cw-navbar-nav-filters-dropdown .form-control[type=search]::placeholder,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .form-control[type=search]::placeholder,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .form-control[type=search]::placeholder{color:#454545;font-size:14px}.navbar-nav .cw-navbar-nav-filters-dropdown .form-control.b-calendar-grid,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown .form-control.b-calendar-grid,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown .form-control.b-calendar-grid{border-bottom:0;margin:0}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-primary .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-primary .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-primary .dropdown-toggle{border-color:#636363}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-primary .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-primary .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-primary .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-secondary .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-secondary .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-secondary .dropdown-toggle{border-color:#d51130}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-secondary .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-secondary .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-secondary .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-success .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-success .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-success .dropdown-toggle{border-color:#28a745}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-success .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-success .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-success .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-info .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-info .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-info .dropdown-toggle{border-color:#17a2b8}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-info .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-info .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-info .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-warning .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-warning .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-warning .dropdown-toggle{border-color:#ffc107}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-warning .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-warning .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-warning .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-danger .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-danger .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-danger .dropdown-toggle{border-color:#ed2c30}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-danger .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-danger .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-danger .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-light .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-light .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-light .dropdown-toggle{border-color:#e4e4e4}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-light .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-light .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-light .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-dark .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-dark .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-dark .dropdown-toggle{border-color:#3c3c3b}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-dark .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-dark .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-dark .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-background .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-background .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-background .dropdown-toggle{border-color:#f8f8f8}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-background .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-background .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-background .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-extralight .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-extralight .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-extralight .dropdown-toggle{border-color:#fafafa}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-extralight .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-extralight .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-extralight .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-gray .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-gray .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-gray .dropdown-toggle{border-color:#c4c4c4}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-gray .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-gray .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-gray .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-lightgray .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-lightgray .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-lightgray .dropdown-toggle{border-color:#f4f3f3}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-lightgray .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-lightgray .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-lightgray .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-lightsilver .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-lightsilver .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-lightsilver .dropdown-toggle{border-color:#d8d8d8}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-lightsilver .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-lightsilver .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-lightsilver .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-neutral .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-neutral .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-neutral .dropdown-toggle{border-color:#c4c4c4}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-neutral .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-neutral .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-neutral .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-white .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-white .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-white .dropdown-toggle{border-color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-white .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-white .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-white .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-delete-red .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-delete-red .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-delete-red .dropdown-toggle{border-color:#ed2c30}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-delete-red .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-delete-red .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-delete-red .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-gray-navy .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-gray-navy .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-gray-navy .dropdown-toggle{border-color:#949494}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-gray-navy .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-gray-navy .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-gray-navy .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-platinum .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-platinum .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-platinum .dropdown-toggle{border-color:#e4e4e4}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-platinum .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-platinum .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-platinum .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-base-black .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-base-black .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-base-black .dropdown-toggle{border-color:#1e1e1e}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-base-black .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-base-black .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-base-black .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-wedia-blue .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-wedia-blue .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-wedia-blue .dropdown-toggle{border-color:#1463ff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-wedia-blue .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-wedia-blue .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-wedia-blue .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-info-blue .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-info-blue .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-info-blue .dropdown-toggle{border-color:#f1f6ff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-info-blue .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-info-blue .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-info-blue .dropdown-toggle:hover{color:#fff}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-warning-icon-orange .dropdown-toggle,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-warning-icon-orange .dropdown-toggle,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-warning-icon-orange .dropdown-toggle{border-color:#ffa113}.navbar-nav .cw-navbar-nav-filters-dropdown.outline-warning-icon-orange .dropdown-toggle:hover,.cw-dam-tree-explorer .cw-navbar-nav-filters-dropdown.outline-warning-icon-orange .dropdown-toggle:hover,.cw-dam-advanced-search-panel .cw-navbar-nav-filters-dropdown.outline-warning-icon-orange .dropdown-toggle:hover{color:#fff}@media screen and (max-width: 576px){.navbar-nav.cw-navbar-nav-filters{padding:0 1rem !important;margin:0 !important;flex-direction:column !important;border-left-width:0 !important;background-color:#f8f8f8}.navbar-nav.cw-navbar-nav-filters .cw-inline-boolean-filter{padding-top:1rem}.navbar-nav.cw-navbar-nav-filters .cw-filter-title,.navbar-nav.cw-navbar-nav-filters .list-group-item{padding-top:.4rem;padding-bottom:.4rem}.navbar-nav .cw-navbar-nav-filters-dropdown{max-width:calc(100vw - 2 * 1rem)}.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-toggle.nav-link{border-width:0 0 1px 0;border-color:#e4e4e4;color:#3c3c3b !important;display:flex;justify-content:space-between;align-items:center;margin:0;padding:1rem 0 !important;background-color:#f8f8f8 !important;position:sticky;top:0;z-index:1001}.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-toggle.nav-link .cw-navbar-nav-filters-additional{width:100%;text-align:center}.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-menu.cw-filter-item-dropdown-content{max-height:max-content;position:relative;top:0;background-color:transparent;border-width:0}.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-menu.cw-filter-item-dropdown-content .b-dropdown-form{padding-left:0;padding-right:0;border-width:0 0 1px 0;border-bottom:1px solid #e4e4e4}.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-menu.cw-filter-item-dropdown-content .tabs,.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-menu.cw-filter-item-dropdown-content .cw-wrapping-component{flex-direction:column !important}.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-menu.cw-filter-item-dropdown-content .list-group-item,.navbar-nav .cw-navbar-nav-filters-dropdown .dropdown-menu.cw-filter-item-dropdown-content .list-group-item .form-control{background-color:transparent}}.w-53{width:53% !important}.first-letter-upper label::first-letter{text-transform:uppercase}.tabs .col-auto{padding:0}.tabs .col-auto .nav-tabs{border-bottom:0}.tabs .col-auto .nav-tabs .nav-item .nav-link{outline:none}.tabs .col-auto .nav-tabs .nav-item .nav-link.active,.tabs .col-auto .nav-tabs .nav-item .nav-link.active:hover{color:#d51130}.tabs .col-auto .nav-tabs .nav-item .nav-link.active .title-wrapper i,.tabs .col-auto .nav-tabs .nav-item .nav-link.active:hover .title-wrapper i{visibility:visible}.tabs .col-auto .nav-tabs .nav-item .nav-link.active .title-wrapper .filter-count,.tabs .col-auto .nav-tabs .nav-item .nav-link.active:hover .title-wrapper .filter-count{display:flex;align-self:center}.tabs .col-auto .nav-tabs .nav-item .nav-link.active .title-wrapper .wrapped-input .custom-control-label:before{border-color:#d51130}.tabs .col-auto .nav-tabs .nav-item .nav-link .title-wrapper{display:flex;flex-wrap:nowrap;align-items:baseline;line-height:1.8}.tabs .col-auto .nav-tabs .nav-item .nav-link .title-wrapper .wrapped-input .custom-control{display:block;margin-right:.25rem}.tabs .col-auto .nav-tabs .nav-item .nav-link .title-wrapper .wrapped-title{flex-grow:1;font-weight:600}.tabs .col-auto .nav-tabs .nav-item .nav-link .title-wrapper i{visibility:hidden;font-size:.875rem}.cw-filters-relationship .list-group-item{white-space:nowrap;line-height:1.75}.cw-filters-tree-container{margin-right:1.25rem}.cw-filters-tree-container .list-group-item{padding-right:0}.cw-filters-tree-container .cw-tree-item-toggle{margin-right:.4rem;margin-left:.15rem;color:#000}.cw-filters-tree-depth-container{margin:-0.5em -0.875em}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--empty{display:flex;align-items:center;justify-content:center;color:#454545;font-weight:300;letter-spacing:0;height:40px;padding:12px 18px !important}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--root{border-radius:0;color:#454545;font-weight:300;letter-spacing:0;font-size:13px;height:40px;border-bottom:1px solid #e4e4e4;padding:12px 0 12px 18px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--root>div{min-width:28px;max-width:255px}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--root>div>div>i{color:#adb5bd;font-weight:500}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--root>i{font-size:15px}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--root p{line-height:15px}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--item{display:flex;align-items:center;height:40px;padding:12px 18px !important}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--item:hover{cursor:pointer;background-color:#f4f3f3;color:#d51130}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--item.active{background-color:#f4f3f3;color:#d51130}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--item .in-path-indicator{color:#d51130}.cw-filters-tree-depth-container .cw-depth-tree-relationship-navigator .cw-depth-tree-relationship-navigator--item .subfolder-indicator{margin-right:-12px;padding-left:5px}.cw-wrapping-component{flex-wrap:nowrap;display:flex;flex-direction:column}.cw-wrapping-component.cw-wrapping-component-horizontal{flex-direction:row}.cw-wrapping-component.cw-wrapping-component-horizontal>span{display:flex}@media screen and (max-width: 576px){.cw-wrapping-component.cw-wrapping-component-horizontal>span{flex-direction:column}}.cw-wrapping-component.cw-wrapping-component-horizontal.flex-column{flex-direction:column}.cw-wrapping-component.cw-wrapping-component-horizontal.flex-column>span{display:flex;flex-direction:column}.cw-wrapping-component .cw-wrapped-component{min-width:300px}.cw-wrapping-component-ai .cw-wrapped-component{min-width:180px}.cw-filter-title{font-size:.875rem;font-weight:600;margin-bottom:0;padding:.25rem 1.25rem .25rem 0;white-space:nowrap}.cw-filter-title+div .cw-filters-relationship-search{margin-top:0}.cw-filters .cw-number-filter span{align-items:center;display:inline-flex}.cw-filters .cw-inline-boolean-filter,.cw-dam-tree-explorer-item .cw-inline-boolean-filter{align-items:center;padding-bottom:calc(0.625rem / 2)}.cw-filters .cw-filters-relationship-search,.cw-dam-tree-explorer-item .cw-filters-relationship-search{position:sticky;top:0;z-index:2;margin-top:-0.5rem;padding-top:.5rem;padding-bottom:.5rem}.cw-filters .cw-filters-relationship-search .input-group .input-group-prepend i,.cw-dam-tree-explorer-item .cw-filters-relationship-search .input-group .input-group-prepend i{font-size:1.7em;color:#c4c4c4}.cw-filters .cw-filters-relationship-search .form-control,.cw-dam-tree-explorer-item .cw-filters-relationship-search .form-control{border-color:transparent transparent #e4e4e4 transparent}.cw-filters .cw-filters-relationship-search .form-control:focus,.cw-dam-tree-explorer-item .cw-filters-relationship-search .form-control:focus{border-color:transparent transparent #d51130 transparent}.cw-filters .form-control,.cw-dam-tree-explorer-item .form-control{padding:0 .2rem;border-radius:0;height:auto}.cw-filters .custom-radio,.cw-dam-tree-explorer-item .custom-radio{line-height:28px}.cw-filters .badge,.cw-dam-tree-explorer-item .badge{border-radius:4px;opacity:.5}.cw-filters .cw-filter-item-dropdown-content .b-dropdown-form>div,.cw-filters .cw-filter-item-dropdown-content b-dropdown-form>fieldset,.cw-dam-tree-explorer-item .cw-filter-item-dropdown-content .b-dropdown-form>div,.cw-dam-tree-explorer-item .cw-filter-item-dropdown-content b-dropdown-form>fieldset{min-width:300px}.cw-filters .cw-filter-item-dropdown-content .cw-column-wrapper,.cw-filters .cw-filters-tree-container .cw-column-wrapper,.cw-dam-tree-explorer-item .cw-filter-item-dropdown-content .cw-column-wrapper,.cw-dam-tree-explorer-item .cw-filters-tree-container .cw-column-wrapper{padding-left:0px}.cw-filters .cw-filter-item-dropdown-content .cw-column-wrapper>div,.cw-filters .cw-filters-tree-container .cw-column-wrapper>div,.cw-dam-tree-explorer-item .cw-filter-item-dropdown-content .cw-column-wrapper>div,.cw-dam-tree-explorer-item .cw-filters-tree-container .cw-column-wrapper>div{padding-right:10px;display:inline-block}.cw-filters .cw-filter-item-dropdown-content .cw-column-wrapper>div .label-with-separator,.cw-filters .cw-filters-tree-container .cw-column-wrapper>div .label-with-separator,.cw-dam-tree-explorer-item .cw-filter-item-dropdown-content .cw-column-wrapper>div .label-with-separator,.cw-dam-tree-explorer-item .cw-filters-tree-container .cw-column-wrapper>div .label-with-separator{padding-right:10px}.cw-filters .cw-filter-item-dropdown-content .cw-column-wrapper>div>div,.cw-filters .cw-filters-tree-container .cw-column-wrapper>div>div,.cw-dam-tree-explorer-item .cw-filter-item-dropdown-content .cw-column-wrapper>div>div,.cw-dam-tree-explorer-item .cw-filters-tree-container .cw-column-wrapper>div>div{display:inline-block}.cw-aggregates-attenuates-if-no-results .cw-aggregates-no-results{color:#d3d3d3}.first-letter-upper::first-letter{text-transform:uppercase}.cw-svg-icon{height:1em}.btn.btn-outline-primary svg{fill:#636363}.btn.btn-outline-primary:hover svg{fill:#fff}.btn.btn-outline-secondary svg{fill:#d51130}.btn.btn-outline-secondary:hover svg{fill:#fff}.btn.btn-outline-success svg{fill:#28a745}.btn.btn-outline-success:hover svg{fill:#fff}.btn.btn-outline-info svg{fill:#17a2b8}.btn.btn-outline-info:hover svg{fill:#fff}.btn.btn-outline-warning svg{fill:#ffc107}.btn.btn-outline-warning:hover svg{fill:#3c3c3b}.btn.btn-outline-danger svg{fill:#ed2c30}.btn.btn-outline-danger:hover svg{fill:#fff}.btn.btn-outline-light svg{fill:#e4e4e4}.btn.btn-outline-light:hover svg{fill:#3c3c3b}.btn.btn-outline-dark svg{fill:#3c3c3b}.btn.btn-outline-dark:hover svg{fill:#fff}.btn.btn-outline-background svg{fill:#f8f8f8}.btn.btn-outline-background:hover svg{fill:#3c3c3b}.btn.btn-outline-extralight svg{fill:#fafafa}.btn.btn-outline-extralight:hover svg{fill:#3c3c3b}.btn.btn-outline-gray svg{fill:#c4c4c4}.btn.btn-outline-gray:hover svg{fill:#3c3c3b}.btn.btn-outline-lightgray svg{fill:#f4f3f3}.btn.btn-outline-lightgray:hover svg{fill:#3c3c3b}.btn.btn-outline-lightsilver svg{fill:#d8d8d8}.btn.btn-outline-lightsilver:hover svg{fill:#3c3c3b}.btn.btn-outline-neutral svg{fill:#c4c4c4}.btn.btn-outline-neutral:hover svg{fill:#3c3c3b}.btn.btn-outline-white svg{fill:#fff}.btn.btn-outline-white:hover svg{fill:#3c3c3b}.btn.btn-outline-delete-red svg{fill:#ed2c30}.btn.btn-outline-delete-red:hover svg{fill:#fff}.btn.btn-outline-gray-navy svg{fill:#949494}.btn.btn-outline-gray-navy:hover svg{fill:#fff}.btn.btn-outline-platinum svg{fill:#e4e4e4}.btn.btn-outline-platinum:hover svg{fill:#3c3c3b}.btn.btn-outline-base-black svg{fill:#1e1e1e}.btn.btn-outline-base-black:hover svg{fill:#fff}.btn.btn-outline-wedia-blue svg{fill:#1463ff}.btn.btn-outline-wedia-blue:hover svg{fill:#fff}.btn.btn-outline-info-blue svg{fill:#f1f6ff}.btn.btn-outline-info-blue:hover svg{fill:#3c3c3b}.btn.btn-outline-warning-icon-orange svg{fill:#ffa113}.btn.btn-outline-warning-icon-orange:hover svg{fill:#3c3c3b}.cw-btn-group-outline-bg-platinum-white-secondary{border:1px solid #e4e4e4;border-radius:.25rem}.cw-btn-group-outline-bg-platinum-white-secondary .btn{border:1px solid transparent;margin:-1px}.cw-btn-group-outline-bg-platinum-white-secondary .btn:hover{background-color:#d51130;color:#fff}.cw-btn-group-outline-bg-platinum-white-secondary .btn:hover svg{fill:#fff}.cw-btn-group-outline-bg-platinum-white-secondary .btn.active{background-color:#d51130;border-color:#d51130;color:#fff}.cw-btn-group-outline-bg-platinum-white-secondary .btn.active svg{fill:#fff}.cw-btn-group-outline-gray-secondary{border:1px solid #c4c4c4;border-radius:.25rem}.cw-btn-group-outline-gray-secondary .btn{border:1px solid transparent;margin:-1px;color:#c4c4c4}.cw-btn-group-outline-gray-secondary .btn svg{fill:#c4c4c4}.cw-btn-group-outline-gray-secondary .btn:hover{color:#d51130}.cw-btn-group-outline-gray-secondary .btn:hover svg{fill:#d51130}.cw-btn-group-outline-gray-secondary .btn.active{border-color:#d51130;color:#d51130}.cw-btn-group-outline-gray-secondary .btn.active svg{fill:#d51130}.cw-dynamic-nav-header{flex-direction:column;background-color:#fff;padding:0 1rem}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav{display:grid;grid-template-columns:auto 1fr auto;border-bottom:none;justify-content:space-between}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-container{width:100%;overflow:hidden;position:relative}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-container .fade-left,.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-container .fade-right{position:absolute;top:0;bottom:5px;width:9rem;pointer-events:none;z-index:1}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-container .fade-left{left:-3rem;background:linear-gradient(to right, #f8f8f8, rgba(255, 255, 255, 0))}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-container .fade-right{right:-3rem;background:linear-gradient(to left, #f8f8f8, rgba(255, 255, 255, 0))}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-item:first-of-type>a{margin-left:0}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-btn{border-radius:0;width:fit-content;color:#1e1e1e}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-link{padding-left:0;margin-left:.5rem;padding-right:0;margin-right:.5rem}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-btn:disabled{color:#949494}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-item>a{color:#646464 !important}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-item>a.active{color:#3c3c3b !important}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav{flex-wrap:nowrap;overflow-x:scroll}.cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav>li{white-space:nowrap}.cw-dynamic-nav-header.cw-dynamic-nav-header--scrolling .nav-container .cw-dynamic-nav-header-nav .nav-item a.active{border-bottom:unset !important}.cw-dynamic-nav-header .cw-dynamic-nav-header-nav{width:100%;padding:0}.cw-dynamic-nav-header .cw-dynamic-nav-header-nav .nav-item a{color:#949494;font-weight:600;font-size:1rem;border-bottom:1px solid #e4e4e4}.cw-dynamic-nav-header .cw-dynamic-nav-header-nav .nav-item a:not(.active){margin-top:1px}.cw-dynamic-nav-header .cw-dynamic-nav-header-nav .nav-item a.active{color:#3c3c3b;border-bottom:2px solid #d51130}.cw-dynamic-nav-header .cw-dynamic-nav-header-nav .cw-error-marker{transform:scale(0.5);width:auto;margin-left:5px;display:inline-block;transition:transform .5s ease 0s,width .5s ease 0s}.cw-dynamic-nav-header .cw-dynamic-nav-header-nav .cw-error-marker.no-display{width:0;margin-left:0;transform:scale(0)}.form-group.cw-input-container{margin-bottom:1rem}.form-group.cw-input-container .cw-relationship-input{flex-grow:1;border-bottom-right-radius:0;border-bottom-left-radius:0;border-right:0}.form-group.cw-input-container .form-control:not(.is-invalid),.form-group.cw-input-container .multiselect__tags{border-right:0}.form-group.cw-input-container .form-control,.form-group.cw-input-container .custom-control-input,.form-group.cw-input-container .custom-radio,.form-group.cw-input-container .custom-file-input,.form-group.cw-input-container .custom-checkbox{border-color:#e4e4e4}.form-group.cw-input-container .form-control~.custom-file-label,.form-group.cw-input-container .custom-control-input~.custom-file-label,.form-group.cw-input-container .custom-radio~.custom-file-label,.form-group.cw-input-container .custom-file-input~.custom-file-label,.form-group.cw-input-container .custom-checkbox~.custom-file-label{color:#6c757d;border-color:#e4e4e4}.form-group.cw-input-container .form-control .btn,.form-group.cw-input-container .custom-control-input .btn,.form-group.cw-input-container .custom-radio .btn,.form-group.cw-input-container .custom-file-input .btn,.form-group.cw-input-container .custom-checkbox .btn{color:#d51130}.form-group.cw-input-container .form-control~.custom-control-label,.form-group.cw-input-container .custom-control-input~.custom-control-label,.form-group.cw-input-container .custom-radio~.custom-control-label,.form-group.cw-input-container .custom-file-input~.custom-control-label,.form-group.cw-input-container .custom-checkbox~.custom-control-label{color:inherit;border-color:#e4e4e4}.form-group.cw-input-container .form-control~.custom-control-label::before,.form-group.cw-input-container .custom-control-input~.custom-control-label::before,.form-group.cw-input-container .custom-radio~.custom-control-label::before,.form-group.cw-input-container .custom-file-input~.custom-control-label::before,.form-group.cw-input-container .custom-checkbox~.custom-control-label::before{top:50%;transform:translateY(-50%)}.form-group.cw-input-container .form-control~.custom-control-label::after,.form-group.cw-input-container .custom-control-input~.custom-control-label::after,.form-group.cw-input-container .custom-radio~.custom-control-label::after,.form-group.cw-input-container .custom-file-input~.custom-control-label::after,.form-group.cw-input-container .custom-checkbox~.custom-control-label::after{top:50%;transform:translateY(-50%)}.form-group.cw-input-container .form-control:checked~.custom-control-label::before,.form-group.cw-input-container .form-control:indeterminate~.custom-control-label::before,.form-group.cw-input-container .custom-control-input:checked~.custom-control-label::before,.form-group.cw-input-container .custom-control-input:indeterminate~.custom-control-label::before,.form-group.cw-input-container .custom-radio:checked~.custom-control-label::before,.form-group.cw-input-container .custom-radio:indeterminate~.custom-control-label::before,.form-group.cw-input-container .custom-file-input:checked~.custom-control-label::before,.form-group.cw-input-container .custom-file-input:indeterminate~.custom-control-label::before,.form-group.cw-input-container .custom-checkbox:checked~.custom-control-label::before,.form-group.cw-input-container .custom-checkbox:indeterminate~.custom-control-label::before{border-color:#d51130}.form-group.cw-input-container .form-control:not(checked)~.custom-control-label::before,.form-group.cw-input-container .custom-control-input:not(checked)~.custom-control-label::before,.form-group.cw-input-container .custom-radio:not(checked)~.custom-control-label::before,.form-group.cw-input-container .custom-file-input:not(checked)~.custom-control-label::before,.form-group.cw-input-container .custom-checkbox:not(checked)~.custom-control-label::before{border-color:#e4e4e4}.form-group.cw-input-container .form-control.is-valid,.form-group.cw-input-container .form-control.is-invalid,.form-group.cw-input-container .custom-control-input.is-valid,.form-group.cw-input-container .custom-control-input.is-invalid,.form-group.cw-input-container .custom-radio.is-valid,.form-group.cw-input-container .custom-radio.is-invalid,.form-group.cw-input-container .custom-file-input.is-valid,.form-group.cw-input-container .custom-file-input.is-invalid,.form-group.cw-input-container .custom-checkbox.is-valid,.form-group.cw-input-container .custom-checkbox.is-invalid{background-image:none;padding-right:inherit}.form-group.cw-input-container .form-control.is-valid:checked~.custom-control-label::before,.form-group.cw-input-container .form-control.is-invalid:checked~.custom-control-label::before,.form-group.cw-input-container .custom-control-input.is-valid:checked~.custom-control-label::before,.form-group.cw-input-container .custom-control-input.is-invalid:checked~.custom-control-label::before,.form-group.cw-input-container .custom-radio.is-valid:checked~.custom-control-label::before,.form-group.cw-input-container .custom-radio.is-invalid:checked~.custom-control-label::before,.form-group.cw-input-container .custom-file-input.is-valid:checked~.custom-control-label::before,.form-group.cw-input-container .custom-file-input.is-invalid:checked~.custom-control-label::before,.form-group.cw-input-container .custom-checkbox.is-valid:checked~.custom-control-label::before,.form-group.cw-input-container .custom-checkbox.is-invalid:checked~.custom-control-label::before{background-color:inherit}.form-group.cw-input-container .form-control.is-invalid,.form-group.cw-input-container .form-control.is-invalid~.custom-control-label::before,.form-group.cw-input-container .custom-control-input.is-invalid,.form-group.cw-input-container .custom-control-input.is-invalid~.custom-control-label::before,.form-group.cw-input-container .custom-radio.is-invalid,.form-group.cw-input-container .custom-radio.is-invalid~.custom-control-label::before,.form-group.cw-input-container .custom-file-input.is-invalid,.form-group.cw-input-container .custom-file-input.is-invalid~.custom-control-label::before,.form-group.cw-input-container .custom-checkbox.is-invalid,.form-group.cw-input-container .custom-checkbox.is-invalid~.custom-control-label::before{border-color:#ed2c30}.form-group.cw-input-container .custom-radio{background-color:transparent}.form-group.cw-input-container .custom-radio .custom-control-input .custom-control-label::before,.form-group.cw-input-container .custom-radio .custom-control-input:indeterminate~.custom-control-label::before{border-color:#e4e4e4}.form-group.cw-input-container .custom-radio .custom-control-input:checked~.custom-control-label::before{border-color:#d51130}.form-group.cw-input-container .form-group{margin-bottom:0}.form-group.cw-input-container .col-form-label{padding-bottom:calc(0.25em + 1px)}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input{font-size:1rem}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input input{line-height:2}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .cw-relationship-tree-input .cw-selection{line-height:3;color:#6c757d;font-size:.875rem;position:absolute;flex:1 1 auto;padding:.25rem .5rem}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .cw-relationship-tree-input .cw-selection+input[type=text],.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .cw-relationship-tree-input .cw-selection+input[type=search]{background-color:transparent}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .cw-relationship-tree-input .cw-selection+input[type=text][disabled=disabled],.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .cw-relationship-tree-input .cw-selection+input[type=search][disabled=disabled]{background-color:#f4f3f3}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .cw-relationship-tree-input .cw-default-text-input-field{height:100%;background-color:#fff}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .cw-relationship-tree-input .cw-default-text-input-field>*{min-height:40px}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .cw-relationship-tree-input .cw-default-text-input-field input.form-control:not(:first-child){border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .tree-no-result,.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .cursor-no-result{font-size:.875rem;padding-left:.5rem}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .input-group-append{border-width:1px;border-color:#e4e4e4;border-left-color:#fff;background-color:#fff;display:flex;align-items:center;border-style:solid;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .input-group-append .cw-input-container-input--clear{border:none}@media(prefers-reduced-motion: reduce){.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .input-group-append{transition:none}}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .input-group-append .btn-sm,.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .input-group-append .btn-group-sm>.btn{line-height:1}.form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .is-invalid+.input-group-append{border-color:#ed2c30;border-left-color:#fff}.form-group.cw-input-container.cw-input-container--select .input-group-append button{border:none}.form-group.cw-input-container.cw-input-container--radio-group .custom-control-label::before,.form-group.cw-input-container.cw-input-container--radio-group .custom-control-label::after,.form-group.cw-input-container.cw-input-container--checkbox-group .custom-control-label::before,.form-group.cw-input-container.cw-input-container--checkbox-group .custom-control-label::after{top:50%;transform:translateY(-50%);margin-left:5px}.form-group.cw-input-container.cw-input-container--radio-group .custom-control-label::before,.form-group.cw-input-container.cw-input-container--checkbox-group .custom-control-label::before{border-color:#e4e4e4;background-color:#fff}.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--radio,.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--checkbox,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--radio,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--checkbox{display:flex;flex-wrap:wrap;padding-right:15px}.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--radio .custom-control,.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--checkbox .custom-control,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--radio .custom-control,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--checkbox .custom-control{width:calc(50% - 16px)}.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--radio .custom-control .custom-control-label,.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--checkbox .custom-control .custom-control-label,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--radio .custom-control .custom-control-label,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--checkbox .custom-control .custom-control-label{width:100%;height:71px}.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--radio .cw-input--config-display--radio,.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--radio .cw-input--config-display--checkbox,.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--checkbox .cw-input--config-display--radio,.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--checkbox .cw-input--config-display--checkbox,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--radio .cw-input--config-display--radio,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--radio .cw-input--config-display--checkbox,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--checkbox .cw-input--config-display--radio,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--checkbox .cw-input--config-display--checkbox{height:61px;margin:5px;margin-left:-1.5rem;padding:5px;padding-left:1.5rem;background-color:#fff;border-radius:5px;border:.5px solid #e4e4e4}.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--radio .cw-input--config-display--radio img,.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--radio .cw-input--config-display--checkbox img,.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--checkbox .cw-input--config-display--radio img,.form-group.cw-input-container.cw-input-container--radio-group .cw-input-container--config-display--checkbox .cw-input--config-display--checkbox img,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--radio .cw-input--config-display--radio img,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--radio .cw-input--config-display--checkbox img,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--checkbox .cw-input--config-display--radio img,.form-group.cw-input-container.cw-input-container--checkbox-group .cw-input-container--config-display--checkbox .cw-input--config-display--checkbox img{width:50px;height:50px;object-fit:cover}.form-group.cw-input-container .cw-input-container--config-display--multiselect .cw-input--config-display--multiselect img{width:50px;height:50px;object-fit:cover}.form-group.cw-input-container.cw-input-container--radio-group .input-group-append,.form-group.cw-input-container.cw-input-container--checkbox-group .input-group-append,.form-group.cw-input-container.cw-input-container--switch .input-group-append{position:absolute;right:0}.form-group.cw-input-container.cw-input-container--radio-group .input-group-append .cw-input-container-input--clear,.form-group.cw-input-container.cw-input-container--checkbox-group .input-group-append .cw-input-container-input--clear,.form-group.cw-input-container.cw-input-container--switch .input-group-append .cw-input-container-input--clear{display:flex;align-items:flex-start}.form-group.cw-input-container.cw-input-container--textarea .cw-input-container--input .input-group-append{align-items:baseline !important}.form-group.cw-input-container.cw-input-container--datepicker .bv-no-focus-ring{display:flex;flex-wrap:wrap}.form-group.cw-input-container.cw-input-container--datepicker .bv-no-focus-ring .input-group fieldset{margin-bottom:0}.form-group.cw-input-container.cw-input-container--datepicker .bv-no-focus-ring fieldset{flex:1 1 auto}.form-group.cw-input-container.cw-input-container--datepicker .cw-input-container-datepicker--durations .btn{font-size:.875rem;font-weight:300;margin:0 5px}.form-group.cw-input-container.cw-input-container--datepicker .cw-input-container-datepicker--durations .btn:first-child{margin:0 5px 0 10px}.form-group.cw-input-container.cw-input-container--datepicker .cw-input-container-datepicker--durations legend{font-size:.875rem;font-weight:300}.form-group.cw-input-container.cw-input-container--datepicker .cw-input-container-datepicker--text{color:#3c3c3b;font-size:.875rem;font-weight:300}.form-group.cw-input-container.cw-input-container--datepicker .cw-input-container-datepicker--text.disabled{pointer-events:none}.form-group.cw-input-container.cw-input-container--resource .cw-input-container-resource-default-preview{display:flex;justify-content:center;align-items:center;position:relative;margin-right:5px}.form-group.cw-input-container.cw-input-container--resource .cw-input-container-resource-default-preview small{font-size:.4rem;position:absolute}.form-group.cw-input-container .cw-array-relationship-tags{font-size:14px}.form-group.cw-input-container .cw-array-relationship-tags p{margin:8px 0 0 0}.form-group.cw-input-container .cw-array-relationship-tags .cw-tag{margin:4px 8px 4px 0}.form-group.cw-input-container .cw-array-relationship-tags .b-form-tag{font-size:.875rem;margin-top:.25rem}.form-group.cw-input-container .cw-relationship-tree-input{flex:1 1 auto;margin:0}.form-group.cw-input-container .cw-relationship-tree-input>*{width:100%}.form-group.cw-input-container .cw-relationship-tree-input .dropdown-menu{right:0;margin-top:0}.form-group.cw-input-container .cw-relationship-tree-input .input-group-append{border-radius:0 !important}@container (max-width: 500px){.cw-video-controls--display-time{position:relative !important}}@container (max-width: 225px){.cw-video-controls--action-fullscreen,.cw-video-controls--action-backward-step,.cw-video-controls--action-volume-range{display:none !important}}.cw-video-controls--container{container-type:inline-size;position:relative;padding:2rem 0 1rem 0;width:100%}.cw-video-controls--container .cw-video-controls--display-timeline-elems{display:flex}.cw-video-controls--container .cw-video-controls--display-timeline-elems>.timeline-element{position:absolute;top:.5rem;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#000;color:#fff;font-size:.5rem;font-weight:600}.cw-video-controls--container .cw-video-controls--display-timeline-elems>.timeline-element.comment{background-color:#f2a228}.cw-video-controls--container .cw-video-controls--display-timeline-elems>.timeline-element.comment.done{background-color:#9e9e9e}.cw-video-controls--container .cw-video-controls--display-timeline-elems .timeline-element--popover-trigger{position:absolute;top:.375rem;border-radius:.75rem;width:2.5rem;height:1.25rem;background-color:#e4e4e4;cursor:pointer}.cw-video-controls--container .cw-video-controls--display-timeline-elems .timeline-element--popover-trigger>div{height:100%;display:flex;align-items:center;justify-content:space-around}.cw-video-controls--container .cw-video-controls--display-timeline-elems .timeline-element--popover-trigger .timeline-element,.cw-video-controls--container .cw-video-controls--display-timeline-elems .timeline-element--popover-trigger .indicator{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;font-weight:600}.cw-video-controls--container .cw-video-controls--display-timeline-elems .timeline-element--popover-trigger .indicator{font-size:.75rem}.cw-video-controls--container .cw-video-controls--display-timeline-elems .timeline-element--popover-trigger .timeline-element{border-radius:50%;color:#fff;font-size:.5rem}.cw-video-controls--container .cw-video-controls--display-timeline-elems .timeline-element--popover-trigger .timeline-element.comment{background-color:#f2a228}.cw-video-controls--container .cw-video-controls--display-timeline-elems .timeline-element--popover-trigger .timeline-element.comment.done{background-color:#9e9e9e}.cw-video-controls--container .cw-video-controls--progress-bar,.cw-video-controls--container .cw-video-controls--action-bar{width:100%}.cw-video-controls--container .cw-video-controls--progress-bar{margin-bottom:1rem}.cw-video-controls--container .cw-video-controls--progress-bar .progress{height:.25rem;border-radius:0}.cw-video-controls--container .cw-video-controls--progress-bar .progress-bar{background-color:#d51130;transition:none}.cw-video-controls--container .cw-video-controls--progress-bar .cw-progressbar--container{height:.25rem;background-color:#f4f3f3;display:flex}.cw-video-controls--container .cw-video-controls--progress-bar .cw-progressbar--container .cw-progressbar--progress{position:absolute;left:0;width:100%;height:.25rem;background-color:#d51130;transform-origin:0 0}.cw-video-controls--container .cw-video-controls--actions-bar{height:1.5rem;position:relative;z-index:2;display:grid;grid-template-columns:1.25rem 1.25rem minmax(min-content, auto) auto;grid-gap:1rem;align-items:center}.cw-video-controls--container .cw-video-controls--display-time{display:flex;justify-content:center;position:absolute;left:0;right:0;height:1.5rem}.cw-video-controls--container .cw-video-controls--action-volume{display:flex;align-items:center}.cw-video-controls--container .cw-video-controls--action-volume>i{width:1.25rem;padding-right:1rem}.cw-video-controls--container .cw-video-controls--action-volume-range{height:1.5rem;display:flex;justify-content:center;align-items:center;width:0;overflow:hidden}.cw-video-controls--container .cw-video-controls--action-volume-range input[type=range]{cursor:pointer}.cw-video-controls--container .cw-video-controls--action-volume>i:hover+.cw-video-controls--action-volume-range{padding-left:1rem;width:35%;overflow:visible}.cw-video-controls--container .cw-video-controls--action-volume-range:hover{padding-left:1rem;width:35%;overflow:visible}.cw-video-controls--container .cw-video-controls--action-volume-range>.cw-range{height:.1875rem}.cw-video-controls--container .cw-video-controls--action-volume-range input[type=range]{border-radius:.125rem}.cw-video-controls--container .cw-video-controls--action-volume-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:.5rem;width:.5rem;border-radius:50%;background:#000;cursor:pointer;margin-top:-0.125rem}.cw-video-controls--container .cw-video-controls--action-volume-range input[type=range]::-moz-range-thumb{height:.5rem;width:.5rem;border-radius:50%;background:#000;cursor:pointer}.cw-video-controls--container .cw-video-controls--action-volume-range input[type=range]::-webkit-slider-runnable-track{width:100%;height:100%;cursor:pointer;border-radius:.125rem}.cw-video-controls--container .cw-video-controls--action-play-pause,.cw-video-controls--container .cw-video-controls--action-backward-step,.cw-video-controls--container .cw-video-controls--action-fullscreen{display:flex;justify-content:center}.cw-video-controls--container .cw-video-controls--action-fullscreen{justify-self:end}.cw-video-controls--container .cw-video-controls--actions-bar{padding:0 1rem}.timeline-element--popover-content{top:-2.5625rem !important;left:-0.0625rem !important;width:4rem;max-height:15vh;padding:.75rem .25rem .75rem .75rem}.timeline-element--popover-content .arrow{display:none}.timeline-element--popover-content .timeline-element--container:hover{background-color:#f8f8f8}.timeline-element--popover-content .timeline-element--container-top .timeline-element--container{background-color:#e4e4e4}.timeline-element--popover-content .timeline-element--container-bottom{max-height:8vh;overflow-y:auto;scrollbar-width:unset}.timeline-element--popover-content .timeline-element--container-bottom::-webkit-scrollbar{width:3px;height:3px}.timeline-element--popover-content .timeline-element--container-bottom::-webkit-scrollbar-track{background:#f9f9f9}.timeline-element--popover-content .timeline-element--container-bottom::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.timeline-element--popover-content .timeline-element--container-bottom::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.timeline-element--popover-content .timeline-element--container-bottom:not(:hover)::-webkit-scrollbar-track,.timeline-element--popover-content .timeline-element--container-bottom:not(:hover)::-webkit-scrollbar-thumb,.timeline-element--popover-content .timeline-element--container-bottom:not(:hover)::-webkit-scrollbar-thumb:hover{background:transparent}.timeline-element--popover-content .timeline-element--container-bottom .scrollable-list{overflow:hidden}.timeline-element--popover-content .timeline-elements--separator{height:1rem;display:flex;justify-content:center;align-items:center}.timeline-element--popover-content .timeline-elements--separator>div{height:1px;width:80%;background-color:#e4e4e4;border-radius:1px}.timeline-element--popover-content .timeline-element--container{width:100%;display:flex;align-items:center;justify-content:start;padding-left:.125rem;border-radius:.75rem;width:2.5rem;height:1.25rem;cursor:pointer}.timeline-element--popover-content .timeline-element--container:has(.indicator){justify-content:space-around}.timeline-element--popover-content .timeline-element--container .indicator{width:1.25rem;height:1rem;display:flex;align-items:center;justify-content:center;font-weight:600}.timeline-element--popover-content .timeline-element--container .indicator{font-size:.75rem}.timeline-element--popover-content .timeline-element--container .timeline-element{border-radius:50%;color:#fff;font-size:.5rem;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;font-weight:600}.timeline-element--popover-content .timeline-element--container .timeline-element.comment{background-color:#f2a228}.timeline-element--popover-content .timeline-element--container .timeline-element.comment.done{background-color:#9e9e9e}.cw-unsplash-results{z-index:3}.cw-unsplash-results .cw-unsplash-results-prepend{display:flex;padding:.5rem 1.5rem .25rem;margin:0 .5rem}.cw-unsplash-results .cw-unsplash-results-spinner{margin:.25rem 3rem 1rem;display:flex;align-items:center;height:150px}.cw-unsplash-results .cw-unsplash-results-wrapper{height:150px;display:flex;margin:.25rem 1.5rem 1rem;padding-bottom:.25rem;align-content:stretch;overflow-x:scroll}.cw-unsplash-results .cw-unsplash-results-wrapper .cw-unsplash-results-item{margin:0 .5rem;height:100%;border:2px solid #fff;position:relative}.cw-unsplash-results .cw-unsplash-results-wrapper .cw-unsplash-results-item img{height:100%}.cw-unsplash-results .cw-unsplash-results-wrapper .cw-unsplash-results-item .--hover{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;visibility:hidden;background-color:rgba(0,0,0,.5);display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.cw-unsplash-results .cw-unsplash-results-wrapper .cw-unsplash-results-item .--hover a{padding:.5rem;margin:.25rem;border:1px solid #fff;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;font-size:20px;color:#fff}.cw-unsplash-results .cw-unsplash-results-wrapper .cw-unsplash-results-item .--hover a:hover{background-color:#fff;color:#d51130}.cw-unsplash-results .cw-unsplash-results-wrapper .cw-unsplash-results-item:hover .--hover{visibility:visible}.cw-popover-sm{width:200px;max-width:200px;z-index:3}.cw-popover-md{width:280px;max-width:280px;z-index:3}.cw-popover-lg{width:320px;max-width:320px;z-index:3}.tooltip{font-weight:600}.cw-blur-hash{position:absolute;top:0;right:0;bottom:0;left:0}.cw-blur-hash canvas{width:100%;height:100%}.cw-blur-hash+*{position:relative}.cw-blur-hash+div{height:100%}.cw-blur-hash+div>img,.cw-blur-hash+img{opacity:0}.cw-blur-hash+div>img.cw-fade-in,.cw-blur-hash+img.cw-fade-in{opacity:1;transition:opacity 130ms}.cw-player-blurhash{height:100%;width:100%;position:relative}.cw-player-blurhash .cw-blur-hash{width:100%;height:100%}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:">"}.cw-default-error{display:flex;flex-direction:column;align-items:center;max-width:300px}.cw-default-error .cw-default-error-stack{width:100%;max-height:150px;overflow:auto}.cw--tabs .cw-tabs--tab{font-size:16px;font-weight:400}.cw--tabs .cw-tabs--tab .cw-tabs-tab--title{margin-right:5px}.cw--tabs .cw-tabs--tab .cw-tabs-tab--number{font-weight:400}.cw--tabs .cw-tabs--tab.active{font-weight:600;border-bottom-width:4px}@media screen and (max-width: 768px){.cw--tabs .nav-item{flex:1 1 33%;max-width:33%}.cw--tabs .cw-tabs--search{flex:1 0 100%}.cw--tabs .cw-tabs--search .cw-tabs--search--search .form-control{max-width:100%;padding:1rem;margin-top:1rem}}.cw-tabs--search{color:#d51130;flex-grow:1;flex-basis:0;display:flex;justify-content:flex-end;align-items:center}.cw-tabs--search .cw-tabs--search--search{flex-grow:1;display:flex;justify-content:flex-end;align-items:center;max-width:400px}.cw-tabs--search .cw-tabs--search--search.form-inline .form-control{flex-grow:1}.cw-tabs--search input,.cw-tabs--search input:active,.cw-tabs--search input:focus,.cw-tabs--search .cw-boards-input-value,.cw-tabs--search .cw-space-input-value{color:#d51130;background-color:transparent;border:none}.cw-tabs--search input::placeholder,.cw-tabs--search input:active::placeholder,.cw-tabs--search input:focus::placeholder,.cw-tabs--search .cw-boards-input-value::placeholder,.cw-tabs--search .cw-space-input-value::placeholder{color:#d51130;opacity:0}.cw-tabs--search.color-primary{color:#636363}.cw-tabs--search.color-primary input,.cw-tabs--search.color-primary input:active,.cw-tabs--search.color-primary input:focus,.cw-tabs--search.color-primary .cw-boards-input-value,.cw-tabs--search.color-primary .cw-space-input-value{color:#636363}.cw-tabs--search.color-primary input::placeholder,.cw-tabs--search.color-primary input:active::placeholder,.cw-tabs--search.color-primary input:focus::placeholder,.cw-tabs--search.color-primary .cw-boards-input-value::placeholder,.cw-tabs--search.color-primary .cw-space-input-value::placeholder{color:#636363;font-weight:500;font-size:.875rem}.cw-tabs--search .search-input-clear-button{z-index:4;display:flex;align-items:center;flex-grow:unset;float:left;left:-0.5rem;position:relative;cursor:pointer}.cw-tabs--search input:not(:active):not(:focus){font-family:"Montserrat","Font Awesome 6 Pro" !important;font-weight:300;max-width:200px;transition:max-width 300ms}.cw-tabs--search input:not(:active):not(:focus)::placeholder{opacity:1}.cw-tabs--search input:active,.cw-tabs--search input:focus,.cw-tabs--search .cw-boards-input-value{text-align:left !important;max-width:100% !important;transition:max-width 300ms}.cw-tabs--search .fa-search{color:inherit;font-size:inherit;font-weight:inherit}.text-with-h-lines-container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;width:100%}.text-with-h-lines-container .text-with-h-lines-container--content{text-align:center;color:#d51130;font-size:.875rem;text-transform:uppercase}.text-with-h-lines-container .text-with-h-lines-container--first-line,.text-with-h-lines-container .text-with-h-lines-container--second-line{height:1px;background-color:#e4e4e4}.cw-app-msg-inner .cw-app-msg-inner--title{font-size:20px;font-weight:500}.cw-app-msg-inner .cw-app-msg-inner--description{font-size:14px}.cw-dam-boards-action .cw-dam-boards-action--row{padding:.25rem 1rem;border-bottom:1px solid #e4e4e4;height:3rem;cursor:default}.cw-dam-boards-action .cw-dam-boards-action--row.row{margin:0}.cw-dam-boards-action .cw-dam-boards-action--row button{cursor:pointer}.cw-dam-boards-action .cw-dam-boards-action--row .input-group-text{padding:0}.cw-dam-boards-action .cw-dam-boards-action--row h5{margin:0}.cw-dam-boards-action .cw-dam-boards-action--create{border-top:1px solid #e4e4e4;padding:1rem;height:3.125rem;cursor:default}.cw-dam-boards-action .cw-dam-boards-action--create.row{margin:0}.cw-dam-boards-action .cw-dam-boards-action--create .col{padding:0}.cw-dam-boards-action .cw-dam-boards-action--create button{cursor:pointer}.cw-dam-boards-action .cw-dam-boards-action--boards{height:212px;overflow-x:hidden;padding:.25rem}.cw-dam-boards-action .cw-dam-boards-action--boards .cw-dam-boards-item div.row{padding:.25rem .75rem .25rem .25rem;height:3rem}.cw-dam-boards-action .cw-dam-boards-action--boards .cw-dam-boards-item .cw-dam-boards-item--img{height:40px;width:40px;border-radius:.125rem;background-color:#e4e4e4}.cw-dam-boards-action .cw-dam-boards-action--boards .cw-dam-boards-item .cw-dam-boards-item--name{color:#000;font-size:1rem;font-weight:500}.cw-dam-boards-action .cw-dam-boards-action--boards .cw-dam-boards-item .cw-dam-boards-item--name:hover{color:#d51130}.cw-dam-boards-action .cw-dam-boards-action--boards .cw-dam-boards-action--boards-more{display:flex;justify-content:center;font-size:1rem;font-weight:600;text-decoration:underline}.cw-dam-boards-action .cw-dam-boards-action--no-board{cursor:default;height:100%;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:500}.cw-light-form-input-group{background-color:#fff;border-width:0;border-radius:.2rem}.cw-light-form-input-group input{border-width:0}.cw-light-form-input-group .input-group-prepend{display:flex;margin-right:-1px}.cw-light-form-input-group .input-group-prepend>*{background-color:#fff;border:none;color:#d51130}.cw-download-asset{padding:.5rem 1.25rem}.cw-download-asset .cw-download-asset--title{font-size:14px;font-weight:600;margin-bottom:15px}.cw-download-asset .cw-download-asset--variations{margin:0 calc(-0.5rem - 5px);display:flex;justify-content:center;flex-wrap:wrap}.cw-download-asset .cw-download-asset--variations>*{margin:0 5px 5px 5px;font-size:24px;font-weight:400}.cw-download-asset .cw-download-asset--end-rights .cw-download-asset--end-rights-date{font-weight:400;color:#3c3c3b}.cw-download-asset .cw-download-asset--bymail{font-size:14px;font-weight:600;width:100%;color:#d51130}.cw-download-asset .cw-download-asset--bymail:hover{color:#8e0b20}.cw-download-asset .cw-download-asset--bymail.disabled{color:#adb5bd;cursor:default}.cw-download-asset .cw-download-asset--disclaimer{display:block;line-height:120%}.v-step{z-index:999;background-color:#e4e4e4 !important;border-radius:0 !important;color:#454545 !important;font-weight:bold;padding:45px 15px 30px 15px !important}.v-step .v-step__content{font-size:14px;font-weight:600}.v-step .link{font-size:14px;font-weight:600;padding:0 10px}.v-step .link i{margin:0 10px}.v-step[x-placement^=top] .v-step__arrow{border-top-color:#e4e4e4 !important}.v-step[x-placement^=bottom] .v-step__arrow{border-bottom-color:#e4e4e4 !important}.v-step[x-placement^=right] .v-step__arrow{border-right-color:#e4e4e4 !important}.v-step[x-placement^=left] .v-step__arrow{border-left-color:#e4e4e4 !important}.v-tour .fa-times{position:absolute;top:10px;right:10px;cursor:pointer}.cw-add-collaborators-form .cw-add-collaborators-form--input .cw-add-collaborators-form--label{color:#d51130;font-weight:700}.cw-add-collaborators-form .cw-collaborator--container{font-weight:500}.cw-add-collaborators-form .cw-add-collaborators-form--users{height:200px;overflow:auto}.cw-add-collaborators-form--label{font-size:1rem}.cw-help-button{cursor:pointer;border:0;top:50%;transform:rotate(270deg) translate(100%, -50%);transform-origin:right;position:fixed;z-index:999999;right:0;color:#fff;padding:5px 10px;border-radius:4px 4px 0 0;transition:padding;transition-duration:150ms}@media(max-width: 768px){.cw-help-button{display:none}}.cw-help-button i{padding-right:8px}.cw-help-button:hover,.cw-help-button:focus{text-decoration:none;padding:8px 12px;outline-style:none;box-shadow:none;border-color:transparent}.cw-feedback textarea{margin-bottom:20px;width:100%}.cw-feedback .cw-feedback-stars{display:flex;justify-content:flex-end}.cw-feedback-button{cursor:pointer;border:0;top:calc(50% + 160px);transform:rotate(270deg) translate(100%, -50%);transform-origin:right;position:fixed;z-index:999999;right:0;color:#fff;padding:5px 10px;border-radius:4px 4px 0 0;transition:padding;transition-duration:150ms}@media(max-width: 768px){.cw-feedback-button{display:none}}.cw-feedback-button i{padding-right:8px}.cw-feedback-button:hover,.cw-feedback-button:focus{text-decoration:none;padding:8px 12px;outline-style:none;box-shadow:none;border-color:transparent}.cw-range{width:100%}.cw-range .cw-range--input{width:100%;-webkit-appearance:none;appearance:none;transition:background 450ms ease-in}.input-group>textarea{font-size:.875rem}.input-group>.multiselect:not(:last-child){flex:1 1 0%}.input-group>.multiselect:not(:last-child) .multiselect__tags{border-bottom-right-radius:0;border-top-right-radius:0}.multiselect{min-height:auto}.multiselect .cw-multiselect--placeholder{font-size:.875rem;color:#6c757d}.multiselect .multiselect__select{z-index:1}.multiselect .multiselect__tags{line-height:2;font-size:1rem;padding:.25rem .5rem;border:1px solid #e4e4e4}.multiselect .multiselect__tags .multiselect__placeholder,.multiselect .multiselect__tags .multiselect__input,.multiselect .multiselect__tags .multiselect__single{font-size:.875rem;margin-bottom:0;color:#6c757d;min-height:auto;height:auto;padding:0}.multiselect .multiselect__tags #input--collaborators{line-height:2;max-width:90%}.multiselect .multiselect__tags>input{max-height:40px}.multiselect .multiselect__content-wrapper{max-height:150px !important}.multiselect .multiselect__content-wrapper .multiselect__option{font-size:.875rem}.multiselect .multiselect__content-wrapper .multiselect__option span{white-space:initial;line-height:1.5rem}.multiselect .multiselect__content-wrapper .multiselect__option:after{display:none}.multiselect .multiselect__content-wrapper .multiselect__option--highlight{background-color:#d51130}.multiselect.error .multiselect__tags{border-color:#ed2c30}.cgu-title{font-size:20px;font-weight:400}.cgu-title strong{font-weight:600}.cgu-content{height:calc(100vh - 300px);background-color:#f7f7f7;border-radius:5px;margin:20px 0;overflow:auto;padding:20px}.cgu-footer{text-align:right}.cgu-footer a:nth-child(1){margin-right:20px}.cw-preview-wrapper .cw-preview-wrapper--header{display:flex;justify-content:flex-end;background-color:unset;height:4rem;padding:0rem;border-bottom:1px solid #e4e4e4 !important}.cw-preview-wrapper .cw-preview-wrapper--header .cw-preview-wrapper--buttons-previous,.cw-preview-wrapper .cw-preview-wrapper--header .cw-preview-wrapper--buttons-next{background-color:#d51130;border-color:#d51130}.cw-preview-wrapper .cw-preview-wrapper--header .cw-preview-wrapper--buttons-previous i,.cw-preview-wrapper .cw-preview-wrapper--header .cw-preview-wrapper--buttons-next i{color:#fff;font-size:.9rem}.cw-preview-wrapper .cw-preview-wrapper--body .cw-detail-img-container.abs{max-height:100%;max-width:100%;background-color:#ecebeb;position:absolute;top:0;margin-left:0;margin-right:0;left:0;right:0;display:flex;width:100%;justify-content:center}.cw-preview-wrapper .cw-preview-wrapper--body .cw-detail-img-container.abs.whithout-bg{height:0;background-color:unset}.cw-preview-wrapper .cw-preview-wrapper--body .cw-detail-img-container.abs .cw-img-loader{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cw-preview-wrapper .cw-preview-wrapper--body .cw-preview{padding:23px 20px;max-height:600px;overflow-y:auto}.cw-preview-wrapper .cw-preview-wrapper--body .cw-preview .cw-preview--header{color:#3c3c3b}.cw-preview-wrapper .cw-preview-wrapper--body .cw-preview .cw-preview--header .cw-entity-detail-field,.cw-preview-wrapper .cw-preview-wrapper--body .cw-preview .cw-preview--header .cw-entity-detail-field-value{display:inline !important}.cw-preview-wrapper .cw-preview-wrapper--body .cw-preview .cw-item-wrapper{border-bottom:unset !important;padding:unset !important;margin:unset !important}.cw-preview-wrapper .cw-preview-wrapper--body .cw-preview .cw-item-wrapper .cw-entity-detail-label.upper.mb-3{margin:unset !important}.cw-preview-wrapper .cw-preview-wrapper--body .cw-preview .cw-item-wrapper .cw-preview--content{padding:.8rem}.scrollable-list{overflow-y:scroll;scrollbar-width:unset}.scrollable-list::-webkit-scrollbar{width:3px}.scrollable-list::-webkit-scrollbar-track{background:#f9f9f9}.scrollable-list::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.scrollable-list::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.scrollable-list.discreet-scrollbar:not(:hover)::-webkit-scrollbar-track,.scrollable-list.discreet-scrollbar:not(:hover)::-webkit-scrollbar-thumb,.scrollable-list.discreet-scrollbar:not(:hover)::-webkit-scrollbar-thumb:hover{background:transparent}.user-name-picture-container{display:flex;flex-direction:column;align-items:center}.user-name-picture-container .user-name{color:#3c3c3b;font-size:20px;font-weight:500;line-height:24px}.user-name-picture-container .profil-picture-container{width:83px;height:83px;border-radius:calc(83px / 2);position:relative;overflow:hidden}.user-name-picture-container .profil-picture-container.editable-profil-picture-container{cursor:pointer}.user-name-picture-container .profil-picture-container .cw-user-avatar{width:100%;height:100%}.user-name-picture-container .profil-picture-container .edit-avatar{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(60,60,59,.5);color:#fff;border-radius:calc(83px / 2);display:none}.user-name-picture-container .profil-picture-container .edit-avatar i{font-size:1rem;width:1rem;height:1rem}.user-name-picture-container .profil-picture-container:hover .edit-avatar{display:flex;align-items:center;justify-content:center}.cw-user-form{justify-content:space-between}.cw-user-form-confirm{justify-content:flex-end}.cw-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.9);z-index:999}.cw-calendar .dropdown-menu.show{z-index:1032}.cw-date-range-picker-calendar-container{position:fixed}.cw-date-range-picker-calendar-container .cw-date-range-picker-calendar{display:flex;justify-content:space-between}.cw-duplicates .container{display:flex;flex-direction:column;gap:2rem}.cw-duplicates .modal-header{border-bottom:1px #e4e4e4 solid;padding:2rem}.cw-duplicates .modal-header .modal-title{font-size:1.5rem;font-weight:700}.cw-duplicates .modal-header i.fa-close{cursor:pointer}.cw-duplicates .modal-body{display:flex;flex-direction:column;gap:2rem;padding:0 2rem !important}.cw-duplicates .cw-duplicates--header{display:flex;align-items:flex-end;width:100%;padding:0 10px}.cw-duplicates .cw-duplicates--header .cw-duplicates-header--title{display:flex;flex-direction:column;color:#3c3c3b}.cw-duplicates .cw-duplicates--header .cw-duplicates-header--title span:last-child{font-size:14px;font-weight:300;letter-spacing:0;line-height:18px}.cw-duplicates .cw-duplicates--header .cw-duplicates-header-nav{display:flex;align-items:flex-end;padding-right:30px}.cw-duplicates .cw-duplicates--header .cw-duplicates-header-nav .cw-duplicates-header-nav--previews{height:62px;width:60px;margin-right:10px}.cw-duplicates .cw-duplicates--header .cw-duplicates-header-nav .cw-duplicates-header-nav--previews .b-overlay .position-absolute{width:100% !important;height:100% !important}.cw-duplicates .cw-duplicates--header .cw-duplicates-header-nav .cw-duplicates-header-nav--previews .b-overlay .position-absolute .cw-duplicates-header-nav-previews--overlay{display:flex;justify-content:flex-end;align-items:flex-end;padding:0 10px 5px 0;width:100%;height:100%;color:#fff;font-size:20px;font-weight:500;letter-spacing:0;line-height:24px;text-align:right;background:linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%)}.cw-duplicates .cw-duplicates--header .cw-duplicates-header-nav .cw-duplicates-header-nav--btn>*{border-radius:0;padding:10px 15px;background-color:#fff;color:#d51130}.cw-duplicates .cw-duplicates--header .cw-duplicates-header-nav .cw-duplicates-header-nav--btn>*.disabled{color:#454545}.cw-duplicates .cw-duplicates--header .cw-duplicates-header-nav .cw-duplicates-header-nav--btn :first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.cw-duplicates .cw-duplicates--header .cw-duplicates-header-nav .cw-duplicates-header-nav--btn :last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.cw-duplicates .cw-duplicates--body .cw-duplicates-body--existing,.cw-duplicates .cw-duplicates--body .cw-duplicates-body--new{color:#d51130;font-size:14px;font-weight:600;letter-spacing:0;line-height:18px}.cw-duplicates .cw-duplicates--body .cw-duplicates--img-container{height:266.4px}.cw-duplicates .cw-duplicates--form .radio-buttons{padding:0 2rem}.cw-duplicates .cw-duplicates--form .radio-buttons .form-group{margin-bottom:2rem}.cw-duplicates .cw-duplicates--form .duplicate-modal-actions{padding:2rem;border-top:1px #e4e4e4 solid}.cw-duplicates .cw-duplicates--form .duplicates-action-choice-radios{font-size:.875rem;font-weight:500;display:flex;flex-direction:column;gap:.25rem}.cw-duplicates .cw-duplicates--form .duplicates-action-choice-radios .custom-control.custom-radio{display:flex}.cw-duplicates .cw-duplicates--form .duplicates-action-choice-radios .custom-control.custom-radio label{display:flex;align-items:center;margin-left:.5rem}.cw-duplicates .cw-duplicates--form .duplicates-action-choice-radios .custom-control.custom-radio label::before{top:unset}.cw-duplicates .cw-duplicates--form .duplicates-action-choice-radios .custom-control.custom-radio label::after{top:unset}.cw-duplicates .cw-duplicates--form .duplicates-action-choice-radios .custom-control.custom-radio label span{margin-left:.25rem}.cw-duplicates .cw-duplicates--form .duplicates-action-choice-radios .custom-control.custom-radio .custom-control-input{height:1rem;width:1rem}.cw-permissions-container{z-index:1050;position:fixed;top:0;right:0;left:0}.cw-permissions-container li.form-inline .btn-transparent{color:#000}.cw-permissions-container li.nav-item{margin:0 1rem}.cw-permissions-container li.nav-item .nav-link{color:#000}.cw-permissions-container .navbar-text{color:#000}.cw-permissions-container .navbar-text ul{padding:0}.cw-permissions-container .navbar-text ul li{margin:0 1rem}.cw-permissions-container .navbar-text ul li:first-child:last-child{margin:0;list-style:none}.cw-permissions-container .permission-list-item{background-color:#a3a3a3;transition:all .5s}.cw-permissions-container .permission-list-enter,.cw-permissions-container .permission-list-leave-to{transform:translateY(-100%)}small.form-text{margin-top:0}.cw-validation-feedback{margin-bottom:0;padding-left:0}.cw-validation-feedback li{list-style:none}.cw-validation-feedback li.cw-validation-feedback-validator{display:none}.cw-validation-feedback li.cw-validation-feedback-validator--invalid{display:block;color:#ed2c30}.cw-font-size-mini{font-size:.625rem !important}.cw-font-size-extra-small{font-size:.75rem !important}.cw-font-size-small{font-size:.875rem !important}.cw-font-size-medium{font-size:1rem !important}.cw-font-size-xl{font-size:1.125rem !important}.cw-font-size-large{font-size:1.25rem !important}.cw-font-size-xxl{font-size:1.5rem !important}.cw-font-weight-lighter{font-weight:lighter !important}.cw-font-weight-light{font-weight:300 !important}.cw-font-weight-normal{font-weight:400 !important}.cw-font-weight-bold{font-weight:500 !important}.cw-font-weight-semibolder{font-weight:600 !important}.cw-font-weight-bolder{font-weight:700 !important}.cw-font-weight-extrabolder{font-weight:900 !important}.cw-thin-scroll-bar{scrollbar-width:unset}.cw-scroll-bar-no-width{scrollbar-width:none}.cw-scroll-bar-no-width:hover{scrollbar-width:unset}.cw-scroll-bar-no-width-on-hover:hover{scrollbar-width:none}.cw-thin-scroll-bar::-webkit-scrollbar-track{background:#f9f9f9}.cw-thin-scroll-bar::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.cw-thin-scroll-bar::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.cw-thin-scroll-bar.thin-scroll-bar-y::-webkit-scrollbar{width:3px}.cw-thin-scroll-bar.thin-scroll-bar-x::-webkit-scrollbar{height:3px}.discreet-scrollbar:not(:hover)::-webkit-scrollbar-track,.discreet-scrollbar:not(:hover)::-webkit-scrollbar-thumb,.discreet-scrollbar:not(:hover)::-webkit-scrollbar-thumb:hover{background:transparent}.cw-prodifle-checker .modal-body .dropdown-menu{overflow:auto;max-height:180px}.cw-dam-landing-page .cw-dam-landing-page--row{padding:.25rem 1rem;border-bottom:1px solid #e4e4e4;height:3rem;cursor:default;margin:0}.cw-dam-landing-page .cw-dam-landing-page--row span{width:95%}.cw-dam-landing-page .cw-dam-landing-page--row span h5{margin:0;padding-right:.5rem}.cw-dam-landing-page .cw-dam-landing-page--row button{cursor:pointer}.cw-dam-landing-page .cw-dam-landing-page--row .input-group-text{padding:0}.cw-dam-landing-page .cw-dam-landing-page--create{border-top:1px solid #e4e4e4;padding:1rem;height:3.125rem;cursor:default}.cw-dam-landing-page .cw-dam-landing-page--create button{cursor:pointer}.cw-dam-landing-page .cw-dam-landing-page--pages{height:212px;overflow-x:hidden;padding:.25rem;cursor:default}.cw-dam-landing-page .cw-dam-landing-page--no-pages{cursor:default;height:100%;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;padding:0 1.5rem}.cw-dam-landing-page-actions-item{display:flex;align-items:center;padding:.25rem .75rem .25rem .25rem;cursor:pointer;width:100%;margin:0}.cw-dam-landing-page-actions-item:hover{color:#d51130}.cw-dam-landing-page-actions-item .cw-dam-landing-page-actions-item--img{height:2.5rem;width:2.5rem;border-radius:.125rem;background-color:#e4e4e4}.cw-available-portals-reached{max-width:520px}.cw-available-portals-reached .modal-content{background-color:#636363;border-radius:.5rem;padding:2rem 1.5rem 5rem}.cw-available-portals-reached .modal-content .modal-header{border-bottom:none;padding:0}.cw-available-portals-reached .modal-content .modal-header i{color:#fff}.cw-available-portals-reached .modal-content .modal-body{padding:2.5rem 0 0 0}.cw-available-portals-reached .modal-content .modal-body .cw-available-portals-reached--body{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}.cw-available-portals-reached .modal-content .modal-body .cw-available-portals-reached--body img{max-width:4.5rem}.cw-available-portals-reached .modal-content .modal-body .cw-available-portals-reached--body .cw-available-portals-reached--title{padding-top:2.5rem;padding-bottom:.75rem;color:#fff;font-size:1.5rem;font-weight:700}.cw-available-portals-reached .modal-content .modal-body .cw-available-portals-reached--body .cw-available-portals-reached--text{color:#949494;text-align:center;font-size:.75rem;font-weight:500;margin:0 2.5rem}.cw-versions-tab .cw-versions-tab--buttons{margin:1rem 0 2rem}.cw-versions-tab .cw-versions-tab--button{display:flex;width:fit-content;padding:.75rem 1rem;font-size:.875rem;font-weight:600;gap:.75rem}.cw-versions-tab .badge{padding:.375rem}.cw-versions-tab .badge-draft{background-color:#feead8;color:#965a23}.cw-versions-tab .badge-current{background-color:#e8efff;color:#104fcc}.cw-versions-tab .cw-versions-tab-actions{display:flex;flex-direction:row;gap:1rem}.cw-asset-list-item{padding:.75rem}.cw-asset-list-item .cw-asset-list-item--image{border-radius:2px;max-width:72px;background-color:#e4e4e4}.cw-asset-list-item .cw-asset-list-item--image img.archived{filter:grayscale(1)}.cw-asset-list-item .cw-asset-list-item--title{font-size:.875rem;font-weight:600}.cw-asset-list-item .cw-asset-list-item--actions{visibility:hidden}.cw-asset-list-item:hover{background-color:#fff}.cw-asset-list-item:hover .cw-asset-list-item--actions{visibility:visible}.cw-dam-bulk-update-status-action .cw-dam-bulk-update-status-action--header{padding:.25rem 1rem;border-bottom:1px solid #e4e4e4;height:3rem;cursor:default}.cw-dam-bulk-update-status-action .cw-dam-bulk-update-status-action--header button{cursor:pointer}.cw-dam-bulk-update-status-action .cw-dam-bulk-update-status-action--header .input-group-text{padding:0}.cw-dam-bulk-update-status-action .cw-dam-bulk-update-status-action--header h5{margin:0}.cw-dam-bulk-update-status-action .cw-dam-bulk-update-status-action--list{height:212px;overflow-x:hidden;padding:.25rem;cursor:default}.cw-dam-detail-compare--spinner{height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px))}.cw-dam-detail-compare{padding:3rem 2rem 0;height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px))}.cw-dam-detail-compare .cw-dam-detail-compare--left-panel{background-color:#ecebeb}.cw-dam-detail-compare .cw-dam-detail-compare--left-panel .cw-dam-detail-compare--view-mode{background-color:#ecebeb;border-bottom:1px solid #c4c4c4;height:3.875rem}.cw-dam-detail-compare .cw-dam-detail-compare--left-panel .cw-dam-detail-compare--view-mode button{width:1.9rem;height:1.9rem}.cw-dam-detail-compare .cw-dam-detail-compare--left-panel .cw-dam-detail-compare--players{height:calc(100% - 3.875em)}.cw-dam-detail-compare .cw-dam-detail-compare--left-panel .cw-dam-detail-compare--players .cw-default-player-wrapper .cw-detail-img-container{height:100%}.cw-dam-detail-compare .cw-dam-detail-compare--left-panel .cw-dam-detail-compare--players .cw-default-player-wrapper .cw-detail-img-container .cw-detail-div{width:100%;height:100%;padding:1.125rem;position:relative}.cw-dam-detail-compare .cw-dam-detail-compare--left-panel .cw-dam-detail-compare--players .cw-default-player-wrapper .cw-detail-img-container .cw-detail-div .cw-detail-img{height:100% !important}.cw-dam-detail-compare .cw-dam-detail-compare--left-panel .cw-dam-detail-compare--players .cw-dam-detail-compare--one-selection{padding:.75rem 1rem;background-color:#ecebeb}.cw-dam-detail-compare .cw-dam-detail-compare--right-panel .cw-dam-detail-compare--button{display:flex;width:fit-content;padding:.75rem 1rem;margin:.5rem 0 1.5rem;font-size:.875rem;font-weight:600;gap:.75rem}.cw-dam-detail-compare .cw-dam-detail-compare--right-panel #versions .custom-checkbox{width:100%;display:flex;justify-content:center;align-items:center}.cw-dam-detail-compare .cw-dam-detail-compare--right-panel #versions .custom-checkbox label{width:100%}.cw-dam-detail-compare .cw-dam-detail-compare--right-panel #versions .custom-checkbox label::before{visibility:hidden}.cw-dam-detail-compare .cw-dam-detail-compare--right-panel #versions .custom-checkbox label::after{border-radius:50%;width:1rem;height:1rem;content:"";background-color:#fff;border:1px solid #d3d3d3;position:absolute;top:calc(50% - 0.5rem)}.cw-dam-detail-compare .cw-dam-detail-compare--right-panel #versions .custom-checkbox .custom-control-input:checked~.custom-control-label::after{font-family:"Font Awesome 6 Pro";content:"";background-image:none;font-size:.5rem;color:#fff;background-color:#d51130;display:flex;align-items:center;justify-content:center}.cw-dam-detail-compare .cw-dam-detail-compare--right-panel #versions .custom-checkbox .custom-control-input:disabled~.custom-control-label::after{background-color:#f4f3f3}.cw-dam-detail-compare .badge{padding:.375rem}.cw-dam-detail-compare .badge-draft{background-color:#feead8;color:#965a23}.cw-dam-detail-compare .badge-current{background-color:#e8efff;color:#104fcc}.cw-new-button button.dropdown-toggle.btn-sm::after,.cw-new-button .btn-group-sm>button.dropdown-toggle.btn::after{margin-left:.5rem}.cw-new-button button.dropdown-toggle.btn-md::after{margin-left:.75rem}.cw-new-button button.dropdown-toggle.btn-lg::after,.cw-new-button .btn-group-lg>button.dropdown-toggle.btn::after{margin-left:1rem}.cw-new-button ul.dropdown-menu{padding:.25rem;margin-top:.25rem}.cw-new-button ul.dropdown-menu li:not(:last-child){margin-bottom:.25rem}.cw-new-button ul.dropdown-menu .dropdown-item{padding:.5rem;height:1.875rem;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:flex-start;color:#1e1e1e}.cw-new-button ul.dropdown-menu .dropdown-item.disabled{color:#adb5bd}button.cw-new-button.btn-sm,.btn-group-sm>button.cw-new-button.btn,.cw-new-button button.btn-sm,.cw-new-button .btn-group-sm>button.btn{font-size:.875rem;padding:.5rem .5rem;display:flex;align-items:center;justify-content:center}button.cw-new-button.btn-sm .cw-new-button--icon,.btn-group-sm>button.cw-new-button.btn .cw-new-button--icon,.cw-new-button button.btn-sm .cw-new-button--icon,.cw-new-button .btn-group-sm>button.btn .cw-new-button--icon{padding-right:.5rem}button.cw-new-button.btn-sm.square-button,.btn-group-sm>button.cw-new-button.square-button.btn,.cw-new-button button.btn-sm.square-button,.cw-new-button .btn-group-sm>button.square-button.btn{padding:.5rem}button.cw-new-button.btn-md,.cw-new-button button.btn-md{font-size:.875rem;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center}button.cw-new-button.btn-md .cw-new-button--icon,.cw-new-button button.btn-md .cw-new-button--icon{padding-right:.75rem}button.cw-new-button.btn-md.square-button,.cw-new-button button.btn-md.square-button{padding:.75rem}button.cw-new-button.btn-lg,.btn-group-lg>button.cw-new-button.btn,.cw-new-button button.btn-lg,.cw-new-button .btn-group-lg>button.btn{font-size:1rem;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:center}button.cw-new-button.btn-lg .cw-new-button--icon,.btn-group-lg>button.cw-new-button.btn .cw-new-button--icon,.cw-new-button button.btn-lg .cw-new-button--icon,.cw-new-button .btn-group-lg>button.btn .cw-new-button--icon{padding-right:1rem}button.cw-new-button.btn-lg.square-button,.btn-group-lg>button.cw-new-button.square-button.btn,.cw-new-button button.btn-lg.square-button,.cw-new-button .btn-group-lg>button.square-button.btn{padding:1rem}.cw-new-button.square-button button.btn-sm,.cw-new-button.square-button .btn-group-sm>button.btn{padding:.5rem}.cw-new-button.square-button button.btn-md{padding:.75rem}.cw-new-button.square-button button.btn-lg,.cw-new-button.square-button .btn-group-lg>button.btn{padding:1rem}.cw-new-button.disabled.btn-link{color:#949494}.cw-new-button.disabled[class*=btn-outline]{background-color:#fff;border-color:#e4e4e4;color:#949494}.cw-new-button.disabled:not(.btn-link):not([class*=btn-outline]){background-color:#e4e4e4;border-color:#e4e4e4;color:#949494}.cw-new-button button[disabled].btn-link,.cw-new-button button.disabled.btn-link{color:#949494}.cw-new-button button[disabled][class*=btn-outline],.cw-new-button button.disabled[class*=btn-outline]{background-color:#fff;border-color:#e4e4e4;color:#949494}.cw-new-button button[disabled]:not(.btn-link):not([class*=btn-outline]),.cw-new-button button.disabled:not(.btn-link):not([class*=btn-outline]){background-color:#e4e4e4;border-color:#e4e4e4;color:#949494}.cw-new-select button.dropdown-toggle.btn-sm::after,.cw-new-select .btn-group-sm>button.dropdown-toggle.btn::after{margin-left:.5rem}.cw-new-select button.dropdown-toggle.btn-md::after{margin-left:.75rem}.cw-new-select button.dropdown-toggle.btn-lg::after,.cw-new-select .btn-group-lg>button.dropdown-toggle.btn::after{margin-left:1rem}.cw-new-select button .cw-new-select--button-label{color:#949494}.cw-new-select button .cw-new-select--button-selected{color:#1e1e1e}.cw-new-select button:hover{background-color:#fff;border:1px solid #e4e4e4}.cw-new-select button:hover .cw-new-select--button-selected{color:#d51130}.cw-new-select.show button.btn-outline-neutral.dropdown-toggle,.cw-new-select .btn-outline-neutral:not(:disabled):not(.disabled):active{background-color:#fff;border:1px solid #e4e4e4}.cw-new-select.show button.btn-outline-neutral.dropdown-toggle:hover .cw-new-select--button-selected,.cw-new-select .btn-outline-neutral:not(:disabled):not(.disabled):active:hover .cw-new-select--button-selected{color:#d51130}.cw-new-select .cw-new-select--button:not(.disabled){border-radius:.25rem;border-top:2px solid #d51130}.cw-new-select .cw-new-select--button.disabled .cw-new-select--button-selected{color:#949494}.cw-new-select button.btn-sm,.cw-new-select .btn-group-sm>button.btn{height:1.875rem;font-size:.875rem;padding:.5rem .5rem;display:flex;align-items:center;justify-content:space-between}.cw-new-select button.btn-sm .cw-new-select--button-label,.cw-new-select .btn-group-sm>button.btn .cw-new-select--button-label{margin-right:.5rem}.cw-new-select button.btn-sm~ul.dropdown-menu .cw-new-select--item .dropdown-item,.cw-new-select .btn-group-sm>button.btn~ul.dropdown-menu .cw-new-select--item .dropdown-item{font-size:.875rem}.cw-new-select button.btn-md{height:2.5rem;font-size:1rem;padding:.5rem;display:flex;align-items:center;justify-content:space-between}.cw-new-select button.btn-md .cw-new-select--button-label{margin-right:.75rem}.cw-new-select button.btn-md~ul.dropdown-menu .cw-new-select--item .dropdown-item{font-size:1rem}.cw-new-select button.btn-lg,.cw-new-select .btn-group-lg>button.btn{height:3.125rem;font-size:1rem;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.cw-new-select button.btn-lg .cw-new-select--button-label,.cw-new-select .btn-group-lg>button.btn .cw-new-select--button-label{margin-right:1rem}.cw-new-select button.btn-lg~ul.dropdown-menu .cw-new-select--item .dropdown-item,.cw-new-select .btn-group-lg>button.btn~ul.dropdown-menu .cw-new-select--item .dropdown-item{font-size:1rem}.cw-new-select ul{padding:.25rem}.cw-new-select ul .cw-new-select--item .dropdown-item{padding:.25rem;font-size:1rem}.cw-new-select .dropdown-menu .cw-new-select--search{padding:.25rem;border-bottom:1px solid #e4e4e4;margin-bottom:.5rem;height:48px;display:flex;align-items:center;font-size:1rem}.cw-new-select .dropdown-menu .cw-new-select--search li[role=presentation]{width:100%}.cw-new-select .dropdown-menu .cw-new-select--search li[role=presentation] .b-dropdown-form{padding:0}.cw-new-select .dropdown-menu .cw-new-select--search li[role=presentation] .b-dropdown-form .form-group{margin-bottom:0}.cw-new-select .dropdown-menu .cw-new-select--search li[role=presentation] .b-dropdown-form .form-group .input-group .input-group-prepend .input-group-text{background-color:#fff;border:unset;padding:0 .5rem 0 0}.cw-new-select .dropdown-menu .cw-new-select--search li[role=presentation] .b-dropdown-form .form-group .input-group input{padding:0;height:unset}.cw-new-select .dropdown-menu .cw-new-select--search li[role=presentation] .b-dropdown-form .form-group .input-group .input-group-append{padding-left:1rem}.cw-new-checkbox-round.custom-checkbox .custom-control-input~.custom-control-label::before{visibility:hidden}.cw-new-checkbox-round.custom-checkbox .custom-control-input~.custom-control-label::after{width:1rem;height:1rem;content:"";background-color:#fff;background-image:none;border:1px solid #1e1e1e;font-size:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.cw-new-checkbox-round.custom-checkbox .custom-control-input:checked~.custom-control-label::after{font-family:"Font Awesome 6 Pro";content:"";color:#fff;background-color:#d51130;border-color:#d51130}.cw-new-checkbox-square.custom-checkbox .custom-control-input~.custom-control-label::before{visibility:hidden}.cw-new-checkbox-square.custom-checkbox .custom-control-input~.custom-control-label::after{width:1rem;height:1rem;content:"";background-color:#fff;background-image:none;border:1px solid #1e1e1e;font-size:.5rem;display:flex;align-items:center;justify-content:center;border-radius:2px}.cw-new-checkbox-square.custom-checkbox .custom-control-input:checked~.custom-control-label::after{font-family:"Font Awesome 6 Pro";content:"";color:#fff;background-color:#d51130;border-color:#d51130}.cw-banner-info{background-color:#dce8ff;border-radius:4px;color:#104fcc}.cw-banner-info-light{background-color:#e7efff;border-radius:4px;color:#104fcc}.badge.badge-purple{background-color:#f5f3fc;color:#5f34d5}.badge.badge-orange{background-color:#fff9f3;color:#fb973b}#cw-new-version-in-space-modal .modal-content{width:640px;margin-top:10rem}#cw-new-version-in-space-modal .modal-content .modal-header{border-bottom:1px solid #e4e4e4;padding:1.5rem 2rem;align-items:center}#cw-new-version-in-space-modal .modal-content .modal-body{padding:2rem}#cw-new-version-in-space-modal .modal-content .modal-body .cw-new-version-in-space-modal--banner{margin-bottom:2rem}#cw-new-version-in-space-modal .modal-content .modal-body #select-space button{height:48px;display:flex;align-items:center;font-size:.875rem}#cw-new-version-in-space-modal .modal-content .modal-body #select-space ul{max-height:213px;overflow:auto;width:100%}#cw-new-version-in-space-modal .modal-content .modal-body #select-space ul .cw-new-select--search .b-dropdown-form input{font-size:.875rem}#cw-new-version-in-space-modal .modal-content .modal-body #select-space ul .cw-new-select--item .dropdown-item{font-size:.875rem}#cw-new-version-in-space-modal .modal-content .modal-body .cw-new-version-in-space-modal--image{height:2rem;width:2rem;border-radius:.125rem;background-color:#e4e4e4}#cw-new-version-in-space-modal .modal-content .modal-footer{border-top:1px solid #e4e4e4;padding:1.5rem 2rem}.cw-dam-advanced-search-panel :not(.cw-current-calues) .btn{margin:0}.cw-dam-advanced-search-panel .row:not(:last-child):not(.cw-advanced-search-title){margin-bottom:0}.cw-dam-advanced-search-panel .row:not(:first-child){margin-top:0}.cw-dam-advanced-search-panel .cw-advanced-search-title{align-items:center;font-weight:300;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.cw-dam-advanced-search-panel .cw-advanced-search-title .cw-advanced-search-title-text{padding:0;display:flex;justify-content:space-between;flex-grow:1;font-size:.875rem}.cw-dam-advanced-search-panel .cw-advanced-search-title .fa-sliders-v{margin-right:calc(1rem / 2);color:#adb5bd}.cw-dam-advanced-search-panel .cw-advanced-search-title .cw-advanced-search-title-close{padding:calc(1rem / 4);margin-left:auto}.cw-dam-advanced-search-panel .cw-use-saved-search{font-size:14px;font-weight:300;display:flex;justify-content:space-between;align-items:center}.cw-dam-advanced-search-panel .cw-use-saved-search button.dropdown-toggle::after{content:""}.cw-dam-advanced-search-panel .cw-navbar-nav-filters{height:100%}.cw-dam-advanced-search-panel .cw-navbar-nav-filters .cw-dam-advanced-search-categories{width:100%;margin-top:1rem}.cw-dam-advanced-search-panel .navbar-nav .nav-link{background-color:transparent;padding-left:1rem;padding-right:1rem}.cw-dam-advanced-search-panel .cw-current-values{padding-top:calc(1rem / 2)}.cw-dam-advanced-search-panel .cw-current-values .d-constraint-tags-container{flex-wrap:wrap}.cw-dam-advanced-search-panel .cw-current-values .d-constraint-tags-container>*{margin:.1rem .2rem .1rem 0}.cw-dam-advanced-search-panel .cw-advanced-filters-scroller{flex-grow:1;overflow-x:hidden;position:relative;padding-bottom:1rem}.cw-dam-advanced-search-panel .cw-advanced-filters-scroller>*:first-child{margin-top:0 !important}.cw-dam-advanced-search-panel .cw-advanced-filters-scroller hr{margin-top:1.5rem}.cw-dam-advanced-search-panel .cw-advanced-search-title,.cw-side-filter-pane-context{margin:-1rem;margin-bottom:2rem;padding:1rem;background-color:#f8f8f8;border-bottom:1px solid #f4f3f3;border-right:1px solid #f4f3f3;height:4.125rem}@media screen and (max-width: 768px){.cw-dam-advanced-search-panel .cw-advanced-search-title,.cw-side-filter-pane-context{margin-top:0}}.cw-dam-advanced-search-panel .cw-advanced-search-title .cw-navbar-nav-side-filter,.cw-side-filter-pane-context .cw-navbar-nav-side-filter{height:auto;overflow:inherit}.cw-dam-advanced-search-panel .cw-advanced-search-title .cw-navbar-nav-side-filter .dropdown-toggle,.cw-side-filter-pane-context .cw-navbar-nav-side-filter .dropdown-toggle{margin-bottom:0}.cw-advanced-boolean-filter{font-size:14px}.cw-dam-advanced-search-panel hr{margin-bottom:calc(1rem / 3);border-top:1px solid #e4e4e4;width:100%}.cw-dam-advanced-search-panel .tab-pane{padding-bottom:30px}.cw-dam-advanced-search-panel .row.cw-advanced-date-checkbox-container:not(:last-child){margin-top:calc(1rem / 2)}.cw-dam-advanced-search-panel .row.cw-advanced-date-checkbox-container .cw-advanced-date-checkbox .custom-control-label{height:18px;color:#3c3c3b;font-size:14px;font-weight:300;line-height:16px;vertical-align:middle}.cw-dam-advanced-search-panel .row.cw-advanced-date-checkbox-container .cw-advanced-date-checkbox .custom-control-label:before,.cw-dam-advanced-search-panel .row.cw-advanced-date-checkbox-container .cw-advanced-date-checkbox .custom-control-label:after{top:0}.cw-input{height:calc(1.5em + 0.5rem + 2px)}.cw-advanced-background-dropdown{background-color:#fafafa}.cw-advanced-input-wrapper{display:flex;border:.0625rem solid #e4e4e4;padding:0;margin:0 calc(1rem / 2);border-radius:.25rem}.cw-advanced-input-wrapper .cw-advanced-dropdown{width:130px;flex:0 0;border-right:1px solid #e4e4e4}.cw-advanced-input-wrapper .cw-advanced-dropdown .b-dropdown{max-width:100%}.cw-advanced-input-wrapper .cw-advanced-dropdown .cw-advanced-btn{pointer-events:none;width:max-content}.cw-advanced-input-wrapper .cw-advanced-dropdown .dropdown-menu{margin-top:0;min-width:0px}.cw-advanced-input-wrapper .cw-advanced-dropdown .dropdown-item{overflow:hidden;text-overflow:ellipsis;max-width:350px}.cw-advanced-input-wrapper .cw-advanced-dropdown .dropdown-toggle{border-radius:.25rem 0 0 .25rem;width:100%;display:flex;justify-content:space-between;align-items:center}.cw-advanced-input-wrapper .cw-advanced-dropdown .dropdown-toggle .cw-advanced-dropdown-toggle{overflow:hidden;text-overflow:ellipsis;margin-right:calc(1rem / 2)}.cw-advanced-input-wrapper .list-group-item{padding:.25rem 0;border-radius:0 .25rem .25rem 0}.cw-advanced-input-wrapper .list-group-item .cw-advanced-form-input{border:none}.cw-cropper .cw-cropper-container{height:calc(100vh - 70px)}.cw-cropper .cw-cropper-container>div{width:100%;height:100%}.cw-cropper .cw-cropper-container>div.main-loader{position:relative;text-align:left}.cw-cropper .cw-cropper-container>div.main-loader>span.cw-cropper-loading-information{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);display:block}.cw-cropper .cw-cropper-footer,.cw-crop-focus .cw-cropper-footer{padding:10px 0px;height:50px}.cw-crop-focus .cw-crop-focus-container{height:calc(100vh - 70px);text-align:center;position:relative}.cw-crop-focus .cw-crop-focus-container .cw-crop-focus-img{cursor:crosshair;max-width:100%;max-height:100%}.cw-crop-focus .cw-crop-focus-container .focusCross{position:absolute;transform:translateX(-50%) translateY(-50%);font-size:30px;background-color:rgba(255,255,255,.5);border-radius:50px;width:70px;height:70px;line-height:70px;display:block;color:#d51130}.cw-dam-detail{padding-top:3rem;margin-right:0;margin-left:0}.cw-dam-detail.row{margin-right:0}.cw-dam-detail .cw-detail-img-container{display:flex;justify-content:center;align-items:center;position:relative;text-align:center;background-color:#ecebeb;height:600px}.cw-dam-detail .cw-detail-img-container.whithout-bg{height:0;background-color:unset}.cw-dam-detail .cw-detail-img-container .cw-detail-img{max-height:100%;max-width:100%;background-color:#ecebeb}.cw-dam-detail .cw-detail-img-container .cw-img-loader{position:absolute}.cw-dam-detail .nav-tabs .nav-link.active{border-bottom:#d51130 2px solid}@media screen and (max-width: 576px){.cw-dam-detail{padding:1rem}.cw-dam-detail .cw-dam-detail-title{font-weight:600;max-width:100%}.cw-dam-detail .cw-dam-detail-body-wrapper{padding:0}.cw-dam-detail .cw-column-wrapper{padding:0}.cw-dam-detail .cw-detail-img-container{height:calc(600px / 2)}.cw-dam-detail .cw-detail-img-container .cw-detail-img{object-fit:contain}.cw-dam-detail .cw-dam-item-actions{justify-content:center !important;margin-bottom:1rem}.cw-dam-detail .cw-dam-detail-analytics{margin-bottom:1rem;text-align:center}}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-dropdown .dropdown-toggle{border-color:#e4e4e4;background-color:#e4e4e4;color:#3c3c3b;margin-bottom:10px}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container{padding:0}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container .cw-dam-detail-ai-timeline-entry{display:flex;margin:.5rem 0}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container .cw-dam-detail-ai-timeline-entry.disableAiTimeline{pointer-events:none}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container .cw-dam-detail-ai-timeline-entry.disableAiTimeline li{color:#6c757d}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container .cw-dam-detail-ai-timeline-entry:hover{background-color:#f4f3f3;border-radius:.25rem;cursor:pointer}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container .cw-dam-detail-ai-timeline-entry .time{flex:20% 0 0;flex-wrap:wrap;line-height:28px;font-weight:400;font-size:14px;color:#3c3c3b;display:flex;align-items:center}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container .cw-dam-detail-ai-timeline-entry .time .up-to{margin:0 .1rem}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container .cw-dam-detail-ai-timeline-entry .type{min-width:30px;display:flex;align-items:center}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container .cw-dam-detail-ai-timeline-entry .type .icon-label{width:16px;height:16px;color:#c4c4c4}.cw-dam-detail-ai-timeline .cw-dam-detail-ai-timeline-container .cw-dam-detail-ai-timeline-entry .text{flex-grow:1;display:flex;align-items:center}.cw-dam-detail-ai-tag{padding:5px 20px;margin:0 10px 10px 0;font-size:.875rem}.cw-dam-detail-ai-tag-grey{background-color:#e4e4e4}.cw-dam-detail-ai-tag-grey:hover{background-color:#d3d3d3}.timeline{position:relative;margin-top:15px}.timeline .time-tracker{position:absolute;bottom:0;border-bottom:2px solid #454545;display:flex;justify-content:flex-end;z-index:2;pointer-events:none}.timeline .time-tracker .dot{content:"";position:absolute;width:5px;height:5px;border-radius:calc(5px / 2);background-color:#393939;bottom:calc(5px / 2 * -1);right:calc(5px / 2 * -1)}.timeline .time-tracker .bullet{position:relative;background-color:#454545;border-radius:2px;color:#fff;display:flex;justify-content:center;align-items:center;font-size:10px;margin-bottom:5px;min-width:35px;height:15px;width:35px;left:calc(35px / 2);bottom:18px}.timeline .time-tracker .bullet:after{content:"";position:absolute;width:0;height:0;left:calc(50% - 5px);bottom:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #454545}.timeline .timeline-item-container{position:relative;height:20px;border:1px solid #d3d3d3}.timeline .timeline-item-container .timeline-item{position:absolute;height:100%;cursor:pointer;background:#d51130}.timeline.disableTagsTimeline .bullet{background-color:#6c757d}.timeline.disableTagsTimeline .timeline-item{background:#6c757d;pointer-events:none}.cw-dam-explorer-main-pane-results{padding:0 2.5rem;position:relative}@media screen and (max-width: 576px){.cw-dam-explorer-main-pane-results{padding:0 1rem}}.cw-dam-item-actions{display:inline-flex;justify-content:center;align-items:center;position:relative;width:calc(100% - 1.25rem);min-width:2.5rem;margin:0 .625rem}.cw-dam-item-actions .cw-dam-item-action{display:flex;justify-content:center;align-items:center;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;color:#fff;border:1px solid #fff;border-radius:50%;font-size:1rem;padding:.5rem}.cw-dam-item-actions .cw-dam-item-action:not(:first-child){margin-left:.625rem}.cw-dam-item-actions .cw-dam-item-action.dark-mode{color:#d51130;border:1px solid #e4e4e4}.cw-dam-item-actions .cw-dam-item-action.dark-mode.is-disabled{cursor:not-allowed;color:#6c757d}.cw-dam-item-actions .cw-dam-item-action:hover{background-color:#fff;color:#d51130}.cw-dam-item-actions .cw-dam-item-action.cw-dam-action--active{background-color:#d51130;border-color:#d51130;color:#fff}.cw-dam-item-actions .cw-dam-item-action.cw-dam-action--active:hover{color:#fff}.cw-dam-item-actions.cw-highlighted-actions .cw-dam-item-action{background-color:#d51130;border:none;color:#fff}.cw-dam-item-actions.cw-dam-item-actions-right{justify-content:flex-end}.cw-dam-item-actions.cw-dam-item-actions-right:first-child{margin-left:auto}.cw-dam-item-actions .drag-action{cursor:move;cursor:grab}.cw-dam-item-actions .popover-body .row{margin:0}.cw-dam-item-actions .popover-body .row .col{padding:0}.cw-dam-item-count{position:absolute;bottom:1rem;min-width:50px;height:24px;font-size:12px;color:#6c757d;display:flex;justify-content:center;align-items:center}.cw-dam-item-count.align-right{right:0;border-radius:4px 0 0 4px}.cw-dam-item-count.align-left{left:0;border-radius:0 4px 4px 0}.cw-dam-item-infos{display:flex;color:#fff;align-content:center;align-items:center;font-size:20px}.cw-dam-item-infos .cw-asset-nature-icon-wrapper{display:flex;justify-content:center;border:1px solid #fff;padding:1rem;margin-right:.5rem;width:50px;height:50px;border-radius:50%}.cw-dam-item-infos .cw-asset-nature-icon-wrapper .cw-asset-nature-icon-container{display:flex;align-items:center}.cw-dam-square-item .cw-dam-item-infos{color:#fff}.cw-dam-square-item .cw-dam-item-infos .cw-asset-nature-icon-wrapper{border-color:#fff}.cw-dam-tile-item .cw-dam-item-infos{color:#fff}.cw-dam-tile-item .cw-dam-item-infos .cw-asset-nature-icon-wrapper{border-color:#fff}.cw-dam-mobile-item.cw-selected,.cw-dam-mobile-small-item.cw-selected{border:solid 2px #d51130;padding:5px}.cw-dam-mobile-item .cw-dam-mobile-item-img-wrapper,.cw-dam-mobile-small-item .cw-dam-mobile-item-img-wrapper{position:relative;height:230px}.cw-dam-mobile-item .cw-dam-mobile-item-img-wrapper .cw-dam-mobile-item-actions-wrapper,.cw-dam-mobile-small-item .cw-dam-mobile-item-img-wrapper .cw-dam-mobile-item-actions-wrapper{position:absolute;width:100%;bottom:0;height:3.75rem;display:flex;justify-content:center;align-items:flex-end;background:linear-gradient(transparent, rgba(0, 0, 0, 0.5))}.cw-dam-mobile-item .cw-dam-mobile-item-img-wrapper .cw-dam-mobile-item-actions-wrapper .cw-list-item-actions-container,.cw-dam-mobile-small-item .cw-dam-mobile-item-img-wrapper .cw-dam-mobile-item-actions-wrapper .cw-list-item-actions-container{flex-grow:1;margin-bottom:calc(1rem / 2)}.cw-dam-mobile-item .cw-dam-mobile-item-img-wrapper .cw-dam-mobile-item-img,.cw-dam-mobile-small-item .cw-dam-mobile-item-img-wrapper .cw-dam-mobile-item-img{width:100%;height:100%;object-fit:contain;background-color:#ecebeb}.cw-dam-mobile-item .cw-dam-mobile-item-img-wrapper .cw-dam-mobile-item-content,.cw-dam-mobile-small-item .cw-dam-mobile-item-img-wrapper .cw-dam-mobile-item-content{margin-top:calc(1rem / 2)}.cw-dam-mobile-item .cw-dam-mobile-item-component,.cw-dam-mobile-small-item .cw-dam-mobile-item-component{font-weight:600;font-size:.875rem;margin-top:.2rem;margin-right:-0.2rem}.cw-dam-mobile-item{height:340px}.cw-dam-mobile-small-item{overflow:hidden}.cw-dam-mobile-small-item .cw-status-indicator-container{position:absolute;top:.6875rem;left:.875rem}.cw-sample-layout{height:0;overflow:hidden}.cw-dam-list-item{position:relative;display:flex;padding:.625rem .125rem;border:2px solid #f4f3f3;height:15rem;background-color:#fff;overflow:hidden}.cw-dam-list-item.cw-selected{border-color:#d51130}.cw-dam-list-item .cw-embed-responsive-list-wrapper{max-height:13.75rem}.cw-dam-list-item .cw-list-item-content{position:relative;margin-top:.625rem;margin-right:.625rem;margin-left:1rem}.cw-dam-list-item .cw-list-item-content .cw-checkbox-wrapper{margin-right:0rem}.cw-dam-list-item .cw-list-item-content .cw-checkbox-wrapper .cw-checkbox{visibility:visible;top:0rem;right:0rem}.cw-dam-list-item .cw-list-item-content h5{width:calc(100% - 25px)}.cw-dam-list-item .cw-list-item-content .badge{font-size:10.5px}.cw-dam-list-item .cw-entity-detail-relationship .cw-entity-detail-field-value{display:flex;max-width:100%;flex-wrap:wrap}.cw-dam-list-item--blank{display:flex;align-items:center;justify-content:center;position:relative;border:2px solid transparent;background-color:#fff}.cw-dam-list-item .cw-list-item-actions-container,.cw-dam-upload-product-list-item .cw-list-item-actions-container{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;cursor:pointer;top:0;visibility:hidden}.cw-dam-list-item .cw-list-item-actions-container:before,.cw-dam-upload-product-list-item .cw-list-item-actions-container:before{content:"";position:absolute;top:0;left:0;background-color:#c4c4c4;opacity:.5;width:100%;height:100%}.cw-dam-list-item .cw-list-item-actions-container .cw-status-indicator-container,.cw-dam-upload-product-list-item .cw-list-item-actions-container .cw-status-indicator-container{align-self:flex-start;margin-left:.5rem;margin-top:-0.5rem}.cw-dam-list-item .cw-list-item-actions-container .cw-list-item-actions,.cw-dam-upload-product-list-item .cw-list-item-actions-container .cw-list-item-actions{display:flex;margin-top:50%;justify-content:center;width:100%}.cw-dam-list-item .cw-dam-list-item-img-container:hover:not(.cw-item-too-small) .cw-list-item-actions-container,.cw-dam-list-item .cw-dam-product-list-item-img:hover:not(.cw-item-too-small) .cw-list-item-actions-container,.cw-dam-list-item.cw-active .cw-dam-list-item-img-container:hover:not(.cw-item-too-small) .cw-list-item-actions-container,.cw-dam-list-item.cw-active .cw-dam-product-list-item-img:hover:not(.cw-item-too-small) .cw-list-item-actions-container,.cw-dam-upload-product-list-item .cw-dam-list-item-img-container:hover:not(.cw-item-too-small) .cw-list-item-actions-container,.cw-dam-upload-product-list-item .cw-dam-product-list-item-img:hover:not(.cw-item-too-small) .cw-list-item-actions-container,.cw-dam-upload-product-list-item.cw-active .cw-dam-list-item-img-container:hover:not(.cw-item-too-small) .cw-list-item-actions-container,.cw-dam-upload-product-list-item.cw-active .cw-dam-product-list-item-img:hover:not(.cw-item-too-small) .cw-list-item-actions-container{visibility:visible}.cw-dam-list-item .cw-dam-list-item-img-container:hover.cw-item-too-small .cw-list-item-actions-container,.cw-dam-list-item .cw-dam-product-list-item-img:hover.cw-item-too-small .cw-list-item-actions-container,.cw-dam-list-item.cw-active .cw-dam-list-item-img-container:hover.cw-item-too-small .cw-list-item-actions-container,.cw-dam-list-item.cw-active .cw-dam-product-list-item-img:hover.cw-item-too-small .cw-list-item-actions-container,.cw-dam-upload-product-list-item .cw-dam-list-item-img-container:hover.cw-item-too-small .cw-list-item-actions-container,.cw-dam-upload-product-list-item .cw-dam-product-list-item-img:hover.cw-item-too-small .cw-list-item-actions-container,.cw-dam-upload-product-list-item.cw-active .cw-dam-list-item-img-container:hover.cw-item-too-small .cw-list-item-actions-container,.cw-dam-upload-product-list-item.cw-active .cw-dam-product-list-item-img:hover.cw-item-too-small .cw-list-item-actions-container{visibility:hidden}.cw-dam-list-item .cw-dam-list-item-img-container:not(.cw-item-too-small) .cw-status-indicator-container,.cw-dam-list-item .cw-dam-product-list-item-img:not(.cw-item-too-small) .cw-status-indicator-container,.cw-dam-list-item.cw-active .cw-dam-list-item-img-container:not(.cw-item-too-small) .cw-status-indicator-container,.cw-dam-list-item.cw-active .cw-dam-product-list-item-img:not(.cw-item-too-small) .cw-status-indicator-container,.cw-dam-upload-product-list-item .cw-dam-list-item-img-container:not(.cw-item-too-small) .cw-status-indicator-container,.cw-dam-upload-product-list-item .cw-dam-product-list-item-img:not(.cw-item-too-small) .cw-status-indicator-container,.cw-dam-upload-product-list-item.cw-active .cw-dam-list-item-img-container:not(.cw-item-too-small) .cw-status-indicator-container,.cw-dam-upload-product-list-item.cw-active .cw-dam-product-list-item-img:not(.cw-item-too-small) .cw-status-indicator-container{visibility:visible}.cw-dam-list-item .cw-dam-list-item-img-container.cw-item-too-small .cw-status-indicator-container,.cw-dam-list-item .cw-dam-product-list-item-img.cw-item-too-small .cw-status-indicator-container,.cw-dam-list-item.cw-active .cw-dam-list-item-img-container.cw-item-too-small .cw-status-indicator-container,.cw-dam-list-item.cw-active .cw-dam-product-list-item-img.cw-item-too-small .cw-status-indicator-container,.cw-dam-upload-product-list-item .cw-dam-list-item-img-container.cw-item-too-small .cw-status-indicator-container,.cw-dam-upload-product-list-item .cw-dam-product-list-item-img.cw-item-too-small .cw-status-indicator-container,.cw-dam-upload-product-list-item.cw-active .cw-dam-list-item-img-container.cw-item-too-small .cw-status-indicator-container,.cw-dam-upload-product-list-item.cw-active .cw-dam-product-list-item-img.cw-item-too-small .cw-status-indicator-container{visibility:hidden}.cw-dam-product-list-item,.cw-dam-upload-product-list-item{border-width:2px;position:relative;min-height:6.25rem}.cw-dam-product-list-item .cw-dam-item-actions,.cw-dam-upload-product-list-item .cw-dam-item-actions{justify-content:flex-end}.cw-dam-product-list-item.cw-selected,.cw-dam-upload-product-list-item.cw-selected{border-color:#d51130}.cw-dam-product-list-item .card-body,.cw-dam-upload-product-list-item .card-body{display:flex;padding:0;overflow:hidden}.cw-dam-product-list-item .cw-dam-product-list-item-img,.cw-dam-upload-product-list-item .cw-dam-product-list-item-img{width:6.25rem;min-width:6.25rem;height:100%;position:relative;display:flex;justify-content:center;overflow:hidden}.cw-dam-product-list-item .cw-dam-product-list-item-img img,.cw-dam-upload-product-list-item .cw-dam-product-list-item-img img{flex-basis:100%}@media screen and (-webkit-min-device-pixel-ratio: 0)and (min-resolution: 0.001dpcm){.cw-dam-product-list-item .cw-dam-product-list-item-img img,.cw-dam-upload-product-list-item .cw-dam-product-list-item-img img{width:100%}}.cw-dam-product-list-item .cw-dam-product-list-item-img .cw-dam-product-list-item-additional,.cw-dam-upload-product-list-item .cw-dam-product-list-item-img .cw-dam-product-list-item-additional{position:absolute;bottom:0;right:.5rem;color:#fff;font-size:24px}.cw-dam-product-list-item .cw-dam-product-list-item-content,.cw-dam-upload-product-list-item .cw-dam-product-list-item-content{padding:0 1rem;font-size:12px;overflow:hidden;flex-grow:1;display:flex;align-items:center}.cw-dam-product-list-item .cw-dam-product-list-item-content .cw-entity-detail-field,.cw-dam-upload-product-list-item .cw-dam-product-list-item-content .cw-entity-detail-field{display:flex;white-space:pre-wrap}.cw-dam-product-list-item .cw-dam-product-list-item-content .cw-dam-product-list-item-keywords .cw-entity-detail-field-value,.cw-dam-upload-product-list-item .cw-dam-product-list-item-content .cw-dam-product-list-item-keywords .cw-entity-detail-field-value{display:flex;color:#c4c4c4}.cw-dam-product-list-item .cw-dam-product-list-item-content .cw-dam-detail-action,.cw-dam-upload-product-list-item .cw-dam-product-list-item-content .cw-dam-detail-action{font-size:20px}.cw-dam-product-list-item .cw-dam-product-list-item-content .cw-dam-product-list-item-title,.cw-dam-upload-product-list-item .cw-dam-product-list-item-content .cw-dam-product-list-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.cw-dam-upload-product-list-item{max-height:6.25rem;font-size:10px;background-color:#f4f3f3}.cw-dam-upload-product-list-item .label-with-separator{display:block}.cw-dam-upload-product-list-item .cw-dam-product-list-item-img{width:calc(6.25rem - 2 * 0.625rem);min-width:calc(6.25rem - 2 * 0.625rem);height:calc(100px - 2 * 0.625rem);margin:10px}.cw-dam-upload-product-list-item .cw-status-indicator-container{left:0}.cw-dam-upload-product-list-item .cw-status-indicator-container .cw-status-indicator-icon{top:calc(50% - 0.6rem - 1rem / 2);right:calc(50% - 0.6rem - 1rem / 2);font-size:1rem;padding:.6rem;border-radius:calc(0.6rem + 1rem / 2)}.cw-dam-upload-product-list-item .cw-status-indicator-container .cw-status-indicator-icon.cw-status-indicator-icon-top-left{top:5%;left:5%;right:auto}.cw-dam-upload-product-list-item .cw-dam-product-list-item-subtitle{flex-grow:0}.cw-dam-upload-product-list-item .cw-dam-product-list-item-subtitle .cw-entity-detail-field .cw-entity-detail-field-value{color:#d51130}.cw-dam-upload-product-list-item .cw-dam-item-actions .cw-dam-item-action{background-color:#fff;color:#d51130}.cw-dam-product-list-item .cw-dam-product-list-item-content .cw-entity-detail-field .cw-entity-detail-field-value{color:#d51130}.cw-dam-product-list-item .cw-dam-product-list-item-title{font-size:14px}.cw-dam-related-content .cw-dam-related-content-show-more{position:absolute;background-color:rgba(0,0,0,.5);width:100%;height:100%;top:0;display:flex;justify-content:flex-end;align-items:flex-end;padding:1rem;font-size:1.125rem;color:#fff}.cw-dam-related-content .cw-dam-related-content-carousel{height:300px}.cw-dam-related-content .cw-dam-related-content-carousel .VueCarousel-inner{height:100% !important}.cw-dam-related-content .cw-dam-related-content-carousel .VueCarousel-inner .cw-analytics-carousel--img{height:100%}.cw-dam-related-content .cw-dam-related-content-container{display:flex;flex-wrap:wrap}@media screen and (max-width: 576px){.cw-dam-related-content .cw-dam-related-content-entities{flex-wrap:nowrap;overflow:auto}}.cw-dam-reverse-search{border-top:1px solid #e4e4e4;padding-top:37px}.cw-dam-reverse-search .cw-dam-reverse-search-container{width:68%;margin:auto}.cw-dam-reverse-search .cw-dam-reverse-search-container>div>h1>i{color:#d51130}.cw-dam-reverse-search h1{font-size:24px;margin-bottom:38px}.cw-dam-reverse-search h1+div{line-height:10px;padding-bottom:18px;margin-bottom:18px}.cw-dam-reverse-search>div:nth-of-type(2){margin-bottom:20px}.cw-dam-reverse-search .cw-reverse-search-list-item--domain{font-size:.875rem;font-weight:600}.cw-dam-reverse-search .cw-reverse-search-button{color:#d51130;border-style:solid;border-color:#e4e4e4;border-width:1px;border-radius:.25rem;margin:0 .625rem .3125rem 0}.cw-dam-reverse-search .cw-reverse-search-navigation{display:flex;justify-content:space-between;border-bottom:1px solid #e4e4e4;font-size:.875rem}.cw-dam-reverse-search .cw-reverse-search-navigation>div.active-source{font-weight:600;border-bottom:4px solid #d51130}.cw-dam-reverse-search .cw-reverse-search-navigation>div>p{margin-bottom:0}.cw-dam-reverse-search .cw-reverse-search-navigation>div{text-align:center;text-transform:uppercase;cursor:pointer}@media screen and (max-width: 768px){.cw-dam-reverse-search .cw-reverse-search-navigation{flex-direction:column-reverse}.cw-dam-reverse-search .cw-reverse-search-navigation>div:nth-of-type(2){margin:10px 0}}.cw-dam-reverse-search .cw-reverse-search-results{padding-top:22px}.cw-dam-reverse-search .cw-reverse-search-results>div:not(:first-of-type){display:flex;flex-direction:column;align-items:center}.cw-dam-reverse-search .cw-reverse-search-results>div>div{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.cw-dam-reverse-search .cw-reverse-search-results .dropdown{margin-bottom:17px}}.cw-dam-reverse-search .reverse-search-results-container{padding-right:2px;overflow-y:auto}.cw-dam-reverse-search .cw-reverse-search-loader{display:flex;justify-content:center}.cw-dam-reverse-search .cw-reverse-no-result{font-size:.875rem;text-align:center}.cw-dam-reverse-search .reverse-search-results-container-external{max-height:58vh}@media screen and (max-width: 768px){.cw-dam-reverse-search .reverse-search-results-container-external{max-height:48vh}}.cw-dam-reverse-search .reverse-search-results-container-cdn{max-height:71vh}@media screen and (max-width: 768px){.cw-dam-reverse-search .reverse-search-results-container-cdn{max-height:62vh}}.cw-dam-reverse-search .cw-reverse-search-last-update{font-size:.75rem}.cw-dam-reverse-search .cw-reverse-search-nb-result{font-size:.875rem;font-weight:600}.cw-dam-reverse-search .cw-reverse-search-results-external-header{display:flex;flex-direction:column;align-items:center}.cw-dam-reverse-search .cw-reverse-search-results-external-header>p:nth-of-type(2){font-size:.75rem;margin-bottom:0;text-align:center;font-weight:normal}.cw-dam-reverse-search .cw-reverse-search-relaunch{color:#d51130;font-size:.875rem;cursor:pointer}.cw-dam-reverse-search .cw-reverse-search-results-external-footer{display:flex;justify-content:space-between}.cw-dam-reverse-search .cw-reverse-search-results-external-no-content{text-align:center;font-size:.875rem;font-weight:bold}.cw-dam-reverse-search .reverse-search-first-appearance>span,.cw-dam-reverse-search .reverse-search-nb-results>span{font-weight:600}.cw-dam-reverse-search .cw-reverse-search-list-results{font-size:.75rem}.cw-dam-reverse-search .cw-reverse-search-list-item{background-color:#fff;border:1px solid #f4f3f3;margin-bottom:10px;padding-left:20px;padding-top:16px;overflow:hidden;text-overflow:ellipsis;width:100%;min-height:92px}.cw-dam-reverse-search .cw-reverse-search-list-item .cw-reverse-search-img-container{width:11%;margin-right:20px}.cw-dam-reverse-search .cw-reverse-search-list-item .cw-reverse-search-img-container+div{width:80%}.cw-dam-reverse-search .cw-reverse-search-list-item .reverse-search-show-more{cursor:pointer;color:#d51130;font-size:.875rem;font-weight:600}.cw-dam-reverse-search .cw-reverse-search-list-item img{max-width:100%}.cw-dam-reverse-search .cw-reverse-search-list-item li{font-size:.875rem}.cw-dam-reverse-search .cw-reverse-search-list-item ul{margin-bottom:5px;padding-inline-start:unset;list-style-position:inside}.cw-dam-reverse-search .cw-reverse-search-list-item li::marker{font-size:.5em}.cw-dam-reverse-search .cw-reverse-search-list-item table{border-collapse:separate;border-spacing:5px 0;display:block;width:100%}.cw-dam-reverse-search .cw-reverse-search-list-item thead{display:block;border-bottom:1px solid #e4e4e4;width:100%}.cw-dam-reverse-search .cw-reverse-search-list-item tbody{width:100%;display:block}.cw-dam-reverse-search .cw-reverse-search-list-item tr{line-height:24px}.cw-dam-reverse-search .cw-reverse-search-list-item thead>tr{line-height:35px;display:block;width:100%}.cw-dam-reverse-search .cw-reverse-search-list-item thead>tr th:first-of-type{display:inline-block;width:25%}.cw-dam-reverse-search .cw-reverse-search-list-item thead>tr th:last-of-type{display:inline-block;width:75%}.cw-dam-reverse-search .cw-reverse-search-list-item tbody>tr{width:100%;display:flex;justify-content:space-between;color:#656563}.cw-dam-reverse-search .cw-reverse-search-list-item tbody>tr td:first-of-type{display:flex;width:25%}.cw-dam-reverse-search .cw-reverse-search-list-item tbody>tr td:last-of-type{display:flex;align-items:center;width:75%}.cw-dam-reverse-search .cw-reverse-search-list-item tbody>tr a{width:100%;overflow:hidden;text-overflow:ellipsis;color:#656563}.cw-dam-reverse-search .cw-reverse-search-list-item tr>td:last-of-type,.cw-dam-reverse-search .cw-reverse-search-list-item tr>th:last-of-type{padding-left:22px}.cw-dam-square-item{border:2px solid transparent}.cw-dam-square-item.cw-selected{border:2px solid #d51130}.cw-dam-square-item.cw-card-overlay>div{height:unset !important}.cw-dam-square-item .card-body{height:300px;display:flex;padding:0;position:relative;overflow:hidden}.cw-dam-square-item .cw-checkbox-small{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;top:0;z-index:2}.cw-dam-square-item .cw-checkbox-small input{width:100%;height:100%}.cw-dam-square-item .cw-checkbox-small label{top:unset;right:unset}.cw-dam-square-item .cw-square-item-header{color:#fff;font-size:16px;font-weight:500;position:absolute;display:flex;left:0;right:0;border:0;background-color:transparent;z-index:3;padding:.6rem 1.125rem 1.125rem 1.125rem}.cw-dam-square-item .cw-square-item-header .cw-square-item-title,.cw-dam-square-item .cw-square-item-header .cw-checkbox,.cw-dam-square-item .cw-square-item-header .left-actions{visibility:hidden}.cw-dam-square-item .cw-square-item-header .cw-square-item-title{flex-grow:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cw-dam-square-item .cw-square-item-header .cw-square-item-title .cw-entity-detail-field--name{font-weight:500}.cw-dam-square-item .cw-dam-square-item-img-container{width:100%}.cw-dam-square-item .cw-square-item-footer{z-index:2;border:0;background-color:transparent;position:absolute;bottom:0;left:0;right:0;display:flex}.cw-dam-square-item .cw-square-item-footer .cw-dam-item-actions{visibility:hidden;align-self:flex-end}.cw-dam-square-item .cw-square-item-footer .cw-dam-item-infos{position:absolute;bottom:1rem;margin-left:.5rem;margin-bottom:.5rem}.cw-dam-square-item:hover:not(.cw-item-too-small) .cw-square-item-title,.cw-dam-square-item:hover:not(.cw-item-too-small) .cw-checkbox,.cw-dam-square-item:hover:not(.cw-item-too-small) .left-actions,.cw-dam-square-item:hover:not(.cw-item-too-small) .cw-dam-item-actions,.cw-dam-square-item.cw-active:not(.cw-item-too-small) .cw-square-item-title,.cw-dam-square-item.cw-active:not(.cw-item-too-small) .cw-checkbox,.cw-dam-square-item.cw-active:not(.cw-item-too-small) .left-actions,.cw-dam-square-item.cw-active:not(.cw-item-too-small) .cw-dam-item-actions{visibility:visible}.cw-dam-square-item:hover:not(.cw-item-too-small) .cw-dam-item-infos,.cw-dam-square-item.cw-active:not(.cw-item-too-small) .cw-dam-item-infos{visibility:hidden}.cw-dam-square-item:not(.cw-item-too-small) .cw-status-indicator-container{visibility:visible}.cw-dam-square-item.cw-item-too-small .cw-status-indicator-container,.cw-dam-square-item.cw-item-too-small .cw-dam-item-infos{visibility:hidden}.cw-dam-square-item.cw-selected:not(.cw-item-too-small) .cw-checkbox{visibility:visible}.card.cw-dam-tile-item{position:relative;border:2px solid transparent}.card.cw-dam-tile-item.cw-selected{border-color:#d51130}.card.cw-dam-tile-item .card-header .card-title{z-index:1}.card.cw-dam-tile-item .card-header .left-actions{z-index:4;visibility:hidden}.card.cw-dam-tile-item .card-body{padding:0;z-index:2}.card.cw-dam-tile-item .card-body .card-header{padding:.6rem 1.125rem 1.125rem 1.125rem;display:flex;flex-wrap:nowrap;border:0;background-color:transparent}.card.cw-dam-tile-item .card-body .card-header .card-title{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;z-index:3;margin-bottom:0}.card.cw-dam-tile-item .card-body .card-footer{z-index:2;border:0;background-color:transparent;width:100%;position:absolute;bottom:0;padding-bottom:1rem;display:flex}.card.cw-dam-tile-item .card-body .card-title,.card.cw-dam-tile-item .card-body .cw-checkbox,.card.cw-dam-tile-item .card-body .card-footer .cw-dam-item-actions{visibility:hidden}.card.cw-dam-tile-item .card-body .card-footer .cw-dam-item-infos{position:absolute;bottom:1rem;margin-left:.5rem;margin-bottom:.5rem}@media screen and (max-width: 768px){.card.cw-dam-tile-item .card-body .card-title,.card.cw-dam-tile-item .card-body .cw-checkbox,.card.cw-dam-tile-item .card-body .card-footer .cw-dam-item-actions{visibility:visible}}.card.cw-dam-tile-item:hover:before,.card.cw-dam-tile-item.cw-active:before{display:block}.card.cw-dam-tile-item:hover .card-title,.card.cw-dam-tile-item:hover .cw-checkbox,.card.cw-dam-tile-item:hover .card-footer .cw-dam-item-actions,.card.cw-dam-tile-item:hover .left-actions,.card.cw-dam-tile-item.cw-active .card-title,.card.cw-dam-tile-item.cw-active .cw-checkbox,.card.cw-dam-tile-item.cw-active .card-footer .cw-dam-item-actions,.card.cw-dam-tile-item.cw-active .left-actions{visibility:visible}.card.cw-dam-tile-item:hover .card-footer .cw-dam-item-infos,.card.cw-dam-tile-item.cw-active .card-footer .cw-dam-item-infos{visibility:hidden}.card.cw-dam-tile-item.cw-selected .cw-checkbox{visibility:visible}.card.cw-dam-tile-item .card-img{object-fit:contain;background-color:#e4e4e4}.cw-status-indicator-container{display:flex;align-items:center;justify-content:center;margin-right:.5rem;cursor:default}.cw-status-indicator-container .cw-status-indicator{width:1.375rem;height:1.375rem;z-index:3;border-radius:50%;border:4px solid #fff}.cw-status-indicator-container a.cw-status-indicator{cursor:pointer}.cw-icons-indicators-wrapper{bottom:0;width:100%;height:100%;position:absolute;z-index:2;display:flex;align-items:center;justify-content:center}.cw-icons-indicators-wrapper .cw-icons-indicators{margin:2em;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.cw-icons-indicators-wrapper .cw-icons-indicators .cw-icon-indicator{min-width:calc(1.5rem * 2.25);margin:.25rem;position:relative;font-size:1.5rem;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.4);display:flex;justify-content:center}.cw-icons-indicators-wrapper .cw-icons-indicators .cw-icon-indicator i{margin:1rem}.cw-icons-indicators-wrapper .cw-icons-indicators .cw-icon-indicator i.background-icon{color:rgba(0,0,0,.4)}.cw-icons-indicators-wrapper .cw-icons-indicators .cw-icon-indicator.cw-status-indicator-icon-top-left{position:absolute;top:5%;left:5%}.cw-icons-indicators-wrapper .cw-icons-indicators .cw-icon-indicator.cw-status-indicator-icon-top-right{position:absolute;top:5%;right:5%}.cw-dam-block-item{height:100%;font-size:.875rem;border:2px solid #f4f3f3;background-color:#fff}.cw-dam-block-item .cw-status-indicator-container{position:absolute;top:.6875rem;left:.875rem}.cw-dam-block-item .cw-entity-detail-label{margin-bottom:0px}.cw-dam-block-item .line-clamping-1{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;height:1.5em}.cw-dam-block-item .line-clamping-1.h1,.cw-dam-block-item .line-clamping-1.h2,.cw-dam-block-item .line-clamping-1.h3,.cw-dam-block-item .line-clamping-1.h4,.cw-dam-block-item .line-clamping-1.h5,.cw-dam-block-item .line-clamping-1.h6{height:1.2em}.cw-dam-block-item .line-clamping-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:3em}.cw-dam-block-item .line-clamping-2.h1,.cw-dam-block-item .line-clamping-2.h2,.cw-dam-block-item .line-clamping-2.h3,.cw-dam-block-item .line-clamping-2.h4,.cw-dam-block-item .line-clamping-2.h5,.cw-dam-block-item .line-clamping-2.h6{height:2.4em}.cw-dam-block-item .line-clamping-3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;height:4.5em}.cw-dam-block-item .line-clamping-3.h1,.cw-dam-block-item .line-clamping-3.h2,.cw-dam-block-item .line-clamping-3.h3,.cw-dam-block-item .line-clamping-3.h4,.cw-dam-block-item .line-clamping-3.h5,.cw-dam-block-item .line-clamping-3.h6{height:3.6em}.cw-dam-block-item .line-clamping-4{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;height:6em}.cw-dam-block-item .line-clamping-4.h1,.cw-dam-block-item .line-clamping-4.h2,.cw-dam-block-item .line-clamping-4.h3,.cw-dam-block-item .line-clamping-4.h4,.cw-dam-block-item .line-clamping-4.h5,.cw-dam-block-item .line-clamping-4.h6{height:4.8em}.cw-dam-block-item .line-clamping-5{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5;height:7.5em}.cw-dam-block-item .line-clamping-5.h1,.cw-dam-block-item .line-clamping-5.h2,.cw-dam-block-item .line-clamping-5.h3,.cw-dam-block-item .line-clamping-5.h4,.cw-dam-block-item .line-clamping-5.h5,.cw-dam-block-item .line-clamping-5.h6{height:6em}.cw-dam-block-item .embed-responsive-item:hover .cw-block-item-actions-container{visibility:visible}.cw-dam-block-item .embed-responsive-item:hover .cw-block-item-actions-container .cw-dam-item-actions{z-index:3}.cw-dam-block-item .cw-block-item-actions-container{height:100%;width:100%;display:flex;align-items:center;justify-content:center;position:absolute;cursor:pointer;top:0;visibility:hidden}.cw-dam-block-item .cw-block-item-actions-container:before{content:"";position:absolute;top:0;left:0;background-color:rgba(0,0,0,.4);opacity:.5;width:100%;height:100%}.cw-dam-block-item .cw-block-item-actions-container .cw-block-item-actions{display:flex;margin-top:70%;justify-content:center;width:100%}.cw-dam-block-item .cw-block-item-actions-container:hover{visibility:visible}.cw-dam-block-item:hover .cw-checkbox{visibility:visible}.cw-dam-block-item.cw-selected{border-color:#d51130}.cw-dam-block-item.cw-selected .cw-checkbox{visibility:visible}.cw-dam-block-item .break-all{word-break:break-all}.cw-dam-wrapper-actions ul li .nav-link{background-color:#fff;color:#949494;font-size:1rem;font-weight:600;padding:1rem;border-bottom:solid 1px #e4e4e4}.cw-dam-wrapper-actions ul li .nav-link:not(.active):hover{border-bottom:solid 1px #e4e4e4}.cw-dam-wrapper-actions ul li .nav-link.active{background-color:#fff;color:#000;font-size:1rem;font-weight:600;border-bottom:#d51130 solid 2px}.cw-dam-wrapper-actions ul li .nav-link h5{margin:0;font-size:1rem;font-weight:600;cursor:default}.cw-wider-tooltip .tooltip-inner{width:400px;max-width:400px}.cw-signin,.cw-changepassword,.cw-auth,.cw-error-access-denied{max-width:100% !important;margin-left:0px}.cw-signin .cw-welcome-message,.cw-changepassword .cw-welcome-message,.cw-auth .cw-welcome-message,.cw-error-access-denied .cw-welcome-message{padding-bottom:1rem}.cw-signin .cw-remember-me,.cw-changepassword .cw-remember-me,.cw-auth .cw-remember-me,.cw-error-access-denied .cw-remember-me{align-items:baseline;margin-top:calc(1rem / 2);margin-bottom:1rem;font-size:.875rem}.cw-signin .cw-connection-separator,.cw-changepassword .cw-connection-separator,.cw-auth .cw-connection-separator,.cw-error-access-denied .cw-connection-separator{background-color:#e4e4e4;height:1px;margin-bottom:2rem;text-align:center}.cw-signin .cw-connection-separator>span,.cw-changepassword .cw-connection-separator>span,.cw-auth .cw-connection-separator>span,.cw-error-access-denied .cw-connection-separator>span{color:#3c3c3b;background-color:#f8f8f8;position:relative;text-transform:uppercase;top:calc(-0.75rem);padding:0 15px}.cw-signin .cw-separator-sso-displayed-first,.cw-changepassword .cw-separator-sso-displayed-first,.cw-auth .cw-separator-sso-displayed-first,.cw-error-access-denied .cw-separator-sso-displayed-first{margin-top:2rem}.cw-signin .mb-4.second-connect-sso-displayed,.cw-changepassword .mb-4.second-connect-sso-displayed,.cw-auth .mb-4.second-connect-sso-displayed,.cw-error-access-denied .mb-4.second-connect-sso-displayed{margin-bottom:2rem !important}.cw-signin .cw-show-more-connect-methods,.cw-changepassword .cw-show-more-connect-methods,.cw-auth .cw-show-more-connect-methods,.cw-error-access-denied .cw-show-more-connect-methods{margin-top:calc(1rem / 2);margin-bottom:1rem}.cw-signin .forgotten-password,.cw-changepassword .forgotten-password,.cw-auth .forgotten-password,.cw-error-access-denied .forgotten-password{font-size:.875rem;color:#3c3c3b}.cw-signin .forgotten-password:hover,.cw-changepassword .forgotten-password:hover,.cw-auth .forgotten-password:hover,.cw-error-access-denied .forgotten-password:hover{color:#adb5bd}.cw-signin .cw-user-input,.cw-changepassword .cw-user-input,.cw-auth .cw-user-input,.cw-error-access-denied .cw-user-input{margin:0 auto 3rem auto}.cw-signin .cw-user-input small,.cw-changepassword .cw-user-input small,.cw-auth .cw-user-input small,.cw-error-access-denied .cw-user-input small{font-size:.75em}.cw-signin .cw-user-input .form-control,.cw-signin .cw-user-input input:-webkit-autofill,.cw-signin .cw-user-input .multiselect__input,.cw-signin .cw-user-input .multiselect__single,.cw-changepassword .cw-user-input .form-control,.cw-changepassword .cw-user-input input:-webkit-autofill,.cw-changepassword .cw-user-input .multiselect__input,.cw-changepassword .cw-user-input .multiselect__single,.cw-auth .cw-user-input .form-control,.cw-auth .cw-user-input input:-webkit-autofill,.cw-auth .cw-user-input .multiselect__input,.cw-auth .cw-user-input .multiselect__single,.cw-error-access-denied .cw-user-input .form-control,.cw-error-access-denied .cw-user-input input:-webkit-autofill,.cw-error-access-denied .cw-user-input .multiselect__input,.cw-error-access-denied .cw-user-input .multiselect__single{background-color:#f8f8f8;-webkit-box-shadow:0 0 0 30px #f8f8f8 inset !important}.cw-signin .cw-user-input .form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .form-control:focus~.input-group-append,.cw-changepassword .cw-user-input .form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .form-control:focus~.input-group-append,.cw-auth .cw-user-input .form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .form-control:focus~.input-group-append,.cw-error-access-denied .cw-user-input .form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .form-control:focus~.input-group-append{border-color:#d51130}.cw-signin .cw-user-input .form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .input-group-append,.cw-changepassword .cw-user-input .form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .input-group-append,.cw-auth .cw-user-input .form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .input-group-append,.cw-error-access-denied .cw-user-input .form-group.cw-input-container:not(.cw-input-container--radio-group):not(.cw-input-container--checkbox-group):not(.cw-input-container--switch) .cw-input-container--input .input-group-append{background-color:#f8f8f8}.cw-signin .cw-user-input .custom-control-label::before,.cw-changepassword .cw-user-input .custom-control-label::before,.cw-auth .cw-user-input .custom-control-label::before,.cw-error-access-denied .cw-user-input .custom-control-label::before{background-color:#f8f8f8}.cw-signin .cw-user-input .form-control:focus,.cw-changepassword .cw-user-input .form-control:focus,.cw-auth .cw-user-input .form-control:focus,.cw-error-access-denied .cw-user-input .form-control:focus{border-color:#d51130}.cw-signin .cw-user-input .cw-multiselect .multiselect__tags,.cw-changepassword .cw-user-input .cw-multiselect .multiselect__tags,.cw-auth .cw-user-input .cw-multiselect .multiselect__tags,.cw-error-access-denied .cw-user-input .cw-multiselect .multiselect__tags{padding:.5rem .5rem;background-color:#f8f8f8}.cw-signin .cw-user-input .floating-label-group label,.cw-changepassword .cw-user-input .floating-label-group label,.cw-auth .cw-user-input .floating-label-group label,.cw-error-access-denied .cw-user-input .floating-label-group label{width:auto}.cw-signin .cw-user-input input:not(:placeholder-shown)~* label,.cw-signin .cw-user-input input:focus~* label,.cw-signin .cw-user-input input:focus~* label,.cw-signin .cw-user-input input:-webkit-autofill~* label,.cw-changepassword .cw-user-input input:not(:placeholder-shown)~* label,.cw-changepassword .cw-user-input input:focus~* label,.cw-changepassword .cw-user-input input:focus~* label,.cw-changepassword .cw-user-input input:-webkit-autofill~* label,.cw-auth .cw-user-input input:not(:placeholder-shown)~* label,.cw-auth .cw-user-input input:focus~* label,.cw-auth .cw-user-input input:focus~* label,.cw-auth .cw-user-input input:-webkit-autofill~* label,.cw-error-access-denied .cw-user-input input:not(:placeholder-shown)~* label,.cw-error-access-denied .cw-user-input input:focus~* label,.cw-error-access-denied .cw-user-input input:focus~* label,.cw-error-access-denied .cw-user-input input:-webkit-autofill~* label{background-color:#f8f8f8}.cw-signin .cw-user-input .custom-select,.cw-changepassword .cw-user-input .custom-select,.cw-auth .cw-user-input .custom-select,.cw-error-access-denied .cw-user-input .custom-select{margin-left:.25rem;padding:0 .25rem;background-color:#f4f3f3;border-radius:.25rem;font-size:inherit;height:auto;border:0;font-weight:bold}.cw-signin .cw-illustration,.cw-changepassword .cw-illustration,.cw-auth .cw-illustration,.cw-error-access-denied .cw-illustration{min-height:100vh;background-size:cover;background-position:center center;position:relative}.cw-signin .cw-illustration small,.cw-changepassword .cw-illustration small,.cw-auth .cw-illustration small,.cw-error-access-denied .cw-illustration small{position:absolute;bottom:1rem;right:1rem;color:#fff}.cw-signin .cw-illustration.cw-register,.cw-changepassword .cw-illustration.cw-register,.cw-auth .cw-illustration.cw-register,.cw-error-access-denied .cw-illustration.cw-register{position:sticky;top:0;height:100vh}.cw-signin .cw-signin-footer,.cw-changepassword .cw-signin-footer,.cw-auth .cw-signin-footer,.cw-error-access-denied .cw-signin-footer{padding-top:10px;padding-bottom:10px;font-size:85%;background-color:#f4f3f3}.cw-signin .cw-signin-footer .col,.cw-changepassword .cw-signin-footer .col,.cw-auth .cw-signin-footer .col,.cw-error-access-denied .cw-signin-footer .col{text-align:center}.cw-signin .cw-signin-footer .col a,.cw-changepassword .cw-signin-footer .col a,.cw-auth .cw-signin-footer .col a,.cw-error-access-denied .cw-signin-footer .col a{color:#3c3c3b}.cw-signin .cw-signin-footer .col i,.cw-changepassword .cw-signin-footer .col i,.cw-auth .cw-signin-footer .col i,.cw-error-access-denied .cw-signin-footer .col i{display:block;font-size:26px}.cw-signin>div{min-height:100vh;display:flex;justify-content:space-between;flex-direction:column}.cw-signin-modal .modal-header{position:absolute;width:100%;padding:10px}.cw-signin-modal .modal-header .modal-title{padding:15px 35px}.cw-signin-modal .modal-body .cw-signin{max-height:85vh;display:flex}.cw-signin-modal .modal-body .cw-signin .cw-signin-container{max-height:100%;flex-grow:1}.cw-signin-modal .modal-body .cw-signin .cw-signin-container .cw-signin-content{margin-top:4rem !important;max-height:calc(100% - 1rem * 4);overflow:auto}.cw-signin-modal .modal-body .cw-signin .cw-user-row-register{background-color:#f4f3f3}.cw-signin-modal .modal-body .cw-signin .cw-user-register-title{color:#3c3c3b;font-weight:500;font-size:1.25rem;margin-left:-1rem}.cw-user-row-register{font-size:.875rem;margin:0 calc(1rem / 2 * -1);padding:1rem calc(1rem / 2) 0}.cw-user-register-body{padding:1rem 0;color:#3c3c3b;font-weight:400;font-size:16px}.cw-user-register-body .cw-user-register-body-content{display:inline-block;width:100%;margin-bottom:1rem}.cw-register-modal{max-height:85vh;overflow:auto}.cw-register-modal .cw-register-form input:-webkit-autofill,.cw-register-modal .cw-register-form input:-webkit-autofill:hover,.cw-register-modal .cw-register-form input:-webkit-autofill:focus,.cw-register-modal .cw-register-form input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset !important}.cw-register-modal .cw-register-form .cw-register-field{min-height:calc(1.5em + 1.5rem + 2px + 30px)}.cw-register-modal .cw-register-form .cw-register-field .cw-register-description{color:#3c3c3b;font-size:.7rem;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-register-modal .cw-register-form .cw-register-field .cw-register-description .cw-register-description-text{margin-left:.2rem}.profil-section .cw-profil-section--back-button{z-index:2;position:absolute;top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + 1.5rem + 83px / 4);left:2.5rem;padding-top:1rem;padding-bottom:1rem}.profil-section .spinner-grow{display:block;margin:auto}.profil-section .form-group.cw-input-container--input:not(.cw-input-container--radio-group){border:none}.profil-section .form-group.cw-input-container--input:not(.cw-input-container--radio-group) input,.profil-section .form-group.cw-input-container--input:not(.cw-input-container--radio-group) .b-form-datepicker,.profil-section .form-group.cw-input-container--input:not(.cw-input-container--radio-group) .multiselect__tags{border:none;background-color:transparent;font-size:20px;font-weight:500;border-bottom:2px solid #e4e4e4;border-radius:0}.profil-section .form-group.cw-input-container--input:not(.cw-input-container--radio-group) input:focus,.profil-section .form-group.cw-input-container--input:not(.cw-input-container--radio-group) .b-form-datepicker:focus,.profil-section .form-group.cw-input-container--input:not(.cw-input-container--radio-group) .multiselect__tags:focus{border-bottom-color:#d51130}.profil-section .form-group.cw-input-container--input:not(.cw-input-container--radio-group) .input-group-append,.profil-section .form-group.cw-input-container--input:not(.cw-input-container--radio-group) .multiselect__single{border:none !important;background-color:transparent !important}.cw-modal .modal-header{padding:0}.cw-modal .modal-header .cw-header-modal{position:absolute;z-index:3;width:calc((11 / 12) * 100%);right:0;left:0;margin:1rem auto}.cw-modal .modal-header button{z-index:3;position:absolute;margin:1rem 1rem 0 auto;padding:0;right:0}.cw-modal .modal-body{padding:0}.cw-modal .modal-body .cw-modal-body{margin:0}.cw-modal .modal-body .cw-modal-body .col-6{padding:0}.cw-modal .modal-body .cw-modal-body .col-6 .cw-modal-input{padding-top:4rem}.modal-title{font-weight:500}.modal-content{overflow:hidden}@media(min-width: 576px){.modal-xl{max-width:80vw}}.cw-board-card{background-color:transparent;border:none;height:100%;width:100%}.cw-board-card .card-body{height:100%}.cw-board-card:hover,.cw-board-card.active{background-color:#fff}.cw-board-card:hover .card-body .cw-board-card--more,.cw-board-card.active .card-body .cw-board-card--more{display:block}.cw-board-card:hover .card-body .cw-board-card--more:hover,.cw-board-card.active .card-body .cw-board-card--more:hover{color:#d51130}.cw-board-card:not(.active):not(:hover) .cw-board-card--more{display:none}.cw-board-card .cw-board-card--title{display:block;color:#3c3c3b;font-weight:500;margin-right:21px}.cw-board-card .cw-board-card--title .fa{font-size:16px}.cw-board-card .cw-board-card--media{color:#d51130;font-weight:600;font-size:14px}.cw-board-card .cw-board-card--album{position:relative;padding:0 !important;height:85%;width:100%}.cw-board-card .cw-board-card--overlay{position:absolute;color:#d51130;background:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.199) 3.5%, rgba(0, 0, 0, 0.195) 7%, rgba(0, 0, 0, 0.19) 10.35%, rgba(0, 0, 0, 0.182) 13.85%, rgba(0, 0, 0, 0.174) 17.35%, rgba(0, 0, 0, 0.165) 20.85%, rgba(0, 0, 0, 0.155) 24.35%, rgba(0, 0, 0, 0.145) 27.85%, rgba(0, 0, 0, 0.135) 31.35%, rgba(0, 0, 0, 0.126) 34.85%, rgba(0, 0, 0, 0.118) 38.35%, rgba(0, 0, 0, 0.11) 41.85%, rgba(0, 0, 0, 0.105) 45.35%, rgba(0, 0, 0, 0.1) 48.85%, rgba(0, 0, 0, 0.103) 52.35%, rgba(0, 0, 0, 0.112) 55.85%, rgba(0, 0, 0, 0.126) 59.35%, rgba(0, 0, 0, 0.144) 62.85%, rgba(0, 0, 0, 0.165) 66.35%, rgba(0, 0, 0, 0.188) 69.85%, rgba(0, 0, 0, 0.213) 73.35%, rgba(0, 0, 0, 0.237) 76.85%, rgba(0, 0, 0, 0.262) 80.35%, rgba(0, 0, 0, 0.285) 83.85%, rgba(0, 0, 0, 0.306) 87.35%, rgba(0, 0, 0, 0.324) 90.85%, rgba(0, 0, 0, 0.338) 94.35%, rgba(0, 0, 0, 0.347) 97.85%, rgba(0, 0, 0, 0.35) 100%);z-index:1;height:100%;width:100%;display:flex;justify-content:center;align-items:center}.cw-board-card .card-body{padding:10px 10px 18px 10px}.cw-board-card .card-body .cw-collaborators>.cw-collaborator:first-child{margin:-40px 0 0 0}.cw-board-card .card-body .cw-collaborators>.cw-collaborator:not(*:first-child){margin:-40px -25px 0 0}.cw-board-card .card-body .cw-board-card--more{position:absolute;bottom:10px;right:10px;font-size:21px}.cw-add-boards-card{display:flex;justify-content:center;align-items:center;border:1px dashed #d51130;color:#d51130;padding:45px 0;background-color:transparent;font-weight:600;height:85%;font-size:14px}.cw-add-boards-card .cw-add-boards-card--icon{margin-bottom:20px}.cw-add-boards-card .cw-add-boards-card--icon *{font-size:36px}.cw-add-boards-card .cw-add-boards-card--icon *.fa-plus{font-size:18px;margin:9px -6px}.cw-board-action--list{width:17.5rem;max-width:17.5rem}.cw-board-action--list .cw-board-action-list--item .col{white-space:nowrap}.cw-board-action--list .cw-board-action-list--item i{font-weight:500}.cw-board-action--list .cw-board-action-list--item a{color:#3c3c3b;font-weight:500}.cw-board-action--list .cw-board-action-list--item:hover i,.cw-board-action--list .cw-board-action-list--item:hover a{color:#d51130}.cw-board-action--list .cw-board-action-list--item.disabled{opacity:.5}.cw-board-action--list .cw-board-action-list--header{padding:1.25rem;border-bottom:1px solid #e4e4e4}.cw-board-action--list .cw-board-action-list--header h5{margin:0;font-size:1rem;font-weight:600}.cw-board-action--list .cw-board-action-list--header button{padding:0}.cw-board-action--list .cw-board-action-list--item{padding:.625rem 1.25rem}.cw-board-action--list .cw-board-action-list--item button{padding:0}.cw-board-actions-popover{max-width:inherit;width:fit-content}.cw-board-explorer *,.cw-share-explorer *{scroll-margin-top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + 2.5rem)}.cw-board-explorer .btn,.cw-share-explorer .btn{flex-shrink:0}.cw-board-explorer .cw-board-explorer-filters,.cw-share-explorer .cw-board-explorer-filters{border-bottom:1px;padding-bottom:1.5rem;padding-top:1.5rem}.cw-board-explorer .cw-board-explorer-filters .cw-board-explorer-filters-title,.cw-share-explorer .cw-board-explorer-filters .cw-board-explorer-filters-title{text-align:left;display:flex;justify-content:center;flex:1 0 70%;margin-left:20px}.cw-board-explorer .cw-board-explorer-filters .cw-board-explorer-filters-title .cw-board-explorer-filters-title-name-wrapper,.cw-share-explorer .cw-board-explorer-filters .cw-board-explorer-filters-title .cw-board-explorer-filters-title-name-wrapper{display:flex;flex-direction:column}.cw-board-explorer .cw-board-explorer-filters .cw-board-explorer-filters-title .cw-board-explorer-filters-title-name-wrapper .cw-board-name,.cw-share-explorer .cw-board-explorer-filters .cw-board-explorer-filters-title .cw-board-explorer-filters-title-name-wrapper .cw-board-name{text-align:left}.cw-board-explorer .layout-navbar,.cw-share-explorer .layout-navbar{top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + 7.5rem);position:sticky;z-index:4;background:#f8f8f8;padding-top:1rem;padding-bottom:1rem;border-width:0}@media screen and (max-width: 576px){.cw-board-explorer .navbar.cw-explorer-filters,.cw-share-explorer .navbar.cw-explorer-filters{height:auto !important;display:flex;flex-wrap:wrap;padding:1rem !important}.cw-board-explorer .navbar.cw-explorer-filters .cw-board-explorer-filters-title,.cw-share-explorer .navbar.cw-explorer-filters .cw-board-explorer-filters-title{margin:1rem 0;justify-content:center}.cw-board-explorer .navbar.cw-explorer-filters .cw-board-explorer-filters-title .cw-board-explorer-filters-title-name-wrapper,.cw-share-explorer .navbar.cw-explorer-filters .cw-board-explorer-filters-title .cw-board-explorer-filters-title-name-wrapper{align-items:center}.cw-board-explorer .navbar.cw-explorer-filters .cw-dam-item-actions,.cw-share-explorer .navbar.cw-explorer-filters .cw-dam-item-actions{justify-content:center !important}.cw-board-explorer .layout-navbar,.cw-board-explorer .cw-container,.cw-share-explorer .layout-navbar,.cw-share-explorer .cw-container{padding:0 1rem}}.cw-board-explorer .navbar.cw-explorer-filters{height:7.5rem}.cw-boards *{scroll-margin-top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + 7.5rem)}.cw-boards .cw-boards--title,.cw-boards .cw-saved-searches--title{font-weight:500;font-size:20px;text-align:center;margin:2rem}.cw-boards .cw-boards--back-button,.cw-boards .cw-saved-searches--back-button{position:absolute;top:calc(1.5rem + 0.625rem);left:2.5rem;padding-top:1rem;padding-bottom:1rem}.cw-boards .cw-boards--content{margin-top:35px}.cw-boards .cw-boards--sort{justify-content:flex-end;margin:0px}.cw-boards .cw-gallery-list.list-group .cw-gallery-item{padding:0}@media screen and (max-width: 576px){.cw-boards .cw-boards--back-button,.cw-boards .cw-saved-searches--back-button,.cw-board-explorer .cw-boards--back-button,.cw-board-explorer .cw-saved-searches--back-button,.cw-saved-searches .cw-boards--back-button,.cw-saved-searches .cw-saved-searches--back-button{top:1rem;left:1rem;padding-top:calc(1rem / 2);padding-bottom:calc(1rem / 2)}.cw-boards .cw-boards--title,.cw-board-explorer .cw-boards--title,.cw-saved-searches .cw-boards--title{margin:1rem;margin-top:4.5rem}.cw-boards .cw-saved-searches--title,.cw-board-explorer .cw-saved-searches--title,.cw-saved-searches .cw-saved-searches--title{margin-top:1rem}}.cw-boards .nav-tabs .nav-item,.cw-saved-searches .nav-tabs .nav-item{margin-right:0}.cw-board-input--search{display:flex;justify-content:center;align-items:center;height:42px;color:#d51130}.cw-board-input--search input,.cw-board-input--search input:active,.cw-board-input--search input:focus{height:42px;font-style:italic;color:#d51130;background-color:transparent;border:none}.cw-board-input--search input::placeholder,.cw-board-input--search input:active::placeholder,.cw-board-input--search input:focus::placeholder{color:#d51130}.cw-download-board-form .custom-control{text-align:right}.cw-download-board-form-multiselect{align-items:center}.cw-download-board-form-multiselect .b-dropdown{justify-content:flex-end;display:flex}.cw-download-board-form-multiselect .b-dropdown button{text-align:right;padding:0px !important;white-space:normal}@media screen and (max-width: 768px){.cw-download-board-form-multiselect{display:flex;flex-direction:column}.cw-download-board-form-multiselect label{max-width:100% !important}.cw-download-board-form-multiselect .dropdown-menu>li>a{white-space:normal}}.board-create-form--body{padding:0 2rem 1rem 2rem}.cw-board-tile-wrapper .cw-tile{border-radius:.25rem;aspect-ratio:.8502673797}.cw-board-tile-wrapper .cw-tile:hover .cw-board-tile-wrapper--tag{visibility:hidden}.cw-board-tile-wrapper .cw-tile .cw-tile--main{height:75%;margin-bottom:0}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap{height:100%}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover{display:grid;grid-column-gap:.5rem;grid-row-gap:.5rem}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover.images-1{grid-template-areas:"image-1 image-1" "image-1 image-1"}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover.images-1 .image-1{grid-area:image-1}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover.images-2{grid-template-areas:"image-1 image-2" "image-1 image-2"}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover.images-2 .image-1{grid-area:image-1}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover.images-2 .image-2{grid-area:image-2}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover.images-3{grid-template-areas:"image-1 image-2" "image-1 image-3"}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover.images-3 .image-1{grid-area:image-1}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover.images-3 .image-2{grid-area:image-2}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover.images-3 .image-3{grid-area:image-3}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--cover img{border-radius:.125rem;width:100%;height:100%;object-fit:cover}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .b-overlay .cw-tile-overlay .cw-dam-item-actions .cw-board-tile-action{background-color:unset;display:flex;justify-content:center;align-items:center;color:#fff;margin-right:.5rem;padding-top:.2rem}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .b-overlay .cw-tile-overlay .cw-dam-item-actions .cw-board-tile-action:hover{background-color:unset}.cw-board-tile-wrapper .cw-tile .cw-tile--main .b-overlay-wrap .cw-board-tile-wrapper--tag .badge{display:flex;position:absolute;top:.5rem;left:.5rem;height:1.875rem;padding:.5rem;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700}.cw-board-tile-wrapper .cw-tile .cw-board-tile-wrapper--infos{height:25%;padding-left:.75rem;display:flex;flex-direction:column;justify-content:center}.cw-board-tile-wrapper .cw-tile .cw-board-tile-wrapper--title{display:flex;align-items:center;padding-bottom:.725rem}.cw-board-tile-wrapper .cw-tile .cw-board-tile-wrapper--title .text-truncate{display:block}.cw-board-tile-wrapper .cw-tile [portal-action=cw-board-tile-wrapper-board_info]{white-space:nowrap}.cw-share-explorer .cw-share-explorer-actions{position:absolute;right:0;display:flex;align-items:center;padding-right:1.5rem;min-width:200px}.cw-share-explorer .cw-share-explorer-actions>span{min-width:100px}.cw-share-explorer .cw-share-board-description{margin-top:1.5rem}@media screen and (max-width: 576px){.cw-share-explorer .cw-share-explorer-actions{position:relative;width:100%;justify-content:flex-end;padding-right:0}.cw-share-explorer .cw-share-explorer-actions .cw-dam-item-actions{width:3.75rem}.cw-share-explorer .cw-share-board-description{margin-top:calc(1rem / 2);margin-bottom:0}}.cw-share-board-title{max-width:300px;word-break:break-word}.cw-share-password{height:calc(100vh - 81px)}.cw-share-password .cw-illustration{height:100%;background-size:cover;background-position:center center;position:relative}.cw-share-password .cw-illustration small{position:absolute;bottom:1rem;right:1rem;color:#fff}.cw-collaborators-scroll{max-height:80px;overflow-y:auto;overflow-x:hidden}.cw-header-with-back-and-action{z-index:12}.content_center-header_actions--btn-content{margin-right:.5rem}.content-center-header-actions-button .dropdown-menu{min-width:100%}.empty-list--vertical-pattern-lp-6{background-position:-10px 30px;background:repeating-linear-gradient(to right, transparent 0%, transparent 16%, #fff 16%, #fff 17%),linear-gradient(to top, rgba(255, 255, 255, 0.5), #f8f8f8)}.empty-list--horizontal-pattern-lp-6{background-position:-10px 30px;background:repeating-linear-gradient(to bottom, transparent 0%, transparent 7.14%, white 7.14%, white 14.29%),linear-gradient(to top, rgba(255, 255, 255, 0.5), #f8f8f8)}.empty-list--empty-pattern{background-image:repeating-linear-gradient(to bottom, #f8f8f8 0px, #f8f8f8 10px, #d3d3d3 10px, #d3d3d3 210px, #f8f8f8 210px, #f8f8f8 220px, #d3d3d3 220px, #d3d3d3 230px, #f8f8f8 230px, #f8f8f8 240px, #d3d3d3 240px, #d3d3d3 250px, #f8f8f8 250px, #f8f8f8 260px)}.empty-list--empty-pattern .empty-list--empty-sub-pattern{background-position:-10px 30px;background-image:repeating-linear-gradient(to right, #f8f8f8 0px, #f8f8f8 30px, transparent 30px, transparent 310px, #f8f8f8 310px, #f8f8f8 320px)}.empty-list--empty-pattern .empty-list--empty-sub-pattern .cw-empty-list--content{background:linear-gradient(180deg, rgba(248, 248, 248, 0.8) 0%, #f8f8f8 100%)}.cw-empty-list .cw-empty-list--content{width:100%}.cw-empty-list .cw-empty-list--content img:first-child{padding-top:4vh}.cw-empty-list .cw-empty-list--content h5:first-child{padding-top:15vh}.cw-empty-list .cw-empty-list--content .empty-list--message{margin-top:10vh}.cw-empty-list h4{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.cw-empty-list p{color:#949494;margin-bottom:2rem;text-align:center;font-size:.875rem}.cw-empty-list button{margin-bottom:20vh}.cw-downloadable-format{margin-bottom:10px;color:#d51130}.cw-downloadable-format:hover,.cw-downloadable-format.active{background-color:#d51130;color:#fff !important}.cw-downloadable-format.cw-small-text{font-size:20px}.cw-dam-detail-action.active{background-color:#d51130}.cw-dam-detail-action.active *{color:#fff !important}.cw-entity-preview{width:400px;max-width:400px;height:400px;pointer-events:none}.cw-entity-preview div{height:100%;width:100%}.cw-column-wrapper{color:#6c757d;font-size:.875rem;word-break:break-word;padding-left:1.5rem}.cw-column-wrapper .cw-item-wrapper{margin-bottom:1.5rem;padding-bottom:1.5rem}.cw-column-wrapper .cw-item-wrapper:not(:last-child){border-bottom:1px solid #d3d3d3}.cw-column-wrapper .cw-item-wrapper .with-bullet{display:list-item;list-style-type:disc;list-style-position:inside}.cw-column-wrapper .cw-item-wrapper .with-bullet>*:first-child{display:inline}.cw-column-wrapper .cw-item-wrapper .cw-entity-detail-field.with-label .cw-entity-detail-field-value{display:inline-block}.cw-column-wrapper .cw-item-wrapper .cw-entity-detail-field-value>div{display:inline}.nav-tabs,.nav.nav-tabs{margin-bottom:1rem}.cw-entity-detail-label{font-weight:300;margin-bottom:.5rem}.cw-entity-detail-label.upper{text-transform:uppercase;margin:20px 0px}.cw-dam-related-asset{width:220px}.cw-dam-related-asset .cw-related-content-text{color:#000;height:80px;font-size:12px}.cw-edit-container{overflow-y:hidden}.cw-edit-meta-container{height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px))}.cw-edit-meta-container .cw-meta-section{padding:1.5rem 3rem;border-bottom:1px solid #dee2e6 !important}.cw-edit-meta-container .cw-meta-section .cw-meta-section-content{margin-bottom:1.5rem}.cw-edit-meta-container .cw-meta-section p{color:#adb5bd !important}.cw-edit-meta-container .cw-editing-container{height:100%}.cw-edit-meta-container .cw-editing-container.disabled .cw-edit-form .cw-edit-form-groups{cursor:not-allowed !important}.cw-edit-meta-container .cw-editing-container.disabled .cw-edit-form .cw-edit-form-groups input:disabled,.cw-edit-meta-container .cw-editing-container.disabled .cw-edit-form .cw-edit-form-groups textarea:disabled,.cw-edit-meta-container .cw-editing-container.disabled .cw-edit-form .cw-edit-form-groups label,.cw-edit-meta-container .cw-editing-container.disabled .cw-edit-form .cw-edit-form-groups button:disabled,.cw-edit-meta-container .cw-editing-container.disabled .cw-edit-form .cw-edit-form-groups .custom-control-label:after{cursor:not-allowed !important}.cw-edit-meta-container .cw-editing-container.cw-editing-overlay{overflow:hidden}.cw-edit-meta-container .cw-editing-container .cw-editing-overlay-content{display:flex;flex-direction:column;height:100%}.cw-edit-meta-container .cw-edit-loader{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cw-edit-meta-container .menu{width:200px;height:100%;display:none}.cw-edit-meta-container .cw-edit-stickyheader{position:sticky;z-index:3;top:80px;padding:20px 0 0 48px}.cw-edit-meta-container .cw-edit-stickyheader.t-0{top:0}.cw-edit-meta-container .cw-edit-form{height:100%;display:flex;flex-direction:column;border-left:1px solid #e4e4e4}.cw-edit-meta-container .cw-edit-form .cw-edit-form-groups{position:relative;flex-grow:1;overflow-y:auto;padding:.5rem 1rem}.cw-edit-meta-container .cw-edit-form .cw-edit-form-groups>.cw-group{position:relative;padding-top:.5rem}.cw-edit-meta-container .cw-edit-form .cw-edit-form-groups>.cw-group::before{border-top:1px solid #e4e4e4;content:"";position:absolute;left:0;right:0;top:calc(-0.5rem + (-0.75em))}.cw-edit-meta-container .cw-edit-form .cw-edit-form-groups>.cw-group>legend{top:-0.5rem;text-align:center;display:inline-block;margin:0 auto;width:auto;padding:0 1em;background-color:#f8f8f8;position:relative;color:#adb5bd;z-index:2}.cw-edit-meta-container .cw-edit-form .cw-edit-form-groups>.cw-group+.cw-group:last-child{min-height:100%}.cw-edit-meta-container .player-container{padding:25px 23px;left:0px;width:100%}.cw-edit-meta-container .player-container .cw-detail-img-container.abs{position:absolute;top:25px;margin-left:0;margin-right:0;left:0;right:0;display:flex;width:100%;justify-content:center}.cw-edit-meta-container .player-container .cw-detail-img-container.abs .cw-img-loader{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cw-edit-meta-container .meta-container{padding:0;height:100%}.cw-edit-meta-container .meta-container .cw-meta{position:relative;height:100%}.cw-edit-meta-container .meta-container .cw-boolean-input .list-group-item{background-color:transparent}.cw-edit-meta-container .meta-container .cw-relationship-input,.cw-edit-meta-container .meta-container .cw-relationship-tree-input,.cw-edit-meta-container .meta-container .cw-boolean-input{display:flex;font-size:.875rem}.cw-edit-meta-container .meta-container .cw-relationship-input .btn,.cw-edit-meta-container .meta-container .cw-relationship-tree-input .btn,.cw-edit-meta-container .meta-container .cw-boolean-input .btn{color:#adb5bd}.cw-edit-meta-container .meta-container .cw-relationship-input .btn:hover,.cw-edit-meta-container .meta-container .cw-relationship-input .btn:active,.cw-edit-meta-container .meta-container .cw-relationship-tree-input .btn:hover,.cw-edit-meta-container .meta-container .cw-relationship-tree-input .btn:active,.cw-edit-meta-container .meta-container .cw-boolean-input .btn:hover,.cw-edit-meta-container .meta-container .cw-boolean-input .btn:active{background-color:#fff}.cw-edit-meta-container .meta-container .cw-relationship-input .btn .fa-trash,.cw-edit-meta-container .meta-container .cw-relationship-tree-input .btn .fa-trash,.cw-edit-meta-container .meta-container .cw-boolean-input .btn .fa-trash{color:#3c3c3b}.cw-edit-meta-container .meta-container .cw-relationship-input .dropdown,.cw-edit-meta-container .meta-container .cw-relationship-tree-input .dropdown,.cw-edit-meta-container .meta-container .cw-boolean-input .dropdown{width:100%}.cw-edit-meta-container .meta-container .cw-relationship-input .cw-input-relationship-search>div,.cw-edit-meta-container .meta-container .cw-relationship-tree-input .cw-input-relationship-search>div,.cw-edit-meta-container .meta-container .cw-boolean-input .cw-input-relationship-search>div{display:flex;justify-content:center;align-items:center}.cw-edit-meta-container .meta-container .cw-relationship-input .cw-input-relationship-search>div input,.cw-edit-meta-container .meta-container .cw-relationship-tree-input .cw-input-relationship-search>div input,.cw-edit-meta-container .meta-container .cw-boolean-input .cw-input-relationship-search>div input{border:none}.cw-edit-meta-container .meta-container .cw-relationship-input .cw-input-relationship-search>div .fa-search,.cw-edit-meta-container .meta-container .cw-relationship-tree-input .cw-input-relationship-search>div .fa-search,.cw-edit-meta-container .meta-container .cw-boolean-input .cw-input-relationship-search>div .fa-search{margin-right:5px}.cw-edit-meta-container .meta-container .multiselect .multiselect__content-wrapper{z-index:99999}.cw-edit-meta-container .meta-container .multiselect .multiselect__tag{background-color:#d51130}.cw-edit-meta-container .meta-container .cw-date-input{display:flex}.cw-edit-meta-container .meta-container .cw-date-input .form-control{flex-grow:1}.cw-edit-meta-container .meta-container .cw-date-input .form-control label,.cw-edit-meta-container .meta-container .cw-date-input .form-control .btn{padding:.25rem .5rem}.cw-edit-meta-container .meta-container .cw-date-input .b-form-btn-label-control.form-control>label{min-height:.5rem}.cw-edit-meta-container .meta-container .cw-tree-relationship-filter .dropdown{border-radius:5px}.cw-edit-meta-container .meta-container .cw-tree-relationship-filter .dropdown .dropdown-toggle{border-left:1px solid #656563}.cw-edit-meta-container .meta-container .cw-tree-relationship-filter .dropdown .dropdown-menu{height:6.25rem;overflow:auto;width:100%}.cw-edit-menu{position:fixed;padding:0 10px}.cw-edit-menu .list-group-item{background-color:transparent;border-bottom:1px solid #3c3c3b;color:#000;font-weight:300;font-size:14px;padding:14px;border-radius:0}.cw-edit-menu .list-group-item.active{font-weight:500}.cw-edit-meta-container{margin:0}.cw-edit-meta-container .cw-edit-meta{padding:0;display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;height:100%}.cw-edit-meta-container .cw-edit-meta button{width:fit-content}.cw-edit-meta-container .cw-edit-meta .cw-default-player-wrapper .cw-player-overlay{position:absolute;top:0;left:0;width:100%;height:0}.cw-edit-meta-container .cw-edit-meta .cw-edit-version-overlay{background-color:#ecebeb;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 5rem;gap:2rem;height:37.5rem;max-height:59.625rem}.cw-edit-meta-container .cw-edit-meta .cw-edit-version-overlay .section-icon{display:flex;width:4rem;height:4rem;padding:1rem;flex-direction:column;justify-content:center;align-items:center;border-radius:3.5rem;background:#c4c4c4}.cw-edit-meta-container .cw-edit-meta .cw-edit-version-overlay .section-paragraph{text-align:center;font-weight:600}.cw-edit-meta-container .cw-edit-meta .cw-edit-version-overlay .section-button-actions{display:flex;flex-direction:row;gap:.5rem}.cw-edit-meta-container .cw-dynamic-nav-header{background-color:transparent}.cw-dam-edit-dark-theme .cw-meta-section p{color:#e4e4e4 !important}.cw-dam-edit-dark-theme .menu{background-color:#1e1e1e}.cw-dam-edit-dark-theme .cw-edit-stickyheader{background-color:#282828 !important;border-color:#3c3c3b}.cw-dam-edit-dark-theme .cw-edit-stickyheader .nav-item a{color:#fff !important}.cw-dam-edit-dark-theme div{background-color:#282828}.cw-dam-edit-dark-theme input,.cw-dam-edit-dark-theme textarea{background-color:transparent}.cw-dam-edit-dark-theme .meta-container{border-left:1px solid #3c3c3b}.cw-dam-edit-dark-theme .meta-container .border-bottom{border-color:#3c3c3b !important}.cw-dam-edit-dark-theme .meta-container .border-bottom p{color:#c4c4c4 !important}.cw-dam-edit-dark-theme .meta-container .cw-i18n-inputfield input,.cw-dam-edit-dark-theme .meta-container .cw-i18n-inputfield textarea{color:#fff}.cw-dam-edit-dark-theme .meta-container .cw-i18n-inputfield .row{color:#fff}.cw-dam-edit-dark-theme .meta-container .cw-i18n-inputfield .cw-i18n-inputfield--tabs span{color:#fff;background-color:#3c3c3b;border:none}.cw-dam-edit-dark-theme .meta-container .cw-i18n-inputfield .cw-i18n-inputfield--tabs span.active{border:1px solid #656563;background-color:#282828}.cw-dam-edit-dark-theme .meta-container .cw-relationship-input label,.cw-dam-edit-dark-theme .meta-container .cw-relationship-tree-input label,.cw-dam-edit-dark-theme .meta-container .cw-boolean-input label{color:#fff}.cw-dam-edit-dark-theme .meta-container .cw-relationship-input .cw-input-relationship-search>div input,.cw-dam-edit-dark-theme .meta-container .cw-relationship-tree-input .cw-input-relationship-search>div input,.cw-dam-edit-dark-theme .meta-container .cw-boolean-input .cw-input-relationship-search>div input{color:#fff}.cw-dam-edit-dark-theme .meta-container .cw-relationship-input .cw-input-relationship-search>div .fa-search,.cw-dam-edit-dark-theme .meta-container .cw-relationship-tree-input .cw-input-relationship-search>div .fa-search,.cw-dam-edit-dark-theme .meta-container .cw-boolean-input .cw-input-relationship-search>div .fa-search{color:#fff}.cw-dam-edit-dark-theme .meta-container .multiselect .multiselect__select{background-color:transparent}.cw-dam-edit-dark-theme .meta-container .multiselect .multiselect__single{color:#fff;background-color:transparent}.cw-dam-edit-dark-theme .meta-container .multiselect .multiselect__element{color:#fff}.cw-dam-edit-dark-theme .meta-container .multiselect .multiselect__tag{background-color:#d51130;color:#fff}.cw-dam-edit-dark-theme .meta-container .multiselect .multiselect__tag .multiselect__tag-icon:focus,.cw-dam-edit-dark-theme .meta-container .multiselect .multiselect__tag .multiselect__tag-icon:hover{background-color:#d51130;color:#fff}.cw-dam-edit-dark-theme .meta-container .form-control,.cw-dam-edit-dark-theme .meta-container .multiselect__tags{border-color:#656563}.cw-dam-edit-dark-theme .meta-container .form-control:focus{background-color:transparent}.cw-dam-edit-dark-theme .meta-container .cw-tree-relationship-filter .dropdown{background-color:transparent}.cw-dam-edit-dark-theme .meta-container .cw-tree-relationship-filter .dropdown .dropdown-toggle{border-left:1px solid #656563;color:#656563}.cw-dam-edit-dark-theme .meta-container .cw-tree-relationship-filter .dropdown .dropdown-menu{background-color:#282828;border-color:#656563}.cw-dam-edit-dark-theme .meta-container .cw-tree-relationship-filter .dropdown .dropdown-menu .list-group-item{color:#fff}.cw-dam-edit-dark-theme .meta-container .cw-tree-relationship-filter .dropdown .cw-tree-input-item{color:#fff}.cw-dam-edit-dark-theme .cw-edit-menu .list-group-item{background-color:transparent;border-bottom:1px solid #3c3c3b;color:#fff}.cw-explorer-filters.sticky-top{top:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)}@media screen and (max-width: 576px){.cw-explorer-filters.sticky-top{top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) - 0.3rem)}}.cw-explorer-filters .tabs ul.nav-tabs,.cw-explorer-filters .tab-content .tab-pane .cw-wrapping-component{min-width:300px}.navbar.cw-explorer-tools{border:none}.navbar.cw-explorer-tools.sticky-top{top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + 4.125rem)}.cw-rectangle-select-area .cw-dam-explorer-filters-wrapper .cw-advanced-search{color:#3c3c3b;border:solid 1px #e4e4e4;border-radius:.25rem;font-weight:500;font-size:.875rem;height:1.938rem;display:flex;align-items:center;justify-content:center;width:fit-content;padding:.5rem .75rem}.cw-rectangle-select-area .cw-dam-explorer-filters-wrapper .cw-advanced-search:hover{color:#fff}.cw-rectangle-select-area .cw-dam-explorer-filters-wrapper .cw-advanced-search.open{color:#fff}.cw-rectangle-select-area .cw-dam-explorer-filters-wrapper .cw-dam-explorer-main-pane-filters-fulltext-search .input-group-prepend .input-group-text{border:none;background-color:transparent}.cw-rectangle-select-area .cw-dam-explorer-filters-wrapper .cw-dam-explorer-main-pane-filters-fulltext-search input{font-family:"Montserrat","Font Awesome 6 Pro" !important;border:none;background-color:transparent;padding:0 !important}.cw-rectangle-select-area .cw-dam-explorer-filters-wrapper .cw-dam-explorer-main-pane-filters-fulltext-search .search-input-clear-button{cursor:pointer}.cw-dam-explorer-wrapper{overflow-y:hidden;display:flex;flex-grow:1}.cw-dam-explorer-wrapper.horizontal-and-vertical-panes{height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px));margin-top:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)}@media screen and (max-width: 768px){.cw-dam-explorer-wrapper.horizontal-and-vertical-panes{height:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + calc(1.5em + 1rem + 0px) - 0.2rem);margin-top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + calc(1.5em + 1rem + 0px) - 0.2rem)}}.cw-dam-explorer-wrapper[data-scroller=horizontalpan]{overflow-y:scroll;height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) - 0.1rem)}.cw-dam-explorer-wrapper .advanced-search-boorkmark-button{width:auto;position:absolute;right:0;text-align:right;margin:0 2.5rem;border:solid #e4e4e4 1px;border-radius:.25rem}@media screen and (max-width: 576px){.cw-dam-explorer-wrapper .advanced-search-boorkmark-button{position:relative;width:100%;text-align:center;background-color:#f8f8f8;margin:0}.cw-dam-explorer-wrapper .advanced-search-boorkmark-button .dropdown-toggle{margin:1rem 0 !important}}.cw-dam-explorer-wrapper .advanced-search-boorkmark-button .cw-search-blinking{color:transparent;animation:blink 1s linear infinite}@keyframes blink{0%{opacity:1}25%{opacity:.5}50%{opacity:0}75%{opacity:.5}100%{opacity:1}}.cw-dam-explorer-wrapper .advanced-search-boorkmark-button .btn{color:#d51130}.cw-dam-explorer-wrapper .cw-explorer-select-area+.splitpanes__splitter,.cw-dam-explorer-wrapper .cw-dam-tree-explorer+.splitpanes__splitter{display:none}.cw-dam-explorer-wrapper .cw-dam-explorer-side-filter-pane{font-size:14px;padding:1rem 1rem 0 1rem;position:fixed;width:inherit;height:calc(100vh - 5rem - 1px);overflow:hidden;display:flex;flex-direction:column;background-color:#fff}.cw-dam-explorer-wrapper .cw-dam-explorer-side-filter-pane .cw-side-filter-pane-context{display:flex}.cw-dam-explorer-wrapper .cw-dam-explorer-side-filter-pane .cw-side-filter-pane-content{flex-grow:1;overflow-y:auto;padding-right:1rem}.cw-dam-explorer-wrapper .cw-dam-explorer-side-filter-pane .cw-filters-relationship-search{margin-bottom:1em}.cw-dam-explorer-wrapper .cw-dam-explorer-side-filter-pane .cw-filters-relationship-search .input-group .input-group-prepend i{font-size:1.7em;color:#c4c4c4}.cw-dam-explorer-wrapper .cw-dam-explorer-side-filter-pane .cw-filters-relationship-search .form-control{border-color:transparent transparent #e4e4e4 transparent}.cw-dam-explorer-wrapper .cw-dam-explorer-side-filter-pane .cw-filters-relationship-search .form-control:focus{border-color:transparent transparent #d51130 transparent}.cw-dam-explorer-wrapper.suggestion-opened .cw-dam-explorer-side-filter-pane{padding-bottom:4.25rem}.cw-dam-explorer-wrapper.selection-opened .cw-dam-explorer-side-filter-pane{padding-bottom:8.25rem}.cw-dam-explorer-wrapper.cw-explorer-open .cw-dam-tree-explorer+.splitpanes__splitter,.cw-dam-explorer-wrapper.cw-advanced-search-open .cw-explorer-select-area+.splitpanes__splitter{display:block}.cw-dam-explorer-wrapper.cw-explorer-open .cw-dam-tree-explorer .cw-dam-tree-explorer-item{font-size:14px;padding:1rem 1rem 0 1rem;width:inherit}@media screen and (max-width: 768px){.cw-dam-explorer-wrapper.cw-explorer-open .cw-dam-tree-explorer .cw-dam-tree-explorer-item{padding-top:0}}.cw-dam-explorer-wrapper .cw-dam-tree-explorer-trigger{display:flex;justify-content:center;align-items:center;width:80px;color:#adb5bd;border-radius:0;border-color:#f4f3f3;border-style:solid;border-top-width:0;font-size:15px}.cw-dam-explorer-wrapper .cw-dam-tree-explorer-trigger:hover{background-color:#e4e4e4}.cw-dam-explorer-wrapper .cw-dam-advanced-search{width:0}.cw-dam-explorer-wrapper .cw-dam-folder-panel{width:100%;height:100%;z-index:3;scrollbar-width:unset}.cw-dam-explorer-wrapper .cw-dam-folder-panel .cw-pane-trigger{position:absolute;padding-left:20px}.cw-dam-explorer-wrapper .cw-dam-folder-panel .cw-pane-trigger i:first-of-type{margin-right:5px}.cw-dam-explorer-wrapper .cw-dam-folder-panel .cw-pane-trigger i:last-of-type{margin-left:5px}.cw-dam-explorer-wrapper .cw-dam-folder-panel .cw-filters-tree-depth-container{background-color:#fff;overflow-x:scroll}.cw-dam-explorer-wrapper .cw-dam-folder-panel .cw-filters-tree-depth-container ::-webkit-scrollbar-track{background-color:#fafafa}.cw-dam-explorer-wrapper .cw-dam-folder-panel .cw-filters-tree-depth-container::-webkit-scrollbar-track{background-color:#f8f8f8}.cw-dam-explorer-wrapper .cw-dam-folder-panel .cw-pane-trigger{font-size:15px;width:100%;background-color:#fafafa}.cw-dam-explorer-wrapper .cw-dam-folder-panel .min-w-25{width:25%;min-width:25%;border-left:1px solid #e4e4e4}.cw-dam-explorer-wrapper .cw-dam-folder-panel .min-w-25::-webkit-scrollbar-track{background-color:#e4e4e4}.cw-dam-explorer-wrapper .cw-dam-folder-panel div,.cw-dam-explorer-wrapper .cw-dam-folder-panel ul{height:100%}.cw-dam-explorer-wrapper .cw-dam-folder-panel ul{padding-top:54px}.cw-dam-explorer-wrapper .cw-dam-folder-panel a{font-size:13px;line-height:15px}.cw-dam-explorer-wrapper .cw-dam-folder-panel ::-webkit-scrollbar{width:5px}.cw-dam-explorer-wrapper .cw-dam-folder-panel ::-webkit-scrollbar-thumb{border-radius:0}.cw-dam-explorer-wrapper.cw-advanced-search-open .cw-dam-advanced-search{top:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px);z-index:1020}.cw-dam-explorer-wrapper.cw-advanced-search-open .cw-dam-advanced-search .cw-dam-advanced-search-item{top:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px);overflow:auto;scrollbar-width:thin;padding:0 1rem 0 1rem;width:inherit;position:fixed;height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px));background-color:#fff}@media screen and (max-width: 576px){.cw-dam-explorer-wrapper.cw-advanced-search-open .cw-dam-advanced-search .cw-dam-advanced-search-item{padding:0}}@media screen and (max-width: 768px){.cw-dam-explorer-wrapper.cw-advanced-search-open .cw-dam-advanced-search .cw-dam-advanced-search-item{top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + calc(1.5em + 1rem + 0px) - 0.2rem)}}.cw-dam-explorer-wrapper.cw-advanced-search-open .cw-dam-advanced-search .cw-autocomplete-results{z-index:2}.cw-dam-explorer-wrapper.cw-advanced-search-open .cw-dam-advanced-search .cw-advancedsearch-relationship-results-container{position:absolute;z-index:3;top:calc(calc(1.5em + 0.5rem + 2px) + 0.0625rem);border:1px solid #f4f3f3;padding:0 calc(1rem / 2);width:100%;background-color:#fff;left:0;max-height:40vh;overflow:auto;font-size:.875rem}.cw-dam-explorer-wrapper.cw-advanced-search-open .cw-dam-advanced-search .cw-advancedsearch-relationship-results-container.cw-no-border{border:0}.cw-dam-explorer-wrapper.cw-advanced-search-open .cw-dam-advanced-search .cw-advancedsearch-relationship-results-container .custom-control-label{display:flex;align-items:center}.cw-dam-explorer-wrapper.horizontal-and-vertical-panes .splitpanes__splitter{position:sticky;z-index:1024;top:0}.cw-dam-explorer-wrapper.horizontal-and-vertical-panes.splitpanes--horizontal>.splitpanes__splitter::before{content:"";position:absolute;top:-7px;bottom:4px;width:100%;transition:opacity .4s;background-color:#d51130;opacity:0;z-index:1}.cw-dam-explorer-wrapper.horizontal-and-vertical-panes.splitpanes--horizontal>.splitpanes__splitter:hover::before{opacity:.8}.cw-dam-explorer-wrapper.horizontal-and-vertical-panes.splitpanes--horizontal>.splitpanes__splitter::after{display:none}.cw-dam-explorer-wrapper.horizontal-and-vertical-panes.splitpanes--horizontal>.splitpanes__splitter{width:100%;opacity:.8}.cw-dam-explorer-wrapper.horizontal-and-vertical-panes.splitpanes--horizontal.resizing>.splitpanes__splitter::before{opacity:1}.cw-dam-explorer-wrapper.horizontal-and-vertical-panes .splitpanes--vertical .splitpanes__splitter{top:0;height:100%;width:0;transform:rotate(90deg)}.cw-dam-explorer-wrapper.horizontal-and-vertical-panes.cw-folder-pane-open .cw-navbar-nav-filters{margin-top:0}.cw-dam-explorer-wrapper.splitpanes--dragging *{transition:none !important}.cw-dam-explorer-wrapper .splitpanes__pane{height:initial;overflow:initial}.cw-dam-explorer-wrapper .cw-dam-tree-explorer{width:0;flex-grow:1;background-color:#fff}.cw-dam-explorer-wrapper .cw-dam-tree-explorer .cw-dam-tree-explorer-item{overflow:auto;padding:0;position:fixed;scrollbar-width:thin;width:0;height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px))}.cw-dam-explorer-wrapper .cw-dam-tree-explorer .cw-dam-tree-explorer-item .cw-filters-tree-container{margin-right:0}.cw-dam-explorer-wrapper .cw-dam-tree-explorer .cw-dam-tree-explorer-item .cw-filters-relationship-search,.cw-dam-explorer-wrapper .cw-dam-tree-explorer .cw-dam-tree-explorer-item .form-control,.cw-dam-explorer-wrapper .cw-dam-tree-explorer .cw-dam-tree-explorer-item .list-group-item{background-color:#fff}.cw-dam-explorer-wrapper .cw-dam-tree-explorer .cw-dam-tree-explorer-item .custom-control-inline{margin-right:.5rem;overflow:hidden}.cw-dam-explorer-wrapper .cw-dam-tree-explorer .cw-dam-tree-explorer-item .custom-control-inline .custom-control-label{display:flex;max-width:100%}.cw-dam-explorer-wrapper .cw-dam-tree-explorer .cw-dam-tree-explorer-item .cw-tree-item-toggle{margin-right:.5rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .navbar.cw-filters,.cw-dam-explorer-wrapper .cw-explorer-select-area .layout-navbar,.cw-dam-explorer-wrapper .cw-explorer-select-area .filters-navbar{background-color:#f8f8f8}.cw-dam-explorer-wrapper .cw-explorer-select-area .navbar.cw-filters{border:0;z-index:1021;display:flex;align-items:flex-start}.cw-dam-explorer-wrapper .cw-explorer-select-area .navbar.cw-filters:first-child{padding-left:2.5rem}@media screen and (max-width: 576px){.cw-dam-explorer-wrapper .cw-explorer-select-area .navbar.cw-filters{top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + calc(1.5em + 1rem + 0px) - 0.2rem);flex-wrap:nowrap;justify-content:flex-start}}.cw-dam-explorer-wrapper .cw-explorer-select-area .filters-navbar{position:sticky;top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + 4.125rem);z-index:1018}.cw-dam-explorer-wrapper .cw-explorer-select-area .layout-navbar{position:sticky;top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) + 4.125rem);z-index:1018}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-dam-explorer-filters-wrapper{position:sticky;width:100%;top:0;z-index:1019}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel{background-color:#f8f8f8;width:100%;padding:0 2.5rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--title{color:#1e1e1e;font-weight:600;font-size:1.125rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content{display:flex;position:relative}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--arrow-left,.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--arrow-right{display:flex;align-items:center;justify-content:center;height:1.75rem;width:1.75rem;border-radius:50%;border:1px solid #e4e4e4;background-color:#fff;font-size:.75rem;position:absolute;bottom:calc(50% - 1.75rem / 2)}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--arrow-right{right:-0.875rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--arrow-left{left:-0.875rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--items{overflow-y:hidden;overflow-x:scroll;scrollbar-width:unset;padding-bottom:.1rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--items::-webkit-scrollbar{height:3px}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--items::-webkit-scrollbar-track{background:#f9f9f9}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--items::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--items::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--items:not(:hover)::-webkit-scrollbar-track,.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--items:not(:hover)::-webkit-scrollbar-thumb,.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-collapsable-carousel--items:not(:hover)::-webkit-scrollbar-thumb:hover{background:transparent}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-dam-explorer-portals--portal-card{width:26.75rem;flex-shrink:0;flex-grow:1}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-image-and-text-card{display:flex;width:100%;height:8.5rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-image-and-text-card--img-container{min-width:10rem;max-width:10rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-image-and-text-card--text-container{width:16.75rem;margin-left:1.5rem;padding-right:1rem;display:flex;flex-direction:column;justify-content:center;align-items:start}@media screen and (max-width: 768px){.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-image-and-text-card{height:7.5rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-image-and-text-card--text-container{width:16rem}}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-image-and-text-card--text{width:95%;color:#1e1e1e;font-weight:700;font-size:1.125rem;margin-bottom:.5rem;margin-top:0;justify-content:start;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-image-and-text-card--text>div{line-height:1.3rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-collapsable-carousel--content .cw-image-and-text-card--additionnal-text{color:#949494;font-weight:600;font-size:.875rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-dam-see-more-portals{margin-left:4rem;margin-right:4rem;height:104px;display:flex;justify-content:center;align-items:center;font-size:.875rem}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-dam-see-more-portals a{text-wrap:nowrap}.cw-dam-explorer-wrapper .cw-explorer-select-area .cw-collapsable-carousel .cw-dam-see-more-portals i{margin-left:.875rem}.cw-dam-explorer-wrapper .cw-constraints-tags{overflow:auto;white-space:nowrap;padding-bottom:.125rem;margin-right:.5rem}.cw-dam-explorer-wrapper .cw-constraints-tags .d-constraint-tags-group-container{display:flex;position:relative}.cw-dam-explorer-wrapper .cw-constraints-tags .d-constraint-tags-group-container span{z-index:1}.cw-dam-explorer-wrapper .cw-constraints-tags .d-constraint-tags-group-container:after{content:"";position:absolute;width:50%;height:100%;background-color:rgba(213,17,48,.6);z-index:0;left:25%}.cw-dam-explorer-wrapper.suggestion-opened .cw-dam-advanced-search-item,.cw-dam-explorer-wrapper.suggestion-opened .cw-dam-tree-explorer-item{height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) - 4.375rem) !important}.cw-dam-explorer-wrapper.selection-opened .cw-dam-advanced-search-item,.cw-dam-explorer-wrapper.selection-opened .cw-dam-tree-explorer-item{height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) - 8.25rem) !important}::-webkit-scrollbar{height:7px;width:8px}::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#adb5bd;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#6c757d}.cw-job-index-header{background-color:#fff}.cw-job-index-header .cw-job-index-header--texts{white-space:break-spaces}.cw-job-index-header .cw-job-index-header--texts .cw-job-index-header-texts-title{font-size:14px;letter-spacing:0;line-height:20px;margin-bottom:0}.cw-job-index-header .cw-job-index-header--texts .cw-job-index-header-texts-small{color:#3c3c3b;font-size:12px;letter-spacing:0;line-height:15px}.cw-job-index-header .cw-job-index-img-wrapper{height:62px;width:60px}.cw-job-index-header .cw-job-index-img-wrapper div{width:100%;height:100%}.cw-job-index-header .cw-job-index-img-wrapper img{object-fit:cover;width:100%;height:100%}.cw-job-index-header .cw-job-index-img-wrapper .cw-job-index-number-wrapper{display:flex;justify-content:flex-end;align-items:flex-end;padding:3px;background:linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%)}.cw-job-index-header .cw-job-index-img-wrapper .cw-job-index-number-wrapper p{margin:0;font-size:20px;font-weight:500;letter-spacing:0;line-height:24px;color:#fff}.cw-job-index-header .cw-job-index-header-img-nav{margin-top:5px;display:flex;width:61px;height:40px}.cw-job-index-header .cw-job-index-header-img-nav button{width:50%;height:40px;padding:0;border:1px solid #e4e4e4;border-radius:4px;color:#d51130}.cw-job-index-header .cw-job-index-header-img-nav button:disabled{color:inherit}.cw-job-index-header .cw-job-index-header-img-nav button:first-child{border-radius:4px 0 0 4px}.cw-job-index-header .cw-job-index-header-img-nav button:last-child{border-radius:0 4px 4px 0}.cw-job-index-form{display:flex;flex-direction:column}.cw-job-index-form .cw-job-index-form-field-spinner{position:absolute;right:1rem}.cw-job-index-form #nav-scroller{position:relative;overflow-y:auto}.cw-preview-overlay{height:100%}.cw-preview-overlay .b-overlay.position-absolute .position-absolute:last-child{position:sticky !important;top:0 !important;width:100%;height:calc(100vh - 161px);left:auto !important;transform:none !important}.cw-preview-overlay .cw-preview-overlay--container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cw-preview-overlay .cw-preview-overlay--container img{width:100%;height:100%}.cw-preview-overlay .cw-overlay-label{margin:.5rem}.cw-preview-overlay .cw-dam-list-item{overflow:auto}.cw-job-index-explore>div:first-of-type{position:sticky;top:0;z-index:4}.cw-job-index-explore .cw-job-index-explore-tools{padding-left:1rem;padding-right:1rem;padding-top:.5rem;padding-bottom:.5rem;flex-wrap:wrap;border:0;z-index:1020;background-color:#f8f8f8}.cw-job-index-explore .cw-job-index-explore-tools .navbar-nav{padding-left:1rem;padding-right:.5rem}.cw-job-index-explore .cw-job-index-explore-tools .cw-job-index-explore-tools--select .cw-checkbox-wrapper{display:flex;position:unset}.cw-job-index-explore .cw-job-index-explore-tools .cw-job-index-explore-tools--select .cw-checkbox-wrapper .cw-checkbox{position:unset;top:unset;right:unset;visibility:unset}.cw-job-index-explore .cw-job-index-explore-tools .cw-job-index-explore-tools--select .cw-checkbox-wrapper .cw-checkbox-label{padding-top:.25rem;padding-left:.5rem;color:#3c3c3b;font-weight:bold;cursor:pointer}.cw-job-index-explore .cw-job-index-explore-tools .cw-job-index-explore-tools--layout{margin-left:auto;flex-wrap:nowrap}.cw-job-index-explore .cw-job-index-explore-tools .cw-job-index-explore-tools--layout .cw-job-index-explore-tools-layout--count{font-size:small}.cw-job-index-explore .cw-job-index-explore-tools .cw-job-index-explore--item-container{position:relative}.cw-job-index-explore .cw-job-index-explore-tools .cw-job-index-explore--item-container .cw-job-index-explore-item-container--loading{text-align:center}.cw-job-index-explore .cw-checkbox-small{pointer-events:none}.cw-job-index-explore .cw-job-index-explore-filters.cw-filters{z-index:1021;background-color:#f8f8f8;border:0;padding-left:1rem;padding-right:1rem}.cw-job-index-explore .cw-job-index-explore-filters.cw-filters .navbar-nav.cw-navbar-nav-filters .form-control{height:calc(1.5em + 0.5rem + 2px)}.cw-job-index-explore .cw-job-index-explore-selected{z-index:1020;background-color:#f8f8f8;display:flex;flex-wrap:wrap;justify-content:space-between;border:0;padding-left:1rem;padding-right:1rem}.cw-job-index-explore .cw-job-index-explore-selected .navbar-nav{padding-left:1rem;padding-right:.5rem}.cw-job-index-explore .cw-job-index-explore-selected .cw-job-index-explore-selected--selection.selectionCount{margin-left:-0.5rem}.cw-job-index-explore .cw-job-index-explore-selected .cw-upload-action{white-space:nowrap}.cw-job-index-explore .cw-job-items-container,.cw-job-index-explore .cw-job-items-container .cw-selectable-container{padding-left:1rem;padding-right:1rem}.cw-job-index-explore .cw-job-index-form-input-search-container{max-width:400px}.cw-job-index-explore .cw-gallery.cw-gallery-table.cw-gallery-table-header{top:3rem;height:3rem}.cw-job-index-explore .cw-filters .cw-filter-item-dropdown-content{min-width:0;margin-top:calc(0.625rem / -2)}.cw-job-index-explore .cw-filters .cw-filter-item-dropdown-content .b-dropdown-form{width:max-content;max-width:16rem}.cw-job-index-explore .cw-filters .cw-filter-item-dropdown-content .b-dropdown-form>div,.cw-job-index-explore .cw-filters .cw-filter-item-dropdown-content b-dropdown-form>fieldset,.cw-job-index-explore .cw-filters .cw-filter-item-dropdown-content .cw-wrapped-component{min-width:0}.cw-job-index-explore .cw-filters .cw-filter-item-dropdown-content .list-group-item{padding-right:0}.cw-job-index-explore .cw-filters .cw-filter-item-dropdown-content .custom-control-inline{margin-right:0}.cw-job-index-explore .cw-job-index-form-input-search{font-family:"Montserrat","Font Awesome 6 Pro" !important;border-radius:.25rem !important}.cw-job-index-explore .cw-job-index-form-input-search::placeholder{font-size:.875rem}.cw-job-index-explore .cw-job-index-form-input-search .fal{margin-top:1px}.cw-job-index-explore .cw-job-index-form-input-search-close{position:absolute;right:1rem;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#6c757d;width:20px;height:20px;color:#fff;border-radius:calc(20px / 2)}.cw-job-index-explore .cw-job-index-fuzzy-indicator{position:absolute;z-index:2;top:0;width:20px;height:20px;left:calc(20px / 2);color:#d51130}.cw-job-progress{position:fixed;bottom:0;left:0;background-color:#e4e4e4;height:2.5rem;padding:0 1rem;display:flex;z-index:1030}.cw-job-progress .progress{height:.3rem}.cw-massimport-rectangle-area{height:calc(100% - 40px)}.cw-massimport-rectangle-area .card-header{padding-bottom:0}.cw-massimport-rectangle-area .card-footer{padding-top:0}.cw-massimport-rectangle-area .cw-square-item-footer .cw-dam-item-action{width:2rem;max-width:2rem;min-width:2rem;height:2rem;max-height:2rem;min-height:2rem}.cw-overflow-this-with-rectangle{padding-left:1rem;padding-right:1rem}.cw-upload-form .form-group{margin-bottom:1.5rem}.cw-upload-form .form-group label{font-size:.875rem;font-weight:300}.cw-upload-form .form-group .cw-relationship-input,.cw-upload-form .form-group .cw-relationship-tree-input{display:flex}.cw-upload-form .form-group .cw-relationship-input .btn,.cw-upload-form .form-group .cw-relationship-tree-input .btn{color:#adb5bd}.cw-upload-form .form-group .cw-relationship-input .btn:hover,.cw-upload-form .form-group .cw-relationship-input .btn:active,.cw-upload-form .form-group .cw-relationship-tree-input .btn:hover,.cw-upload-form .form-group .cw-relationship-tree-input .btn:active{background-color:#fff}.cw-upload-form .form-group .cw-relationship-input .btn .fa-trash,.cw-upload-form .form-group .cw-relationship-tree-input .btn .fa-trash{color:#3c3c3b}.cw-upload-form .form-group .cw-relationship-input .multiselect,.cw-upload-form .form-group .cw-relationship-tree-input .multiselect{font-size:.875rem}.cw-upload-form .form-group .cw-relationship-input .dropdown,.cw-upload-form .form-group .cw-relationship-tree-input .dropdown{width:100%}.cw-upload-form .form-group .cw-relationship-input .dropdown .form-control,.cw-upload-form .form-group .cw-relationship-tree-input .dropdown .form-control{font-size:1rem}.cw-upload-form .form-group .cw-relationship-input .dropdown-menu,.cw-upload-form .form-group .cw-relationship-tree-input .dropdown-menu{width:100%}.cw-upload-form .form-group .cw-relationship-input .multiselect,.cw-upload-form .form-group .cw-relationship-tree-input .multiselect{width:100%}.cw-upload-form .form-group .cw-date-input{display:flex}.cw-upload-form .form-group .cw-date-input .form-control{flex-grow:1}.cw-upload-form .form-group .cw-date-input .form-control label,.cw-upload-form .form-group .cw-date-input .form-control .btn{padding:.25rem .5rem}.cw-upload-form .form-group .cw-date-input .b-form-btn-label-control.form-control>label{min-height:.5rem}.cw-upload-form{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;border-left:1px solid #e4e4e4}.cw-upload-form .cw-upload-form-groups{position:relative;flex-grow:1;overflow-y:auto;padding:3rem 1rem .5rem 1rem}.cw-upload-form .cw-upload-form-groups>fieldset:last-child{min-height:100%}.cw-upload-form .cw-upload-form-groups .cw-group{position:relative;padding-top:.5rem}.cw-upload-form .cw-upload-form-groups .cw-group>legend{width:100%;top:-2rem;display:inline-block;margin:0 auto;padding:0 1em;background-color:#fff;position:absolute;color:#adb5bd;z-index:2;transform:translate(-50%);left:50%}.left-align-tooltip{text-align:left}.cw-error-404{height:100vh}.cw-error-404 .cw-illustration{background-size:cover;background-position:center center;position:relative}.cw-error-404 .cw-illustration small{position:absolute;bottom:1rem;right:1rem;color:#fff}.cw-home-footer{padding:1rem;display:flex;justify-content:center;align-items:center;font-weight:100;border-top:1px solid #e4e4e4}.cw-home-footer .cw-home-footer-link{font-size:.875rem;display:flex}.cw-home-footer .cw-home-footer-link a{margin:0 1rem;color:#000;font-weight:500}.cw-home-widget-img{object-fit:contain;width:100%;height:100%;background-color:#e4e4e4}.cw-landing-pages .cw-landing-page-body{background-color:#fff;margin-top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) - 1px);height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px));overflow-y:hidden}.cw-landing-pages .cw-landing-page-body:has(.cw-dam-detail){background-color:#f8f8f8}.cw-landing-pages .cw-landing-page-body .cw-landing-page-body--scroll-content{padding:0 1.5rem 1.5rem 0;padding:0 0 1.5rem 0;height:100%;overflow-y:scroll;overflow-x:hidden}.cw-landing-pages .cw-landing-page-body .cw-landing-page-body--scroll-content:has(.cw-landing-page-builder){padding:1.5rem 1.5rem 1.5rem 0}.cw-landing-pages .cw-landing-page-content{overflow:visible}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover{padding:0}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-banner{width:100%;position:relative;aspect-ratio:7.2}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-banner .cw-lp-content-cover-image-cover-label{aspect-ratio:7.2;display:flex;align-items:center;justify-content:center;flex-direction:column;background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#f4f3f3}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-banner .cw-lp-content-cover-image-cover-label:hover{background-color:#ececec}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-banner .cw-lp-content-cover-image-cover-label .cw-lp-content--cover-banner--uploading{color:#fff;font-size:.875rem;font-weight:600;border-radius:4px;background:rgba(0,0,0,.75);padding:.5rem;pointer-events:none}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-banner .cw-lp-content-cover-image-cover-input{position:absolute;top:0;opacity:0;height:10.5rem;width:100%}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-logo{height:40%;width:100%;display:flex;border-radius:.5rem;margin-top:-5rem;padding:0 2rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-logo .cw-lp-content-cover-image--popovertarget{max-width:calc(1240px + 4rem);height:1px}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-logo .cw-lp-content-cover-image-logo-label{max-width:7rem;max-height:7rem;height:65%;aspect-ratio:1;position:absolute;bottom:-3.5rem;display:flex;align-items:center;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:contain;background-color:#fff;border:2px solid #e4e4e4;border-radius:.5rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-logo .cw-lp-content-cover-image-logo-label:hover{background-color:#e4e4e4}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-logo .cw-lp-content-cover-image-logo-input{position:absolute;top:0;opacity:0;height:7rem;width:7rem}@media screen and (min-width: 1232px){.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-logo{width:1232px;margin-left:auto;margin-right:auto}}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-actions{box-shadow:0px 4px 20px 0px rgba(10,37,90,.1);border:1px solid #e4e4e4;border-radius:.375rem;padding:.5rem;gap:.25rem;font-size:.688rem;margin-left:.625rem;top:-0.5rem !important}.cw-landing-pages .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-actions .arrow{display:none}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header{align-self:center;margin:2.5rem auto 0 auto;padding:0 2rem;display:grid;grid-template-columns:auto 1fr auto;width:100%;align-items:center}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .fa-arrow-left,.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .lp-name{font-size:1.5rem;display:flex;align-items:center}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .lp-name{color:#646464;font-size:1.25rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos{display:flex;align-items:center;min-width:0}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos .cw-lp-content--body-header-infos--portal-name{color:#1e1e1e;font-size:1.25rem;font-weight:700}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos .cw-lp-content--body-header-infos-logo{width:5rem;height:5rem;border-radius:4px;object-fit:contain;background-color:#fff}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos .cw-lp-content--body-header-infos--text{display:flex;flex-direction:column;width:100%}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos .cw-lp-content--body-header-infos--text .lp-name{margin-right:2rem;flex:1;min-width:0}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos .cw-lp-content--body-header-infos--text .lp-name>span{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos .cw-lp-content--body-header-infos--text .lp-name,.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos .cw-lp-content--body-header-infos--text .dark-typo{color:#1e1e1e}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos .lp-status{font-size:1rem;padding-left:.5rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-infos .lp-metas{color:#949494;font-size:.875rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-actions{display:flex;align-items:center}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-actions button{text-wrap:nowrap;display:flex;font-size:.875rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-actions button:disabled{color:#949494;border-color:#949494}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header .cw-lp-content--body-header-actions [portal-action=portals_edit-link]>a{padding-top:.75rem;padding-bottom:.75rem}@media screen and (min-width: 1232px){.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-header{width:1232px}}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar{z-index:3;position:sticky;top:0;background-color:#fff;padding-top:2rem;display:flex;flex-direction:column}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper{min-height:2rem;margin-bottom:.75rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper.portal-details-filters-activated{min-height:4.25rem;margin-bottom:1.75rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .navbar.cw-explorer-filters.cw-filters.navbar-light{border:none;display:flex;align-items:start}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .navbar.cw-explorer-filters.cw-filters.navbar-light{border:none}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .navbar.cw-explorer-filters.cw-filters.navbar-light .navbar-collapse.collapse{padding:0 !important}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .navbar.cw-explorer-filters.cw-filters.navbar-light .navbar-collapse.collapse .navbar-nav.cw-navbar-nav-filters{padding:0;padding-bottom:.125rem;margin-right:.5rem;border-color:transparent}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .navbar.cw-explorer-filters.cw-filters.navbar-light .navbar-collapse.collapse .navbar-nav.cw-navbar-nav-filters .nav-link.dropdown-toggle{margin-bottom:.25rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .cw-dam-explorer-main-pane-toolbar{background-color:#fff}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .cw-dam-explorer-main-pane-filters-fulltext-search{border:1px solid #e4e4e4;border-radius:.25rem;padding:0 .5rem;margin-bottom:.5rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .cw-dam-explorer-main-pane-filters-fulltext-search .input-group-text:has(.fa-search){padding-top:0;padding-bottom:0}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .cw-dam-explorer-main-pane-filters-fulltext-search .fa-search{margin:.4rem 0}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .cw-dam-explorer-main-pane-filters-fulltext-search .form-control{height:unset}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .navbar.cw-dam-explorer-main-pane-toolbar.layout-navbar.navbar-light{padding-left:0 !important;padding-right:0 !important;min-height:fit-content}.cw-landing-pages .cw-landing-page-content .cw-navbar-nav-filters{margin-top:0}.cw-landing-pages .cw-landing-page-content .filters-navbar{padding-bottom:0;min-height:unset}.cw-landing-pages .cw-landing-page-content .layout-navbar{padding-top:1rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body{align-self:center;padding:0 0 1.5rem 0}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-constraints-tags{display:flex;overflow-x:auto;white-space:nowrap;margin-right:.5rem;padding-bottom:.125rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-constraints-tags .d-constraint-tags-group-container{display:flex}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections{line-height:1rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-empty-list img{margin-bottom:2.5rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-empty-list h4,.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-empty-list p{color:#1e1e1e}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-dynamic-nav-header{border-bottom:1px solid #e4e4e4;background-color:#fff;padding:0;z-index:calc(3 - 1);position:sticky}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-dynamic-nav-header .cw-dynamic-nav-header-nav{display:flex;flex-wrap:nowrap}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-dynamic-nav-header .cw-dynamic-nav-header-nav li{white-space:nowrap}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-dynamic-nav-header .cw-dynamic-nav-header-nav .nav-item a{border-bottom:none}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-dynamic-nav-header .cw-dynamic-nav-header-nav .nav-item a.active{border-bottom:2px solid #d51130}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .drag-n-drop-visual-hint{height:.25rem;background-color:#89b1ff}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section{border-radius:.375rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .section-title{font-size:1.25rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section:hover .empty-list--vertical-pattern-lp-6,.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section:hover .empty-list--horizontal-pattern-lp-6{background:transparent !important}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section.text-section .empty-section .section-title{padding:.75rem 0}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section.text-section .empty-section .cw-lp-sections-empty{padding:3.125rem 0}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section.text-section .section-descriptionhtml-text{color:#1e1e1e;text-align:justify;font-size:.875rem;font-weight:500;line-height:140%}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .empty-section .cw-lp-sections-empty{padding:1.125rem 0}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .empty-section .title{font-size:1.25rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .lp-sections-asset-item{height:100%}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .lp-sections-asset-item .cw-dam-item-action{width:1.875rem;min-width:1.875rem;height:1.875rem;min-height:1.875rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .lp-sections-asset-item .cw-dam-item-action.is-disabled:hover{color:#fff !important;border-color:#fff !important;background-color:transparent !important}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .lp-sections-asset-item .cw-dam-item-action i{font-size:.875rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .cw-gallery.cw-gallery-list .row>div>.cw-gallery-item:not(:first-child){display:none}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .cw-gallery.cw-gallery-list .cw-gallery-item .embed-responsive-1by1{border-radius:4px}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .cw-dam-square-item{border:none}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .cw-dam-square-item .cw-square-item-header,.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .cw-dam-square-item .cw-square-item-footer{z-index:1}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section.all-media .section-descriptionhtml-allmedia{font-size:.875rem;font-weight:500;padding-left:.5rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .section.newest-section-move{transition:transform 500ms}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .lastSection{height:55vh}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-loading-overlay{background-color:rgba(255,255,255,.1)}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body{padding:0 2rem;width:100%}@media screen and (min-width: 1232px){.cw-landing-pages .cw-landing-page-content .cw-lp-content--body{margin:0 auto;width:1232px}}.cw-landing-pages .cw-landing-page-content .btn.lp-search-dam{padding:.75rem 1rem}.cw-landing-pages .cw-landing-page-content:has(.cw-lp-content--cover-logo) .cw-lp-content--body-header{margin-top:4.5rem}.cw-landing-pages .cw-landing-page-viewer .cw-lp-non-sticky-content{display:flex;flex-direction:column}.cw-landing-pages .cw-landing-page-viewer .cw-landing-page-viewer--content{display:flex;flex-direction:column}.cw-landing-pages .cw-landing-page-viewer .cw-landing-page-viewer--content .layout-navbar{padding:0 !important}.cw-landing-pages .cw-landing-page-viewer .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row{max-height:12.5rem}.cw-landing-pages .cw-landing-page-viewer .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .lp-sections-asset-item{max-height:12rem}.cw-landing-pages .cw-landing-page-viewer .cw-lp-content--body .cw-lp-content--body-sections .section .filled-section .section-assets-row .embed-responsive-1by1::before{padding-top:12rem}@media screen and (max-width: 576px){.cw-landing-pages .cw-landing-page-body .cw-portals-section-details-body-content .navbar.cw-explorer-filters{width:100%}.cw-landing-pages .cw-landing-page-body .cw-landing-page-viewer--content .cw-lp-content--cover .cw-lp-content--cover-banner .cw-lp-content-cover-image--popovertarget .cw-lp-content-cover-image-cover-label{height:90px}.cw-landing-pages .cw-landing-page-body .cw-landing-page-viewer--content .cw-lp-content--body-header .cw-lp-content--body-header-actions{flex-direction:row}.cw-landing-pages .cw-landing-page-body .cw-landing-page-viewer--content .cw-lp-content--body-header .cw-lp-content--body-header-actions button{padding:0rem}.cw-landing-pages .navbar.cw-explorer-filters.cw-filters .navbar-collapse{width:100vw}.cw-landing-pages .navbar.cw-explorer-filters.cw-filters .cw-dam-explorer-main-pane-filters-fulltext-search{width:96%}.cw-landing-pages .navbar.cw-explorer-filters.cw-filters .cw-dam-explorer-main-pane-toolbar{width:100vw}.cw-landing-pages .cw-lp-content--body-sections{margin:0 1rem}}.lp-padding-12{padding:.75rem}.lp-section-action-popover,.lp-portal-filters-action-popover{box-shadow:0 4px 20px 0 rgba(10,37,90,.1);border:1px solid #e4e4e4;border-radius:.375rem;padding:.5rem;gap:.25rem;font-size:.875rem;margin-left:.625rem}.lp-section-action-popover .arrow,.lp-portal-filters-action-popover .arrow{display:none}.cw-landing-page-form-modal .modal-body{padding:2rem}.cw-landing-page-form-modal .modal-body .cw-entity-form,.cw-landing-page-form-modal .modal-body .cw-edit-form{padding:0;flex-direction:column}.cw-landing-page-form-modal .modal-body .cw-entity-form .cw-edit-form-groups,.cw-landing-page-form-modal .modal-body .cw-edit-form .cw-edit-form-groups{display:flex;flex-direction:column}.cw-landing-page-form-modal .modal-body .cw-entity-form .cw-edit-form-groups .form-group.cw-input-container,.cw-landing-page-form-modal .modal-body .cw-edit-form .cw-edit-form-groups .form-group.cw-input-container{margin-bottom:1.5rem}.cw-landing-page-form-modal .modal-body .cw-entity-form .cw-edit-form-groups .form-group.cw-input-container .form-group,.cw-landing-page-form-modal .modal-body .cw-edit-form .cw-edit-form-groups .form-group.cw-input-container .form-group{margin-bottom:0}.cw-landing-page-form-modal .modal-body .cw-entity-form .legend-in-tabs,.cw-landing-page-form-modal .modal-body .cw-edit-form .legend-in-tabs{width:unset;padding-right:1rem;margin-bottom:0;display:flex;align-items:center}.cw-landing-page-form-modal .modal-body .cw-entity-form .legend-in-tabs>span,.cw-landing-page-form-modal .modal-body .cw-edit-form .legend-in-tabs>span{display:inline-block;text-transform:capitalize}.cw-landing-page-form-modal .modal-body .cw-entity-form .legend-in-tabs>span::first-letter,.cw-landing-page-form-modal .modal-body .cw-edit-form .legend-in-tabs>span::first-letter{text-transform:capitalize}.cw-landing-page-form-modal .modal-body .cw-entity-form .form-control,.cw-landing-page-form-modal .modal-body .cw-edit-form .form-control{height:calc(1.5em + 1rem + 2px) !important}.cw-landing-page-form-modal .modal-body .cw-entity-form legend,.cw-landing-page-form-modal .modal-body .cw-entity-form label,.cw-landing-page-form-modal .modal-body .cw-edit-form legend,.cw-landing-page-form-modal .modal-body .cw-edit-form label{font-size:.875rem;font-weight:600}.cw-landing-page-form-modal .modal-body .cw-entity-form legend+div,.cw-landing-page-form-modal .modal-body .cw-entity-form label+div,.cw-landing-page-form-modal .modal-body .cw-edit-form legend+div,.cw-landing-page-form-modal .modal-body .cw-edit-form label+div{width:100%}.cw-landing-page-form-modal .modal-body .cw-entity-form ul.nav.nav-tabs,.cw-landing-page-form-modal .modal-body .cw-edit-form ul.nav.nav-tabs{border-bottom:0;margin-bottom:0}.cw-landing-page-form-modal .modal-body .cw-entity-form ul.nav.nav-tabs .nav-link.active,.cw-landing-page-form-modal .modal-body .cw-edit-form ul.nav.nav-tabs .nav-link.active{border-color:unset}.cw-landing-page-form-modal .modal-body .cw-entity-form ul.nav.nav-tabs .cw-input-container-input-tabs--tab,.cw-landing-page-form-modal .modal-body .cw-edit-form ul.nav.nav-tabs .cw-input-container-input-tabs--tab{margin:0}.cw-landing-page-form-modal .modal-body .cw-entity-form ul.nav.nav-tabs .cw-input-container-input-tabs--tab a,.cw-landing-page-form-modal .modal-body .cw-edit-form ul.nav.nav-tabs .cw-input-container-input-tabs--tab a{background-color:#fff;font-size:.875rem;font-style:normal;font-weight:500;padding:.75rem 1rem}.cw-landing-page-form-modal .modal-body .cw-entity-form ul.nav.nav-tabs .cw-input-container-input-tabs--tab a[aria-selected=true],.cw-landing-page-form-modal .modal-body .cw-edit-form ul.nav.nav-tabs .cw-input-container-input-tabs--tab a[aria-selected=true]{border:1px solid #e4e4e4;border-top-left-radius:4px;border-top-right-radius:4px;color:#000}.cw-landing-page-form-modal .modal-body .cw-entity-form ul.nav.nav-tabs .cw-input-container-input-tabs--tab a[aria-selected=false],.cw-landing-page-form-modal .modal-body .cw-edit-form ul.nav.nav-tabs .cw-input-container-input-tabs--tab a[aria-selected=false]{color:#949494}.cw-landing-page-form-modal .modal-body .cw-entity-form .input-group-append>span:not(:has(*)),.cw-landing-page-form-modal .modal-body .cw-edit-form .input-group-append>span:not(:has(*)){display:none}.cw-landing-page-form-modal .modal-body .cw-entity-form .cw-validation-feedback-validator,.cw-landing-page-form-modal .modal-body .cw-edit-form .cw-validation-feedback-validator{font-size:.765rem}.cw-landing-page-form-modal .modal-body .cw-entity-form .nav-tabs,.cw-landing-page-form-modal .modal-body .cw-entity-form .tabs,.cw-landing-page-form-modal .modal-body .cw-edit-form .nav-tabs,.cw-landing-page-form-modal .modal-body .cw-edit-form .tabs{border-bottom:0;margin-bottom:0;background-color:#fff}.cw-landing-page-form-modal .modal-body .cw-entity-form .nav-tabs .cw-input-container-input-tabs--label-container label,.cw-landing-page-form-modal .modal-body .cw-entity-form .tabs .cw-input-container-input-tabs--label-container label,.cw-landing-page-form-modal .modal-body .cw-edit-form .nav-tabs .cw-input-container-input-tabs--label-container label,.cw-landing-page-form-modal .modal-body .cw-edit-form .tabs .cw-input-container-input-tabs--label-container label{margin:0;padding:.75rem 1rem}.cw-landing-page-form-modal .modal-body .cw-entity-form .nav-tabs .cw-input-container-input-tabs--label-container .cw-input-container-input-tabs--label,.cw-landing-page-form-modal .modal-body .cw-entity-form .tabs .cw-input-container-input-tabs--label-container .cw-input-container-input-tabs--label,.cw-landing-page-form-modal .modal-body .cw-edit-form .nav-tabs .cw-input-container-input-tabs--label-container .cw-input-container-input-tabs--label,.cw-landing-page-form-modal .modal-body .cw-edit-form .tabs .cw-input-container-input-tabs--label-container .cw-input-container-input-tabs--label{padding:.75rem 1rem .75rem 0;line-height:1}.cw-landing-page-form-modal .modal-body .cw-entity-form .nav-tabs .cw-input-container-input-tabs--label-container .cw-input-container-input-tabs--label-container,.cw-landing-page-form-modal .modal-body .cw-entity-form .tabs .cw-input-container-input-tabs--label-container .cw-input-container-input-tabs--label-container,.cw-landing-page-form-modal .modal-body .cw-edit-form .nav-tabs .cw-input-container-input-tabs--label-container .cw-input-container-input-tabs--label-container,.cw-landing-page-form-modal .modal-body .cw-edit-form .tabs .cw-input-container-input-tabs--label-container .cw-input-container-input-tabs--label-container{margin-bottom:-2px}.cw-landing-page-form-modal .modal-body .cw-entity-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item,.cw-landing-page-form-modal .modal-body .cw-entity-form .tabs .cw-input-container-input-tabs--label-container .nav-item,.cw-landing-page-form-modal .modal-body .cw-edit-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item,.cw-landing-page-form-modal .modal-body .cw-edit-form .tabs .cw-input-container-input-tabs--label-container .nav-item{font-size:.875rem;margin-right:0}.cw-landing-page-form-modal .modal-body .cw-entity-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item .nav-link,.cw-landing-page-form-modal .modal-body .cw-entity-form .tabs .cw-input-container-input-tabs--label-container .nav-item .nav-link,.cw-landing-page-form-modal .modal-body .cw-edit-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item .nav-link,.cw-landing-page-form-modal .modal-body .cw-edit-form .tabs .cw-input-container-input-tabs--label-container .nav-item .nav-link{font-weight:500;color:#949494;margin-bottom:-2px}.cw-landing-page-form-modal .modal-body .cw-entity-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item .nav-link.active,.cw-landing-page-form-modal .modal-body .cw-entity-form .tabs .cw-input-container-input-tabs--label-container .nav-item .nav-link.active,.cw-landing-page-form-modal .modal-body .cw-edit-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item .nav-link.active,.cw-landing-page-form-modal .modal-body .cw-edit-form .tabs .cw-input-container-input-tabs--label-container .nav-item .nav-link.active{color:#636363;border:1px solid #e4e4e4;background-color:#fff}.cw-landing-page-form-modal .modal-body .cw-entity-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item.is-invalid .nav-link,.cw-landing-page-form-modal .modal-body .cw-entity-form .tabs .cw-input-container-input-tabs--label-container .nav-item.is-invalid .nav-link,.cw-landing-page-form-modal .modal-body .cw-edit-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item.is-invalid .nav-link,.cw-landing-page-form-modal .modal-body .cw-edit-form .tabs .cw-input-container-input-tabs--label-container .nav-item.is-invalid .nav-link{color:#ed2c30}.cw-landing-page-form-modal .modal-body .cw-entity-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item.is-invalid .nav-link.active,.cw-landing-page-form-modal .modal-body .cw-entity-form .tabs .cw-input-container-input-tabs--label-container .nav-item.is-invalid .nav-link.active,.cw-landing-page-form-modal .modal-body .cw-edit-form .nav-tabs .cw-input-container-input-tabs--label-container .nav-item.is-invalid .nav-link.active,.cw-landing-page-form-modal .modal-body .cw-edit-form .tabs .cw-input-container-input-tabs--label-container .nav-item.is-invalid .nav-link.active{color:#ed2c30;border:1px solid #ed2c30;background-color:#fff}.cw-landing-page-form-modal .modal-body .cw-entity-form input,.cw-landing-page-form-modal .modal-body .cw-entity-form input::placeholder,.cw-landing-page-form-modal .modal-body .cw-entity-form textarea,.cw-landing-page-form-modal .modal-body .cw-entity-form textarea::placeholder,.cw-landing-page-form-modal .modal-body .cw-edit-form input,.cw-landing-page-form-modal .modal-body .cw-edit-form input::placeholder,.cw-landing-page-form-modal .modal-body .cw-edit-form textarea,.cw-landing-page-form-modal .modal-body .cw-edit-form textarea::placeholder{font-size:.875rem}.cw-landing-page-form-modal .modal-body .cw-entity-form .input-group.cw-default-text-input-field .input-group-append .btn:hover,.cw-landing-page-form-modal .modal-body .cw-edit-form .input-group.cw-default-text-input-field .input-group-append .btn:hover{background-color:transparent !important}.cw-landing-page-form-modal .modal-body .cw-entity-form .cw-relationship-tree-input .btn,.cw-landing-page-form-modal .modal-body .cw-edit-form .cw-relationship-tree-input .btn{color:#adb5bd}.cw-landing-page-form-modal .modal-body .cw-entity-form .multiselect__select:before,.cw-landing-page-form-modal .modal-body .cw-edit-form .multiselect__select:before{border-color:#adb5bd transparent transparent}.cw-landing-page-builder--header{width:100%;position:fixed;top:0;height:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px);z-index:42;padding:1rem;display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-bottom:1px solid #e4e4e4}.cw-landing-page-builder--header a{color:#000}.cw-landing-page-body--scroll-content:has(.cw-landing-page-builder){background-color:#f8f8f8}.cw-landing-page-builder{background-color:#f8f8f8;padding-left:1.5rem;display:grid;grid-template-columns:calc((240 / 1392) * 100%) 1fr;grid-gap:1.5rem}.cw-landing-page-builder:not(:has(>.cw-landing-page-builder--left-menu.open)){grid-template-columns:4.625rem 1fr}.cw-landing-page-builder .cw-landing-page-builder--left-menu{position:sticky;top:0;height:fit-content;background-color:#fff;border-radius:.5rem;padding:.75rem;font-weight:600}.cw-landing-page-builder .cw-landing-page-builder--left-menu .lp-page-builder--left-menu-title,.cw-landing-page-builder .cw-landing-page-builder--left-menu section div.lp-page-builder-menu-section{display:flex;justify-content:center;align-items:center}.cw-landing-page-builder .cw-landing-page-builder--left-menu.open .lp-page-builder--left-menu-section-title,.cw-landing-page-builder .cw-landing-page-builder--left-menu.open section div.lp-page-builder-menu-section{display:flex;justify-content:start}.cw-landing-page-builder .cw-landing-page-builder--left-menu.open div.space-between,.cw-landing-page-builder .cw-landing-page-builder--left-menu.open section div.space-between{justify-content:space-between}.cw-landing-page-builder .cw-landing-page-builder--left-menu .collapsing.no-collapse-transition{transition:none !important}.cw-landing-page-builder .cw-landing-page-builder--left-menu>div:not(.divider),.cw-landing-page-builder .cw-landing-page-builder--left-menu section div.lp-page-builder-menu-section{padding:1rem;border-radius:.5rem}.cw-landing-page-builder .cw-landing-page-builder--left-menu>div:not(.divider):hover,.cw-landing-page-builder .cw-landing-page-builder--left-menu section div.lp-page-builder-menu-section:hover{cursor:pointer;background-color:#f8f8f8}.cw-landing-page-builder .cw-landing-page-builder--left-menu>div:not(.divider):hover .actions-icons--icon::before,.cw-landing-page-builder .cw-landing-page-builder--left-menu section div.lp-page-builder-menu-section:hover .actions-icons--icon::before{content:"+";font-weight:300}.cw-landing-page-builder .cw-landing-page-builder--left-menu>div:not(.divider).lp-page-builder-menu-section,.cw-landing-page-builder .cw-landing-page-builder--left-menu section div.lp-page-builder-menu-section.lp-page-builder-menu-section{background-color:#f8f8f8;margin-bottom:.375rem}.cw-landing-page-builder .cw-landing-page-builder--left-menu>div:not(.divider).lp-page-builder-menu-section:first-of-type,.cw-landing-page-builder .cw-landing-page-builder--left-menu section div.lp-page-builder-menu-section.lp-page-builder-menu-section:first-of-type{margin-top:.375rem}.cw-landing-page-builder .cw-landing-page-builder--left-menu>div:not(.divider).lp-page-builder-menu-section .actions-icons,.cw-landing-page-builder .cw-landing-page-builder--left-menu section div.lp-page-builder-menu-section.lp-page-builder-menu-section .actions-icons{display:flex;justify-content:center;align-items:center;width:1rem}.cw-landing-page-builder .cw-landing-page-builder--left-menu>div:not(.divider).lp-page-builder-menu-section:hover,.cw-landing-page-builder .cw-landing-page-builder--left-menu section div.lp-page-builder-menu-section.lp-page-builder-menu-section:hover{background-color:#e4e4e4}.cw-landing-page-builder .cw-landing-page-builder--left-menu .divider{height:.5rem}.cw-landing-page-builder .cw-landing-page-builder--left-menu .divider>.divider--content{margin-top:.5rem;height:1px;background-color:#e4e4e4;width:100%}.cw-landing-page-builder .cw-landing-page-builder--left-menu section{padding:0 .75rem}.cw-landing-page-builder .cw-landing-page-content{border-radius:.25rem;background-color:#fff}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content-cover-image-cover-label,.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content-cover-image-logo-label{cursor:pointer;color:#646464}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content-cover-image--popovertarget{margin-left:0 !important}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content-cover-image-cover-label{border-radius:.25rem .25rem 0 0}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-banner{cursor:grab}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-banner #cw-lp-contentcover-image-cropping{height:100%}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-banner #cw-lp-contentcover-image-cropping .position-relative{height:100%;overflow:hidden}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-banner #cw-lp-contentcover-image-cropping .position-relative .cw-lp-contentcover-image-cropping--reposition{position:relative;top:50%;left:50%;transform:translate(-50%, -50%);display:inline-block;color:#fff;font-size:.875rem;font-weight:600;border-radius:4px;background:rgba(0,0,0,.75);padding:.5rem;pointer-events:none}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-toolbar{background-color:#fff;position:relative;top:unset;max-width:calc(1240px - 8rem)}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper{margin-bottom:0 !important;padding:1.5rem 1.5rem 0 1.5rem;padding-right:0;margin-left:-1.5rem}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper:hover{background-color:#f8f8f8;border-radius:.375rem}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper .cw-dam-explorer-main-pane-toolbar{background-color:transparent}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-toolbar .cw-navbar-nav-filters-dropdown a.disabled,.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-toolbar .cw-navbar-nav-filters-dropdown a.disabled::after{color:#949494;border-color:#949494}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-toolbar .cw-dam-explorer-main-pane-filters-fulltext-search:has(input:disabled){opacity:.4}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-tabs-vertical-nav--wrapper{position:sticky;top:-1.5rem;padding-left:2rem;margin-left:-1.7rem;background-color:#fff;z-index:41}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .sections-wrapper{padding-left:.3rem}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-dynamic-nav-header{background-color:#fff;top:-1.5rem;padding-top:1.5rem}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-container .fade-left{background:linear-gradient(to right, white, rgba(255, 255, 255, 0))}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-sections .cw-dynamic-nav-header.cw-dynamic-nav-header--with-nav .nav-container .fade-right{background:linear-gradient(to left, white, rgba(255, 255, 255, 0))}.cw-landing-page-builder .cw-landing-page-builder--content{display:flex;flex-direction:column}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-non-sticky-content{display:flex;flex-direction:column}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--maxed-width{margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--maxed-width .cw-lp-content--body-toolbar{align-self:stretch}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--maxed-width .cw-lp-content--body-toolbar,.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--maxed-width .cw-lp-content--body-header{max-width:unset}@media screen and (min-width: 1618px){.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--maxed-width{width:1232px}.cw-landing-page-builder .cw-landing-page-builder--content .cw-portal-body-toolbar{width:1232px}}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-header,.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-toolbar,.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body{padding:0 4rem}@media screen and (min-width: 1919px){.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-header,.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-toolbar,.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body{padding:0 1.5rem}}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body{display:flex;width:100%;justify-content:center}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-sections{flex-grow:1}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-sections .section-descriptionhtml-allmedia{padding-left:0 !important}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-sections .section{padding-right:1.5rem;background-color:#fff}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-sections .section:hover{background-color:#f8f8f8;padding-left:1.5rem;margin-left:-1.5rem}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-sections .filled-section .section-assets-row{max-height:9rem}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-sections .filled-section .section-assets-row .lp-sections-asset-item{max-height:8.75rem}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-sections .filled-section .embed-responsive-1by1::before{padding-top:8.75rem}.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-sections{width:100%}@media screen and (min-width: 1618px){.cw-landing-page-builder .cw-landing-page-builder--content .cw-lp-content--body-sections{width:1232px}}.cw-landing-page-builder .pl-075{padding-left:.75rem}.cw-landing-page-builder .cw-lp-content--body-header{width:100%}@media screen and (min-width: 1618px){.cw-landing-page-builder .cw-lp-content--body-header{width:1232px}}.cw-landing-page-builder .cw-lp-content--body{padding:0 2rem;width:100%}@media screen and (min-width: 1618px){.cw-landing-page-builder .cw-lp-content--body{margin:0 auto;width:1232px}}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-header{padding:0 4rem;width:100%}@media screen and (min-width: 1232px){.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-header{width:100%}}@media screen and (min-width: 1618px){.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-header{width:1232px;padding:0 4rem}}@media screen and (min-width: 1919px){.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body-header{padding:0 2rem}}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body{width:100%}@media screen and (min-width: 1232px){.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body{width:100%}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-logo{width:100%;padding:0 3.5rem}}@media screen and (min-width: 1618px){.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--body{width:1232px}.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-logo{width:1232px}}@media screen and (min-width: 1919px){.cw-landing-page-builder .cw-landing-page-content .cw-lp-content--cover .cw-lp-content--cover-logo{padding:0 2rem}}.cw-portals-edit-section .froalaWrapper [contenteditable=true]{min-height:20vh !important}.cw-portals-edit-section .froalaWrapper .fr-popup.fr-active{left:auto !important;right:3%}.cw-portals-edit-filters #portals-filters-selection{max-height:55vh;overflow-y:scroll}.cw-portals-create-section .cw-portals-create-section--header{color:#000;font-size:1.5rem;font-weight:700;padding:2rem}.cw-portals-create-section .cw-portals-create-section--body{padding:2rem}.cw-portals-create-section .cw-portals-create-section--body .cw-entity-form{padding:0}.cw-portals-create-section .cw-portals-create-section--body .cw-entity-form .cw-input-container-input-tabs--tabs .cw-input-container-input-tabs--tab .nav-link{color:#949494;font-size:.875rem;font-weight:500;border:none;background-color:#fff;padding:.75rem 1rem}.cw-portals-create-section .cw-portals-create-section--body .cw-entity-form .cw-input-container-input-tabs--tabs .cw-input-container-input-tabs--tab .cw-input-container-input-tabs--tab-active{color:#000;border-radius:4px 4px 0px 0px;border-top:1px solid #e4e4e4;border-right:1px solid #e4e4e4;border-left:1px solid #e4e4e4}.cw-portals-create-section .cw-portals-create-section--body .cw-entity-form .tab-content input{color:#000;font-size:.875rem;font-weight:500}.cw-portals-create-section .cw-portals-create-section--body .cw-entity-form input.form-control.form-control-md{height:2.5rem;font-size:.875rem}.cw-portals-create-section .cw-portals-create-section--body label{color:#000;font-size:.875rem;font-weight:600;padding-right:1rem;padding-bottom:.5rem;margin:0}.cw-portals-create-section .cw-portals-create-section--body .multiselect .multiselect__select{display:flex;justify-content:center;align-items:center}.cw-portals-create-section .cw-portals-create-section--body .multiselect .multiselect__select:before{display:none}.cw-portals-create-section .cw-portals-create-section--body .multiselect .multiselect__tags{padding:.5rem 1rem;display:flex;align-items:center}.cw-portals-create-section .cw-portals-create-section--body .multiselect .multiselect__tags .multiselect__single{color:#000}.cw-portals-create-section .cw-portals-create-section--body .multiselect .multiselect__tags .multiselect__single i{padding-right:.5rem}.cw-portals-create-section .cw-portals-create-section--body .multiselect .multiselect__content-wrapper span i{padding-right:.5rem}.cw-portals-create-section .cw-portals-create-section--footer{padding:1rem 2rem}.cw-landing-page-body:has(.cw-portals-section-details-container,.portal-asset-modifications,.cw-dam-detail){margin-top:-1px;padding:0 !important}.cw-landing-page-body:has(.cw-portals-section-details-container,.portal-asset-modifications,.cw-dam-detail) .cw-landing-page-body--scroll-content{padding:0 !important}.cw-portals-section-details-container{display:flex;justify-content:center}@media screen and (min-width: 1232px){.cw-portals-section-details-container .cw-lp-content--body{flex-grow:1}}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-header .cw-lp-content--body-header{padding-left:0;padding-right:0;margin-top:1.5rem}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-header .description{padding-top:0 !important}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-header .description span:empty{padding-top:0}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-header .description p{margin:0 !important;padding:0 !important}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-rectangle-select-area{padding:0 4rem;display:flex;flex-direction:column}@media screen and (max-width: 1232px){.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-rectangle-select-area{padding:0}}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .filters-navbar{padding-left:0}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .filters-navbar,.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .layout-navbar{position:sticky;background-color:#fff;z-index:3}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .layout-navbar{margin-bottom:1.5rem}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .layout-navbar .toolbar--title{font-size:.875rem}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .navbar.cw-explorer-filters.cw-filters.navbar-light{border:none}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .navbar.cw-explorer-filters.cw-filters.navbar-light .navbar-collapse.collapse{padding:0 !important}@media screen and (min-width: 768px){.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .navbar.cw-explorer-filters.cw-filters.navbar-light .navbar-collapse.collapse .navbar-nav.cw-navbar-nav-filters{padding:0 !important;border:none}}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .navbar.cw-dam-explorer-main-pane-toolbar.layout-navbar.navbar-light{padding-left:0 !important;padding-right:0 !important;min-height:fit-content}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .navbar.cw-dam-explorer-main-pane-toolbar.layout-navbar.navbar-light .select-all-button a{padding:0 !important}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .navbar.layout-navbar.cw-dam-explorer-main-pane-toolbar{background-color:#fff}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-filters-wrapper{background-color:#fff;display:flex;flex-direction:column;margin-right:-1px;padding-top:2rem;gap:1.75rem;position:sticky;top:0;z-index:4}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-filters-wrapper .navbar.cw-explorer-filters.cw-filters.navbar-light{display:flex;align-items:start}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-main-pane-filters-fulltext-search{border:1px solid #e4e4e4;border-radius:.25rem;padding:0 .5rem}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-main-pane-filters-fulltext-search .input-group-text:has(.fa-search){padding-top:0;padding-bottom:0}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-main-pane-filters-fulltext-search .fa-search{margin:.4rem 0}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-main-pane-filters-fulltext-search .form-control{height:unset}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-main-pane-results{isolation:isolate;padding:0 1rem}@media screen and (min-width: 768px){.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-main-pane-results{padding:0 !important}}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-main-pane-results .cw-gallery.cw-gallery-row{margin:0 -0.5rem}@media screen and (min-width: 1232px){.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content{width:1232px;margin:0 auto}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-rectangle-select-area{padding:0}}.cw-share-portal .cw-share-portal-share-options{display:flex;flex-direction:column;padding-bottom:1.5rem}.cw-share-portal .cw-share-portal-share-options .dropdown-menu{width:100%}.cw-share-portal .cw-share-portal-share-options button{display:flex;justify-content:space-between;align-items:center}.cw-share-portal .cw-share-portal-share-options .btn.dropdown-toggle{border:1px #e4e4e4 solid;border-radius:.25rem;padding-left:1rem}.cw-share-portal .cw-share-portal-share-options .cw-share-portal-share-options--label{font-size:.875rem;font-weight:600;padding-bottom:.75rem}.cw-share-portal .cw-share-portal-share-options .cw-share-portal-share-options--icon{width:1.875rem;height:1.875rem;border-radius:50%;background-color:#e8efff;display:flex;align-items:center;justify-content:center;margin-right:.75rem}.cw-share-portal .cw-share-portal-share-options .cw-share-portal-share-options--icon .fa{color:#d51130}.cw-share-portal .cw-share-portal-share-options .cw-share-portal-share-options--title{font-size:.875rem;font-weight:600;text-align:left}.cw-share-portal .cw-share-portal-share-options .cw-share-portal-share-options--subtitle{font-size:.75rem;color:#949494}.cw-share-portal .cw-share-portal-share-options .dropdown-toggle::after{color:#d51130}.cw-share-portal .cw-share-portal-share-options .space-between{justify-content:space-between}.cw-share-portal .members-list{height:25vh}.cw-share-portal .member-row{padding-right:1rem}.cw-share-portal .member-row .remove-member-icon,.cw-share-portal .member-row .dropdown-toggle{color:#d51130;font-size:.875rem}.cw-share-portal .member-row .dropdown-toggle{font-weight:600}.cw-share-portal .member-row .dropdown-item{font-size:.875rem;display:flex;align-items:center;justify-content:space-between}.cw-share-portal .member-row .selected-portal-role .dropdown-item{color:#d51130}.cw-share-portal .portal-visibility-warning-message{padding:.75rem 1rem;font-size:.875rem;border-radius:.25rem}.cw-share-portal .cw-share-portal-share-form .share-portal-tabs .share-portal-tab a.nav-link{color:#949494;height:3.125rem}.cw-share-portal .cw-share-portal-share-form .share-portal-tabs .share-portal-tab a.nav-link.active{background-color:transparent !important;color:#1e1e1e !important;border-bottom:2px solid #d51130 !important}.cw-share-portal .cw-share-portal-share-form .advanced-rule-form{height:35vh;overflow-y:auto}.cw-share-portal .cw-share-portal-share-form .advanced-rule-form .cw-edit-form-groups .col-form-label label{color:#1e1e1e !important;font-size:.875rem;font-weight:600;line-height:normal}#users-filter{width:100%;height:100%;padding:0;border:none}.cw-tag-user-invite-form--input{align-items:center;display:grid;grid-template-columns:minmax(0, 1fr) auto;grid-gap:5px}.cw-tag-user-invite-form--input .form-control{padding:.3rem}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list))>div:has(>input){width:100%}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text{max-height:30vh;min-height:2rem;overflow-y:auto;overflow-x:hidden;height:100%;flex-wrap:wrap}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list)){overflow-y:hidden}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text{scrollbar-width:unset}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar{width:3px}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-track{background:#f9f9f9}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-track,.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb,.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb:hover{background:transparent}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info{cursor:default;width:100%;overflow:hidden}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info>.cw-thumbnail-circle{font-size:.5rem}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info:hover{cursor:default !important;background-color:#f4f3f3;border-color:#f4f3f3}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list{max-width:100%}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>.btn-group,.cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group{max-width:100%}.cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>*:not(#users-filter),.cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>*:not(#users-filter){flex-shrink:0}.cw-tag-user-invite-form--input>button{padding:9px}.cw-tag-user-invite-form--input .no-users-found-message{overflow:hidden;white-space:pre-line;font-weight:400}@media(max-width: 1024px){.cw-lp-content--body-header-actions{display:flex;flex-direction:column;gap:.5rem}.cw-lp-content--body-header-actions button{margin:0 !important}}@media(max-width: 576px){.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-toolbar .cw-dam-explorer-filters-wrapper{height:auto}}@media(max-width: 480px){.cw-landing-pages .cw-landing-page-content .cw-lp-content--body{padding:1.5rem 1.5rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-header{display:flex;justify-content:space-between;flex-direction:row;gap:.5rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-header-actions{display:flex;flex-direction:column;gap:.5rem}.cw-landing-pages .cw-landing-page-content .cw-lp-content--body .cw-lp-content--body-header-actions button{margin:0 !important}.cw-portals-section-details-container .cw-portals-section-details-body .cw-portals-section-details-body-content .cw-dam-explorer-filters-wrapper{margin:0 -1px}}.cw-job-container{position:relative;height:calc(100vh - 81px)}.cw-import-jobs .cw-import-jobs-list{margin:0 calc(1rem / 2)}.cw-import-jobs .cw-import-jobs-sort{text-align:right}.cw-import-jobs .no-right{margin-top:3rem;justify-content:center}.cw-import-jobs .no-right h4{font-weight:normal;text-align:center}.cw-feature-not-available{background-color:#f8f8f8}.cw-feature-not-available .cw-feature-not-available--popin{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:1.5rem;margin:5rem 3rem;padding:2.5rem}.cw-saved-search-group .cw-gallery-item{padding:0;border:solid #e4e4e4;border-width:0 0 1px 0}.cw-saved-search-group .cw-gallery-item .archived{filter:grayscale(1)}.cw-saved-search-group .cw-gallery-item:first-of-type{border-width:1px 0 1px 0}.cw-saved-search-group .cw-saved-search-group--item{padding:10px 0;margin:0}.cw-saved-search-group .cw-saved-search-group--item .cw-saved-search-group-item--total{font-style:italic;color:#adb5bd}.cw-saved-search-group .cw-saved-search-group--item .cw-saved-search-group-item--tag{display:flex}.cw-saved-search-group .cw-saved-search-group--item .cw-saved-search-group-item--tag .portal-archived-tag{background-color:#e4e4e4;color:#1e1e1e;margin-left:1rem;align-items:center;display:flex;padding:.25rem .4rem;font-size:.75rem;font-weight:500;border-radius:.25rem}.cw-saved-search-group .cw-saved-search-group--item .cw-saved-search-group-item--preview{height:50px;width:100%;max-width:50px}.cw-saved-search-group .cw-saved-search-group--item button{padding:.75rem .5rem;margin:0 1.5rem}.cw-saved-searches{position:relative}.cw-saved-searches .cw-saved-searches-container{margin-top:1.5rem}.cw-saved-searches .cw-saved-searches-container .cw-saved-searches--title{text-align:center}@media screen and (max-width: 576px){.cw-saved-searches .cw-saved-searches-container{margin-top:1rem}.cw-saved-searches .cw-saved-searches-container .nav-item{max-width:100%;flex-basis:100%}.cw-saved-searches .cw-saved-search-group-wrapper{display:flex}.cw-saved-searches .cw-saved-search-group-wrapper .cw-saved-search-group-wrapped{width:max-content;min-width:100%}.cw-saved-searches .cw-saved-search-group-wrapper .cw-saved-search-group-wrapped .row{margin:.1rem}.cw-saved-searches .cw-saved-search-group-wrapper .cw-saved-search-group-wrapped .row div[class^=col-]{padding:0}}.dropdown-item .fa-search{font-size:inherit}.cw-saved-searches-modal .cw-saved-search-group{max-height:calc(100vh - 250px);overflow-x:hidden;overflow-y:auto}.cw-product-explorer-wrapper .cw-dam-advanced-search-panel .cw-advanced-search-title,.cw-product-explorer-wrapper .cw-side-filter-pane-context,.cw-product-explorer-wrapper .navbar.cw-filters .cw-pane-trigger{height:3.325rem}.cw-product-explorer-wrapper .cw-dam-advanced-search-panel .cw-advanced-search-title.cw-advanced-search,.cw-product-explorer-wrapper .cw-side-filter-pane-context.cw-advanced-search,.cw-product-explorer-wrapper .navbar.cw-filters .cw-pane-trigger.cw-advanced-search{color:#3c3c3b;border:solid 1px #e4e4e4;border-radius:.25rem;font-weight:500;font-size:.875rem;height:1.938rem !important;display:flex;align-items:center;justify-content:center;width:fit-content;padding:.5rem .75rem}.cw-product-explorer-wrapper .cw-dam-advanced-search-panel .cw-advanced-search-title.cw-advanced-search:hover,.cw-product-explorer-wrapper .cw-side-filter-pane-context.cw-advanced-search:hover,.cw-product-explorer-wrapper .navbar.cw-filters .cw-pane-trigger.cw-advanced-search:hover{color:#fff}.cw-product-explorer-wrapper .cw-dam-advanced-search-panel .cw-advanced-search-title.cw-advanced-search.open,.cw-product-explorer-wrapper .cw-side-filter-pane-context.cw-advanced-search.open,.cw-product-explorer-wrapper .navbar.cw-filters .cw-pane-trigger.cw-advanced-search.open{color:#fff}.cw-product-explorer-wrapper .cw-explorer-select-area .cw-product-explorer-main-pane .navbar.cw-filters{top:0;z-index:1023;border:0}.cw-product-explorer-wrapper .cw-explorer-select-area .cw-product-explorer-main-pane .layout-navbar{top:0;z-index:1020}.cw-product-explorer-wrapper .cw-explorer-select-area .cw-product-explorer-main-pane .layout-navbar,.cw-product-explorer-wrapper .cw-explorer-select-area .cw-product-explorer-main-pane .cw-gallery.cw-gallery-table thead th{padding-top:.6rem !important;padding-bottom:.6rem !important}.cw-product-explorer-wrapper .cw-explorer-select-area .cw-product-explorer-main-pane .cw-product-explorer-main-top-pane .navbar.layout-navbar,.cw-product-explorer-wrapper .cw-explorer-select-area .cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .navbar.layout-navbar{min-height:3.325rem}.cw-product-explorer-wrapper .cw-explorer-select-area .cw-product-explorer-main-pane .cw-product-explorer-main-top-pane .navbar.layout-navbar{top:3.325rem;z-index:1020}.cw-product-explorer-wrapper .cw-explorer-select-area .cw-product-explorer-main-pane .cw-gallery.cw-gallery-table.cw-gallery-table-header{top:0}.cw-product-explorer-main-pane{height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px))}.cw-product-explorer-main-pane .layout-navbar{padding:0 1rem;min-height:3.325rem;height:3.325rem}.cw-product-explorer-main-pane .splitpanes{height:calc(100% - 3.325rem)}.cw-product-explorer-main-pane .splitpanes.cw-with-some-filters{height:calc(100% - 3.325rem - 3.325rem)}.cw-product-explorer-main-pane .cw-product-explorer-pane-results{padding:0 2rem 0 2.5rem}.cw-product-explorer-main-pane .cw-product-explorer-pane-results .cw-gallery.cw-gallery-table td{height:3.2rem}.cw-product-explorer-main-pane .navbar.cw-explorer-filters{position:sticky}.cw-product-explorer-main-pane .navbar.cw-explorer-filters .cw-navbar-nav-filters{padding-top:.8rem;padding-bottom:.4rem}.cw-product-explorer-main-pane .cw-gallery.cw-gallery-table .cw-gallery-item{cursor:pointer}.cw-product-explorer-main-pane .cw-gallery.cw-gallery-table .cw-gallery-item .cw-preview-in-area{width:3.2rem;min-width:3.2rem}.cw-product-explorer-main-pane .cw-gallery.cw-gallery-table .cw-gallery-item .cw-checkbox{display:none}.cw-product-explorer-main-pane .cw-gallery.cw-gallery-table .cw-gallery-item:hover td,.cw-product-explorer-main-pane .cw-gallery.cw-gallery-table .cw-gallery-item.cw-drag-over td{background-color:#f6fcfd}.cw-product-explorer-main-pane .cw-gallery.cw-gallery-table .cw-gallery-item.cw-gallery-item-selected td{background-color:#e5f5fa}.cw-product-explorer-main-pane .cw-product-explorer-main-top-pane{overflow:auto}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane{overflow:hidden}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content{height:100%;position:relative;margin:0 1rem;border:1px solid #e4e4e4;border-radius:2px}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .navbar.cw-explorer-filters{position:absolute;z-index:1021}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .navbar.cw-explorer-filters ul.navbar-nav .cw-navbar-nav-filters-dropdown .cw-filter-item-dropdown-content{max-height:230px}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .navbar.cw-explorer-filters:not(:has(.cw-advanced-search)){padding-left:0}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-navbar-nav-filters{border:0;padding-bottom:.2rem}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .layout-navbar{padding:0 1rem;border-bottom:1px solid #e4e4e4 !important}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper{display:flex;height:calc(100% - 3.325rem)}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-assets{flex-grow:1;overflow:auto}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-assets .cw-product-explorer-pane-results{padding:0 1rem;min-height:calc(100% - 75px - 1px)}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-assets .cw-product-explorer-pane-results .cw-product-explorer-status-indicator{width:100%;height:20%;bottom:unset;margin-top:.5rem}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-detail{width:270px;min-width:270px;background-color:#fff;overflow:auto;padding:calc(1rem / 2) 1.5rem}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-detail .cw-product-explorer-bottom-pane-detail-title{display:flex;flex-wrap:nowrap;padding-bottom:calc(1rem / 2)}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-detail .cw-product-explorer-bottom-pane-detail-title .cw-product-explorer-bottom-pane-detail-title-span{text-transform:uppercase;font-weight:600;word-break:break-word;flex-grow:0}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-detail .cw-product-explorer-bottom-pane-detail-title .cw-product-explorer-bottom-pane-detail-title-btn{margin-left:auto;display:flex}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-detail .cw-product-explorer-bottom-pane-detail-title .cw-product-explorer-bottom-pane-detail-title-btn .fa-times{color:#d51130}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-detail .cw-product-explorer-bottom-pane-detail-img-wrapper{position:relative}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-detail .cw-product-explorer-bottom-pane-detail-img-wrapper.cw-entity-fetching .cw-blur-hash{display:none}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-detail .cw-product-explorer-bottom-pane-detail-img-wrapper .cw-product-explorer-bottom-pane-detail-img{object-fit:contain;width:100%}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-product-explorer-main-bottom-pane-content .cw-product-explorer-bottom-pane-wrapper .cw-product-explorer-bottom-pane-detail .cw-column-wrapper{padding-left:0 !important;padding-right:0}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-selection-wrapper{position:sticky;bottom:0;height:75px;background-color:#fff !important;border:1px solid #e4e4e4;border-left:0;z-index:4}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-selection-wrapper .cw-container{height:100%;padding-bottom:calc(1rem / 2) !important;padding-top:calc(1rem / 2) !important}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-selection-wrapper .cw-selection-container{padding:calc(1rem / 2) 1rem}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-selection-wrapper .cw-selection-container .cw-selection{height:100%}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-selection-wrapper .cw-selection-container .cw-selection .cw-selection-content{height:100%}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-selection-wrapper .cw-selection-container .cw-selection .cw-selection-content .cw-selection-item{min-width:0}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-selection-wrapper .cw-selection-container .cw-selection .cw-selection-content .cw-selection-item img{height:calc(75px - 1rem - 2 * 0.125rem)}.cw-product-explorer-main-pane .cw-product-explorer-main-bottom-pane .cw-selection-wrapper .cw-selection-container .cw-selection .cw-selection-content .cw-selection-item a{top:calc(50% - calc($line-height-base / 2) * 1rem);right:calc(50% - calc($line-height-base / 2) * 1rem)}.cw-show-detail-navbar{padding-left:1rem}.show-hide-pane-detail-enter-active,.show-hide-pane-detail-active,.show-hide-pane-detail-leave-active{transition:all .5s}.show-hide-pane-detail-enter,.show-hide-pane-detail-leave-to{transform:translateX(270px)}.cw-share-password .cw-share-password--title{text-align:left;margin-top:120px;color:#3c3c3b;font-size:20px;font-weight:300;letter-spacing:0;line-height:24px;margin-bottom:32px}.cw-share-password button{margin-top:32px}.cw-share-button{margin:0 1rem 1rem 0;padding:1rem}.cw-share-information{margin-top:1rem;background-color:#f8f8f8;border-radius:calc(1rem / 4);padding:calc(1rem / 2);align-items:center}.cw-share-information .cw-share-url{border:none;background-color:transparent}.cw-spaces-modal.add-team-member>.modal-content{max-height:90vh;min-height:66vh}.cw-spaces-modal.add-team-member>.modal-content .modal-header{align-items:center}.cw-spaces-modal.add-team-member>.modal-content .modal-header .btn.close{padding:0;margin:0;color:#d51130;opacity:1}.cw-spaces-modal.add-team-member>.modal-content .modal-body .team-members{height:25vh}.cw-spaces-modal.add-team-member>.modal-content .modal-body .team-members>div:first-of-type{height:90%;overflow-y:auto;overflow-x:hidden;padding-right:1rem;scrollbar-width:unset}.cw-spaces-modal.add-team-member>.modal-content .modal-body .team-members>div:first-of-type::-webkit-scrollbar{width:3px}.cw-spaces-modal.add-team-member>.modal-content .modal-body .team-members>div:first-of-type::-webkit-scrollbar-track{background:#f9f9f9}.cw-spaces-modal.add-team-member>.modal-content .modal-body .team-members>div:first-of-type::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.cw-spaces-modal.add-team-member>.modal-content .modal-body .team-members>div:first-of-type::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.cw-spaces-modal.add-team-member>.modal-content .modal-body .team-members .member-row>.actions>.remove-member-icon{visibility:hidden}.cw-spaces-modal.add-team-member>.modal-content .modal-body .team-members .member-row:hover>.actions>.remove-member-icon{visibility:visible}.cw-spaces-modal.add-team-member>.modal-content .modal-footer{padding:1.75rem}@media screen and (max-height: 768px){.cw-spaces-modal.add-team-member>.modal-content .modal-footer{padding:1rem 1.75rem}}.cw-spaces-modal.add-team-member .search-team-members>fieldset>legend::after,.cw-spaces-modal.add-team-member .add-space-approvers>fieldset>legend::after,.cw-spaces-modal.ask-for-approval .search-team-members>fieldset>legend::after,.cw-spaces-modal.ask-for-approval .add-space-approvers>fieldset>legend::after{bottom:0;color:#d51130;content:"*"}.cw-spaces-modal.add-team-member .search-team-members #users-filter,.cw-spaces-modal.add-team-member .add-space-approvers #users-filter,.cw-spaces-modal.ask-for-approval .search-team-members #users-filter,.cw-spaces-modal.ask-for-approval .add-space-approvers #users-filter{width:100%;height:100%;padding:0;border:none}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input{align-items:center;display:grid;grid-template-columns:minmax(0, 1fr) auto;grid-gap:5px}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .form-control,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .form-control,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .form-control,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .form-control{padding:.3rem}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list))>div:has(>input),.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list))>div:has(>input),.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list))>div:has(>input),.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list))>div:has(>input){width:100%}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text{max-height:30vh;min-height:2rem;overflow-y:auto;overflow-x:hidden;height:100%;flex-wrap:wrap}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list)),.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list)),.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list)),.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:has(.cw-tag-user-invite-form--tags-list)){overflow-y:hidden}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text{scrollbar-width:unset}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar{width:3px}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-track,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-track,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-track,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-track{background:#f9f9f9}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb:hover,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb:hover,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb:hover,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-track,.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb,.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb:hover,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-track,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb:hover,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-track,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb:hover,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-track,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text:not(:hover)::-webkit-scrollbar-thumb:hover{background:transparent}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info{cursor:default;width:100%;overflow:hidden}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info>.cw-thumbnail-circle,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info>.cw-thumbnail-circle,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info>.cw-thumbnail-circle,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info>.cw-thumbnail-circle{font-size:.5rem}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info:hover,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info:hover,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info:hover,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group>.tags--user-info:hover{cursor:default !important;background-color:#f4f3f3;border-color:#f4f3f3}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list{max-width:100%}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>.btn-group,.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>.btn-group,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>.btn-group,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>.btn-group,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>.btn-group{max-width:100%}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>*:not(#users-filter),.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>*:not(#users-filter),.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>*:not(#users-filter),.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>*:not(#users-filter),.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>*:not(#users-filter),.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>*:not(#users-filter),.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--input-text>*:not(#users-filter),.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .cw-tag-user-invite-form--tags-list>*:not(#users-filter){flex-shrink:0}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input>button,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input>button,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input>button,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input>button{padding:9px}.cw-spaces-modal.add-team-member .search-team-members .cw-tag-user-invite-form--input .no-users-found-message,.cw-spaces-modal.add-team-member .add-space-approvers .cw-tag-user-invite-form--input .no-users-found-message,.cw-spaces-modal.ask-for-approval .search-team-members .cw-tag-user-invite-form--input .no-users-found-message,.cw-spaces-modal.ask-for-approval .add-space-approvers .cw-tag-user-invite-form--input .no-users-found-message{overflow:hidden;white-space:pre-line;font-weight:400}.cw-spaces-modal.add-team-member p.user-email,.cw-spaces-modal.ask-for-approval p.user-email{font-weight:400;font-size:.75rem}.cw-spaces-modal.add-team-member .actions,.cw-spaces-modal.ask-for-approval .actions{padding:.75rem 0 .75rem 1.5rem}.cw-spaces-modal.add-team-member .actions .user-type.contributor,.cw-spaces-modal.ask-for-approval .actions .user-type.contributor{padding-right:1rem}.cw-spaces-modal.add-team-member .team-members .member-row>div:first-of-type,.cw-spaces-modal.ask-for-approval .team-members .member-row>div:first-of-type{display:grid;grid-template-columns:auto minmax(0, 1fr) auto;grid-gap:5px}.cw-spaces-modal.add-team-member .team-members .member-row i.remove-member-icon-pointer,.cw-spaces-modal.ask-for-approval .team-members .member-row i.remove-member-icon-pointer{cursor:pointer}.cw-spaces-modal.add-team-member .team-members .member-row i.remove-member-icon-disabled,.cw-spaces-modal.ask-for-approval .team-members .member-row i.remove-member-icon-disabled{cursor:not-allowed}.cw-spaces-modal .cw-spaces-modal-add-team-member--footer .copy-space-link-space-add-team-member{padding:0}.members-dropdown{max-height:10rem;overflow-y:auto}.members-dropdown{scrollbar-width:unset}.members-dropdown::-webkit-scrollbar{width:3px}.members-dropdown::-webkit-scrollbar-track{background:#f9f9f9}.members-dropdown::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.members-dropdown::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.members-dropdown:not(:hover)::-webkit-scrollbar-track,.members-dropdown:not(:hover)::-webkit-scrollbar-thumb,.members-dropdown:not(:hover)::-webkit-scrollbar-thumb:hover{background:transparent}.ask-for-approval>.modal-content{max-height:95vh;min-height:66vh}.ask-for-approval>.modal-content .body-header{display:flex}.ask-for-approval .b-collapse:not(.collapsing){transition:none !important}.ask-for-approval .collapsing{transition:none !important;height:0 !important}.ask-for-approval .ask-for-approval--approvers-container--header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem}.ask-for-approval .cw-approval-step.accordion{padding:1rem;margin-bottom:.75rem;margin-right:.5rem;background-color:#f8f8f8;border-radius:.375rem}.ask-for-approval .step-header{display:flex;align-items:center;justify-content:space-between;width:100%}.ask-for-approval .step-header .fal{color:#d51130}.ask-for-approval .step-header>div{display:flex;align-items:center;flex-grow:1;cursor:pointer}.ask-for-approval .step-header--title{white-space:nowrap;text-transform:uppercase;font-weight:600}.ask-for-approval .step-header--title.readonly{color:#949494}.ask-for-approval .step-header--title.ongoing{color:#d51130}.ask-for-approval .step-header--separator{flex-grow:1;height:1px;background-color:#e4e4e4;margin:0 1rem}.ask-for-approval .ask-for-approval--approvers-container{height:45vh;position:relative;overflow:hidden}.ask-for-approval .ask-for-approval--approvers-container .multi-steps{height:40vh;position:absolute;width:100%}.ask-for-approval .ask-for-approval--items-list{width:100%;display:flex;column-gap:.5rem}.ask-for-approval .ask-for-approval--items-list img{object-fit:contain}.ask-for-approval .ask-for-approval--items-list .img-item,.ask-for-approval .ask-for-approval--items-list .more-items{height:3.5rem;width:13%;border-radius:.125rem;background-color:#e4e4e4}.ask-for-approval .ask-for-approval--items-list .more-items{background-color:#e4e4e4;display:flex;align-items:center;justify-content:center}.ask-for-approval .space-approvers{max-height:25vh}.ask-for-approval .space-approvers .space-approvers--scroll-container{margin-top:1rem;max-height:25vh;display:flex}.ask-for-approval .space-approvers .member-row>.actions{visibility:hidden}.ask-for-approval .space-approvers .member-row:hover>.actions{visibility:visible}.ask-for-approval .cw-spaces-modal-ask-for-approval--footer{z-index:2}.ask-for-approval .last-used-process{margin-top:1.5rem;padding:.5rem;background-color:#f8f8f8;border-radius:.375rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.ask-for-approval .last-used-process .redo{width:1.875rem;height:1.875rem;display:flex;justify-content:center;align-items:center;color:#d51130;border:1px solid #d51130;border-radius:.25rem;margin-right:.5rem}.ask-for-approval .last-used-process .redo-title{font-weight:600;font-size:.875rem}.ask-for-approval .last-used-process .last-used-steps--separator{width:.75rem;height:.75rem;display:flex;justify-content:center;align-items:center;margin:0 .25rem}.ask-for-approval .last-used-process .last-used-steps--avatar:not(:first-of-type){margin-left:-0.875rem}@media screen and (max-height: 768px){.ask-for-approval .modal-body{padding-top:0}.ask-for-approval .modal-body .body-header,.ask-for-approval .modal-body .ask-for-approval--items-list{display:none}.ask-for-approval .modal-body .space-approvers .space-approvers--scroll-container{max-height:20vh}}.cw-approval-step--popover-dropdown{max-height:10rem;overflow-y:auto;width:30rem;max-width:none}.cw-new-space .modal-header .btn.close{opacity:1}.cw-new-space div.modal-content .modal-body{max-height:60vh;overflow-y:scroll}.cw-new-space div.modal-content .modal-body .cw-entity-form .form-group.cw-input-container .brieffiles-list{max-height:8rem}.cw-new-space div.modal-content .modal-body .cw-entity-form .form-group.cw-input-container .workspace-links .cw-new-button span{text-wrap:nowrap}.cw-new-space div.modal-content .modal-body .cw-entity-form-mandatory-field::after{content:"*";color:#d51130}.cw-new-space div.modal-content .modal-body .multiselect__tags{border-right:1px solid #e4e4e4}.cw-new-space div.modal-content .modal-body .multiselect__tags .multiselect__input{vertical-align:baseline}.cw-new-space div.modal-content .modal-body .multiselect__tags .multiselect__single{vertical-align:baseline}.cw-new-space div.modal-content .modal-body .multiselect__select{height:100%}.cw-new-space .modal-footer div{margin:2rem}.cw-new-space .modal-footer div button[portal-action=creative_workflow-create_space-cancel_button]{padding-left:0}.cw-new-space .modal-footer div .btn-secondary.disabled,.cw-new-space .modal-footer div .btn-secondary:disabled{background-color:#e5e4e4;border-color:#e5e4e4}.cw-space-avatars .cw-space-avatars--badge{margin-bottom:.5rem}.cw-space-avatars .cw-badged-element .cw-badge.cw-badge-shape-square.cw-badge-size-small{right:0;bottom:0}.cw-space-avatars .cw-badged-element .cw-badge.cw-badge-shape-square.cw-badge-size-small i{font-size:.65rem}.cw-space-avatars .cw-space-avatars--more{background-color:#e4e4e4;cursor:pointer;font-size:.875rem}.cw-space-avatars--popover[x-placement=right]{top:-1.5rem !important}.cw-space-avatars--popover[x-placement=top]{left:-1rem !important}.cw-space-avatars--popover .arrow{display:none}.cw-space-avatars--popover .popover-body{background-color:#fff;overflow-y:scroll;padding:0 0 .25rem 0}.cw-space-avatars--popover .popover-body .list-group .list-group-item{padding:.5rem .75rem;font-size:.875rem;font-weight:600}.cw-space-avatars--popover .popover-body .list-group .list-group-item .cw-badged-element{margin-right:.5rem}.cw-space-avatars--popover .popover-body .list-group .list-group-item .cw-badged-element .cw-badge{right:0;bottom:0}.cw-space-avatars--popover .popover-body .list-group .list-group-item.disabled{color:#949494}.cw-space-avatars--popover .popover-body .list-group.cw-space-avatars--divider{padding-bottom:.5rem;padding-top:.5rem;border-bottom:solid 1px #e4e4e4;border-radius:0}.cw-space-avatars--popover .popover-body .list-group.cw-space-avatars--divider .step-title{line-height:1.2}.cw-space-indexing .splitpanes.splitpanes--vertical{height:calc(100vh - 3.875em)}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane{overflow-y:auto;height:auto}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .cw-space-indexing-text{padding:1rem 1.5rem;position:sticky;top:0;z-index:5;background-color:#f8f8f8}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .cw-gallery.cw-gallery-list{padding:0 1.5rem;position:relative}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .cw-gallery.cw-gallery-list .cw-gallery-item .cw-dam-square-item{padding:.5rem}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .cw-gallery.cw-gallery-list .cw-gallery-item .cw-dam-square-item .card-header.cw-square-item-header .cw-space-indexing-status--container{right:1rem}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .cw-gallery.cw-gallery-list .cw-gallery-item .cw-dam-square-item .card-header.cw-square-item-header .cw-space-indexing-status{z-index:4;height:1.125rem;width:1.125rem;border:solid 4px #fff;border-radius:50%;margin:.125rem}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .cw-gallery.cw-gallery-list .cw-gallery-item .cw-dam-square-item .card-header.cw-square-item-header .cw-checkbox-wrapper label.cw-checkbox{right:unset;left:.6rem;top:.125rem}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .cw-gallery.cw-gallery-list .cw-gallery-item .cw-dam-square-item .card-body{flex-flow:row-reverse}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .cw-gallery.cw-gallery-list .cw-gallery-item .cw-dam-square-item.cw-selected{border:solid 2px #d51130;border-radius:4px}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .tabs ul[role=tablist]:not(.cw-input-container-input-tabs--tabs){background-color:#f8f8f8;border:none;display:flex;flex-direction:row-reverse}.cw-space-indexing .splitpanes.splitpanes--vertical .splitpanes__pane .tabs ul[role=tablist]:not(.cw-input-container-input-tabs--tabs) li[role=presentation]>a.nav-link.active:not(.cw-input-container-input-tabs--tab-active){border:none;background-color:#fff;padding:1rem 5rem;border-top:1px solid #e4e4e4}.cw-space-selection-actions{align-items:center;display:flex;gap:.5rem}.cw-space-selection-actions .btn.disabled{opacity:unset;color:#949494;border-color:#949494}.cw-space-selection-actions .btn.disabled span{font-weight:500}.cw-space-selection-actions>.nav-divider{border-right:1px solid #e5e4e4;height:1rem;margin:0 .5rem}.cw-space-selection-actions>.dropdown{font-size:.75rem;line-height:normal}.cw-space-selection-actions>.dropdown button.dropdown-toggle::after{margin-left:.5rem}.cw-space-selection-actions>.dropdown .dropdown-menu{padding:.75rem .25rem .5rem}.cw-space-selection-actions>.dropdown .dropdown-menu .dropdown-header{color:#9e9e9e;font-size:.75rem;font-weight:600;padding:0 .5rem .5rem}.cw-space-selection-actions>.dropdown .dropdown-menu .dropdown-item{align-items:baseline;display:flex;font-size:.75rem;font-weight:600;justify-content:space-between;padding:0 .5rem .5rem;text-transform:uppercase}.cw-space-selection-actions>.dropdown .dropdown-menu .dropdown-item:hover{background-color:#fff}.cw-spaces-approval-comment{padding:1.5rem 1.5rem 0 1.5rem}.cw-spaces-approval-comment .cw-spaces-approval-comment--divider{display:flex;border-bottom:1px solid #e5e4e4;padding-bottom:1.5rem}.cw-spaces-approval-comment .cw-spaces-approval-comment--divider .cw-spaces-approval-comment--avatar .cw-badged-element{margin-right:.75rem}.cw-spaces-approval-comment .cw-spaces-approval-comment--divider .cw-spaces-approval-comment--avatar .cw-badged-element .cw-badge{right:0;bottom:0}.cw-spaces-circular-progress .cw-spaces-progress-circle{stroke-dashoffset:0;transition:stroke-dashoffset 1s linear;stroke:#8e9094;stroke-width:2px}.cw-spaces-circular-progress .cw-spaces-progress-circle-primary{stroke:#636363;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-secondary{stroke:#d51130;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-success{stroke:#28a745;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-info{stroke:#17a2b8;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-warning{stroke:#ffc107;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-danger{stroke:#ed2c30;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-light{stroke:#e4e4e4;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-dark{stroke:#3c3c3b;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-background{stroke:#f8f8f8;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-extralight{stroke:#fafafa;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-gray{stroke:#c4c4c4;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-lightgray{stroke:#f4f3f3;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-lightsilver{stroke:#d8d8d8;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-neutral{stroke:#c4c4c4;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-white{stroke:#fff;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-delete-red{stroke:#ed2c30;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-gray-navy{stroke:#949494;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-platinum{stroke:#e4e4e4;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-base-black{stroke:#1e1e1e;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-wedia-blue{stroke:#1463ff;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-info-blue{stroke:#f1f6ff;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress .cw-spaces-progress-circle-warning-icon-orange{stroke:#ffa113;stroke-width:2px;stroke-linecap:round}.cw-spaces-circular-progress text{dominant-baseline:middle;text-anchor:middle;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:.75rem;font-weight:500;fill:#fff}.cw-spaces-circular-progress i{color:#fff;font-size:.875rem}.cw-spaces-circular-progress i.fal::before{display:block;width:.875rem;height:.875rem}.cw-spaces-comment-popover-item-container{display:flex;gap:.75rem;width:100%}.cw-spaces-comment-popover-item-container div.content-rows{width:79%}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container{display:flex;flex-direction:column;gap:1rem;width:100%}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container div.section-informations{width:100%}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container div.section-informations .row-informations{display:flex;width:100%;justify-content:space-between}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container div.section-informations .row-informations .name-date{display:flex;flex-direction:column;font-size:.75rem}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container div.section-informations .row-informations .comment-actions{display:flex;gap:.5rem;align-self:start}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container .section-comment{word-wrap:break-word;width:100%}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container .section-comment.with-timestamp{display:grid;grid-template-columns:auto 90%;grid-column-gap:.5rem}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container .section-comment .comment-timestamp{color:#d51130;font-size:.875rem;align-self:start}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container .section-comment .cw-spaces-update-comment-area{display:flex;flex-direction:column;gap:24px;border-radius:.25rem;border:1px solid #e4e4e4;padding:7px 8px 8px 12px}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container .section-comment .cw-spaces-update-comment-area:hover{cursor:auto}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container .section-comment .cw-spaces-update-comment-area .cw-spaces-update-comment-textarea{border:none !important;font-size:.75rem;color:#3c3c3b}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container .section-comment .cw-spaces-update-comment-area .cw-spaces-update-comment-textarea span[data-mention-uid]{color:#d51130;width:fit-content;user-select:all}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container .section-comment .cw-spaces-update-comment-area .sticky-buttons{display:flex;justify-content:flex-end;gap:.5rem}.cw-spaces-comment-popover-item-container div.content-rows .sections-item-container .section-comment .cw-spaces-update-comment-area.focused{border-color:#d51130}.cw-spaces-item-detail-review-container{height:100%;overflow-y:auto}.cw-spaces-item-detail-review-container .review-title{display:inline-block;padding-left:1.5rem;padding-bottom:1rem;font-size:.875rem;font-weight:600;width:100%;background-color:#fff;position:sticky;top:120px}.cw-spaces-item-detail-review-container>div#cw-spaces-item-detail-review-header{padding:2rem 1.5rem;background-color:#fff;position:sticky;top:0;z-index:4}.cw-spaces-item-detail-review-container>div#cw-spaces-item-detail-review-header.cw-space-avatars--popover .popover-body{max-height:calc((4 * (40px + (2 * 0.5rem))) + (2 * 0.25rem))}.cw-spaces-item-detail-review-container>div#cw-spaces-item-detail-review-header .cw-space-avatars--popover .popover-body{max-height:calc((4 * (40px + (2 * 0.5rem))) + (2 * 0.25rem))}.cw-spaces-item-detail-review-container>div#cw-spaces-item-detail-review-header .cw-space-avatars--avatar{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-spaces-item-detail-review-container>div#cw-spaces-item-detail-review-header .cw-add-comment-button{height:2.5rem;font-size:.875rem;margin-bottom:1.5rem}.cw-spaces-item-detail-review-container>div#cw-spaces-item-detail-review-header .cw-spaces-item-detail-review-header--filters button{border-color:#f4f3f3;border-radius:.2rem}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments{position:relative;z-index:3}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments.cw-space-avatars--popover .popover-body{max-height:calc((4 * (32px + (2 * 0.5rem))) + (2 * 0.25rem))}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments .cw-space-avatars--popover .popover-body{max-height:calc((4 * (32px + (2 * 0.5rem))) + (2 * 0.25rem))}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments .cw-space-avatars--avatar{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments{padding-bottom:1.5rem}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment{padding:1.5rem 2rem 0 1.5rem}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .cw-spaces-comment--content{height:100%;display:flex;align-items:stretch;justify-content:space-between;gap:.75rem;padding-bottom:1.5rem}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .cw-spaces-comment--content>.number-divider-container{display:flex;flex-direction:column;gap:.5rem;align-items:center}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .cw-spaces-comment--content>.number-divider-container>.divider{border-left:1px solid #e4e4e4;height:100%}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment:not(:last-child) .cw-spaces-comment--content{border-bottom:1px solid #e5e4e4}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .section-informations-row-infos>span:last-of-type{color:#949494}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows{display:flex;flex-direction:column;align-items:flex-start;flex-grow:2;width:80%}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-header{display:flex;width:100%;justify-content:space-between}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-header>.comment-item-actions{display:flex;flex-direction:row;gap:.5rem}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-header>.comment-item-actions .resolve-button{padding:0;color:#000;justify-self:end;font-size:1rem}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-header>.comment-item-actions .delete-button{font-size:1rem}@media screen and (max-width: 1441px){.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-header>.comment-item-actions .resolve-button,.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-header>.comment-item-actions .delete-button{font-size:.875rem}}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-informations{display:flex;flex-direction:column;gap:2px}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-informations.higher{position:relative;top:-6px}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-comment{display:flex;flex-direction:column;gap:.75rem;width:100%;word-wrap:break-word}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-comment>.reply-row{display:flex;gap:1rem;align-items:center;width:fit-content}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections>.section-comment>.reply-row .reply-button{padding:.5rem}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment .content-rows>.sections .section-replies{display:flex;flex-direction:column;margin-top:.5rem;gap:2rem}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment:hover{background-color:#efefef;cursor:pointer}.cw-spaces-item-detail-review-container div#cw-spaces-item-detail-review-comments div.cw-spaces-item-detail-review-comments .cw-spaces-comment.selected{background-color:#edf4f6}.cw-spaces-item-detail-review-container>* div.row{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.cw-spaces-item-detail-review-container>* div.row .dropdown-button{padding:.5rem .75rem;font-size:.75rem}.cw-spaces-item-detail-review-container>div.create-comment-section{width:100%;padding:1.5rem;border-bottom:1px solid #e5e4e4}.cw-spaces-item-detail-review-container>div.create-comment-section .cw-spaces-input-comment{width:100%}.cw-circle-comment-number{display:flex;border-radius:50%;width:32px;height:32px;font-weight:700;color:#fff;background-color:#f2a228;justify-content:center;align-items:center}.cw-circle-comment-number.done{background-color:#9e9e9e}.cw-circle-comment-number.border-around{border:3px solid #fff}.comment-content{height:auto;font-size:.875rem;word-wrap:break-word}.comment-content>p{margin-bottom:0 !important}.comment-content span[data-mention-uid]{color:#d51130}.cw-player-overlay .cw-spaces-detail-item-overlay-container{height:100%}.cw-player-overlay .cw-spaces-detail-item-overlay-container .cw-comments-overlay-container{height:100%}.cw-player-overlay .cw-spaces-detail-item-overlay-container .cw-comments-overlay-container.position-comment{font-size:.75rem !important}.cw-player-overlay .cw-spaces-detail-item-overlay-container .cw-comments-overlay-container.is-create-comment{height:100%}.cw-player-overlay .cw-spaces-detail-item-overlay-container .cw-comments-overlay-container.is-create-comment:hover{cursor:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='1.5em' viewBox='0 0 512 512'%3e%3cdefs%3e%3cstyle%3e.fa-secondary{opacity:1;fill:%23d51130;}.fa-primary{fill:%23ffffff;}%3c/style%3e%3c/defs%3e%3cpath class='fa-primary' d='M128 168c0-13.3 10.7-24 24-24H360c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H264c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24z'/%3e%3cpath class='fa-secondary' d='M0 64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L185.6 508.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V416H64c-35.3 0-64-28.7-64-64V64zm152 80c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24H152zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H152z'/%3e%3c/svg%3e") 8 100,auto}.cw-player-overlay .cw-spaces-detail-item-overlay-container .cw-comments-overlay-container .video-pin-invisible{visibility:hidden}.cw-spaces-review-popover{max-width:22rem !important;font-size:.75rem !important}.cw-spaces-review-popover>.arrow{display:none}.cw-spaces-review-popover>.popover-body{padding:0 1rem 1rem 1rem;overflow-y:visible}.cw-spaces-review-popover>.popover-body>.cw-spaces-comments-popover{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;min-width:20rem}.cw-spaces-review-popover>.popover-body>.cw-spaces-comments-popover>.cw-spaces-popover-comment-item-actions{display:flex;justify-content:flex-end;gap:.5rem;width:100%;position:sticky;top:0;padding-bottom:.75rem;padding-top:.75rem;border-bottom:1px solid #e5e4e4;background-color:#fff;z-index:2}.cw-spaces-review-popover>.popover-body>.cw-spaces-comments-popover>.cw-spaces-popover-comment-item-actions i.fa-circle-check::before{color:#000;display:block;width:13px;height:13px}.cw-spaces-review-popover>.popover-body>.cw-spaces-comments-popover>.cw-spaces-popover-comment-item-actions i.fa-xmark::before{display:block;width:15px;height:15px}.cw-spaces-review-popover>.popover-body>.cw-spaces-comments-popover>.cw-spaces-popover-comment-item-comments{width:100%;display:flex;flex-direction:column;gap:1.5rem;max-height:40vh;overflow-y:auto}.cw-spaces-create-comment{display:flex;align-items:start;gap:.5rem;z-index:1023}.cw-spaces-create-comment :hover{cursor:auto}.cw-spaces-input-comment{display:flex;flex-direction:column;width:80%}.cw-spaces-input-comment>.cw-input-comment{display:flex;border-radius:.25rem;border:1px solid #e4e4e4;background-color:#f8f8f8;width:100%}.cw-spaces-input-comment>.cw-input-comment.focused{border-color:#d51130 !important}.cw-spaces-input-comment>.cw-input-comment .cw-spaces-content-editable{border:none !important;border-radius:.25rem;background-color:#f8f8f8 !important;flex-grow:1;font-size:.75rem;color:#3c3c3b;overflow-y:auto !important;max-height:200px;padding:.25rem 4px .25rem 1rem;word-break:break-word}.cw-spaces-input-comment>.cw-input-comment .cw-spaces-content-editable:empty:before{content:attr(placeholder);color:#6c757d;pointer-events:none}.cw-spaces-input-comment>.cw-input-comment .cw-input-comment-button{border:none !important}.cw-spaces-input-comment>.cw-input-comment span[data-mention-uid]{color:#d51130;width:fit-content;user-select:all}.cw-spaces-input-comment>.cw-input-comment:hover{cursor:auto}.cw-spaces-input-comment>.cw-input-comment .current-timestamp{padding-left:1rem;color:#d51130;font-size:.75rem;align-self:center;font-weight:500}.fa-circle-check.comment-resolved::before{color:#55b907 !important}.cw-spaces-tag-user-dropdown{width:100%}.cw-spaces-tag-user-dropdown .menu-dropdown{display:block;width:100%;max-height:185px;overflow-y:auto;scrollbar-width:unset}.cw-spaces-tag-user-dropdown .menu-dropdown::-webkit-scrollbar{width:3px;height:3px}.cw-spaces-tag-user-dropdown .menu-dropdown::-webkit-scrollbar-track{background:#f9f9f9}.cw-spaces-tag-user-dropdown .menu-dropdown::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.cw-spaces-tag-user-dropdown .menu-dropdown::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.cw-spaces-tag-user-dropdown .menu-dropdown:not(:hover)::-webkit-scrollbar-track,.cw-spaces-tag-user-dropdown .menu-dropdown:not(:hover)::-webkit-scrollbar-thumb,.cw-spaces-tag-user-dropdown .menu-dropdown:not(:hover)::-webkit-scrollbar-thumb:hover{background:transparent}.cw-spaces-tag-user-dropdown .link-dropdown-item{padding:8px}.cw-spaces-tag-user-dropdown .cw-spaces-tag-user-dropdown-row{display:flex;gap:.5rem}.cw-spaces-tag-user-dropdown .cw-spaces-tag-user-dropdown-row div.user-name{display:flex;align-items:center;font-weight:600;font-size:.875rem}.cw-spaces-create-comment--popover{background-color:unset;border:none}.cw-spaces-create-comment--popover .arrow{display:none}.cw-spaces-create-comment--popover .popover-body{color:unset}.cw-spaces-create-comment--popover .popover-body .cw-spaces-input-comment{width:20rem;transform:translate(-1rem, -1rem)}.cw-spaces-create-comment--popover .cw-spaces-tag-user-dropdown{min-width:16rem}.cw-spaces-create-comment--popover.cw-comment-update-dropdown .cw-spaces-tag-user-dropdown{bottom:1.2rem;right:.5rem}.cw-spaces-create-comment--popover.cw-comment-update-dropdown.thread .cw-spaces-tag-user-dropdown{right:-1.5rem}.cw-spaces-detail-item-versions{padding:0 1.5rem;overflow-y:auto}@container (max-width: 400px){.cw-spaces-detail-item-versions .comparing-label{display:none}}.cw-spaces-detail-item-versions .fade-enter-active,.cw-spaces-detail-item-versions .fade-leave-active{transition:opacity 1.5s}.cw-spaces-detail-item-versions .fade-enter,.cw-spaces-detail-item-versions .fade-leave-to{opacity:0}.cw-spaces-detail-item-versions .item-versions-header{padding-top:1rem;position:sticky;top:0;background-color:#fff;z-index:2}.cw-spaces-detail-item-versions .item-versions-header .item-versions-button-row{margin-bottom:2rem}.cw-spaces-detail-item-versions .item-versions-header .item-versions-button-row button,.cw-spaces-detail-item-versions .item-versions-header .item-versions-button-row .new-version-input-button{height:2.5rem;font-size:.875rem}.cw-spaces-detail-item-versions .item-versions-header .new-version-input-button.disabled{cursor:not-allowed;opacity:.8}.cw-spaces-detail-item-versions .item-versions-header .new-version-input-button label.custom-file-label{border:none;cursor:pointer;height:auto;width:fit-content}.cw-spaces-detail-item-versions .item-versions-header .new-version-input-button label.custom-file-label.disabled{cursor:not-allowed}.cw-spaces-detail-item-versions .item-versions-header .new-version-input-button input#new-version-file-input{display:none}.cw-spaces-detail-item-versions .item-versions-header .compare-version-button{display:flex;align-items:center;justify-content:center}@container (max-width: 700px){.cw-spaces-item-detail-player-header:has(.cw-status-dropdown--container){flex-direction:column;height:7em !important;padding-top:1rem !important;padding-bottom:1rem !important}}@container (max-width: 540px){.cw-spaces-item-detail-player-header:has(.cw-status-dropdown--container){height:10em !important}.cw-spaces-item-detail-player-header:has(.cw-status-dropdown--container)>div,.cw-spaces-item-detail-player-header:has(.cw-status-dropdown--container)>.cw-status-dropdown--container>div{flex-direction:column;align-items:start !important;margin-bottom:.5rem}}.cw-spaces-detail-item{position:sticky;height:calc(100vh - 3.875em)}.cw-spaces-detail-players-pane{display:block}.cw-spaces-detail-item-wrapper{height:100%;padding:0}.cw-spaces-detail-item.comparing .cw-spaces-detail-item{height:100vh}.cw-spaces-detail-item.comparing .cw-spaces-detail-item-body-scrolllist,.cw-spaces-detail-item.comparing .cw-spaces-detail-item-tabs>div:first-of-type{display:none !important}.cw-spaces-detail-item.comparing .cw-spaces-detail-item-tabs-content,.cw-spaces-detail-item.comparing .cw-spaces-detail-item-tabs{height:100% !important}.cw-spaces-card-status--body{display:flex;justify-content:center;background-color:#fbfbfb;border-radius:.5rem;padding:24px}.cw-spaces-card-status--body>* .cw-spaces-status-label{text-transform:uppercase;font-size:.75rem;font-weight:600}.cw-pipe-icon{padding-bottom:.5rem}.cw-version-badge{padding-bottom:.75rem;padding-top:.75rem}.cw-spaces-detail-item-button-actions.navbar-nav>.nav-item>a.nav-link{padding-left:0 !important;padding-right:0 !important}.cw-spaces-detail-item-button-actions.navbar-nav>li:last-of-type.nav-item>a.nav-link{padding-left:.5rem !important}.cw-spaces-detail-item-button-actions button.btn-link{display:flex;justify-content:center;width:2.5rem;height:2.5rem;color:#3c3c3b;padding:0}.cw-spaces-detail-item-button-actions i.fal{align-self:center}.cw-spaces-detail-item-button-actions .cw-spaces-detail-item-button-actions--publish{height:2.5rem;font-size:.875rem}.cw-spaces-detail-item-header{display:flex;flex-direction:column;height:3.875em}.cw-spaces-detail-item-header .navbar.cw-header{height:unset;padding-left:1.5rem;border-bottom:1px solid #f4f3f3}.cw-spaces-detail-item-header .navbar.cw-header .navbar-brand{display:flex}.cw-spaces-detail-item-header>* h1.item-header-title{font-weight:700;font-size:1.125rem;max-width:65vw;display:inline-block;overflow:hidden;text-overflow:ellipsis}.cw-card-status{display:flex;flex-direction:row;background-color:#f2f2f2;padding:.75rem}.cw-spaces-detail-item-tabs{overflow:hidden;display:flex;flex-direction:column;height:calc(100vh - 3.875em);width:100%}.cw-spaces-detail-item-tabs>div>ul{background-color:#f8f8f8;height:3.875em}.cw-spaces-detail-item-tabs>div:first-of-type .nav-link{color:#949494;font-weight:600}.cw-spaces-detail-item-tabs>div:first-of-type .nav-link.active{color:initial;background-color:#fff;border:none}.cw-spaces-detail-item-tabs>div:first-of-type .nav-tabs{border:none;color:#949494;height:3.875em;margin-bottom:0}.cw-spaces-detail-item-tabs>div:first-of-type .nav-tabs .nav-item{margin-right:unset;height:3.875em}.cw-spaces-detail-item-tabs>div:first-of-type .nav-tabs .nav-item>a{height:100%;display:flex;align-items:center;justify-content:center}.cw-spaces-detail-item-tabs>.tab-content>.tab-pane{padding:0;height:100%}.cw-spaces-detail-item-tabs .cw-spaces-status-dropdown{padding-left:12px;padding-right:12px}.cw-spaces-detail-item-tabs .cw-spaces-status-dropdown::after{position:absolute;right:12px}.cw-spaces-detail-item-tabs .card-header{height:8.125rem;background-color:#f8f8f8 !important;padding-bottom:2rem;padding-top:2rem}.cw-spaces-detail-item-tabs .cw-spaces-detail-item-tabs-content{display:flex;flex-direction:column;height:calc(100vh - (3.875em * 2) - 2rem)}.cw-spaces-detail-item-tabs i.fal{margin-right:.25rem}.cw-space-indexing .cw-spaces-detail-item-form-container{font-size:.875rem !important}.cw-space-indexing .cw-spaces-detail-item-form-container .cw-upload-form{margin-top:1rem}.cw-space-indexing .cw-spaces-detail-item-form-container * label.cw-input-container-input-tabs--label{font-weight:600 !important}.cw-space-indexing .cw-spaces-detail-item-form-container * a,.cw-space-indexing .cw-spaces-detail-item-form-container label{font-size:.875rem !important}.cw-space-indexing .cw-spaces-detail-item-form-container * ul.cw-dynamic-nav-header-nav{text-transform:uppercase;font-weight:700}.cw-space-indexing .cw-spaces-detail-item-form-container * ul.cw-dynamic-nav-header-nav .nav-item a.active{font-weight:700}.cw-space-indexing .cw-spaces-detail-item-form-container .overlay-form-busy{height:100vh !important}.cw-space-indexing .cw-spaces-detail-item-form-container .cw-spaces-change-collection{padding-left:1rem;padding-top:2rem;padding-bottom:2rem}.cw-spaces-detail-item-body{overflow:hidden;display:flex;width:100vw}.cw-spaces-detail-item-body .cw-spaces-detail-item-body-scrolllist{gap:1.5rem;width:12%;border-right:1px solid #f4f3f3}.cw-spaces-detail-item-body .cw-spaces-detail-item-body-scrolllist>.disabled{opacity:.7}.cw-spaces-detail-item-body .splitpanes{width:calc(100% - 12%)}.cw-spaces-detail-item-body .cw-spaces-detail-item-tabs-pane{border-left:1px solid #f4f3f3;height:calc(100vh - 3.875em)}.cw-spaces-detail-item-body .splitpanes--vertical .splitpanes__pane{transition:none}.cw-spaces-detail-item-player-pane{display:flex;flex-direction:column;justify-content:space-between;background-color:#f4f3f3;container-type:inline-size}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header{z-index:2;height:3.875em;width:100%;padding:0 1rem;border-bottom:1px solid #f4f3f3;z-index:2;background-color:#f8f8f8;display:flex;justify-content:space-between}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header>.cw-status-dropdown--container>div>.cw-status-dropdown{height:1.9rem}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header>.cw-status-dropdown--container>div>.cw-status-dropdown>span>i{padding:0 .5rem;color:#949494}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header>.cw-status-dropdown--container>div>.cw-status-dropdown>span{margin-right:.5rem}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header>.cw-status-dropdown--container>div>.cw-status-dropdown>div>button{text-transform:uppercase;min-width:13.125rem;text-align:start !important;display:flex;justify-content:space-between;font-size:.75rem}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header>.cw-status-dropdown--container>div>.cw-status-dropdown .dropdown-item{min-width:13.125rem;padding:.25rem .5rem;font-size:.75rem;text-transform:uppercase}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header>.cw-approval-buttons--container>div>button{min-width:6.5rem;margin-right:1.5rem}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header>div,.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header>.cw-status-dropdown--container>div,.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header>.cw-approval-buttons--container>div{display:flex;align-items:center}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header .cw-spaces-item-detail-player-header--actions{display:flex}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header .cw-spaces-item-detail-player-header--actions>button{width:1.9rem;height:1.9rem;margin-left:.5rem}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header .cw-spaces-item-detail-player-header--actions .toogle-compare-mode{padding-right:1rem;margin-right:.5rem;border-right:1px solid #e4e4e4}.cw-spaces-detail-item-player-pane .cw-spaces-item-detail-player-header .cw-spaces-item-detail-player-header--actions .toogle-compare-mode button{width:1.9rem;height:1.9rem}.cw-spaces-detail-item-player-pane .player-wrapper-group{height:100%;width:100%;display:flex;flex:1}.cw-spaces-detail-item-player-pane .player-wrapper-group.aside{flex-direction:row}.cw-spaces-detail-item-player-pane .player-wrapper-group.superimposed{flex-direction:column}.cw-spaces-detail-item-player-pane .player-wrapper-group.superimposed.compare-no-img>.cw-default-player-wrapper{padding-left:.5rem;padding-right:.5rem}.cw-spaces-detail-item-player-pane .player-wrapper-group.superimposed.compare-no-img>.cw-default-player-wrapper:first-of-type{padding-top:.5rem;padding-bottom:.25rem}.cw-spaces-detail-item-player-pane .player-wrapper-group.superimposed.compare-no-img>.cw-default-player-wrapper:last-of-type{padding-top:.25rem;padding-bottom:.5rem}.cw-spaces-detail-item-player-pane .player-wrapper-group.aside.compare-no-img>.cw-default-player-wrapper{padding-top:.5rem;padding-bottom:.5rem}.cw-spaces-detail-item-player-pane .player-wrapper-group.aside.compare-no-img>.cw-default-player-wrapper:first-of-type{padding-left:.5rem;padding-right:.25rem}.cw-spaces-detail-item-player-pane .player-wrapper-group.aside.compare-no-img>.cw-default-player-wrapper:last-of-type{padding-left:.25rem;padding-right:.5rem}.cw-spaces-detail-item-player-pane .player-wrapper-group>.cw-default-player-wrapper{height:100%;width:100%}.cw-spaces-detail-item-player-pane div.no-cursor:has(>.cw-circle-comment-number-container){cursor:none}.cw-spaces-detail-item-player-pane .cw-circle-comment-pin-container{transform:translate(-50%, -50%)}.cw-spaces-detail-item-player-pane .cw-circle-comment-number-container.not-highlighted{opacity:.5}.cw-spaces-detail-item-player-pane .cw-circle-comment-number-container.disabled{pointer-events:none}.cw-spaces-detail-item-player-pane .cw-circle-comment-number-container.no-cursor{cursor:none}.cw-spaces-detail-item-player-pane .cw-circle-comment-number-container.grab{cursor:grab}.cw-spaces-detail-item-player-pane .cw-circle-comment-number-container.pointer{cursor:pointer}.cw-spaces-detail-item-player-pane .space-item-detail-preview.drag-and-drop-zone.is-dragging{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px dashed #d51130;background-color:#fff}.cw-spaces-detail-item-player-pane .space-item-detail-preview.drag-and-drop-zone.is-dragging span{display:inline;font-size:1.5rem}.cw-spaces-detail-item-player-pane .space-item-detail-preview.drag-and-drop-zone span{display:none}.cw-spaces-detail-item-player-pane .players{height:calc(100% - 3.875em);width:100%}.cw-spaces-detail-item-player-pane .players.with-controls{padding:1rem 1rem 0 1rem}.cw-spaces-detail-item-player-pane .players .grow-enter-active{animation:grow-in .5s}.cw-spaces-detail-item-player-pane .players .grow-leave-active{animation:grow-in .5s reverse}@keyframes grow-in{0%{height:0}100%{height:100%}}.cw-spaces-detail-item-player-pane .players .player-wrapper{display:flex;align-content:space-around;justify-content:start;align-items:end}.cw-spaces-detail-item-player-pane .players .cw-video-controls--container{background-color:#f8f8f8}.cw-spaces-detail-item-player-pane .cw-default-player-wrapper{height:100%}.cw-spaces-detail-item-player-pane .cw-default-player-wrapper .cw-detail-img-container{height:100%}.cw-spaces-detail-item-player-pane .cw-default-player-wrapper .cw-detail-img-container .cw-detail-img{height:100% !important}.cw-spaces-detail-item-player-pane .cw-default-player-wrapper .cw-detail-img-container.whithout-bg{height:0% !important;width:0%}.cw-spaces-detail-item-player-pane .cw-default-player-wrapper .cw-detail-div{width:100%;height:100%;padding:10px;position:relative}.cw-spaces-detail-item-player-pane .cw-default-player-wrapper .cw-player-overlay{position:absolute;top:0;left:0;width:100%;height:0}.space-details,.cw-space-approval{padding:0 7.5rem 2.5rem 7.5rem}.space-details .cw-space-header-title-row--container,.cw-space-approval .cw-space-header-title-row--container{transition:height .7s;height:6rem;position:sticky;top:0;background-color:#f8f8f8;z-index:12}.space-details.with-full-desc .cw-space-header-title-row--container,.cw-space-approval.with-full-desc .cw-space-header-title-row--container{transition:height .9s;height:10rem}.space-details .cw-gallery.cw-gallery-list.space-items>div,.cw-space-approval .cw-gallery.cw-gallery-list.space-items>div{padding:0 .75rem}.space-details .cw-gallery.cw-gallery-list.space-items>div .cw-gallery-item,.cw-space-approval .cw-gallery.cw-gallery-list.space-items>div .cw-gallery-item{padding:.75rem 0}@media screen and (max-width: 1441px){.space-details .cw-gallery.cw-gallery-list.space-items>div .cw-gallery-item .cw-dam-item-action i,.cw-space-approval .cw-gallery.cw-gallery-list.space-items>div .cw-gallery-item .cw-dam-item-action i{font-size:.875rem}}.space-detail--space-avatars.cw-space-avatars--popover .popover-body{max-height:calc((6.8 * (32px + (2 * 0.5rem))) + (2 * 0.25rem))}.space-detail--space-avatars .cw-space-avatars--popover .popover-body{max-height:calc((6.8 * (32px + (2 * 0.5rem))) + (2 * 0.25rem))}.space-detail--space-avatars .cw-space-avatars--avatar{height:32px;max-height:32px;min-height:32px;width:32px;max-width:32px;min-width:32px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-space-avatars--popover>.popover-body{width:19.5rem}.cw-space-approval .cw-no-pending-requests{height:55vh}.cw-spaces .cw-job-index-explore .cw-job-index-explore--header>div:first-of-type{display:flex}.cw-spaces .cw-job-index-explore .cw-job-index-explore--header .cw-approval-buttons--container>button{margin-right:.5rem}.cw-spaces .cw-job-index-explore .cw-preview-overlay--container{margin-top:20rem}.cw-spaces .cw-job-index-explore .cw-job-items-container .cw-selectable-container{padding:0 !important}.cw-spaces .cw-job-index-explore .cw-job-items-container .cw-selectable-container .cw-job-index-explore--item-container{position:relative;z-index:3}.cw-spaces .cw-job-index-explore .cw-job-items-container .cw-selectable-container .cw-job-index-explore--item-container.cw-space-avatars--popover .popover-body{max-height:calc((4 * (40px + (2 * 0.5rem))) + (2 * 0.25rem))}.cw-spaces .cw-job-index-explore .cw-job-items-container .cw-selectable-container .cw-job-index-explore--item-container .cw-space-avatars--popover .popover-body{max-height:calc((4 * (40px + (2 * 0.5rem))) + (2 * 0.25rem))}.cw-spaces .cw-job-index-explore .cw-job-items-container .cw-selectable-container .cw-job-index-explore--item-container .cw-space-avatars--avatar{height:40px;max-height:40px;min-height:40px;width:40px;max-width:40px;min-width:40px;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.cw-spaces .cw-job-index-explore>div:first-of-type{padding-top:1.2rem;padding-bottom:.1rem;position:sticky;background-color:#f8f8f8;transition:top .7s;top:calc(6rem - 0.2rem);z-index:4}.cw-spaces .space-details.with-full-desc .cw-job-index-explore{position:relative;background-color:#f8f8f8}.cw-spaces .space-details.with-full-desc .cw-job-index-explore>div:first-of-type{transition:top .9s;top:calc(10rem - 0.2rem)}.creative-workflow-space-details-header{z-index:5;background-color:#f8f8f8;padding-left:.5rem;padding-right:.5rem}.creative-workflow-space-details-header--separator hr{margin-left:.5rem;margin-right:.5rem;margin-bottom:0}.space-general-infos{line-height:normal;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;display:flex;display:flex;flex-direction:column}.space-general-infos>div:first-of-type{display:flex;align-items:center;width:100%}.space-general-infos .space-general-infos--title{overflow:hidden;text-overflow:ellipsis;font-size:1.75rem}.space-general-infos i{margin-right:.7rem}.space-general-infos i,.space-general-infos div{font-size:1.75rem}.space-general-infos .collapse{font-size:1rem}.space-general-infos .cropped-desc{text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}.space-general-infos .full-desc{padding-top:1rem;text-wrap:wrap;line-clamp:3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cw-space-detail-header-space-docs{margin-top:1rem;margin-bottom:1.5rem;padding:1.5rem;border-radius:8px;height:11.7rem;position:relative}.cw-space-detail-header-space-docs .space-docs-title{margin-bottom:1.5rem}.cw-space-detail-header-space-docs>div:first-of-type>.space-docs-action{font-size:.875rem}.cw-space-detail-header-space-docs .space-docs-items>div.row{overflow:auto;white-space:nowrap;height:5.75rem}.cw-space-detail-header-space-docs .space-docs-items>div.row .space-doc{border-radius:4px;display:inline-block;float:none;max-width:368px !important;min-width:31%;cursor:pointer;margin-bottom:1rem}.cw-space-detail-header-space-docs .space-docs-items>div.row .space-doc-type,.cw-space-detail-header-space-docs .space-docs-items>div.row div.space-doc-infos{height:3.75rem;border-radius:2px}.cw-space-detail-header-space-docs .space-docs-items>div.row .space-doc-type span,.cw-space-detail-header-space-docs .space-docs-items>div.row div.space-doc-infos span{line-height:15px}.cw-space-detail-header-space-docs .space-docs-items>div.row .space-doc-type p,.cw-space-detail-header-space-docs .space-docs-items>div.row div.space-doc-infos p{line-height:17px}.cw-space-detail-header-space-docs .space-docs-items>div.row div.space-doc-infos{overflow:hidden}.cw-space-detail-header-title-row{height:100%;z-index:6;position:sticky;top:0;padding:2.5rem .5rem 0 .5rem;background-color:#f8f8f8;align-items:center}.cw-space-detail-header-title-row .spaces-more-actions-button>button::after{margin-left:1rem}.cw-space-detail-header-title-row .spaces-more-actions-button.show .btn-outline-secondary.dropdown-toggle{background-color:#d51130}.cw-space-detail-header-title-row .back-button a{color:inherit}.cw-space-detail-header-title-row button.btn,.cw-space-detail-header-title-row div.dropdown{height:3.125rem}.cw-space-detail-header-space-docs .space-doc-type i{font-size:2.4rem;margin-top:.7rem}.cw-space-detail-header-space-docs .space-doc-type p{font-size:.4rem !important;position:relative;bottom:1rem;right:.2rem}.cw-space-job-index-explore-tools a{text-decoration:underline !important}.cw-spaces-block-item--footer>.space-item-status-picker{margin-bottom:.5rem}.space-item-status-picker{display:flex;flex-direction:row;align-items:center}.space-item-status-picker>span>i{color:#949494;width:1.25ch}.space-item-status-picker div.dropdown.b-dropdown{flex-grow:1}.space-item-status-picker div.dropdown.b-dropdown button{align-items:center}.space-item-status-picker div.dropdown.b-dropdown .space-item-status{padding:.5rem 0}.space-item-status-picker span.space-item-status-value{font-size:.75rem;text-transform:uppercase;vertical-align:middle}.space-item-status-picker .dropdown-menu .dropdown-item{padding:0 .375rem}.space-item-status-picker button.btn.dropdown-toggle.btn-white{padding:0 .375rem;display:flex;flex-direction:row;background-color:#f8f8f8}.space-item-status-picker button.btn.dropdown-toggle.btn-white i{font-size:.5rem !important}.space-item-status-picker button.btn.dropdown-toggle.btn-white i :first-child{margin-top:.5rem}.cw-gallery.cw-gallery-list.space-items{flex-wrap:wrap;justify-content:space-between}.cw-gallery.cw-gallery-list.space-items .cw-spaces-list-item{aspect-ratio:.7699757869}.cw-dam-block-item.spaces{padding:.5rem .5rem 0}.cw-dam-block-item.spaces:not(.cw-selected){border:unset}.cw-dam-block-item.spaces.cw-selected{border-radius:4px}.cw-dam-block-item.spaces div.space-block-img-container{height:11rem;border-radius:2px;display:grid;align-items:end;justify-content:start}.cw-dam-block-item.spaces div.space-block-img-container .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(60,60,59,.8);visibility:hidden}.cw-dam-block-item.spaces div.space-block-img-container .tags-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-end;padding-top:.5rem;padding-right:.5rem}.cw-dam-block-item.spaces div.space-block-img-container .tags-overlay span{background-color:#fff;padding:.25rem .5rem;border-radius:2px}.cw-dam-block-item.spaces div.space-block-img-container .cw-checkbox-wrapper:hover+.overlay{opacity:1;visibility:visible}.cw-dam-block-item.spaces div.space-block-img-container div.no-img{display:flex;flex-flow:wrap;justify-content:center}.cw-dam-block-item.spaces div.space-block-img-container div.no-img div.icon-container{width:70px;height:90px}.cw-dam-block-item.spaces div.space-block-img-container div.no-img div.icon-container i{font-size:5rem}.cw-dam-block-item.spaces div.space-block-img-container p.file-ext{position:absolute;bottom:3rem}.cw-dam-block-item.spaces div.space-block-img-container::before{padding-top:50% !important}.cw-dam-block-item.spaces div.space-block-img-container:hover .tags-overlay{visibility:hidden}.cw-dam-block-item.spaces div.space-block-img-container .cw-dam-block-item-img-container.embed-responsive-item .b-skeleton.w-100.h-100.fit-contain.bg-light.b-skeleton-img.b-skeleton-animate-wave{height:11rem}.cw-dam-block-item.spaces label.cw-checkbox{top:.5rem !important;margin-left:.5rem;right:unset}.cw-dam-block-item.spaces .cw-block-item-actions-container{flex-direction:column}.cw-dam-block-item.spaces .cw-block-item-actions-container::before{background:rgba(60,60,59,.8);opacity:unset}.cw-dam-block-item.spaces .cw-block-item-actions-container .open-duplicates-popin{position:absolute;color:#fff;text-decoration:underline;cursor:pointer;top:3rem}.cw-dam-block-item.spaces .cw-block-item-actions{margin-top:unset;position:absolute;top:.5rem}.cw-dam-block-item.spaces .cw-block-item-actions .cw-dam-item-actions{margin:0 .5rem;justify-content:end}.cw-dam-block-item.spaces .cw-block-item-actions .cw-dam-item-actions .cw-dam-item-action{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;margin-left:0;border:none}.cw-dam-block-item.spaces .cw-block-item-actions .cw-dam-item-actions .cw-dam-item-action:hover{background-color:transparent !important;color:#f8f8f8 !important}.cw-dam-block-item.spaces .cw-block-item-actions .cw-dam-item-actions .cw-dam-item-action:last-child{padding-right:0;padding-left:0}.cw-dam-block-item.spaces .cw-space-avatars{position:relative;top:-0.75rem;left:.75rem}.cw-space-detail-header-avatars-row{padding-top:1rem;padding-bottom:.5rem;background-color:#f8f8f8}.cw-space-detail-header-avatars-row .cw-collaborator i{color:#9e9e9e;font-size:1.5rem;cursor:pointer}.creative-workflow-space-details-content .cw-rectangle-select-area{padding:0 10rem;margin:0 -10rem}.creative-workflow-space-details-content .cw-space-items-explorer-wrapper .btn.cw-clear-search.btn-link{text-decoration:underline;font-size:.75rem}.creative-workflow-space-details-content .cw-space-items-explorer-wrapper .cw-constraints-tags{overflow:auto;white-space:nowrap}.creative-workflow-space-details-content .cw-space-items-explorer-wrapper .cw-constraints-tags .d-constraint-tags-group-container{display:flex;flex-direction:row}.creative-workflow-space-details-content .cw-space-items-explorer-wrapper .cw-constraints-tags .btn{font-weight:500;font-size:.75rem;line-height:normal;margin:0 .3125rem;padding:.5rem .75rem;text-align:left}.creative-workflow-space-details-content .cw-space-items-explorer-wrapper .cw-constraints-tags .btn .cw-close{color:#3c3c3b;font-size:1em;margin-left:.5rem;vertical-align:middle}.creative-workflow-space-details-content .cw-space-items-explorer-wrapper .cw-constraints-tags .btn .searched{font-weight:700}.creative-workflow-space-details-content .cw-space-items-explorer-wrapper .cw-constraints-tags .btn .fieldname{font-weight:500}.creative-workflow-space-details-content .cw-space-items-explorer-wrapper .cw-constraints-tags .btn .operator{text-transform:lowercase}.cw-spaces .cw-collection-spaces-list{padding:0 5rem 2.5rem 5rem}.cw-spaces .cw-collection-spaces-list:has(.cw-empty-spaces-list) .cw-collection-spaces-list--header>.cw-collection-spaces-list--actions>.cw-collection-spaces-list--add-space{display:none}.cw-spaces .cw-collection-spaces-list:has(:not(.cw-collection-spaces-list--tabs))>.cw-spaces-list .cw-spaces-list--toolbar{top:calc(calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)) + 9.375rem)}.cw-spaces .cw-collection-spaces-list:has(.cw-collection-spaces-list--tabs)>.cw-spaces-list .cw-spaces-list--toolbar{top:calc(calc(calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)) + 9.375rem) + 2.7rem)}.cw-spaces .cw-collection-spaces-list--header{position:sticky;top:calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px));z-index:2;padding:0 .5rem;background-color:#f8f8f8;height:9.375rem;display:flex;justify-content:space-between;align-items:center}.cw-spaces .cw-collection-spaces-list--header .cw-collection-spaces-list--title{display:flex;flex-direction:row;align-items:center}.cw-spaces .cw-collection-spaces-list--header .cw-collection-spaces-list--title>*{font-size:1.75rem;margin:0}.cw-spaces .cw-collection-spaces-list--header .cw-collection-spaces-list--title h1{font-weight:bold;margin-left:1rem}.cw-spaces .cw-collection-spaces-list--header .cw-collection-spaces-list--title a{color:inherit}.cw-spaces .cw-collection-spaces-list--header .cw-collection-spaces-list--title i{cursor:pointer}.cw-spaces .cw-collection-spaces-list--header .cw-collection-spaces-list--actions .cw-collection-spaces-list--add-space:has(>.cw-empty-spaces-list){display:none}.cw-spaces .cw-collection-spaces-list--header .cw-collection-spaces-list--actions .cw-collection-spaces-list--add-space{height:50px;padding-left:29px;padding-right:29px;font-weight:500;display:flex;align-items:center}.cw-spaces .cw-collection-spaces-list--header .cw-collection-spaces-list--actions .cw-collection-spaces-list--add-space i{font-weight:300;margin-right:1rem}.cw-spaces .cw-collection-spaces-list--tabs{position:sticky;top:calc(calc(calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px)) + 9.375rem);z-index:3;background-color:#f8f8f8;height:2.8rem;margin-bottom:0 !important;margin-left:.5rem;margin-right:.5rem}.cw-spaces .cw-collection-spaces-list--tabs .nav-item .nav-link.active{border-bottom-width:4px}.cw-spaces .cw-spaces-list .cw-spaces-list-filters .navbar{border-bottom:none !important;padding-left:0;padding-right:0}.cw-spaces .cw-spaces-list .cw-spaces-list-filters .navbar ul.navbar-nav{border:none !important;padding:0}.cw-spaces .cw-spaces-list .cw-spaces-list-filters .navbar ul.navbar-nav .cw-navbar-nav-filters-dropdown.cw-active a.nav-link.dropdown-toggle{border-top:1px solid #e4e4e4 !important;margin-top:unset;margin-bottom:0 !important;margin-right:.5rem !important}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar{position:sticky;z-index:2;background-color:#f8f8f8;width:100%;padding:0 .5rem 2.5rem .5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .navbar{border-bottom:none !important}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list-count{font-size:.875rem;font-weight:600;flex-basis:100%}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools{display:flex;justify-content:space-between;align-items:center}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools .archived-spaces-checkbox--container{display:flex;align-items:center}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools .archived-spaces-checkbox--container>label{margin:0 0 0 .5rem;font-weight:600;font-size:.875rem}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools .cw-tabs--search .cw-tabs--search--search{border:1px solid #e4e4e4;border-radius:.25rem;padding:0 .5rem;margin-right:.5rem}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools .cw-tabs--search .cw-tabs--search--search input{height:unset;padding-top:.2rem !important;padding-bottom:.2rem !important}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools .cw-spaces-list-filter-sort{margin-right:10px}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools .cw-spaces-list-filter-sort.show>.dropdown-toggle,.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools .cw-spaces-list-filter-sort button:hover,.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools .cw-spaces-list-filter-sort button:active{background-color:transparent;color:#d51130}.cw-spaces .cw-spaces-list .cw-spaces-list--toolbar .cw-spaces-list--toolbar-tools .cw-spaces-list-filter-sort .prepend-i18n-label{color:#6c757d}.cw-spaces .cw-spaces-list .cw-gallery-list{margin-top:2rem;flex-wrap:wrap;justify-content:space-between}.cw-spaces .cw-spaces-list .cw-gallery-list.row{margin:0;justify-content:space-between}.cw-spaces .cw-spaces-list .cw-gallery-list .cw-spaces-list-item{aspect-ratio:.8502673797}.cw-spaces .cw-spaces-list .cw-spaces-list-item{padding:.5rem;background-color:#fff;position:relative;display:flex;flex-direction:column;border-radius:4px}.cw-spaces .cw-spaces-list .cw-spaces-list-item.archived{filter:grayscale(1);background-color:#e4e4e4}.cw-spaces .cw-spaces-list .cw-spaces-list-item .space-archived-tag{position:absolute;top:.25rem;right:.25rem;padding:.5rem .75rem;background-color:#fff;border-radius:.125rem;font-size:.875rem;font-weight:700}.cw-spaces .cw-spaces-list .cw-spaces-list-item:hover .space-archived-tag{display:none}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images{height:100%;width:100%}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image{height:100%;width:100%;display:grid;grid-gap:4px}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image img{border-radius:2px;width:100%;height:100%;object-fit:cover}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image span{padding:0 !important}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image.img-0{background-color:#e4e4e4}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image.img-1{grid-template-columns:1fr;grid-template-rows:100%}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image.img-1 span:first-of-type{height:100%;grid-row:1}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image.img-2{grid-template-columns:1fr;grid-template-rows:repeat(2, 50%)}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image.img-3{grid-template-columns:repeat(2, 1fr);grid-template-rows:75% 25%}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image.img-3 span:first-of-type{grid-column:1/3}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image.img-4{grid-template-columns:repeat(3, 1fr);grid-template-rows:75% 25%}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--images .cw-spaces-list-item--image.img-4 span:first-of-type{grid-column:1/4}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--infos{height:25%;display:flex;align-items:center;justify-content:center}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--infos div{width:100%;text-align:center}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--infos div p{margin-bottom:0}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--infos div p:first-of-type{font-size:1.1rem;font-weight:bold}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--infos div p:not(:first-of-type){font-size:.8rem}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--infos div p:not(:first-of-type) span{font-weight:bold}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--overlay{display:none;height:100%;width:100%;top:0;left:0;background-color:#5e5d5dc7;position:absolute}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--overlay .cw-spaces-list-item--actions{height:10%}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--overlay .cw-spaces-list-item--actions .cw-dam-item-actions{margin:0 .5rem;justify-content:end}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--overlay .cw-spaces-list-item--actions .cw-dam-item-actions .cw-dam-item-action{margin-left:0;border:none;width:auto;min-width:auto;height:auto;min-height:auto}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--overlay .cw-spaces-list-item--actions .cw-dam-item-actions .cw-dam-item-action:hover{background-color:transparent !important;color:#f8f8f8 !important}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--overlay .cw-spaces-list-item--actions .cw-dam-item-actions .cw-dam-item-action:last-child{padding-right:0;padding-left:0}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item-upload--overlay{height:75%}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item-upload--overlay .b-overlay{inset:0 0 -10px 0 !important;backdrop-filter:blur(10px)}.cw-spaces .cw-spaces-list .cw-spaces-list-item.cw-spaces-list-item-dragging{justify-content:center;border:1px dashed #d51130}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--overlay-infos{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:1rem}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--overlay-infos>.drag-text{font-weight:600}.cw-spaces .cw-spaces-list .cw-spaces-list-item .cw-spaces-list-item--overlay-infos>.space-name{font-weight:700;max-width:100%;overflow-wrap:break-word}.cw-spaces .cw-spaces-list .cw-spaces-list-item:hover .cw-spaces-list-item--images{overflow:hidden}.cw-spaces .cw-spaces-list .cw-spaces-list-item:hover .cw-spaces-list-item--images .cw-spaces-list-item--image img{border-radius:0px}.cw-spaces .cw-spaces-list .cw-spaces-list-item:hover .cw-spaces-list-item--overlay{display:block}.cw-spaces .cw-spaces-list .cw-spaces-list-item:hover .cw-spaces-list-item--overlay .btn-outline-white:not(:disabled):not(.disabled):active,.cw-spaces .cw-spaces-list .cw-spaces-list-item:hover .cw-spaces-list-item--overlay .btn-outline-white:not(:disabled):not(.disabled):hover{background-color:#6d6d6c;border-color:#fff;color:#fff}.cw-spaces .cw-empty-spaces-list{margin-top:15px;height:55vh;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:center}.cw-spaces .cw-empty-spaces-list>div{width:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.cw-spaces .cw-empty-spaces-list>div p{margin:1.6rem 0 2.5rem 0;text-align:center;font-weight:bold;font-size:1.1em}.cw-spaces .cw-empty-spaces-list>div button{height:50px;padding-left:29px;padding-right:29px;width:85%;font-weight:500;font-size:1.1em;display:flex;align-items:center;justify-content:space-between}.cw-spaces .cw-empty-spaces-list>div button i{font-weight:300}.cw-spaces .cw-spaces-list--no-result{width:100%;font-weight:bold;text-align:center;margin-top:2rem}.cw-spaces .opacity-100{opacity:1 !important}.cw-spaces-modal.cw-ui-modal .modal-header .close{font-size:1.5rem}.cw-spaces-modal .modal-header{align-items:center}.cw-spaces-modal .modal-header .close{padding:0;margin:0;color:#d51130;opacity:1}.cw-spaces-modal.add-team-member>.modal-content,.cw-spaces-modal.publish-assets>.modal-content{min-height:66vh}.cw-spaces-modal.add-team-member>.modal-content,.cw-spaces-modal.publish-assets>.modal-content{max-height:90vh}.cw-spaces-modal.publish-assets>.modal-content{max-height:95vh}.cw-spaces-modal.publish-assets>.modal-content .modal-body{padding-top:2rem}.cw-spaces-modal.publish-assets>.modal-content .modal-body>.body-header{font-size:.875rem}.cw-spaces-modal.publish-assets>.modal-content .modal-body>.body-header .btn{font-size:.875rem}.cw-spaces-modal.publish-assets>.modal-content .spaceentities-list{height:60vh}.cw-spaces-modal .cw-spaces-item-selection-list--longcard .cw-space-item-selection-list--img{max-width:20% !important;min-width:20% !important}.cw-spaces-modal>.modal-content .modal-body{overflow:hidden}.cw-spaces-modal>.modal-content .modal-body:has(.dropdown-menu.show){overflow:visible}.cw-spaces-modal .modal-header .modal-footer{border-bottom:1px solid #e4e4e4;padding-bottom:1.5em;padding-top:1.5rem}.cw-spaces-modal .modal-footer{border-top:1px solid #e4e4e4}.cw-spaces-modal .modal-footer .btn-transparent{color:#d51130;font-weight:600}.cw-spaces-modal header .modal-title{font-weight:700;font-size:1.5rem}.cw-spaces-modal .modal-content .modal-header{border-bottom:1px solid #e4e4e4;padding-bottom:1.5em}.cw-spaces-modal .form-group.cw-input-container .form-control:not(.is-invalid){border-right:1px solid #e4e4e4}.space-confirm-modal-header{align-items:center}.space-confirm-modal-header .modal-title{font-weight:700;font-size:1.5rem}.space-confirm-modal-header .close{padding:0;margin:0;color:#d51130;opacity:1;font-size:2rem}.space-confirm-modal-body{padding:2rem 0;font-weight:600}.space-confirm-modal-body.pr-2rem,.space-confirm-modal-body.pl-2rem{padding-right:2rem;padding-left:2rem}@media screen and (max-height: 768px){.cw-spaces-modal .modal-content .modal-footer,.cw-spaces-modal .modal-content .modal-header{padding:1rem 1.75rem}.cw-spaces-modal .modal-content.publish-assets>.modal-content .modal-body .spaceentities-list{height:50vh}}.cw-spaces .cw-spaces-item-selection-list--longcard,.cw-spaces-modal .cw-spaces-item-selection-list--longcard{margin-bottom:.5rem}.cw-spaces .cw-spaces-item-selection-list--longcard .custom-control-label,.cw-spaces-modal .cw-spaces-item-selection-list--longcard .custom-control-label{width:100%;justify-content:space-between}.cw-spaces .cw-spaces-item-selection-list--longcard .custom-control-label>div:first-of-type>div:first-of-type,.cw-spaces-modal .cw-spaces-item-selection-list--longcard .custom-control-label>div:first-of-type>div:first-of-type{max-width:18%;min-width:18%}.cw-spaces .cw-spaces-item-selection-list--longcard .actions,.cw-spaces-modal .cw-spaces-item-selection-list--longcard .actions{display:none}.cw-spaces .cw-spaces-item-selection-list--longcard .custom-control-inline,.cw-spaces-modal .cw-spaces-item-selection-list--longcard .custom-control-inline{margin-right:0;padding:.625rem 1rem .625rem 2rem;cursor:pointer;width:100%}.cw-spaces .cw-spaces-item-selection-list--longcard .custom-control-inline>label,.cw-spaces-modal .cw-spaces-item-selection-list--longcard .custom-control-inline>label{display:flex;align-items:center}.cw-spaces .cw-spaces-item-selection-list--longcard .custom-control-input:checked~.custom-control-label::before,.cw-spaces-modal .cw-spaces-item-selection-list--longcard .custom-control-input:checked~.custom-control-label::before{visibility:hidden}.cw-spaces .cw-spaces-item-selection-list--longcard .custom-control-label::after,.cw-spaces .cw-spaces-item-selection-list--longcard .custom-control-label::before,.cw-spaces-modal .cw-spaces-item-selection-list--longcard .custom-control-label::after,.cw-spaces-modal .cw-spaces-item-selection-list--longcard .custom-control-label::before{top:unset;border-radius:50%}.cw-spaces .cw-spaces-item-selection-list--longcard .custom-control-input:checked~.custom-control-label::after,.cw-spaces-modal .cw-spaces-item-selection-list--longcard .custom-control-input:checked~.custom-control-label::after{font-family:"Font Awesome 6 Pro";content:"";background-image:none;font-size:.5rem;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#d51130;border-radius:50%}.cw-spaces .cw-spaces-item-selection-list--longcard div.actions,.cw-spaces-modal .cw-spaces-item-selection-list--longcard div.actions{margin-left:auto;display:none}.cw-spaces .cw-spaces-item-selection-list--longcard div.actions .versions-actions-dropdown,.cw-spaces-modal .cw-spaces-item-selection-list--longcard div.actions .versions-actions-dropdown{border:1px solid #e4e4e4}.cw-spaces .cw-spaces-item-selection-list--longcard div.actions .versions-actions-dropdown .spaces-item-version-action--delete,.cw-spaces-modal .cw-spaces-item-selection-list--longcard div.actions .versions-actions-dropdown .spaces-item-version-action--delete{color:#ed2c30;font-size:.875rem;font-weight:500}.cw-spaces .cw-spaces-item-selection-list--longcard.selected,.cw-spaces-modal .cw-spaces-item-selection-list--longcard.selected{background-color:#fff;border:2px solid #d51130;border-radius:4px}.cw-spaces .cw-spaces-item-selection-list--longcard:hover,.cw-spaces-modal .cw-spaces-item-selection-list--longcard:hover{background-color:#f8f8f8}.cw-spaces .cw-spaces-item-selection-list--longcard:hover .actions,.cw-spaces-modal .cw-spaces-item-selection-list--longcard:hover .actions{display:block}.cw-spaces div.longcard-tiny-variation,.cw-spaces-modal div.longcard-tiny-variation{height:3.75em;border-radius:2px;justify-content:center;margin-right:1rem}.cw-spaces div.longcard-tiny-variation>img,.cw-spaces-modal div.longcard-tiny-variation>img{height:100%}.dropdown-item-btn-as-link{background-color:inherit !important;border:none !important;color:inherit !important;padding:0 !important;font-weight:inherit !important;height:unset !important}.cw-navbar-nav-filters:has(>.cw-spaces-nav-filters){margin-top:0 !important}.cw-spaces-nav-filters>.nav-link.dropdown-toggle{margin-bottom:0 !important}@container (max-width: 80px){.approval-btn--text{font-size:.75rem}}@container (max-width: 60px){.approval-btn--text{display:none}}.approval-btn{container-type:inline-size}.btn>a{color:inherit}.cw-maintenance,.cw-legal{height:calc(100vh)}@media screen and (min-width: 768px){.cw-maintenance table,.cw-legal table{table-layout:fixed}.cw-maintenance table td,.cw-legal table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.cw-maintenance .cw-illustration-container,.cw-legal .cw-illustration-container{position:relative;max-height:100vh}.cw-maintenance .cw-illustration-container .cw-illustration,.cw-legal .cw-illustration-container .cw-illustration{background-size:cover;background-position:center center;background-repeat:no-repeat;position:fixed;height:100vh;width:50%}.cw-maintenance .cw-illustration-container .cw-illustration small,.cw-legal .cw-illustration-container .cw-illustration small{position:absolute;bottom:1rem;right:1rem;color:#fff}.cw-drag-files{display:flex;align-items:center;justify-content:center;height:370px;border:2px dashed #d51130}.cw-drag-files.cw-drag-files-disabled{border-color:#ffc107}.cw-drag-files input{height:100%;opacity:0}.cw-drag-files input:hover{cursor:pointer}.cw-uploaded-file{position:relative}.cw-uploaded-file .cw-uploaded-file--badge{display:flex;align-items:center;justify-content:center;position:absolute;top:-10px;right:-10px;height:30px;width:30px;border-radius:50%;z-index:11}.cw-uploaded-file .cw-list-overlay{width:100%;display:flex;justify-content:space-between;align-items:center}.cw-uploaded-file .cw-list-overlay .cw-list-overlay--badge{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;margin:2px;width:22px;height:22px}.cw-uploaded-file .cw-list-overlay .cw-list-overlay--badge i{color:#d51130}.cw-uploaded-resource-card{background-color:transparent;border:1px dashed #e4e4e4}.cw-uploaded-resource-card.active{background-color:#fff;border:1px solid #e4e4e4}.cw-dragged-item{padding:16px 0;border-bottom:1px solid #e4e4e4}.cw-dragged-item:last-child{border-bottom:none}.cw-compare-media-modal .cw-compare-media-modal--img.active{border:3px solid #d51130}.cw-duplicate-modal header{display:none}.cw-upload-sticky-menu{padding:20px 0 0 0;top:158px}.cw-upload-sticky-menu .nav-item.active,.cw-upload-sticky-menu .nav-item.firstIsActive{font-weight:bolder;border-bottom:3px solid #d51130}.cw-upload-sticky-menu .nav-item a{color:#3c3c3b !important}.cw-upload-breadcrumb{background-color:#f8f8f8;padding:1rem;display:flex;align-items:center;border-bottom:1px solid #e4e4e4;top:calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px);height:5rem}.cw-upload-collection{width:100%;padding:0 0 20px 0;border-bottom:1px solid #e4e4e4}.cw-upload-collection .cw-upload-collection--title{padding:10px 0}.cw-upload-collection .cw-upload-collection--container{width:100%;height:120px;display:block;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.cw-upload-collection .cw-upload-collection--container .cw-upload-collection-container--img{height:100%;object-fit:cover;background-color:#fff;display:inline-block}.cw-upload-collection .cw-upload-collection--container .cw-upload-collection-container--placeholder{height:100%;width:120px;background-color:#adb5bd;color:#f8f8f8;display:flex;align-items:center;justify-content:center}.cw-upload-collection .cw-upload-collection--container .cw-upload-collection--overlay{position:absolute;top:0;bottom:0;left:0;right:0;padding:10px}.cw-upload-collection .cw-upload-collection--container .cw-upload-collection--overlay .cw-upload-collection-overlay-content{width:100%;height:100%;background-color:rgba(0,0,0,.5);color:#fff;font-size:24px;font-weight:500;letter-spacing:0;line-height:29px;text-align:right;display:flex;justify-content:flex-end;align-items:flex-end;padding:10px}.cw-job-upload .cw-job-upload-tab{padding-top:18px;padding-bottom:18px}.cw-job-upload .cw-job-upload-tab.active{border-bottom-width:3px !important}.cw-job-upload .cw-job-upload-explainer-text{font-weight:500;color:#3c3c3b;font-size:14px}.cw-job-upload .cw-job-upload-explainer-subtext{font-weight:300;color:#3c3c3b;font-size:12px}.cw-job-upload .cw-dragged-items{max-height:300px;overflow-x:hidden;overflow-y:auto}.cw-job-upload .cw-uploaded-imgs{display:flex;flex-wrap:wrap;max-height:300px;overflow-x:hidden;overflow-y:auto}.cw-job-upload .cw-uploaded-imgs .cw-uploaded-img-container{width:30px;height:30px;display:block}.cw-job-index-pane{max-height:calc(100vh - calc(1.5rem + 1.2 * 0.5rem + 2 *1.25rem + 1px) - 5rem );align-items:stretch}.cw-job-index-pane.splitpanes--vertical .splitpanes__splitter::after{top:55%}.cw-job-index-pane .splitpanes__pane{overflow-y:auto;height:auto}.cw-job-list-previous-owner{display:flex;align-items:center;margin-top:1rem}.cw-job-list-previous-owner .cw-collaborator--container{display:flex;align-items:center}.cw-job-list-previous-owner .cw-collaborator--container .cw-entity-detail-field-value{font-weight:700;padding-right:.2rem}.cw-usernotifs .cw-usernotifs--title{margin-top:26px;margin-bottom:6px;color:#c4c4c4;font-size:20px;font-weight:600;letter-spacing:0;line-height:32px;text-align:center;text-transform:uppercase}.cw-usernotifs .cw-usernotifs--section{margin-bottom:36px}.cw-usernotifs .cw-usernotifs--section .cw-usernotifs-section--title{color:#454545;font-size:16px;font-weight:300;letter-spacing:0;line-height:19px;margin-bottom:24px}.cw-usernotifs .cw-usernotifs--section .list-group{border-radius:0}.cw-usernotifs--wrapper{padding:0;border:1px solid #e4e4e4;border-top:none;border-radius:0;background-color:#fafafa}.cw-usernotifs--wrapper:first-child{border-top:1px solid #e4e4e4}.cw-usernotifs--wrapper:last-child{border-bottom:1px solid #e4e4e4}.cw-usernotification{padding:0;margin:0;height:100px}.cw-usernotification .cw-usernotification--variant{height:100px;width:100px;display:flex;align-items:center;justify-content:center}.cw-usernotification .cw-usernotification--variant.cw-usernotification--variant-secondary{background-color:#e5f6f9;color:#d51130}.cw-usernotification .cw-usernotification--variant.cw-usernotification--variant-dark{background-color:#f4f3f3;color:#3c3c3b}.cw-usernotification .cw-usernotification--variant.cw-usernotification--variant-danger{background-color:#fcebe5;color:#ed2c30}.cw-usernotification .cw-usernotification--variant.cw-usernotification--variant-warning{background-color:#ffeecf;color:#ffc107}.cw-usernotification .cw-usernotification--message{padding:11px 16px;color:#454545;font-size:14px;font-weight:bold;letter-spacing:0;line-height:18px}.cw-usernotification .cw-usernotification--time{height:100px;display:flex;align-items:flex-end;justify-content:flex-end;color:#454545;font-size:16px;font-weight:300;letter-spacing:0;line-height:19px;padding-bottom:21px}.cw-usernotification .cw-usernotification--remove{display:flex;align-items:center;justify-content:center;color:#454545;font-size:16px;font-weight:300}.cw-usernotif-popover{border:1px solid #e4e4e4;max-width:400px;width:550px}.cw-usernotif-popover .cw-usernotif-popover--nbunread{margin-top:25px;margin-bottom:17px;color:#3c3c3b;font-size:14px;font-weight:600;letter-spacing:0;line-height:18px;text-align:center}.cw-usernotif-popover .list-group{border-radius:0}.cw-usernotif-popover .list-group .cw-usernotifs--wrapper{border-left:none;border-right:none}.cw-usernotif-popover .cw-usernotif-popover--all{margin:26px;color:#d51130;font-size:14px;font-weight:600;letter-spacing:0;line-height:18px;text-align:center}.cw-resort-relationship-item{padding:0 .5rem;align-items:center}.cw-resort-relationship-item .cw-entity-detail-field{flex:0 0 16.66666667%;max-width:16.66666667%;padding-right:.5rem}.cw-resort-relationship-item .cw-entity-detail-field.cw-entity-detail-asset{flex:0 0 8.33333333%;max-width:8.33333333%}.cw-resort-relationship-item .cw-entity-detail-field.cw-entity-detail-field--deskhours{flex:0 0 25%;max-width:25%}.cw-resort-relationship-item .cw-entity-detail-field--name{font-weight:bold}.splitpanes__pane{box-shadow:none}.splitpanes.default-theme .splitpanes__pane{background-color:#f8f8f8}.splitpanes--vertical .splitpanes__splitter,.splitpanes--horizontal .splitpanes__splitter{background:#f4f3f3}.splitpanes--vertical .splitpanes__splitter::after,.splitpanes--horizontal .splitpanes__splitter::after{font-weight:600;background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;z-index:1022;display:flex;align-items:center;justify-content:center;color:#adb5bd;font-size:9px}.splitpanes--vertical .splitpanes__splitter{width:0;min-width:0;display:block}.splitpanes--vertical .splitpanes__splitter::after{font-family:"Font Awesome 6 Pro";content:"";position:sticky;height:40px;width:1.5em;top:50%;margin-left:calc(1.5em / 2 * -1)}.splitpanes--vertical .cw-dam-tree-explorer-with-sibling+.splitpanes__splitter{width:1px}.splitpanes--horizontal .splitpanes__splitter{width:100%;height:0;min-height:0;display:block}.splitpanes--horizontal .splitpanes__splitter::after{font-family:"Font Awesome 6 Pro";content:"";position:relative;height:1.5em;width:40px;left:50%;margin-top:calc(1.5em / 2 * -1);margin-left:calc(40px / 2 * -1)}.cw-disabled{opacity:.5}.cw-disabled *{pointer-events:none}.cw-disabled a{text-decoration:none;color:#6c757d}.cw-disabled a.btn-outline-secondary{border-color:#6c757d}.cw-disabled button{color:#6c757d}.cw-disabled button.btn-outline-secondary{border-color:#6c757d}body{-webkit-font-smoothing:antialiased;overflow-x:clip}body .bs-tooltip-left .arrow,body .bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=left] .arrow,body .tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=left] .arrow{right:1px}body .bs-tooltip-right .arrow,body .bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=right] .arrow,body .tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=right] .arrow{left:1px}body .bs-tooltip-bottom .arrow,body .bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=bottom] .arrow,body .tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=bottom] .arrow{top:1px}body .bs-tooltip-top .arrow,body .bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-background.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-extralight.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-lightgray.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-lightsilver.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-neutral.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-delete-red.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-gray-navy.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-platinum.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-base-black.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-wedia-blue.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-info-blue.bs-tooltip-auto[x-placement^=top] .arrow,body .tooltip.b-tooltip-warning-icon-orange.bs-tooltip-auto[x-placement^=top] .arrow{bottom:1px}.cw-app{min-width:100vw;min-height:100vh;display:flex;flex-direction:column}:focus{outline:none !important;box-shadow:none !important}.btn-secondary,.btn-outline-secondary{font-weight:600}.btn-outline-secondary.disableButton{border-color:#6c757d;color:#6c757d !important;pointer-events:none}.btn-outline-light{color:#3c3c3b}.cw-download-progress{height:.25rem}.popover.tooltip:focus{outline:none}.custom-control-input~.custom-control-label,.custom-control-label:after{cursor:pointer}.form-control:not(.b-form-datepicker):not(.cw-tree-relationship-filter):not(.cw-relationship-filter):not(textarea){overflow:hidden;text-overflow:ellipsis}.multiselect__option--highlight{background-color:#f8f8f8 !important;color:#2f2f2e}.multiselect__option--selected,.multiselect__option--selected:hover,.multiselect__option:active{color:#d51130 !important}.font-weight-semibolder{font-weight:600}.pointer-events-none,.pointer-events-none>*{pointer-events:none !important}.mw-100{max-width:100%}.hover-secondary:hover{color:#d51130}*{scrollbar-width:thin}.froalaWrapper{flex:1 1 auto;width:min-content}.froalaWrapper>div{border-color:#e4e4e4 !important}.froalaWrapper .fr-toolbar{border-top-left-radius:3.2px;border-top-right-radius:3.2px}.froalaWrapper .fr-second-toolbar{border-bottom-left-radius:3.2px;border-bottom-right-radius:3.2px}.froalaWrapper [contenteditable=true]{max-height:30vh;overflow-y:auto;overflow-x:hidden !important}.tooltip{top:0}.cw-canvas-d-none{position:absolute;top:0;z-index:0}.show-on-mobile{display:none}@media screen and (max-width: 768px){.show-on-mobile{display:initial}}.hide-on-mobile{display:initial}@media screen and (max-width: 768px){.hide-on-mobile{display:none}}.popover.b-popover{z-index:1060}.popover.b-popover.no-arrow>.arrow{display:none}.popover.b-popover .list-group-item .cw-action-span{display:flex;padding-left:1rem;padding-right:1rem;white-space:pre-wrap}.color-stormy-gray{color:#949494}

/*# sourceMappingURL=portal_main.css.map */