@clickview/online 0.50.0 → 0.51.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +5 -0
- package/dist/en.json +1 -1
- package/dist/online-app.css +8 -9
- package/dist/online-app.js +1 -1
- package/dist/styles-app.css +1 -0
- package/dist/styles-app.js +1 -0
- package/package.json +2 -3
package/dist/online-app.css
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
.cv-icon-button{margin-left:1rem;padding-left:3.2rem !important;padding-right:1.2rem}.cv-icon-button .std{left:.
|
|
1
|
+
.cv-icon-button{margin-left:1rem;padding-left:3.2rem !important;padding-right:1.2rem}.cv-icon-button .std{left:.85rem !important;width:2rem !important;height:2rem !important;margin-top:-1rem !important}button{border:none;background:none;padding:0;outline:none}
|
|
2
2
|
.onboarding-layout{min-height:84vh;overflow:hidden;box-shadow:0px 2px 4px rgba(0,0,0,.1);padding:1.25rem}.content-height{min-height:80vh}@media(max-width: 991px){.onboarding-layout{min-height:90vh}}
|
|
3
|
-
|
|
4
|
-
.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-0-hover:hover{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-25-hover:hover{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-50-hover:hover{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-75-hover:hover{opacity:.75 !important}.opacity-100{opacity:1 !important}.opacity-100-hover:hover{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:#333 !important}.border-white{--bs-border-opacity: 1;border-color:#fff !important}.border-blue{--bs-border-opacity: 1;border-color:#4e9ace !important}.border-indigo{--bs-border-opacity: 1;border-color:#bb8ec7 !important}.border-purple{--bs-border-opacity: 1;border-color:#bb8ec7 !important}.border-pink{--bs-border-opacity: 1;border-color:#f7847b !important}.border-red{--bs-border-opacity: 1;border-color:#d9584f !important}.border-orange{--bs-border-opacity: 1;border-color:#f8981d !important}.border-yellow{--bs-border-opacity: 1;border-color:#ffcd52 !important}.border-green{--bs-border-opacity: 1;border-color:#60b789 !important}.border-teal{--bs-border-opacity: 1;border-color:#51ada3 !important}.border-cyan{--bs-border-opacity: 1;border-color:#51ada3 !important}.border-gray{--bs-border-opacity: 1;border-color:#979797 !important}.border-gray-dark{--bs-border-opacity: 1;border-color:#5b5e68 !important}.border-gray-100{--bs-border-opacity: 1;border-color:#f8f8f8 !important}.border-gray-200{--bs-border-opacity: 1;border-color:#f1f1f1 !important}.border-gray-300{--bs-border-opacity: 1;border-color:#eaeaea !important}.border-gray-400{--bs-border-opacity: 1;border-color:#d7d7d7 !important}.border-gray-500{--bs-border-opacity: 1;border-color:#b5b5b5 !important}.border-gray-600{--bs-border-opacity: 1;border-color:#979797 !important}.border-gray-700{--bs-border-opacity: 1;border-color:#767676 !important}.border-gray-800{--bs-border-opacity: 1;border-color:#5b5e68 !important}.border-gray-900{--bs-border-opacity: 1;border-color:#313543 !important}.border-navy{--bs-border-opacity: 1;border-color:#363f5e !important}.border-ultramarine{--bs-border-opacity: 1;border-color:#4c68db !important}.border-light-teal{--bs-border-opacity: 1;border-color:rgba(81,173,163,.1) !important}.border-dark-blue{--bs-border-opacity: 1;border-color:#4a412a !important}.border-light-blue{--bs-border-opacity: 1;border-color:#f2faff !important}.border-light-yellow{--bs-border-opacity: 1;border-color:#fffaf4 !important}.border-light-green{--bs-border-opacity: 1;border-color:#e1fae1 !important}.border-light-indigo{--bs-border-opacity: 1;border-color:#f2f1fd !important}.border-light-red{--bs-border-opacity: 1;border-color:#fbeeed !important}.border-light-orange{--bs-border-opacity: 1;border-color:#fffaf4 !important}.border-light-purple{--bs-border-opacity: 1;border-color:#f8f2f9 !important}.border-light-ultramarine{--bs-border-opacity: 1;border-color:#edf0fb !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.w-fit{width:fit-content !important}.min-w-25{min-width:25% !important}.min-w-50{min-width:50% !important}.min-w-75{min-width:75% !important}.min-w-100{min-width:100% !important}.min-w-auto{min-width:auto !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.h-fit{height:fit-content !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.3125rem !important}.m-2{margin:.625rem !important}.m-3{margin:1.25rem !important}.m-4{margin:1.875rem !important}.m-5{margin:3.75rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-2{margin-right:.625rem !important;margin-left:.625rem !important}.mx-3{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-4{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-5{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-2{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-3{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-4{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-5{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.3125rem !important}.mt-2{margin-top:.625rem !important}.mt-3{margin-top:1.25rem !important}.mt-4{margin-top:1.875rem !important}.mt-5{margin-top:3.75rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.3125rem !important}.me-2{margin-right:.625rem !important}.me-3{margin-right:1.25rem !important}.me-4{margin-right:1.875rem !important}.me-5{margin-right:3.75rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.3125rem !important}.mb-2{margin-bottom:.625rem !important}.mb-3{margin-bottom:1.25rem !important}.mb-4{margin-bottom:1.875rem !important}.mb-5{margin-bottom:3.75rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.3125rem !important}.ms-2{margin-left:.625rem !important}.ms-3{margin-left:1.25rem !important}.ms-4{margin-left:1.875rem !important}.ms-5{margin-left:3.75rem !important}.ms-auto{margin-left:auto !important}.m-n1{margin:-0.3125rem !important}.m-n2{margin:-0.625rem !important}.m-n3{margin:-1.25rem !important}.m-n4{margin:-1.875rem !important}.m-n5{margin:-3.75rem !important}.mx-n1{margin-right:-0.3125rem !important;margin-left:-0.3125rem !important}.mx-n2{margin-right:-0.625rem !important;margin-left:-0.625rem !important}.mx-n3{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-n4{margin-right:-1.875rem !important;margin-left:-1.875rem !important}.mx-n5{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.my-n1{margin-top:-0.3125rem !important;margin-bottom:-0.3125rem !important}.my-n2{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.my-n3{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-n4{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important}.my-n5{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.mt-n1{margin-top:-0.3125rem !important}.mt-n2{margin-top:-0.625rem !important}.mt-n3{margin-top:-1.25rem !important}.mt-n4{margin-top:-1.875rem !important}.mt-n5{margin-top:-3.75rem !important}.me-n1{margin-right:-0.3125rem !important}.me-n2{margin-right:-0.625rem !important}.me-n3{margin-right:-1.25rem !important}.me-n4{margin-right:-1.875rem !important}.me-n5{margin-right:-3.75rem !important}.mb-n1{margin-bottom:-0.3125rem !important}.mb-n2{margin-bottom:-0.625rem !important}.mb-n3{margin-bottom:-1.25rem !important}.mb-n4{margin-bottom:-1.875rem !important}.mb-n5{margin-bottom:-3.75rem !important}.ms-n1{margin-left:-0.3125rem !important}.ms-n2{margin-left:-0.625rem !important}.ms-n3{margin-left:-1.25rem !important}.ms-n4{margin-left:-1.875rem !important}.ms-n5{margin-left:-3.75rem !important}.p-0{padding:0 !important}.p-1{padding:.3125rem !important}.p-2{padding:.625rem !important}.p-3{padding:1.25rem !important}.p-4{padding:1.875rem !important}.p-5{padding:3.75rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-2{padding-right:.625rem !important;padding-left:.625rem !important}.px-3{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-4{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-5{padding-right:3.75rem !important;padding-left:3.75rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-2{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-3{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-4{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-5{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.3125rem !important}.pt-2{padding-top:.625rem !important}.pt-3{padding-top:1.25rem !important}.pt-4{padding-top:1.875rem !important}.pt-5{padding-top:3.75rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.3125rem !important}.pe-2{padding-right:.625rem !important}.pe-3{padding-right:1.25rem !important}.pe-4{padding-right:1.875rem !important}.pe-5{padding-right:3.75rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.3125rem !important}.pb-2{padding-bottom:.625rem !important}.pb-3{padding-bottom:1.25rem !important}.pb-4{padding-bottom:1.875rem !important}.pb-5{padding-bottom:3.75rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.3125rem !important}.ps-2{padding-left:.625rem !important}.ps-3{padding-left:1.25rem !important}.ps-4{padding-left:1.875rem !important}.ps-5{padding-left:3.75rem !important}.gap-0{gap:0 !important}.gap-1{gap:.3125rem !important}.gap-2{gap:.625rem !important}.gap-3{gap:1.25rem !important}.gap-4{gap:1.875rem !important}.gap-5{gap:3.75rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.3125rem !important}.row-gap-2{row-gap:.625rem !important}.row-gap-3{row-gap:1.25rem !important}.row-gap-4{row-gap:1.875rem !important}.row-gap-5{row-gap:3.75rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.3125rem !important}.column-gap-2{column-gap:.625rem !important}.column-gap-3{column-gap:1.25rem !important}.column-gap-4{column-gap:1.875rem !important}.column-gap-5{column-gap:3.75rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.325rem + 0.9vw) !important}.fs-2{font-size:calc(1.3rem + 0.6vw) !important}.fs-3{font-size:calc(1.275rem + 0.3vw) !important}.fs-4{font-size:1.25rem !important}.fs-5{font-size:1.125rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-primary-hover:hover{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-secondary-hover:hover{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-success-hover:hover{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-info-hover:hover{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-warning-hover:hover{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-danger-hover:hover{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-light-hover:hover{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-dark-hover:hover{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:#333 !important}.text-black-hover:hover{--bs-text-opacity: 1;color:#333 !important}.text-white{--bs-text-opacity: 1;color:#fff !important}.text-white-hover:hover{--bs-text-opacity: 1;color:#fff !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-body-hover:hover{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-muted-hover:hover{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(51,51,51,.5) !important}.text-black-50-hover:hover{--bs-text-opacity: 1;color:rgba(51,51,51,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-white-50-hover:hover{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-secondary-hover:hover{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-tertiary-hover:hover{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-body-emphasis-hover:hover{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-reset-hover:hover{--bs-text-opacity: 1;color:inherit !important}.text-blue{--bs-text-opacity: 1;color:#4e9ace !important}.text-blue-hover:hover{--bs-text-opacity: 1;color:#4e9ace !important}.text-indigo{--bs-text-opacity: 1;color:#bb8ec7 !important}.text-indigo-hover:hover{--bs-text-opacity: 1;color:#bb8ec7 !important}.text-purple{--bs-text-opacity: 1;color:#bb8ec7 !important}.text-purple-hover:hover{--bs-text-opacity: 1;color:#bb8ec7 !important}.text-pink{--bs-text-opacity: 1;color:#f7847b !important}.text-pink-hover:hover{--bs-text-opacity: 1;color:#f7847b !important}.text-red{--bs-text-opacity: 1;color:#d9584f !important}.text-red-hover:hover{--bs-text-opacity: 1;color:#d9584f !important}.text-orange{--bs-text-opacity: 1;color:#f8981d !important}.text-orange-hover:hover{--bs-text-opacity: 1;color:#f8981d !important}.text-yellow{--bs-text-opacity: 1;color:#ffcd52 !important}.text-yellow-hover:hover{--bs-text-opacity: 1;color:#ffcd52 !important}.text-green{--bs-text-opacity: 1;color:#60b789 !important}.text-green-hover:hover{--bs-text-opacity: 1;color:#60b789 !important}.text-teal{--bs-text-opacity: 1;color:#51ada3 !important}.text-teal-hover:hover{--bs-text-opacity: 1;color:#51ada3 !important}.text-cyan{--bs-text-opacity: 1;color:#51ada3 !important}.text-cyan-hover:hover{--bs-text-opacity: 1;color:#51ada3 !important}.text-gray{--bs-text-opacity: 1;color:#979797 !important}.text-gray-hover:hover{--bs-text-opacity: 1;color:#979797 !important}.text-gray-dark{--bs-text-opacity: 1;color:#5b5e68 !important}.text-gray-dark-hover:hover{--bs-text-opacity: 1;color:#5b5e68 !important}.text-navy{--bs-text-opacity: 1;color:#363f5e !important}.text-navy-hover:hover{--bs-text-opacity: 1;color:#363f5e !important}.text-ultramarine{--bs-text-opacity: 1;color:#4c68db !important}.text-ultramarine-hover:hover{--bs-text-opacity: 1;color:#4c68db !important}.text-light-teal{--bs-text-opacity: 1;color:rgba(81,173,163,.1) !important}.text-light-teal-hover:hover{--bs-text-opacity: 1;color:rgba(81,173,163,.1) !important}.text-dark-blue{--bs-text-opacity: 1;color:#4a412a !important}.text-dark-blue-hover:hover{--bs-text-opacity: 1;color:#4a412a !important}.text-light-blue{--bs-text-opacity: 1;color:#f2faff !important}.text-light-blue-hover:hover{--bs-text-opacity: 1;color:#f2faff !important}.text-light-yellow{--bs-text-opacity: 1;color:#fffaf4 !important}.text-light-yellow-hover:hover{--bs-text-opacity: 1;color:#fffaf4 !important}.text-light-green{--bs-text-opacity: 1;color:#e1fae1 !important}.text-light-green-hover:hover{--bs-text-opacity: 1;color:#e1fae1 !important}.text-light-indigo{--bs-text-opacity: 1;color:#f2f1fd !important}.text-light-indigo-hover:hover{--bs-text-opacity: 1;color:#f2f1fd !important}.text-light-red{--bs-text-opacity: 1;color:#fbeeed !important}.text-light-red-hover:hover{--bs-text-opacity: 1;color:#fbeeed !important}.text-light-orange{--bs-text-opacity: 1;color:#fffaf4 !important}.text-light-orange-hover:hover{--bs-text-opacity: 1;color:#fffaf4 !important}.text-light-purple{--bs-text-opacity: 1;color:#f8f2f9 !important}.text-light-purple-hover:hover{--bs-text-opacity: 1;color:#f8f2f9 !important}.text-light-ultramarine{--bs-text-opacity: 1;color:#edf0fb !important}.text-light-ultramarine-hover:hover{--bs-text-opacity: 1;color:#edf0fb !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-primary-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-success-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-info-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-warning-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-danger-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-light-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-dark-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:#333 !important}.bg-black-hover:hover{--bs-bg-opacity: 1;background-color:#333 !important}.bg-white{--bs-bg-opacity: 1;background-color:#fff !important}.bg-white-hover:hover{--bs-bg-opacity: 1;background-color:#fff !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-transparent-hover:hover{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-secondary-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary-hover:hover{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-blue{--bs-bg-opacity: 1;background-color:#4e9ace !important}.bg-blue-hover:hover{--bs-bg-opacity: 1;background-color:#4e9ace !important}.bg-indigo{--bs-bg-opacity: 1;background-color:#bb8ec7 !important}.bg-indigo-hover:hover{--bs-bg-opacity: 1;background-color:#bb8ec7 !important}.bg-purple{--bs-bg-opacity: 1;background-color:#bb8ec7 !important}.bg-purple-hover:hover{--bs-bg-opacity: 1;background-color:#bb8ec7 !important}.bg-pink{--bs-bg-opacity: 1;background-color:#f7847b !important}.bg-pink-hover:hover{--bs-bg-opacity: 1;background-color:#f7847b !important}.bg-red{--bs-bg-opacity: 1;background-color:#d9584f !important}.bg-red-hover:hover{--bs-bg-opacity: 1;background-color:#d9584f !important}.bg-orange{--bs-bg-opacity: 1;background-color:#f8981d !important}.bg-orange-hover:hover{--bs-bg-opacity: 1;background-color:#f8981d !important}.bg-yellow{--bs-bg-opacity: 1;background-color:#ffcd52 !important}.bg-yellow-hover:hover{--bs-bg-opacity: 1;background-color:#ffcd52 !important}.bg-green{--bs-bg-opacity: 1;background-color:#60b789 !important}.bg-green-hover:hover{--bs-bg-opacity: 1;background-color:#60b789 !important}.bg-teal{--bs-bg-opacity: 1;background-color:#51ada3 !important}.bg-teal-hover:hover{--bs-bg-opacity: 1;background-color:#51ada3 !important}.bg-cyan{--bs-bg-opacity: 1;background-color:#51ada3 !important}.bg-cyan-hover:hover{--bs-bg-opacity: 1;background-color:#51ada3 !important}.bg-gray{--bs-bg-opacity: 1;background-color:#979797 !important}.bg-gray-hover:hover{--bs-bg-opacity: 1;background-color:#979797 !important}.bg-gray-dark{--bs-bg-opacity: 1;background-color:#5b5e68 !important}.bg-gray-dark-hover:hover{--bs-bg-opacity: 1;background-color:#5b5e68 !important}.bg-gray-100{--bs-bg-opacity: 1;background-color:#f8f8f8 !important}.bg-gray-100-hover:hover{--bs-bg-opacity: 1;background-color:#f8f8f8 !important}.bg-gray-200{--bs-bg-opacity: 1;background-color:#f1f1f1 !important}.bg-gray-200-hover:hover{--bs-bg-opacity: 1;background-color:#f1f1f1 !important}.bg-gray-300{--bs-bg-opacity: 1;background-color:#eaeaea !important}.bg-gray-300-hover:hover{--bs-bg-opacity: 1;background-color:#eaeaea !important}.bg-gray-400{--bs-bg-opacity: 1;background-color:#d7d7d7 !important}.bg-gray-400-hover:hover{--bs-bg-opacity: 1;background-color:#d7d7d7 !important}.bg-gray-500{--bs-bg-opacity: 1;background-color:#b5b5b5 !important}.bg-gray-500-hover:hover{--bs-bg-opacity: 1;background-color:#b5b5b5 !important}.bg-gray-600{--bs-bg-opacity: 1;background-color:#979797 !important}.bg-gray-600-hover:hover{--bs-bg-opacity: 1;background-color:#979797 !important}.bg-gray-700{--bs-bg-opacity: 1;background-color:#767676 !important}.bg-gray-700-hover:hover{--bs-bg-opacity: 1;background-color:#767676 !important}.bg-gray-800{--bs-bg-opacity: 1;background-color:#5b5e68 !important}.bg-gray-800-hover:hover{--bs-bg-opacity: 1;background-color:#5b5e68 !important}.bg-gray-900{--bs-bg-opacity: 1;background-color:#313543 !important}.bg-gray-900-hover:hover{--bs-bg-opacity: 1;background-color:#313543 !important}.bg-navy{--bs-bg-opacity: 1;background-color:#363f5e !important}.bg-navy-hover:hover{--bs-bg-opacity: 1;background-color:#363f5e !important}.bg-ultramarine{--bs-bg-opacity: 1;background-color:#4c68db !important}.bg-ultramarine-hover:hover{--bs-bg-opacity: 1;background-color:#4c68db !important}.bg-light-teal{--bs-bg-opacity: 1;background-color:rgba(81,173,163,.1) !important}.bg-light-teal-hover:hover{--bs-bg-opacity: 1;background-color:rgba(81,173,163,.1) !important}.bg-dark-blue{--bs-bg-opacity: 1;background-color:#4a412a !important}.bg-dark-blue-hover:hover{--bs-bg-opacity: 1;background-color:#4a412a !important}.bg-light-blue{--bs-bg-opacity: 1;background-color:#f2faff !important}.bg-light-blue-hover:hover{--bs-bg-opacity: 1;background-color:#f2faff !important}.bg-light-yellow{--bs-bg-opacity: 1;background-color:#fffaf4 !important}.bg-light-yellow-hover:hover{--bs-bg-opacity: 1;background-color:#fffaf4 !important}.bg-light-green{--bs-bg-opacity: 1;background-color:#e1fae1 !important}.bg-light-green-hover:hover{--bs-bg-opacity: 1;background-color:#e1fae1 !important}.bg-light-indigo{--bs-bg-opacity: 1;background-color:#f2f1fd !important}.bg-light-indigo-hover:hover{--bs-bg-opacity: 1;background-color:#f2f1fd !important}.bg-light-red{--bs-bg-opacity: 1;background-color:#fbeeed !important}.bg-light-red-hover:hover{--bs-bg-opacity: 1;background-color:#fbeeed !important}.bg-light-orange{--bs-bg-opacity: 1;background-color:#fffaf4 !important}.bg-light-orange-hover:hover{--bs-bg-opacity: 1;background-color:#fffaf4 !important}.bg-light-purple{--bs-bg-opacity: 1;background-color:#f8f2f9 !important}.bg-light-purple-hover:hover{--bs-bg-opacity: 1;background-color:#f8f2f9 !important}.bg-light-ultramarine{--bs-bg-opacity: 1;background-color:#edf0fb !important}.bg-light-ultramarine-hover:hover{--bs-bg-opacity: 1;background-color:#edf0fb !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}.min-w-25{min-width:25% !important}.min-w-50{min-width:50% !important}.min-w-75{min-width:75% !important}.min-w-100{min-width:100% !important}.min-w-auto{min-width:auto !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.min-w-sm-25{min-width:25% !important}.min-w-sm-50{min-width:50% !important}.min-w-sm-75{min-width:75% !important}.min-w-sm-100{min-width:100% !important}.min-w-sm-auto{min-width:auto !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.3125rem !important}.m-sm-2{margin:.625rem !important}.m-sm-3{margin:1.25rem !important}.m-sm-4{margin:1.875rem !important}.m-sm-5{margin:3.75rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-sm-2{margin-right:.625rem !important;margin-left:.625rem !important}.mx-sm-3{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-sm-4{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-sm-5{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-sm-2{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-sm-3{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-sm-4{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-sm-5{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.3125rem !important}.mt-sm-2{margin-top:.625rem !important}.mt-sm-3{margin-top:1.25rem !important}.mt-sm-4{margin-top:1.875rem !important}.mt-sm-5{margin-top:3.75rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.3125rem !important}.me-sm-2{margin-right:.625rem !important}.me-sm-3{margin-right:1.25rem !important}.me-sm-4{margin-right:1.875rem !important}.me-sm-5{margin-right:3.75rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.3125rem !important}.mb-sm-2{margin-bottom:.625rem !important}.mb-sm-3{margin-bottom:1.25rem !important}.mb-sm-4{margin-bottom:1.875rem !important}.mb-sm-5{margin-bottom:3.75rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.3125rem !important}.ms-sm-2{margin-left:.625rem !important}.ms-sm-3{margin-left:1.25rem !important}.ms-sm-4{margin-left:1.875rem !important}.ms-sm-5{margin-left:3.75rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n1{margin:-0.3125rem !important}.m-sm-n2{margin:-0.625rem !important}.m-sm-n3{margin:-1.25rem !important}.m-sm-n4{margin:-1.875rem !important}.m-sm-n5{margin:-3.75rem !important}.mx-sm-n1{margin-right:-0.3125rem !important;margin-left:-0.3125rem !important}.mx-sm-n2{margin-right:-0.625rem !important;margin-left:-0.625rem !important}.mx-sm-n3{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-sm-n4{margin-right:-1.875rem !important;margin-left:-1.875rem !important}.mx-sm-n5{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.my-sm-n1{margin-top:-0.3125rem !important;margin-bottom:-0.3125rem !important}.my-sm-n2{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.my-sm-n3{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-sm-n4{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important}.my-sm-n5{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.mt-sm-n1{margin-top:-0.3125rem !important}.mt-sm-n2{margin-top:-0.625rem !important}.mt-sm-n3{margin-top:-1.25rem !important}.mt-sm-n4{margin-top:-1.875rem !important}.mt-sm-n5{margin-top:-3.75rem !important}.me-sm-n1{margin-right:-0.3125rem !important}.me-sm-n2{margin-right:-0.625rem !important}.me-sm-n3{margin-right:-1.25rem !important}.me-sm-n4{margin-right:-1.875rem !important}.me-sm-n5{margin-right:-3.75rem !important}.mb-sm-n1{margin-bottom:-0.3125rem !important}.mb-sm-n2{margin-bottom:-0.625rem !important}.mb-sm-n3{margin-bottom:-1.25rem !important}.mb-sm-n4{margin-bottom:-1.875rem !important}.mb-sm-n5{margin-bottom:-3.75rem !important}.ms-sm-n1{margin-left:-0.3125rem !important}.ms-sm-n2{margin-left:-0.625rem !important}.ms-sm-n3{margin-left:-1.25rem !important}.ms-sm-n4{margin-left:-1.875rem !important}.ms-sm-n5{margin-left:-3.75rem !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.3125rem !important}.p-sm-2{padding:.625rem !important}.p-sm-3{padding:1.25rem !important}.p-sm-4{padding:1.875rem !important}.p-sm-5{padding:3.75rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-sm-2{padding-right:.625rem !important;padding-left:.625rem !important}.px-sm-3{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-sm-4{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-sm-5{padding-right:3.75rem !important;padding-left:3.75rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-sm-2{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-sm-3{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-sm-4{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-sm-5{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.3125rem !important}.pt-sm-2{padding-top:.625rem !important}.pt-sm-3{padding-top:1.25rem !important}.pt-sm-4{padding-top:1.875rem !important}.pt-sm-5{padding-top:3.75rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.3125rem !important}.pe-sm-2{padding-right:.625rem !important}.pe-sm-3{padding-right:1.25rem !important}.pe-sm-4{padding-right:1.875rem !important}.pe-sm-5{padding-right:3.75rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.3125rem !important}.pb-sm-2{padding-bottom:.625rem !important}.pb-sm-3{padding-bottom:1.25rem !important}.pb-sm-4{padding-bottom:1.875rem !important}.pb-sm-5{padding-bottom:3.75rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.3125rem !important}.ps-sm-2{padding-left:.625rem !important}.ps-sm-3{padding-left:1.25rem !important}.ps-sm-4{padding-left:1.875rem !important}.ps-sm-5{padding-left:3.75rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.3125rem !important}.gap-sm-2{gap:.625rem !important}.gap-sm-3{gap:1.25rem !important}.gap-sm-4{gap:1.875rem !important}.gap-sm-5{gap:3.75rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.3125rem !important}.row-gap-sm-2{row-gap:.625rem !important}.row-gap-sm-3{row-gap:1.25rem !important}.row-gap-sm-4{row-gap:1.875rem !important}.row-gap-sm-5{row-gap:3.75rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.3125rem !important}.column-gap-sm-2{column-gap:.625rem !important}.column-gap-sm-3{column-gap:1.25rem !important}.column-gap-sm-4{column-gap:1.875rem !important}.column-gap-sm-5{column-gap:3.75rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}.min-w-sm-25{min-width:25% !important}.min-w-sm-50{min-width:50% !important}.min-w-sm-75{min-width:75% !important}.min-w-sm-100{min-width:100% !important}.min-w-sm-auto{min-width:auto !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.min-w-md-25{min-width:25% !important}.min-w-md-50{min-width:50% !important}.min-w-md-75{min-width:75% !important}.min-w-md-100{min-width:100% !important}.min-w-md-auto{min-width:auto !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.3125rem !important}.m-md-2{margin:.625rem !important}.m-md-3{margin:1.25rem !important}.m-md-4{margin:1.875rem !important}.m-md-5{margin:3.75rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-md-2{margin-right:.625rem !important;margin-left:.625rem !important}.mx-md-3{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-md-4{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-md-5{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-md-2{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-md-3{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-md-4{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-md-5{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.3125rem !important}.mt-md-2{margin-top:.625rem !important}.mt-md-3{margin-top:1.25rem !important}.mt-md-4{margin-top:1.875rem !important}.mt-md-5{margin-top:3.75rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.3125rem !important}.me-md-2{margin-right:.625rem !important}.me-md-3{margin-right:1.25rem !important}.me-md-4{margin-right:1.875rem !important}.me-md-5{margin-right:3.75rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.3125rem !important}.mb-md-2{margin-bottom:.625rem !important}.mb-md-3{margin-bottom:1.25rem !important}.mb-md-4{margin-bottom:1.875rem !important}.mb-md-5{margin-bottom:3.75rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.3125rem !important}.ms-md-2{margin-left:.625rem !important}.ms-md-3{margin-left:1.25rem !important}.ms-md-4{margin-left:1.875rem !important}.ms-md-5{margin-left:3.75rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n1{margin:-0.3125rem !important}.m-md-n2{margin:-0.625rem !important}.m-md-n3{margin:-1.25rem !important}.m-md-n4{margin:-1.875rem !important}.m-md-n5{margin:-3.75rem !important}.mx-md-n1{margin-right:-0.3125rem !important;margin-left:-0.3125rem !important}.mx-md-n2{margin-right:-0.625rem !important;margin-left:-0.625rem !important}.mx-md-n3{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-md-n4{margin-right:-1.875rem !important;margin-left:-1.875rem !important}.mx-md-n5{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.my-md-n1{margin-top:-0.3125rem !important;margin-bottom:-0.3125rem !important}.my-md-n2{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.my-md-n3{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-md-n4{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important}.my-md-n5{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.mt-md-n1{margin-top:-0.3125rem !important}.mt-md-n2{margin-top:-0.625rem !important}.mt-md-n3{margin-top:-1.25rem !important}.mt-md-n4{margin-top:-1.875rem !important}.mt-md-n5{margin-top:-3.75rem !important}.me-md-n1{margin-right:-0.3125rem !important}.me-md-n2{margin-right:-0.625rem !important}.me-md-n3{margin-right:-1.25rem !important}.me-md-n4{margin-right:-1.875rem !important}.me-md-n5{margin-right:-3.75rem !important}.mb-md-n1{margin-bottom:-0.3125rem !important}.mb-md-n2{margin-bottom:-0.625rem !important}.mb-md-n3{margin-bottom:-1.25rem !important}.mb-md-n4{margin-bottom:-1.875rem !important}.mb-md-n5{margin-bottom:-3.75rem !important}.ms-md-n1{margin-left:-0.3125rem !important}.ms-md-n2{margin-left:-0.625rem !important}.ms-md-n3{margin-left:-1.25rem !important}.ms-md-n4{margin-left:-1.875rem !important}.ms-md-n5{margin-left:-3.75rem !important}.p-md-0{padding:0 !important}.p-md-1{padding:.3125rem !important}.p-md-2{padding:.625rem !important}.p-md-3{padding:1.25rem !important}.p-md-4{padding:1.875rem !important}.p-md-5{padding:3.75rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-md-2{padding-right:.625rem !important;padding-left:.625rem !important}.px-md-3{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-md-4{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-md-5{padding-right:3.75rem !important;padding-left:3.75rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-md-2{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-md-3{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-md-4{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-md-5{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.3125rem !important}.pt-md-2{padding-top:.625rem !important}.pt-md-3{padding-top:1.25rem !important}.pt-md-4{padding-top:1.875rem !important}.pt-md-5{padding-top:3.75rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.3125rem !important}.pe-md-2{padding-right:.625rem !important}.pe-md-3{padding-right:1.25rem !important}.pe-md-4{padding-right:1.875rem !important}.pe-md-5{padding-right:3.75rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.3125rem !important}.pb-md-2{padding-bottom:.625rem !important}.pb-md-3{padding-bottom:1.25rem !important}.pb-md-4{padding-bottom:1.875rem !important}.pb-md-5{padding-bottom:3.75rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.3125rem !important}.ps-md-2{padding-left:.625rem !important}.ps-md-3{padding-left:1.25rem !important}.ps-md-4{padding-left:1.875rem !important}.ps-md-5{padding-left:3.75rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.3125rem !important}.gap-md-2{gap:.625rem !important}.gap-md-3{gap:1.25rem !important}.gap-md-4{gap:1.875rem !important}.gap-md-5{gap:3.75rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.3125rem !important}.row-gap-md-2{row-gap:.625rem !important}.row-gap-md-3{row-gap:1.25rem !important}.row-gap-md-4{row-gap:1.875rem !important}.row-gap-md-5{row-gap:3.75rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.3125rem !important}.column-gap-md-2{column-gap:.625rem !important}.column-gap-md-3{column-gap:1.25rem !important}.column-gap-md-4{column-gap:1.875rem !important}.column-gap-md-5{column-gap:3.75rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}.min-w-md-25{min-width:25% !important}.min-w-md-50{min-width:50% !important}.min-w-md-75{min-width:75% !important}.min-w-md-100{min-width:100% !important}.min-w-md-auto{min-width:auto !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.min-w-lg-25{min-width:25% !important}.min-w-lg-50{min-width:50% !important}.min-w-lg-75{min-width:75% !important}.min-w-lg-100{min-width:100% !important}.min-w-lg-auto{min-width:auto !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.3125rem !important}.m-lg-2{margin:.625rem !important}.m-lg-3{margin:1.25rem !important}.m-lg-4{margin:1.875rem !important}.m-lg-5{margin:3.75rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-lg-2{margin-right:.625rem !important;margin-left:.625rem !important}.mx-lg-3{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-lg-4{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-lg-5{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-lg-2{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-lg-3{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-lg-4{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-lg-5{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.3125rem !important}.mt-lg-2{margin-top:.625rem !important}.mt-lg-3{margin-top:1.25rem !important}.mt-lg-4{margin-top:1.875rem !important}.mt-lg-5{margin-top:3.75rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.3125rem !important}.me-lg-2{margin-right:.625rem !important}.me-lg-3{margin-right:1.25rem !important}.me-lg-4{margin-right:1.875rem !important}.me-lg-5{margin-right:3.75rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.3125rem !important}.mb-lg-2{margin-bottom:.625rem !important}.mb-lg-3{margin-bottom:1.25rem !important}.mb-lg-4{margin-bottom:1.875rem !important}.mb-lg-5{margin-bottom:3.75rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.3125rem !important}.ms-lg-2{margin-left:.625rem !important}.ms-lg-3{margin-left:1.25rem !important}.ms-lg-4{margin-left:1.875rem !important}.ms-lg-5{margin-left:3.75rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n1{margin:-0.3125rem !important}.m-lg-n2{margin:-0.625rem !important}.m-lg-n3{margin:-1.25rem !important}.m-lg-n4{margin:-1.875rem !important}.m-lg-n5{margin:-3.75rem !important}.mx-lg-n1{margin-right:-0.3125rem !important;margin-left:-0.3125rem !important}.mx-lg-n2{margin-right:-0.625rem !important;margin-left:-0.625rem !important}.mx-lg-n3{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-lg-n4{margin-right:-1.875rem !important;margin-left:-1.875rem !important}.mx-lg-n5{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.my-lg-n1{margin-top:-0.3125rem !important;margin-bottom:-0.3125rem !important}.my-lg-n2{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.my-lg-n3{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-lg-n4{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important}.my-lg-n5{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.mt-lg-n1{margin-top:-0.3125rem !important}.mt-lg-n2{margin-top:-0.625rem !important}.mt-lg-n3{margin-top:-1.25rem !important}.mt-lg-n4{margin-top:-1.875rem !important}.mt-lg-n5{margin-top:-3.75rem !important}.me-lg-n1{margin-right:-0.3125rem !important}.me-lg-n2{margin-right:-0.625rem !important}.me-lg-n3{margin-right:-1.25rem !important}.me-lg-n4{margin-right:-1.875rem !important}.me-lg-n5{margin-right:-3.75rem !important}.mb-lg-n1{margin-bottom:-0.3125rem !important}.mb-lg-n2{margin-bottom:-0.625rem !important}.mb-lg-n3{margin-bottom:-1.25rem !important}.mb-lg-n4{margin-bottom:-1.875rem !important}.mb-lg-n5{margin-bottom:-3.75rem !important}.ms-lg-n1{margin-left:-0.3125rem !important}.ms-lg-n2{margin-left:-0.625rem !important}.ms-lg-n3{margin-left:-1.25rem !important}.ms-lg-n4{margin-left:-1.875rem !important}.ms-lg-n5{margin-left:-3.75rem !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.3125rem !important}.p-lg-2{padding:.625rem !important}.p-lg-3{padding:1.25rem !important}.p-lg-4{padding:1.875rem !important}.p-lg-5{padding:3.75rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-lg-2{padding-right:.625rem !important;padding-left:.625rem !important}.px-lg-3{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-lg-4{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-lg-5{padding-right:3.75rem !important;padding-left:3.75rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-lg-2{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-lg-3{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-lg-4{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-lg-5{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.3125rem !important}.pt-lg-2{padding-top:.625rem !important}.pt-lg-3{padding-top:1.25rem !important}.pt-lg-4{padding-top:1.875rem !important}.pt-lg-5{padding-top:3.75rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.3125rem !important}.pe-lg-2{padding-right:.625rem !important}.pe-lg-3{padding-right:1.25rem !important}.pe-lg-4{padding-right:1.875rem !important}.pe-lg-5{padding-right:3.75rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.3125rem !important}.pb-lg-2{padding-bottom:.625rem !important}.pb-lg-3{padding-bottom:1.25rem !important}.pb-lg-4{padding-bottom:1.875rem !important}.pb-lg-5{padding-bottom:3.75rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.3125rem !important}.ps-lg-2{padding-left:.625rem !important}.ps-lg-3{padding-left:1.25rem !important}.ps-lg-4{padding-left:1.875rem !important}.ps-lg-5{padding-left:3.75rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.3125rem !important}.gap-lg-2{gap:.625rem !important}.gap-lg-3{gap:1.25rem !important}.gap-lg-4{gap:1.875rem !important}.gap-lg-5{gap:3.75rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.3125rem !important}.row-gap-lg-2{row-gap:.625rem !important}.row-gap-lg-3{row-gap:1.25rem !important}.row-gap-lg-4{row-gap:1.875rem !important}.row-gap-lg-5{row-gap:3.75rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.3125rem !important}.column-gap-lg-2{column-gap:.625rem !important}.column-gap-lg-3{column-gap:1.25rem !important}.column-gap-lg-4{column-gap:1.875rem !important}.column-gap-lg-5{column-gap:3.75rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}.min-w-lg-25{min-width:25% !important}.min-w-lg-50{min-width:50% !important}.min-w-lg-75{min-width:75% !important}.min-w-lg-100{min-width:100% !important}.min-w-lg-auto{min-width:auto !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.min-w-xl-25{min-width:25% !important}.min-w-xl-50{min-width:50% !important}.min-w-xl-75{min-width:75% !important}.min-w-xl-100{min-width:100% !important}.min-w-xl-auto{min-width:auto !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.3125rem !important}.m-xl-2{margin:.625rem !important}.m-xl-3{margin:1.25rem !important}.m-xl-4{margin:1.875rem !important}.m-xl-5{margin:3.75rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-xl-2{margin-right:.625rem !important;margin-left:.625rem !important}.mx-xl-3{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xl-4{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-xl-5{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-xl-2{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-xl-3{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xl-4{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-xl-5{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.3125rem !important}.mt-xl-2{margin-top:.625rem !important}.mt-xl-3{margin-top:1.25rem !important}.mt-xl-4{margin-top:1.875rem !important}.mt-xl-5{margin-top:3.75rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.3125rem !important}.me-xl-2{margin-right:.625rem !important}.me-xl-3{margin-right:1.25rem !important}.me-xl-4{margin-right:1.875rem !important}.me-xl-5{margin-right:3.75rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.3125rem !important}.mb-xl-2{margin-bottom:.625rem !important}.mb-xl-3{margin-bottom:1.25rem !important}.mb-xl-4{margin-bottom:1.875rem !important}.mb-xl-5{margin-bottom:3.75rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.3125rem !important}.ms-xl-2{margin-left:.625rem !important}.ms-xl-3{margin-left:1.25rem !important}.ms-xl-4{margin-left:1.875rem !important}.ms-xl-5{margin-left:3.75rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n1{margin:-0.3125rem !important}.m-xl-n2{margin:-0.625rem !important}.m-xl-n3{margin:-1.25rem !important}.m-xl-n4{margin:-1.875rem !important}.m-xl-n5{margin:-3.75rem !important}.mx-xl-n1{margin-right:-0.3125rem !important;margin-left:-0.3125rem !important}.mx-xl-n2{margin-right:-0.625rem !important;margin-left:-0.625rem !important}.mx-xl-n3{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-xl-n4{margin-right:-1.875rem !important;margin-left:-1.875rem !important}.mx-xl-n5{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.my-xl-n1{margin-top:-0.3125rem !important;margin-bottom:-0.3125rem !important}.my-xl-n2{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.my-xl-n3{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-xl-n4{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important}.my-xl-n5{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.mt-xl-n1{margin-top:-0.3125rem !important}.mt-xl-n2{margin-top:-0.625rem !important}.mt-xl-n3{margin-top:-1.25rem !important}.mt-xl-n4{margin-top:-1.875rem !important}.mt-xl-n5{margin-top:-3.75rem !important}.me-xl-n1{margin-right:-0.3125rem !important}.me-xl-n2{margin-right:-0.625rem !important}.me-xl-n3{margin-right:-1.25rem !important}.me-xl-n4{margin-right:-1.875rem !important}.me-xl-n5{margin-right:-3.75rem !important}.mb-xl-n1{margin-bottom:-0.3125rem !important}.mb-xl-n2{margin-bottom:-0.625rem !important}.mb-xl-n3{margin-bottom:-1.25rem !important}.mb-xl-n4{margin-bottom:-1.875rem !important}.mb-xl-n5{margin-bottom:-3.75rem !important}.ms-xl-n1{margin-left:-0.3125rem !important}.ms-xl-n2{margin-left:-0.625rem !important}.ms-xl-n3{margin-left:-1.25rem !important}.ms-xl-n4{margin-left:-1.875rem !important}.ms-xl-n5{margin-left:-3.75rem !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.3125rem !important}.p-xl-2{padding:.625rem !important}.p-xl-3{padding:1.25rem !important}.p-xl-4{padding:1.875rem !important}.p-xl-5{padding:3.75rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-xl-2{padding-right:.625rem !important;padding-left:.625rem !important}.px-xl-3{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xl-4{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-xl-5{padding-right:3.75rem !important;padding-left:3.75rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-xl-2{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-xl-3{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xl-4{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-xl-5{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.3125rem !important}.pt-xl-2{padding-top:.625rem !important}.pt-xl-3{padding-top:1.25rem !important}.pt-xl-4{padding-top:1.875rem !important}.pt-xl-5{padding-top:3.75rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.3125rem !important}.pe-xl-2{padding-right:.625rem !important}.pe-xl-3{padding-right:1.25rem !important}.pe-xl-4{padding-right:1.875rem !important}.pe-xl-5{padding-right:3.75rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.3125rem !important}.pb-xl-2{padding-bottom:.625rem !important}.pb-xl-3{padding-bottom:1.25rem !important}.pb-xl-4{padding-bottom:1.875rem !important}.pb-xl-5{padding-bottom:3.75rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.3125rem !important}.ps-xl-2{padding-left:.625rem !important}.ps-xl-3{padding-left:1.25rem !important}.ps-xl-4{padding-left:1.875rem !important}.ps-xl-5{padding-left:3.75rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.3125rem !important}.gap-xl-2{gap:.625rem !important}.gap-xl-3{gap:1.25rem !important}.gap-xl-4{gap:1.875rem !important}.gap-xl-5{gap:3.75rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.3125rem !important}.row-gap-xl-2{row-gap:.625rem !important}.row-gap-xl-3{row-gap:1.25rem !important}.row-gap-xl-4{row-gap:1.875rem !important}.row-gap-xl-5{row-gap:3.75rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.3125rem !important}.column-gap-xl-2{column-gap:.625rem !important}.column-gap-xl-3{column-gap:1.25rem !important}.column-gap-xl-4{column-gap:1.875rem !important}.column-gap-xl-5{column-gap:3.75rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}.min-w-xl-25{min-width:25% !important}.min-w-xl-50{min-width:50% !important}.min-w-xl-75{min-width:75% !important}.min-w-xl-100{min-width:100% !important}.min-w-xl-auto{min-width:auto !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.min-w-xxl-25{min-width:25% !important}.min-w-xxl-50{min-width:50% !important}.min-w-xxl-75{min-width:75% !important}.min-w-xxl-100{min-width:100% !important}.min-w-xxl-auto{min-width:auto !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.3125rem !important}.m-xxl-2{margin:.625rem !important}.m-xxl-3{margin:1.25rem !important}.m-xxl-4{margin:1.875rem !important}.m-xxl-5{margin:3.75rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-xxl-2{margin-right:.625rem !important;margin-left:.625rem !important}.mx-xxl-3{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xxl-4{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-xxl-5{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-xxl-2{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-xxl-3{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xxl-4{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-xxl-5{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.3125rem !important}.mt-xxl-2{margin-top:.625rem !important}.mt-xxl-3{margin-top:1.25rem !important}.mt-xxl-4{margin-top:1.875rem !important}.mt-xxl-5{margin-top:3.75rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.3125rem !important}.me-xxl-2{margin-right:.625rem !important}.me-xxl-3{margin-right:1.25rem !important}.me-xxl-4{margin-right:1.875rem !important}.me-xxl-5{margin-right:3.75rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.3125rem !important}.mb-xxl-2{margin-bottom:.625rem !important}.mb-xxl-3{margin-bottom:1.25rem !important}.mb-xxl-4{margin-bottom:1.875rem !important}.mb-xxl-5{margin-bottom:3.75rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.3125rem !important}.ms-xxl-2{margin-left:.625rem !important}.ms-xxl-3{margin-left:1.25rem !important}.ms-xxl-4{margin-left:1.875rem !important}.ms-xxl-5{margin-left:3.75rem !important}.ms-xxl-auto{margin-left:auto !important}.m-xxl-n1{margin:-0.3125rem !important}.m-xxl-n2{margin:-0.625rem !important}.m-xxl-n3{margin:-1.25rem !important}.m-xxl-n4{margin:-1.875rem !important}.m-xxl-n5{margin:-3.75rem !important}.mx-xxl-n1{margin-right:-0.3125rem !important;margin-left:-0.3125rem !important}.mx-xxl-n2{margin-right:-0.625rem !important;margin-left:-0.625rem !important}.mx-xxl-n3{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-xxl-n4{margin-right:-1.875rem !important;margin-left:-1.875rem !important}.mx-xxl-n5{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.my-xxl-n1{margin-top:-0.3125rem !important;margin-bottom:-0.3125rem !important}.my-xxl-n2{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.my-xxl-n3{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-xxl-n4{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important}.my-xxl-n5{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.mt-xxl-n1{margin-top:-0.3125rem !important}.mt-xxl-n2{margin-top:-0.625rem !important}.mt-xxl-n3{margin-top:-1.25rem !important}.mt-xxl-n4{margin-top:-1.875rem !important}.mt-xxl-n5{margin-top:-3.75rem !important}.me-xxl-n1{margin-right:-0.3125rem !important}.me-xxl-n2{margin-right:-0.625rem !important}.me-xxl-n3{margin-right:-1.25rem !important}.me-xxl-n4{margin-right:-1.875rem !important}.me-xxl-n5{margin-right:-3.75rem !important}.mb-xxl-n1{margin-bottom:-0.3125rem !important}.mb-xxl-n2{margin-bottom:-0.625rem !important}.mb-xxl-n3{margin-bottom:-1.25rem !important}.mb-xxl-n4{margin-bottom:-1.875rem !important}.mb-xxl-n5{margin-bottom:-3.75rem !important}.ms-xxl-n1{margin-left:-0.3125rem !important}.ms-xxl-n2{margin-left:-0.625rem !important}.ms-xxl-n3{margin-left:-1.25rem !important}.ms-xxl-n4{margin-left:-1.875rem !important}.ms-xxl-n5{margin-left:-3.75rem !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.3125rem !important}.p-xxl-2{padding:.625rem !important}.p-xxl-3{padding:1.25rem !important}.p-xxl-4{padding:1.875rem !important}.p-xxl-5{padding:3.75rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-xxl-2{padding-right:.625rem !important;padding-left:.625rem !important}.px-xxl-3{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xxl-4{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-xxl-5{padding-right:3.75rem !important;padding-left:3.75rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-xxl-2{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-xxl-3{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xxl-4{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-xxl-5{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.3125rem !important}.pt-xxl-2{padding-top:.625rem !important}.pt-xxl-3{padding-top:1.25rem !important}.pt-xxl-4{padding-top:1.875rem !important}.pt-xxl-5{padding-top:3.75rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.3125rem !important}.pe-xxl-2{padding-right:.625rem !important}.pe-xxl-3{padding-right:1.25rem !important}.pe-xxl-4{padding-right:1.875rem !important}.pe-xxl-5{padding-right:3.75rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.3125rem !important}.pb-xxl-2{padding-bottom:.625rem !important}.pb-xxl-3{padding-bottom:1.25rem !important}.pb-xxl-4{padding-bottom:1.875rem !important}.pb-xxl-5{padding-bottom:3.75rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.3125rem !important}.ps-xxl-2{padding-left:.625rem !important}.ps-xxl-3{padding-left:1.25rem !important}.ps-xxl-4{padding-left:1.875rem !important}.ps-xxl-5{padding-left:3.75rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.3125rem !important}.gap-xxl-2{gap:.625rem !important}.gap-xxl-3{gap:1.25rem !important}.gap-xxl-4{gap:1.875rem !important}.gap-xxl-5{gap:3.75rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.3125rem !important}.row-gap-xxl-2{row-gap:.625rem !important}.row-gap-xxl-3{row-gap:1.25rem !important}.row-gap-xxl-4{row-gap:1.875rem !important}.row-gap-xxl-5{row-gap:3.75rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.3125rem !important}.column-gap-xxl-2{column-gap:.625rem !important}.column-gap-xxl-3{column-gap:1.25rem !important}.column-gap-xxl-4{column-gap:1.875rem !important}.column-gap-xxl-5{column-gap:3.75rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}.min-w-xxl-25{min-width:25% !important}.min-w-xxl-50{min-width:50% !important}.min-w-xxl-75{min-width:75% !important}.min-w-xxl-100{min-width:100% !important}.min-w-xxl-auto{min-width:auto !important}}@media(min-width: 1200px){.fs-1{font-size:2rem !important}.fs-2{font-size:1.75rem !important}.fs-3{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}html{overflow-y:initial}body{overflow-y:auto}.banner-header .container{width:auto;max-width:100%;margin-left:.3125rem;margin-right:.3125rem;min-height:222px;max-height:300px}.curated-widget-description{margin-top:.3125rem}.curated-widget-header{margin-bottom:.3125rem}.curated-widget-link:hover{color:#f8981d}.navbar-brand{display:inline-block}
|
|
3
|
+
html{overflow-y:initial}body{overflow-y:auto}.banner-header .container{width:auto;max-width:100%;margin-left:.3125rem;margin-right:.3125rem;min-height:222px;max-height:300px}.curated-widget-description{margin-top:.3125rem}.curated-widget-header{margin-bottom:.3125rem}.curated-widget-link:hover{color:#f8981d}.navbar-brand{display:inline-block}.bg-primary-purple{background-color:#a87fb3}
|
|
5
4
|
.playlist-bg1{background-color:#4e9ace}.playlist-bg2{background-color:#6bbfca}.playlist-bg3{background-color:#ffcd52}.playlist-bg4{background-color:#f7847b}.playlist-bg5{background-color:#51ada3}.playlist-bg6{background-color:#605db4}.playlist-bg7{background-color:#bb8ec7}.playlist-bg8{background-color:#60b789}
|
|
6
5
|
.m6vAi .alert-region{position:relative}.m6vAi .alert-region ul{bottom:0;right:1.25rem;position:fixed;list-style-type:none}.g5bIe{min-width:1200px;overflow-x:scroll}
|
|
7
6
|
.NU5ov svg path{fill:#d7d7d7}.pStXp svg:hover path{fill:#55acee}.n7p1V svg:hover path{fill:#3b5998}.TEhqn svg:hover path{fill:#d64937}
|
|
8
7
|
.oMNqV{display:inline}
|
|
9
|
-
.aGxoe{vertical-align:top;position:relative}.aGxoe._cjiV{padding-left:36px;white-space:nowrap}.aGxoe._cjiV .q6vwS{left:.
|
|
8
|
+
.aGxoe{vertical-align:top;position:relative}.aGxoe._cjiV{padding-left:36px;white-space:nowrap}.aGxoe._cjiV .q6vwS{left:.53125rem;top:50%;margin-top:-0.75rem;position:absolute}.aGxoe._cjiV svg{vertical-align:top}.aGxoe._cjiV .sm svg{vertical-align:middle}.aGxoe.T1CzO{padding:1rem}.aGxoe.T1CzO .q6vwS{top:50%;left:50%;transform:translate3D(-50%, -50%, 0);position:absolute}.aGxoe.lBPNt{padding:.44rem}
|
|
10
9
|
.jCfI0{position:absolute;right:.625rem;top:50%;margin-top:-0.75rem}.RBJnf{padding-right:2.75rem}.RBJnf::placeholder{color:#767676;opacity:1}.d78lK:focus-within{background-color:var(--bs-body-bg);border-color:#4e9ace;outline:0;box-shadow:0 0 0 .125rem #4e9ace}.d78lK:focus-within.is-invalid{color:#ca352b;border-color:#ca352b;outline:0;box-shadow:0 0 0 .2rem rgba(202,53,43,.25)}.asbVo{background-color:var(--bs-secondary-bg)}.wzyOG{margin-left:.1rem}.CycFx{position:absolute;top:50%;right:.625rem;transform:translateY(-50%)}
|
|
11
10
|
.QE5QL{word-break:break-word}
|
|
12
11
|
.ZvbeV,.atIHN{position:absolute;width:100%;height:100%}.atIHN{background-color:#f8f8f8}.m20L7{background-color:rgba(0,0,0,.0000005);height:100%;border-top-left-radius:.6rem;border-bottom-left-radius:.6rem;border-right:1px solid #eaeaea;position:absolute;top:0;left:0}.QIbxu{width:2rem}.z_sHT{width:5rem}.epoLB,.h1S5T{width:3.75rem;height:3.75rem}.ZbKBN,.I1mTo{width:7.5rem;height:7.5rem}.ZbKBN svg,.I1mTo svg{width:100%;height:100%}.epoLB,.h1S5T,.ZbKBN,.I1mTo,.kNG8Z{position:absolute;top:50%;left:50%;color:#d7d7d7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}.nKsWZ{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}.LolCW,.mdrT5{position:absolute;width:100%;height:100%}
|
|
@@ -46,7 +45,7 @@ button:focus,select:focus,div[role=button]:focus,a:focus{outline:none}body.user-
|
|
|
46
45
|
.Uxnsl{display:flex;justify-content:center;align-items:center}.BQ87Y{background-size:cover}
|
|
47
46
|
.fFjKN:hover{text-decoration:none}.fFjKN:hover .A_by9{text-decoration:underline}.xSQtR{background-color:rgba(96,183,137,.1);position:absolute;top:0;left:0;right:0;bottom:0}.Ys9W_{border-radius:.6rem;overflow:hidden}.Ys9W_.DX2ua{border:.0625rem solid var(--themeColor);background-color:color-mix(in srgb, var(--themeColor) 10%, white)}.Ys9W_.DX2ua:hover{background-color:color-mix(in srgb, var(--themeColor) 15%, white)}.Ys9W_ .JfAoy{font-size:.875rem}.Ys9W_ .aUNDc,.Ys9W_ .RuLxv{position:relative;background-position:top;background-size:cover;width:5rem;height:5rem;flex-shrink:0}.Ys9W_ .aUNDc .BViJb,.Ys9W_ .RuLxv .BViJb{width:2.5rem;height:2.5rem;position:absolute;top:50%;z-index:5;left:50%;transform:translate(-50%, -50%)}.Ys9W_ .aUNDc .LkTep,.Ys9W_ .RuLxv .LkTep{z-index:2;position:relative;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.Ys9W_ .CJqvP{height:5rem;color:#767676}.Ys9W_ .R5clw{width:8rem;height:8rem}@media(min-width: 576px)and (max-width: 700px){.Ys9W_ .R5clw{width:5rem;height:5rem}}.Ys9W_ .Wa2PG{line-height:1}.Ys9W_ .A_by9{color:#313543}.s61h8{font-size:.6875rem}.gGNFD{height:5rem;border-radius:.6rem;color:#b5b5b5;border:1px dashed #d7d7d7}.IHdlJ{height:5rem;color:#fff;border-radius:.6rem;border:1px solid #d7d7d7}.IHdlJ .Nzaes{height:1.1rem;width:6rem}.zUOye{border:2px dashed #eaeaea;height:5rem}.RuLxv{width:8rem !important;height:8rem !important}.FmJP9{width:8rem;height:8rem}.sdZuo{z-index:1}
|
|
48
47
|
.uh0tq{width:100%;height:100%}.uh0tq .Jhj0r{opacity:.5;width:100%;height:100%;background-position:right;background-size:200%;background-repeat:no-repeat;padding-bottom:26.2295081967%}.nVyY7{fill:#fff;color:#fff;position:absolute;top:0;left:0;width:100%;display:block}
|
|
49
|
-
.jEh7m:not(:empty){min-height:1.5rem}.WQ2eS{background-color:rgba(248,152,29,.1);color:#f8981d}.z4DeQ{background-color:rgba(217,88,79,.1);color:#d9584f}.D_2nt{background-color:#
|
|
48
|
+
.jEh7m:not(:empty){min-height:1.5rem}.WQ2eS{background-color:rgba(248,152,29,.1);color:#f8981d}.z4DeQ{background-color:rgba(217,88,79,.1);color:#d9584f}.D_2nt{background-color:#149a54}
|
|
50
49
|
.t0svX,.CFRo3{width:1.875rem;height:1.875rem}.ZMMQu{display:none}.CFRo3{color:#313543;background-color:rgba(241,241,241,.8);border-radius:50%}.CFRo3:hover{color:#ca352b}.CFRo3:hover .truFo{display:none}.CFRo3:hover .ZMMQu{opacity:.8;display:inline-block}.t0svX{color:#ca352b;background-color:rgba(241,241,241,.8)}.t0svX .truFo{display:none}.t0svX .ZMMQu{display:inline-block}
|
|
51
50
|
.YnXtZ{position:absolute;bottom:0;left:0;right:0;z-index:2;height:.25rem}
|
|
52
51
|
.ct8Ht{min-width:1.875rem;height:1.875rem}.dvCes{min-width:1.5rem;width:1.5rem;height:1.5rem}.iy0pu{transform:translate(-50%, -50%);left:53%;top:50%;position:absolute;width:1.1rem;height:1.1rem;display:flex;align-items:center;justify-content:center}.Z_mZf{top:-0.2rem;left:.5rem;position:absolute;width:.8rem;height:.8rem}
|
|
@@ -62,7 +61,7 @@ button:focus,select:focus,div[role=button]:focus,a:focus{outline:none}body.user-
|
|
|
62
61
|
.fy9Un .duration-badge-new,.fy9Un .rating-badge{height:1.5rem;font-weight:500;align-items:center;font-size:100%}.fy9Un{position:absolute;bottom:.625rem;right:.625rem;z-index:2}.fy9Un .rating-badge{width:auto;line-height:1.5}.fy9Un .duration-badge-new{line-height:1.3}.fy9Un.Rb0TL .duration-badge-new{font-size:90%;height:1.3rem;line-height:1.1}
|
|
63
62
|
.VrK4W{width:.5rem;height:.5rem;margin-bottom:.2rem}.VrK4W.OScyH{margin-bottom:.1rem}
|
|
64
63
|
.r70GR{z-index:10000}.rULXI{min-width:0}.h9k1p{height:1.5rem;line-height:1.5rem}.QaDDX{height:1.5rem}@media(max-width: 576px){.hvsne{display:none}}
|
|
65
|
-
.OjHQZ{background-color:#f8f8f8;height:2rem}.OjHQZ .SS2zL{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.OjHQZ .SS2zL svg{transform:scale(0.85)}.OjHQZ:hover:not(.eGiNR){background-color:#
|
|
64
|
+
.OjHQZ{background-color:#f8f8f8;height:2rem}.OjHQZ .SS2zL{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.OjHQZ .SS2zL svg{transform:scale(0.85)}.OjHQZ:hover:not(.eGiNR){background-color:#ebf6fd}.OjHQZ.kD1xM{background-color:#ebf6fd}
|
|
66
65
|
.wHY80{position:absolute;top:.625rem;left:.625rem;z-index:3}.vMaXP{overflow-y:auto;display:none}.vMaXP.tR1jA{display:block}.KJrT1{z-index:1;position:relative;box-shadow:none;transition:box-shadow .1s ease-in;padding:0 .94rem .94rem .94rem}.OixHb .classroom-guide-tag{padding-right:.3125rem !important}.OixHb .classroom-guide-tag .classroom-guide-tag-label{display:none}.oZXV7{height:0;transition:height .3s ease-in-out}.oZXV7.EiQ04{height:10rem;padding:0 .94rem .94rem .94rem}.FAuzc{position:absolute;top:0;right:0;padding-top:.625rem;padding-right:.625rem;z-index:5;transform:translate3d(0, 0, 0)}
|
|
67
66
|
.qpc7L{position:absolute;width:100%;height:100%;z-index:2;background-color:#333;opacity:0;transition:opacity 100ms ease-in-out}.L8Oxs .b8kJW{width:2rem;height:2rem}.b8kJW{width:30%;height:30%}.L8Oxs .b8kJW,.b8kJW,.eo2p2{position:absolute;top:50%;left:50%;z-index:4;color:#fff;opacity:0;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}.lpwag:hover .qpc7L{opacity:.5}.lpwag:hover .eo2p2,.lpwag:hover .b8kJW{opacity:1}
|
|
68
67
|
.bup9I{color:#313543;background-color:rgba(241,241,241,.5)}.bup9I.ealw_{background-color:#fff;border:1px solid #313543}.bup9I.ealw_[disabled]{border-color:#d7d7d7;color:#d7d7d7}.bup9I:not([disabled]):hover{color:#fff;background-color:#60b789;opacity:.75;display:inline-block;border-color:#60b789}.A1Ov0{color:#fff;background-color:#60b789}.A1Ov0.ealw_{border:1px solid #60b789}.c14lI{width:1.875rem;height:1.875rem}
|
|
@@ -70,9 +69,9 @@ button:focus,select:focus,div[role=button]:focus,a:focus{outline:none}body.user-
|
|
|
70
69
|
.krg9f{color:inherit;line-height:1.2;position:absolute;bottom:0;left:0;z-index:2;padding:.625rem;padding-top:0}.krg9f.MPRU6{padding-bottom:0;bottom:1.5625rem}.krg9f.MPRU6.g5_ww{bottom:2.3125rem}.krg9f.Zzo3e{padding-bottom:0;bottom:1.5625rem}.krg9f.Zzo3e.g5_ww{bottom:2.3125rem}.tZjPt{margin-top:.3125rem;line-height:1.2}.EElm1{position:absolute;width:100%;height:100%;padding:.3125rem;color:#fff}.hrw3I{position:absolute;top:.625rem;left:.625rem;z-index:3}.LS_EH::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 80%)}
|
|
71
70
|
.z0_Sm{position:relative;width:100%;padding-bottom:56.25%}.xuWtC{width:6.25rem;height:1rem}.fXYdC{width:16rem;height:2rem}.FlUpr{width:4rem;height:1rem}.YgWxP{width:80%;height:4rem}.QBKwQ{width:6.25rem;height:1.5rem}.S__E9{height:1.5rem;width:8.4375rem}.Ax9h2{position:absolute;bottom:0;gap:.3125rem}@media(max-width: 767px){.Ax9h2{position:relative}}@media(min-width: 768px){.s3W_4 .classroom-guide-tag{padding-right:.3125rem !important}.s3W_4 .classroom-guide-tag .classroom-guide-tag-label{display:none}}@media(max-width: 575.98px){.s3W_4 .classroom-guide-tag{padding-right:.3125rem !important}.s3W_4 .classroom-guide-tag .classroom-guide-tag-label{display:none}}.zejMP{display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}@media(max-width: 1199px){.zejMP{display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}@media(max-width: 767px){.zejMP{display:none}}@media(max-width: 767px){.MRyVe{padding-top:.625rem}}
|
|
72
71
|
.yv0FS{margin-top:.1rem;flex-shrink:0}
|
|
73
|
-
._ejId{position:absolute;width:100%;top:0;pointer-events:none}.VSAPU{left:-1rem}.VSAPU svg{transform:translateX(-0.1rem)}.kgeXh{right:-1rem}.kgeXh svg{transform:translateX(0.1rem)}.gAsE9{position:absolute;background-color:#fff;border-radius:1.25rem;cursor:pointer;pointer-events:auto;transform:translateY(-50%);z-index:5;box-shadow:0px 2px 4px 1px rgba(0,0,0,.3);height:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.gAsE9 .APA36{display:none;transition:all .2s}.gAsE9 svg{color:#767676}.cqD75 .APA36~.Ev4hr,.AtsWP:hover+.gAsE9 .APA36~.Ev4hr,.gAsE9:hover .APA36~.Ev4hr{margin-right:.4rem}.cqD75 .APA36,.AtsWP:hover+.gAsE9 .APA36,.gAsE9:hover .APA36{display:block}.cqD75 svg,.AtsWP:hover+.gAsE9 svg,.gAsE9:hover svg,.cqD75 .APA36,.AtsWP:hover+.gAsE9 .APA36,.gAsE9:hover .APA36{color:#313543}.AtsWP,.ZuAif,.Pt3nx{position:absolute;width:2.5rem;height:101%;z-index:3;top:50%;transform:translateY(-50%)}.Pt3nx{left:-1.5rem;background-image:linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #
|
|
74
|
-
.fDc_6:not(:last-child){margin-right:.625rem}.WMgSZ{z-index:1;position:relative}.aLSzv{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.aLSzv::-webkit-scrollbar{display:none}.YheD1{left:-2rem}.Vl2_g{left:0}.ISepF{left:-1.
|
|
75
|
-
.tAbzW,.JXtNs{position:absolute;width:2.5rem;height:101%;z-index:2;top:50%;transform:translateY(-50%)}.JXtNs{left:0;margin-left:-1.875rem;background-image:linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #
|
|
72
|
+
._ejId{position:absolute;width:100%;top:0;pointer-events:none}.VSAPU{left:-1rem}.VSAPU svg{transform:translateX(-0.1rem)}.kgeXh{right:-1rem}.kgeXh svg{transform:translateX(0.1rem)}.gAsE9{position:absolute;background-color:#fff;border-radius:1.25rem;cursor:pointer;pointer-events:auto;transform:translateY(-50%);z-index:5;box-shadow:0px 2px 4px 1px rgba(0,0,0,.3);height:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.gAsE9 .APA36{display:none;transition:all .2s}.gAsE9 svg{color:#767676}.cqD75 .APA36~.Ev4hr,.AtsWP:hover+.gAsE9 .APA36~.Ev4hr,.gAsE9:hover .APA36~.Ev4hr{margin-right:.4rem}.cqD75 .APA36,.AtsWP:hover+.gAsE9 .APA36,.gAsE9:hover .APA36{display:block}.cqD75 svg,.AtsWP:hover+.gAsE9 svg,.gAsE9:hover svg,.cqD75 .APA36,.AtsWP:hover+.gAsE9 .APA36,.gAsE9:hover .APA36{color:#313543}.AtsWP,.ZuAif,.Pt3nx{position:absolute;width:2.5rem;height:101%;z-index:3;top:50%;transform:translateY(-50%)}.Pt3nx{left:-1.5rem;background-image:linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #ffffff 70%)}.ZuAif{right:-1.5rem;background-image:linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #ffffff 70%)}.AtsWP{cursor:pointer;pointer-events:auto;background-color:rgba(255,255,255,.005)}.AtsWP.kgeXh{right:-1.5rem}.AtsWP.VSAPU{left:-1.5rem}.BVcIS{top:50%}
|
|
73
|
+
.fDc_6:not(:last-child){margin-right:.625rem}.WMgSZ{z-index:1;position:relative}.aLSzv{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.aLSzv::-webkit-scrollbar{display:none}.YheD1{left:-2rem}.Vl2_g{left:0}.ISepF{left:-1.3rem}.N4rAS{left:.1rem}.i9XEE{right:-2rem}.APhNv{right:0}.OxM84{right:-1.3rem}.nmSQo{right:.5rem}
|
|
74
|
+
.tAbzW,.JXtNs{position:absolute;width:2.5rem;height:101%;z-index:2;top:50%;transform:translateY(-50%)}.JXtNs{left:0;margin-left:-1.875rem;background-image:linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #ffffff 70%)}.tAbzW{right:0;margin-right:-1.875rem;background-image:linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #ffffff 70%)}.iNH_I{display:inline-block;width:100%;padding-bottom:56.25%}.bDcOS{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.bDcOS::-webkit-scrollbar{display:none}.cAFYH{display:contents}
|
|
76
75
|
.ieonz{z-index:1;bottom:.625rem;left:50%;transform:translate(-50%, 0%)}.vqHCl{transform:translate3D(0, -1px, 0) scale(1.01);transition:all .1s ease}.vqHCl:after{content:"";position:absolute;top:0;left:-0.3125rem;right:-0.3125rem;bottom:0;margin:0 .3125rem;border-radius:.6rem}.qEOPN{z-index:2;position:absolute;bottom:.625rem;right:0;left:0;max-height:calc(100% - 1.25rem)}@media(max-width: 991.98px){.qEOPN{padding:1.25rem .3125rem}}.qEOPN .ZYApF{font-size:1.25rem}@media(max-width: 991.98px){.qEOPN .ZYApF{font-size:1.125rem}}@media(max-width: 767.98px){.qEOPN .ZYApF{font-size:1rem;margin-bottom:.3125rem}}@media(max-width: 575.98px){.qEOPN .ZYApF{font-size:1.125rem}}.qEOPN .qcfHO{font-size:1.125rem}@media(max-width: 1199.98px){.qEOPN .qcfHO{font-size:1rem}}@media(max-width: 991.98px){.qEOPN .qcfHO{font-size:1rem}}@media(max-width: 767.98px){.qEOPN .qcfHO{display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}.qEOPN .jnkdI{text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box}.qEOPN .Uh4gM{display:block;display:-webkit-box;-webkit-line-clamp:11;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}@media(max-width: 1199.98px){.qEOPN .Uh4gM{display:block;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}@media(max-width: 991.98px){.qEOPN .Uh4gM{display:block;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}@media(max-width: 878px){.qEOPN .Uh4gM{display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}.qEOPN .Uh4gM.RdHkK{display:block;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}@media(max-width: 1199.98px){.qEOPN .Uh4gM.RdHkK{display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}@media(max-width: 1003px){.qEOPN .Uh4gM.RdHkK{display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}@media(max-width: 991.98px){.qEOPN .Uh4gM.RdHkK{display:block;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}@media(max-width: 878px){.qEOPN .Uh4gM.RdHkK{display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}.qEOPN .TiqqV{display:block;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}@media(max-width: 1199.98px){.qEOPN .TiqqV{display:block;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important;font-size:12px}}@media(max-width: 767.98px){.qEOPN .TiqqV{display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}@media(max-width: 575.98px){.qEOPN .TiqqV{display:block;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}
|
|
77
76
|
.HZ00X{width:25%}@media(max-width: 767.98px){.HZ00X{width:33.3333333333%}}@media(max-width: 575.98px){.HZ00X{width:50%}}.PQ2sv{width:16.6666666667%}@media(max-width: 1199.98px){.PQ2sv{width:20%}}@media(max-width: 991.98px){.PQ2sv{width:25%}}@media(max-width: 767.98px){.PQ2sv{width:33.3333333333%}}@media(max-width: 575.98px){.PQ2sv{width:50%}}.hMoHO{width:100%;padding-bottom:200%;position:relative}
|
|
78
77
|
.x7nyG{z-index:10;border-radius:.6rem;position:relative}.A7FeL{transition:transform .2s ease}.eo8oY{width:25%}.lhqxB{width:33.33333%}@media(max-width: 1199.98px){.eo8oY{width:33.33333%}}@media(max-width: 767.98px){.eo8oY,.lhqxB{width:50%}}@media(max-width: 575.98px){.eo8oY,.lhqxB{width:100%}}
|