.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;height:100%;padding:1rem .75rem;overflow:hidden;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}.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{color:rgba(var(--brand-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-select~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>.form-control:-webkit-autofill~label{color:rgba(var(--brand-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.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}.form-floating>.form-control:disabled~label::after,.form-floating>:disabled~label::after{background-color:var(--bs-secondary-bg)}.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(var(--bs-border-width)*-1);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.1z'/%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.1z'/%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-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-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-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-darker{--brand-bg-opacity:1;background-color:rgba(var(--brand-darker-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}}.section-paragraph-group ul li::marker{color:#fd5000}.section-paragraph-group ol{counter-reset:item;list-style-type:none;padding-left:1rem}.section-paragraph-group ol li:before{content:counter(item) " ";counter-increment:item;background-color:#fd5000;color:#fff;border-radius:50%;font-size:.875rem;min-width:1.5rem;min-height:1.5rem;display:inline-flex;align-items:center;justify-content:center;margin-right:.5rem}.section-paragraph-group ol li ul li:before{content:"";background-color:rgba(0,0,0,0);border-radius:0;width:0;height:0;margin-right:0}.section-paragraph-group a.link-underline-none{text-decoration:none!important}.section-paragraph-group ul{padding-left:0}.section-paragraph-group li{display:flex;align-items:center;list-style:none}.section-paragraph-group li:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;background-color:#eafff5;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='%2323bf57'><path d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/></svg>");border-radius:50%;margin:-.75rem .5rem -.75rem 0;background-size:75%;background-repeat:no-repeat;background-position:center}.section-paragraph-group ul ul{padding-left:2rem}.section-paragraph-group ul ul li{list-style:none}.section-paragraph-group ul ul li:before{content:"";display:none}.section-paragraph-group.text-spacing-sm .h2,.section-paragraph-group.text-spacing-sm h2{margin-bottom:.5rem!important}.section-paragraph-group.text-spacing-sm .h3,.section-paragraph-group.text-spacing-sm h3{margin-bottom:.5rem!important}.section-paragraph-group.text-spacing-sm .h4,.section-paragraph-group.text-spacing-sm h4{margin-bottom:.5rem!important}.section-paragraph-group.text-spacing-sm .h5,.section-paragraph-group.text-spacing-sm h5{margin-bottom:.5rem!important}.section-paragraph-group.text-spacing-sm ul li{margin-bottom:.5rem!important}.section-paragraph-group.text-spacing-md .h2,.section-paragraph-group.text-spacing-md h2{margin-top:0;margin-bottom:1rem!important}.section-paragraph-group.text-spacing-md .h3,.section-paragraph-group.text-spacing-md h3{margin-top:0;margin-bottom:1rem!important}.section-paragraph-group.text-spacing-md .h4,.section-paragraph-group.text-spacing-md h4{margin-top:0;margin-bottom:1rem!important}.section-paragraph-group.text-spacing-md .h5,.section-paragraph-group.text-spacing-md h5{margin-top:0;margin-bottom:1rem!important}.section-paragraph-group.text-spacing-md ul li{margin-bottom:.5rem!important}.mat-icon-size-12{width:.75rem!important;height:.75rem!important}.mat-icon-size-12:before{width:.75rem!important;height:.75rem!important}.mat-icon-size-12:after{width:.75rem!important;height:.75rem!important}.mat-icon-size-16{width:1rem!important;height:1rem!important}.mat-icon-size-16:before{width:1rem!important;height:1rem!important}.mat-icon-size-16:after{width:1rem!important;height:1rem!important}.mat-icon-size-24{width:1.5rem!important;height:1.5rem!important}.mat-icon-size-24:before{width:1.5rem!important;height:1.5rem!important}.mat-icon-size-24:after{width:1.5rem!important;height:1.5rem!important}.mat-icon-size-32{width:2rem!important;height:2rem!important}.mat-icon-size-32:before{width:2rem!important;height:2rem!important}.mat-icon-size-32:after{width:2rem!important;height:2rem!important}.mat-icon-size-48{width:3rem!important;height:3rem!important}.mat-icon-size-48:before{width:3rem!important;height:3rem!important}.mat-icon-size-48:after{width:3rem!important;height:3rem!important}.mat-icon-size-64{width:4rem!important;height:4rem!important}.mat-icon-size-64:before{width:4rem!important;height:4rem!important}.mat-icon-size-64:after{width:4rem!important;height:4rem!important}.mat-icon-size-72{width:4.5rem!important;height:4.5rem!important}.mat-icon-size-72:before{width:4.5rem!important;height:4.5rem!important}.mat-icon-size-72:after{width:4.5rem!important;height:4.5rem!important}.content-section a:hover [class*=" mat-icon-"]:before,.content-section a:hover [class^=mat-icon-]:before{filter:invert(18%) sepia(80%) saturate(3832%) hue-rotate(219deg) brightness(106%) contrast(104%)}.scale-y{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.scale-x{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.icon-white::before{filter:invert(100%) sepia(0%) saturate(7500%) hue-rotate(355deg) brightness(103%) contrast(106%)}.icon-blue::before{filter:invert(18%) sepia(84%) saturate(4684%) hue-rotate(217deg) brightness(106%) contrast(109%)}.icon-green::before{filter:invert(52%) sepia(9%) saturate(5802%) hue-rotate(101deg) brightness(104%) contrast(80%)}.icon-red::before{filter:invert(17%) sepia(63%) saturate(5503%) hue-rotate(342deg) brightness(93%) contrast(91%)}[data-toggle=tooltip]:before{display:block;visibility:hidden;opacity:0;content:"";position:absolute;background:#253341;border-radius:4px;color:#fff;font-size:.875rem;font-weight:400;padding:.5rem}[data-placement=top]:before{width:90px;margin:-4.2em auto 0 -2.2em;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:margin-top,opacity,visibility;transition-property:margin-top,opacity,visibility}[data-placement=top]:hover:before{visibility:visible;opacity:100%;content:attr(title);margin:-3.8em auto 0 -2.2em}.article-author .author-avatar{display:block;border-radius:50%;overflow:hidden}.article-author .author-info{font-size:.75rem;line-height:1.2rem;margin-left:12px}.article-author .author-info p{color:get-color(greys,dark)}.article-author .author-info a:hover{opacity:.8}.article-author .author-info .site-icon-twitter-simple{font-size:1.25rem;color:#000}.article-author .author-name{font-weight:700;color:#000}.article-author .author-description{color:get-color(blacks,50);font-size:.875rem;padding-top:1rem}.article-author_long{padding:2rem 0;border-top:1px solid #eaeaed;border-bottom:1px solid #eaeaed}@media(max-width:575.98px){.article-author_long .flex-sm-column{flex-direction:column}}.article-author_long .author-info{margin:0 .75rem}@media(min-width:576px){.article-author_long .author-info{width:75%}}.article-author_long .author-info .site-icon-twitter-simple{margin-left:1rem}.article-author_long .author-label{font-size:.875rem;line-height:1.9rem;color:get-color(blacks,70)}.article-author_long .author-name{margin-bottom:1rem}.article-author_compact{padding:2rem 0}.article-author-bottom{background-color:#eaf2f6;border:1px solid #bbe4f8;border-radius:4px}.article-author-bottom .article-author{gap:12px;flex-direction:row}.article-author-bottom .author-avatar{border:1px solid #fff}.article-author-bottom .author-title{font-size:12px}.tooltip-controller{cursor:pointer}.tooltip-controller .information-to-show{display:none;background-color:#253341;border-radius:4px;color:#fff}.tooltip-controller .information-to-show a{color:#fff}.tooltip-controller.open-tip .information-to-show{display:block!important}summary{list-style-type:none}summary::-webkit-details-marker,summary::marker{display:none!important}#cms-faqs.accordion{padding:0!important;border:none!important}.accordion-item{margin:10px 0 .75rem;position:relative;border-radius:4px;border:2px solid #f6f6f6!important;max-height:72px;transition:max-height .3s ease-out;overflow:hidden}.accordion-item[aria-expanded=true]{max-height:800px;transition:max-height .4s ease-in-out}.accordion-item .accordion-header{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1.25rem 1rem}.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;transform:rotate(0);transition:transform .3s ease}@media(min-width:768px){.accordion-item .accordion-header:after{background-size:cover}}.accordion-item .accordion-body{border-top:1px solid #eaeaed;padding:1.25rem 0;margin:0 1rem;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.accordion-item .accordion-body[data-expanded=true]{max-height:800px;opacity:1}.accordion-item:has(.accordion-body[data-expanded=true]) .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>');transform:rotate(180deg)}.accordion-item:has(.accordion-header:hover),.accordion-item:hover{border-color:#fd5000!important}.accordion-item .h4,.accordion-item h3{font:700 1.1rem/1.5 Inter,Adjusted Trebuchet MS Fallback,sans-serif!important;margin-bottom:0!important}.accordion-item p{margin-bottom:0}.back-to-top{display:none;position:fixed;bottom:20px;right:30px;z-index:99;outline:0;padding:.5rem;width:56px;height:56px;-webkit-box-shadow:0 6px 16px 0 rgba(33,37,45,.1);box-shadow:0 6px 16px 0 rgba(33,37,45,.1)}@media(max-width:575.98px){.back-to-top{width:40px;height:40px;bottom:65px}}#sportsbookPromo .back-to-top{bottom:130px}.mat-icon-arrow-up-short:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23FFFFFF'><path d='M0 0h24v24H0V0z' fill='none'/><path d='M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z'/></svg>")}@media(max-width:575.98px){.back-to-top{bottom:75px!important}}.mt-i-2{margin-top:12px}.mb-i-2{margin-bottom:12px}.ms-i-2{margin-left:12px}.me-i-2{margin-right:12px}.mt-i-2{margin-top:12px}.mb-i-2{margin-bottom:12px}.ms-i-2{margin-left:12px}.me-i-2{margin-right:12px}.mt-i-2{margin-top:12px}.mb-i-2{margin-bottom:12px}.ms-i-2{margin-left:12px}.me-i-2{margin-right:12px}.mt-i-2{margin-top:12px}.mb-i-2{margin-bottom:12px}.ms-i-2{margin-left:12px}.me-i-2{margin-right:12px}.mat-icon-star:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m16.15 37.75 7.85-4.7 7.85 4.75-2.1-8.9 6.9-6-9.1-.8L24 13.7l-3.55 8.35-9.1.8 6.9 6ZM11.65 44l3.25-14.05L4 20.5l14.4-1.25L24 6l5.6 13.25L44 20.5l-10.9 9.45L36.35 44 24 36.55ZM24 26.25Z'/%3E%3C/svg%3E")}.rating{font-size:1.125rem;font-weight:600;margin-left:.25rem}.heading-container{display:flex;gap:8px;margin-bottom:16px;flex-direction:column}@media(min-width:767px){.heading-container{flex-direction:row}}.heading-container .heading-badge{display:inline-block;width:fit-content;height:fit-content;background:#1a73e8;color:#fff;font-size:14px;font-weight:600;padding:4px 8px;line-height:1.5;border-radius:4px}.heading-container h2{font-size:24px;line-height:normal}.swiper-bonus-container{display:flex;width:100%;height:auto;overflow:hidden!important;position:relative;padding-bottom:20px}.swiper-bonus-container a.btn-primary{color:#fff!important;text-decoration:none;display:flex;align-items:center;justify-content:center}@media(min-width:767px){.swiper-bonus-container.bonus-single-slide .swiper-bonus-slide{display:flex;flex-direction:row;width:100%!important;flex-wrap:wrap}.swiper-bonus-container.bonus-single-slide .bonus-carousel-img-container{display:flex;justify-content:center;height:80px;width:164px;flex-shrink:0}.swiper-bonus-container.bonus-single-slide .bonus-carousel-img{width:100%}.swiper-bonus-container.bonus-single-slide .bonus-content-button{height:auto;padding:14px 18px;width:100%;max-width:216px;text-align:center;font-size:14px}.swiper-bonus-container.bonus-single-slide .bonus-content-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0}.swiper-bonus-container.bonus-single-slide .cta-container{display:flex;flex-direction:row;margin-top:0;gap:1.5rem}.swiper-bonus-container.bonus-single-slide .cta-container .promo-code{margin-bottom:0}.swiper-bonus-container.bonus-single-slide .rating-container{display:none}.swiper-bonus-container.bonus-single-slide .bonus-carousel-header-container{width:auto}.swiper-bonus-container.bonus-single-slide .swiper-bonus-button-next,.swiper-bonus-container.bonus-single-slide .swiper-bonus-button-prev,.swiper-bonus-container.bonus-single-slide .swiper-bonus-pagination{display:none!important}.swiper-bonus-container.bonus-single-slide .tooltip-bonus{width:100%}}@media(min-width:767px)and (min-width:767px){.swiper-bonus-container.bonus-single-slide .tooltip-bonus{left:auto;margin-left:0}}@media(min-width:767px)and (min-width:767px){.swiper-bonus-container.bonus-single-slide .tc-container{margin-left:.75rem}}@media(max-width:766px){.swiper-bonus-container.bonus-single-slide .swiper-bonus-slide{flex-direction:column;width:100%!important}.swiper-bonus-container.bonus-single-slide .bonus-carousel-img-container{height:64px;width:138px}.swiper-bonus-container.bonus-single-slide .bonus-content-container{flex-direction:column}.swiper-bonus-container.bonus-single-slide .bonus-content-button{max-width:100%}.swiper-bonus-container.bonus-single-slide .swiper-bonus-button-next,.swiper-bonus-container.bonus-single-slide .swiper-bonus-button-prev,.swiper-bonus-container.bonus-single-slide .swiper-bonus-pagination{display:flex!important}}.swiper-bonus-container:not(.bonus-single-slide) .swiper-bonus-slide{flex:0 0 auto!important}.swiper-bonus-carousel-wrapper{display:flex;align-items:stretch;justify-content:flex-start!important}.swiper-bonus-slide{display:flex!important;gap:.5rem 1.5rem;background:#f6f6f6;justify-content:start;align-items:center;font-size:24px;box-sizing:border-box;height:auto!important;flex-direction:column;width:297px!important;border-radius:4px;padding:1rem}@media(min-width:767px){.swiper-bonus-slide{width:316px!important}}@media(min-width:991px){.swiper-bonus-slide{width:316px!important}}.tc-container{flex-basis:100%;color:#727272}.showing-full-terms{max-height:50px;line-height:1.4;overflow-x:hidden;overflow-y:auto;font-size:.65rem;scrollbar-width:thin;scrollbar-color:#b6b7bb #f6f6f6}.swiper-bonus-pagination{position:absolute!important;bottom:0!important;z-index:10;overflow:hidden}.swiper-bonus-pagination .swiper-pagination-bullet{width:20px;height:3px;border-radius:2px;background:#bbb;opacity:1;margin:0 3px;transition:transform .3s ease,width .3s ease,background .3s ease;transform-origin:center}.swiper-bonus-pagination .swiper-pagination-bullet-active{background:#fd5000;border-radius:4px}.swiper-bonus-pagination .swiper-pagination-bullet-active-next,.swiper-bonus-pagination .swiper-pagination-bullet-active-prev{width:20px;border-radius:4px}.swiper-bonus-pagination .swiper-pagination-bullet-active-next-next,.swiper-bonus-pagination .swiper-pagination-bullet-active-prev-prev{width:12px}.swiper-bonus-button-next,.swiper-bonus-button-prev{color:#333}.swiper-bonus-button-next:after,.swiper-bonus-button-prev:after{font-size:20px}.swiper-bonus-button-next.swiper-button-disabled,.swiper-bonus-button-prev.swiper-button-disabled{opacity:.5}.bonus-carousel-img-container{display:flex;justify-content:center;height:64px;width:138px;border-radius:4px}.bonus-content-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;flex:1}.bonus-content-container .promo-btn{padding:5px;color:var(--text-primary,#15202b);border:2px dashed #b5bfd2}.bonus-content-container .promo-btn:active,.bonus-content-container .promo-btn:hover{background-color:#fff!important;border:2px dashed #b5bfd2}.bonus-content-container .promo-btn:active div>span,.bonus-content-container .promo-btn:hover div>span{color:var(--text-primary,#15202b)!important}.bonus-content-container .promo-btn:active .copy-icon,.bonus-content-container .promo-btn:hover .copy-icon{filter:none;color:var(--text-primary,#15202b)!important}.bonus-content-container .promo-btn .copy-icon{height:20px;margin-top:8px;font-style:italic;color:var(--text-primary,#15202b)!important}.bonus-content-container .bonus-content-text{font-weight:600;font-size:1rem}.bonus-content-button{border-radius:4px;background-color:#fd5000;font-size:.75rem;padding-top:.75rem;padding-bottom:.75rem;text-align:center;width:100%}.mat-icon-star-full:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='48px' viewBox='0 0 24 24' width='48px' fill='%23000000'%3E%3Cg%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z'/%3E%3C/g%3E%3C/svg%3E")}.mat-icon-star-half:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48px' viewBox='0 0 24 24' width='48px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/%3E%3C/svg%3E")}.mat-icon-plus:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48px' viewBox='0 0 24 24' width='48px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3C/svg%3E")}.mat-icon-arrow-right-alt:before{background-image:url("data:image/svg + xml, %3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m28.05 35.9-2.15-2.1 8.4-8.4H8v-3h26.3l-8.45-8.45 2.15-2.1L40.05 23.9Z'/%3E%3C/svg%3E")}.cta-container{display:flex;flex-direction:column;margin-top:auto}.cta-container .promo-code{margin-bottom:8px;position:relative}.cta-container .promo-code:focus-within .tooltip-bonus,.cta-container .promo-code:hover .tooltip-bonus{opacity:1}.rating-container{display:flex;flex-direction:row;gap:.25rem;align-items:center;justify-content:center}.rating-container .mat-icon-star-full:before{filter:brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(3621%) hue-rotate(3deg) brightness(101%) contrast(101%)}.bonus-carousel-header-container{display:flex;flex-direction:row;justify-content:space-between;width:100%;flex:0 0 auto}.bc-table{border:1px solid #eaeaed;border-radius:8px;border-collapse:separate;border-spacing:0;overflow:hidden;margin:0}.bc-table thead{color:#fff}.bc-table td{position:relative}.bc-table tbody tr:nth-child(2n){background-color:#f6f6f6}.bc-table tbody tr:nth-child(odd){background-color:#fff!important}.bc-table tbody tr:last-child td{border-bottom:0}.bc-table .bonus-text a{font-weight:600;border-bottom:1px solid #e14700;margin-right:5px}@media(max-width:767.98px){.bc-table .bonus-text{width:50%}}.bc-table .tooltiptext{visibility:hidden;box-shadow:0 0 3px rgba(0,0,0,.2);width:164px;max-height:84px;overflow-y:auto;overflow-x:hidden;background-color:#253341;color:#fff;border-radius:0;padding:8px;position:absolute;z-index:10;bottom:99%;left:50%;margin-left:-240px;opacity:0;transition:opacity .15s ease-in-out .2s;font-size:.75rem;font-weight:400!important;line-height:1.4;cursor:pointer}@media(max-width:992px){.bc-table .tooltiptext{width:300px!important;margin-left:-150px}}.bc-table .tooltiptext a{border-bottom:1px solid!important}.bc-table .tooltiptext a:hover{color:#fff}.bc-table .tooltiptext:hover{visibility:visible;opacity:1}.bc-table .tooltiptext{bottom:auto;max-height:56px;left:0}@media(max-width:992px){.bc-table .tooltiptext{max-height:80px;width:45vw!important}}.tooltiptext{visibility:hidden;box-shadow:0 0 3px rgba(0,0,0,.2);width:164px;max-height:84px;overflow-y:auto;overflow-x:hidden;background-color:#253341;color:#fff;border-radius:4px;padding:8px;position:absolute;z-index:10;bottom:99%;left:50%;margin-left:-240px;opacity:0;transition:opacity .15s ease-in-out .2s;font-size:.75rem;font-weight:400!important;line-height:1.4;cursor:pointer}@media(max-width:992px){.tooltiptext{width:150px;margin-left:-150px}}.tooltiptext a{border-bottom:1px solid!important}.tooltiptext a:hover{color:#fff}.tooltiptext:hover{visibility:visible;opacity:1}.tooltip{position:relative;display:inline-block;cursor:pointer}.tooltip:hover+.tooltiptext{visibility:visible;opacity:1;z-index:10}.tooltip::after{content:"i";border-width:1px;border-style:solid;border-color:#fd5000!important;color:#fd5000!important;font-size:10px;font-family:monospace;padding:2px;font-weight:700;border-radius:25px;width:18px;display:inline-block;text-align:center;height:18px;margin-left:2px;cursor:pointer;position:relative}.tooltip::after:hover+.tooltiptext{visibility:visible;opacity:1}.topSectionContent .bonuscarousel-card-layout{margin:0 -1.5rem}.claim-link{font-weight:500;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#fd5000!important}.claim-link :hover{color:#253341}.tooltip-bonus{background-color:#555;color:#fff;font-size:.75rem;text-align:center;border-radius:6px;padding:5px 8px;position:absolute;z-index:1;bottom:100%;left:50%;margin-left:-50px;opacity:0;transition:opacity .3s}.tooltip-bonus::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}@media(max-width:584px){.desktop-display{display:none}.mobile-display{display:block}}@media(min-width:585px){.desktop-display{display:block}.mobile-display{display:none}}.table{width:auto}.section-paragraph-group table th,.section-paragraph-group table th p{line-height:1.4;font-size:.875rem}.section-paragraph-group table th{color:#fff;background-color:inherit}.at-a-glance-table{border-spacing:0;border-collapse:separate;border:solid 1px #eaeaed;border-radius:8px;margin:16px 0}.at-a-glance-table thead tr{display:flex}.at-a-glance-table tbody tr{display:flex;padding-right:8px;box-shadow:inset -6px -3px 16px 0 rgba(33,37,45,.1)}.at-a-glance-table tbody tr .title{padding:16px 0;padding-left:8px;position:relative;display:flex;align-items:center;font-weight:600;font-size:14px}@media(min-width:992px){.at-a-glance-table tbody tr .title{font-size:16px;padding-left:16px}}.at-a-glance-table tbody tr .title::after{content:"";position:absolute;top:0;right:0;width:13px;height:100%;background:linear-gradient(to left,rgba(0,0,0,.09),transparent)}.at-a-glance-table tbody tr .value{padding:16px 16px;text-align:center;font-size:14px;word-wrap:break-word}@media(min-width:992px){.at-a-glance-table tbody tr .value{text-align:start;font-size:16px}}.at-a-glance-table tbody tr:nth-child(odd){background-color:#f6f6f6}.at-a-glance-table tbody tr:nth-child(odd) td{background-color:#f6f6f6}.at-a-glance-table tbody tr:nth-child(2n){background-color:#fff}.at-a-glance-table tbody tr:nth-child(2n) td{background-color:#fff}.at-a-glance-table:has(+h3){margin-bottom:0}.cms-expert-callout{gap:12px;width:100%;align-items:flex-start;margin-bottom:16px}.cms-expert-callout .h4{display:flex;gap:8px;font:700 16px/1.5 var(--brand-body-font-family)!important}.cms-expert-callout>*{margin:0!important}.cms-expert-callout>div>p{font-size:var(--brand-body-font-size)!important}.cms-expert-callout a{text-decoration:underline!important;font:500 16px/1.5 var(--brand-body-font-family)!important;text-decoration-color:#fd5000!important;text-underline-offset:.25rem!important;font-style:inherit!important}.cms-expert-callout a:hover{text-decoration:underline!important;text-decoration-color:#fd5000!important;color:#fd5000!important}.cms-expert-callout div picture img{border-radius:50px;margin-top:-5px!important;width:40px;height:40px;float:left;margin:2px 7px 0 0}.callout-basic,.expert-callout{display:flex;width:100%;align-items:flex-start;gap:12px;flex-direction:column;border-radius:8px;border:0 solid #f6f6f6;border-left-width:6px;padding:16px 16px 8px 16px;background-color:#f6f6f6;margin-bottom:16px;margin-top:2rem!important}.callout-basic.call-info,.expert-callout.call-info{background-color:#d5f0ff;border-color:#1a73e8}.callout-basic.call-tip,.expert-callout.call-tip{background-color:#eafff5;border-color:#00bf41}.callout-basic.call-warning,.expert-callout.call-warning{background-color:#fff7d1;border-color:#ffd200}.callout-basic .call-title,.callout-basic div,.expert-callout .call-title,.expert-callout div{line-height:26px!important}.callout-basic .call-title,.expert-callout .call-title{font-weight:700}.callout-basic .call-title img,.expert-callout .call-title img{margin-right:5px}.callout-basic .call-title-covers,.expert-callout .call-title-covers{font-weight:700;padding-left:2rem;background-image:url(https://img.covers.com/betting/icons/covers-icon.svg);background-position:0 2px;background-size:24px;background-repeat:no-repeat}.callout-basic .call-title-covers h3,.callout-basic .call-title-covers h3:first-child,.expert-callout .call-title-covers h3,.expert-callout .call-title-covers h3:first-child{margin-top:0!important;padding-top:0!important}.callout-basic p,.expert-callout p{font-size:var(--brand-body-font-size)!important}.callout-basic p:has(+p),.callout-basic p:has(+ul),.expert-callout p:has(+p),.expert-callout p:has(+ul){margin-bottom:0!important}.callout-basic li:not(:last-child),.expert-callout li:not(:last-child){margin-bottom:1rem}.callout-basic a,.expert-callout a{font:500 16px/1.5 var(--brand-body-font-family)!important}.callout-basic a:not(:has(img)):not(.covers-link--secondary),.expert-callout a:not(:has(img)):not(.covers-link--secondary){border-bottom:1px solid #fd4f00}.callout-basic a:not(:has(img)):not(.covers-link--secondary).icon-arrow,.expert-callout a:not(:has(img)):not(.covers-link--secondary).icon-arrow{background-image:url(https://img.covers.com/covers/icons/global-icons/arrow-right-orange.svg);background-position:100% 60%;background-size:auto;background-repeat:no-repeat;padding-right:25px;border-bottom:0 none}.callout-basic .covers-link--secondary,.expert-callout .covers-link--secondary{border:1px solid #fd5000;border-radius:4px;padding:.75rem .75rem;line-height:16px;color:#253341;background-color:rgba(0,0,0,0);text-decoration:none!important;font-size:.875rem!important;font-weight:400!important}.callout-basic .covers-link--secondary:focus,.callout-basic .covers-link--secondary:hover,.expert-callout .covers-link--secondary:focus,.expert-callout .covers-link--secondary:hover{color:#fff;border-color:#e14700;background-color:#e14700;text-decoration:none!important}.callout-basic .icon-list div,.callout-basic .icon-list p,.expert-callout .icon-list div,.expert-callout .icon-list p{margin-bottom:6px!important}.callout-basic .icon-list a,.expert-callout .icon-list a{font-weight:700;border-bottom:1px solid #fd4f00}.callout-basic .icon-list img,.expert-callout .icon-list img{width:auto;float:left;margin:2px 7px 0 0}.expert-callout{background-color:#fff6f2;padding-bottom:20px;border-color:#fff6f2}.expert-callout p:has(+p){margin-bottom:revert!important}@media(max-width:768px){.expert-callout .expert-bio-section{width:100%;margin:0!important}}.expert-callout .expert-callout-header img{margin-top:-2px}.expert-callout .expert-callout-header span{font:700 16px/1.5 var(--brand-body-font-family)!important}.expert-callout .expert-callout-header h3.fs-5.mb-1{font-size:1rem!important;font-family:"Founders Grotesk",sans-serif!important;margin-bottom:2px!important}.expert-callout .expert-bio-section{white-space:nowrap;margin-right:35px;align-self:center;margin-top:0!important}.expert-callout .expert-bio-section div{line-height:normal!important}.expert-callout .expert-bio-section .fs-8{font-size:.75rem!important}.expert-callout .author-name::after{content:"";background-image:url(https://img.covers.com/covers/icons/global-icons/verified.svg);width:15px;height:15px;display:inline;position:absolute;right:-25px;top:4px}.bodyContent a,.content a{text-decoration:underline;text-decoration-color:#fd5000!important;text-underline-offset:.2rem}.bodyContent a:hover,.content a:hover{transition:.3s}table{border:0 none;margin:1rem 0;font-size:.875rem;width:auto}table.covers-geoBetting-table,table.tbl-default{font-size:14px;width:100%;border:1px solid #eaeaed;border-radius:8px;border-spacing:0;border-collapse:separate;margin:16px 0;height:auto!important}table.covers-geoBetting-table a,table.tbl-default a{font-size:inherit!important;font-weight:500;border-bottom:none}table.covers-geoBetting-table a.covers-CoversBetting-buttonSolid,table.tbl-default a.covers-CoversBetting-buttonSolid{vertical-align:middle;text-align:center}table.covers-geoBetting-table td,table.covers-geoBetting-table tr,table.tbl-default td,table.tbl-default tr{height:auto!important}table.covers-geoBetting-table td,table.covers-geoBetting-table th,table.tbl-default td,table.tbl-default th{padding:8px;vertical-align:baseline;line-height:1.5}table.covers-geoBetting-table td p,table.covers-geoBetting-table th p,table.tbl-default td p,table.tbl-default th p{margin-bottom:0!important;font-size:inherit!important;line-height:inherit}table.covers-geoBetting-table td img,table.covers-geoBetting-table td svg,table.covers-geoBetting-table th img,table.covers-geoBetting-table th svg,table.tbl-default td img,table.tbl-default td svg,table.tbl-default th img,table.tbl-default th svg{vertical-align:text-top}table.covers-geoBetting-table td:first-child,table.covers-geoBetting-table th:first-child,table.tbl-default td:first-child,table.tbl-default th:first-child{padding-left:16px}table.covers-geoBetting-table td:last-child,table.covers-geoBetting-table th:last-child,table.tbl-default td:last-child,table.tbl-default th:last-child{padding-right:16px}table.covers-geoBetting-table tr:nth-child(odd),table.tbl-default tr:nth-child(odd){background-color:#f6f6f6}table.tbl-default.col-1-bold td:first-child{font-weight:700}table.tbl-default.tbl-header tbody:first-child td,table.tbl-default.tbl-header tbody:first-child th,table.tbl-default.tbl-header thead td,table.tbl-default.tbl-header thead th{vertical-align:middle}table.tbl-default.tbl-header tbody:first-child tr:first-child,table.tbl-default.tbl-header thead tr:first-child{font-weight:700;background-color:#15202b;color:#fff}table.tbl-default.tbl-header tbody:first-child tr:first-child td:first-child,table.tbl-default.tbl-header tbody:first-child tr:first-child th:first-child,table.tbl-default.tbl-header thead tr:first-child td:first-child,table.tbl-default.tbl-header thead tr:first-child th:first-child{border-top-left-radius:8px}table.tbl-default.tbl-header tbody:first-child tr:first-child td:last-child,table.tbl-default.tbl-header tbody:first-child tr:first-child th:last-child,table.tbl-default.tbl-header thead tr:first-child td:last-child,table.tbl-default.tbl-header thead tr:first-child th:last-child{border-top-right-radius:8px}table.tbl-default.tbl-header tbody:first-child tr:not(:first-child):nth-child(odd),table.tbl-default.tbl-header thead tr:not(:first-child):nth-child(odd){background-color:rgba(0,0,0,0)}table.tbl-default.tbl-header tbody:first-child tr:nth-child(2n+2),table.tbl-default.tbl-header thead tr:nth-child(2n+2){background-color:#f6f6f6}table.covers-geoBetting-table thead th{vertical-align:middle}table.covers-geoBetting-table thead tr{font-weight:700;background-color:#15202b!important;color:#fff}table.covers-geoBetting-table thead tr th:first-child{border-top-left-radius:8px}table.covers-geoBetting-table thead tr th:last-child{border-top-right-radius:8px}.covers-Betting-cardsComponent{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;text-align:center;gap:20px}.covers-Betting-cardsComponent .__block{padding:16px;border:4px solid #f6f6f6;border-radius:4px;flex-grow:1;flex-basis:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;flex:1}.covers-Betting-cardsComponent .__title{font-size:18px;font-weight:700;color:#253341;padding:16px 0}.covers-Betting-cardsComponent .__copy{padding-bottom:16px;font-size:16px;line-height:28px;color:#253341}.covers-Betting-cardsComponent .__button{margin-top:auto}.covers-Betting-cardsComponent a.covers-CoversBetting-buttonTransparent,.covers-Betting-cardsComponent a.covers-CoversBetting-buttonTransparent:hover{font-weight:600!important}.covers-Betting-cardsComponent a.covers-CoversBetting-buttonTransparent{background-color:rgba(0,0,0,0)!important}.covers-Betting-cardsComponent a.covers-CoversBetting-buttonTransparent:hover{color:#fff!important;background-color:#e14700!important}.covers-Betting-cardsComponent img,.covers-Betting-cardsComponent svg{height:auto;max-height:70px;max-width:220px}.covers-Betting-cardsComponent img[height="64"]{min-height:64px}.covers-CoversWTP-copySection .covers-CoversBetting-anchor+.covers-Betting-cardsComponent{margin-top:16px!important}.covers-CoversWTP-copySection .covers-Betting-cardsComponent+.covers-Betting-cardsComponent{margin-top:16px!important}@media screen and (max-width:768px){.covers-Betting-cardsComponent{flex-direction:column}}a.covers-CoversBetting-buttonTransparent,a.covers-CoversBetting-buttonTransparent:focus,a.covers-CoversBetting-buttonTransparent:hover{color:#253341!important;background-color:#fff;border:1px solid #fd5000;display:inline-block;font-size:14px!important;padding:8px 12px;border-radius:4px;font-weight:700;text-decoration:none!important}.js-table-container{padding-bottom:8px;border-radius:8px}.js-table-container::-webkit-scrollbar-button{display:none}.js-table-container::-webkit-scrollbar{height:4px;width:0}.js-table-container::-webkit-scrollbar-track{background:#b6b7bb}.js-table-container::-webkit-scrollbar-thumb{background-color:#fd5000;border-radius:2px}.js-comparison-table-sortable{border-collapse:separate;border-spacing:4px 0;background-color:#eaeaed;padding-top:8px;margin-left:-4px;border-radius:8px;border:solid thin #eaeaed;border-left:unset;border-bottom-left-radius:14px}.js-comparison-table-sortable .fs-8.fs-md-7{font-size:.875rem!important}.js-comparison-table-sortable .btn.btn-secondary{background-color:#fd5000!important}.js-comparison-table-sortable .btn.btn-secondary:hover{background-color:#fd5000}.js-comparison-table-sortable th{border-radius:8px 8px 0 0;line-height:1.5}.js-comparison-table-sortable th span{background-color:#f6f6f6;color:#727272;font-size:10px!important;font-weight:600;display:block;padding:6.5px 0}.js-comparison-table-sortable .layout-preserver:first-child:after{content:"";position:absolute;height:48px;width:100%;background-color:#eaeaea;right:0;z-index:10}.js-comparison-table-sortable td,.js-comparison-table-sortable th{max-width:168px;width:168px;min-width:168px;padding:0 8px;font-size:14px;word-break:break-word;box-shadow:var(--shadow-400-X,0) 20px 16px 5px rgba(33,37,45,.1);position:relative;left:-4px}.js-comparison-table-sortable tbody tr:not(.checkbox-row) td{height:80px}.js-comparison-table-sortable tbody .btn{white-space:nowrap}.js-comparison-table-sortable tbody tr:last-of-type td{box-shadow:unset}.js-comparison-table-sortable tbody tr:last-of-type .sticky-col{border-bottom-left-radius:8px}.js-comparison-table-sortable td:nth-child(2),.js-comparison-table-sortable th:nth-child(2){position:relative}@media(max-width:768px){.js-comparison-table-sortable td,.js-comparison-table-sortable th{min-width:119px;font-size:12px}}.js-comparison-table-sortable .sticky-col{padding-left:16px;padding-right:20px;position:sticky;left:0;z-index:2;border-left:solid 1px #eaeaed;box-shadow:none}.js-comparison-table-sortable .sticky-col:after{content:"";position:absolute;top:0;right:-3px;right:0;width:18px;height:100%;background:linear-gradient(to left,rgba(0,0,0,.09),transparent);pointer-events:none}.js-comparison-table-sortable thead tr{background-color:#eef1f4}.js-comparison-table-sortable thead .sticky-col{background-color:#eef1f4}.js-comparison-table-sortable input{width:16px;height:16px}.js-comparison-table-sortable tbody tr:nth-child(2n),.js-comparison-table-sortable tbody tr:nth-child(2n) td{background-color:#f6f6f6}.js-comparison-table-sortable tbody tr:nth-child(odd) td{background-color:#fff}.js-comparison-table-sortable tr td:last-child{padding-right:16px}.js-comparison-table-sortable .welcome-bonus{font-size:14px!important;color:#253341;text-decoration:underline #fd5000!important}@media(max-width:768px){.js-comparison-table-sortable .welcome-bonus{font-size:12px!important}}.js-comparison-table-sortable .welcome-bonus:hover,.js-comparison-table-sortable .welcome-bonus:visited{text-decoration:underline #fd5000!important}.js-comparison-table-sortable .checkbox-container{padding:0 8px;height:48px}.js-comparison-table-sortable .checkbox-container label{display:flex;justify-content:center;align-items:center;column-gap:8px}.js-comparison-table-sortable .checkbox-container .pin-text{color:#727272;font-weight:600}.js-comparison-table-sortable .checkbox-container input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.js-comparison-table-sortable .checkbox-container input[type=checkbox]:checked+.checkmark::after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.179443 4.40607L3.56013 7.76687L9.76467 1.58221L8.9891 0.806641L3.56013 6.21573L0.935125 3.63051L0.179443 4.40607Z' fill='%23FD5000'/%3E %3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%)}.js-comparison-table-sortable .checkbox-container input[type=checkbox]:checked+.checkmark{border:1px solid #fd5000}.js-comparison-table-sortable .checkbox-container input[type=checkbox]:checked~.pin-text{color:#fd5000}.js-comparison-table-sortable .checkbox-container .checkmark{display:inline-block;width:16px;height:16px;border:1px solid #b6b7bb;background-color:rgba(0,0,0,0);position:relative;cursor:pointer;vertical-align:middle}.js-comparison-table-sortable a{font-size:inherit!important;font-weight:600!important;border-bottom:1px solid #fd4f00}.trust-our-ratings .fs-7{font-size:.875rem!important}.trust-our-ratings .fs-8{font-size:.75rem!important}.trust-our-ratings .stats-container{gap:10px}.trust-our-ratings .stat{font-size:40px}.trust-our-ratings .stat .text-secondary{line-height:normal;padding-bottom:8px}@media screen and (max-width:640px){.trust-our-ratings .stat .text-secondary{font-size:30px}}.trust-our-ratings .imgs{column-gap:24px;row-gap:16px}@media(min-width:992px){.trust-our-ratings .imgs{column-gap:40px}}.trust-our-ratings .text-secondary{color:#fd5000!important;font-family:Founders Grotesk!important}.accordion-with-image{margin-bottom:2rem}.accordion-with-image .accordions-container{width:100%}@media(min-width:992px){.accordion-with-image .accordions-container{width:50%}}.accordion-with-image .accordions-container .image{padding:12px}.accordion-with-image .images-container{display:none;margin-top:54px}@media(min-width:992px){.accordion-with-image .images-container{width:50%;display:block}}.accordion-with-image .poster-img-trigger{cursor:pointer}.accordion-with-image .covers-generic-faqContainer{border:unset;border-bottom:solid 1px #eaeaed;border-radius:unset;margin:0}.accordion-with-image .covers-generic-faqContainer .number-bullet{border-radius:50%;padding:12px;background-color:#15202b}.accordion-with-image .covers-generic-faqContainer h3{margin-bottom:0!important;color:#727272!important;font-size:18px!important}.accordion-with-image .covers-generic-faqContainer h3:hover{color:#15202b!important}.accordion-with-image .covers-generic-faqContainer:hover{border-color:#eaeaed}.accordion-with-image .covers-generic-faqContainer:last-of-type{border-bottom:none}.accordion-with-image .covers-generic-faqContainer .faqAnswer.show{max-height:700px}.accordion-with-image .covers-generic-faqContainer .collapse:not(.show){display:inherit}.accordion-with-image button[aria-expanded=true] .number-bullet{background-color:#fd5000}.accordion-with-image button[aria-expanded=true] .faq-caret span:first-child{transform:rotate(180deg);opacity:0}.accordion-with-image button[aria-expanded=true] .faq-caret span:last-child{transform:rotate(180deg);opacity:1}.accordion-with-image button[aria-expanded=false] .faq-caret.faq-open span:first-child{opacity:1}.acc-lightbox[hidden]{display:none}body.is-lightbox-open{overflow:hidden}.acc-lightbox{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center}.acc-lightbox__overlay{position:absolute;inset:0;background:rgba(0,0,0,.86)}.acc-lightbox__dialog{position:relative;z-index:1;width:min(92vw,1100px);max-height:92vh;display:flex;flex-direction:column;gap:30px}.acc-lightbox__main{display:flex;align-items:center;justify-content:center;gap:10px;position:relative}.acc-lightbox__image{display:block;max-width:min(100vw,720px);max-height:72vh;width:auto;height:auto;margin:0 auto}@media(min-width:992px){.acc-lightbox__image{max-width:min(80vw,720px)}}.acc-lightbox__close,.acc-lightbox__nav,.acc-lightbox__thumb{border:0;cursor:pointer}.acc-lightbox__close{position:absolute;top:20px;right:40px;width:40px;height:40px;font-size:28px;line-height:1;z-index:1;background:0 0}.acc-lightbox__close::before{content:"";position:absolute;right:0;background-image:url(https://img.covers.com/covers/icons/modals/close-x.svg);width:24px;height:24px}.acc-lightbox__nav{width:44px;height:44px;font-size:32px;line-height:1;background:0 0;background-repeat:no-repeat;position:relative;top:180px}@media(max-width:767.98px){.acc-lightbox__nav{top:auto;position:absolute;bottom:-18px;left:0}}.acc-lightbox__nav::before{content:"";position:absolute;background-image:url(https://img.covers.com/covers/icons/modals/previous-arrow.svg);width:20px;height:28px;left:0}@media(max-width:767.98px){.acc-lightbox__nav--next{right:0;left:auto}}.acc-lightbox__nav--next::before{left:auto;right:0;background-image:url(https://img.covers.com/covers/icons/modals/next-arrow.svg)}.acc-lightbox__thumbs{display:flex;gap:.25rem;justify-content:center;overflow-x:auto;padding-bottom:4px}.acc-lightbox__thumb{padding:0;background:rgba(0,0,0,0);opacity:.6;width:100px;height:100px;border-radius:8px}.acc-lightbox__thumb.is-active{opacity:1;border:1px solid #fff}.acc-lightbox__thumb img{display:block;width:98px;height:98px;object-fit:cover;border-radius:8px}.covers-betting-mobileAppScreenshotWrapper{overflow-x:auto}.covers-betting-mobileAppScreenshotWrapper img:not([src]):not([srcset]){visibility:initial}.covers-generic-faqContainer{border:2px solid #eef1f4;border-radius:4px;background-color:rgba(0,0,0,0);color:#253341;margin:10px 0}.covers-generic-faqContainer:active,.covers-generic-faqContainer:hover{border-color:#fd5000}.covers-generic-faqContainer button{all:unset;cursor:pointer;width:100%;min-height:60px;font-weight:600!important;padding:4px 0}.covers-generic-faqContainer .faqQuestion{padding-top:0!important}.covers-generic-faqContainer .faqAnswer{padding:0 15px;max-height:0;overflow:hidden;transition:max-height .35s ease}.covers-generic-faqContainer .faqAnswer.show{max-height:none}.covers-generic-faqContainer .faqAnswer p{margin-bottom:16px!important;font-size:16px!important;border-top:2px solid #f6f6f6;padding-top:16px;padding-bottom:0}.covers-generic-faqContainer .faqAnswer ol+p,.covers-generic-faqContainer .faqAnswer p+p,.covers-generic-faqContainer .faqAnswer ul+p{border-top:0 none;padding-top:0}.covers-generic-faqContainer .faqAnswer p a{border-bottom:1px solid #fd4f00}.covers-generic-faqContainer .faq-caret span{position:absolute;right:25px;background:rgba(0,0,0,0) no-repeat 0 0;width:15px;height:15px;margin-top:4px;-moz-transition:transform .3s,opacity .3s;-webkit-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s}.covers-generic-faqContainer .faq-caret span:first-child{background-image:url(https://img.covers.com/covers/icons/global-icons/brand/plus-v2.svg)}.covers-generic-faqContainer .faq-caret span:last-child{background-image:url(https://img.covers.com/covers/icons/global-icons/brand/minus-v2.svg);opacity:0;height:3px;margin-top:10px}.covers-generic-faqContainer .faq-caret.faq-open span:first-child{opacity:0}.covers-generic-faqContainer .faq-caret.faq-open span:last-child{opacity:1}.covers-generic-faqContainer div[onClick]{all:unset;cursor:pointer;width:100%;min-height:60px;font-weight:600!important;padding:0;font-family:inherit;font-size:inherit;line-height:inherit;-webkit-appearance:button;display:flex;align-content:center;flex-wrap:wrap}.covers-generic-faqContainer .faqQuestion h3{margin-top:0!important;padding-top:0!important}.covers-generic-faqContainer+.callout-basic,.covers-generic-faqContainer+center{margin-top:16px}.covers-generic-faqContainer .faqQuestion{padding-top:0!important;padding-left:15px;padding-right:15px}.covers-generic-faqContainer .covers-generic-faqToggle{position:relative}.two-col:not(.accordion-with-image) .covers-generic-faqContainer .faq-open span:first-child{transform:rotate(180deg);opacity:0}.two-col:not(.accordion-with-image) .covers-generic-faqContainer .faq-open span:last-child{transform:rotate(180deg);opacity:1}.callout-basic .row.d-flex.flex-column{margin:0}.callout-basic .col-12.col-lg-6{padding-right:0;padding-left:0}.callout-basic .col-12.col-lg-6 p{margin-bottom:8px!important}ul[class*=list-]{padding:.5rem 1rem .5rem 2rem;line-height:28px}ul[class*=list-] br:nth-child(2n){display:none}ul[class*=list-] li{margin-bottom:.75rem!important;line-height:1.75rem!important;font-size:1rem!important}ul[class*=list-] li:last-child{margin-bottom:0}ul[class*=list-]:last-child{padding-bottom:0;margin-bottom:0}ul[class*=list-]:last-child li:last-child p:last-child{margin-bottom:0!important}ul[class*=list-]:only-of-type{padding-top:0;padding-bottom:16px}ul[class*=list-]:has(+h2),ul[class*=list-]:has(+h3){padding-bottom:0!important}.section-paragraph-group ul{padding-left:2rem!important}.section-paragraph-group ul li{margin-bottom:.75rem!important;display:list-item;list-style:disc}.section-paragraph-group ul li::marker{color:#15202b}.section-paragraph-group ul li::before{content:none;background-image:none;display:inline-block;width:1.5rem;height:1.5rem;background-color:rgba(0,0,0,0);border-radius:inherit;margin:-.75rem .5rem -.75rem 0;background-size:auto;background-repeat:no-repeat;background-position:center}.section-paragraph-group ul a{font-weight:inherit}.section-paragraph-group ul[class*=list-] li{margin-bottom:.75rem!important;display:list-item;list-style:none}.section-paragraph-group ul[class*=list-] li::before{background-image:none}.section-paragraph-group ul[class*=list-] a{font-weight:inherit}.section-paragraph-group ul[class*=list-]:has(+[class*=callout-]){padding-bottom:0}.list-basic.bullet-circle{list-style-type:circle}.list-basic.bullet-square{list-style-type:square}.list-basic.bullet-star{list-style-type:"⭐ "}.list-basic.bullet-number{list-style-type:decimal}.list-basic.bullet-alpha-upper{list-style-type:upper-alpha}.list-basic.bullet-alpha-lower{list-style-type:lower-alpha}.list-basic.bullet-roman-upper{list-style-type:upper-roman;list-style-position:inside;padding-left:1rem}.list-basic.bullet-roman-lower{list-style-type:lower-roman;list-style-position:inside;padding-left:1rem}.list-basic.bullet-bold li::marker{font-weight:700}p+.list-basic{padding-top:0}[class*=list-]:not(div) [class*=list-]{margin:0;padding-top:0;padding-bottom:0}.list-check{padding-left:.75rem!important;list-style:none}.list-check li{padding-left:2rem;background-image:url(https://img.covers.com/covers/icons/global-icons/covers-global-green-check-circle.svg);background-position:0 0;background-size:1.5rem;background-repeat:no-repeat;display:block}.list-check li::before{content:none}.section-paragraph-group{margin-bottom:1.5rem}.section-paragraph-group .list-dislikes,.section-paragraph-group .list-likes{padding-left:0;list-style:none}.section-paragraph-group .list-dislikes li,.section-paragraph-group .list-likes li{padding-left:32px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none"><path fill="%231A73E8" fill-rule="evenodd" d="M1.131 5.506a.875.875 0 0 1 .619-.256h2.625c.242 0 .438.196.438.438v5.687a.438.438 0 0 1-.438.438H1.75a.875.875 0 0 1-.875-.876V6.125c0-.232.092-.455.256-.619Zm2.806.619H1.75v4.813h2.188V6.125Z" clip-rule="evenodd"/><path fill="%231A73E8" fill-rule="evenodd" d="M6.171 1.117a.438.438 0 0 1 .392-.242A2.187 2.187 0 0 1 8.75 3.063v.874h3.063a1.313 1.313 0 0 1 1.302 1.477l-.657 5.25a1.314 1.314 0 0 1-1.302 1.149h-6.78a.438.438 0 0 1 0-.876h6.78a.438.438 0 0 0 .434-.382l.656-5.25a.441.441 0 0 0-.254-.454.438.438 0 0 0-.18-.038h-3.5a.437.437 0 0 1-.437-.438V3.062A1.312 1.312 0 0 0 6.82 1.776L4.766 5.883a.438.438 0 0 1-.782-.391L6.17 1.117Z" clip-rule="evenodd"/></svg>');background-position:5px 7px;background-size:14px;background-repeat:no-repeat;position:relative}.section-paragraph-group .list-dislikes li::before,.section-paragraph-group .list-likes li::before{content:"";display:block;position:absolute;width:24px;height:24px;left:0;border-radius:24px;top:.9rem;z-index:-1;background-color:#d5f0ff}.section-paragraph-group .list-dislikes li{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none"><path fill="%23727272" fill-rule="evenodd" d="M1.131 2.444a.875.875 0 0 1 .619-.256h2.625c.242 0 .438.195.438.437v5.688a.438.438 0 0 1-.438.437H1.75a.875.875 0 0 1-.875-.875V3.062c0-.232.092-.454.256-.618Zm2.806.619H1.75v4.812h2.188V3.062Z" clip-rule="evenodd"/><path fill="%23727272" fill-rule="evenodd" d="M3.938 2.625c0-.242.195-.438.437-.438h6.781a1.313 1.313 0 0 1 1.302 1.149l.657 5.25a1.315 1.315 0 0 1-1.302 1.476H8.75v.876a2.187 2.187 0 0 1-2.187 2.187.437.437 0 0 1-.392-.242L3.984 8.508a.438.438 0 0 1 .782-.391l2.054 4.107a1.313 1.313 0 0 0 1.055-1.287V9.626c0-.242.196-.438.438-.438h3.5a.438.438 0 0 0 .433-.492l-.656-5.25a.437.437 0 0 0-.434-.382h-6.78a.437.437 0 0 1-.438-.438Z" clip-rule="evenodd"/></svg>')}.section-paragraph-group .list-dislikes li::before{background-color:#f6f6f6}.section-paragraph-group .list-numbered{padding-left:26px}.section-paragraph-group .list-numbered li{position:relative;padding-left:8px}.section-paragraph-group .list-numbered li::marker{content:counter(list-item) "   ";color:#fff;font-weight:700;font-size:12px}.section-paragraph-group .list-numbered li::before{content:"";display:block;position:absolute;width:1.5rem;height:1.5rem;left:-1.5rem;border-radius:1.5rem;top:0;z-index:-1;background-color:#15202b;margin:3px 0 0;border-radius:50%}.section-paragraph-group .list-numbered li:has(h3)::before{top:0}@media(min-width:992px){.section-paragraph-group .list-numbered li:has(h3)::before{top:4px}}.section-paragraph-group .list-numbered li h3{margin-bottom:.75rem}.section-paragraph-group .list-numbered.number-green li::marker{color:#23bf57}.section-paragraph-group .list-numbered.number-green li::before{content:"";background-color:#eafff5;margin:3px 0 0;border-radius:50%}@media(min-width:640px){.list-2col,.list-3col{columns:2;-webkit-columns:2;-moz-columns:2;gap:0 2rem;orphans:3;widows:3}}@media(min-width:900px){.list-3col{columns:3;-webkit-columns:3;-moz-columns:3;gap:0 2.5rem;orphans:4;widows:3}}.covers-CoversBetting-bettingBullets{margin-left:15px;padding-left:34px;position:relative;padding-right:15px}@media(max-width:767.98px){.covers-CoversBetting-bettingBullets{max-width:90%}}.covers-CoversBetting-bettingBullets>div:first-child{color:#00bf41;background-color:#eafff5;display:inline-block;padding:5px 12px;border-radius:50%;font-weight:600;position:absolute;left:-17px}.pull-left,.sportsbookReview-Section-HitsIcon,.sportsbookReview-Section-MissesIcon{width:24px;height:24px;text-align:center;margin-right:8px;line-height:24px;border-radius:12px}.covers-CoversBetting-tipContainer,.sportsbookReview-Section-Hit,.sportsbookReview-Section-Miss{font:400 1rem/1.5 Inter,Adjusted Trebuchet MS Fallback,sans-serif!important;line-height:1.5rem!important;display:flex;flex-flow:row nowrap;line-height:24px;margin-bottom:15px;justify-content:start;padding-right:1.5rem}.sportsbookReview-Section-Hit:not(:has(img)),.sportsbookReview-Section-Miss:not(:has(img)){margin-left:.5rem}.covers-CoversBetting-tipContainer H3{font:700 1.1rem/1.5 Inter,Adjusted Trebuchet MS Fallback,sans-serif!important;margin-bottom:.5rem}img.fw-body-image{width:100%;max-width:100%;height:auto;display:block}table.partner-features.tbl-default{height:auto!important}table.partner-features tbody td,table.partner-features thead th{width:auto!important;vertical-align:top}table.partner-features tbody{vertical-align:top}table.partner-features tbody td:first-child,table.partner-features thead th:first-child{width:25%!important}table.partner-features tbody td:nth-child(2),table.partner-features thead th:nth-child(2){width:25%!important}table.partner-features tbody td:nth-child(3),table.partner-features thead th:nth-child(3){width:50%!important}@media(max-width:576px){table.partner-features{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}table.partner-features tbody td:first-child,table.partner-features tbody td:nth-child(2),table.partner-features thead th:first-child,table.partner-features thead th:nth-child(2){min-width:120px}table.partner-features tbody td:nth-child(3),table.partner-features thead th:nth-child(3){min-width:200px}}.covers-CoversBetting-regionBlock{border-radius:4px}.covers-CoversBetting-regionBlock .col-xs-3{width:33.333%}.covers-CoversBetting-regionBlock .col-xs-9{width:66.666%;width:66.666%}.covers-CoversBetting-regionBlock img{display:block;margin-left:auto;margin-right:auto;border-radius:8px}.covers-CoversBetting-regionBlock img:not(.covers-betting-regionCompFlag){margin-bottom:15px;margin-bottom:15px;width:100%;display:none}.covers-CoversBetting-regionBlockDetails+ul{margin-top:15px;list-style:none}.covers-CoversBetting-regionBlockDetails+ul li{font-size:14px!important;padding-left:.5rem}.section-paragraph-group .covers-CoversBetting-regionBlockDetails+ul li{margin-bottom:0!important}@media screen and (min-width:768px){.covers-CoversBetting-regionBlockDetails+ul{columns:2}}.covers-CoversBetting-regionBlockDetails+ul li::marker{content:"•";color:#fd5000;font-weight:700;display:flex;align-items:center;width:.875rem;font-size:21px;background:0 0}.covers-CoversBetting-regionBlockDetails+ul li b{font-weight:700}.covers-CoversBetting-regionBlock.verified .covers-CoversBetting-regionBlockDetails span:first-of-type::after{content:"";background-image:url(https://img.covers.com/covers/icons/checkmark.png);width:19px;background-size:100%;background-repeat:no-repeat;height:19px;float:right;z-index:50;position:absolute;right:-3px;bottom:-6.5px}.covers-CoversBetting-regionBlockDetails{display:flex;align-items:center}.covers-CoversBetting-regionBlockDetails div.col-xs-3{display:flex;flex-direction:column;justify-content:center;width:auto;position:relative;padding-left:15px}.covers-CoversBetting-regionBlockDetails .col-xs-9{padding-left:15px;padding-right:15px}@media screen and (min-width:561px){.covers-CoversBetting-regionBlockDetails div:first-of-type{width:auto}}.covers-CoversBetting-regionBlockDetails span:first-of-type::after{content:"";background-image:url(https://img.covers.com/covers/icons/xmark.png);width:19px;background-size:100%;background-repeat:no-repeat;height:19px;float:right;z-index:100;position:absolute;right:-3px;bottom:-6.5px}.covers-CoversBetting-regionBlockDetails img{width:60px}.covers-CoversBetting-regionBlockDetails .covers-betting-regionCompFlag{min-width:60px;width:60px;max-width:60px;height:auto;max-height:60px}.covers-CoversBetting-regionName{color:#b6b7bb;font-size:14px;font-weight:500;line-height:22px}.covers-CoversBetting-regionTitle{color:#253341;font-size:24px;font-weight:700;font-family:"Founders Grotesk",sans-serif;line-height:32px}@media(max-width:488px){.covers-CoversBetting-regionName{font-size:12px;line-height:16px}.covers-CoversBetting-regionTitle{font-size:20px;line-height:28px}}@media(max-width:1199px){.covers-CoversWTP-copySection.covers-Betting-regionMapContainer{margin-top:0!important}}p:has(+.covers-CoversBetting-regionBlockDetails){display:none}.covers-CoversBetting-regionLogosCont{-webkit-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;text-align:center;font-weight:600;font-size:15px;color:#253341;border-radius:5px;margin-top:16px;margin-bottom:16px}.covers-CoversBetting-regionLogosCont .covers-Betting-regionLogosLabel{background-color:#f6f6f6;color:#253341;font-size:18px;padding:5px;border-top-left-radius:5px;border-top-right-radius:5px}.covers-CoversBetting-regionLogosCont>div{background-color:#fff;padding:0 0 1rem 0;border:3px solid #f6f6f6;-webkit-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column;flex:1;border-radius:4px}.covers-CoversBetting-regionLogosCont .covers-Betting-regionLogo{background-color:#fff;width:60px;height:60px;border-radius:50%;margin:0 auto 4px auto;border:1px solid #f6f6f6;-webkit-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:center;align-items:center}.covers-CoversBetting-regionLogosCont img{width:35px;height:35px}.covers-CoversBetting-regionLogosCont div .covers-Betting-regionCTA{margin-bottom:8px;margin-top:auto}.covers-CoversBetting-regionLogosCont div .covers-Betting-regionCTA a{border:1px solid #fd5000;color:#253341!important;background-color:#fff;display:block;margin:0 1rem;border-radius:4px;padding:4px;text-decoration:none!important}@media(min-width:992px){.covers-CoversBetting-regionLogosCont>div{border-radius:5px;margin:5px}}.covers-Betting-regionTeam{margin:15px}@media(max-width:767px){.covers-CoversBetting-regionLogosCont>div{flex:1 100%;margin-bottom:15px}}.covers-CoversBetting-linkBundle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;flex-wrap:wrap}.covers-CoversBetting-linkBundle div{min-width:20%;width:20%;max-width:20%}.covers-CoversBetting-linkBundle a{font-size:.8rem;font-weight:500;display:flex;align-items:center;flex-grow:1;text-align:left;margin-bottom:10px;text-decoration:none!important}.covers-CoversBetting-linkBundle a:hover{text-decoration:none!important}@media(max-width:500px){.covers-CoversBetting-linkBundle div{min-width:45%;width:45%;max-width:50%}}.covers-CoversBetting-linkBundle.covers-CoversBetting-CanadaBundle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;flex-wrap:wrap}.covers-CoversBetting-linkBundle.covers-CoversBetting-CanadaBundle div{min-width:25%;width:25%;max-width:25%}@media(max-width:1000px){.covers-CoversBetting-linkBundle.covers-CoversBetting-CanadaBundle div{min-width:33%;width:33%;max-width:33%}}@media(max-width:700px){.covers-CoversBetting-linkBundle.covers-CoversBetting-CanadaBundle div{min-width:50%;width:50%;max-width:50%}}@media(max-width:453px){.covers-CoversBetting-linkBundle.covers-CoversBetting-CanadaBundle div{min-width:80%;width:80%;max-width:80%}}a.covers-CoversBetting-buttonSolid{display:inline-flex;text-align:center;align-items:center;justify-content:center;cursor:pointer;user-select:none;border:1px solid #fd5000;border-radius:4px;padding:0 .75rem;height:2rem;font-size:1rem;font-weight:600;line-height:0;color:#fff!important;background-color:#fd5000;text-decoration:none!important;border-bottom:none!important}a.covers-CoversBetting-buttonSolid:focus,a.covers-CoversBetting-buttonSolid:hover{color:#fff!important;border-color:#e14700;background-color:#e14700;text-decoration:none!important;border-bottom:none!important}a.covers-CoversBetting-buttonSolid:disabled{color:#fff;border-color:#d0d1d4;background-color:#d0d1d4;text-decoration:none!important;border-bottom:none!important}@media(min-width:768px){.covers-u-desktopHide{display:none!important}}@media(max-width:767px){.covers-u-mobileHide{display:none!important}}.covers-CoversBetting-tipContainer{padding:0 15px!important;position:relative;border-radius:5px;font-size:16px;float:left}.col-xs-12.col-12.col-lg-6.covers-CoversBetting-tipContainer{display:block}.covers-CoversBetting-tipContainer p{font-size:16px}.covers-CoversBetting-tipContainer h3{margin-bottom:15px;margin-top:0;color:#253341;display:flex;align-items:center}.covers-CoversBetting-tipContainer ul{margin-left:40px}.covers-CoversBetting-tipContainer h3 img{width:25px;height:25px;margin-right:10px}.covers-CoversBetting-tipContainer a{border-bottom:1px solid #fd5000;font-weight:600}.covers-CoversBetting-tipContainer{margin-left:calc(.5*var(--bs-gutter-x));width:48%}.covers-CoversBetting-tipContainer:nth-child(n+3){margin-top:16px}@media screen and (max-width:640px){.covers-CoversBetting-tipContainer{width:95%}.covers-CoversBetting-tipContainer:nth-child(n+2){margin-top:16px}}section.section-paragraph-group:has(.covers-CoversBetting-tipContainer)::after{content:"";display:table!important;clear:both!important}.covers-CoversWTP2-blacklist-logos{display:flex;flex-flow:row wrap;justify-content:space-between}.covers-CoversWTP2-blacklist-logos .blacklist-flex-item{margin:auto;padding:10px 0 10px 0}.covers-CoversWTP2-blacklist-logos img{width:auto;height:25px}.at-a-glance-table{border-spacing:0;border-collapse:separate;border:solid 1px #eaeaed;border-radius:8px;margin:16px 0}.at-a-glance-table thead tr{display:flex}.at-a-glance-table thead tr th{color:inherit;padding:16px 16px;width:50%;text-align:center;font-size:14px;word-wrap:break-word}@media(min-width:992px){.at-a-glance-table thead tr th{width:25%!important;text-align:start;font-size:16px}}.at-a-glance-table thead tr th:last-child{width:50%;font-size:14px}@media(min-width:992px){.at-a-glance-table thead tr th:last-child{width:75%!important;text-align:start;font-size:16px}}.at-a-glance-table tbody tr{display:flex;padding-right:8px;box-shadow:inset -6px -3px 16px 0 rgba(33,37,45,.1)}.at-a-glance-table tbody tr .title{padding:16px 0;padding-left:8px;width:50%;position:relative;display:flex;align-items:center;font-weight:600;font-size:14px}@media(min-width:992px){.at-a-glance-table tbody tr .title{width:25%;font-size:16px;padding-left:16px}}.at-a-glance-table tbody tr .title::after{content:"";position:absolute;top:0;right:0;width:13px;height:100%;background:linear-gradient(to left,rgba(0,0,0,.09),transparent)}.at-a-glance-table tbody tr .value{padding:16px 16px;width:50%;text-align:center;font-size:14px;word-wrap:break-word}@media(min-width:992px){.at-a-glance-table tbody tr .value{width:75%;text-align:start;font-size:16px}}.at-a-glance-table tbody tr:nth-child(odd){background-color:#f6f6f6}.at-a-glance-table tbody tr:nth-child(odd) td{background-color:#f6f6f6}.at-a-glance-table tbody tr:nth-child(2n){background-color:#fff}.at-a-glance-table tbody tr:nth-child(2n) td{background-color:#fff}.at-a-glance-table .fs-8{font-size:.75rem!important}.at-a-glance-table .fs-7{font-size:.875rem!important}@media(min-width:992px){.at-a-glance-table .fs-lg-6{font-size:1rem!important}}.at-a-glance-table.rounded-3{border-radius:8px}.at-a-glance-table:has(+h3){margin-bottom:inherit}.covers-data-brick-wrapper{width:100%;max-width:730px;min-height:86px;height:auto;padding:0;border-radius:4px;display:flex;flex-flow:column nowrap;justify-content:space-between;position:relative;margin-bottom:16px;overflow:hidden;border:1px solid #f6f6f6;background-color:#fff}.covers-data-brick-contentWrapper{width:100%;display:flex;flex-flow:column wrap;align-items:center;justify-content:center;padding:0 16px;color:#15202b;font-family:Inter,Inter Fallback,sans-serif;font-weight:500;font-size:14px;line-height:18px;margin-top:16px}.covers-data-brick-contentWrapper p{margin:0!important;line-height:18px!important;font-size:14px!important;padding:0!important}.covers-data-brick-imgWrapper{width:100%;display:flex;align-content:center;justify-content:center;align-items:center;padding:12px 0;background-color:#f6f6f6}.covers-data-brick-imgWrapper img{width:100px;max-width:100px;max-height:32px}.covers-data-brick-buttonWrapper{display:flex;margin:16px 0;align-items:center;justify-content:center}.covers-data-brick-buttonWrapper a{min-width:max-content;width:auto;height:32px;padding:0 12px;background-color:#fd5000;border-radius:4px;font-weight:500!important;font-family:Inter,Inter Fallback,sans-serif;font-size:12px!important;color:#fff!important;line-height:32px;text-align:center}@media screen and (min-width:460px){.covers-data-brick-wrapper{padding:24px 16px;flex-flow:row nowrap;margin-bottom:16px;border:none;background-color:#f6f6f6}.covers-data-brick-contentWrapper{margin-top:0;flex-flow:column wrap;align-items:flex-start}.covers-data-brick-contentWrapper p:first-of-type{margin-bottom:4px!important}.covers-data-brick-imgWrapper{width:auto;background-color:#f6f6f6;padding:0;padding-left:0!important}.covers-data-brick-buttonWrapper{margin:0;align-content:flex-end}}.covers-CoversBetting-trustSection{margin-bottom:16px}.covers-CoversBetting-trustSection img{padding:0 8px;max-height:24px}@media(max-width:767.98px){.covers-CoversBetting-trustSection img{max-height:16px}}@media(max-width:767.98px){.covers-CoversBetting-trustSection span{display:block;margin-bottom:8px}}.section-paragraph-group hr{margin:1rem 0;border-top:1px solid #333}.covers-Betting-regionLotteryLogo{padding:15px;background-color:#fff;border-radius:5px;text-align:center;margin-bottom:30px;-moz-box-shadow:0 0 8px rgba(0,0,0,.2);-khtml-box-shadow:0 0 8px rgba(0,0,0,.2);-webkit-box-shadow:0 0 8px rgba(0,0,0,.2);box-shadow:0 0 8px rgba(0,0,0,.2)}@media(min-width:768px){.covers-Betting-regionLotteryLogo{float:right}}.covers-Betting-regionLotteryLogo img{max-height:115px}picture img:not([src]):not([srcset]){visibility:visible}.section-paragraph-group ol{padding-left:2rem}.section-paragraph-group ol li{display:list-item;list-style-type:decimal;padding-bottom:8px}.section-paragraph-group ol li::before{background-image:none;background-color:rgba(0,0,0,0);color:#15202b;content:none}.section-paragraph-group ol li::marker{color:#15202b}.section-paragraph-group ol li strong br{display:none}button.wysiwyg-readmore-toggle{border:0;background-color:rgba(0,0,0,0);margin:0;padding:0;font-weight:600;display:flex;text-decoration:underline;text-decoration-color:#fd5000!important;text-underline-offset:.3rem}button.wysiwyg-readmore-toggle:hover{transition:.3s;color:#fd5000}button.wysiwyg-readmore-toggle .mat-icon-expand-less:before,button.wysiwyg-readmore-toggle .mat-icon-expand-more:before{filter:hue-rotate(180deg) saturate(10) brightness(100%) saturate(10)}a.covers-link.covers-link--secondary{text-decoration:none!important;border:1px solid #fd5000;padding:8px;border-radius:4px}.covers-CoversBettingReviews-trustBlock img{max-height:6rem}.sticky-bottom-bonus{flex-direction:row;justify-content:space-between;align-items:center;position:fixed;width:100%;max-height:100px;bottom:0;left:0;padding:10px 16px;background:#253341;z-index:99;display:none;transition:.25s;border:none;gap:8px}.sticky-bottom-bonus img{border-radius:4px}.sticky-bottom-bonus p{font-weight:600!important;margin:0;color:#fff;font-size:.875rem!important}.sticky-bottom-bonus .btn-light{font-size:.75rem;padding:10px 12px;font-weight:500}@media(max-width:767.98px){div:has(>.sticky-bottom-bonus.d-flex)~.position-relative .back-to-top{bottom:7.5rem!important}}.jumpMenu{position:sticky;position:-webkit-sticky;top:11rem;margin-bottom:3rem;color:#000;padding:1rem;border-radius:4px;transition:top .3s}.jumpMenu.header-closed{top:1rem}.jumpMenu .toc-label{font-weight:600}.jumpMenu ul{list-style-type:none;padding-left:0;margin-bottom:0}.jumpMenu ul li a{color:#b6b7bb;font-weight:400;border-left:2px solid #f0f0f2;padding:.5rem .5rem .5rem 1rem;display:block;font-size:.875rem!important;font-weight:600}.jumpMenu ul li a:hover{border-left-color:#fd5000;color:#15202b}.jumpMenu ul li a.jumpMenu--active{border-left-color:#fd5000;color:#15202b;transition-delay:.15s;font-weight:600}.reviewSticky{position:sticky;top:5rem;transition:top .3s}.reviewSticky.header-closed{top:1rem}.jumpMenuMobileWrapper{display:flex;align-items:center;text-align:left;position:relative}.jumpMenuMobileWrapper .btn{font-size:1rem}.jumpMenuMobileWrapper .btn:first-child:active,.jumpMenuMobileWrapper .btn:hover{background-color:rgba(0,0,0,0);border-color:#f0f0f2;box-shadow:none}.jumpMenuMobileWrapper .dropdown-menu{z-index:200;border-top:none;border-radius:0;width:100%;margin-top:-3px;position:relative}.jumpMenuMobileWrapper button{min-height:42px;border:2px solid #f0f0f2}.jumpMenuMobileWrapper button::after{content:"";width:20px;height:20px;position:relative;background:rgba(0,0,0,0) url(/commercial-assets/image-assets/down-caret-alt.svg) no-repeat center;background-size:16px;border:none;vertical-align:middle;margin-left:0;float:right;margin-left:auto}.jumpMenuMobileWrapper button[aria-expanded=true].dropdown-toggle::after{transform:rotate(180deg)}.jumpMenuMobileWrapper svg{flex-shrink:0;margin-right:.5rem}.jumpMenuMobileWrapper .toc-label{flex:0 1 auto}.jumpMenuMobile ul{list-style-type:none;padding-left:0;margin-bottom:0}.jumpMenuMobile ul li:last-child{margin-bottom:0}.jumpMenuMobile ul li a{color:#b6b7bb;font-size:.875rem!important;font-weight:600;border-bottom:none;text-decoration:none}.jumpMenuMobile ul li a:hover{text-decoration:none}.jumpMenuMobile ul li a.jumpMenu--active{border-left-color:#fd5000;color:#15202b;transition-delay:.15s;font-weight:600}.jumpMenuMobile ul li a.jumpMenu--active:hover{background-color:#f6f6f6}h2.jumpTarget{scroll-margin-top:10rem}@media(max-width:991.98px){h2.jumpTarget{scroll-margin-top:5rem}}.section-paragraph-group .covers-CoversBetting-blocklist{background-color:#fcd2d3;border-radius:0}.section-paragraph-group .covers-CoversBetting-blocklist img{max-width:200px;object-fit:contain}.section-paragraph-group .covers-CoversBetting-blocklist ul{padding-left:1.5rem}.section-paragraph-group .covers-CoversBetting-blocklist ul li{list-style:none;padding-left:1rem;margin-bottom:1rem!important;position:relative}.section-paragraph-group .covers-CoversBetting-blocklist ul li::before{width:24px;height:24px;content:"";position:absolute;left:-1.5rem;top:.7rem;background:url(https://img.covers.com/covers/icons/global-icons/covers-global-red-x-circle.svg?w=24);background-repeat:no-repeat;background-size:24px}.covers-CoversBetting-card{min-height:275px;max-height:375px;background-color:#fff;border-radius:.5rem;margin-top:1rem;margin-bottom:1rem;padding:0 1rem}@media(max-width:767.98px){.covers-CoversBetting-card{min-height:auto;height:auto;max-height:none;padding-bottom:1rem}}.covers-CoversBetting-card ul{position:relative}.covers-CoversBetting-cardInner{display:flex;height:100px}.covers-CoversWTP-blacklistedSportsbooks{padding-bottom:0!important}.hero-compliance-wrapper .compliance-wrapper p,.toplist-compliance-wrapper .compliance-wrapper p{font-size:.75rem!important;font-weight:400!important}.toplist-compliance-wrapper .compliance-wrapper p{color:#000}.hero-compliance-wrapper .compliance-wrapper p{color:#fff}.compliance-modal .modal-content{background:#fff;border-radius:4px}.modal-backdrop{backdrop-filter:blur(5px) brightness(0.5);-webkit-backdrop-filter:blur(5px) brightness(0.5)}.non-toplist-compliance-wrapper .disclaimer-message p{font-size:.75rem!important;line-height:1.1rem!important}.article-author-bottom .btf-block-expander-toggle{background:rgba(0,0,0,0);text-decoration:underline;text-decoration-color:#fd5000;text-decoration-thickness:1px;text-underline-offset:.2rem;border:none;padding:0;font-weight:500}.article-author-bottom .btf-block-expander-toggle:hover{color:#fd5000}.article-author-bottom .btf-block-expander-toggle .expandable-readless{display:none}.article-author-bottom .btf-block-expander-toggle[aria-expanded=true] .expandable-readmore{display:none}.article-author-bottom .btf-block-expander-toggle[aria-expanded=true] .expandable-readless{display:inline}.article-author-bottom [data-expandable].btf-block-expander .btf-block-expander-content{overflow:hidden;transition:max-height .1s ease-out;position:relative;--line-height:1.7;--lines-to-show:4;max-height:calc(var(--line-height)*var(--lines-to-show)*1em);height:auto}.article-author-bottom [data-expandable].btf-block-expander .btf-block-expander-content::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1.5rem;pointer-events:none}.article-author-bottom [data-expandable].btf-block-expander .btf-block-expander-content p{margin-bottom:0}.article-author-bottom [data-expandable].btf-block-expander.expanded .btf-block-expander-content{max-height:2000px;overflow:visible;height:initial}.article-author-bottom [data-expandable].btf-block-expander.expanded .btf-block-expander-content::after{content:none}.article-author-bottom .article-author a{font-weight:700;font-size:24px;text-underline-offset:.4rem!important;text-decoration-thickness:1px!important}.article-author-bottom .author-avatar{border-radius:0!important}.email-signup-brick{color:#fff!important;border-top:none;background-image:url(https://img.covers.com/covers/logos/email-logo.svg);background-repeat:no-repeat;background-size:22%;background-position:right center;background-color:#15202b;min-height:215px}@media screen and (min-width:768px)and (max-width:991px){.email-signup-brick{height:306px}}@media screen and (576px){.email-signup-brick{background-size:15%}}@media screen and (991px){.email-signup-brick{background-size:30%;background-image:url(https://img.covers.com/covers/logos/covers-logo-nfl-email.svg)}}.email-signup-brick .email-signup-description{line-height:1.5rem}.email-signup-brick div.input input.hs-input{color:#b6b7bb;height:40px;font-size:14px;line-height:24px;border-radius:3px;margin-bottom:0;border:2px solid #f6f6f6}.email-signup-brick .hs_submit .actions{margin-top:8px;margin-bottom:0;padding-top:0;padding-bottom:8px}.email-signup-brick .hs_submit .actions input{color:#fff;font-size:14px;line-height:24px;height:40px;margin-top:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.email-signup-brick .hs_submit .actions input:hover{background-color:#e14700}.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspot,.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspotAlt{display:flex;flex-direction:column}.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspot .legal-consent-container,.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspotAlt .legal-consent-container{order:3}.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspot .legal-consent-container .hs-richtext p,.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspotAlt .legal-consent-container .hs-richtext p{font-size:12px!important;line-height:18px!important;margin-top:.5rem;margin-bottom:0}.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspot .legal-consent-container .hs-richtext p a,.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspotAlt .legal-consent-container .hs-richtext p a{color:#fff;text-decoration:underline;font-size:12px!important;line-height:18px!important;border-bottom:0}.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspot .legal-consent-container .hs-richtext p a:hover,.email-signup-brick #hsForm_acd32c46-bb09-4463-9b37-73ea0d7b9f03_\#hubspotAlt .legal-consent-container .hs-richtext p a:hover{color:#fd5000!important}.email-signup-brick .hs-button.primary.large{background:#fd5000;border-radius:4px;margin-top:15px;border:none}.email-signup-brick .input input[id*=email]{width:100%;max-width:450px}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.mat-icon-chevron-left:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 20 20' height='48px' viewBox='0 0 20 20' width='48px' fill='%23000000'%3E%3Crect fill='none' height='20' width='20'/%3E%3Cpolygon points='14.41,3.41 13,2 5,10 13,18 14.41,16.59 7.83,10'/%3E%3C/svg%3E")}.mat-icon-chevron-right:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 20 20' height='48px' viewBox='0 0 20 20' width='48px' fill='%23000000'%3E%3Cg%3E%3Cg%3E%3Crect fill='none' height='20' width='20'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpolygon points='4.59,16.59 6,18 14,10 6,2 4.59,3.41 11.17,10'/%3E%3C/g%3E%3C/svg%3E")}.swiper.screenshot-swiper{--swiper-theme-color:#1A265B;max-width:100%;margin-left:auto;margin-right:auto}.swiper.screenshot-swiper .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}.swiper.screenshot-swiper .swiper-slide img{display:block;max-width:100%;max-height:400px;border-radius:8px;cursor:pointer}.swiper.screenshot-swiper .swiper-pagination{position:initial;width:initial}.swiper.screenshot-swiper .swiper-button-next,.swiper.screenshot-swiper .swiper-button-prev{bottom:var(--swiper-pagination-bottom,8px);top:initial;position:initial;height:36px;width:36px;margin-top:0}.swiper.screenshot-swiper .swiper-button-next:after,.swiper.screenshot-swiper .swiper-button-prev:after{content:"";height:19px;width:12px;background-repeat:no-repeat;background-position:center}.swiper.screenshot-swiper .swiper-button-next:after{background-image:url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17192 7.00023L0.221924 2.05023L1.63592 0.63623L7.99992 7.00023L1.63592 13.3642L0.221924 11.9502L5.17192 7.00023Z' fill='%231A265B'/%3E%3C/svg%3E%0A")}.swiper.screenshot-swiper .swiper-button-prev:after{background-image:url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.828 7.00023L7.778 11.9502L6.364 13.3642L0 7.00023L6.364 0.63623L7.778 2.05023L2.828 7.00023Z' fill='%231A265B'/%3E%3C/svg%3E%0A")}.mt-i-2{margin-top:12px}.mb-i-2{margin-bottom:12px}.ms-i-2{margin-left:12px}.me-i-2{margin-right:12px}.mat-icon-star:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m16.15 37.75 7.85-4.7 7.85 4.75-2.1-8.9 6.9-6-9.1-.8L24 13.7l-3.55 8.35-9.1.8 6.9 6ZM11.65 44l3.25-14.05L4 20.5l14.4-1.25L24 6l5.6 13.25L44 20.5l-10.9 9.45L36.35 44 24 36.55ZM24 26.25Z'/%3E%3C/svg%3E")}.icon-orange::before{filter:invert(36%) sepia(97%) saturate(2600%) hue-rotate(2deg) brightness(102%) contrast(102%)}.js-review-carousel .userreview{padding:20px 16px;background-color:#f6f6f6;min-height:175px;border-radius:8px}.js-review-carousel .userreview .review-header-section{margin-bottom:8px}.js-review-carousel .covers-ratingStars{--percent:calc(var(--rating) / 5 * 100%);display:inline-block;font-family:Times!important;line-height:1;font-size:32px;padding:0 18px 0 18px}.js-review-carousel .covers-ratingStars::before{content:"★★★★★"!important;background:linear-gradient(90deg,#fd5000 var(--percent),#b6b7bb var(--percent))!important;background-clip:text!important;-webkit-background-clip:text!important;-webkit-text-fill-color:rgba(0,0,0,0);background-color:rgba(18,21,23,.9);color:hsla(0,0%,100%,0)}.js-review-carousel .swiper-wrapper{align-items:stretch}.js-review-carousel .swiper-slide{height:auto}.js-review-carousel .rating{margin-left:0}.js-review-carousel [class*=" mat-icon-"],.js-review-carousel [class^=mat-icon-]{width:1.2rem;height:1.2rem}.js-review-carousel .mat-icon-star-full:before,.js-review-carousel .mat-icon-star-half:before{width:1.2rem;height:1.2rem}.js-review-carousel .expertreview .review-body p{margin-top:.5rem}.js-review-carousel .expertreview{border:1px solid #fd5000;padding:1rem;border-radius:.5rem;background-color:rgb(255,237.2418577075,229.03)}.js-review-carousel .expertreview .author-name{border-bottom:1px solid #fd5000}.js-review-carousel .expertreview .review-header-section img{border:1px solid #fd5000;border-radius:50%}.js-review-carousel .expertreview .subtext{color:#15202b;font-size:.875rem;font-weight:600}.js-review-carousel .expertreview .header{color:#727272;font-size:.75rem}.js-review-carousel .author-img-container .checkmark{top:25px;right:0}.js-review-carousel .review-cta-text-container{font-size:.75rem}.js-review-carousel .review-cta-text-container .subtext{font-size:.75rem;font-weight:400}.swiper-review-pagination{position:relative;bottom:0!important;width:100%!important;z-index:10;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-top:.5rem}.swiper-review-pagination .swiper-pagination-bullet{width:20px;height:3px;border-radius:2px;background:#bbb;opacity:1;margin:0 3px;transition:transform .3s ease,width .3s ease,background .3s ease;transform-origin:center}.swiper-review-pagination .swiper-pagination-bullet-active{background:#fd5000;border-radius:4px}.swiper-review-pagination .swiper-pagination-bullet-active-next,.swiper-review-pagination .swiper-pagination-bullet-active-prev{width:20px;border-radius:4px}.swiper-review-pagination .swiper-pagination-bullet-active-next-next,.swiper-review-pagination .swiper-pagination-bullet-active-prev-prev{width:12px}body{background-color:#fff}main .p,main li,main p{font:400 1rem/1.6875 Inter,Adjusted Trebuchet MS Fallback,sans-serif!important;letter-spacing:0!important}@media(min-width:992px){main .p,main li,main p{font:400 1rem/1.6875 Inter,Adjusted Trebuchet MS Fallback,sans-serif!important;letter-spacing:0!important}}