.badge{display:inline-flex!important;justify-content:center;align-items:center;text-align:center;gap:.5em;min-height:1.25rem;border-radius:4px;white-space:nowrap;font-weight:600}.badge-style-primary{background-color:#fd5000!important;color:#fff!important;text-transform:uppercase}.badge-style-primary-subtle{background-color:#ffede5!important;color:#fd5000!important;text-transform:uppercase}.badge-style-tertiary{background-color:#253341!important;color:#e4ebf2!important;text-transform:uppercase}.badge-style-tertiary-subtle{background-color:#e4ebf2!important;color:#253341!important;text-transform:uppercase}.badge-style-error{background-color:""!important;color:#fff!important;text-transform:uppercase}.badge-style-error-subtle{background-color:""!important;color:#ee1c24!important;text-transform:uppercase}.badge-style-greyscale{background-color:#333!important;color:#fff!important;text-transform:uppercase}.badge-style-bonus{background-color:#23bf57!important;color:#fff!important;text-transform:uppercase}.badge-style-bonus-subtle{background-color:#eafff5!important;color:#23bf57!important;text-transform:uppercase}.badge-style-label{background-color:#1a73e8!important;color:#fff!important;text-transform:uppercase}.badge-style-label-subtle{background-color:#d5f0ff!important;color:#1a73e8!important;text-transform:uppercase}.badge-style-time-only{background-color:#f6f6f6!important;color:#727272!important;text-transform:uppercase;text-transform:capitalize}.badge-style-date-time{background-color:#fff7d1!important;color:#15202b!important;text-transform:uppercase;text-transform:capitalize}.badge-style-sport{background-color:#ffd200!important;color:#15202b!important;text-transform:uppercase}.badge-size-lg{min-height:2rem;padding:.25rem .5rem;font-size:.875rem!important}.badge-size-md{min-height:1.5rem;padding:.125rem .5rem}.badge-size-sm{padding:0 .5rem;font-size:.625rem!important}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.form-label{margin-bottom:.5rem;font-size:.875rem;color:#9fa0a3}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5;color:#9fa0a3}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875rem;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);box-shadow:var(--bs-box-shadow-inset);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:rgb(134,182.5,254);outline:0;box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:rgba(0,0,0,0);border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--brand-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--brand-form-select-bg-img),var(--brand-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);box-shadow:var(--bs-box-shadow-inset);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:rgb(134,182.5,254);outline:0;box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--brand-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.1em;vertical-align:top;appearance:none;background-color:var(--brand-form-check-bg);background-image:var(--brand-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #eaeaed;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:4px}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(100%)}.form-check-input:focus{border-color:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#541800;border-color:#541800}.form-check-input:checked[type=checkbox]{--brand-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--brand-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--brand-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--brand-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--brand-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--brand-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--brand-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:rgb(182.4,211.5,254.4)}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;box-shadow:var(--bs-box-shadow-inset)}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:rgb(182.4,211.5,254.4)}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;box-shadow:var(--bs-box-shadow-inset)}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--brand-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:focus~label::after,.form-floating>textarea:not(:placeholder-shown)~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label::after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1*var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--brand-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--brand-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.table{--brand-table-color-type:initial;--brand-table-bg-type:initial;--brand-table-color-state:initial;--brand-table-bg-state:initial;--brand-table-color:var(--bs-emphasis-color);--brand-table-bg:var(--bs-body-bg);--brand-table-border-color:var(--bs-border-color);--brand-table-accent-bg:transparent;--brand-table-striped-color:var(--bs-emphasis-color);--brand-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--brand-table-active-color:var(--bs-emphasis-color);--brand-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--brand-table-hover-color:var(--bs-emphasis-color);--brand-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:center;border-color:var(--brand-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .75rem;color:var(--brand-table-color-state,var(--brand-table-color-type,var(--brand-table-color)));background-color:var(--brand-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--brand-table-bg-state,var(--brand-table-bg-type,var(--brand-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .5rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--brand-table-color-type:var(--brand-table-striped-color);--brand-table-bg-type:var(--brand-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--brand-table-color-type:var(--brand-table-striped-color);--brand-table-bg-type:var(--brand-table-striped-bg)}.table-active{--brand-table-color-state:var(--brand-table-active-color);--brand-table-bg-state:var(--brand-table-active-bg)}.table-hover>tbody>tr:hover>*{--brand-table-color-state:var(--brand-table-hover-color);--brand-table-bg-state:var(--brand-table-hover-bg)}.table-primary{--brand-table-color:#000;--brand-table-bg:rgb(206.6, 226, 254.6);--brand-table-border-color:rgb(165.28, 180.8, 203.68);--brand-table-striped-bg:rgb(196.27, 214.7, 241.87);--brand-table-striped-color:#000;--brand-table-active-bg:rgb(185.94, 203.4, 229.14);--brand-table-active-color:#000;--brand-table-hover-bg:rgb(191.105, 209.05, 235.505);--brand-table-hover-color:#000;color:var(--brand-table-color);border-color:var(--brand-table-border-color)}.table-secondary{--brand-table-color:#000;--brand-table-bg:rgb(225.6, 227.4, 229);--brand-table-border-color:rgb(180.48, 181.92, 183.2);--brand-table-striped-bg:rgb(214.32, 216.03, 217.55);--brand-table-striped-color:#000;--brand-table-active-bg:rgb(203.04, 204.66, 206.1);--brand-table-active-color:#000;--brand-table-hover-bg:rgb(208.68, 210.345, 211.825);--brand-table-hover-color:#000;color:var(--brand-table-color);border-color:var(--brand-table-border-color)}.table-success{--brand-table-color:#000;--brand-table-bg:rgb(209, 231, 220.8);--brand-table-border-color:rgb(167.2, 184.8, 176.64);--brand-table-striped-bg:rgb(198.55, 219.45, 209.76);--brand-table-striped-color:#000;--brand-table-active-bg:rgb(188.1, 207.9, 198.72);--brand-table-active-color:#000;--brand-table-hover-bg:rgb(193.325, 213.675, 204.24);--brand-table-hover-color:#000;color:var(--brand-table-color);border-color:var(--brand-table-border-color)}.table-info{--brand-table-color:#000;--brand-table-bg:rgb(206.6, 244.4, 252);--brand-table-border-color:rgb(165.28, 195.52, 201.6);--brand-table-striped-bg:rgb(196.27, 232.18, 239.4);--brand-table-striped-color:#000;--brand-table-active-bg:rgb(185.94, 219.96, 226.8);--brand-table-active-color:#000;--brand-table-hover-bg:rgb(191.105, 226.07, 233.1);--brand-table-hover-color:#000;color:var(--brand-table-color);border-color:var(--brand-table-border-color)}.table-warning{--brand-table-color:#000;--brand-table-bg:rgb(255, 242.6, 205.4);--brand-table-border-color:rgb(204, 194.08, 164.32);--brand-table-striped-bg:rgb(242.25, 230.47, 195.13);--brand-table-striped-color:#000;--brand-table-active-bg:rgb(229.5, 218.34, 184.86);--brand-table-active-color:#000;--brand-table-hover-bg:rgb(235.875, 224.405, 189.995);--brand-table-hover-color:#000;color:var(--brand-table-color);border-color:var(--brand-table-border-color)}.table-danger{--brand-table-color:#000;--brand-table-bg:rgb(248, 214.6, 217.8);--brand-table-border-color:rgb(198.4, 171.68, 174.24);--brand-table-striped-bg:rgb(235.6, 203.87, 206.91);--brand-table-striped-color:#000;--brand-table-active-bg:rgb(223.2, 193.14, 196.02);--brand-table-active-color:#000;--brand-table-hover-bg:rgb(229.4, 198.505, 201.465);--brand-table-hover-color:#000;color:var(--brand-table-color);border-color:var(--brand-table-border-color)}.table-light{--brand-table-color:#000;--brand-table-bg:#f8f9fa;--brand-table-border-color:rgb(198.4, 199.2, 200);--brand-table-striped-bg:rgb(235.6, 236.55, 237.5);--brand-table-striped-color:#000;--brand-table-active-bg:rgb(223.2, 224.1, 225);--brand-table-active-color:#000;--brand-table-hover-bg:rgb(229.4, 230.325, 231.25);--brand-table-hover-color:#000;color:var(--brand-table-color);border-color:var(--brand-table-border-color)}.table-dark{--brand-table-color:#fff;--brand-table-bg:#212529;--brand-table-border-color:rgb(77.4, 80.6, 83.8);--brand-table-striped-bg:rgb(44.1, 47.9, 51.7);--brand-table-striped-color:#fff;--brand-table-active-bg:rgb(55.2, 58.8, 62.4);--brand-table-active-color:#fff;--brand-table-hover-bg:rgb(49.65, 53.35, 57.05);--brand-table-hover-color:#fff;color:var(--brand-table-color);border-color:var(--brand-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.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}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.shadow-primary{box-shadow:0 0 0 4px rgba(253,80,0,.4)!important}.shadow-xs{box-shadow:0 1px 8px 0 rgba(33,37,45,.12)!important}.shadow-sm{box-shadow:0 4px 4px 0 rgba(33,37,45,.12)!important}.shadow-md{box-shadow:0 2px 8px 0 rgba(33,37,45,.12)!important}.shadow-lg{box-shadow:0 6px 16px 0 rgba(33,37,45,.1)!important}.shadow-inset{box-shadow:inset 0 1px 2px rgba(33,37,45,.12)!important}.shadow-none{box-shadow:none!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border-end{border-right:1px solid #eaeaed!important}.border-end-0{border-right:0 none!important}.border-end-light{border-right:2px solid #eaeaed!important}.border-end-tinted{border-right:1px solid #55616d!important}.border-end-dark{border-right:1px solid #192531!important}.border-end-dark-subtle{border-right:1px solid #b6b7bb!important}.border-end-light-1{border-right:2px solid #eaeaed!important}.border-end-tinted-1{border-right:2px solid #55616d!important}.border-end-dark-1{border-right:2px solid #192531!important}.border-end-dashed{border-right:2px dashed #55616d!important}.border-bottom{border-bottom:1px solid #eaeaed!important}.border-bottom-0{border-bottom:0 none!important}.border-bottom-light{border-bottom:2px solid #eaeaed!important}.border-bottom-tinted{border-bottom:1px solid #55616d!important}.border-bottom-dark{border-bottom:1px solid #192531!important}.border-bottom-dark-subtle{border-bottom:1px solid #b6b7bb!important}.border-bottom-light-1{border-bottom:2px solid #eaeaed!important}.border-bottom-tinted-1{border-bottom:2px solid #55616d!important}.border-bottom-dark-1{border-bottom:2px solid #192531!important}.border-bottom-dashed{border-bottom:2px dashed #55616d!important}.border-start{border-left:1px solid #eaeaed!important}.border-start-0{border-left:0 none!important}.border-start-light{border-left:2px solid #eaeaed!important}.border-start-tinted{border-left:1px solid #55616d!important}.border-start-dark{border-left:1px solid #192531!important}.border-start-dark-subtle{border-left:1px solid #b6b7bb!important}.border-start-light-1{border-left:2px solid #eaeaed!important}.border-start-tinted-1{border-left:2px solid #55616d!important}.border-start-dark-1{border-left:2px solid #192531!important}.border-start-dashed{border-left:2px dashed #55616d!important}.border-primary{--brand-border-opacity:1;border-color:rgba(var(--brand-primary-rgb),var(--brand-border-opacity))!important}.border-secondary{--brand-border-opacity:1;border-color:rgba(var(--brand-secondary-rgb),var(--brand-border-opacity))!important}.border-success{--brand-border-opacity:1;border-color:rgba(var(--brand-success-rgb),var(--brand-border-opacity))!important}.border-info{--brand-border-opacity:1;border-color:rgba(var(--brand-info-rgb),var(--brand-border-opacity))!important}.border-warning{--brand-border-opacity:1;border-color:rgba(var(--brand-warning-rgb),var(--brand-border-opacity))!important}.border-danger{--brand-border-opacity:1;border-color:rgba(var(--brand-danger-rgb),var(--brand-border-opacity))!important}.border-light{--brand-border-opacity:1;border-color:rgba(var(--brand-light-rgb),var(--brand-border-opacity))!important}.border-dark{--brand-border-opacity:1;border-color:rgba(var(--brand-dark-rgb),var(--brand-border-opacity))!important}.border-darker{--brand-border-opacity:1;border-color:rgba(var(--brand-darker-rgb),var(--brand-border-opacity))!important}.border-black{--brand-border-opacity:1;border-color:rgba(var(--brand-black-rgb),var(--brand-border-opacity))!important}.border-white{--brand-border-opacity:1;border-color:rgba(var(--brand-white-rgb),var(--brand-border-opacity))!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:4px!important}.border-4{border-width:8px!important}.border-opacity-10{--brand-border-opacity:0.1}.border-opacity-25{--brand-border-opacity:0.25}.border-opacity-50{--brand-border-opacity:0.5}.border-opacity-75{--brand-border-opacity:0.75}.border-opacity-100{--brand-border-opacity:1}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.mx-n0i{margin-right:-.125rem!important;margin-left:-.125rem!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n2i{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-ni-2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n3i{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-n6{margin-right:-3rem!important;margin-left:-3rem!important}.mx-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-n75{margin-right:-.75rem!important;margin-left:-.75rem!important}.my-n0i{margin-top:-.125rem!important;margin-bottom:-.125rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n2i{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-ni-2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n3i{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-n6{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-n75{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.mt-n0i{margin-top:-.125rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n2i{margin-top:-.75rem!important}.mt-ni-2{margin-top:-.75rem!important}.mt-n3{margin-top:-1rem!important}.mt-n3i{margin-top:-1.25rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-2rem!important}.mt-n6{margin-top:-3rem!important}.mt-n7{margin-top:-4rem!important}.mt-n8{margin-top:-5rem!important}.mt-n9{margin-top:-6rem!important}.mt-n75{margin-top:-.75rem!important}.me-n0i{margin-right:-.125rem!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n2i{margin-right:-.75rem!important}.me-ni-2{margin-right:-.75rem!important}.me-n3{margin-right:-1rem!important}.me-n3i{margin-right:-1.25rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-2rem!important}.me-n6{margin-right:-3rem!important}.me-n7{margin-right:-4rem!important}.me-n8{margin-right:-5rem!important}.me-n9{margin-right:-6rem!important}.me-n75{margin-right:-.75rem!important}.mb-n0i{margin-bottom:-.125rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n2i{margin-bottom:-.75rem!important}.mb-ni-2{margin-bottom:-.75rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n3i{margin-bottom:-1.25rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-2rem!important}.mb-n6{margin-bottom:-3rem!important}.mb-n7{margin-bottom:-4rem!important}.mb-n8{margin-bottom:-5rem!important}.mb-n9{margin-bottom:-6rem!important}.mb-n75{margin-bottom:-.75rem!important}.ms-n0i{margin-left:-.125rem!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n2i{margin-left:-.75rem!important}.ms-ni-2{margin-left:-.75rem!important}.ms-n3{margin-left:-1rem!important}.ms-n3i{margin-left:-1.25rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-2rem!important}.ms-n6{margin-left:-3rem!important}.ms-n7{margin-left:-4rem!important}.ms-n8{margin-left:-5rem!important}.ms-n9{margin-left:-6rem!important}.ms-n75{margin-left:-.75rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:light!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:600!important}.fw-bolder{font-weight:700!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.4!important}.lh-base{line-height:1.2!important}.lh-lg{line-height:1.8!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{--brand-text-opacity:1;color:rgba(var(--brand-primary-rgb),var(--brand-text-opacity))!important}.text-secondary{--brand-text-opacity:1;color:rgba(var(--brand-secondary-rgb),var(--brand-text-opacity))!important}.text-success{--brand-text-opacity:1;color:rgba(var(--brand-success-rgb),var(--brand-text-opacity))!important}.text-info{--brand-text-opacity:1;color:rgba(var(--brand-info-rgb),var(--brand-text-opacity))!important}.text-warning{--brand-text-opacity:1;color:rgba(var(--brand-warning-rgb),var(--brand-text-opacity))!important}.text-danger{--brand-text-opacity:1;color:rgba(var(--brand-danger-rgb),var(--brand-text-opacity))!important}.text-light{--brand-text-opacity:1;color:rgba(var(--brand-light-rgb),var(--brand-text-opacity))!important}.text-dark{--brand-text-opacity:1;color:rgba(var(--brand-dark-rgb),var(--brand-text-opacity))!important}.text-darker{--brand-text-opacity:1;color:rgba(var(--brand-darker-rgb),var(--brand-text-opacity))!important}.text-black{--brand-text-opacity:1;color:rgba(var(--brand-black-rgb),var(--brand-text-opacity))!important}.text-white{--brand-text-opacity:1;color:rgba(var(--brand-white-rgb),var(--brand-text-opacity))!important}.text-body{--brand-text-opacity:1;color:rgba(var(--brand-body-color-rgb),var(--brand-text-opacity))!important}.text-muted{--brand-text-opacity:1;color:var(--brand-secondary-color)!important}.text-black-50{--brand-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--brand-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-body-secondary{--brand-text-opacity:1;color:var(--brand-secondary-color)!important}.text-body-tertiary{--brand-text-opacity:1;color:var(--brand-tertiary-color)!important}.text-body-emphasis{--brand-text-opacity:1;color:var(--brand-emphasis-color)!important}.text-reset{--brand-text-opacity:1;color:inherit!important}.link-opacity-10{--brand-link-opacity:0.1}.link-opacity-10-hover:hover{--brand-link-opacity:0.1}.link-opacity-25{--brand-link-opacity:0.25}.link-opacity-25-hover:hover{--brand-link-opacity:0.25}.link-opacity-50{--brand-link-opacity:0.5}.link-opacity-50-hover:hover{--brand-link-opacity:0.5}.link-opacity-75{--brand-link-opacity:0.75}.link-opacity-75-hover:hover{--brand-link-opacity:0.75}.link-opacity-100{--brand-link-opacity:1}.link-opacity-100-hover:hover{--brand-link-opacity:1}.link-underline-opacity-0{--brand-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--brand-link-underline-opacity:0}.link-underline-opacity-10{--brand-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--brand-link-underline-opacity:0.1}.link-underline-opacity-25{--brand-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--brand-link-underline-opacity:0.25}.link-underline-opacity-50{--brand-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--brand-link-underline-opacity:0.5}.link-underline-opacity-75{--brand-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--brand-link-underline-opacity:0.75}.link-underline-opacity-100{--brand-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--brand-link-underline-opacity:1}.bg-primary{--brand-bg-opacity:1;background-color:rgba(var(--brand-primary-rgb),var(--brand-bg-opacity))!important}.bg-secondary{--brand-bg-opacity:1;background-color:rgba(var(--brand-secondary-rgb),var(--brand-bg-opacity))!important}.bg-success{--brand-bg-opacity:1;background-color:rgba(var(--brand-success-rgb),var(--brand-bg-opacity))!important}.bg-info{--brand-bg-opacity:1;background-color:rgba(var(--brand-info-rgb),var(--brand-bg-opacity))!important}.bg-warning{--brand-bg-opacity:1;background-color:rgba(var(--brand-warning-rgb),var(--brand-bg-opacity))!important}.bg-danger{--brand-bg-opacity:1;background-color:rgba(var(--brand-danger-rgb),var(--brand-bg-opacity))!important}.bg-light{--brand-bg-opacity:1;background-color:rgba(var(--brand-light-rgb),var(--brand-bg-opacity))!important}.bg-dark{--brand-bg-opacity:1;background-color:rgba(var(--brand-dark-rgb),var(--brand-bg-opacity))!important}.bg-darker{--brand-bg-opacity:1;background-color:rgba(var(--brand-darker-rgb),var(--brand-bg-opacity))!important}.bg-black{--brand-bg-opacity:1;background-color:rgba(var(--brand-black-rgb),var(--brand-bg-opacity))!important}.bg-white{--brand-bg-opacity:1;background-color:rgba(var(--brand-white-rgb),var(--brand-bg-opacity))!important}.bg-lighter{--brand-bg-opacity:1;background-color:rgba(var(--brand-lighter-rgb),var(--brand-bg-opacity))!important}.bg-body{--brand-bg-opacity:1;background-color:rgba(var(--brand-body-bg-rgb),var(--brand-bg-opacity))!important}.bg-medium{--brand-bg-opacity:1;background-color:rgba(var(--brand-medium-rgb),var(--brand-bg-opacity))!important}.bg-lightblue{--brand-bg-opacity:1;background-color:rgba(var(--brand-lightblue-rgb),var(--brand-bg-opacity))!important}.bg-transparent{--brand-bg-opacity:1;background-color:rgba(0,0,0,0)!important}.bg-body-secondary{--brand-bg-opacity:1;background-color:rgba(var(--brand-secondary-bg-rgb),var(--brand-bg-opacity))!important}.bg-body-tertiary{--brand-bg-opacity:1;background-color:rgba(var(--brand-tertiary-bg-rgb),var(--brand-bg-opacity))!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.mx-sm-n0i{margin-right:-.125rem!important;margin-left:-.125rem!important}.mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-sm-n2i{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-sm-ni-2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n3i{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-sm-n6{margin-right:-3rem!important;margin-left:-3rem!important}.mx-sm-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-sm-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-sm-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-sm-n75{margin-right:-.75rem!important;margin-left:-.75rem!important}.my-sm-n0i{margin-top:-.125rem!important;margin-bottom:-.125rem!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n2i{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-sm-ni-2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n3i{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-sm-n6{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-sm-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-sm-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-sm-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-sm-n75{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.mt-sm-n0i{margin-top:-.125rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n2i{margin-top:-.75rem!important}.mt-sm-ni-2{margin-top:-.75rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n3i{margin-top:-1.25rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-2rem!important}.mt-sm-n6{margin-top:-3rem!important}.mt-sm-n7{margin-top:-4rem!important}.mt-sm-n8{margin-top:-5rem!important}.mt-sm-n9{margin-top:-6rem!important}.mt-sm-n75{margin-top:-.75rem!important}.me-sm-n0i{margin-right:-.125rem!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n2i{margin-right:-.75rem!important}.me-sm-ni-2{margin-right:-.75rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n3i{margin-right:-1.25rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-2rem!important}.me-sm-n6{margin-right:-3rem!important}.me-sm-n7{margin-right:-4rem!important}.me-sm-n8{margin-right:-5rem!important}.me-sm-n9{margin-right:-6rem!important}.me-sm-n75{margin-right:-.75rem!important}.mb-sm-n0i{margin-bottom:-.125rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n2i{margin-bottom:-.75rem!important}.mb-sm-ni-2{margin-bottom:-.75rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n3i{margin-bottom:-1.25rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-2rem!important}.mb-sm-n6{margin-bottom:-3rem!important}.mb-sm-n7{margin-bottom:-4rem!important}.mb-sm-n8{margin-bottom:-5rem!important}.mb-sm-n9{margin-bottom:-6rem!important}.mb-sm-n75{margin-bottom:-.75rem!important}.ms-sm-n0i{margin-left:-.125rem!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n2i{margin-left:-.75rem!important}.ms-sm-ni-2{margin-left:-.75rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n3i{margin-left:-1.25rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-2rem!important}.ms-sm-n6{margin-left:-3rem!important}.ms-sm-n7{margin-left:-4rem!important}.ms-sm-n8{margin-left:-5rem!important}.ms-sm-n9{margin-left:-6rem!important}.ms-sm-n75{margin-left:-.75rem!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.mx-md-n0i{margin-right:-.125rem!important;margin-left:-.125rem!important}.mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-md-n2i{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-md-ni-2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n3i{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-md-n6{margin-right:-3rem!important;margin-left:-3rem!important}.mx-md-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-md-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-md-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-md-n75{margin-right:-.75rem!important;margin-left:-.75rem!important}.my-md-n0i{margin-top:-.125rem!important;margin-bottom:-.125rem!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n2i{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-md-ni-2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n3i{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-md-n6{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-md-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-md-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-md-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-md-n75{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.mt-md-n0i{margin-top:-.125rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n2i{margin-top:-.75rem!important}.mt-md-ni-2{margin-top:-.75rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n3i{margin-top:-1.25rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-2rem!important}.mt-md-n6{margin-top:-3rem!important}.mt-md-n7{margin-top:-4rem!important}.mt-md-n8{margin-top:-5rem!important}.mt-md-n9{margin-top:-6rem!important}.mt-md-n75{margin-top:-.75rem!important}.me-md-n0i{margin-right:-.125rem!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n2i{margin-right:-.75rem!important}.me-md-ni-2{margin-right:-.75rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n3i{margin-right:-1.25rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-2rem!important}.me-md-n6{margin-right:-3rem!important}.me-md-n7{margin-right:-4rem!important}.me-md-n8{margin-right:-5rem!important}.me-md-n9{margin-right:-6rem!important}.me-md-n75{margin-right:-.75rem!important}.mb-md-n0i{margin-bottom:-.125rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n2i{margin-bottom:-.75rem!important}.mb-md-ni-2{margin-bottom:-.75rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n3i{margin-bottom:-1.25rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-2rem!important}.mb-md-n6{margin-bottom:-3rem!important}.mb-md-n7{margin-bottom:-4rem!important}.mb-md-n8{margin-bottom:-5rem!important}.mb-md-n9{margin-bottom:-6rem!important}.mb-md-n75{margin-bottom:-.75rem!important}.ms-md-n0i{margin-left:-.125rem!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n2i{margin-left:-.75rem!important}.ms-md-ni-2{margin-left:-.75rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n3i{margin-left:-1.25rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-2rem!important}.ms-md-n6{margin-left:-3rem!important}.ms-md-n7{margin-left:-4rem!important}.ms-md-n8{margin-left:-5rem!important}.ms-md-n9{margin-left:-6rem!important}.ms-md-n75{margin-left:-.75rem!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.mx-lg-n0i{margin-right:-.125rem!important;margin-left:-.125rem!important}.mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-lg-n2i{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-lg-ni-2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n3i{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-lg-n6{margin-right:-3rem!important;margin-left:-3rem!important}.mx-lg-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-lg-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-lg-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-lg-n75{margin-right:-.75rem!important;margin-left:-.75rem!important}.my-lg-n0i{margin-top:-.125rem!important;margin-bottom:-.125rem!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n2i{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-lg-ni-2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n3i{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-lg-n6{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-lg-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-lg-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-lg-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-lg-n75{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.mt-lg-n0i{margin-top:-.125rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n2i{margin-top:-.75rem!important}.mt-lg-ni-2{margin-top:-.75rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n3i{margin-top:-1.25rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-2rem!important}.mt-lg-n6{margin-top:-3rem!important}.mt-lg-n7{margin-top:-4rem!important}.mt-lg-n8{margin-top:-5rem!important}.mt-lg-n9{margin-top:-6rem!important}.mt-lg-n75{margin-top:-.75rem!important}.me-lg-n0i{margin-right:-.125rem!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n2i{margin-right:-.75rem!important}.me-lg-ni-2{margin-right:-.75rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n3i{margin-right:-1.25rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-2rem!important}.me-lg-n6{margin-right:-3rem!important}.me-lg-n7{margin-right:-4rem!important}.me-lg-n8{margin-right:-5rem!important}.me-lg-n9{margin-right:-6rem!important}.me-lg-n75{margin-right:-.75rem!important}.mb-lg-n0i{margin-bottom:-.125rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n2i{margin-bottom:-.75rem!important}.mb-lg-ni-2{margin-bottom:-.75rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n3i{margin-bottom:-1.25rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-2rem!important}.mb-lg-n6{margin-bottom:-3rem!important}.mb-lg-n7{margin-bottom:-4rem!important}.mb-lg-n8{margin-bottom:-5rem!important}.mb-lg-n9{margin-bottom:-6rem!important}.mb-lg-n75{margin-bottom:-.75rem!important}.ms-lg-n0i{margin-left:-.125rem!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n2i{margin-left:-.75rem!important}.ms-lg-ni-2{margin-left:-.75rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n3i{margin-left:-1.25rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-2rem!important}.ms-lg-n6{margin-left:-3rem!important}.ms-lg-n7{margin-left:-4rem!important}.ms-lg-n8{margin-left:-5rem!important}.ms-lg-n9{margin-left:-6rem!important}.ms-lg-n75{margin-left:-.75rem!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.mx-xl-n0i{margin-right:-.125rem!important;margin-left:-.125rem!important}.mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xl-n2i{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xl-ni-2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n3i{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-xl-n6{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xl-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xl-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xl-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-xl-n75{margin-right:-.75rem!important;margin-left:-.75rem!important}.my-xl-n0i{margin-top:-.125rem!important;margin-bottom:-.125rem!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n2i{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xl-ni-2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n3i{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xl-n6{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xl-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xl-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xl-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-xl-n75{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.mt-xl-n0i{margin-top:-.125rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n2i{margin-top:-.75rem!important}.mt-xl-ni-2{margin-top:-.75rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n3i{margin-top:-1.25rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-2rem!important}.mt-xl-n6{margin-top:-3rem!important}.mt-xl-n7{margin-top:-4rem!important}.mt-xl-n8{margin-top:-5rem!important}.mt-xl-n9{margin-top:-6rem!important}.mt-xl-n75{margin-top:-.75rem!important}.me-xl-n0i{margin-right:-.125rem!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n2i{margin-right:-.75rem!important}.me-xl-ni-2{margin-right:-.75rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n3i{margin-right:-1.25rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-2rem!important}.me-xl-n6{margin-right:-3rem!important}.me-xl-n7{margin-right:-4rem!important}.me-xl-n8{margin-right:-5rem!important}.me-xl-n9{margin-right:-6rem!important}.me-xl-n75{margin-right:-.75rem!important}.mb-xl-n0i{margin-bottom:-.125rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n2i{margin-bottom:-.75rem!important}.mb-xl-ni-2{margin-bottom:-.75rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n3i{margin-bottom:-1.25rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-2rem!important}.mb-xl-n6{margin-bottom:-3rem!important}.mb-xl-n7{margin-bottom:-4rem!important}.mb-xl-n8{margin-bottom:-5rem!important}.mb-xl-n9{margin-bottom:-6rem!important}.mb-xl-n75{margin-bottom:-.75rem!important}.ms-xl-n0i{margin-left:-.125rem!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n2i{margin-left:-.75rem!important}.ms-xl-ni-2{margin-left:-.75rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n3i{margin-left:-1.25rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-2rem!important}.ms-xl-n6{margin-left:-3rem!important}.ms-xl-n7{margin-left:-4rem!important}.ms-xl-n8{margin-left:-5rem!important}.ms-xl-n9{margin-left:-6rem!important}.ms-xl-n75{margin-left:-.75rem!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.mx-xxl-n0i{margin-right:-.125rem!important;margin-left:-.125rem!important}.mx-xxl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xxl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xxl-n2i{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xxl-ni-2{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xxl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xxl-n3i{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-xxl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-xxl-n6{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xxl-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xxl-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xxl-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-xxl-n75{margin-right:-.75rem!important;margin-left:-.75rem!important}.my-xxl-n0i{margin-top:-.125rem!important;margin-bottom:-.125rem!important}.my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xxl-n2i{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xxl-ni-2{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xxl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xxl-n3i{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xxl-n6{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xxl-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xxl-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xxl-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-xxl-n75{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.mt-xxl-n0i{margin-top:-.125rem!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n2i{margin-top:-.75rem!important}.mt-xxl-ni-2{margin-top:-.75rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n3i{margin-top:-1.25rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-2rem!important}.mt-xxl-n6{margin-top:-3rem!important}.mt-xxl-n7{margin-top:-4rem!important}.mt-xxl-n8{margin-top:-5rem!important}.mt-xxl-n9{margin-top:-6rem!important}.mt-xxl-n75{margin-top:-.75rem!important}.me-xxl-n0i{margin-right:-.125rem!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n2i{margin-right:-.75rem!important}.me-xxl-ni-2{margin-right:-.75rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n3i{margin-right:-1.25rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-2rem!important}.me-xxl-n6{margin-right:-3rem!important}.me-xxl-n7{margin-right:-4rem!important}.me-xxl-n8{margin-right:-5rem!important}.me-xxl-n9{margin-right:-6rem!important}.me-xxl-n75{margin-right:-.75rem!important}.mb-xxl-n0i{margin-bottom:-.125rem!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n2i{margin-bottom:-.75rem!important}.mb-xxl-ni-2{margin-bottom:-.75rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n3i{margin-bottom:-1.25rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-2rem!important}.mb-xxl-n6{margin-bottom:-3rem!important}.mb-xxl-n7{margin-bottom:-4rem!important}.mb-xxl-n8{margin-bottom:-5rem!important}.mb-xxl-n9{margin-bottom:-6rem!important}.mb-xxl-n75{margin-bottom:-.75rem!important}.ms-xxl-n0i{margin-left:-.125rem!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n2i{margin-left:-.75rem!important}.ms-xxl-ni-2{margin-left:-.75rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n3i{margin-left:-1.25rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-2rem!important}.ms-xxl-n6{margin-left:-3rem!important}.ms-xxl-n7{margin-left:-4rem!important}.ms-xxl-n8{margin-left:-5rem!important}.ms-xxl-n9{margin-left:-6rem!important}.ms-xxl-n75{margin-left:-.75rem!important}}.h5,h5{font-size:1rem!important;font-family:Founders Grotesk,Founders Fallback,sans-serif!important;font-weight:700;line-height:1.2000000477;letter-spacing:0!important}@media(min-width:992px){.h5,h5{font-size:1rem!important;font-family:Founders Grotesk,Founders Fallback,sans-serif!important;font-weight:700;line-height:1.2000000477;letter-spacing:0!important}}.h6,h6{font-size:.875rem!important;font-family:Founders Grotesk,Founders Fallback,sans-serif!important;font-weight:700;line-height:1.2000000477;letter-spacing:0!important}@media(min-width:992px){.h6,h6{font-size:.875rem!important;font-family:Founders Grotesk,Founders Fallback,sans-serif!important;font-weight:700;line-height:1.2000000477;letter-spacing:0!important}}.section-content p{margin-bottom:1rem!important}.section-content .h2,.section-content .h3,.section-content .h4,.section-content h2,.section-content h3,.section-content h4{margin-top:1.5rem;margin-bottom:0!important}.section-content a{color:#15202b;border-bottom:.125rem solid #fd5000;font-weight:600}.section-content a:hover{color:#fd5000}.section-content ol,.section-content ul{margin-top:1.5rem;margin-bottom:1rem!important}.section-content ol li,.section-content ul li{line-height:1.5;margin-bottom:.25rem}main a:hover{color:#e14700}summary{list-style-type:none}summary::-webkit-details-marker,summary::marker{display:none!important}details.accordion-item{margin-bottom:.75rem;border-radius:4px;border:1px solid #f6f6f6!important}@media(min-width:992px){details.accordion-item{max-height:4rem}}details.accordion-item{-webkit-transition:max-height .5s ease;transition:max-height .5s ease}details.accordion-item .accordion-header{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1.25rem 1rem}details.accordion-item .accordion-header:after{content:"";display:inline-block;width:1rem;height:1rem;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:top left;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M7.5 0V15M0 7.5H15" stroke="%23fd5000" stroke-width="2"/></svg>');background-size:contain}@media(min-width:768px){details.accordion-item .accordion-header:after{background-size:cover}}details.accordion-item .accordion-body{border-top:1px solid #eaeaed;padding:1.25rem 0;margin:0 1rem;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:0}details.accordion-item[open]{max-height:500px}details.accordion-item[open] .accordion-header:after{height:.125rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="3" viewBox="0 0 15 3" fill="none"><path d="M0 1.5H15" stroke="%23fd5000" stroke-width="2"/></svg>')}details.accordion-item[open] .accordion-body{opacity:1}details.accordion-item:has(.accordion-header:hover),details.accordion-item:hover{border-color:#fd5000!important}.covers-CoversMatchups-Block--topSportsbooks{height:auto;overflow:hidden}.covers-CoversMatchups-Block--topSportsbooks #newSportsbookBrick{overflow:hidden;padding-bottom:15px}.covers-CoversMatchups-Block--topSportsbooks .cmg_top_sportsbook_container{display:flex;flex-direction:row;align-content:center;align-items:center;justify-content:space-between;height:53px;width:100%;border-top:1px solid #f6f6f6;float:left;padding:12px 15px;-webkit-transition:background-color .1s;-moz-transition:background-color .1s;-o-transition:background-color .1s;transition:background-color .1s}.covers-CoversMatchups-Block--topSportsbooks .cmg_top_sportsbook_container:hover{background-color:#f8f8f8}.covers-CoversMatchups-Block--topSportsbooks a.utm_Sportsbooks_TopBrick_Pos1,.covers-CoversMatchups-Block--topSportsbooks a.utm_Sportsbooks_TopBrick_Pos2,.covers-CoversMatchups-Block--topSportsbooks a.utm_Sportsbooks_TopBrick_Pos3,.covers-CoversMatchups-Block--topSportsbooks a.utm_Sportsbooks_TopBrick_Pos4,.covers-CoversMatchups-Block--topSportsbooks a.utm_Sportsbooks_TopBrick_Pos5{border-bottom:none}.covers-CoversMatchups-Block--topSportsbooks .header{display:none}.covers-CoversMatchups-Block--topSportsbooks .container.covers.covers-CoversCarousel-wtp.covers-CoversCarousel-main{width:100%!important;padding:0}.covers-CoversMatchups-Block--topSportsbooks img.covers-CoversWTPCarousel-img{float:left;width:72px;height:24px}.covers-CoversMatchups-Block--topSportsbooks .covers-CoversWTPCarousel-review{float:right;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.covers-CoversMatchups-Block--topSportsbooks .covers-CoversWTPCarousel-review a{color:#15202b;text-decoration:none!important;border:1px solid #fd4f00;padding:2px 7px;font-size:13px;float:right;text-transform:capitalize;line-height:18px;border-radius:3px;min-width:66px;text-align:center;outline:0;-webkit-transition:background-color .1s;-moz-transition:background-color .1s;-o-transition:background-color .1s;transition:background-color .1s}.covers-CoversMatchups-Block--topSportsbooks .covers-CoversWTPCarousel-review a:hover{background-color:#fd4f00;color:#fff}.covers-CoversMatchups-Block--topSportsbooks .covers-CoversWTP-newbookBrick--rank{display:none}.covers-CoversWTP-newListBonus{display:flex;flex-direction:row;align-items:center;justify-content:center;line-height:18px;color:#15202b;float:left;font-size:12px;text-align:center;padding:0;font-weight:500;margin-right:10px}.covers-CoversMatchups-sportsbooksHeader{font-size:18px;text-align:center;padding-top:10px}.covers-CoversMatchups-sportsbooksTeams{text-align:center;padding-bottom:10px}.covers-CoversMatchups-sportsbookRow{text-align:center;font-size:14px}.covers-CoversMatchups-sportsbookRow a.covers-CoversMatchups-button1{margin-top:8px;display:inline-block}.covers-CoversMatchups-sportsbookRow img{width:100%;margin-top:8px;max-width:194px}.covers-CoversMatchups-sportsbookRow div>div{border-top:1px solid #ccc;padding-top:7.5px;padding-bottom:7.5px}.covers .covers-CoversMatchups-sportsbooksContainer{padding-right:0}.covers-CoversOdds-sportsbooksHeader{text-align:center;font-weight:600;color:#15202b;font-size:18px;padding:15px;line-height:24px;height:53px}.covers-CoversWTPCarousel-review a{font-weight:500}.covers-CoversOdds-sportsbooksHeader .covers-CoversMatchups-sportsbooksCTA{margin-top:7px}.covers-CoversWTPCarousel-review{margin:initial;border:none!important;background-color:rgba(0,0,0,0)!important}a.covers-CoversOdds-solidButton{color:#fff!important;border-radius:4px;background-color:#fd4f00;padding:0 16px 0 16px;display:inline-block;font-weight:500;letter-spacing:.5px;margin-top:10px;min-width:112px;height:36px;line-height:36px;font-size:15px}a.covers-CoversOdds-solidButton :hover{background-color:#fd4f00;color:#fff!important}.covers-CoversMatchups-Block--topSportsbooks .covers-CoversWTPCarousel-review a:hover{background-color:#fd4f00;color:#fff!important}.covers-CoversMatchups-centerAlignHelper{text-align:center!important}.covers-CoversWTP-newSbContainer{height:unset;overflow:unset}.covers-CoversMatchups-Block--topSportsbooks{border-radius:4px;background-color:#fff;margin-top:5px}.cmg_top_sportsbook_container{border-bottom:none!important}.covers-CoversMatchups-mma-block #topSportsbooks .covers-CoversResponsiveSportsbooks .covers-CoversResponsiveSportsbook:not(:first-child){margin:10px 0 0 0}@media screen and (max-width:991px){.covers-CoversMatchups-mma-block #topSportsbooks.covers-CoversHome-experimentWin-topSportsbooks-CustomClass .covers-CoversResponsiveSportsbooks .covers-CoversResponsiveSportsbook{margin-left:10px!important;background:0 0!important;box-shadow:none!important;padding:0 8px!important}.covers-CoversMatchups-mma-block #topSportsbooks.covers-CoversHome-experimentWin-topSportsbooks-CustomClass .covers-CoversResponsiveSportsbooks .covers-CoversResponsiveSportsbook .covers-CoversResponsiveSportsbook-descriptionArea{display:block}.covers-CoversMatchups-mma-block #topSportsbooks.covers-CoversHome-experimentWin-topSportsbooks-CustomClass .covers-CoversResponsiveSportsbooks .covers-CoversResponsiveSportsbook .covers-Covers-WTP-topSection-hide-onhomepage,.covers-CoversMatchups-mma-block #topSportsbooks.covers-CoversHome-experimentWin-topSportsbooks-CustomClass .covers-CoversResponsiveSportsbooks .covers-CoversResponsiveSportsbook .covers-CoversResponsiveSportsbook-bonusArea{display:none}.covers-CoversMatchups-mma-block #topSportsbooks.covers-CoversHome-experimentWin-topSportsbooks-CustomClass .covers-CoversResponsiveSportsbooks .covers-CoversResponsiveSportsbook .covers-CoversResponsiveSportsbook-flexOnMob{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0;margin-top:0;background-color:#1a3137;border-radius:0!important;border-top-right-radius:5px!important;border-top-left-radius:5px!important;padding:12px 0;text-align:center}}@media only screen and (min-device-width:812px)and (min-device-height:375px)and (orientation:landscape){.covers-CoversMatchups-mma-block #topSportsbooks.covers-CoversHome-experimentWin-topSportsbooks-CustomClass .covers-CoversResponsiveSportsbooks{overflow-y:auto;display:block}}.covers-CoversMatchups-mma-block #topSportsbooks .covers-CoversResponsiveSportbook-rank{display:none}.covers-CoversMatchups-mma-block #topSportsbooks .row{margin:0}.covers-CoversMatchups-mma-block #topSportsbooks .row .col-xs-12{padding:0}.covers-CoversMatchups-mma-block #topSportsbooks .covers-CoversResponsiveSportsbooks-top{display:none}.covers-CoversMatchups-Block--topSportsbooks--top-row{display:flex;align-items:center;justify-content:space-between}.covers-CoversMatchups-Block--topSportsbooks--top-row .controls-container{display:flex;flex-direction:row;margin-top:10px}.covers-CoversMatchups-Block--topSportsbooks--top-row .controls-container button{display:flex;align-content:center;border:none;background:0 0}.covers-CoversMatchups-Block--topSportsbooks--top-row .controls-container button.slick-disabled{cursor:default}.covers-CoversMatchups-Block--topSportsbooks--top-row .controls-container button.slick-disabled:focus{outline:0}.covers-CoversMatchups-Block--topSportsbooks--top-row .controls-container button.slick-disabled svg{opacity:.6}.covers-CoversMatchups-Block--topSportsbooks--top-row .controls-container button:first-child{transform:rotate(180deg)}@media(max-width:768px){.covers .covers-CoversMatchups-sportsbooksContainer{padding-left:0}}@media(min-width:576px)and (max-width:992px){.covers .covers-CoversMatchups-sportsbooksContainer{padding-left:15px}}@media(min-width:992px){.covers-CoversMatchups-Block--topSportsbooks,.covers-CoversMatchups-Block--topSportsbooks div#newSportsbookBrick{height:auto!important}}@media only screen and (min-device-width:320px){.covers-CoversMatchups-Block--topSportsbooks .cmg_top_sportsbook_container{padding:12px}.covers-CoversMatchups-Block--topSportsbooks .podium-sidebar-style .cmg_top_sportsbook_container{padding:8px!important}.covers-CoversMatchups-Block--topSportsbooks .podium-sidebar-style img.covers-CoversWTPCarousel-img{width:60px;height:20px}.covers-CoversMatchups-Block--topSportsbooks .podium-sidebar-style .betting-widget-bonus{min-width:160px!important}.covers-CoversMatchups-Block--topSportsbooks .covers-CoversWTPCarousel-review a{padding:2px 4px;min-width:58px}}@media only screen and (min-device-width:360px){.covers-CoversMatchups-Block--topSportsbooks .covers-CoversWTPCarousel-review a{padding:2px 7px;min-width:66px}}.community_forums table{margin:0}.community_forums thead{display:none}.community_forums tbody tr::after{content:"";background:rgba(0,0,0,0) url(https://img.covers.com/covers/icons/global-icons/orange-cta-arrow.svg) no-repeat right;width:14px;height:40px;display:inline-block;background-position-x:4px;background-position-y:16px}.community_forums .covers-coversForum-fireIcon{margin-right:8px}.covers-MustReadTitle{margin-bottom:0;margin-right:-15px;margin-left:-15px;padding:0 24px;background:#fff;padding-top:18px;margin-top:0;padding-bottom:8px;line-height:1.1}.covers-CoversLeague-sportsbookDesktop{display:none}@media screen and (min-width:700px){.covers-CoversLeague-sportsbookDesktop{display:inherit!important;margin-top:0}}.covers-ArticleModern-PromoTitle{margin:0;margin-left:16px;padding-top:16px;font-family:Founders,"Founders Fallback",sans-serif}.covers-CoversLeague-sportsbookMobile{display:none}@media screen and (max-width:700px){.covers-CoversLeague-sportsbookMobile{display:inherit!important;margin-left:-15px;margin-right:-15px;margin-top:15px}}.swiper-button-next[aria-disabled=false],.swiper-button-prev[aria-disabled=false]{color:#fd5000!important}.swiper-button-next[aria-disabled=false]:hover,.swiper-button-prev[aria-disabled=false]:hover{background-color:#e4ebf2!important}.swiper-button-next[aria-disabled=true],.swiper-button-prev[aria-disabled=true]{color:#ffc6ac!important}#league-home-article-list a{min-height:7.5rem}@media(min-width:576px){#league-home-article-list a{min-height:6.5rem}}@media(min-width:576px){#league-home-article-list a{min-height:auto}}