:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spot--screenreader-only{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:translate(0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:translate(0,0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:translate(0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.spot-icon--interactive:disabled:has(:hover,:focus,:focus-visible,:active){cursor:not-allowed;outline-color:#0000;background-color:#0000!important;box-shadow:0 0 0 2px #0000!important}.spot-icon--interactive-disabled:has(:hover,:focus,:focus-visible,:active){cursor:not-allowed;outline-color:#0000;background-color:#0000!important;box-shadow:0 0 0 2px #0000!important}.spot-icon--interactive [aria-disabled]:has(:hover,:focus,:focus-visible,:active){cursor:not-allowed;outline-color:#0000;background-color:#0000!important;box-shadow:0 0 0 2px #0000!important}.spot-icon--interactive:disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#a9aaaa}.spot-icon--interactive-disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#a9aaaa}.spot-icon--interactive [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-icon--interactive-disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-primary .spot-icon--interactive:disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-primary .spot-icon--interactive [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-secondary .spot-icon--interactive-disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-secondary .spot-icon--interactive:disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-secondary .spot-icon--interactive [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-signin--borderless,.spot-signin--borderless:hover{box-shadow:none;border:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (width<=480px){.spot-container--responsive{max-width:100%}}@media screen and (width>=481px) and (width<=767px){.spot-container--responsive{max-width:100%}}@media screen and (width>=768px) and (width<=1023px){.spot-container--responsive{max-width:100%}}@media screen and (width>=1024px) and (width<=1439px){.spot-container--responsive{max-width:100%}}.spot-list-group__item--separator-before:before,.spot-container--light-primary .spot-list-group__item--separator-before:before,.spot-container--light-secondary .spot-list-group__item--separator-before:before{border-top:1px solid #d0d1d0}.spot-container--dark-primary .spot-list-group__item--separator-before:before,.spot-container--dark-secondary .spot-list-group__item--separator-before:before{border-top:1px solid #5d6066}.spot-list-group__link:hover,.spot-container--light-secondary .spot-list-group__link:hover{background-color:#e2f5ff}.spot-container--dark-primary .spot-list-group__link:hover,.spot-container--dark-secondary .spot-list-group__link:hover{background-color:#224569}.spot-container--dark-primary .spot-list-group__item--active,.spot-container--dark-secondary .spot-list-group__item--active{background-color:#25282e}.spot-toggle+.spot-toggle-label:before,.spot-container--light-primary .spot-toggle+.spot-toggle-label:before,.spot-container--light-secondary .spot-toggle+.spot-toggle-label:before,.spot-container--dark-primary .spot-toggle+.spot-toggle-label:before,.spot-container--dark-secondary .spot-toggle+.spot-toggle-label:before{background-color:#bcbdbc;border:1px solid #bcbdbc}.spot-container--light-secondary .spot-badge--dot,.spot-container--light-primary .spot-header .spot-badge--dot,.spot-container--light-secondary .spot-header .spot-badge--dot{border-color:#f0f0f0}.spot-badge--primary .spot-badge__icon,.spot-container--light-primary .spot-badge--primary .spot-badge__icon,.spot-container--light-secondary .spot-badge--primary .spot-badge__icon,.spot-badge--primary .spot-icon,.spot-container--light-primary .spot-badge--primary .spot-icon,.spot-container--light-secondary .spot-badge--primary .spot-icon{fill:#fff}.spot-container--light-secondary .spot-badge--primary .spot-badge__icon,.spot-container--light-secondary .spot-badge--primary .spot-icon{fill:#fff}.spot-container--dark-primary .spot-badge--primary .spot-badge__icon,.spot-container--dark-primary .spot-badge--primary .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--primary .spot-badge__icon,.spot-container--dark-secondary .spot-badge--primary .spot-icon{fill:#25282e}.spot-badge--secondary .spot-badge__icon,.spot-container--light-primary .spot-badge--secondary .spot-badge__icon,.spot-container--light-secondary .spot-badge--secondary .spot-badge__icon,.spot-badge--secondary .spot-icon,.spot-container--light-primary .spot-badge--secondary .spot-icon,.spot-container--light-secondary .spot-badge--secondary .spot-icon{fill:#fff}.spot-container--light-secondary .spot-badge--secondary .spot-badge__icon,.spot-container--light-secondary .spot-badge--secondary .spot-icon{fill:#fff}.spot-container--dark-primary .spot-badge--secondary .spot-badge__icon,.spot-container--dark-primary .spot-badge--secondary .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--secondary .spot-badge__icon,.spot-container--dark-secondary .spot-badge--secondary .spot-icon{fill:#25282e}.spot-badge--positive .spot-badge__icon,.spot-container--light-primary .spot-badge--positive .spot-badge__icon,.spot-container--light-secondary .spot-badge--positive .spot-badge__icon,.spot-badge--green .spot-badge__icon,.spot-container--light-primary .spot-badge--green .spot-badge__icon,.spot-container--light-secondary .spot-badge--green .spot-badge__icon,.spot-badge--positive .spot-icon,.spot-container--light-primary .spot-badge--positive .spot-icon,.spot-container--light-secondary .spot-badge--positive .spot-icon,.spot-badge--green .spot-icon,.spot-container--light-primary .spot-badge--green .spot-icon,.spot-container--light-secondary .spot-badge--green .spot-icon{fill:#fff}.spot-container--light-secondary .spot-badge--positive .spot-badge__icon,.spot-container--light-secondary .spot-badge--green .spot-badge__icon,.spot-container--light-secondary .spot-badge--positive .spot-icon,.spot-container--light-secondary .spot-badge--green .spot-icon{fill:#fff}.spot-container--dark-primary .spot-badge--positive .spot-badge__icon,.spot-container--dark-primary .spot-badge--green .spot-badge__icon,.spot-container--dark-primary .spot-badge--positive .spot-icon,.spot-container--dark-primary .spot-badge--green .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--positive .spot-badge__icon,.spot-container--dark-secondary .spot-badge--green .spot-badge__icon,.spot-container--dark-secondary .spot-badge--positive .spot-icon,.spot-container--dark-secondary .spot-badge--green .spot-icon{fill:#25282e}.spot-badge--negative .spot-badge__icon,.spot-container--light-primary .spot-badge--negative .spot-badge__icon,.spot-container--light-secondary .spot-badge--negative .spot-badge__icon,.spot-badge--red .spot-badge__icon,.spot-container--light-primary .spot-badge--red .spot-badge__icon,.spot-container--light-secondary .spot-badge--red .spot-badge__icon,.spot-badge--negative .spot-icon,.spot-container--light-primary .spot-badge--negative .spot-icon,.spot-container--light-secondary .spot-badge--negative .spot-icon,.spot-badge--red .spot-icon,.spot-container--light-primary .spot-badge--red .spot-icon,.spot-container--light-secondary .spot-badge--red .spot-icon{fill:#fff}.spot-container--light-secondary .spot-badge--negative .spot-badge__icon,.spot-container--light-secondary .spot-badge--red .spot-badge__icon,.spot-container--light-secondary .spot-badge--negative .spot-icon,.spot-container--light-secondary .spot-badge--red .spot-icon{fill:#fff}.spot-container--dark-primary .spot-badge--negative .spot-badge__icon,.spot-container--dark-primary .spot-badge--red .spot-badge__icon,.spot-container--dark-primary .spot-badge--negative .spot-icon,.spot-container--dark-primary .spot-badge--red .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--negative .spot-badge__icon,.spot-container--dark-secondary .spot-badge--red .spot-badge__icon,.spot-container--dark-secondary .spot-badge--negative .spot-icon,.spot-container--dark-secondary .spot-badge--red .spot-icon{fill:#25282e}.spot-badge--warning .spot-badge__icon,.spot-container--light-primary .spot-badge--warning .spot-badge__icon,.spot-container--light-secondary .spot-badge--warning .spot-badge__icon,.spot-badge--yellow .spot-badge__icon,.spot-container--light-primary .spot-badge--yellow .spot-badge__icon,.spot-container--light-secondary .spot-badge--yellow .spot-badge__icon,.spot-badge--warning .spot-icon,.spot-container--light-primary .spot-badge--warning .spot-icon,.spot-container--light-secondary .spot-badge--warning .spot-icon,.spot-badge--yellow .spot-icon,.spot-container--light-primary .spot-badge--yellow .spot-icon,.spot-container--light-secondary .spot-badge--yellow .spot-icon{fill:#31353d}.spot-container--light-secondary .spot-badge--warning .spot-badge__icon,.spot-container--light-secondary .spot-badge--yellow .spot-badge__icon,.spot-container--light-secondary .spot-badge--warning .spot-icon,.spot-container--light-secondary .spot-badge--yellow .spot-icon{fill:#31353d}.spot-container--dark-primary .spot-badge--warning .spot-badge__icon,.spot-container--dark-primary .spot-badge--yellow .spot-badge__icon,.spot-container--dark-primary .spot-badge--warning .spot-icon,.spot-container--dark-primary .spot-badge--yellow .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--warning .spot-badge__icon,.spot-container--dark-secondary .spot-badge--yellow .spot-badge__icon,.spot-container--dark-secondary .spot-badge--warning .spot-icon,.spot-container--dark-secondary .spot-badge--yellow .spot-icon{fill:#25282e}.spot-badge--info .spot-badge__icon,.spot-container--light-primary .spot-badge--info .spot-badge__icon,.spot-container--light-secondary .spot-badge--info .spot-badge__icon,.spot-badge--blue .spot-badge__icon,.spot-container--light-primary .spot-badge--blue .spot-badge__icon,.spot-container--light-secondary .spot-badge--blue .spot-badge__icon,.spot-badge--info .spot-icon,.spot-container--light-primary .spot-badge--info .spot-icon,.spot-container--light-secondary .spot-badge--info .spot-icon,.spot-badge--blue .spot-icon,.spot-container--light-primary .spot-badge--blue .spot-icon,.spot-container--light-secondary .spot-badge--blue .spot-icon{fill:#31353d}.spot-container--light-secondary .spot-badge--info .spot-badge__icon,.spot-container--light-secondary .spot-badge--blue .spot-badge__icon,.spot-container--light-secondary .spot-badge--info .spot-icon,.spot-container--light-secondary .spot-badge--blue .spot-icon{fill:#31353d}.spot-container--dark-primary .spot-badge--info .spot-badge__icon,.spot-container--dark-primary .spot-badge--blue .spot-badge__icon,.spot-container--dark-primary .spot-badge--info .spot-icon,.spot-container--dark-primary .spot-badge--blue .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--info .spot-badge__icon,.spot-container--dark-secondary .spot-badge--blue .spot-badge__icon,.spot-container--dark-secondary .spot-badge--info .spot-icon,.spot-container--dark-secondary .spot-badge--blue .spot-icon{fill:#25282e}.spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--large label,.spot-button-group-toggle--small label{line-height:1.5}.spot-button:before,.spot-button-group-toggle label:before,.spot-button-group-toggle--large label:before,.spot-button-group-toggle--small label:before,.spot-button:after,.spot-button-group-toggle label:after,.spot-button-group-toggle--large label:after,.spot-button-group-toggle--small label:after{content:"";width:0;height:0;display:block}.spot-button:before,.spot-button-group-toggle label:before,.spot-button-group-toggle--large label:before,.spot-button-group-toggle--small label:before{margin-bottom:-.361111em}.spot-button:after,.spot-button-group-toggle label:after,.spot-button-group-toggle--large label:after,.spot-button-group-toggle--small label:after{margin-top:-.361111em}.spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--large label,.spot-button-group-toggle--small label{cursor:pointer;font-family:var(--font-family-sans-serif);text-align:center;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border:2px solid #0000;border-radius:24px;outline:none;align-items:center;height:35px;padding:0 16px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex;overflow:hidden}.spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--large label,.spot-button-group-toggle--small label,.spot-container--light-primary .spot-button,.spot-container--light-secondary .spot-button{color:#25282e;border-color:#9a9b9c}.spot-button .spot-button__icon,.spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--small label .spot-button__icon,.spot-button .spot-button>.spot-icon,.spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button label>.spot-icon,.spot-button-group-toggle label label>.spot-icon,.spot-button .spot-button-group-toggle--large label>.spot-icon,.spot-button .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button label>.spot-icon,.spot-button-group-toggle--small .spot-button label>.spot-icon,.spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--small label label>.spot-icon,.spot-container--light-primary .spot-button .spot-button__icon,.spot-container--light-primary .spot-button .spot-button>.spot-icon,.spot-container--light-secondary .spot-button .spot-button__icon,.spot-container--light-secondary .spot-button .spot-button>.spot-icon{fill:#25282e}.spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--large label,.spot-button-group-toggle--small label,.spot-container--light-primary .spot-button{background-color:#fff}.spot-button:hover,.spot-button-group-toggle label:hover,.spot-button-group-toggle--large label:hover,.spot-button-group-toggle--small label:hover,.spot-button.spot-button--hover,.spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle--large label.spot-button--hover,.spot-button-group-toggle--small label.spot-button--hover,.spot-container--light-primary .spot-button:hover,.spot-container--light-primary .spot-button.spot-button--hover{background-color:#bcbdbc;border-color:#bcbdbc}.spot-button:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--large label:focus,.spot-button-group-toggle--small label:focus,.spot-container--light-primary .spot-button:focus,.spot-container--light-secondary .spot-button:focus,.spot-button.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-container--light-primary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button:focus,.spot-container--light-primary .spot-container--light-primary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-button:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--large label:focus,.spot-button-group-toggle--small label:focus,.spot-button.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-container--light-primary .spot-button:focus,.spot-container--light-primary .spot-button.spot-button--focus{background-color:#fff;border-color:#0000;outline:none}.spot-button:active,.spot-button-group-toggle label:active,.spot-button-group-toggle--large label:active,.spot-button-group-toggle--small label:active,.spot-button.spot-button--active,.spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--small label.spot-button--active,.spot-container--light-primary .spot-button:active,.spot-container--light-primary .spot-button.spot-button--active{background-color:#bcbdbc;border-color:#0000;box-shadow:0 0 0 2px #9a9b9c}.spot-button:disabled,.spot-button-group-toggle label:disabled,.spot-button-group-toggle--large label:disabled,.spot-button-group-toggle--small label:disabled,.spot-button.spot-button--disabled,.spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle--large label.spot-button--disabled,.spot-button-group-toggle--small label.spot-button--disabled,.spot-container--light-primary .spot-button:disabled,.spot-container--light-primary .spot-button.spot-button--disabled{box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button:disabled .spot-button__icon,.spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button:disabled .spot-button>.spot-icon,.spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button:disabled label>.spot-icon,.spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button:disabled label>.spot-icon,.spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button.spot-button--disabled .spot-button__icon,.spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button,.spot-container--light-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--light-secondary label,.spot-container--light-secondary .spot-button-group-toggle--large label,.spot-container--light-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--light-secondary label,.spot-button-group-toggle--small .spot-container--light-secondary label{background-color:#f0f0f0}.spot-container--light-secondary .spot-button:hover,.spot-container--light-secondary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button-group-toggle--large label:hover,.spot-container--light-secondary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--large .spot-container--light-secondary label:hover,.spot-button-group-toggle--small .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--hover,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--hover{background-color:#bcbdbc;border-color:#bcbdbc}.spot-container--light-secondary .spot-button:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button:focus,.spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-button:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus{background-color:#f0f0f0;border-color:#0000;outline:none}.spot-container--light-secondary .spot-button:active,.spot-container--light-secondary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button-group-toggle--large label:active,.spot-container--light-secondary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--large .spot-container--light-secondary label:active,.spot-button-group-toggle--small .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--active,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--active{background-color:#bcbdbc;border-color:#0000;box-shadow:0 0 0 2px #9a9b9c}.spot-container--light-secondary .spot-button:disabled,.spot-container--light-secondary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled{box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-button,.spot-container--dark-primary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--large label,.spot-container--dark-primary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--dark-primary label,.spot-button-group-toggle--small .spot-container--dark-primary label,.spot-container--dark-secondary .spot-button,.spot-container--dark-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--large label,.spot-container--dark-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--dark-secondary label,.spot-button-group-toggle--small .spot-container--dark-secondary label{color:#fff;border-color:#717479}.spot-container--dark-primary .spot-button .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-secondary .spot-button .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label label>.spot-icon{fill:#fff}.spot-container--dark-primary .spot-button,.spot-container--dark-primary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--large label,.spot-container--dark-primary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--dark-primary label,.spot-button-group-toggle--small .spot-container--dark-primary label{background-color:#31353d}.spot-container--dark-primary .spot-button:hover,.spot-container--dark-primary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button-group-toggle--large label:hover,.spot-container--dark-primary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--large .spot-container--dark-primary label:hover,.spot-button-group-toggle--small .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--hover,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--hover{background-color:#3e9af5;border-color:#3e9af5}.spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus{background-color:#31353d}.spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-primary .spot-button:active,.spot-container--dark-primary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button-group-toggle--large label:active,.spot-container--dark-primary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--large .spot-container--dark-primary label:active,.spot-button-group-toggle--small .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--active,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--active{background-color:#3e9af5;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--dark-primary .spot-button:disabled,.spot-container--dark-primary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled{box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button,.spot-container--dark-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--large label,.spot-container--dark-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--dark-secondary label,.spot-button-group-toggle--small .spot-container--dark-secondary label{background-color:#3f434a}.spot-container--dark-secondary .spot-button:hover,.spot-container--dark-secondary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button-group-toggle--large label:hover,.spot-container--dark-secondary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--large .spot-container--dark-secondary label:hover,.spot-button-group-toggle--small .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--hover,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--hover{background-color:#3e9af5;border-color:#3e9af5}.spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus{background-color:#3f434a}.spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-secondary .spot-button:active,.spot-container--dark-secondary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button-group-toggle--large label:active,.spot-container--dark-secondary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--large .spot-container--dark-secondary label:active,.spot-button-group-toggle--small .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--active,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--active{background-color:#3e9af5;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--dark-secondary .spot-button:disabled,.spot-container--dark-secondary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled{box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button:hover,.spot-button-group-toggle label:hover,.spot-button-group-toggle--large label:hover,.spot-button-group-toggle--small label:hover{-webkit-tap-highlight-color:transparent}.spot-button--primary .spot-button__icon,.spot-button--primary .spot-button>.spot-icon,.spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--primary label>.spot-icon,.spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button--primary label>.spot-icon,.spot-button-group-toggle--small .spot-button--primary label>.spot-icon,.spot-container--light-primary .spot-button--primary .spot-button__icon,.spot-container--light-primary .spot-button--primary .spot-button>.spot-icon,.spot-container--light-primary .spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--primary label>.spot-icon,.spot-container--light-primary .spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary label>.spot-icon,.spot-container--light-secondary .spot-button--primary .spot-button__icon,.spot-container--light-secondary .spot-button--primary .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary label>.spot-icon,.spot-container--light-secondary .spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary label>.spot-icon{fill:#fff}.spot-button--primary:focus,.spot-container--light-primary .spot-button--primary:focus,.spot-container--light-secondary .spot-button--primary:focus,.spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button--primary:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--primary:focus,.spot-container--light-primary .spot-container--light-primary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--primary:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--primary:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--primary.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-button--primary:disabled .spot-button__icon,.spot-button--primary:disabled .spot-button>.spot-icon,.spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--primary:disabled label>.spot-icon,.spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button--primary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button--primary:disabled label>.spot-icon,.spot-button--primary.spot-button--disabled .spot-button__icon,.spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button__icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--primary:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--primary:focus,.spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--primary:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--primary:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--primary.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-button--primary:disabled .spot-button__icon,.spot-container--light-secondary .spot-button--primary:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-button--primary .spot-button__icon,.spot-container--dark-primary .spot-button--primary .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary label>.spot-icon,.spot-container--dark-primary .spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary label>.spot-icon,.spot-container--dark-secondary .spot-button--primary .spot-button__icon,.spot-container--dark-secondary .spot-button--primary .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary label>.spot-icon,.spot-container--dark-secondary .spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary label>.spot-icon{fill:#fff}.spot-container--dark-primary .spot-button--primary:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--primary:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--primary.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-button--primary:disabled .spot-button__icon,.spot-container--dark-primary .spot-button--primary:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary.spot-button--disabled label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--primary:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--primary.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-secondary .spot-button--primary:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--primary:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary.spot-button--disabled label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button--secondary,.spot-button-group-toggle label,.spot-button-group-toggle--large label,.spot-button-group-toggle--small label,.spot-container--light-primary .spot-button--secondary,.spot-container--light-secondary .spot-button--secondary{color:#25282e;border-color:#3e9af5}.spot-button--secondary .spot-button__icon,.spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--small label .spot-button__icon,.spot-button--secondary .spot-button>.spot-icon,.spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--secondary label>.spot-icon,.spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label label>.spot-icon,.spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--small .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--small label label>.spot-icon,.spot-container--light-primary .spot-button--secondary .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button__icon,.spot-container--light-primary .spot-button--secondary .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button>.spot-icon,.spot-container--light-primary .spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label label>.spot-icon,.spot-container--light-secondary .spot-button--secondary .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button__icon,.spot-container--light-secondary .spot-button--secondary .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label label>.spot-icon{fill:#25282e}.spot-button--secondary,.spot-button-group-toggle label,.spot-button-group-toggle--large label,.spot-button-group-toggle--small label,.spot-container--light-primary .spot-button--secondary{background-color:#fff}.spot-button--secondary:hover,.spot-button-group-toggle label:hover,.spot-button-group-toggle--large label:hover,.spot-button-group-toggle--small label:hover,.spot-button--secondary.spot-button--hover,.spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle--large label.spot-button--hover,.spot-button-group-toggle--small label.spot-button--hover,.spot-container--light-primary .spot-button--secondary:hover,.spot-container--light-primary .spot-button--secondary.spot-button--hover{background-color:#cdedff;border-color:#3e9af5}.spot-button--secondary:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--large label:focus,.spot-button-group-toggle--small label:focus,.spot-container--light-primary .spot-button--secondary:focus,.spot-container--light-secondary .spot-button--secondary:focus,.spot-button--secondary.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button--secondary:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--secondary:focus,.spot-container--light-primary .spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--secondary.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-button--secondary:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--large label:focus,.spot-button-group-toggle--small label:focus,.spot-button--secondary.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-container--light-primary .spot-button--secondary:focus,.spot-container--light-primary .spot-button--secondary.spot-button--focus{background-color:#fff;border-color:#0000;outline:none}.spot-button--secondary:active,.spot-button-group-toggle label:active,.spot-button-group-toggle--large label:active,.spot-button-group-toggle--small label:active,.spot-button--secondary.spot-button--active,.spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--small label.spot-button--active,.spot-container--light-primary .spot-button--secondary:active,.spot-container--light-primary .spot-button--secondary.spot-button--active{background-color:#cdedff;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-button--secondary:disabled,.spot-button-group-toggle label:disabled,.spot-button-group-toggle--large label:disabled,.spot-button-group-toggle--small label:disabled,.spot-button--secondary.spot-button--disabled,.spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle--large label.spot-button--disabled,.spot-button-group-toggle--small label.spot-button--disabled,.spot-container--light-primary .spot-button--secondary:disabled,.spot-container--light-primary .spot-button--secondary.spot-button--disabled{box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button--secondary:disabled .spot-button__icon,.spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button--secondary:disabled .spot-button>.spot-icon,.spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary,.spot-container--light-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--light-secondary label,.spot-container--light-secondary .spot-button-group-toggle--large label,.spot-container--light-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--light-secondary label,.spot-button-group-toggle--small .spot-container--light-secondary label{background-color:#f0f0f0}.spot-container--light-secondary .spot-button--secondary:hover,.spot-container--light-secondary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button-group-toggle--large label:hover,.spot-container--light-secondary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--large .spot-container--light-secondary label:hover,.spot-button-group-toggle--small .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button--secondary.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--hover,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--hover{background-color:#cdedff;border-color:#3e9af5}.spot-container--light-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--secondary:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus{background-color:#f0f0f0;border-color:#0000;outline:none}.spot-container--light-secondary .spot-button--secondary:active,.spot-container--light-secondary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button-group-toggle--large label:active,.spot-container--light-secondary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--large .spot-container--light-secondary label:active,.spot-button-group-toggle--small .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button--secondary.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--active,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--active{background-color:#cdedff;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--light-secondary .spot-button--secondary:disabled,.spot-container--light-secondary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled{box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button--secondary:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button--secondary:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-button--secondary,.spot-container--dark-primary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--large label,.spot-container--dark-primary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--dark-primary label,.spot-button-group-toggle--small .spot-container--dark-primary label,.spot-container--dark-secondary .spot-button--secondary,.spot-container--dark-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--large label,.spot-container--dark-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--dark-secondary label,.spot-button-group-toggle--small .spot-container--dark-secondary label{color:#fff;border-color:#3e9af5}.spot-container--dark-primary .spot-button--secondary .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button--secondary .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button--secondary .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label label>.spot-icon{fill:#fff}.spot-container--dark-primary .spot-button--secondary,.spot-container--dark-primary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--large label,.spot-container--dark-primary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--dark-primary label,.spot-button-group-toggle--small .spot-container--dark-primary label{background-color:#31353d}.spot-container--dark-primary .spot-button--secondary:hover,.spot-container--dark-primary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button-group-toggle--large label:hover,.spot-container--dark-primary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--large .spot-container--dark-primary label:hover,.spot-button-group-toggle--small .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button--secondary.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--hover,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--hover{background-color:#284e76;border-color:#3e9af5}.spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus{background-color:#31353d}.spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--secondary:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-primary .spot-button--secondary:active,.spot-container--dark-primary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button-group-toggle--large label:active,.spot-container--dark-primary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--large .spot-container--dark-primary label:active,.spot-button-group-toggle--small .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button--secondary.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--active,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--active{background-color:#284e76;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--dark-primary .spot-button--secondary:disabled,.spot-container--dark-primary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled{box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button--secondary:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button--secondary:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary,.spot-container--dark-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--large label,.spot-container--dark-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--large .spot-container--dark-secondary label,.spot-button-group-toggle--small .spot-container--dark-secondary label{background-color:#3f434a}.spot-container--dark-secondary .spot-button--secondary:hover,.spot-container--dark-secondary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button-group-toggle--large label:hover,.spot-container--dark-secondary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--large .spot-container--dark-secondary label:hover,.spot-button-group-toggle--small .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button--secondary.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--hover,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--hover{background-color:#284e76;border-color:#3e9af5}.spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus{background-color:#3f434a}.spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-secondary .spot-button--secondary:active,.spot-container--dark-secondary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button-group-toggle--large label:active,.spot-container--dark-secondary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--large .spot-container--dark-secondary label:active,.spot-button-group-toggle--small .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button--secondary.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--active,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--active{background-color:#284e76;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--dark-secondary .spot-button--secondary:disabled,.spot-container--dark-secondary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled{box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button--link .spot-button__icon,.spot-button--link .spot-button>.spot-icon,.spot-button--link .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--link label>.spot-icon,.spot-button--link .spot-button-group-toggle--large label>.spot-icon,.spot-button--link .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button--link label>.spot-icon,.spot-button-group-toggle--small .spot-button--link label>.spot-icon,.spot-container--light-primary .spot-button--link .spot-button__icon,.spot-container--light-primary .spot-button--link .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--link .spot-button__icon,.spot-container--light-secondary .spot-button--link .spot-button>.spot-icon{fill:#0969d9}.spot-button--link:focus,.spot-container--light-primary .spot-button--link:focus,.spot-container--light-secondary .spot-button--link:focus,.spot-button--link.spot-button--focus,.spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-button--link:focus,.spot-container--light-primary .spot-container--light-primary .spot-button--link:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--link:focus,.spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--link:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--link:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--link.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-container--light-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-container--light-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-container--light-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-button--link:disabled .spot-button__icon,.spot-button--link:disabled .spot-button>.spot-icon,.spot-button--link:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--link:disabled label>.spot-icon,.spot-button--link:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button--link:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button--link:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button--link:disabled label>.spot-icon,.spot-button--link.spot-button--disabled .spot-button__icon,.spot-button--link.spot-button--disabled .spot-button>.spot-icon,.spot-button--link.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--link.spot-button--disabled label>.spot-icon,.spot-button--link.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button--link.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-button--link.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--link:disabled .spot-button__icon,.spot-container--light-primary .spot-button--link:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--link.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button--link.spot-button--disabled .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--link:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--link:focus,.spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--link:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--link:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--link.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-button--link:disabled .spot-button__icon,.spot-container--light-secondary .spot-button--link:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--link:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--link:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button--link:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--link:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--link.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-button--link .spot-button__icon,.spot-container--dark-primary .spot-button--link .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--link .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--link label>.spot-icon,.spot-container--dark-primary .spot-button--link .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button--link .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link label>.spot-icon,.spot-container--dark-secondary .spot-button--link .spot-button__icon,.spot-container--dark-secondary .spot-button--link .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--link .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link label>.spot-icon,.spot-container--dark-secondary .spot-button--link .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button--link .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link label>.spot-icon{fill:#62b3f9}.spot-container--dark-primary .spot-button--link:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--link:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--link.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-button--link:disabled .spot-button__icon,.spot-container--dark-primary .spot-button--link:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--link:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--link:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button--link:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link.spot-button--disabled label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--link:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--link.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-secondary .spot-button--link:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--link:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--link:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--link:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button--link:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link.spot-button--disabled label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group,.spot-button-group--disabled,.spot-button-group.disabled,.spot-button-group-toggle,.spot-button-group-toggle--large,.spot-button-group-toggle--small{display:inline-flex}@supports not (display:inline-flex){.spot-button-group,.spot-button-group--disabled,.spot-button-group.disabled,.spot-button-group-toggle,.spot-button-group-toggle--large,.spot-button-group-toggle--small{display:inline-block}}.spot-button-group,.spot-button-group--disabled,.spot-button-group.disabled,.spot-button-group-toggle,.spot-button-group-toggle--large,.spot-button-group-toggle--small{border-radius:4px}.spot-button-group:not(:last-child),.spot-button-group--disabled:not(:last-child),.spot-button-group-toggle:not(:last-child),.spot-button-group-toggle--large:not(:last-child),.spot-button-group-toggle--small:not(:last-child){margin-right:8px}.spot-button-group.separators .spot-button:not(:last-child),.spot-button-group.separators label:not(:last-child),.spot-button-group.with-lines .spot-button:not(:last-child),.spot-button-group.with-lines label:not(:last-child),.spot-button-group--separators .spot-button:not(:last-child),.spot-button-group--separators label:not(:last-child),.spot-button-group--with-lines .spot-button:not(:last-child),.spot-button-group--with-lines label:not(:last-child),.separators.spot-button-group--disabled .spot-button:not(:last-child),.separators.spot-button-group-toggle .spot-button:not(:last-child),.separators.spot-button-group-toggle label:not(:last-child),.separators.spot-button-group-toggle--large .spot-button:not(:last-child),.separators.spot-button-group-toggle--small .spot-button:not(:last-child),.separators.spot-button-group-toggle--large label:not(:last-child),.separators.spot-button-group-toggle--small label:not(:last-child),.separators.spot-button-group--disabled label:not(:last-child),.with-lines.spot-button-group--disabled .spot-button:not(:last-child),.with-lines.spot-button-group-toggle .spot-button:not(:last-child),.with-lines.spot-button-group-toggle label:not(:last-child),.with-lines.spot-button-group-toggle--large .spot-button:not(:last-child),.with-lines.spot-button-group-toggle--small .spot-button:not(:last-child),.with-lines.spot-button-group-toggle--large label:not(:last-child),.with-lines.spot-button-group-toggle--small label:not(:last-child),.with-lines.spot-button-group--disabled label:not(:last-child){border-right-style:solid!important;border-right-width:1px!important}.spot-button-group .spot-button,.spot-button-group--disabled .spot-button,.spot-button-group-toggle .spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--large .spot-button,.spot-button-group-toggle--small .spot-button,.spot-button-group-toggle--large label,.spot-button-group-toggle--small label{border-width:2px 0;margin:0;padding:0 12px;position:relative}.spot-button-group .spot-button:not(:first-child):not(:last-child),.spot-button-group--disabled .spot-button:not(:first-child):not(:last-child),.spot-button-group-toggle .spot-button:not(:first-child):not(:last-child),.spot-button-group-toggle label:not(:first-child):not(:last-child),.spot-button-group-toggle--large .spot-button:not(:first-child):not(:last-child),.spot-button-group-toggle--small .spot-button:not(:first-child):not(:last-child),.spot-button-group-toggle--large label:not(:first-child):not(:last-child),.spot-button-group-toggle--small label:not(:first-child):not(:last-child){border-radius:0}.spot-button-group .spot-button:first-child,.spot-button-group--disabled .spot-button:first-child,.spot-button-group-toggle .spot-button:first-child,.spot-button-group-toggle label:first-child,.spot-button-group-toggle--large .spot-button:first-child,.spot-button-group-toggle--small .spot-button:first-child,.spot-button-group-toggle--large label:first-child,.spot-button-group-toggle--small label:first-child{border-left-width:2px;border-top-right-radius:0;border-bottom-right-radius:0}.spot-button-group .spot-button:last-child,.spot-button-group--disabled .spot-button:last-child,.spot-button-group-toggle .spot-button:last-child,.spot-button-group-toggle label:last-child,.spot-button-group-toggle--large .spot-button:last-child,.spot-button-group-toggle--small .spot-button:last-child,.spot-button-group-toggle--large label:last-child,.spot-button-group-toggle--small label:last-child{border-right-width:2px;border-top-left-radius:0;border-bottom-left-radius:0}.spot-button-group .spot-button:focus,.spot-button-group .spot-button.spot-button--focus,.spot-button-group--disabled .spot-button:focus,.spot-button-group-toggle .spot-button:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--large .spot-button:focus,.spot-button-group-toggle--small .spot-button:focus,.spot-button-group-toggle--large label:focus,.spot-button-group-toggle--small label:focus,.spot-button-group--disabled .spot-button.spot-button--focus,.spot-button-group-toggle .spot-button.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--large .spot-button.spot-button--focus,.spot-button-group-toggle--small .spot-button.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-button-group .spot-button:active,.spot-button-group .spot-button.spot-button--active,.spot-button-group--disabled .spot-button:active,.spot-button-group-toggle .spot-button:active,.spot-button-group-toggle label:active,.spot-button-group-toggle--large .spot-button:active,.spot-button-group-toggle--small .spot-button:active,.spot-button-group-toggle--large label:active,.spot-button-group-toggle--small label:active,.spot-button-group--disabled .spot-button.spot-button--active,.spot-button-group-toggle .spot-button.spot-button--active,.spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle--large .spot-button.spot-button--active,.spot-button-group-toggle--small .spot-button.spot-button--active,.spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--small label.spot-button--active{z-index:2;position:relative}.spot-button-group .spot-button::-moz-focus-inner{border:0}.spot-button-group--disabled .spot-button::-moz-focus-inner{border:0}.spot-button-group-toggle .spot-button::-moz-focus-inner{border:0}.spot-button-group-toggle label::-moz-focus-inner{border:0}.spot-button-group-toggle--large .spot-button::-moz-focus-inner{border:0}.spot-button-group-toggle--small .spot-button::-moz-focus-inner{border:0}.spot-button-group-toggle--large label::-moz-focus-inner{border:0}.spot-button-group-toggle--small label::-moz-focus-inner{border:0}.spot-button-group .spot-button.spot-button--small,.spot-button-group--disabled .spot-button.spot-button--small,.spot-button-group-toggle .spot-button.spot-button--small,.spot-button-group-toggle label.spot-button--small,.spot-button-group-toggle--large .spot-button.spot-button--small,.spot-button-group-toggle--small .spot-button.spot-button--small,.spot-button-group-toggle--large label.spot-button--small,.spot-button-group-toggle--small label{padding:0 8px}.spot-button-group .spot-button.spot-button--large,.spot-button-group--disabled .spot-button.spot-button--large,.spot-button-group-toggle .spot-button.spot-button--large,.spot-button-group-toggle label.spot-button--large,.spot-button-group-toggle--large .spot-button.spot-button--large,.spot-button-group-toggle--small .spot-button.spot-button--large,.spot-button-group-toggle--large label,.spot-button-group-toggle--small label.spot-button--large{padding:0 16px}.spot-button-group-toggle label:first-of-type,.spot-button-group-toggle--large label:first-of-type,.spot-button-group-toggle--small label:first-of-type{border-left-width:2px;border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.spot-button-group-toggle input[type=checkbox],.spot-button-group-toggle input[type=radio],.spot-button-group-toggle--large input[type=checkbox],.spot-button-group-toggle--small input[type=checkbox],.spot-button-group-toggle--large input[type=radio],.spot-button-group-toggle--small input[type=radio]{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}.spot-button-group-toggle input[type=checkbox]:checked+label,.spot-button-group-toggle input[type=radio]:checked+label,.spot-button-group-toggle--large input[type=checkbox]:checked+label,.spot-button-group-toggle--small input[type=checkbox]:checked+label,.spot-button-group-toggle--large input[type=radio]:checked+label,.spot-button-group-toggle--small input[type=radio]:checked+label{margin-right:2px}.spot-button-group-toggle input[type=checkbox]:checked+label,.spot-container--light-primary .spot-button-group-toggle input[type=checkbox]:checked+label,.spot-container--light-secondary .spot-button-group-toggle input[type=checkbox]:checked+label,.spot-button-group-toggle input[type=radio]:checked+label,.spot-container--light-primary .spot-button-group-toggle input[type=radio]:checked+label,.spot-container--light-secondary .spot-button-group-toggle input[type=radio]:checked+label,.spot-button-group-toggle--large input[type=checkbox]:checked+label,.spot-button-group-toggle--small input[type=checkbox]:checked+label,.spot-button-group-toggle--large input[type=radio]:checked+label,.spot-button-group-toggle--small input[type=radio]:checked+label{background-color:#cdedff;border-color:#0000;box-shadow:0 0 0 2px #3e9af5}.spot-container--dark-primary .spot-button-group-toggle input[type=checkbox]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle input[type=checkbox]:checked+label,.spot-container--dark-primary .spot-button-group-toggle input[type=radio]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle input[type=radio]:checked+label,.spot-container--dark-primary .spot-button-group-toggle--large input[type=checkbox]:checked+label,.spot-container--dark-primary .spot-button-group-toggle--small input[type=checkbox]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle--large input[type=checkbox]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle--small input[type=checkbox]:checked+label,.spot-container--dark-primary .spot-button-group-toggle--large input[type=radio]:checked+label,.spot-container--dark-primary .spot-button-group-toggle--small input[type=radio]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle--large input[type=radio]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle--small input[type=radio]:checked+label{background-color:#284e76;border-color:#0000;box-shadow:0 0 0 2px #3e9af5}.spot-button-group-toggle label:not(:last-child):after,.spot-button-group-toggle--large label:not(:last-child):after,.spot-button-group-toggle--small label:not(:last-child):after{border-right-style:solid;border-right-width:1px;height:100%;position:absolute;top:6px;right:0;border-color:#0000!important}.spot-card--show-dividers .spot-card--header,.spot-card--show-dividers .spot-card--header,.spot-container--light-primary .spot-card--show-dividers .spot-card--header,.spot-container--light-secondary .spot-card--show-dividers .spot-card--header{border-bottom:1px solid #bcbdbc}.spot-card--show-dividers .spot-card--footer,.spot-card--show-dividers .spot-card--footer,.spot-container--light-primary .spot-card--show-dividers .spot-card--footer,.spot-container--light-secondary .spot-card--show-dividers .spot-card--footer{border-top:1px solid #bcbdbc}.spot-card--primary .dismiss .spot-icon,.spot-container--light-primary .spot-card--primary .dismiss .spot-icon,.spot-container--light-secondary .spot-card--primary .dismiss .spot-icon,.spot-card--primary .dismiss i,.spot-container--light-primary .spot-card--primary .dismiss i,.spot-container--light-secondary .spot-card--primary .dismiss i,.spot-card--primary .spot-dismiss .spot-icon,.spot-container--light-primary .spot-card--primary .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-card--primary .spot-dismiss .spot-icon,.spot-card--primary .spot-dismiss i,.spot-container--light-primary .spot-card--primary .spot-dismiss i,.spot-container--light-secondary .spot-card--primary .spot-dismiss i,.spot-card--secondary .dismiss .spot-icon,.spot-container--light-primary .spot-card--secondary .dismiss .spot-icon,.spot-container--light-secondary .spot-card--secondary .dismiss .spot-icon,.spot-card--secondary .dismiss i,.spot-container--light-primary .spot-card--secondary .dismiss i,.spot-container--light-secondary .spot-card--secondary .dismiss i,.spot-card--secondary .spot-dismiss .spot-icon,.spot-container--light-primary .spot-card--secondary .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-card--secondary .spot-dismiss .spot-icon,.spot-card--secondary .spot-dismiss i,.spot-container--light-primary .spot-card--secondary .spot-dismiss i,.spot-container--light-secondary .spot-card--secondary .spot-dismiss i,.spot-container--dark-primary .spot-card--primary .dismiss .spot-icon,.spot-container--dark-secondary .spot-card--primary .dismiss .spot-icon,.spot-container--dark-primary .spot-card--primary .dismiss i,.spot-container--dark-secondary .spot-card--primary .dismiss i,.spot-container--dark-primary .spot-card--primary .spot-dismiss .spot-icon,.spot-container--dark-secondary .spot-card--primary .spot-dismiss .spot-icon,.spot-container--dark-primary .spot-card--primary .spot-dismiss i,.spot-container--dark-secondary .spot-card--primary .spot-dismiss i,.spot-container--dark-primary .spot-card--secondary .dismiss .spot-icon,.spot-container--dark-secondary .spot-card--secondary .dismiss .spot-icon,.spot-container--dark-primary .spot-card--secondary .dismiss i,.spot-container--dark-secondary .spot-card--secondary .dismiss i,.spot-container--dark-primary .spot-card--secondary .spot-dismiss .spot-icon,.spot-container--dark-secondary .spot-card--secondary .spot-dismiss .spot-icon,.spot-container--dark-primary .spot-card--secondary .spot-dismiss i,.spot-container--dark-secondary .spot-card--secondary .spot-dismiss i{color:#9a9b9c;fill:#9a9b9c}.spot-card--primary,.spot-card--primary,.spot-container--light-primary .spot-card--primary,.spot-container--light-secondary .spot-card--primary{background-color:#fff}.spot-card--secondary,.spot-card--secondary,.spot-container--light-primary .spot-card--secondary,.spot-container--light-secondary .spot-card--secondary{background-color:#f0f0f0}@media screen and (width<=767px){.spot-header--responsive-header .spot-header__wrapper{padding-right:0}}@media screen and (width<=320px){.spot-header__left-content{justify-content:space-between;width:calc(50% + 12px)}.spot-header--idexx-branded .spot-header__left-content{width:calc(62.5% + 12px)}.spot-header--responsive-header .spot-header__left-content .spot-header__product-name{display:none}}@media screen and (width<=767px){.spot-header__right-content .spot-di{padding:0}.spot-header__right-content .spot-di__header-userinfo{display:none}.spot-header__right-content .spot-di__header-icon>svg{width:16px;height:auto;margin:0}.spot-header--responsive-header .spot-header__right-content .spot-header__signin{display:none}}@media screen and (width<=1024px){.spot-header__optional-content{display:none!important}.spot-header--responsive-header .spot-header__optional-content{display:flex!important}.spot-header--responsive-header .spot-header__optional-content .spot-header__optional-content__global-links,.spot-header--responsive-header .spot-header__optional-content .spot-header__optional-content__global-text{display:none}}@media screen and (width<=767px){.spot-header--responsive-header .spot-header__optional-content .spot-header__optional-content__global-icons{display:none}}@media screen and (width>=320px) and (width<=1024px){.spot-header__responsive-menu{display:flex}}.spot-di__content-profile:hover,.spot-di__content-mylocations:hover,.spot-di__content-profile:hover,.spot-container--light-primary .spot-di__content-profile:hover,.spot-container--light-secondary .spot-di__content-profile:hover,.spot-di__content-mylocations:hover,.spot-container--light-primary .spot-di__content-mylocations:hover,.spot-container--light-secondary .spot-di__content-mylocations:hover{background-color:#e2f5ff}.spot-di__content-item:hover>.spot-link,.marketing-page .navbar .spot-di__content-item:hover>.sign-up,.spot-di__content-item:hover>.spot-link,.marketing-page .navbar .spot-di__content-item:hover>.sign-up,.spot-container--light-primary .spot-di__content-item:hover>.spot-link,.spot-container--light-secondary .spot-di__content-item:hover>.spot-link{background-color:#e2f5ff}.spot-filter:focus,.spot-container--light-primary .spot-filter:focus,.spot-container--light-secondary .spot-filter:focus,.spot-filter.spot-filter--focus,.spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-filter:focus,.spot-container--light-primary .spot-container--light-primary .spot-filter:focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter:focus,.spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-filter:focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter:focus,.spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-filter:focus,.spot-container--dark-secondary .spot-filter:focus,.spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter:focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-filter:active,.spot-container--light-primary .spot-filter:active,.spot-container--light-secondary .spot-filter:active,.spot-filter.spot-filter--active,.spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-filter:active,.spot-container--light-primary .spot-container--light-primary .spot-filter:active,.spot-container--light-secondary .spot-container--light-primary .spot-filter:active,.spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-filter:active,.spot-container--light-primary .spot-container--light-secondary .spot-filter:active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter:active,.spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-filter:active,.spot-container--dark-secondary .spot-filter:active,.spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-container--light-primary .spot-filter:active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter:active,.spot-container--dark-primary .spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter:active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter:active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter:focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter:focus,.spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-filter:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter:focus,.spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter:active,.spot-container--light-primary .spot-container--dark-primary .spot-filter:active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter:active,.spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-filter:active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter:active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter:active,.spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter:active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter:active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter:active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter:active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-filter--highpriority:focus,.spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-filter--highpriority:focus,.spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-filter--highpriority:active,.spot-container--light-primary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-filter--highpriority:active,.spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-filter--highpriority:active,.spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority:active,.spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-filter--teal:focus,.spot-container--light-primary .spot-filter--teal:focus,.spot-container--light-secondary .spot-filter--teal:focus,.spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-filter--teal:focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--teal:focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--teal:focus,.spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-filter--teal:focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--teal:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal:focus,.spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-filter--lowpriority:focus,.spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal:focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-filter--teal:active,.spot-container--light-primary .spot-filter--teal:active,.spot-container--light-secondary .spot-filter--teal:active,.spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-filter--teal:active,.spot-container--light-primary .spot-container--light-primary .spot-filter--teal:active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--teal:active,.spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-filter--teal:active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--teal:active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal:active,.spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-filter--lowpriority:active,.spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-filter--lowpriority:active,.spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-filter--teal:active,.spot-container--dark-secondary .spot-filter--teal:active,.spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--teal:active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal:active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal:active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal:active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter--teal:focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--teal:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal:focus,.spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter--teal:active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--teal:active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal:active,.spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-filter--teal:active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal:active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal:active,.spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal:active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal:active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal:active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal:active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-form__input::placeholder,.spot-container--light-primary .spot-form__input::placeholder,.spot-container--light-secondary .spot-form__input::placeholder,.spot-container--dark-primary .spot-form__input::placeholder,.spot-container--dark-secondary .spot-form__input::placeholder{color:#9a9b9c}.spot-form__input.spot-form__input--hover,.spot-container--light-primary .spot-form__input.spot-form__input--hover,.spot-container--light-secondary .spot-form__input.spot-form__input--hover,.spot-form__input:hover,.spot-container--light-primary .spot-form__input:hover,.spot-container--light-secondary .spot-form__input:hover,.spot-container--dark-primary .spot-form__input.spot-form__input--hover,.spot-container--dark-secondary .spot-form__input.spot-form__input--hover,.spot-container--dark-primary .spot-form__input:hover,.spot-container--dark-secondary .spot-form__input:hover{border-color:#9a9b9c}.spot-form__input.spot-form__input--focus,.spot-container--light-primary .spot-form__input.spot-form__input--focus,.spot-container--light-secondary .spot-form__input.spot-form__input--focus,.spot-form__input:focus,.spot-container--light-primary .spot-form__input:focus,.spot-container--light-secondary .spot-form__input:focus,.spot-container--dark-primary .spot-form__input.spot-form__input--focus,.spot-container--dark-secondary .spot-form__input.spot-form__input--focus,.spot-container--dark-primary .spot-form__input:focus,.spot-container--dark-secondary .spot-form__input:focus{box-shadow:0 0 0 3px #3e9af5}.spot-form__textarea::placeholder,.spot-container--light-primary .spot-form__textarea::placeholder,.spot-container--light-secondary .spot-form__textarea::placeholder,.spot-container--dark-primary .spot-form__textarea::placeholder,.spot-container--dark-secondary .spot-form__textarea::placeholder{color:#9a9b9c}.spot-form__textarea.spot-form__textarea--hover,.spot-container--light-primary .spot-form__textarea.spot-form__textarea--hover,.spot-container--light-secondary .spot-form__textarea.spot-form__textarea--hover,.spot-form__textarea:hover,.spot-container--light-primary .spot-form__textarea:hover,.spot-container--light-secondary .spot-form__textarea:hover,.spot-container--dark-primary .spot-form__textarea.spot-form__textarea--hover,.spot-container--dark-secondary .spot-form__textarea.spot-form__textarea--hover,.spot-container--dark-primary .spot-form__textarea:hover,.spot-container--dark-secondary .spot-form__textarea:hover{border-color:#9a9b9c}.spot-form__textarea.spot-form__textarea--focus,.spot-container--light-primary .spot-form__textarea.spot-form__textarea--focus,.spot-container--light-secondary .spot-form__textarea.spot-form__textarea--focus,.spot-form__textarea:focus,.spot-container--light-primary .spot-form__textarea:focus,.spot-container--light-secondary .spot-form__textarea:focus,.spot-container--dark-primary .spot-form__textarea.spot-form__textarea--focus,.spot-container--dark-secondary .spot-form__textarea.spot-form__textarea--focus,.spot-container--dark-primary .spot-form__textarea:focus,.spot-container--dark-secondary .spot-form__textarea:focus{box-shadow:0 0 0 3px #3e9af5}.spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-container--light-primary .spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-container--light-secondary .spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-form__checkbox-input:focus+.spot-form__checkbox-inner,.spot-container--light-primary .spot-form__checkbox-input:focus+.spot-form__checkbox-inner,.spot-container--light-secondary .spot-form__checkbox-input:focus+.spot-form__checkbox-inner,.spot-container--dark-primary .spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-container--dark-secondary .spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-container--dark-primary .spot-form__checkbox-input:focus+.spot-form__checkbox-inner,.spot-container--dark-secondary .spot-form__checkbox-input:focus+.spot-form__checkbox-inner{box-shadow:0 0 0 3px #3e9af5}.spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-container--light-primary .spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-container--light-secondary .spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-form__checkbox--hover .spot-form__checkbox-visual,.spot-container--light-primary .spot-form__checkbox--hover .spot-form__checkbox-visual,.spot-container--light-secondary .spot-form__checkbox--hover .spot-form__checkbox-visual,.spot-container--dark-primary .spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-container--dark-secondary .spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-container--dark-primary .spot-form__checkbox--hover .spot-form__checkbox-visual,.spot-container--dark-secondary .spot-form__checkbox--hover .spot-form__checkbox-visual{border-color:#9a9b9c}.spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{background-color:#0969d9}.spot-container--light-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{background-color:#0969d9}.spot-container--light-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{background-color:#0969d9}.spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{border-color:#0969d9}.spot-container--light-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{border-color:#0969d9}.spot-container--light-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{border-color:#0969d9}.spot-form__radio--focus .spot-form__radio-inner,.spot-container--light-primary .spot-form__radio--focus .spot-form__radio-inner,.spot-container--light-secondary .spot-form__radio--focus .spot-form__radio-inner,.spot-form__radio-input:focus+.spot-form__radio-inner,.spot-container--light-primary .spot-form__radio-input:focus+.spot-form__radio-inner,.spot-container--light-secondary .spot-form__radio-input:focus+.spot-form__radio-inner,.spot-container--dark-primary .spot-form__radio--focus .spot-form__radio-inner,.spot-container--dark-secondary .spot-form__radio--focus .spot-form__radio-inner,.spot-container--dark-primary .spot-form__radio-input:focus+.spot-form__radio-inner,.spot-container--dark-secondary .spot-form__radio-input:focus+.spot-form__radio-inner{box-shadow:0 0 0 3px #3e9af5}.spot-form__radio:hover .spot-form__radio-visual,.spot-container--light-primary .spot-form__radio:hover .spot-form__radio-visual,.spot-container--light-secondary .spot-form__radio:hover .spot-form__radio-visual,.spot-form__radio--hover .spot-form__radio-visual,.spot-container--light-primary .spot-form__radio--hover .spot-form__radio-visual,.spot-container--light-secondary .spot-form__radio--hover .spot-form__radio-visual,.spot-container--dark-primary .spot-form__radio:hover .spot-form__radio-visual,.spot-container--dark-secondary .spot-form__radio:hover .spot-form__radio-visual,.spot-container--dark-primary .spot-form__radio--hover .spot-form__radio-visual,.spot-container--dark-secondary .spot-form__radio--hover .spot-form__radio-visual{border-color:#9a9b9c}.spot-form__select:hover .spot-form__select-inner,.spot-container--light-primary .spot-form__select:hover .spot-form__select-inner,.spot-container--light-secondary .spot-form__select:hover .spot-form__select-inner,.spot-form__select--hover .spot-form__select-inner,.spot-container--light-primary .spot-form__select--hover .spot-form__select-inner,.spot-container--light-secondary .spot-form__select--hover .spot-form__select-inner,.spot-container--dark-primary .spot-form__select:hover .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select:hover .spot-form__select-inner,.spot-container--dark-primary .spot-form__select--hover .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select--hover .spot-form__select-inner{border-color:#9a9b9c}.spot-form__select-input:focus~.spot-form__select-inner,.spot-container--light-primary .spot-form__select-input:focus~.spot-form__select-inner,.spot-container--light-secondary .spot-form__select-input:focus~.spot-form__select-inner,.spot-form__select--focus .spot-form__select-inner,.spot-container--light-primary .spot-form__select--focus .spot-form__select-inner,.spot-container--light-secondary .spot-form__select--focus .spot-form__select-inner,.spot-container--dark-primary .spot-form__select-input:focus~.spot-form__select-inner,.spot-container--dark-secondary .spot-form__select-input:focus~.spot-form__select-inner,.spot-container--dark-primary .spot-form__select--focus .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select--focus .spot-form__select-inner{box-shadow:0 0 0 3px #3e9af5}.spot-form__select--focus:hover .spot-form__select-inner,.spot-container--light-primary .spot-form__select--focus:hover .spot-form__select-inner,.spot-container--light-secondary .spot-form__select--focus:hover .spot-form__select-inner,.spot-container--dark-primary .spot-form__select--focus:hover .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select--focus:hover .spot-form__select-inner{border-color:#9a9b9c}.spot-light-dark-toggle--disabled,.spot-light-dark-toggle--disabled .spot-toggle{cursor:not-allowed}.spot-light-dark-toggle__icon:hover .spot-icon,.spot-light-dark-toggle__icon:hover .spot-icon,.spot-container--light-primary .spot-light-dark-toggle__icon:hover .spot-icon,.spot-container--light-secondary .spot-light-dark-toggle__icon:hover .spot-icon{fill:#0969d9}.spot-light-dark-toggle__icon input[type=checkbox]+.spot-icon+.spot-icon,.spot-light-dark-toggle__icon input[type=checkbox]+svg+svg,.spot-light-dark-toggle__icon input[type=checkbox]:checked+.spot-icon,.spot-light-dark-toggle__icon input[type=checkbox]:checked+svg{opacity:0}@media (prefers-color-scheme:dark){.spot-dark-mode{background-color:#31353d}}.spot-link.spot-link--focus,.marketing-page .navbar .spot-link--focus.sign-up,.spot-container--light-primary .spot-link.spot-link--focus,.spot-container--light-secondary .spot-link.spot-link--focus,.spot-link:focus,.marketing-page .navbar .sign-up:focus,.spot-container--light-primary .spot-link:focus,.spot-container--light-secondary .spot-link:focus,.spot-container--dark-primary .spot-link.spot-link--focus,.spot-container--dark-primary .marketing-page .navbar .spot-link--focus.sign-up,.marketing-page .navbar .spot-container--dark-primary .spot-link--focus.sign-up,.spot-container--dark-secondary .spot-link.spot-link--focus,.spot-container--dark-secondary .marketing-page .navbar .spot-link--focus.sign-up,.marketing-page .navbar .spot-container--dark-secondary .spot-link--focus.sign-up,.spot-container--dark-primary .spot-link:focus,.spot-container--dark-primary .marketing-page .navbar .sign-up:focus,.marketing-page .navbar .spot-container--dark-primary .sign-up:focus,.spot-container--dark-secondary .spot-link:focus,.spot-container--dark-secondary .marketing-page .navbar .sign-up:focus,.marketing-page .navbar .spot-container--dark-secondary .sign-up:focus{box-shadow:0 0 0 3px #3e9af5}.spot-typography__heading--level-1 .spot-link,.spot-typography__heading--level-1 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-1 .sign-up,.spot-typography__heading--level-2 .spot-link,div h1 .spot-link,div .h1 .spot-link,.spot-typography__heading--level-2 .marketing-page .navbar .sign-up,div h1 .marketing-page .navbar .sign-up,div .h1 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-2 .sign-up,.marketing-page .navbar div h1 .sign-up,div .marketing-page .navbar h1 .sign-up,.marketing-page .navbar div .h1 .sign-up,div .marketing-page .navbar .h1 .sign-up,.spot-typography__heading--level-3 .spot-link,div h2 .spot-link,div .h2 .spot-link,.spot-typography__heading--level-3 .marketing-page .navbar .sign-up,div h2 .marketing-page .navbar .sign-up,div .h2 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-3 .sign-up,.marketing-page .navbar div h2 .sign-up,div .marketing-page .navbar h2 .sign-up,.marketing-page .navbar div .h2 .sign-up,div .marketing-page .navbar .h2 .sign-up,.spot-typography__heading--level-4 .spot-link,div h3 .spot-link,div .h3 .spot-link,.spot-typography__heading--level-4 .marketing-page .navbar .sign-up,div h3 .marketing-page .navbar .sign-up,div .h3 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-4 .sign-up,.marketing-page .navbar div h3 .sign-up,div .marketing-page .navbar h3 .sign-up,.marketing-page .navbar div .h3 .sign-up,div .marketing-page .navbar .h3 .sign-up,.spot-typography__heading--level-5 .spot-link,div h4 .spot-link,div .h4 .spot-link,.spot-typography__heading--level-5 .marketing-page .navbar .sign-up,div h4 .marketing-page .navbar .sign-up,div .h4 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-5 .sign-up,.marketing-page .navbar div h4 .sign-up,div .marketing-page .navbar h4 .sign-up,.marketing-page .navbar div .h4 .sign-up,div .marketing-page .navbar .h4 .sign-up,.spot-typography__text--body .spot-link,.spot-typography__text--body .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__text--body .sign-up,.marketing-page p .spot-link,.marketing-page p .navbar .sign-up,.marketing-page .navbar p .sign-up,.spot-typography__text--secondary .spot-link,.spot-typography__text--secondary .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__text--secondary .sign-up,.spot-typography__text--tertiary .spot-link,.spot-typography__text--tertiary .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__text--tertiary .sign-up{font-size:inherit;line-height:inherit;font-weight:inherit}.spot-link__icon,.delete-widget .delete-widget-icon,.dropdown-item-active-icon,.spot-container--light-primary .spot-link__icon,.spot-container--light-secondary .spot-link__icon{fill:#0969d9}.spot-container--dark-primary .spot-link__icon,.spot-container--dark-primary .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-primary .delete-widget-icon,.spot-container--dark-primary .dropdown-item-active-icon,.spot-container--dark-secondary .spot-link__icon,.spot-container--dark-secondary .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-secondary .delete-widget-icon,.spot-container--dark-secondary .dropdown-item-active-icon{fill:#62b3f9}.spot-link__icon,.delete-widget .delete-widget-icon,.dropdown-item-active-icon{width:16px;height:16px;margin:0 8px 0 0}.spot-link__icon .spot-link--small,.delete-widget .delete-widget-icon .spot-link--small,.dropdown-item-active-icon .spot-link--small{width:16px;height:16px}.spot-link--large .spot-link__icon,.spot-link--large .delete-widget .delete-widget-icon,.delete-widget .spot-link--large .delete-widget-icon,.marketing-page .navbar .sign-up .spot-link__icon,.marketing-page .navbar .sign-up .delete-widget .delete-widget-icon,.delete-widget .marketing-page .navbar .sign-up .delete-widget-icon,.spot-link--large .dropdown-item-active-icon,.marketing-page .navbar .sign-up .dropdown-item-active-icon{width:20px;height:20px}.spot-link--show-visited.spot-link--focus,.spot-container--light-primary .spot-link--show-visited.spot-link--focus,.spot-container--light-secondary .spot-link--show-visited.spot-link--focus,.spot-link--show-visited:focus,.spot-container--light-primary .spot-link--show-visited:focus,.spot-container--light-secondary .spot-link--show-visited:focus,.spot-container--dark-primary .spot-link--show-visited.spot-link--focus,.spot-container--dark-secondary .spot-link--show-visited.spot-link--focus,.spot-container--dark-primary .spot-link--show-visited:focus,.spot-container--dark-secondary .spot-link--show-visited:focus{box-shadow:0 0 0 3px #3e9af5}.spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-link--show-visited.spot-link--visited .delete-widget .delete-widget-icon,.delete-widget .spot-link--show-visited.spot-link--visited .delete-widget-icon,.spot-link--show-visited.spot-link--visited .dropdown-item-active-icon,.spot-container--light-primary .spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-container--light-secondary .spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-link--show-visited:visited .spot-link__icon,.spot-link--show-visited:visited .delete-widget .delete-widget-icon,.delete-widget .spot-link--show-visited:visited .delete-widget-icon,.spot-link--show-visited:visited .dropdown-item-active-icon,.spot-container--light-primary .spot-link--show-visited:visited .spot-link__icon,.spot-container--light-secondary .spot-link--show-visited:visited .spot-link__icon{fill:#0347a1}.spot-container--dark-primary .spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-container--dark-primary .spot-link--show-visited.spot-link--visited .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-primary .spot-link--show-visited.spot-link--visited .delete-widget-icon,.spot-container--dark-primary .spot-link--show-visited.spot-link--visited .dropdown-item-active-icon,.spot-container--dark-secondary .spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-container--dark-secondary .spot-link--show-visited.spot-link--visited .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-secondary .spot-link--show-visited.spot-link--visited .delete-widget-icon,.spot-container--dark-secondary .spot-link--show-visited.spot-link--visited .dropdown-item-active-icon,.spot-container--dark-primary .spot-link--show-visited:visited .spot-link__icon,.spot-container--dark-primary .spot-link--show-visited:visited .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-primary .spot-link--show-visited:visited .delete-widget-icon,.spot-container--dark-primary .spot-link--show-visited:visited .dropdown-item-active-icon,.spot-container--dark-secondary .spot-link--show-visited:visited .spot-link__icon,.spot-container--dark-secondary .spot-link--show-visited:visited .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-secondary .spot-link--show-visited:visited .delete-widget-icon,.spot-container--dark-secondary .spot-link--show-visited:visited .dropdown-item-active-icon{fill:#9cdcff}.spot-long-form-text a.spot-link--focus,.spot-container--light-primary .spot-long-form-text a.spot-link--focus,.spot-container--light-secondary .spot-long-form-text a.spot-link--focus,.spot-long-form-text a:focus,.spot-container--light-primary .spot-long-form-text a:focus,.spot-container--light-secondary .spot-long-form-text a:focus,.spot-container--dark-primary .spot-long-form-text a.spot-link--focus,.spot-container--dark-secondary .spot-long-form-text a.spot-link--focus,.spot-container--dark-primary .spot-long-form-text a:focus,.spot-container--dark-secondary .spot-long-form-text a:focus{box-shadow:0 0 0 3px #3e9af5}.spot-paging__button--last,.spot-paging__button--next,.spot-paging__button--previous,.spot-paging__button--first{position:relative}.spot-paging__button--last svg,.spot-paging__button--next svg,.spot-paging__button--previous svg,.spot-paging__button--first svg{width:35px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-paging__button--focus,.spot-container--light-primary .spot-paging__button--focus,.spot-container--light-secondary .spot-paging__button--focus,.spot-paging__button:focus,.spot-container--light-primary .spot-paging__button:focus,.spot-container--light-secondary .spot-paging__button:focus,.spot-container--dark-primary .spot-paging__button--focus,.spot-container--dark-secondary .spot-paging__button--focus,.spot-container--dark-primary .spot-paging__button:focus,.spot-container--dark-secondary .spot-paging__button:focus{box-shadow:0 0 0 3px #3e9af5}.spot-panel__header__close-button-icon,.spot-panel__header__close-button-icon,.spot-container--light-primary .spot-panel__header__close-button-icon,.spot-container--light-secondary .spot-panel__header__close-button-icon{fill:#9a9b9c}.spot-panel__overlay,.spot-panel__overlay,.spot-container--light-primary .spot-panel__overlay,.spot-container--light-secondary .spot-panel__overlay{background:#3f434a99}.spot-panel--visible .spot-panel__content,.spot-panel--visible.spot-panel--open-left .spot-panel__content{left:0}.spot-signin,.spot-signin,.spot-container--light-primary .spot-signin,.spot-container--light-secondary .spot-signin{box-shadow:0 0 6px #86898d}.spot-signin__footer--item-separator:before,.spot-container--light-primary .spot-signin__footer--item-separator:before,.spot-container--light-secondary .spot-signin__footer--item-separator:before{color:#a9aaaa}.spot-container--dark-primary .spot-signin__footer--item-separator:before,.spot-container--dark-secondary .spot-signin__footer--item-separator:before{color:#717479}.spot-split-button>button:first-of-type,.spot-container--light-primary .spot-split-button>button:first-of-type,.spot-container--light-secondary .spot-split-button>button:first-of-type,.spot-container--dark-primary .spot-split-button>button:first-of-type,.spot-container--dark-secondary .spot-split-button>button:first-of-type{border-right:1px solid #fff3}.spot-message,.spot-message,.spot-container--light-primary .spot-message,.spot-container--light-secondary .spot-message{box-shadow:0 0 6px #86898d}.spot-message--banner,.spot-message--banner,.spot-container--light-primary .spot-message--banner,.spot-container--light-secondary .spot-message--banner,.spot-container--dark-primary .spot-message--banner,.spot-container--dark-secondary .spot-message--banner{box-shadow:none}.spot-message--cookie,.spot-message--cookie,.spot-container--light-primary .spot-message--cookie,.spot-container--light-secondary .spot-message--cookie{box-shadow:0 -2px 6px #86898d}.spot-message--success,.spot-message--success,.spot-container--light-primary .spot-message--success,.spot-container--light-secondary .spot-message--success{color:#fff;background-color:#2e7d32}.spot-message--success .dismiss .spot-icon,.spot-message--success .spot-dismiss .spot-icon,.spot-message--success .spot-icon,.spot-message--success i,.spot-message--success .dismiss .spot-icon,.spot-container--light-primary .spot-message--success .dismiss .spot-icon,.spot-container--light-secondary .spot-message--success .dismiss .spot-icon,.spot-message--success .spot-dismiss .spot-icon,.spot-container--light-primary .spot-message--success .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-message--success .spot-dismiss .spot-icon,.spot-message--success .spot-icon,.spot-container--light-primary .spot-message--success .spot-icon,.spot-container--light-secondary .spot-message--success .spot-icon,.spot-message--success i,.spot-container--light-primary .spot-message--success i,.spot-container--light-secondary .spot-message--success i{fill:#fff}.spot-message--warning,.spot-message--warning,.spot-container--light-primary .spot-message--warning,.spot-container--light-secondary .spot-message--warning{color:#31353d;background-color:#f6e962}.spot-message--warning .dismiss .spot-icon,.spot-message--warning .spot-dismiss .spot-icon,.spot-message--warning .spot-icon,.spot-message--warning i,.spot-message--warning .dismiss .spot-icon,.spot-container--light-primary .spot-message--warning .dismiss .spot-icon,.spot-container--light-secondary .spot-message--warning .dismiss .spot-icon,.spot-message--warning .spot-dismiss .spot-icon,.spot-container--light-primary .spot-message--warning .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-message--warning .spot-dismiss .spot-icon,.spot-message--warning .spot-icon,.spot-container--light-primary .spot-message--warning .spot-icon,.spot-container--light-secondary .spot-message--warning .spot-icon,.spot-message--warning i,.spot-container--light-primary .spot-message--warning i,.spot-container--light-secondary .spot-message--warning i{fill:#31353d}.spot-message--danger,.spot-message--danger,.spot-container--light-primary .spot-message--danger,.spot-container--light-secondary .spot-message--danger{color:#fff;background-color:#e31527}.spot-message--danger .dismiss .spot-icon,.spot-message--danger .spot-dismiss .spot-icon,.spot-message--danger .spot-icon,.spot-message--danger i,.spot-message--danger .dismiss .spot-icon,.spot-container--light-primary .spot-message--danger .dismiss .spot-icon,.spot-container--light-secondary .spot-message--danger .dismiss .spot-icon,.spot-message--danger .spot-dismiss .spot-icon,.spot-container--light-primary .spot-message--danger .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-message--danger .spot-dismiss .spot-icon,.spot-message--danger .spot-icon,.spot-container--light-primary .spot-message--danger .spot-icon,.spot-container--light-secondary .spot-message--danger .spot-icon,.spot-message--danger i,.spot-container--light-primary .spot-message--danger i,.spot-container--light-secondary .spot-message--danger i{fill:#fff}.spot-message--info,.spot-message--info,.spot-container--light-primary .spot-message--info,.spot-container--light-secondary .spot-message--info{background-color:#c5f0ff}.spot-message--cookie,.spot-message--cookie,.spot-container--light-primary .spot-message--cookie,.spot-container--light-secondary .spot-message--cookie{background-color:#e2e2e2}.spot-tabs--with-border .spot-tabs__list-wrap,.spot-container--light-primary .spot-tabs--with-border .spot-tabs__list-wrap,.spot-container--light-secondary .spot-tabs--with-border .spot-tabs__list-wrap{border-bottom:1px solid #d0d1d0}.spot-container--dark-primary .spot-tabs--with-border .spot-tabs__list-wrap,.spot-container--dark-secondary .spot-tabs--with-border .spot-tabs__list-wrap{border-bottom:1px solid #5d6066}.spot-tabs--scrollable.spot-tabs--previous-scroll-hidden .spot-tabs__scroll-button--previous,.spot-tabs--scrollable.spot-tabs--next-scroll-hidden .spot-tabs__scroll-button--next{visibility:hidden}.spot-data-table--clickable tr:hover,.spot-data-table--clickable tr:hover,.spot-container--light-primary .spot-data-table--clickable tr:hover{background-color:#e2f5ff}.spot-data-table__row--clicked,.spot-data-table__row--clicked,.spot-container--light-primary .spot-data-table__row--clicked{background-color:#f0f0f0}.spot-data-table th,.spot-container--light-primary .spot-data-table th,.spot-container--light-secondary .spot-data-table th,.spot-container--dark-primary .spot-data-table th{border-bottom:1px solid #a9aaaa}.spot-data-table td,.spot-container--light-primary .spot-data-table td,.spot-container--light-secondary .spot-data-table td{border-bottom:1px solid #d0d1d0}.spot-container--dark-primary .spot-data-table td,.spot-container--dark-secondary .spot-data-table td{border-bottom:1px solid #5d6066}.spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover,.spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover,.spot-container--light-primary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover,.spot-container--light-secondary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover{color:#25282e}.spot-data-table--sortable th:hover,.spot-data-table--sortable th:hover,.spot-container--light-primary .spot-data-table--sortable th:hover,.spot-container--light-secondary .spot-data-table--sortable th:hover{color:#0969d9}.spot-data-table--sortable th.spot-data-table__col--active,.spot-data-table--sortable th.spot-data-table__col--active,.spot-container--light-primary .spot-data-table--sortable th.spot-data-table__col--active,.spot-container--light-secondary .spot-data-table--sortable th.spot-data-table__col--active{border-bottom:2px solid #31353d}.spot-data-table--sortable th.spot-data-table__col--active:hover,.spot-data-table--sortable th.spot-data-table__col--active:hover,.spot-container--light-primary .spot-data-table--sortable th.spot-data-table__col--active:hover,.spot-container--light-secondary .spot-data-table--sortable th.spot-data-table__col--active:hover{border-color:#0969d9}@media screen and (width>=460px){.spot-modal__footer-cancel-button{width:auto;margin:0 auto 0 0}}@media screen and (width>=460px){.spot-modal__footer{flex-wrap:nowrap}}@media screen and (width>=460px){.spot-modal__footer .spot-button,.spot-modal__footer .spot-button-group-toggle label,.spot-button-group-toggle .spot-modal__footer label,.spot-modal__footer .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-modal__footer label,.spot-modal__footer .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-modal__footer label{word-wrap:break-word;width:auto;margin:0 0 0 16px}}.spot-search-bar:has(>:focus){box-shadow:0 0 0 3px #3e9af5}.spot-container--light-primary .spot-search-bar:has(>:focus){box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-search-bar:has(>:focus){box-shadow:0 0 0 3px #3e9af5}.spot-search-bar--error,.spot-search-bar--error,.spot-container--light-primary .spot-search-bar--error,.spot-container--light-secondary .spot-search-bar--error{box-shadow:0 0 0 2px #ea2839}.spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #ea2839}.spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #ea2839}.spot-container--light-primary .spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #ea2839}.spot-container--light-secondary .spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #ea2839}.spot-container--dark-primary .spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #f5767d}.spot-container--dark-secondary .spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #f5767d}.spot-search-bar--error:has(>:hover) .spot-search-bar__input{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__input:focus{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__input:focus~.spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__input:focus~.spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #ea2839}.spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #ea2839}.spot-container--light-primary .spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #ea2839}.spot-container--light-secondary .spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #ea2839}.spot-container--dark-primary .spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #f5767d}.spot-container--dark-secondary .spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #f5767d}.spot-search-bar--error:has(>:focus) .spot-search-bar__input{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__input:focus{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__input:focus~.spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__input:focus~.spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-form__checkbox.spot-form__checkbox--small .spot-form__checkbox-label{margin-bottom:12px!important}.spot-form__checkbox-input:focus+.spot-form__checkbox-inner{box-shadow:none}input.error,textarea.error,.spot-form__select.error,.spot-form__radio-group.error,.spot-form__checkbox-group.error{border:1px solid red}.spot-form__select{overflow:visible!important}.spot-button__text{margin:auto}svg.spot-form__select-open-icon{fill:#0969d9}.spot-dropdown{cursor:pointer}.spot-dropdown__content{max-height:250px;padding:12px 16px}.spot-dropdown__content-item{cursor:pointer;padding:6px 12px}.spot-dropdown__content-item--single-line{white-space:nowrap}.spot-dropdown__content-item--heading{cursor:initial}.spot-dropdown__content-item--heading:hover{background-color:inherit}.spot-dropdown__content-item--selected,.spot-container--light-primary .spot-dropdown__content-item--selected,.spot-container--light-secondary .spot-dropdown__content-item--selected{background-color:#e2f5ff}.spot-container--dark-primary .spot-dropdown__content-item--selected,.spot-container--dark-secondary .spot-dropdown__content-item--selected{background-color:#224569}.spot-dropdown__content--divider{width:unset;margin:12px}.spot-dropdown__caret{width:12px;height:12px;margin-bottom:2px;margin-left:5px}.spot-form__radio-visual--centered{align-self:center}.spot-form__radio--full .spot-form__radio-inner,.spot-form__radio--full .spot-form__radio-label{width:100%}.spot-flyover-loading{text-align:center;color:#5d6066;height:100vh;margin-top:25vh}.spot-flyover-loading .spot-loading-spinner{margin-bottom:12px}.spot-search-bar{margin:12px 0}.spot-search-bar:has(.spot-form__input:focus-within){outline:none;box-shadow:0 0 0 3px #3e9af5}.spot-search-bar .spot-horizontal-rule{border-bottom:1px solid #a9aaaa;margin:12px 0}.spot-vertical-rule{border-left:1px solid #a9aaaa;margin:12px 0}.spot-link .spot-link__icon,.spot-link .delete-widget .delete-widget-icon,.delete-widget .spot-link .delete-widget-icon,.marketing-page .navbar .sign-up .spot-link__icon,.marketing-page .navbar .sign-up .delete-widget .delete-widget-icon,.delete-widget .marketing-page .navbar .sign-up .delete-widget-icon,.spot-link .dropdown-item-active-icon,.marketing-page .navbar .sign-up .dropdown-item-active-icon,.spot-button .spot-button__icon,.spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--large label .spot-button__icon{flex-grow:0;flex-shrink:0}.spot-link:disabled .spot-link__icon,.spot-link:disabled .delete-widget .delete-widget-icon,.delete-widget .spot-link:disabled .delete-widget-icon,.marketing-page .navbar .sign-up:disabled .spot-link__icon,.marketing-page .navbar .sign-up:disabled .delete-widget .delete-widget-icon,.delete-widget .marketing-page .navbar .sign-up:disabled .delete-widget-icon,.spot-link:disabled .dropdown-item-active-icon,.marketing-page .navbar .sign-up:disabled .dropdown-item-active-icon,.spot-container--light-primary .spot-link:disabled .spot-link__icon,.spot-container--light-secondary .spot-link:disabled .spot-link__icon,.spot-link--disabled .spot-link__icon,.spot-link--disabled .delete-widget .delete-widget-icon,.delete-widget .spot-link--disabled .delete-widget-icon,.spot-link--disabled .dropdown-item-active-icon,.spot-container--light-primary .spot-link--disabled .spot-link__icon,.spot-container--light-secondary .spot-link--disabled .spot-link__icon{fill:#a9aaaa}.spot-container--dark-primary .spot-link:disabled .spot-link__icon,.spot-container--dark-primary .spot-link:disabled .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-primary .spot-link:disabled .delete-widget-icon,.spot-container--dark-primary .marketing-page .navbar .sign-up:disabled .spot-link__icon,.spot-container--dark-primary .marketing-page .navbar .sign-up:disabled .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-primary .marketing-page .navbar .sign-up:disabled .delete-widget-icon,.marketing-page .navbar .spot-container--dark-primary .sign-up:disabled .spot-link__icon,.marketing-page .navbar .spot-container--dark-primary .sign-up:disabled .delete-widget .delete-widget-icon,.delete-widget .marketing-page .navbar .spot-container--dark-primary .sign-up:disabled .delete-widget-icon,.spot-container--dark-primary .spot-link:disabled .dropdown-item-active-icon,.spot-container--dark-primary .marketing-page .navbar .sign-up:disabled .dropdown-item-active-icon,.marketing-page .navbar .spot-container--dark-primary .sign-up:disabled .dropdown-item-active-icon,.spot-container--dark-secondary .spot-link:disabled .spot-link__icon,.spot-container--dark-secondary .spot-link:disabled .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-secondary .spot-link:disabled .delete-widget-icon,.spot-container--dark-secondary .marketing-page .navbar .sign-up:disabled .spot-link__icon,.spot-container--dark-secondary .marketing-page .navbar .sign-up:disabled .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-secondary .marketing-page .navbar .sign-up:disabled .delete-widget-icon,.marketing-page .navbar .spot-container--dark-secondary .sign-up:disabled .spot-link__icon,.marketing-page .navbar .spot-container--dark-secondary .sign-up:disabled .delete-widget .delete-widget-icon,.delete-widget .marketing-page .navbar .spot-container--dark-secondary .sign-up:disabled .delete-widget-icon,.spot-container--dark-secondary .spot-link:disabled .dropdown-item-active-icon,.spot-container--dark-secondary .marketing-page .navbar .sign-up:disabled .dropdown-item-active-icon,.marketing-page .navbar .spot-container--dark-secondary .sign-up:disabled .dropdown-item-active-icon,.spot-container--dark-primary .spot-link--disabled .spot-link__icon,.spot-container--dark-primary .spot-link--disabled .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-primary .spot-link--disabled .delete-widget-icon,.spot-container--dark-primary .spot-link--disabled .dropdown-item-active-icon,.spot-container--dark-secondary .spot-link--disabled .spot-link__icon,.spot-container--dark-secondary .spot-link--disabled .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-secondary .spot-link--disabled .delete-widget-icon,.spot-container--dark-secondary .spot-link--disabled .dropdown-item-active-icon{fill:#717479}.spot-link:hover,.marketing-page .navbar .sign-up:hover{color:#0969d9}.spot-search-bar__search-button{min-width:auto}.spot-search-bar__search-button:hover{background-color:#e2f5ff}.spot-toggle-label{line-height:1.5}.spot-toggle:disabled,.spot-toggle:disabled+.spot-toggle-label{cursor:not-allowed;opacity:.5}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, #ffffff26, #fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33, 37, 41;--bs-body-bg:#fff;--bs-body-bg-rgb:255, 255, 255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33, 37, 41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233, 236, 239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33, 37, 41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248, 249, 250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13, 110, 253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10, 88, 202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:#0000002d;--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem #00000026;--bs-box-shadow-sm:0 .125rem .25rem #00000013;--bs-box-shadow-lg:0 1rem 3rem #0000002d;--bs-box-shadow-inset:inset 0 1px 2px #00000013;--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:#0d6efd40;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222, 226, 230;--bs-body-bg:#212529;--bs-body-bg-rgb:33, 37, 41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255, 255, 255;--bs-secondary-color:#dee2e6bf;--bs-secondary-color-rgb:222, 226, 230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52, 58, 64;--bs-tertiary-color:#dee2e680;--bs-tertiary-color-rgb:222, 226, 230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43, 48, 53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110, 168, 254;--bs-link-hover-color-rgb:139, 185, 254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#0000;margin:0}hr{color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25;margin:1rem 0}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{color:var(--bs-heading-color);margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (width>=1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media (width>=1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media (width>=1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media (width>=1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{margin-top:0;margin-bottom:1rem;font-size:.875em;display:block;overflow:auto}pre code{font-size:inherit;color:inherit;word-break:normal}code{color:var(--bs-code-color);word-wrap:break-word;font-size:.875em}a>code{color:inherit}kbd{color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem;padding:.1875rem .375rem;font-size:.875em}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{color:var(--bs-secondary-color);text-align:left;padding-top:.5rem;padding-bottom:.5rem}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;min-width:0;margin:0;padding:0}legend{float:left;width:100%;line-height:inherit;margin-bottom:.5rem;padding:0;font-size:calc(1.275rem + .3vw)}@media (width>=1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit-text{padding:0}::-webkit-datetime-edit-minute{padding:0}::-webkit-datetime-edit-hour-field{padding:0}::-webkit-datetime-edit-day-field{padding:0}::-webkit-datetime-edit-month-field{padding:0}::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale()}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{text-transform:uppercase;font-size:.875em}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;margin-top:-1rem;margin-bottom:1rem;font-size:.875em}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto;padding:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-left:auto;margin-right:auto}@media (width>=600px){.container-sm,.container{max-width:564px}}@media (width>=768px){.container-md,.container-sm,.container{max-width:720px}}@media (width>=1024px){.container-lg,.container-md,.container-sm,.container{max-width:980px}}@media (width>=1440px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1400px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:600px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:1024px;--bs-breakpoint-xl:1440px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));flex-wrap:wrap;display:flex}.row>*{width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex-shrink:0}.col{flex:1 0 0}.row-cols-auto>*{flex:none;width:auto}.row-cols-1>*{flex:none;width:100%}.row-cols-2>*{flex:none;width:50%}.row-cols-3>*{flex:none;width:33.3333%}.row-cols-4>*{flex:none;width:25%}.row-cols-5>*{flex:none;width:20%}.row-cols-6>*{flex:none;width:16.6667%}.col-auto{flex:none;width:auto}.col-1{flex:none;width:8.33333%}.col-2{flex:none;width:16.6667%}.col-3{flex:none;width:25%}.col-4{flex:none;width:33.3333%}.col-5{flex:none;width:41.6667%}.col-6{flex:none;width:50%}.col-7{flex:none;width:58.3333%}.col-8{flex:none;width:66.6667%}.col-9{flex:none;width:75%}.col-10{flex:none;width:83.3333%}.col-11{flex:none;width:91.6667%}.col-12{flex:none;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (width>=600px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:none;width:auto}.row-cols-sm-1>*{flex:none;width:100%}.row-cols-sm-2>*{flex:none;width:50%}.row-cols-sm-3>*{flex:none;width:33.3333%}.row-cols-sm-4>*{flex:none;width:25%}.row-cols-sm-5>*{flex:none;width:20%}.row-cols-sm-6>*{flex:none;width:16.6667%}.col-sm-auto{flex:none;width:auto}.col-sm-1{flex:none;width:8.33333%}.col-sm-2{flex:none;width:16.6667%}.col-sm-3{flex:none;width:25%}.col-sm-4{flex:none;width:33.3333%}.col-sm-5{flex:none;width:41.6667%}.col-sm-6{flex:none;width:50%}.col-sm-7{flex:none;width:58.3333%}.col-sm-8{flex:none;width:66.6667%}.col-sm-9{flex:none;width:75%}.col-sm-10{flex:none;width:83.3333%}.col-sm-11{flex:none;width:91.6667%}.col-sm-12{flex:none;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (width>=768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:none;width:auto}.row-cols-md-1>*{flex:none;width:100%}.row-cols-md-2>*{flex:none;width:50%}.row-cols-md-3>*{flex:none;width:33.3333%}.row-cols-md-4>*{flex:none;width:25%}.row-cols-md-5>*{flex:none;width:20%}.row-cols-md-6>*{flex:none;width:16.6667%}.col-md-auto{flex:none;width:auto}.col-md-1{flex:none;width:8.33333%}.col-md-2{flex:none;width:16.6667%}.col-md-3{flex:none;width:25%}.col-md-4{flex:none;width:33.3333%}.col-md-5{flex:none;width:41.6667%}.col-md-6{flex:none;width:50%}.col-md-7{flex:none;width:58.3333%}.col-md-8{flex:none;width:66.6667%}.col-md-9{flex:none;width:75%}.col-md-10{flex:none;width:83.3333%}.col-md-11{flex:none;width:91.6667%}.col-md-12{flex:none;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (width>=1024px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:none;width:auto}.row-cols-lg-1>*{flex:none;width:100%}.row-cols-lg-2>*{flex:none;width:50%}.row-cols-lg-3>*{flex:none;width:33.3333%}.row-cols-lg-4>*{flex:none;width:25%}.row-cols-lg-5>*{flex:none;width:20%}.row-cols-lg-6>*{flex:none;width:16.6667%}.col-lg-auto{flex:none;width:auto}.col-lg-1{flex:none;width:8.33333%}.col-lg-2{flex:none;width:16.6667%}.col-lg-3{flex:none;width:25%}.col-lg-4{flex:none;width:33.3333%}.col-lg-5{flex:none;width:41.6667%}.col-lg-6{flex:none;width:50%}.col-lg-7{flex:none;width:58.3333%}.col-lg-8{flex:none;width:66.6667%}.col-lg-9{flex:none;width:75%}.col-lg-10{flex:none;width:83.3333%}.col-lg-11{flex:none;width:91.6667%}.col-lg-12{flex:none;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (width>=1440px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:none;width:auto}.row-cols-xl-1>*{flex:none;width:100%}.row-cols-xl-2>*{flex:none;width:50%}.row-cols-xl-3>*{flex:none;width:33.3333%}.row-cols-xl-4>*{flex:none;width:25%}.row-cols-xl-5>*{flex:none;width:20%}.row-cols-xl-6>*{flex:none;width:16.6667%}.col-xl-auto{flex:none;width:auto}.col-xl-1{flex:none;width:8.33333%}.col-xl-2{flex:none;width:16.6667%}.col-xl-3{flex:none;width:25%}.col-xl-4{flex:none;width:33.3333%}.col-xl-5{flex:none;width:41.6667%}.col-xl-6{flex:none;width:50%}.col-xl-7{flex:none;width:58.3333%}.col-xl-8{flex:none;width:66.6667%}.col-xl-9{flex:none;width:75%}.col-xl-10{flex:none;width:83.3333%}.col-xl-11{flex:none;width:91.6667%}.col-xl-12{flex:none;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), .075);vertical-align:top;border-color:var(--bs-table-border-color);width:100%;margin-bottom:1rem}.table>:not(caption)>*>*{color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));padding:.5rem}.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}.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)>*,.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a5b5cc;--bs-table-striped-bg:#c4d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe5;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b4b6b7;--bs-table-striped-bg:#d6d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbcdce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a5c4ca;--bs-table-striped-bg:#c4e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e6c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dab9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece0be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc1c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7c9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (width<=599.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=1023.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=1439.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));font-size:inherit;margin-bottom:0;line-height:1.5}.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{color:var(--bs-secondary-color);margin-top:.25rem;font-size:.875em}.form-control{width:100%;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);background-clip:padding-box;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@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:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{padding:0;display:block}.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{margin:-.375rem -.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;margin-inline-end:.75rem;padding:.375rem .75rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.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{width:100%;color:var(--bs-body-color);border:solid #0000;border-width:var(--bs-border-width) 0;background-color:#0000;margin-bottom:0;padding:.375rem 0;line-height:1.5;display:block}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-left:0;padding-right:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));border-radius:var(--bs-border-radius-sm);padding:.25rem .5rem;font-size:.875rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));border-radius:var(--bs-border-radius-lg);padding:.5rem 1rem;font-size:1.25rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 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-radius:var(--bs-border-radius);border:0!important}.form-control-color::-webkit-color-swatch{border-radius:var(--bs-border-radius);border:0!important}.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{--bs-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");width:100%;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{border-radius:var(--bs-border-radius-sm);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{border-radius:var(--bs-border-radius-lg);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}[data-bs-theme=dark] .form-select{--bs-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='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{min-height:1.5rem;margin-bottom:.125rem;padding-left:1.5em;display:block}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{text-align:right;padding-left:0;padding-right:1.5em}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact;background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:1em;height:1em;margin-top:.25em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-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]{--bs-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{--bs-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");background-color:#0d6efd;border-color:#0d6efd}.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{--bs-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");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;width:2em;margin-left:-2.5em;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{--bs-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%2852.5490196078%, 71.568627451%, 99.6078431373%%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{--bs-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");background-position:100%}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{margin-right:1rem;display:inline-block}.btn-check{clip:rect(0, 0, 0, 0);pointer-events:none;position:absolute}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-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%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{appearance:none;background-color:#0000;width:100%;height:1.5rem;padding:0}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;width:1rem;height:1rem;margin-top:-.25rem;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:#b6d4fe}.form-range::-webkit-slider-runnable-track{color:#0000;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;width:1rem;height:1rem;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:#b6d4fe}.form-range::-moz-range-track{color:#0000;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.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{z-index:2;max-width:100%;height:100%;color:rgba(var(--bs-body-color-rgb), .65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;padding:1rem .75rem;transition:opacity .1s ease-in-out,transform .1s ease-in-out;position:absolute;top:0;left:0;overflow:hidden}@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::placeholder,.form-floating>.form-control-plaintext::placeholder{color:#0000}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),:-webkit-any(.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),:is(.form-floating>.form-control:autofill,.form-floating>.form-control-plaintext:autofill){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{z-index:-1;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);height:1.5em;position:absolute;inset:1rem .375rem}.form-floating>textarea:disabled~label:after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.input-group{flex-wrap:wrap;align-items:stretch;width:100%;display:flex;position:relative}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{flex:auto;width:1%;min-width:0;position:relative}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{z-index:2;position:relative}.input-group .btn:focus{z-index:5}.input-group-text{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);align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{border-radius:var(--bs-border-radius-lg);padding:.5rem 1rem;font-size:1.25rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{border-radius:var(--bs-border-radius-sm);padding:.25rem .5rem;font-size:.875rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.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.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.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{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{width:100%;color:var(--bs-form-valid-color);margin-top:.25rem;font-size:.875em;display:none}.valid-tooltip{z-index:5;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius);max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), .25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-position:right .75rem center,right 2.25rem center;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), .25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(1.5em + 3.75rem)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), .25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{width:100%;color:var(--bs-form-invalid-color);margin-top:.25rem;font-size:.875em;display:none}.invalid-tooltip{z-index:5;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius);max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);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-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-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");background-position:right .75rem center,right 2.25rem center;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(1.5em + 3.75rem)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x:.75rem;--bs-btn-padding-y:.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;--bs-btn-disabled-opacity:.65;--bs-btn-focus-box-shadow:0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49, 132, 253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130, 138, 145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60, 153, 110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11, 172, 204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217, 164, 6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225, 83, 97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211, 212, 213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66, 70, 73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13, 110, 253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108, 117, 125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25, 135, 84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13, 202, 240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255, 193, 7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220, 53, 69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248, 249, 250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33, 37, 41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y:.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y:.25rem;--bs-btn-padding-x:.5rem;--bs-btn-font-size:.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.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;transition:height .35s;overflow:hidden}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top-color:currentColor;border-bottom:0;margin-left:.255em;display:inline-block}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:.5rem;--bs-dropdown-spacer:.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.5rem;z-index:var(--bs-dropdown-zindex);min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);background-clip:padding-box;margin:0;list-style:none;display:none;position:absolute}.dropdown-menu[data-bs-popper]{margin-top:var(--bs-dropdown-spacer);top:100%;left:0}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (width>=600px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (width>=768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (width>=1024px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (width>=1440px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{margin-top:0;margin-bottom:var(--bs-dropdown-spacer);top:auto;bottom:100%}.dropup .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top:0;border-bottom-color:currentColor;margin-left:.255em;display:inline-block}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:var(--bs-dropdown-spacer);top:0;left:100%;right:auto}.dropend .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-left-color:currentColor;border-right:0;margin-left:.255em;display:inline-block}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:var(--bs-dropdown-spacer);top:0;left:auto;right:100%}.dropstart .dropdown-toggle:after{vertical-align:.255em;content:"";margin-left:.255em;display:none}.dropstart .dropdown-toggle:before{vertical-align:.255em;content:"";border-top:.3em solid #0000;border-bottom:.3em solid #0000;border-right:.3em solid;margin-right:.255em;display:inline-block}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1;overflow:hidden}.dropdown-item{width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;color:var(--bs-dropdown-link-color);text-align:inherit;white-space:nowrap;border-radius:var(--bs-dropdown-item-border-radius,0);background-color:#0000;border:0;font-weight:400;text-decoration:none;display:block}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);background-color:var(--bs-dropdown-link-active-bg);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:#0000}.dropdown-menu.show{display:block}.dropdown-header{padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);color:var(--bs-dropdown-header-color);white-space:nowrap;margin-bottom:0;font-size:.875rem;display:block}.dropdown-item-text{padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color);display:block}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:#ffffff26;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{vertical-align:middle;display:inline-flex;position:relative}.btn-group>.btn,.btn-group-vertical>.btn{flex:auto;position:relative}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{flex-wrap:wrap;justify-content:flex-start;display:flex}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(-1 * var(--bs-border-width))}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{flex-direction:column;justify-content:center;align-items:flex-start}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(-1 * var(--bs-border-width))}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none;display:flex}.nav-link{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);background:0 0;border:0;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentColor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentColor;font-weight:700}.nav-fill>.nav-link,.nav-fill .nav-item{text-align:center;flex:auto}.nav-justified>.nav-link,.nav-justified .nav-item{text-align:center;flex-grow:1;flex-basis:0}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:.5rem;--bs-navbar-toggler-padding-y:.25rem;--bs-navbar-toggler-padding-x:.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:.25rem;--bs-navbar-toggler-transition:box-shadow .15s ease-in-out;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex;position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl{flex-wrap:inherit;justify-content:space-between;align-items:center;display:flex}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);white-space:nowrap;text-decoration:none}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);flex-direction:column;margin-bottom:0;padding-left:0;list-style:none;display:flex}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-top:.5rem;padding-bottom:.5rem}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);color:var(--bs-navbar-color);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition);background-color:#0000;line-height:1}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;width:1.5em;height:1.5em;display:inline-block}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (width>=600px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=1024px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=1440px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:#ffffff8c;--bs-navbar-hover-color:#ffffffbf;--bs-navbar-disabled-color:#ffffff40;--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:#ffffff1a;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:.75rem;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);background-clip:border-box;flex-direction:column;display:flex;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color);flex:auto}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));color:var(--bs-card-subtitle-color);margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);margin-bottom:0}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius);position:absolute;inset:0}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (width>=600px){.card-group{flex-flow:wrap;display:flex}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-img-top,.card-group>.card:not(:last-child)>.card-header{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-img-bottom,.card-group>.card:not(:last-child)>.card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-img-top,.card-group>.card:not(:first-child)>.card-header{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-img-bottom,.card-group>.card:not(:first-child)>.card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform .2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%282.0392156863%, 17.2549019608%, 39.6862745098%%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 .25rem #0d6efd40;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);overflow-anchor:none;transition:var(--bs-accordion-transition);border:0;border-radius:0;align-items:center;font-size:1rem;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition);flex-shrink:0;margin-left:auto}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-right:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2843.0588235294%, 65.8823529412%, 99.5294117647%%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2843.0588235294%, 65.8823529412%, 99.5294117647%%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);flex-wrap:wrap;list-style:none;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/") }.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:.75rem;--bs-pagination-padding-y:.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 .25rem #0d6efd40;--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);padding-left:0;list-style:none;display:flex}.page-link{padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block;position:relative}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);outline:0}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:.5rem;--bs-pagination-padding-y:.25rem;--bs-pagination-font-size:.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:.65em;--bs-badge-padding-y:.35em;--bs-badge-font-size:.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius);line-height:1;display:inline-block}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{z-index:2;padding:1.25rem 1rem;position:absolute;top:0;right:0}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width .6s ease;height:var(--bs-progress-height);font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;overflow:hidden}.progress-bar{color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition);flex-direction:column;justify-content:center;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 25% 50%,#ffffff26 50% 75%,#0000 75%,#0000);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;border-radius:var(--bs-list-group-border-radius);flex-direction:column;margin-bottom:0;padding-left:0;display:flex}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item{padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);text-decoration:none;display:block;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):hover,.list-group-item-action:not(.active):focus{z-index:1;color:var(--bs-list-group-action-hover-color);background-color:var(--bs-list-group-action-hover-bg);text-decoration:none}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (width>=600px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (width>=768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (width>=1024px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (width>=1440px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity:.5;--bs-btn-close-hover-opacity:.75;--bs-btn-close-focus-shadow:0 0 0 .25rem #0d6efd40;--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:.25;box-sizing:content-box;width:1em;height:1em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);opacity:var(--bs-btn-close-opacity);border:0;border-radius:.375rem;padding:.25em}.btn-close:hover{color:var(--bs-btn-close-color);opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:.75rem;--bs-toast-padding-y:.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius);background-clip:padding-box}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;z-index:var(--bs-toast-zindex);pointer-events:none;width:max-content;max-width:100%;position:absolute}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));background-clip:padding-box;align-items:center;display:flex}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);z-index:var(--bs-modal-zindex);outline:0;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden auto}.modal-dialog{width:auto;margin:var(--bs-modal-margin);pointer-events:none;position:relative}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{min-height:calc(100% - var(--bs-modal-margin) * 2);align-items:center;display:flex}.modal-content{width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:relative}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:.5;z-index:var(--bs-backdrop-zindex);background-color:var(--bs-backdrop-bg);width:100vw;height:100vh;position:fixed;top:0;left:0}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);flex-shrink:0;align-items:center;display:flex}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{padding:var(--bs-modal-padding);flex:auto;position:relative}.modal-footer{padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius);flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (width>=600px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-left:auto;margin-right:auto}.modal-sm{--bs-modal-width:300px}}@media (width>=1024px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (width>=1440px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (width<=599.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (width<=767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (width<=1023.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (width<=1439.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:.5rem;--bs-tooltip-padding-y:.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0;text-decoration:none;display:block}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height);display:block}.tooltip .tooltip-arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg);top:-1px}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg);right:-1px}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg);bottom:-1px}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg);left:-1px}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);background-clip:padding-box;text-decoration:none;display:block}.popover .popover-arrow{width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height);display:block}.popover .popover-arrow:before,.popover .popover-arrow:after{content:"";border:0 solid #0000;display:block;position:absolute}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);display:block;position:absolute;top:0;left:50%}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);margin-bottom:0}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{width:100%;position:relative;overflow:hidden}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{float:left;backface-visibility:hidden;width:100%;margin-right:-100%;transition:transform .6s ease-in-out;display:none;position:relative}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{z-index:1;color:#fff;text-align:center;width:15%;filter:var(--bs-carousel-control-icon-filter);opacity:.5;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex;position:absolute;top:0;bottom:0}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;width:2rem;height:2rem;display:inline-block}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators{z-index:2;justify-content:center;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;display:flex;position:absolute;bottom:0;left:0;right:0}.carousel-indicators [data-bs-target]{box-sizing:content-box;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);opacity:.5;background-clip:padding-box;border:10px solid #0000;border-left:0;border-right:0;flex:0 auto;width:30px;height:3px;margin-left:3px;margin-right:3px;padding:0;transition:opacity .6s}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{color:var(--bs-carousel-caption-color);text-align:center;padding-top:1.25rem;padding-bottom:1.25rem;position:absolute;bottom:1.25rem;left:15%;right:15%}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-grow,.spinner-border{width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;flex-shrink:0;display:inline-block}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-border-width:.25em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:#0000}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-grow;opacity:0;background-color:currentColor}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform .3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (width<=599.98px){.offcanvas-sm{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=599.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (width<=599.98px){.offcanvas-sm.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-sm.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-sm.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (width>=600px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=767.98px){.offcanvas-md{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (width<=767.98px){.offcanvas-md.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-md.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-md.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (width>=768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=1023.98px){.offcanvas-lg{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=1023.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (width<=1023.98px){.offcanvas-lg.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-lg.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-lg.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (width>=1024px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=1439.98px){.offcanvas-xl{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=1439.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (width<=1439.98px){.offcanvas-xl.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-xl.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-xl.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (width>=1440px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}.offcanvas{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{z-index:1040;background-color:#000;width:100vw;height:100vh;position:fixed;top:0;left:0}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);align-items:center;display:flex}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:auto}.offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.offcanvas-body{padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);flex-grow:1;overflow-y:auto}.placeholder{vertical-align:middle;cursor:wait;opacity:.5;background-color:currentColor;min-height:1em;display:inline-block}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:2s ease-in-out infinite placeholder-glow}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:2s linear infinite placeholder-wave;-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(10, 88, 202, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1))!important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1))!important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1))!important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.icon-link{-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,.5));text-underline-offset:.25em;backface-visibility:hidden;align-items:center;gap:.375rem;display:inline-flex}.icon-link>.bi{fill:currentColor;flex-shrink:0;width:1em;height:1em;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em, 0, 0))}.ratio{width:100%;position:relative}.ratio:before{padding-top:var(--bs-aspect-ratio);content:"";display:block}.ratio>*{width:100%;height:100%;position:absolute;top:0;left:0}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571%}.fixed-top{z-index:1030;position:fixed;top:0;left:0;right:0}.fixed-bottom{z-index:1030;position:fixed;bottom:0;left:0;right:0}.sticky-top{z-index:1020;position:sticky;top:0}.sticky-bottom{z-index:1020;position:sticky;bottom:0}@media (width>=600px){.sticky-sm-top{z-index:1020;position:sticky;top:0}.sticky-sm-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=768px){.sticky-md-top{z-index:1020;position:sticky;top:0}.sticky-md-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1024px){.sticky-lg-top{z-index:1020;position:sticky;top:0}.sticky-lg-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1440px){.sticky-xl-top{z-index:1020;position:sticky;top:0}.sticky-xl-bottom{z-index:1020;position:sticky;bottom:0}}.hstack{flex-direction:row;align-self:stretch;align-items:center;display:flex}.vstack{flex-direction:column;flex:auto;align-self:stretch;display:flex}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{z-index:1;content:"";position:absolute;inset:0}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vr{width:var(--bs-border-width);opacity:.25;background-color:currentColor;align-self:stretch;min-height:1em;display:inline-block}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-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}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:.1}.border-opacity-25{--bs-border-opacity:.25}.border-opacity-50{--bs-border-opacity:.5}.border-opacity-75{--bs-border-opacity:.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:#0000!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (width>=600px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (width>=768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (width>=1024px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (width>=1440px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (width>=1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.item-card-component{margin:0 0 12px;box-shadow:0 2px 4px #00000020}.item-card-component small,.item-card-component .small{color:#9a9b9c}.item-card-component .collapsible-panel .toggle-control{margin-top:16px}.item-card-component .item-card-preview{cursor:pointer;-webkit-user-select:none;user-select:none}.item-card-component .item-card-row{align-items:center}.item-card-component .item-card-row-checkbox{margin-bottom:0}.item-card-component .item-card-manage-item{margin-top:16px;margin-bottom:16px;display:inline-flex}.item-card-component .item-card-manage-item:not(:first-child){margin-left:24px}.item-card-component .item-card-description{color:#5d6066}.item-card-component .item-card-manage-content{padding-right:0}.item-card-component .item-card-manage-text{margin:0;padding:0;font-size:15px}.item-card-component .item-card-manage-text,.spot-container--light-primary .item-card-component .item-card-manage-text,.spot-container--light-secondary .item-card-component .item-card-manage-text{color:#5d6066}.spot-container--dark-primary .item-card-component .item-card-manage-text,.spot-container--dark-secondary .item-card-component .item-card-manage-text{color:#bcbdbc}.item-card-component .item-card-manage-text{font-size:13.5px}.item-card-component--secondary{color:#717479;margin:15px 0;font-size:13.5px}.item-card-details{border-top:1px solid #d8d8d8;margin-top:20px}.item-card-details>div{margin-top:20px}.item-card-details .card-holder{flex-direction:column;display:flex;position:relative}.item-card-details .app-info{width:200px;height:100%;padding:5px}.item-card-details .app-info .status{position:absolute;bottom:0}.item-card-details .subProductMessage{flex-direction:column;display:flex}.item-card-details .text{order:0}.item-card-details .subtext{color:#9a9b9c;order:1;font-size:.9rem}.item-card-details .site-name{margin-bottom:22px}.item-card-details p{margin-left:15px}.item-card-details .practice-pill-container{flex-direction:row}.item-card-details .practice-pill-container .practice-pill-buttons{display:contents}.item-card-details .practice-pill-container .practice-pill-buttons .practice-pill-button-text{width:max-content}.item-card-details .practice-pill-container .add-additional-clinics a{width:max-content;margin-top:4px}.item-card-details .practice-pill-container .add-additional-clinics a .clinic-list-add-icon{fill:#0969d9;width:25px;height:25px;margin-left:5px;padding-right:4px}@media only screen and (width<=599px){.item-card-details .practice-pill-container{flex-direction:column}.item-card-details .practice-pill-container .practice-pill-buttons{display:unset}}.update-summary-container{-webkit-user-select:none;user-select:none}.update-summary-container .separator{border:0 solid #00000020;border-bottom-width:3px;border-radius:0;padding-top:10px;padding-bottom:10px}.update-summary-container .summaryTitle{background-color:#f0f0f0;width:100%;height:50px;margin-bottom:20px;padding-top:14px;padding-left:20px}.update-summary-container .summaryTitle .summaryText{font-weight:700}.update-summary-container .item-list small,.update-summary-container .item-list .small{color:#979fa5}.dropdown-search-bar,.spot-container--light-primary .dropdown-search-bar,.spot-container--light-secondary .dropdown-search-bar{border-top:1px solid #bcbdbc;border-bottom:1px solid #bcbdbc;border-left:1px solid #bcbdbc}.spot-container--dark-primary .dropdown-search-bar,.spot-container--dark-secondary .dropdown-search-bar{border-top:1px solid #717479;border-bottom:1px solid #717479;border-left:1px solid #717479}.dropdown-search-bar{margin:0}.dropdown-search-bar .button{margin-top:6px}.dropdown-search-bar .button .text{margin-left:6px}.dropdown-search-bar .icon{float:right;fill:#bcbdbc;width:12px;height:12px;margin-top:8px;margin-right:5px}.spot-search-bar:hover .dropdown-search-bar{border-color:#9a9b9c}.spot-search-bar__input:focus~.dropdown-search-bar,.spot-container--light-primary .spot-search-bar__input:focus~.dropdown-search-bar,.spot-container--light-secondary .spot-search-bar__input:focus~.dropdown-search-bar,.spot-container--dark-primary .spot-search-bar__input:focus~.dropdown-search-bar,.spot-container--dark-secondary .spot-search-bar__input:focus~.dropdown-search-bar{box-shadow:0 0 0 3px #3e9af5}.spot-search-bar__input:focus~.dropdown-search-bar{border-color:#0000;outline:none}.spot-search-bar__input:focus~.dropdown-search-bar,.spot-container--light-primary .spot-search-bar__input:focus~.dropdown-search-bar,.spot-container--light-secondary .spot-search-bar__input:focus~.dropdown-search-bar{background-color:#fff;border-left:1px solid #0969d9;box-shadow:0 2px #0969d9,0 -2px #0969d9}.spot-search-bar__input:focus~.dropdown-search-bar .spot-icon,.spot-container--light-primary .spot-search-bar__input:focus~.dropdown-search-bar .spot-icon,.spot-container--light-secondary .spot-search-bar__input:focus~.dropdown-search-bar .spot-icon{fill:#0969d9}.spot-container--dark-primary .spot-search-bar__input:focus~.dropdown-search-bar,.spot-container--dark-secondary .spot-search-bar__input:focus~.dropdown-search-bar{background-color:#3f434a;border-left:1px solid #62b3f9;box-shadow:0 2px #62b3f9,0 -2px #62b3f9}.spot-container--dark-primary .spot-search-bar__input:focus~.dropdown-search-bar .spot-icon,.spot-container--dark-secondary .spot-search-bar__input:focus~.dropdown-search-bar .spot-icon{fill:#62b3f9}.dropdown-item-active{font-weight:700}.dropdown-item-active-icon{width:10px;height:10px;margin-bottom:3px;margin-left:5px}.presets-sidebar{margin-top:10px;margin-bottom:10px}.item-edit-page .header{margin-bottom:5px}.item-edit-page .header h1,.item-edit-page .header .h1{margin-left:14px;display:inline-block}.item-edit-page .header .variants-switcher{border-bottom:1px solid #d8d8d8;margin-bottom:16px;margin-left:16px;margin-right:16px;display:block}.item-edit-page .header .variants-switcher a{margin-right:10px}.item-edit-page .header .variants-switcher a.active{border-bottom:4px solid #000}.item-edit-page .headerFields{margin-left:14px}.item-edit-page .headerFields .copy-description-link{cursor:pointer;margin:0 0 0 4px}.item-edit-page .errorMessage{color:#f9423a}.add-remaining-clinics{display:block}.add-remaining-clinics .clinic-list span{color:#9a9b9c;margin-right:15px}.add-remaining-clinics a{margin-left:10px}.add-remaining-clinics a .clinic-list-add-icon{fill:#0969d9;width:16px;height:16px;margin-left:5px}.spot--screenreader-only{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}.master-data-page.master-data-page{padding-bottom:0}.master-data-page .classifications-header{font-size:26px}.master-data-page .classifications-details{color:#5d6066;font-size:13.5px}.master-data-page .board{height:calc(100vh - 254px)}@media (width>=1440px){.master-data-page .board{height:calc(100vh - 254px)}}.master-data-page .pro-tips-container{margin-top:50px;position:relative;overflow:hidden}.master-data-page .classifications-database-mapping .cancel-button{margin-left:10px}.master-data-page .classification-database-option{word-break:break-word;border-radius:4px;width:100%;min-height:80px;padding:10px 15px;box-shadow:0 1px 5px #97999b}.master-data-page .classification-database-option--title h2,.master-data-page .classification-database-option--title .h2{font-size:26px}.master-data-page .classification-database-option--description{color:#9a9b9c;font-weight:500}.master-data-page .classification-database-option--secondary{font-size:1.2rem;line-height:38px}.master-data-page .app-status{background-color:#9da6b2;border-radius:50%;flex:none;width:8px;height:8px;margin-right:10px;display:inline-block}.master-data-page .app-status.success{background-color:#59b730}.master-data-page .app-status.error{background-color:#cd202a}.master-data-page .app-status.databaseDown{background-color:#909090}.master-data-page .mapping-file-input{border:0;margin-top:-13px;margin-left:18px}.master-data-page .mapping-file-error{margin-left:34px}.classification-details .header{margin-top:10px;margin-bottom:10px}.classification-details .header .title{font-size:26px;font-weight:300;display:inline-block}.classification-details .header .id{margin-left:10px;font-size:15px;font-weight:700}.classification-details .header .info{font-size:15px;font-weight:700}.classification-details .header .details{color:#5d6066;font-size:13.5px}.classification-details .body{height:100%}.classification-details .body .content{margin-left:20px;margin-right:40px;padding-top:10px}.classification-details .body .content .site-mappings{border:1px solid #e2e2e2;margin-bottom:20px;box-shadow:0 2px 4px #e2e2e2}.classification-details .body .content .site-mappings .site-description{background:#f5f5f5;border-bottom:1px solid #e2e2e2;height:50px;padding-top:10px;padding-left:10px;padding-right:10px}.classification-details .body .content .site-mappings .site-description .name{font-size:18px;font-weight:700}.classification-details .body .content .site-mappings .mapping{border-bottom:1px solid #e2e2e2;height:60px;padding-top:10px;padding-left:10px;padding-right:10px}.classification-details .body .content .site-mappings .mapping .name{font-size:15px;font-weight:700}.classification-details .body .content .site-mappings .mapping .empty{color:#a9aaaa}.classification-details .body .content .site-mappings .mapping .id{margin-left:10px;font-size:13.5px}.classification-details .body .content .site-mappings .mapping .unlink-icon{cursor:pointer}.classification-details .body .content .details{color:#5d6066;padding-bottom:10px;font-size:13.5px}.classification-details .body .letter-bar{position:fixed;top:170px}.classification-details .editable-fields{margin:0 -.125rem;padding:16px}.classification-details .editable-fields .row:first-child{margin-bottom:16px}.classification-details .editable-fields .footer{background:#f5f5f5;padding:16px}.classification-details .editable-fields .footer .spot-button--link{padding-left:0;padding-right:0}.classification-details .editable-fields .footer .col{justify-content:space-between;align-items:center;display:flex}.page-wrapper .spot-tabs__list-wrap{border-bottom:1px solid #d8d8d8}.page-wrapper .add-new-item-container{position:absolute;top:20px;right:0}.page-wrapper .add-new-item-icon{fill:#0969d9;width:32px;height:32px;margin-left:7px}.spot--screenreader-only{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}.analytics-page{margin:0 -24px;overflow:visible}.analytics-page .content{margin-top:32px}@media (width>=600px){.analytics-page .content{margin-top:42px}}@media (width>=1440px){.analytics-page .content{margin-top:52px}}.analytics-page .looker-frame{border:none;width:100%}.analytics-page .look-iframe{height:75vh}.analytics-page .looker-frame-hidden{visibility:hidden}.analytics-page .spot-tabs__content>div{padding-top:12px}.analytics-page .looker-spinner{padding-top:12px;padding-left:24px;padding-right:24px}@media (width>=600px){.analytics-page .looker-spinner{padding-left:0;padding-right:0}}.analytics-page .analytics-dashboard-select{width:max-content}.analytics-page .spot-dropdown__content{width:240px;min-width:240px;max-width:100%;max-height:275px;left:0;overflow:visible auto}.analytics-feature-content{flex-direction:column;display:flex}@media (width>=1440px){.analytics-feature-content{flex-direction:row;display:flex}}.analyticsAdvertisement{flex-direction:column;padding-right:49px;display:flex}@media (width>=1440px){.analyticsAdvertisement{flex-direction:row;padding-right:64px}}.analyticsAdvertisement .advertisement-link{margin-right:2px;line-height:24px}.marketing-page{flex-direction:column;min-height:100vh;margin:0 -15px;display:flex}.marketing-page .row{margin:0}.marketing-page .marketing-blurb{justify-content:center;display:flex}@media (width>=1920px){.marketing-page .marketing-blurb p{max-width:50%}}.marketing-page .navbar{padding:15px 24px}.marketing-page .navbar .navbar-collapse{text-align:right}.marketing-page .navbar .idexx-logo{width:150px;height:30px}.marketing-page .navbar .sign-up{color:#fff;margin-right:24px;font-weight:900}.marketing-page .navbar .sign-up:hover,.marketing-page .navbar .sign-up:visited{color:#fff}.marketing-page .marketing-panel--top{background-image:linear-gradient(72deg,#0969d9,#3e9af5);padding-bottom:30px}.marketing-page .marketing-panel--top .tag-line,.marketing-page .marketing-panel--top .info-block{color:#fff}.marketing-page .marketing-panel--top .info-block{margin:15px 0 30px;font-size:125%}.marketing-page .marketing-panel{flex-grow:1;padding:30px 0}.marketing-page .marketing-panel h2,.marketing-page .marketing-panel .h2{margin-bottom:15px}.marketing-page .marketing-panel .marketing-panel--card{text-align:left;align-content:flex-start;align-items:center;padding:40px;display:flex}.marketing-page .marketing-panel .marketing-panel--card h3,.marketing-page .marketing-panel .marketing-panel--card .h3{text-transform:uppercase}.marketing-page .marketing-panel .marketing-panel--card .marketing-panel--card-body{width:250px;margin-left:40px}.marketing-page .marketing-panel .icon-ball{color:#fff;background-image:linear-gradient(72deg,#0969d9,#3e9af5);border-radius:100%;justify-content:center;align-items:center;padding:30px;display:inline-flex}.marketing-page .marketing-panel .icon-ball svg.icon{fill:#fff;width:42px;height:42px}.marketing-page .marketing-panel .icon-ball svg.icon .invert-path{fill:#3e9af5}.marketing-page .marketing-panel .icon-ball svg.icon .add-stroke{stroke:#3e9af5;stroke-width:.5px}.marketing-page .marketing-panel .marketing-notice div{padding:0}.marketing-page .marketing-panel .marketing-notice p{color:#bcbdbc;text-align:center;font-size:80%}.marketing-page .marketing-panel--end{background-color:#f5f5f5;padding:40px 0;bottom:0;left:0;right:0}.marketing-page .marketing-panel--end .terms{font-size:80%}@media only screen and (width<=768px){.marketing-panel--card p{font-size:80%!important}.marketing-panel--card h3,.marketing-panel--card .h3{font-size:90%!important}}.collapsible-panel .toggle-control{margin-right:16px;position:absolute;top:0;right:0}ul{margin:0;padding:0;list-style-type:none}.carousel-container{flex-direction:column;justify-content:center;min-height:210px;display:flex}.carousel{position:relative}.carousel__slide{text-align:center;max-width:900px;margin-left:auto;margin-right:auto;list-style-type:none;display:none}@media (width<=991px){.carousel__slide{padding-left:60px;padding-right:60px}}.carousel__slide--active{display:block}.carousel-slide__content{margin-bottom:19px}.carousel-slide__source{color:#888}.carousel__arrow{color:#111;cursor:pointer;opacity:.75;transition:opacity .15s cubic-bezier(.4,0,1,1);display:block;position:absolute;top:50%;transform:translateY(-50%)}.carousel__arrow:focus{outline:0}.carousel__arrow:hover{opacity:.5}.carousel__arrow--left{left:32px}.carousel__arrow--right{right:32px}.carousel__indicators{flex-direction:row;justify-content:center;margin-top:20px;display:flex}.carousel__indicators li:nth-of-type(n+2){margin-left:9px}.carousel__indicator{border:1px solid #0969d9;border-radius:50%;width:15px;height:15px;transition:opacity .15s cubic-bezier(.4,0,1,1);display:inline-block}.carousel__indicator:hover{opacity:.5;background-color:#0969d9}.carousel__indicator--active{background-color:#0969d9}.carousel__indicator--active,.carousel__indicator--active:hover{opacity:.75}.pro-tips-container{width:50%;height:50%;margin:auto;position:fixed;inset:0;overflow:auto}.delete-widget{-webkit-user-select:none;user-select:none;color:#25282e;display:flex}.delete-widget .delete-widget-action{align-items:center;display:flex}.delete-widget .delete-widget-icon{fill:#25282e}.delete-widget .delete-widget-icon.clickable{fill:#0969d9}.delete-widget .clickable{cursor:pointer;color:#0969d9}.delete-widget .delete-widget-options{padding:0 20px}.delete-widget .delete-widget-link-divider{color:#bcbdbc;padding:0 15px}.daterangepicker{color:inherit;z-index:3001;background-color:#fff;border:1px solid #ddd;border-radius:4px;width:278px;max-width:none;margin-top:7px;padding:0;font-family:arial;font-size:15px;line-height:1em;display:none;position:absolute;top:100px;left:20px}.daterangepicker:before,.daterangepicker:after{content:"";border-bottom-color:#0003;display:inline-block;position:absolute}.daterangepicker:before{border-bottom:7px solid #ccc;border-left:7px solid #0000;border-right:7px solid #0000;top:-7px}.daterangepicker:after{border-bottom:6px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;top:-6px}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:before,.daterangepicker.openscenter:after{width:0;margin-left:auto;margin-right:auto;left:0;right:0}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.drop-up{margin-top:-7px}.daterangepicker.drop-up:before{top:initial;border-bottom:initial;border-top:7px solid #ccc;bottom:-7px}.daterangepicker.drop-up:after{top:initial;border-bottom:initial;border-top:6px solid #fff;bottom:-6px}.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{float:none}.daterangepicker.single .drp-selected{display:none}.daterangepicker.show-calendar .drp-calendar,.daterangepicker.show-calendar .drp-buttons{display:block}.daterangepicker.auto-apply .drp-buttons{display:none}.daterangepicker .drp-calendar{max-width:270px;display:none}.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}.daterangepicker .drp-calendar.right{padding:8px}.daterangepicker .drp-calendar.single .calendar-table{border:none}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{color:#fff;border:2px solid #000;border-width:0 2px 2px 0;border-radius:0;padding:3px;display:inline-block}.daterangepicker .calendar-table .next span{transform:rotate(-45deg)}.daterangepicker .calendar-table .prev span{transform:rotate(135deg)}.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{white-space:nowrap;text-align:center;vertical-align:middle;white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:4px;width:32px;min-width:32px;height:24px;font-size:12px;line-height:24px}.daterangepicker .calendar-table{background-color:#fff;border:1px solid #fff;border-radius:4px}.daterangepicker .calendar-table table{border-spacing:0;border-collapse:collapse;width:100%;margin:0}.daterangepicker td.available:hover,.daterangepicker th.available:hover{color:inherit;background-color:#eee;border-color:#0000}.daterangepicker td.week,.daterangepicker th.week{color:#ccc;font-size:80%}.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{color:#999;background-color:#fff;border-color:#0000}.daterangepicker td.in-range{color:#000;background-color:#ebf4f8;border-color:#0000;border-radius:0}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{color:#fff;background-color:#357ebd;border-color:#0000}.daterangepicker th.month{width:auto}.daterangepicker td.disabled,.daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{cursor:default;height:auto;margin:0;padding:1px;font-size:12px}.daterangepicker select.monthselect{width:56%;margin-right:2%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect{background:#eee;border:1px solid #eee;outline:0;width:50px;margin:0 auto;padding:2px;font-size:12px}.daterangepicker .calendar-time{text-align:center;margin:4px auto 0;line-height:30px;position:relative}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.daterangepicker .drp-buttons{clear:both;text-align:right;vertical-align:middle;border-top:1px solid #ddd;padding:8px;line-height:12px;display:none}.daterangepicker .drp-selected{padding-right:8px;font-size:12px;display:inline-block}.daterangepicker .drp-buttons .btn{margin-left:8px;padding:4px 8px;font-size:12px;font-weight:700}.daterangepicker.show-ranges .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker .ranges{float:none;text-align:left;margin:0}.daterangepicker.show-calendar .ranges{margin-top:8px}.daterangepicker .ranges ul{width:100%;margin:0 auto;padding:0;list-style:none}.daterangepicker .ranges li{cursor:pointer;padding:8px 12px;font-size:12px}.daterangepicker .ranges li:hover{background-color:#eee}.daterangepicker .ranges li.active{color:#fff;background-color:#08c}@media (width>=564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:140px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .drp-calendar.left{clear:none}.daterangepicker.single.ltr .ranges,.daterangepicker.single.ltr .drp-calendar{float:left}.daterangepicker.single.rtl .ranges,.daterangepicker.single.rtl .drp-calendar{float:right}.daterangepicker.ltr{text-align:left;direction:ltr}.daterangepicker.ltr .drp-calendar.left{clear:left;margin-right:0}.daterangepicker.ltr .drp-calendar.left .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker.ltr .drp-calendar.right{margin-left:0}.daterangepicker.ltr .drp-calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker.ltr .drp-calendar.left .calendar-table{padding-right:8px}.daterangepicker.ltr .ranges,.daterangepicker.ltr .drp-calendar{float:left}.daterangepicker.rtl{text-align:right;direction:rtl}.daterangepicker.rtl .drp-calendar.left{clear:right;margin-left:0}.daterangepicker.rtl .drp-calendar.left .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker.rtl .drp-calendar.right{margin-right:0}.daterangepicker.rtl .drp-calendar.right .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker.rtl .drp-calendar.left .calendar-table{padding-left:12px}.daterangepicker.rtl .ranges,.daterangepicker.rtl .drp-calendar{text-align:right;float:right}}@media (width>=730px){.daterangepicker .ranges{width:auto}.daterangepicker.ltr .ranges{float:left}.daterangepicker.rtl .ranges{float:right}.daterangepicker .drp-calendar.left{clear:none!important}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}.bounceInDown{animation-name:bounceInDown}.bounceInLeft{animation-name:bounceInLeft}.bounceInRight{animation-name:bounceInRight}.bounceInUp{animation-name:bounceInUp}.bounceOut{animation-name:bounceOut;animation-duration:.75s}.bounceOutDown{animation-name:bounceOutDown}.bounceOutLeft{animation-name:bounceOutLeft}.bounceOutRight{animation-name:bounceOutRight}.bounceOutUp{animation-name:bounceOutUp}.fadeIn{animation-name:fadeIn}.fadeInDown{animation-name:fadeInDown}.fadeInDownBig{animation-name:fadeInDownBig}.fadeInLeft{animation-name:fadeInLeft}.fadeInLeftBig{animation-name:fadeInLeftBig}.fadeInRight{animation-name:fadeInRight}.fadeInRightBig{animation-name:fadeInRightBig}.fadeInUp{animation-name:fadeInUp}.fadeInUpBig{animation-name:fadeInUpBig}.fadeOut{animation-name:fadeOut}.fadeOutDown{animation-name:fadeOutDown}.fadeOutDownBig{animation-name:fadeOutDownBig}.fadeOutLeft{animation-name:fadeOutLeft}.fadeOutLeftBig{animation-name:fadeOutLeftBig}.fadeOutRight{animation-name:fadeOutRight}.fadeOutRightBig{animation-name:fadeOutRightBig}.fadeOutUp{animation-name:fadeOutUp}.fadeOutUpBig{animation-name:fadeOutUpBig}.slideInDown{animation-name:slideInDown}.slideInLeft{animation-name:slideInLeft}.slideInRight{animation-name:slideInRight}.slideInUp{animation-name:slideInUp}.slideOutDown{animation-name:slideOutDown}.slideOutLeft{animation-name:slideOutLeft}.slideOutRight{animation-name:slideOutRight}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.spot-icon{width:24px;height:24px}.spot-icon--xsmall{width:12px;height:12px}.spot-icon--small{width:16px;height:16px}.spot-icon--medium{width:20px;height:20px}.spot-icon--interactive{border-radius:100%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.spot-icon--interactive .spot-icon{fill:#0969d9}.spot-icon--interactive-primary .spot-icon{fill:#3f434a}.spot-icon--interactive-secondary .spot-icon{fill:#717479}.spot-icon--interactive-positive .spot-icon,.spot-icon--interactive-green .spot-icon{fill:#2e7d32}.spot-icon--interactive-negative .spot-icon,.spot-icon--interactive-red .spot-icon{fill:#ea2839}.spot-icon--interactive-warning .spot-icon,.spot-icon--interactive-yellow .spot-icon{fill:#f6e962}.spot-icon--interactive:hover,.spot-icon--interactive-hover{background-color:#e2f5ff}.spot-icon--interactive:focus,.spot-icon--interactive-focus{box-shadow:0 0 0 2px #3e9af5}.spot-icon--interactive:active,.spot-icon--interactive-active{background-color:#cdedff;box-shadow:0 0 0 2px #cdedff}.spot-icon--interactive:disabled,.spot-icon--interactive-disabled{cursor:not-allowed;outline-color:#0000;background-color:#0000!important;box-shadow:0 0 0 2px #0000!important}.spot-icon--interactive:disabled:has(:hover,:focus,:focus-visible,:active){cursor:not-allowed;outline-color:#0000;background-color:#0000!important;box-shadow:0 0 0 2px #0000!important}.spot-icon--interactive-disabled:has(:hover,:focus,:focus-visible,:active){cursor:not-allowed;outline-color:#0000;background-color:#0000!important;box-shadow:0 0 0 2px #0000!important}.spot-icon--interactive [aria-disabled]:has(:hover,:focus,:focus-visible,:active){cursor:not-allowed;outline-color:#0000;background-color:#0000!important;box-shadow:0 0 0 2px #0000!important}.spot-icon--interactive:disabled .spot-icon,.spot-icon--interactive-disabled .spot-icon{fill:#a9aaaa}.spot-icon--interactive:disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#a9aaaa}.spot-icon--interactive-disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#a9aaaa}.spot-icon--interactive [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-icon--interactive .spot-icon,.spot-container--dark-secondary .spot-icon--interactive .spot-icon{fill:#62b3f9}.spot-container--dark-primary .spot-icon--interactive-primary .spot-icon,.spot-container--dark-secondary .spot-icon--interactive-primary .spot-icon{fill:#d0d1d0}.spot-container--dark-primary .spot-icon--interactive-secondary .spot-icon,.spot-container--dark-secondary .spot-icon--interactive-secondary .spot-icon{fill:#9a9b9c}.spot-container--dark-primary .spot-icon--interactive-positive .spot-icon,.spot-container--dark-primary .spot-icon--interactive-green .spot-icon,.spot-container--dark-secondary .spot-icon--interactive-positive .spot-icon,.spot-container--dark-secondary .spot-icon--interactive-green .spot-icon{fill:#81c784}.spot-container--dark-primary .spot-icon--interactive-negative .spot-icon,.spot-container--dark-primary .spot-icon--interactive-red .spot-icon,.spot-container--dark-secondary .spot-icon--interactive-negative .spot-icon,.spot-container--dark-secondary .spot-icon--interactive-red .spot-icon{fill:#f5767d}.spot-container--dark-primary .spot-icon--interactive-warning .spot-icon,.spot-container--dark-primary .spot-icon--interactive-yellow .spot-icon,.spot-container--dark-secondary .spot-icon--interactive-warning .spot-icon,.spot-container--dark-secondary .spot-icon--interactive-yellow .spot-icon{fill:#f8ed81}.spot-container--dark-primary .spot-icon--interactive:hover,.spot-container--dark-primary .spot-icon--interactive-hover,.spot-container--dark-secondary .spot-icon--interactive:hover,.spot-container--dark-secondary .spot-icon--interactive-hover{background-color:#224569}.spot-container--dark-primary .spot-icon--interactive:focus,.spot-container--dark-primary .spot-icon--interactive-focus,.spot-container--dark-secondary .spot-icon--interactive:focus,.spot-container--dark-secondary .spot-icon--interactive-focus{box-shadow:0 0 0 2px #3e9af5}.spot-container--dark-primary .spot-icon--interactive:active,.spot-container--dark-primary .spot-icon--interactive-active,.spot-container--dark-secondary .spot-icon--interactive:active,.spot-container--dark-secondary .spot-icon--interactive-active{background-color:#284e76;box-shadow:0 0 0 2px #284e76}.spot-container--dark-primary .spot-icon--interactive:disabled .spot-icon,.spot-container--dark-primary .spot-icon--interactive-disabled .spot-icon,.spot-container--dark-secondary .spot-icon--interactive:disabled .spot-icon,.spot-container--dark-secondary .spot-icon--interactive-disabled .spot-icon{fill:#717479}.spot-container--dark-primary .spot-icon--interactive-disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-primary .spot-icon--interactive:disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-primary .spot-icon--interactive [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-secondary .spot-icon--interactive-disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-secondary .spot-icon--interactive:disabled:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-container--dark-secondary .spot-icon--interactive [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-icon{fill:#717479}.spot-signin{color:#25282e;background-color:#fff}.spot-container--light-secondary .spot-signin{color:#5d6066;background-color:#fff}.spot-container--dark-primary .spot-signin{color:#e2e2e2;background-color:#31353d}.spot-container--dark-secondary .spot-signin{color:#bcbdbc;background-color:#31353d}.spot-signin{border-radius:20px;max-width:550px;min-height:250px;padding:0;transition:all .3s;overflow:hidden}.spot-signin:hover{box-shadow:0 0 1px #3f434a80}.spot-container--dark-primary .spot-signin:hover,.spot-container--dark-secondary .spot-signin:hover{box-shadow:0 0 1px #0f1114cc}.spot-signin--borderless,.spot-signin--borderless:hover{box-shadow:none;border:0}.spot-signin{max-width:450px}.spot-signin--large{max-width:650px}.spot-signin__header{white-space:nowrap;border-top-left-radius:20px;border-top-right-radius:20px;width:100%;min-height:100px;max-height:100px;margin:0;padding:0;position:relative;overflow:hidden}.spot-signin__header-label{padding-left:32px;position:absolute;top:50%;left:0;overflow:hidden;transform:translateY(-50%)}.spot-signin__header-image img,.spot-signin__header-image svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-signin__content{color:#25282e}.spot-container--dark-primary .spot-signin__content,.spot-container--dark-secondary .spot-signin__content{color:#e2e2e2}.spot-signin__content{text-align:left;margin:0;padding:24px 32px;font-size:15px}.spot-loading-spinner{fill:#5d6066;width:20px;height:20px;animation:.7s steps(8,end) infinite spin}.spot-loading-spinner--large{width:32px;height:32px}.spot-loading-spinner--small{width:16px;height:16px}.spot-container--responsive{width:100%;max-width:1440px;margin:0 auto;display:flex}@media screen and (width<=480px){.spot-container--responsive{max-width:100%}}@media screen and (width>=481px) and (width<=767px){.spot-container--responsive{max-width:100%}}@media screen and (width>=768px) and (width<=1023px){.spot-container--responsive{max-width:100%}}@media screen and (width>=1024px) and (width<=1439px){.spot-container--responsive{max-width:100%}}.spot-container--with-padding{padding-left:12px;padding-right:12px}.spot-container--with-padding-min{padding-left:8px;padding-right:8px}.spot-container--with-padding-max{padding-left:24px;padding-right:24px}.spot-container--fluid{max-width:100%}.spot-background--light-primary,.spot-container--light-primary{background-color:#fff}.spot-background--light-secondary,.spot-container--light-secondary{background-color:#f0f0f0}.spot-background--dark-primary,.spot-container--dark-primary{background-color:#31353d}.spot-background--dark-secondary,.spot-container--dark-secondary{background-color:#3f434a}.spot-list-group{width:100%;margin:0;padding:0;list-style:none}.spot-list-group__item,.spot-container--light-primary .spot-list-group__item,.spot-container--light-secondary .spot-list-group__item{color:#25282e}.spot-container--dark-primary .spot-list-group__item,.spot-container--dark-secondary .spot-list-group__item{color:#e2e2e2}.spot-list-group__item{margin:0;padding:0;list-style:none}.spot-list-group__item--separator-before{position:relative}.spot-list-group__item--separator-before:before,.spot-container--light-primary .spot-list-group__item--separator-before:before,.spot-container--light-secondary .spot-list-group__item--separator-before:before{border-top:1px solid #d0d1d0}.spot-container--dark-primary .spot-list-group__item--separator-before:before,.spot-container--dark-secondary .spot-list-group__item--separator-before:before{border-top:1px solid #5d6066}.spot-list-group__item--separator-before:before{content:"";margin:8px 16px;display:block}.spot-list-group__link,.spot-container--light-primary .spot-list-group__link,.spot-container--light-secondary .spot-list-group__link{color:#5d6066}.spot-container--dark-primary .spot-list-group__link,.spot-container--dark-secondary .spot-list-group__link{color:#bcbdbc}.spot-list-group__link{align-items:center;padding:8px 16px;text-decoration:none;display:flex}.spot-list-group__link:hover,.spot-container--light-secondary .spot-list-group__link:hover{background-color:#e2f5ff}.spot-container--dark-primary .spot-list-group__link:hover,.spot-container--dark-secondary .spot-list-group__link:hover{background-color:#224569}.spot-list-group--expanded .spot-list-group__link{padding-top:12px;padding-bottom:12px}.spot-list-group__header{line-height:1.5}.spot-list-group__header:before,.spot-list-group__header:after{content:"";width:0;height:0;display:block}.spot-list-group__header:before{margin-bottom:-.361111em}.spot-list-group__header:after{margin-top:-.361111em}.spot-list-group__header,.spot-container--light-primary .spot-list-group__header,.spot-container--light-secondary .spot-list-group__header{color:#25282e}.spot-container--dark-primary .spot-list-group__header,.spot-container--dark-secondary .spot-list-group__header{color:#e2e2e2}.spot-list-group__header{text-transform:uppercase;padding:8px 16px;font-size:12px;font-weight:700;display:block}.spot-list-group__item--header{margin-top:12px}.spot-list-group--expanded .spot-list-group__item--header{margin-top:16px}.spot-list-group__item--header:first-child{margin-top:0}.spot-list-group__item-label{line-height:1.25}.spot-list-group__item-label:before,.spot-list-group__item-label:after{content:"";width:0;height:0;display:block}.spot-list-group__item-label:before{margin-bottom:-.236111em}.spot-list-group__item-label:after{margin-top:-.236111em}.spot-list-group__item-label,.spot-container--light-primary .spot-list-group__item-label,.spot-container--light-secondary .spot-list-group__item-label{color:#5d6066}.spot-container--dark-primary .spot-list-group__item-label,.spot-container--dark-secondary .spot-list-group__item-label{color:#bcbdbc}.spot-list-group__item-label{font-size:15px;font-weight:400}.spot-list-group__item-label.variant--bold{font-weight:700}.spot-list-group--with-sublists .spot-list-group__item-label{font-weight:400}.spot-list-group__item--active .spot-list-group__item-label,.spot-container--light-primary .spot-list-group__item--active .spot-list-group__item-label,.spot-container--light-secondary .spot-list-group__item--active .spot-list-group__item-label,.spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label,.spot-container--light-primary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label,.spot-container--light-secondary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label{color:#0969d9}.spot-container--dark-primary .spot-list-group__item--active .spot-list-group__item-label,.spot-container--dark-secondary .spot-list-group__item--active .spot-list-group__item-label,.spot-container--dark-primary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label,.spot-container--dark-secondary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label{color:#62b3f9}.spot-list-group__link:hover .spot-list-group__item-label,.spot-container--light-primary .spot-list-group__link:hover .spot-list-group__item-label,.spot-container--light-secondary .spot-list-group__link:hover .spot-list-group__item-label{color:#0969d9}.spot-container--dark-primary .spot-list-group__link:hover .spot-list-group__item-label,.spot-container--dark-secondary .spot-list-group__link:hover .spot-list-group__item-label{color:#62b3f9}.spot-list-group--interactive .spot-list-group__item-label,.spot-container--light-primary .spot-list-group--interactive .spot-list-group__item-label,.spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item-label{color:#0969d9}.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item-label,.spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item-label{color:#62b3f9}.spot-list-group--interactive .spot-list-group__link:hover .spot-list-group__item-label{background-color:#cdedff;text-decoration:underline}.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__link:hover .spot-list-group__item-label,.spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__link:hover .spot-list-group__item-label{background-color:#224569}.spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label,.spot-container--light-primary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label,.spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label,.spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label,.spot-container--light-primary .spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label,.spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label{color:#0969d9}.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label,.spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label,.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label,.spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label{color:#62b3f9}.spot-list-group__sublist{margin:0;padding:0 0 0 8px}.spot-list-group__item--active{background-color:#f0f0f0;position:relative}.spot-container--light-secondary .spot-list-group__item--active{background-color:#f0f0f0}.spot-container--dark-primary .spot-list-group__item--active,.spot-container--dark-secondary .spot-list-group__item--active{background-color:#25282e}.spot-list-group__item--active:after,.spot-container--light-primary .spot-list-group__item--active:after,.spot-container--light-secondary .spot-list-group__item--active:after{background-color:#0969d9}.spot-container--dark-primary .spot-list-group__item--active:after,.spot-container--dark-secondary .spot-list-group__item--active:after{background-color:#62b3f9}.spot-list-group__item--active:after{content:"";width:4px;position:absolute;top:0;bottom:0;left:0}.spot-list-group--interactive .spot-list-group__item--active:after,.spot-container--light-primary .spot-list-group--interactive .spot-list-group__item--active:after,.spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item--active:after{background-color:#0969d9}.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item--active:after,.spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item--active:after{background-color:#62b3f9}.spot-list-group__item--active.spot-list-group__item--separator-before:after{top:8px}.spot-list-group__item-icon,.spot-container--light-primary .spot-list-group__item-icon,.spot-container--light-secondary .spot-list-group__item-icon{fill:#5d6066}.spot-container--dark-primary .spot-list-group__item-icon,.spot-container--dark-secondary .spot-list-group__item-icon{fill:#bcbdbc}.spot-list-group__item-icon{width:12px;height:12px;margin:0 8px 0 0}.spot-list-group__link:hover .spot-list-group__item-icon,.spot-container--light-primary .spot-list-group__link:hover .spot-list-group__item-icon,.spot-container--light-secondary .spot-list-group__link:hover .spot-list-group__item-icon{fill:#0969d9}.spot-container--dark-primary .spot-list-group__link:hover .spot-list-group__item-icon,.spot-container--dark-secondary .spot-list-group__link:hover .spot-list-group__item-icon{fill:#62b3f9}.spot-list-group__item--active .spot-list-group__item-icon,.spot-container--light-primary .spot-list-group__item--active .spot-list-group__item-icon,.spot-container--light-secondary .spot-list-group__item--active .spot-list-group__item-icon,.spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon,.spot-container--light-primary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon,.spot-container--light-secondary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon{fill:#0969d9}.spot-container--dark-primary .spot-list-group__item--active .spot-list-group__item-icon,.spot-container--dark-secondary .spot-list-group__item--active .spot-list-group__item-icon,.spot-container--dark-primary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon,.spot-container--dark-secondary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon{fill:#62b3f9}.spot-list-group--interactive .spot-list-group__item-icon,.spot-container--light-primary .spot-list-group--interactive .spot-list-group__item-icon,.spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item-icon,.spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon,.spot-container--light-primary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon,.spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon{fill:#0969d9}.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item-icon,.spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item-icon,.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon,.spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon{fill:#62b3f9}.spot-toggle{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}.spot-toggle+.spot-toggle-label{padding-left:48px;display:inline-flex}.spot-toggle+.spot-toggle-label:before,.spot-container--light-primary .spot-toggle+.spot-toggle-label:before,.spot-container--light-secondary .spot-toggle+.spot-toggle-label:before,.spot-container--dark-primary .spot-toggle+.spot-toggle-label:before,.spot-container--dark-secondary .spot-toggle+.spot-toggle-label:before{background-color:#bcbdbc;border:1px solid #bcbdbc}.spot-toggle+.spot-toggle-label:before{width:40px;height:22px}.spot-toggle.spot-toggle--alert+.spot-toggle-label:before,.spot-container--light-primary .spot-toggle.spot-toggle--alert+.spot-toggle-label:before,.spot-container--light-secondary .spot-toggle.spot-toggle--alert+.spot-toggle-label:before,.spot-toggle.spot-toggle--alert+.spot-toggle-label:before,.spot-container--light-primary .spot-toggle.spot-toggle--alert+.spot-toggle-label:before,.spot-container--light-secondary .spot-toggle.spot-toggle--alert+.spot-toggle-label:before{background-color:#ea2839;border-color:#ea2839}.spot-container--dark-primary .spot-toggle.spot-toggle--alert+.spot-toggle-label:before,.spot-container--dark-secondary .spot-toggle.spot-toggle--alert+.spot-toggle-label:before,.spot-container--dark-primary .spot-toggle.spot-toggle--alert+.spot-toggle-label:before,.spot-container--dark-secondary .spot-toggle.spot-toggle--alert+.spot-toggle-label:before{background-color:#f5767d;border-color:#f5767d}.spot-toggle+.spot-toggle-label:after{background-color:#fff;width:18px;height:18px;margin-top:2px;margin-left:2px}.spot-container--dark-primary .spot-toggle+.spot-toggle-label:after,.spot-container--dark-secondary .spot-toggle+.spot-toggle-label:after{background-color:#31353d}.spot-toggle+.spot-toggle-label:before,.spot-toggle+.spot-toggle-label:after{content:"";border-radius:24px;transition:all .3s;position:absolute;top:0;left:0}.spot-toggle:checked+.spot-toggle-label:after,.spot-toggle.spot-toggle--checked+.spot-toggle-label:after{margin-left:20px}.spot-toggle:checked+.spot-toggle-label:before,.spot-container--light-primary .spot-toggle:checked+.spot-toggle-label:before,.spot-container--light-secondary .spot-toggle:checked+.spot-toggle-label:before,.spot-toggle.spot-toggle--checked+.spot-toggle-label:before,.spot-container--light-primary .spot-toggle.spot-toggle--checked+.spot-toggle-label:before,.spot-container--light-secondary .spot-toggle.spot-toggle--checked+.spot-toggle-label:before{background-color:#2e7d32;border-color:#2e7d32}.spot-container--dark-primary .spot-toggle:checked+.spot-toggle-label:before,.spot-container--dark-secondary .spot-toggle:checked+.spot-toggle-label:before,.spot-container--dark-primary .spot-toggle.spot-toggle--checked+.spot-toggle-label:before,.spot-container--dark-secondary .spot-toggle.spot-toggle--checked+.spot-toggle-label:before{background-color:#81c784;border-color:#81c784}.spot-toggle-label,.spot-container--light-primary .spot-toggle-label,.spot-container--light-secondary .spot-toggle-label{color:#5d6066}.spot-container--dark-primary .spot-toggle-label,.spot-container--dark-secondary .spot-toggle-label{color:#bcbdbc}.spot-toggle-label{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:15px;position:relative}.spot-toggle-label:empty{height:22px;margin-top:8px}.spot-toggle__vertical-set-item{margin:0 0 16px}.spot-toggle__vertical-set--expanded .spot-toggle__vertical-set-item{margin:0 0 32px}.spot-toggle__horizontal-set-item{vertical-align:middle;margin:0 16px 16px 0;display:inline-block}.spot-toggle__vertical-set,.spot-toggle__horizontal-set{margin:0 0 16px;padding:0;list-style:none}.spot-avatar{background-color:#ea2839;border-radius:50%;min-width:24px;max-width:24px;min-height:24px;max-height:24px;margin:0;padding:0;font-size:11px;line-height:24px;display:inline-block;position:relative}.spot-avatar--xsmall{min-width:18px;max-width:18px;min-height:18px;max-height:18px;font-size:8px;line-height:18px}.spot-avatar--small{min-width:24px;max-width:24px;min-height:24px;max-height:24px;font-size:11px;line-height:24px}.spot-avatar--medium{min-width:36px;max-width:36px;min-height:36px;max-height:36px;font-size:18px;line-height:36px}.spot-avatar--large{min-width:48px;max-width:48px;min-height:48px;max-height:48px;font-size:28px;line-height:48px}.spot-avatar--xlarge{min-width:64px;max-width:64px;min-height:64px;max-height:64px;font-size:42px;line-height:64px}.spot-avatar-initials{color:#ea2839;text-transform:uppercase;margin:0;padding:0;font-style:normal;font-weight:700;text-decoration:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-avatar--red .spot-avatar-initials{color:#fff}.spot-avatar-initials--white,.spot-container--light-primary .spot-avatar-initials--white,.spot-container--light-secondary .spot-avatar-initials--white{color:#25282e}.spot-container--dark-primary .spot-avatar-initials--white,.spot-container--dark-secondary .spot-avatar-initials--white{color:#e2e2e2}.spot-avatar-initials--interactive{color:#0969d9}.spot-avatar-initials--gray{color:#9a9b9c}.spot-avatar-initials--marketing{color:#ea2839}.spot-avatar--interactive{background-color:#0969d9}.spot-avatar--gray{background-color:#9a9b9c}.spot-avatar--marketing{background-color:#ea2839}.spot-avatar--white,.spot-container--light-primary .spot-avatar--white,.spot-container--light-secondary .spot-avatar--white{background-color:#fff}.spot-container--dark-primary .spot-avatar--white,.spot-container--dark-secondary .spot-avatar--white{background-color:#f0f0f0}.spot-avatar--white{border:1px solid #9a9b9c}.spot-avatar--dashed{color:#ea2839;background-color:#0000;border:2px dotted #9a9b9c}.spot-badge{font-family:var(--font-family-sans-serif);color:#fff;text-align:center;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;margin:0;padding:0;font-size:12px;font-style:normal;font-weight:700;line-height:20px;display:inline-flex;position:relative}.spot-badge .spot-icon{fill:#fff;width:10px;height:10px}.spot-badge.spot-badge--short-text{width:auto;padding:0 6px}.spot-badge--dot{border:2px solid #fff;border-radius:12px;width:20px;height:20px}.spot-container--light-primary .spot-badge--dot{border-color:#fff}.spot-container--light-secondary .spot-badge--dot,.spot-container--light-primary .spot-header .spot-badge--dot,.spot-container--light-secondary .spot-header .spot-badge--dot{border-color:#f0f0f0}.spot-container--dark-primary .spot-badge--dot{border-color:#31353d}.spot-container--dark-secondary .spot-badge--dot{border-color:#3f434a}.spot-container--dark-primary .spot-header .spot-badge--dot,.spot-container--dark-secondary .spot-header .spot-badge--dot{border-color:#5d6066}.spot-badge--large{width:24px;height:24px;line-height:24px}.spot-badge--large .spot-icon{width:12px;height:12px}.spot-badge--large .spot-badge--short-text{padding:0 8px}.spot-badge--large .spot-badge--short-text+.spot-icon{right:-24px}.spot-badge--large.spot-badge--dot{width:20px;height:20px}.spot-badge--small{width:16px;height:16px;line-height:16px}.spot-badge--small .spot-icon{width:10px;height:10px}.spot-badge--small .spot-badge--short-text{padding:0 4px}.spot-badge--small .spot-badge--short-text+.spot-icon{right:-16px}.spot-badge--small.spot-badge--dot{width:16px;height:16px}.spot-badge-group{display:inline-block;position:relative;overflow:visible!important}.spot-badge-group>.spot-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%)}.spot-badge-group>.spot-badge.spot-badge--bottom-left{top:auto;left:0;right:auto;transform:translate(-50%,50%)}.spot-badge-group>.spot-badge.spot-badge--bottom-right{top:auto;transform:translate(50%,50%)}.spot-badge-group>.spot-badge.spot-badge--top-left{top:0;left:0;right:auto;transform:translate(-50%,-50%)}.spot-badge-group>.spot-badge--short-text{transform:translate(24px,-50%)}.spot-badge--primary,.spot-container--light-primary .spot-badge--primary,.spot-container--light-secondary .spot-badge--primary{color:#fff;background-color:#3f434a}.spot-badge--primary .spot-badge__icon,.spot-container--light-primary .spot-badge--primary .spot-badge__icon,.spot-container--light-secondary .spot-badge--primary .spot-badge__icon,.spot-badge--primary .spot-icon,.spot-container--light-primary .spot-badge--primary .spot-icon,.spot-container--light-secondary .spot-badge--primary .spot-icon{fill:#fff}.spot-container--light-secondary .spot-badge--primary{color:#fff;background-color:#3f434a}.spot-container--light-secondary .spot-badge--primary .spot-badge__icon,.spot-container--light-secondary .spot-badge--primary .spot-icon{fill:#fff}.spot-container--dark-primary .spot-badge--primary{color:#25282e;background-color:#d0d1d0}.spot-container--dark-primary .spot-badge--primary .spot-badge__icon,.spot-container--dark-primary .spot-badge--primary .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--primary{color:#25282e;background-color:#d0d1d0}.spot-container--dark-secondary .spot-badge--primary .spot-badge__icon,.spot-container--dark-secondary .spot-badge--primary .spot-icon{fill:#25282e}.spot-container--dark-primary .spot-badge--primary,.spot-container--dark-secondary .spot-badge--primary{background-color:#d0d1d0}.spot-badge--secondary,.spot-container--light-primary .spot-badge--secondary,.spot-container--light-secondary .spot-badge--secondary{color:#fff;background-color:#717479}.spot-badge--secondary .spot-badge__icon,.spot-container--light-primary .spot-badge--secondary .spot-badge__icon,.spot-container--light-secondary .spot-badge--secondary .spot-badge__icon,.spot-badge--secondary .spot-icon,.spot-container--light-primary .spot-badge--secondary .spot-icon,.spot-container--light-secondary .spot-badge--secondary .spot-icon{fill:#fff}.spot-container--light-secondary .spot-badge--secondary{color:#fff;background-color:#717479}.spot-container--light-secondary .spot-badge--secondary .spot-badge__icon,.spot-container--light-secondary .spot-badge--secondary .spot-icon{fill:#fff}.spot-container--dark-primary .spot-badge--secondary{color:#25282e;background-color:#9a9b9c}.spot-container--dark-primary .spot-badge--secondary .spot-badge__icon,.spot-container--dark-primary .spot-badge--secondary .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--secondary{color:#25282e;background-color:#9a9b9c}.spot-container--dark-secondary .spot-badge--secondary .spot-badge__icon,.spot-container--dark-secondary .spot-badge--secondary .spot-icon{fill:#25282e}.spot-container--dark-primary .spot-badge--secondary,.spot-container--dark-secondary .spot-badge--secondary{background-color:#9a9b9c}.spot-badge--positive,.spot-container--light-primary .spot-badge--positive,.spot-container--light-secondary .spot-badge--positive,.spot-badge--green,.spot-container--light-primary .spot-badge--green,.spot-container--light-secondary .spot-badge--green{color:#fff;background-color:#2e7d32}.spot-badge--positive .spot-badge__icon,.spot-container--light-primary .spot-badge--positive .spot-badge__icon,.spot-container--light-secondary .spot-badge--positive .spot-badge__icon,.spot-badge--green .spot-badge__icon,.spot-container--light-primary .spot-badge--green .spot-badge__icon,.spot-container--light-secondary .spot-badge--green .spot-badge__icon,.spot-badge--positive .spot-icon,.spot-container--light-primary .spot-badge--positive .spot-icon,.spot-container--light-secondary .spot-badge--positive .spot-icon,.spot-badge--green .spot-icon,.spot-container--light-primary .spot-badge--green .spot-icon,.spot-container--light-secondary .spot-badge--green .spot-icon{fill:#fff}.spot-container--light-secondary .spot-badge--positive,.spot-container--light-secondary .spot-badge--green{color:#fff;background-color:#2e7d32}.spot-container--light-secondary .spot-badge--positive .spot-badge__icon,.spot-container--light-secondary .spot-badge--green .spot-badge__icon,.spot-container--light-secondary .spot-badge--positive .spot-icon,.spot-container--light-secondary .spot-badge--green .spot-icon{fill:#fff}.spot-container--dark-primary .spot-badge--positive,.spot-container--dark-primary .spot-badge--green{color:#25282e;background-color:#81c784}.spot-container--dark-primary .spot-badge--positive .spot-badge__icon,.spot-container--dark-primary .spot-badge--green .spot-badge__icon,.spot-container--dark-primary .spot-badge--positive .spot-icon,.spot-container--dark-primary .spot-badge--green .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--positive,.spot-container--dark-secondary .spot-badge--green{color:#25282e;background-color:#81c784}.spot-container--dark-secondary .spot-badge--positive .spot-badge__icon,.spot-container--dark-secondary .spot-badge--green .spot-badge__icon,.spot-container--dark-secondary .spot-badge--positive .spot-icon,.spot-container--dark-secondary .spot-badge--green .spot-icon{fill:#25282e}.spot-container--dark-primary .spot-badge--positive,.spot-container--dark-secondary .spot-badge--positive,.spot-container--dark-primary .spot-badge--green,.spot-container--dark-secondary .spot-badge--green{background-color:#81c784}.spot-badge--negative,.spot-container--light-primary .spot-badge--negative,.spot-container--light-secondary .spot-badge--negative,.spot-badge--red,.spot-container--light-primary .spot-badge--red,.spot-container--light-secondary .spot-badge--red{color:#fff;background-color:#ea2839}.spot-badge--negative .spot-badge__icon,.spot-container--light-primary .spot-badge--negative .spot-badge__icon,.spot-container--light-secondary .spot-badge--negative .spot-badge__icon,.spot-badge--red .spot-badge__icon,.spot-container--light-primary .spot-badge--red .spot-badge__icon,.spot-container--light-secondary .spot-badge--red .spot-badge__icon,.spot-badge--negative .spot-icon,.spot-container--light-primary .spot-badge--negative .spot-icon,.spot-container--light-secondary .spot-badge--negative .spot-icon,.spot-badge--red .spot-icon,.spot-container--light-primary .spot-badge--red .spot-icon,.spot-container--light-secondary .spot-badge--red .spot-icon{fill:#fff}.spot-container--light-secondary .spot-badge--negative,.spot-container--light-secondary .spot-badge--red{color:#fff;background-color:#ea2839}.spot-container--light-secondary .spot-badge--negative .spot-badge__icon,.spot-container--light-secondary .spot-badge--red .spot-badge__icon,.spot-container--light-secondary .spot-badge--negative .spot-icon,.spot-container--light-secondary .spot-badge--red .spot-icon{fill:#fff}.spot-container--dark-primary .spot-badge--negative,.spot-container--dark-primary .spot-badge--red{color:#25282e;background-color:#f5767d}.spot-container--dark-primary .spot-badge--negative .spot-badge__icon,.spot-container--dark-primary .spot-badge--red .spot-badge__icon,.spot-container--dark-primary .spot-badge--negative .spot-icon,.spot-container--dark-primary .spot-badge--red .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--negative,.spot-container--dark-secondary .spot-badge--red{color:#25282e;background-color:#f5767d}.spot-container--dark-secondary .spot-badge--negative .spot-badge__icon,.spot-container--dark-secondary .spot-badge--red .spot-badge__icon,.spot-container--dark-secondary .spot-badge--negative .spot-icon,.spot-container--dark-secondary .spot-badge--red .spot-icon{fill:#25282e}.spot-container--dark-primary .spot-badge--negative,.spot-container--dark-secondary .spot-badge--negative,.spot-container--dark-primary .spot-badge--red,.spot-container--dark-secondary .spot-badge--red{background-color:#f5767d}.spot-badge--warning,.spot-container--light-primary .spot-badge--warning,.spot-container--light-secondary .spot-badge--warning,.spot-badge--yellow,.spot-container--light-primary .spot-badge--yellow,.spot-container--light-secondary .spot-badge--yellow{color:#31353d;background-color:#f6e962}.spot-badge--warning .spot-badge__icon,.spot-container--light-primary .spot-badge--warning .spot-badge__icon,.spot-container--light-secondary .spot-badge--warning .spot-badge__icon,.spot-badge--yellow .spot-badge__icon,.spot-container--light-primary .spot-badge--yellow .spot-badge__icon,.spot-container--light-secondary .spot-badge--yellow .spot-badge__icon,.spot-badge--warning .spot-icon,.spot-container--light-primary .spot-badge--warning .spot-icon,.spot-container--light-secondary .spot-badge--warning .spot-icon,.spot-badge--yellow .spot-icon,.spot-container--light-primary .spot-badge--yellow .spot-icon,.spot-container--light-secondary .spot-badge--yellow .spot-icon{fill:#31353d}.spot-container--light-secondary .spot-badge--warning,.spot-container--light-secondary .spot-badge--yellow{color:#31353d;background-color:#f6e962}.spot-container--light-secondary .spot-badge--warning .spot-badge__icon,.spot-container--light-secondary .spot-badge--yellow .spot-badge__icon,.spot-container--light-secondary .spot-badge--warning .spot-icon,.spot-container--light-secondary .spot-badge--yellow .spot-icon{fill:#31353d}.spot-container--dark-primary .spot-badge--warning,.spot-container--dark-primary .spot-badge--yellow{color:#25282e;background-color:#f8ed81}.spot-container--dark-primary .spot-badge--warning .spot-badge__icon,.spot-container--dark-primary .spot-badge--yellow .spot-badge__icon,.spot-container--dark-primary .spot-badge--warning .spot-icon,.spot-container--dark-primary .spot-badge--yellow .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--warning,.spot-container--dark-secondary .spot-badge--yellow{color:#25282e;background-color:#f8ed81}.spot-container--dark-secondary .spot-badge--warning .spot-badge__icon,.spot-container--dark-secondary .spot-badge--yellow .spot-badge__icon,.spot-container--dark-secondary .spot-badge--warning .spot-icon,.spot-container--dark-secondary .spot-badge--yellow .spot-icon{fill:#25282e}.spot-container--dark-primary .spot-badge--warning,.spot-container--dark-secondary .spot-badge--warning,.spot-container--dark-primary .spot-badge--yellow,.spot-container--dark-secondary .spot-badge--yellow{background-color:#f8ed81}.spot-badge--info,.spot-container--light-primary .spot-badge--info,.spot-container--light-secondary .spot-badge--info,.spot-badge--blue,.spot-container--light-primary .spot-badge--blue,.spot-container--light-secondary .spot-badge--blue{color:#31353d;background-color:#99e5ff}.spot-badge--info .spot-badge__icon,.spot-container--light-primary .spot-badge--info .spot-badge__icon,.spot-container--light-secondary .spot-badge--info .spot-badge__icon,.spot-badge--blue .spot-badge__icon,.spot-container--light-primary .spot-badge--blue .spot-badge__icon,.spot-container--light-secondary .spot-badge--blue .spot-badge__icon,.spot-badge--info .spot-icon,.spot-container--light-primary .spot-badge--info .spot-icon,.spot-container--light-secondary .spot-badge--info .spot-icon,.spot-badge--blue .spot-icon,.spot-container--light-primary .spot-badge--blue .spot-icon,.spot-container--light-secondary .spot-badge--blue .spot-icon{fill:#31353d}.spot-container--light-secondary .spot-badge--info,.spot-container--light-secondary .spot-badge--blue{color:#31353d;background-color:#99e5ff}.spot-container--light-secondary .spot-badge--info .spot-badge__icon,.spot-container--light-secondary .spot-badge--blue .spot-badge__icon,.spot-container--light-secondary .spot-badge--info .spot-icon,.spot-container--light-secondary .spot-badge--blue .spot-icon{fill:#31353d}.spot-container--dark-primary .spot-badge--info,.spot-container--dark-primary .spot-badge--blue{color:#25282e;background-color:#99e5ff}.spot-container--dark-primary .spot-badge--info .spot-badge__icon,.spot-container--dark-primary .spot-badge--blue .spot-badge__icon,.spot-container--dark-primary .spot-badge--info .spot-icon,.spot-container--dark-primary .spot-badge--blue .spot-icon{fill:#25282e}.spot-container--dark-secondary .spot-badge--info,.spot-container--dark-secondary .spot-badge--blue{color:#25282e;background-color:#99e5ff}.spot-container--dark-secondary .spot-badge--info .spot-badge__icon,.spot-container--dark-secondary .spot-badge--blue .spot-badge__icon,.spot-container--dark-secondary .spot-badge--info .spot-icon,.spot-container--dark-secondary .spot-badge--blue .spot-icon{fill:#25282e}.spot-container--dark-primary .spot-badge--info,.spot-container--dark-secondary .spot-badge--info,.spot-container--dark-primary .spot-badge--blue,.spot-container--dark-secondary .spot-badge--blue{background-color:#99e5ff}.spot-badge--primary .spot-icon,.spot-badge--secondary .spot-icon,.spot-badge--positive .spot-icon,.spot-badge--negative .spot-icon,.spot-badge--warning .spot-icon,.spot-badge--green .spot-icon,.spot-badge--red .spot-icon,.spot-badge--yellow .spot-icon{fill:#fff}.spot-badge__icon{flex-shrink:0;width:12px;height:12px}.spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--small label,.spot-button-group-toggle--large label{line-height:1.5}.spot-button:before,.spot-button-group-toggle label:before,.spot-button-group-toggle--small label:before,.spot-button-group-toggle--large label:before,.spot-button:after,.spot-button-group-toggle label:after,.spot-button-group-toggle--small label:after,.spot-button-group-toggle--large label:after{content:"";width:0;height:0;display:block}.spot-button:before,.spot-button-group-toggle label:before,.spot-button-group-toggle--small label:before,.spot-button-group-toggle--large label:before{margin-bottom:-.361111em}.spot-button:after,.spot-button-group-toggle label:after,.spot-button-group-toggle--small label:after,.spot-button-group-toggle--large label:after{margin-top:-.361111em}.spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--small label,.spot-button-group-toggle--large label{cursor:pointer;font-family:var(--font-family-sans-serif);text-align:center;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border:2px solid #0000;border-radius:24px;outline:none;align-items:center;height:35px;padding:0 16px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex;overflow:hidden}.spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--small label,.spot-button-group-toggle--large label,.spot-container--light-primary .spot-button,.spot-container--light-secondary .spot-button{color:#25282e;border-color:#9a9b9c}.spot-button .spot-button__icon,.spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--large label .spot-button__icon,.spot-button .spot-button>.spot-icon,.spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button label>.spot-icon,.spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label label>.spot-icon,.spot-button .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button label>.spot-icon,.spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large label label>.spot-icon,.spot-button .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button label>.spot-icon,.spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large label label>.spot-icon,.spot-container--light-primary .spot-button .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button__icon,.spot-container--light-primary .spot-button .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button>.spot-icon,.spot-container--light-primary .spot-button .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label label>.spot-icon,.spot-container--light-secondary .spot-button .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button__icon,.spot-container--light-secondary .spot-button .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button>.spot-icon,.spot-container--light-secondary .spot-button .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label label>.spot-icon{fill:#25282e}.spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--small label,.spot-button-group-toggle--large label,.spot-container--light-primary .spot-button{background-color:#fff}.spot-button:hover,.spot-button-group-toggle label:hover,.spot-button-group-toggle--small label:hover,.spot-button-group-toggle--large label:hover,.spot-button.spot-button--hover,.spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--large label.spot-button--hover,.spot-container--light-primary .spot-button:hover,.spot-container--light-primary .spot-button.spot-button--hover{background-color:#bcbdbc;border-color:#bcbdbc}.spot-button:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large label:focus,.spot-container--light-primary .spot-button:focus,.spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-primary label:focus,.spot-container--light-secondary .spot-button:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-button.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-container--light-primary .spot-button.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--focus,.spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,.spot-container--light-primary .spot-button:focus,.spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-primary label:focus,.spot-container--light-primary .spot-container--light-primary .spot-button:focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--light-primary label:focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--light-primary label:focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--light-primary label:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--light-primary label:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--light-primary label:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--light-primary label.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--light-primary label.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--light-primary label.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--light-primary label.spot-button--focus,.spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-button:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large label:focus,.spot-button.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-container--light-primary .spot-button:focus,.spot-container--light-primary .spot-button.spot-button--focus{background-color:#fff;border-color:#0000;outline:none}.spot-button:active,.spot-button-group-toggle label:active,.spot-button-group-toggle--small label:active,.spot-button-group-toggle--large label:active,.spot-button.spot-button--active,.spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large label.spot-button--active,.spot-container--light-primary .spot-button:active,.spot-container--light-primary .spot-button.spot-button--active{background-color:#bcbdbc;border-color:#0000;box-shadow:0 0 0 2px #9a9b9c}.spot-button:disabled,.spot-button-group-toggle label:disabled,.spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--large label:disabled,.spot-button.spot-button--disabled,.spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--large label.spot-button--disabled,.spot-container--light-primary .spot-button:disabled,.spot-container--light-primary .spot-button.spot-button--disabled{box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#fff;border-color:#fff}.spot-button:disabled .spot-button__icon,.spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button:disabled .spot-button>.spot-icon,.spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button:disabled label>.spot-icon,.spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button:disabled label>.spot-icon,.spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button:disabled label>.spot-icon,.spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button.spot-button--disabled .spot-button__icon,.spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button.spot-button--disabled label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button,.spot-container--light-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--light-secondary label,.spot-container--light-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--light-secondary label,.spot-container--light-secondary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--light-secondary label{background-color:#f0f0f0}.spot-container--light-secondary .spot-button:hover,.spot-container--light-secondary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--small .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button-group-toggle--large label:hover,.spot-button-group-toggle--large .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--hover,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--hover{background-color:#bcbdbc;border-color:#bcbdbc}.spot-container--light-secondary .spot-button:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button:focus,.spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-button:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus{background-color:#f0f0f0;border-color:#0000;outline:none}.spot-container--light-secondary .spot-button:active,.spot-container--light-secondary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--active{background-color:#bcbdbc;border-color:#0000;box-shadow:0 0 0 2px #9a9b9c}.spot-container--light-secondary .spot-button:disabled,.spot-container--light-secondary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled{box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#f0f0f0;border-color:#fff}.spot-container--light-secondary .spot-button:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-button,.spot-container--dark-primary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--dark-primary label,.spot-container--dark-secondary .spot-button,.spot-container--dark-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--dark-secondary label{color:#fff;border-color:#717479}.spot-container--dark-primary .spot-button .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-secondary .spot-button .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label label>.spot-icon{fill:#fff}.spot-container--dark-primary .spot-button,.spot-container--dark-primary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--dark-primary label{background-color:#31353d}.spot-container--dark-primary .spot-button:hover,.spot-container--dark-primary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--small .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button-group-toggle--large label:hover,.spot-button-group-toggle--large .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--hover,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--hover{background-color:#3e9af5;border-color:#3e9af5}.spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus{background-color:#31353d}.spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-button:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-primary .spot-button:active,.spot-container--dark-primary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--active{background-color:#3e9af5;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--dark-primary .spot-button:disabled,.spot-container--dark-primary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled{box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button,.spot-container--dark-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--dark-secondary label{background-color:#3f434a}.spot-container--dark-secondary .spot-button:hover,.spot-container--dark-secondary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--small .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button-group-toggle--large label:hover,.spot-button-group-toggle--large .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--hover,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--hover{background-color:#3e9af5;border-color:#3e9af5}.spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus{background-color:#3f434a}.spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-secondary .spot-button:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-secondary .spot-button:active,.spot-container--dark-secondary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--active{background-color:#3e9af5;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--dark-secondary .spot-button:disabled,.spot-container--dark-secondary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled{box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button:hover,.spot-button-group-toggle label:hover,.spot-button-group-toggle--small label:hover,.spot-button-group-toggle--large label:hover{-webkit-tap-highlight-color:transparent}.spot-button--primary,.spot-container--light-primary .spot-button--primary,.spot-container--light-secondary .spot-button--primary{color:#fff;border-color:#0969d9}.spot-button--primary .spot-button__icon,.spot-button--primary .spot-button>.spot-icon,.spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--primary label>.spot-icon,.spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button--primary label>.spot-icon,.spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button--primary label>.spot-icon,.spot-container--light-primary .spot-button--primary .spot-button__icon,.spot-container--light-primary .spot-button--primary .spot-button>.spot-icon,.spot-container--light-primary .spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--primary label>.spot-icon,.spot-container--light-primary .spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary label>.spot-icon,.spot-container--light-primary .spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary label>.spot-icon,.spot-container--light-secondary .spot-button--primary .spot-button__icon,.spot-container--light-secondary .spot-button--primary .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary label>.spot-icon,.spot-container--light-secondary .spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary label>.spot-icon,.spot-container--light-secondary .spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary label>.spot-icon{fill:#fff}.spot-button--primary,.spot-container--light-primary .spot-button--primary{background-color:#0969d9}.spot-button--primary:hover,.spot-button--primary.spot-button--hover,.spot-container--light-primary .spot-button--primary:hover,.spot-container--light-primary .spot-button--primary.spot-button--hover{background-color:#0b76f0;border-color:#0b76f0}.spot-button--primary:focus,.spot-container--light-primary .spot-button--primary:focus,.spot-container--light-secondary .spot-button--primary:focus,.spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-button--primary:focus,.spot-container--light-primary .spot-container--light-primary .spot-button--primary:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--primary:focus,.spot-container--light-primary .spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--primary:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--primary:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--primary.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-button--primary:focus,.spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-button--primary:focus,.spot-container--light-primary .spot-button--primary.spot-button--focus{background-color:#0969d9;border-color:#0000;outline:none}.spot-button--primary:active,.spot-button--primary.spot-button--active,.spot-container--light-primary .spot-button--primary:active,.spot-container--light-primary .spot-button--primary.spot-button--active{background-color:#0b76f0;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-button--primary:disabled,.spot-button--primary.spot-button--disabled,.spot-container--light-primary .spot-button--primary:disabled,.spot-container--light-primary .spot-button--primary.spot-button--disabled{box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-button--primary:disabled .spot-button__icon,.spot-button--primary:disabled .spot-button>.spot-icon,.spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--primary:disabled label>.spot-icon,.spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button--primary:disabled label>.spot-icon,.spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button--primary:disabled label>.spot-icon,.spot-button--primary.spot-button--disabled .spot-button__icon,.spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button__icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary{background-color:#0969d9}.spot-container--light-secondary .spot-button--primary:hover,.spot-container--light-secondary .spot-button--primary.spot-button--hover{background-color:#0b76f0;border-color:#0b76f0}.spot-container--light-secondary .spot-button--primary:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--primary:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--primary:focus,.spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--primary:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--primary:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--primary.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-button--primary:focus,.spot-container--light-secondary .spot-button--primary.spot-button--focus{background-color:#0969d9;border-color:#0000;outline:none}.spot-container--light-secondary .spot-button--primary:active,.spot-container--light-secondary .spot-button--primary.spot-button--active{background-color:#0b76f0;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}:is(.spot-container--light-secondary .spot-button--primary:disabled,.spot-container--light-secondary .spot-button--primary.spot-button--disabled,.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active)){box-shadow:none;color:#a9aaaa;cursor:not-allowed;background-color:#e2e2e2;border-color:#e2e2e2}.spot-container--light-secondary .spot-button--primary:disabled .spot-button__icon,.spot-container--light-secondary .spot-button--primary:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-button--primary,.spot-container--dark-secondary .spot-button--primary{color:#fff;border-color:#0969d9}.spot-container--dark-primary .spot-button--primary .spot-button__icon,.spot-container--dark-primary .spot-button--primary .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary label>.spot-icon,.spot-container--dark-primary .spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary label>.spot-icon,.spot-container--dark-primary .spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary label>.spot-icon,.spot-container--dark-secondary .spot-button--primary .spot-button__icon,.spot-container--dark-secondary .spot-button--primary .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--primary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary label>.spot-icon,.spot-container--dark-secondary .spot-button--primary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary label>.spot-icon,.spot-container--dark-secondary .spot-button--primary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary label>.spot-icon{fill:#fff}.spot-container--dark-primary .spot-button--primary{background-color:#0969d9}.spot-container--dark-primary .spot-button--primary:hover,.spot-container--dark-primary .spot-button--primary.spot-button--hover{background-color:#0b76f0;border-color:#0b76f0}.spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-primary .spot-button--primary.spot-button--focus{background-color:#0969d9}.spot-container--dark-primary .spot-button--primary:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--primary:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--primary.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-button--primary:focus,.spot-container--dark-primary .spot-button--primary.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-primary .spot-button--primary:active,.spot-container--dark-primary .spot-button--primary.spot-button--active{background-color:#0b76f0;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}:is(.spot-container--dark-primary .spot-button--primary:disabled,.spot-container--dark-primary .spot-button--primary.spot-button--disabled,.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active)){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#5d6066;border-color:#5d6066}.spot-container--dark-primary .spot-button--primary:disabled .spot-button__icon,.spot-container--dark-primary .spot-button--primary:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary.spot-button--disabled label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary{background-color:#0969d9}.spot-container--dark-secondary .spot-button--primary:hover,.spot-container--dark-secondary .spot-button--primary.spot-button--hover{background-color:#0b76f0;border-color:#0b76f0}.spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-secondary .spot-button--primary.spot-button--focus{background-color:#0969d9}.spot-container--dark-secondary .spot-button--primary:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--primary:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--primary.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--primary.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-secondary .spot-button--primary:focus,.spot-container--dark-secondary .spot-button--primary.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-secondary .spot-button--primary:active,.spot-container--dark-secondary .spot-button--primary.spot-button--active{background-color:#0b76f0;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}:is(.spot-container--dark-secondary .spot-button--primary:disabled,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled,.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active)){box-shadow:none;color:#3f434a;cursor:not-allowed;background-color:#5d6066;border-color:#5d6066}.spot-container--dark-secondary .spot-button--primary:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--primary:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--primary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--primary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--primary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary.spot-button--disabled label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#3f434a}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#3f434a}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#3f434a}.spot-button--secondary,.spot-button-group-toggle label,.spot-button-group-toggle--small label,.spot-button-group-toggle--large label,.spot-container--light-primary .spot-button--secondary,.spot-container--light-secondary .spot-button--secondary{color:#25282e;border-color:#3e9af5}.spot-button--secondary .spot-button__icon,.spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--large label .spot-button__icon,.spot-button--secondary .spot-button>.spot-icon,.spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--secondary label>.spot-icon,.spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label label>.spot-icon,.spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button--secondary label>.spot-icon,.spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large label label>.spot-icon,.spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button--secondary label>.spot-icon,.spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--large label label>.spot-icon,.spot-container--light-primary .spot-button--secondary .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button__icon,.spot-container--light-primary .spot-button--secondary .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button>.spot-icon,.spot-container--light-primary .spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label label>.spot-icon,.spot-container--light-secondary .spot-button--secondary .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button__icon,.spot-container--light-secondary .spot-button--secondary .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label label>.spot-icon{fill:#25282e}.spot-button--secondary,.spot-button-group-toggle label,.spot-button-group-toggle--small label,.spot-button-group-toggle--large label,.spot-container--light-primary .spot-button--secondary{background-color:#fff}.spot-button--secondary:hover,.spot-button-group-toggle label:hover,.spot-button-group-toggle--small label:hover,.spot-button-group-toggle--large label:hover,.spot-button--secondary.spot-button--hover,.spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--large label.spot-button--hover,.spot-container--light-primary .spot-button--secondary:hover,.spot-container--light-primary .spot-button--secondary.spot-button--hover{background-color:#cdedff;border-color:#3e9af5}.spot-button--secondary:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large label:focus,.spot-container--light-primary .spot-button--secondary:focus,.spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-primary label:focus,.spot-container--light-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-button--secondary.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--focus,.spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,.spot-container--light-primary .spot-button--secondary:focus,.spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-primary label:focus,.spot-container--light-primary .spot-container--light-primary .spot-button--secondary:focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--light-primary label:focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--light-primary label:focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--light-primary label:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--secondary:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--light-primary label:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--light-primary label:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--light-primary label:focus,.spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--light-primary label.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--light-primary label.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--light-primary label.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--light-primary label.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--light-primary label.spot-button--focus,.spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-primary label:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-primary label:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-primary label:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-primary label:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-primary label:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-primary label:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-primary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-primary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-primary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-button--secondary:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large label:focus,.spot-button--secondary.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-container--light-primary .spot-button--secondary:focus,.spot-container--light-primary .spot-button--secondary.spot-button--focus{background-color:#fff;border-color:#0000;outline:none}.spot-button--secondary:active,.spot-button-group-toggle label:active,.spot-button-group-toggle--small label:active,.spot-button-group-toggle--large label:active,.spot-button--secondary.spot-button--active,.spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large label.spot-button--active,.spot-container--light-primary .spot-button--secondary:active,.spot-container--light-primary .spot-button--secondary.spot-button--active{background-color:#cdedff;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-button--secondary:disabled,.spot-button-group-toggle label:disabled,.spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--large label:disabled,.spot-button--secondary.spot-button--disabled,.spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--large label.spot-button--disabled,.spot-container--light-primary .spot-button--secondary:disabled,.spot-container--light-primary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--light-primary label:disabled,.spot-container--light-primary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--small .spot-container--light-primary label:disabled,.spot-container--light-primary .spot-button-group-toggle--large label:disabled,.spot-button-group-toggle--large .spot-container--light-primary label:disabled,.spot-container--light-primary .spot-button--secondary.spot-button--disabled,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled{box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#fff;border-color:#d0d1d0}.spot-button--secondary:disabled .spot-button__icon,.spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button--secondary:disabled .spot-button>.spot-icon,.spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button--secondary:disabled label>.spot-icon,.spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button__icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label:disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary,.spot-container--light-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--light-secondary label,.spot-container--light-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--light-secondary label,.spot-container--light-secondary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--light-secondary label{background-color:#f0f0f0}.spot-container--light-secondary .spot-button--secondary:hover,.spot-container--light-secondary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--small .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button-group-toggle--large label:hover,.spot-button-group-toggle--large .spot-container--light-secondary label:hover,.spot-container--light-secondary .spot-button--secondary.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--hover,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--hover,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--hover{background-color:#cdedff;border-color:#3e9af5}.spot-container--light-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--secondary:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--light-secondary label:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--light-secondary label:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--secondary:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary label:focus,.spot-container--light-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus{background-color:#f0f0f0;border-color:#0000;outline:none}.spot-container--light-secondary .spot-button--secondary:active,.spot-container--light-secondary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-container--light-secondary label:active,.spot-container--light-secondary .spot-button--secondary.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--active,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--active{background-color:#cdedff;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--light-secondary .spot-button--secondary:disabled,.spot-container--light-secondary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled{box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#f0f0f0;border-color:#d0d1d0}.spot-container--light-secondary .spot-button--secondary:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button__icon,.spot-container--light-secondary .spot-button--secondary:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-button--secondary,.spot-container--dark-primary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--dark-primary label,.spot-container--dark-secondary .spot-button--secondary,.spot-container--dark-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--dark-secondary label{color:#fff;border-color:#3e9af5}.spot-container--dark-primary .spot-button--secondary .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button__icon,.spot-container--dark-primary .spot-button--secondary .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button__icon,.spot-container--dark-secondary .spot-button--secondary .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--secondary .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label label>.spot-icon{fill:#fff}.spot-container--dark-primary .spot-button--secondary,.spot-container--dark-primary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--dark-primary label,.spot-container--dark-primary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--dark-primary label{background-color:#31353d}.spot-container--dark-primary .spot-button--secondary:hover,.spot-container--dark-primary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--small .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button-group-toggle--large label:hover,.spot-button-group-toggle--large .spot-container--dark-primary label:hover,.spot-container--dark-primary .spot-button--secondary.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--hover,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--hover,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--hover{background-color:#284e76;border-color:#3e9af5}.spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus{background-color:#31353d}.spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--secondary:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--dark-primary label:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--dark-primary label:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--dark-primary label:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--secondary:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--dark-primary label:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--dark-primary label:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--dark-primary label.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--dark-primary label.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-button--secondary:focus,.spot-container--dark-primary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary label:focus,.spot-container--dark-primary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-primary .spot-button--secondary:active,.spot-container--dark-primary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-container--dark-primary label:active,.spot-container--dark-primary .spot-button--secondary.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--active,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--active{background-color:#284e76;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--dark-primary .spot-button--secondary:disabled,.spot-container--dark-primary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled{box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#31353d;border-color:#5d6066}.spot-container--dark-primary .spot-button--secondary:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button__icon,.spot-container--dark-primary .spot-button--secondary:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary,.spot-container--dark-secondary .spot-button-group-toggle label,.spot-button-group-toggle .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-container--dark-secondary label,.spot-container--dark-secondary .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-container--dark-secondary label{background-color:#3f434a}.spot-container--dark-secondary .spot-button--secondary:hover,.spot-container--dark-secondary .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--small .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button-group-toggle--large label:hover,.spot-button-group-toggle--large .spot-container--dark-secondary label:hover,.spot-container--dark-secondary .spot-button--secondary.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--hover,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--hover,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--hover,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--hover,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--hover{background-color:#284e76;border-color:#3e9af5}.spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus{background-color:#3f434a}.spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--dark-secondary label:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--dark-secondary label:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--dark-secondary label:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--dark-secondary label:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--dark-secondary label:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--light-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--light-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--light-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-secondary .spot-button--secondary:focus,.spot-container--dark-secondary .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,.spot-container--dark-secondary .spot-button--secondary.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-secondary .spot-button--secondary:active,.spot-container--dark-secondary .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-container--dark-secondary label:active,.spot-container--dark-secondary .spot-button--secondary.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--active,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--active{background-color:#284e76;border-color:#0000;box-shadow:0 0 0 2px #0b76f0}.spot-container--dark-secondary .spot-button--secondary:disabled,.spot-container--dark-secondary .spot-button-group-toggle label:disabled,.spot-button-group-toggle .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled{box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#3f434a;border-color:#5d6066}.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label:disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button__icon{vertical-align:middle;width:16px;height:16px}.spot-button--small .spot-button__icon,.spot-button-group-toggle--small label .spot-button__icon{width:12px;height:12px}.spot-button--large .spot-button__icon,.spot-button-group-toggle--large label .spot-button__icon{width:24px;height:24px}.spot-button__icon--left{margin:0 8px 0 0}.spot-button__icon--left:last-child{margin:0}.spot-button__icon--right{margin:0 0 0 8px}.spot-button__icon--right:first-child{margin:0}.spot-button__text{vertical-align:middle;white-space:normal}.spot-button--small,.spot-button-group-toggle--small label{height:28px;padding:0 12px;font-size:13.5px}.spot-button--large,.spot-button-group-toggle--large label{height:45px;padding:0 24px;font-size:18px}.spot-button--link{font-weight:400}.spot-button--link,.spot-container--light-primary .spot-button--link,.spot-container--light-secondary .spot-button--link{color:#0969d9;border-color:#0000}.spot-button--link .spot-button__icon,.spot-button--link .spot-button>.spot-icon,.spot-button--link .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--link label>.spot-icon,.spot-button--link .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button--link label>.spot-icon,.spot-button--link .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button--link label>.spot-icon,.spot-container--light-primary .spot-button--link .spot-button__icon,.spot-container--light-primary .spot-button--link .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--link .spot-button__icon,.spot-container--light-secondary .spot-button--link .spot-button>.spot-icon{fill:#0969d9}.spot-button--link,.spot-container--light-primary .spot-button--link{background-color:#0000}.spot-button--link:hover,.spot-button--link.spot-button--hover,.spot-container--light-primary .spot-button--link:hover,.spot-container--light-primary .spot-button--link.spot-button--hover{background-color:#0000;border-color:#0000}.spot-button--link:focus,.spot-container--light-primary .spot-button--link:focus,.spot-container--light-secondary .spot-button--link:focus,.spot-button--link.spot-button--focus,.spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-button--link:focus,.spot-container--light-primary .spot-container--light-primary .spot-button--link:focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--link:focus,.spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--link:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--link:focus,.spot-container--dark-primary .spot-container--light-primary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-button--link.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-button--link:focus,.spot-button--link.spot-button--focus,.spot-container--light-primary .spot-button--link:focus,.spot-container--light-primary .spot-button--link.spot-button--focus{background-color:#0000;border-color:#0000;outline:none}.spot-button--link:active,.spot-button--link.spot-button--active,.spot-container--light-primary .spot-button--link:active,.spot-container--light-primary .spot-button--link.spot-button--active{background-color:#cdedff;border-color:#0000;box-shadow:0 0 0 2px #cdedff}.spot-button--link:disabled,.spot-button--link.spot-button--disabled,.spot-container--light-primary .spot-button--link:disabled,.spot-container--light-primary .spot-button--link.spot-button--disabled{box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-container--light-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-container--light-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-container--light-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-button--link:disabled .spot-button__icon,.spot-button--link:disabled .spot-button>.spot-icon,.spot-button--link:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--link:disabled label>.spot-icon,.spot-button--link:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button--link:disabled label>.spot-icon,.spot-button--link:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button--link:disabled label>.spot-icon,.spot-button--link.spot-button--disabled .spot-button__icon,.spot-button--link.spot-button--disabled .spot-button>.spot-icon,.spot-button--link.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-button--link.spot-button--disabled label>.spot-icon,.spot-button--link.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-button--link.spot-button--disabled label>.spot-icon,.spot-button--link.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--light-primary .spot-button--link:disabled .spot-button__icon,.spot-container--light-primary .spot-button--link:disabled .spot-button>.spot-icon,.spot-container--light-primary .spot-button--link.spot-button--disabled .spot-button__icon,.spot-container--light-primary .spot-button--link.spot-button--disabled .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link{background-color:#0000}.spot-container--light-secondary .spot-button--link:hover,.spot-container--light-secondary .spot-button--link.spot-button--hover{background-color:#0000;border-color:#0000}.spot-container--light-secondary .spot-button--link:focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--link:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--link:focus,.spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--link:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--link:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-button--link.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-button--link:focus,.spot-container--light-secondary .spot-button--link.spot-button--focus{background-color:#0000;border-color:#0000;outline:none}.spot-container--light-secondary .spot-button--link:active,.spot-container--light-secondary .spot-button--link.spot-button--active{background-color:#cdedff;border-color:#0000;box-shadow:0 0 0 2px #cdedff}:is(.spot-container--light-secondary .spot-button--link:disabled,.spot-container--light-secondary .spot-button--link.spot-button--disabled,.spot-container--light-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--light-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active)){box-shadow:none;color:#d0d1d0;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-container--light-secondary .spot-button--link:disabled .spot-button__icon,.spot-container--light-secondary .spot-button--link:disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--link:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--link:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--link:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button__icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button>.spot-icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--light-secondary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--link.spot-button--disabled label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle .spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#a9aaaa}.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-button--link,.spot-container--dark-secondary .spot-button--link{color:#62b3f9;border-color:#0000}.spot-container--dark-primary .spot-button--link .spot-button__icon,.spot-container--dark-primary .spot-button--link .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--link .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--link label>.spot-icon,.spot-container--dark-primary .spot-button--link .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link label>.spot-icon,.spot-container--dark-primary .spot-button--link .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link label>.spot-icon,.spot-container--dark-secondary .spot-button--link .spot-button__icon,.spot-container--dark-secondary .spot-button--link .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--link .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link label>.spot-icon,.spot-container--dark-secondary .spot-button--link .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link label>.spot-icon,.spot-container--dark-secondary .spot-button--link .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link label>.spot-icon{fill:#62b3f9}.spot-container--dark-primary .spot-button--link{background-color:#0000}.spot-container--dark-primary .spot-button--link:hover,.spot-container--dark-primary .spot-button--link.spot-button--hover{background-color:#0000;border-color:#0000}.spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-primary .spot-button--link.spot-button--focus{background-color:#0000}.spot-container--dark-primary .spot-button--link:focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--link:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-button--link.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-button--link:focus,.spot-container--dark-primary .spot-button--link.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-primary .spot-button--link:active,.spot-container--dark-primary .spot-button--link.spot-button--active{background-color:#284e76;border-color:#0000;box-shadow:0 0 0 2px #284e76}:is(.spot-container--dark-primary .spot-button--link:disabled,.spot-container--dark-primary .spot-button--link.spot-button--disabled,.spot-container--dark-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--dark-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active)){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-container--dark-primary .spot-button--link:disabled .spot-button__icon,.spot-container--dark-primary .spot-button--link:disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--link:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--link:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--link:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button__icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-primary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link.spot-button--disabled label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link{background-color:#0000}.spot-container--dark-secondary .spot-button--link:hover,.spot-container--dark-secondary .spot-button--link.spot-button--hover{background-color:#0000;border-color:#0000}.spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-secondary .spot-button--link.spot-button--focus{background-color:#0000}.spot-container--dark-secondary .spot-button--link:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--link:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-button--link.spot-button--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-button--link.spot-button--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-secondary .spot-button--link:focus,.spot-container--dark-secondary .spot-button--link.spot-button--focus{border-color:#0000;outline:none}.spot-container--dark-secondary .spot-button--link:active,.spot-container--dark-secondary .spot-button--link.spot-button--active{background-color:#284e76;border-color:#0000;box-shadow:0 0 0 2px #284e76}:is(.spot-container--dark-secondary .spot-button--link:disabled,.spot-container--dark-secondary .spot-button--link.spot-button--disabled,.spot-container--dark-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--dark-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active),.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active)){box-shadow:none;color:#717479;cursor:not-allowed;background-color:#0000;border-color:#0000}.spot-container--dark-secondary .spot-button--link:disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--link:disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--link:disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--link:disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--link:disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link:disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button__icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button>.spot-icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle label>.spot-icon,.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--small label>.spot-icon,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link.spot-button--disabled label>.spot-icon,.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--large label>.spot-icon,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link.spot-button--disabled label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--link:disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--link.spot-button--disabled:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button__icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle label>.spot-icon{fill:#717479}.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--small label>.spot-icon{fill:#717479}.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) .spot-button-group-toggle--large label>.spot-icon{fill:#717479}.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover,:focus,:focus-visible,:active) label>.spot-icon{fill:#717479}.spot-button--link:hover,.spot-button--link.spot-button--hover{text-decoration:underline}.spot-button--link:disabled,.spot-button--link.spot-button--disabled{text-decoration:none}.spot-button-group,.spot-button-group-toggle,.spot-button-group-toggle--small,.spot-button-group-toggle--large,.spot-button-group--disabled,.spot-button-group.disabled{display:inline-flex}@supports not (display:inline-flex){.spot-button-group,.spot-button-group-toggle,.spot-button-group-toggle--small,.spot-button-group-toggle--large,.spot-button-group--disabled,.spot-button-group.disabled{display:inline-block}}.spot-button-group,.spot-button-group-toggle,.spot-button-group-toggle--small,.spot-button-group-toggle--large,.spot-button-group--disabled,.spot-button-group.disabled{border-radius:4px}.spot-button-group:not(:last-child),.spot-button-group-toggle:not(:last-child),.spot-button-group-toggle--small:not(:last-child),.spot-button-group-toggle--large:not(:last-child),.spot-button-group--disabled:not(:last-child){margin-right:8px}.spot-button-group.separators .spot-button:not(:last-child),.spot-button-group.separators .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .spot-button-group.separators label:not(:last-child),.spot-button-group.separators .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .spot-button-group.separators label:not(:last-child),.spot-button-group.separators .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .spot-button-group.separators label:not(:last-child),.spot-button-group.separators label:not(:last-child),.spot-button-group.with-lines .spot-button:not(:last-child),.spot-button-group.with-lines .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .spot-button-group.with-lines label:not(:last-child),.spot-button-group.with-lines .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .spot-button-group.with-lines label:not(:last-child),.spot-button-group.with-lines .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .spot-button-group.with-lines label:not(:last-child),.spot-button-group.with-lines label:not(:last-child),.spot-button-group--separators .spot-button:not(:last-child),.spot-button-group--separators .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .spot-button-group--separators label:not(:last-child),.spot-button-group--separators .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .spot-button-group--separators label:not(:last-child),.spot-button-group--separators .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .spot-button-group--separators label:not(:last-child),.spot-button-group--separators label:not(:last-child),.spot-button-group--with-lines .spot-button:not(:last-child),.spot-button-group--with-lines .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .spot-button-group--with-lines label:not(:last-child),.spot-button-group--with-lines .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .spot-button-group--with-lines label:not(:last-child),.spot-button-group--with-lines .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .spot-button-group--with-lines label:not(:last-child),.spot-button-group--with-lines label:not(:last-child),.separators.spot-button-group-toggle .spot-button:not(:last-child),.separators.spot-button-group-toggle--small .spot-button:not(:last-child),.separators.spot-button-group-toggle--large .spot-button:not(:last-child),.separators.spot-button-group--disabled .spot-button:not(:last-child),.separators.spot-button-group.disabled .spot-button:not(:last-child),.separators.spot-button-group-toggle label:not(:last-child),.separators.spot-button-group-toggle--small .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .separators.spot-button-group-toggle--small label:not(:last-child),.separators.spot-button-group-toggle--large .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .separators.spot-button-group-toggle--large label:not(:last-child),.separators.spot-button-group--disabled .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .separators.spot-button-group--disabled label:not(:last-child),.separators.spot-button-group.disabled .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .separators.spot-button-group.disabled label:not(:last-child),.separators.spot-button-group-toggle .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .separators.spot-button-group-toggle label:not(:last-child),.separators.spot-button-group-toggle--small label:not(:last-child),.separators.spot-button-group-toggle--large .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .separators.spot-button-group-toggle--large label:not(:last-child),.separators.spot-button-group--disabled .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .separators.spot-button-group--disabled label:not(:last-child),.separators.spot-button-group.disabled .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .separators.spot-button-group.disabled label:not(:last-child),.separators.spot-button-group-toggle .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .separators.spot-button-group-toggle label:not(:last-child),.separators.spot-button-group-toggle--small .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .separators.spot-button-group-toggle--small label:not(:last-child),.separators.spot-button-group-toggle--large label:not(:last-child),.separators.spot-button-group--disabled .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .separators.spot-button-group--disabled label:not(:last-child),.separators.spot-button-group.disabled .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .separators.spot-button-group.disabled label:not(:last-child),.separators.spot-button-group-toggle label:not(:last-child),.separators.spot-button-group-toggle--small label:not(:last-child),.separators.spot-button-group-toggle--large label:not(:last-child),.separators.spot-button-group--disabled label:not(:last-child),.separators.spot-button-group.disabled label:not(:last-child),.with-lines.spot-button-group-toggle .spot-button:not(:last-child),.with-lines.spot-button-group-toggle--small .spot-button:not(:last-child),.with-lines.spot-button-group-toggle--large .spot-button:not(:last-child),.with-lines.spot-button-group--disabled .spot-button:not(:last-child),.with-lines.spot-button-group.disabled .spot-button:not(:last-child),.with-lines.spot-button-group-toggle label:not(:last-child),.with-lines.spot-button-group-toggle--small .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .with-lines.spot-button-group-toggle--small label:not(:last-child),.with-lines.spot-button-group-toggle--large .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .with-lines.spot-button-group-toggle--large label:not(:last-child),.with-lines.spot-button-group--disabled .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .with-lines.spot-button-group--disabled label:not(:last-child),.with-lines.spot-button-group.disabled .spot-button-group-toggle label:not(:last-child),.spot-button-group-toggle .with-lines.spot-button-group.disabled label:not(:last-child),.with-lines.spot-button-group-toggle .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .with-lines.spot-button-group-toggle label:not(:last-child),.with-lines.spot-button-group-toggle--small label:not(:last-child),.with-lines.spot-button-group-toggle--large .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .with-lines.spot-button-group-toggle--large label:not(:last-child),.with-lines.spot-button-group--disabled .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .with-lines.spot-button-group--disabled label:not(:last-child),.with-lines.spot-button-group.disabled .spot-button-group-toggle--small label:not(:last-child),.spot-button-group-toggle--small .with-lines.spot-button-group.disabled label:not(:last-child),.with-lines.spot-button-group-toggle .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .with-lines.spot-button-group-toggle label:not(:last-child),.with-lines.spot-button-group-toggle--small .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .with-lines.spot-button-group-toggle--small label:not(:last-child),.with-lines.spot-button-group-toggle--large label:not(:last-child),.with-lines.spot-button-group--disabled .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .with-lines.spot-button-group--disabled label:not(:last-child),.with-lines.spot-button-group.disabled .spot-button-group-toggle--large label:not(:last-child),.spot-button-group-toggle--large .with-lines.spot-button-group.disabled label:not(:last-child),.with-lines.spot-button-group-toggle label:not(:last-child),.with-lines.spot-button-group-toggle--small label:not(:last-child),.with-lines.spot-button-group-toggle--large label:not(:last-child),.with-lines.spot-button-group--disabled label:not(:last-child),.with-lines.spot-button-group.disabled label:not(:last-child){border-right-style:solid!important;border-right-width:1px!important}.spot-button-group .spot-button,.spot-button-group-toggle .spot-button,.spot-button-group-toggle--small .spot-button,.spot-button-group-toggle--large .spot-button,.spot-button-group--disabled .spot-button,.spot-button-group-toggle label,.spot-button-group-toggle--small label,.spot-button-group-toggle--large label{border-width:2px 0;margin:0;padding:0 12px;position:relative}.spot-button-group .spot-button:not(:first-child):not(:last-child),.spot-button-group-toggle .spot-button:not(:first-child):not(:last-child),.spot-button-group-toggle--small .spot-button:not(:first-child):not(:last-child),.spot-button-group-toggle--large .spot-button:not(:first-child):not(:last-child),.spot-button-group--disabled .spot-button:not(:first-child):not(:last-child),.spot-button-group-toggle label:not(:first-child):not(:last-child),.spot-button-group-toggle--small label:not(:first-child):not(:last-child),.spot-button-group-toggle--large label:not(:first-child):not(:last-child){border-radius:0}.spot-button-group .spot-button:first-child,.spot-button-group-toggle .spot-button:first-child,.spot-button-group-toggle--small .spot-button:first-child,.spot-button-group-toggle--large .spot-button:first-child,.spot-button-group--disabled .spot-button:first-child,.spot-button-group-toggle label:first-child,.spot-button-group-toggle--small label:first-child,.spot-button-group-toggle--large label:first-child{border-left-width:2px;border-top-right-radius:0;border-bottom-right-radius:0}.spot-button-group .spot-button:last-child,.spot-button-group-toggle .spot-button:last-child,.spot-button-group-toggle--small .spot-button:last-child,.spot-button-group-toggle--large .spot-button:last-child,.spot-button-group--disabled .spot-button:last-child,.spot-button-group-toggle label:last-child,.spot-button-group-toggle--small label:last-child,.spot-button-group-toggle--large label:last-child{border-right-width:2px;border-top-left-radius:0;border-bottom-left-radius:0}.spot-button-group .spot-button:focus,.spot-button-group .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-button-group label:focus,.spot-button-group .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-button-group label:focus,.spot-button-group .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-button-group label:focus,.spot-button-group .spot-button.spot-button--focus,.spot-button-group .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-button-group label.spot-button--focus,.spot-button-group .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-button-group label.spot-button--focus,.spot-button-group .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-button-group label.spot-button--focus,.spot-button-group-toggle .spot-button:focus,.spot-button-group-toggle--small .spot-button:focus,.spot-button-group-toggle--large .spot-button:focus,.spot-button-group--disabled .spot-button:focus,.spot-button-group.disabled .spot-button:focus,.spot-button-group-toggle label:focus,.spot-button-group-toggle--small .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-button-group-toggle--large label:focus,.spot-button-group--disabled .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-button-group--disabled label:focus,.spot-button-group.disabled .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-button-group.disabled label:focus,.spot-button-group-toggle .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-button-group-toggle label:focus,.spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-button-group-toggle--large label:focus,.spot-button-group--disabled .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-button-group--disabled label:focus,.spot-button-group.disabled .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-button-group.disabled label:focus,.spot-button-group-toggle .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-button-group-toggle label:focus,.spot-button-group-toggle--small .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--large label:focus,.spot-button-group--disabled .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-button-group--disabled label:focus,.spot-button-group.disabled .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-button-group.disabled label:focus,.spot-button-group-toggle .spot-button.spot-button--focus,.spot-button-group-toggle--small .spot-button.spot-button--focus,.spot-button-group-toggle--large .spot-button.spot-button--focus,.spot-button-group--disabled .spot-button.spot-button--focus,.spot-button-group.disabled .spot-button.spot-button--focus,.spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group--disabled .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-button-group--disabled label.spot-button--focus,.spot-button-group.disabled .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle .spot-button-group.disabled label.spot-button--focus,.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group--disabled .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-button-group--disabled label.spot-button--focus,.spot-button-group.disabled .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--small .spot-button-group.disabled label.spot-button--focus,.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--focus,.spot-button-group-toggle--small .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-button-group-toggle--small label.spot-button--focus,.spot-button-group-toggle--large label.spot-button--focus,.spot-button-group--disabled .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-button-group--disabled label.spot-button--focus,.spot-button-group.disabled .spot-button-group-toggle--large label.spot-button--focus,.spot-button-group-toggle--large .spot-button-group.disabled label.spot-button--focus,.spot-button-group .spot-button:active,.spot-button-group .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-button-group label:active,.spot-button-group .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-button-group label:active,.spot-button-group .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-button-group label:active,.spot-button-group .spot-button.spot-button--active,.spot-button-group .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-button-group label.spot-button--active,.spot-button-group .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-button-group label.spot-button--active,.spot-button-group .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-button-group label.spot-button--active,.spot-button-group-toggle .spot-button:active,.spot-button-group-toggle--small .spot-button:active,.spot-button-group-toggle--large .spot-button:active,.spot-button-group--disabled .spot-button:active,.spot-button-group.disabled .spot-button:active,.spot-button-group-toggle label:active,.spot-button-group-toggle--small .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-button-group-toggle--small label:active,.spot-button-group-toggle--large .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-button-group-toggle--large label:active,.spot-button-group--disabled .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-button-group--disabled label:active,.spot-button-group.disabled .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-button-group.disabled label:active,.spot-button-group-toggle .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-button-group-toggle label:active,.spot-button-group-toggle--small label:active,.spot-button-group-toggle--large .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-button-group-toggle--large label:active,.spot-button-group--disabled .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-button-group--disabled label:active,.spot-button-group.disabled .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-button-group.disabled label:active,.spot-button-group-toggle .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-button-group-toggle label:active,.spot-button-group-toggle--small .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-button-group-toggle--small label:active,.spot-button-group-toggle--large label:active,.spot-button-group--disabled .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-button-group--disabled label:active,.spot-button-group.disabled .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-button-group.disabled label:active,.spot-button-group-toggle .spot-button.spot-button--active,.spot-button-group-toggle--small .spot-button.spot-button--active,.spot-button-group-toggle--large .spot-button.spot-button--active,.spot-button-group--disabled .spot-button.spot-button--active,.spot-button-group.disabled .spot-button.spot-button--active,.spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--active,.spot-button-group--disabled .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-button-group--disabled label.spot-button--active,.spot-button-group.disabled .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle .spot-button-group.disabled label.spot-button--active,.spot-button-group-toggle .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-button-group-toggle--large label.spot-button--active,.spot-button-group--disabled .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-button-group--disabled label.spot-button--active,.spot-button-group.disabled .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--small .spot-button-group.disabled label.spot-button--active,.spot-button-group-toggle .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-button-group-toggle label.spot-button--active,.spot-button-group-toggle--small .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-button-group-toggle--small label.spot-button--active,.spot-button-group-toggle--large label.spot-button--active,.spot-button-group--disabled .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-button-group--disabled label.spot-button--active,.spot-button-group.disabled .spot-button-group-toggle--large label.spot-button--active,.spot-button-group-toggle--large .spot-button-group.disabled label.spot-button--active{z-index:2;position:relative}.spot-button-group .spot-button::-moz-focus-inner{border:0}.spot-button-group-toggle .spot-button::-moz-focus-inner{border:0}.spot-button-group-toggle--small .spot-button::-moz-focus-inner{border:0}.spot-button-group-toggle--large .spot-button::-moz-focus-inner{border:0}.spot-button-group--disabled .spot-button::-moz-focus-inner{border:0}.spot-button-group-toggle label::-moz-focus-inner{border:0}.spot-button-group-toggle--small label::-moz-focus-inner{border:0}.spot-button-group-toggle--large label::-moz-focus-inner{border:0}.spot-button-group .spot-button.spot-button--small,.spot-button-group-toggle .spot-button.spot-button--small,.spot-button-group-toggle--small .spot-button.spot-button--small,.spot-button-group-toggle--large .spot-button.spot-button--small,.spot-button-group--disabled .spot-button.spot-button--small,.spot-button-group-toggle label.spot-button--small,.spot-button-group-toggle--large label.spot-button--small,.spot-button-group-toggle--small label{padding:0 8px}.spot-button-group .spot-button.spot-button--large,.spot-button-group-toggle .spot-button.spot-button--large,.spot-button-group-toggle--small .spot-button.spot-button--large,.spot-button-group-toggle--large .spot-button.spot-button--large,.spot-button-group--disabled .spot-button.spot-button--large,.spot-button-group-toggle label.spot-button--large,.spot-button-group-toggle--small label.spot-button--large,.spot-button-group-toggle--large label{padding:0 16px}.spot-button-group-toggle label:first-of-type,.spot-button-group-toggle--small label:first-of-type,.spot-button-group-toggle--large label:first-of-type{border-left-width:2px;border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.spot-button-group-toggle input[type=checkbox],.spot-button-group-toggle input[type=radio],.spot-button-group-toggle--small input[type=checkbox],.spot-button-group-toggle--large input[type=checkbox],.spot-button-group-toggle--small input[type=radio],.spot-button-group-toggle--large input[type=radio]{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}.spot-button-group-toggle input[type=checkbox]:checked+label,.spot-button-group-toggle input[type=radio]:checked+label,.spot-button-group-toggle--small input[type=checkbox]:checked+label,.spot-button-group-toggle--large input[type=checkbox]:checked+label,.spot-button-group-toggle--small input[type=radio]:checked+label,.spot-button-group-toggle--large input[type=radio]:checked+label{margin-right:2px}.spot-button-group-toggle input[type=checkbox]:checked+label,.spot-container--light-primary .spot-button-group-toggle input[type=checkbox]:checked+label,.spot-container--light-secondary .spot-button-group-toggle input[type=checkbox]:checked+label,.spot-button-group-toggle input[type=radio]:checked+label,.spot-container--light-primary .spot-button-group-toggle input[type=radio]:checked+label,.spot-container--light-secondary .spot-button-group-toggle input[type=radio]:checked+label,.spot-button-group-toggle--small input[type=checkbox]:checked+label,.spot-button-group-toggle--large input[type=checkbox]:checked+label,.spot-button-group-toggle--small input[type=radio]:checked+label,.spot-button-group-toggle--large input[type=radio]:checked+label{background-color:#cdedff;border-color:#0000;box-shadow:0 0 0 2px #3e9af5}.spot-container--dark-primary .spot-button-group-toggle input[type=checkbox]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle input[type=checkbox]:checked+label,.spot-container--dark-primary .spot-button-group-toggle input[type=radio]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle input[type=radio]:checked+label,.spot-container--dark-primary .spot-button-group-toggle--small input[type=checkbox]:checked+label,.spot-container--dark-primary .spot-button-group-toggle--large input[type=checkbox]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle--small input[type=checkbox]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle--large input[type=checkbox]:checked+label,.spot-container--dark-primary .spot-button-group-toggle--small input[type=radio]:checked+label,.spot-container--dark-primary .spot-button-group-toggle--large input[type=radio]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle--small input[type=radio]:checked+label,.spot-container--dark-secondary .spot-button-group-toggle--large input[type=radio]:checked+label{background-color:#284e76;border-color:#0000;box-shadow:0 0 0 2px #3e9af5}.spot-button-group-toggle label:not(:last-child):after,.spot-button-group-toggle--small label:not(:last-child):after,.spot-button-group-toggle--large label:not(:last-child):after{border-right-style:solid;border-right-width:1px;height:100%;position:absolute;top:6px;right:0;border-color:#0000!important}.spot-container--dark-primary .spot-button-group--disabled .spot-icon,.spot-container--dark-secondary .spot-button-group--disabled .spot-icon,.spot-container--dark-primary .spot-button-group.disabled .spot-icon,.spot-container--dark-secondary .spot-button-group.disabled .spot-icon{fill:#717479!important}.spot-button-group--disabled .spot-icon,.spot-button-group.disabled .spot-icon{fill:#a9aaaa!important}.spot-button-group--disabled .spot-button,.spot-container--light-primary .spot-button-group--disabled .spot-button,.spot-container--light-secondary .spot-button-group--disabled .spot-button,.spot-button-group--disabled label,.spot-container--light-primary .spot-button-group--disabled label,.spot-container--light-secondary .spot-button-group--disabled label,.spot-button-group.disabled .spot-button,.spot-container--light-primary .spot-button-group.disabled .spot-button,.spot-container--light-secondary .spot-button-group.disabled .spot-button,.spot-button-group.disabled label,.spot-container--light-primary .spot-button-group.disabled label,.spot-container--light-secondary .spot-button-group.disabled label{color:#a9aaaa;background:0 0;border-color:#a9aaaa}.spot-container--dark-primary .spot-button-group--disabled .spot-button,.spot-container--dark-secondary .spot-button-group--disabled .spot-button,.spot-container--dark-primary .spot-button-group--disabled label,.spot-container--dark-secondary .spot-button-group--disabled label,.spot-container--dark-primary .spot-button-group.disabled .spot-button,.spot-container--dark-secondary .spot-button-group.disabled .spot-button,.spot-container--dark-primary .spot-button-group.disabled label,.spot-container--dark-secondary .spot-button-group.disabled label{color:#717479;background:0 0;border-color:#717479}.spot-button-group--disabled .spot-button,.spot-button-group--disabled label,.spot-button-group.disabled .spot-button,.spot-button-group.disabled label{cursor:not-allowed}.spot-button-group--disabled .spot-button:focus,.spot-button-group--disabled label:focus,.spot-button-group.disabled .spot-button:focus,.spot-button-group.disabled label:focus{box-shadow:none;margin:0;padding:0 12px}.spot-button-group--disabled .spot-button:hover,.spot-container--light-primary .spot-button-group--disabled .spot-button:hover,.spot-container--light-secondary .spot-button-group--disabled .spot-button:hover,.spot-button-group--disabled label:hover,.spot-container--light-primary .spot-button-group--disabled label:hover,.spot-container--light-secondary .spot-button-group--disabled label:hover,.spot-button-group.disabled .spot-button:hover,.spot-container--light-primary .spot-button-group.disabled .spot-button:hover,.spot-container--light-secondary .spot-button-group.disabled .spot-button:hover,.spot-button-group.disabled label:hover,.spot-container--light-primary .spot-button-group.disabled label:hover,.spot-container--light-secondary .spot-button-group.disabled label:hover{background:#e2e2e2}.spot-container--dark-primary .spot-button-group--disabled .spot-button:hover,.spot-container--dark-secondary .spot-button-group--disabled .spot-button:hover,.spot-container--dark-primary .spot-button-group--disabled label:hover,.spot-container--dark-secondary .spot-button-group--disabled label:hover,.spot-container--dark-primary .spot-button-group.disabled .spot-button:hover,.spot-container--dark-secondary .spot-button-group.disabled .spot-button:hover,.spot-container--dark-primary .spot-button-group.disabled label:hover,.spot-container--dark-secondary .spot-button-group.disabled label:hover{background:#5d6066}[class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox],.spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox],.spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox],[class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],.spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],.spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],[class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked+label,.spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked+label,.spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked+label,[class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked+label,.spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked+label,.spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked+label,[class^=spot-button-group-toggle].spot-button-group--disabled label,.spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled label,.spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled label,[class^=spot-button-group-toggle].disabled input[type=checkbox],.spot-container--light-primary [class^=spot-button-group-toggle].disabled input[type=checkbox],.spot-container--light-secondary [class^=spot-button-group-toggle].disabled input[type=checkbox],[class^=spot-button-group-toggle].disabled input[type=radio],.spot-container--light-primary [class^=spot-button-group-toggle].disabled input[type=radio],.spot-container--light-secondary [class^=spot-button-group-toggle].disabled input[type=radio],[class^=spot-button-group-toggle].disabled input[type=checkbox]:checked+label,.spot-container--light-primary [class^=spot-button-group-toggle].disabled input[type=checkbox]:checked+label,.spot-container--light-secondary [class^=spot-button-group-toggle].disabled input[type=checkbox]:checked+label,[class^=spot-button-group-toggle].disabled input[type=radio]:checked+label,.spot-container--light-primary [class^=spot-button-group-toggle].disabled input[type=radio]:checked+label,.spot-container--light-secondary [class^=spot-button-group-toggle].disabled input[type=radio]:checked+label,[class^=spot-button-group-toggle].disabled label,.spot-container--light-primary [class^=spot-button-group-toggle].disabled label,.spot-container--light-secondary [class^=spot-button-group-toggle].disabled label{color:#a9aaaa;background:0 0;border-color:#a9aaaa}.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox],.spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox],.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],.spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked+label,.spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked+label,.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked+label,.spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked+label,.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled label,.spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled label,.spot-container--dark-primary [class^=spot-button-group-toggle].disabled input[type=checkbox],.spot-container--dark-secondary [class^=spot-button-group-toggle].disabled input[type=checkbox],.spot-container--dark-primary [class^=spot-button-group-toggle].disabled input[type=radio],.spot-container--dark-secondary [class^=spot-button-group-toggle].disabled input[type=radio],.spot-container--dark-primary [class^=spot-button-group-toggle].disabled input[type=checkbox]:checked+label,.spot-container--dark-secondary [class^=spot-button-group-toggle].disabled input[type=checkbox]:checked+label,.spot-container--dark-primary [class^=spot-button-group-toggle].disabled input[type=radio]:checked+label,.spot-container--dark-secondary [class^=spot-button-group-toggle].disabled input[type=radio]:checked+label,.spot-container--dark-primary [class^=spot-button-group-toggle].disabled label,.spot-container--dark-secondary [class^=spot-button-group-toggle].disabled label{color:#717479;background:0 0;border-color:#717479}[class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox],[class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],[class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked+label,[class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked+label,[class^=spot-button-group-toggle].spot-button-group--disabled label,[class^=spot-button-group-toggle].disabled input[type=checkbox],[class^=spot-button-group-toggle].disabled input[type=radio],[class^=spot-button-group-toggle].disabled input[type=checkbox]:checked+label,[class^=spot-button-group-toggle].disabled input[type=radio]:checked+label,[class^=spot-button-group-toggle].disabled label{cursor:not-allowed}.spot-card,.spot-card--primary,.spot-card--secondary{border-radius:20px;flex-direction:column;transition:box-shadow .2s ease-in-out;display:flex;position:relative;overflow:hidden}.spot-card,.spot-container--light-primary .spot-card,.spot-container--light-secondary .spot-card,.spot-card--primary,.spot-container--light-primary .spot-card--primary,.spot-container--light-secondary .spot-card--primary,.spot-card--secondary,.spot-container--light-primary .spot-card--secondary,.spot-container--light-secondary .spot-card--secondary{color:#25282e}.spot-container--dark-primary .spot-card,.spot-container--dark-secondary .spot-card,.spot-container--dark-primary .spot-card--primary,.spot-container--dark-secondary .spot-card--primary,.spot-container--dark-primary .spot-card--secondary,.spot-container--dark-secondary .spot-card--secondary{color:#e2e2e2}.spot-card--header,.spot-card--body,.spot-card--footer{display:flex;position:relative}.spot-card--header,.spot-card--footer{padding:24px}.spot-card--header{display:flex;position:relative}.spot-card--header:after{bottom:0}.spot-card--show-dividers .spot-card--header,.spot-card--show-dividers .spot-card--header,.spot-container--light-primary .spot-card--show-dividers .spot-card--header,.spot-container--light-secondary .spot-card--show-dividers .spot-card--header{border-bottom:1px solid #bcbdbc}.spot-container--dark-primary .spot-card--show-dividers .spot-card--header,.spot-container--dark-secondary .spot-card--show-dividers .spot-card--header{border-bottom:1px solid #9a9b9c}.spot-card--body{padding:16px 24px;overflow:hidden auto}.spot-card--footer{padding-top:24px;display:flex}.spot-card--show-dividers .spot-card--footer,.spot-card--show-dividers .spot-card--footer,.spot-container--light-primary .spot-card--show-dividers .spot-card--footer,.spot-container--light-secondary .spot-card--show-dividers .spot-card--footer{border-top:1px solid #bcbdbc}.spot-container--dark-primary .spot-card--show-dividers .spot-card--footer,.spot-container--dark-secondary .spot-card--show-dividers .spot-card--footer{border-top:1px solid #9a9b9c}.spot-card--footer:after{top:0}.spot-card--with-outline{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-card--with-outline,.spot-container--dark-secondary .spot-card--with-outline{border:1px solid #86898d}.spot-card--img{margin:0;position:relative;overflow:hidden}.spot-card--img_caption{z-index:1;width:100%;height:100%;padding:24px;display:flex;position:absolute}.spot-card--img.has-frame,.spot-card--img.spot-card--has-frame{margin:24px 24px 0;overflow:hidden}.spot-card--img img{width:100%;position:relative}.align--top-left{text-align:left;justify-content:flex-start;align-items:flex-start}.align--top-center{text-align:center;justify-content:center;align-items:flex-start}.align--top-right{text-align:right;justify-content:flex-end;align-items:flex-start}.align--center-left{text-align:left;justify-content:flex-start;align-items:center}.align--center-center{text-align:center;justify-content:center;align-items:center}.align--center-right{text-align:right;justify-content:flex-end;align-items:center}.align--bottom-left{text-align:left;justify-content:flex-start;align-items:flex-end}.align--bottom-center{text-align:center;justify-content:center;align-items:flex-end}.align--bottom-right{text-align:right;justify-content:flex-end;align-items:flex-end}.spot-card--primary.is-interactive:hover,.spot-card--primary.spot-card--interactive:hover,.spot-card--secondary.is-interactive:hover,.spot-card--secondary.spot-card--interactive:hover{cursor:pointer;-webkit-tap-highlight-color:transparent;box-shadow:0 0 8px #86898d}.spot-card--primary .dismiss,.spot-card--primary .spot-dismiss,.spot-card--secondary .dismiss,.spot-card--secondary .spot-dismiss{z-index:2;border:none;width:20px;height:20px;line-height:0;position:absolute;top:16px;right:24px}.spot-card--primary .dismiss .spot-icon,.spot-container--light-primary .spot-card--primary .dismiss .spot-icon,.spot-container--light-secondary .spot-card--primary .dismiss .spot-icon,.spot-card--primary .dismiss i,.spot-container--light-primary .spot-card--primary .dismiss i,.spot-container--light-secondary .spot-card--primary .dismiss i,.spot-card--primary .spot-dismiss .spot-icon,.spot-container--light-primary .spot-card--primary .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-card--primary .spot-dismiss .spot-icon,.spot-card--primary .spot-dismiss i,.spot-container--light-primary .spot-card--primary .spot-dismiss i,.spot-container--light-secondary .spot-card--primary .spot-dismiss i,.spot-card--secondary .dismiss .spot-icon,.spot-container--light-primary .spot-card--secondary .dismiss .spot-icon,.spot-container--light-secondary .spot-card--secondary .dismiss .spot-icon,.spot-card--secondary .dismiss i,.spot-container--light-primary .spot-card--secondary .dismiss i,.spot-container--light-secondary .spot-card--secondary .dismiss i,.spot-card--secondary .spot-dismiss .spot-icon,.spot-container--light-primary .spot-card--secondary .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-card--secondary .spot-dismiss .spot-icon,.spot-card--secondary .spot-dismiss i,.spot-container--light-primary .spot-card--secondary .spot-dismiss i,.spot-container--light-secondary .spot-card--secondary .spot-dismiss i,.spot-container--dark-primary .spot-card--primary .dismiss .spot-icon,.spot-container--dark-secondary .spot-card--primary .dismiss .spot-icon,.spot-container--dark-primary .spot-card--primary .dismiss i,.spot-container--dark-secondary .spot-card--primary .dismiss i,.spot-container--dark-primary .spot-card--primary .spot-dismiss .spot-icon,.spot-container--dark-secondary .spot-card--primary .spot-dismiss .spot-icon,.spot-container--dark-primary .spot-card--primary .spot-dismiss i,.spot-container--dark-secondary .spot-card--primary .spot-dismiss i,.spot-container--dark-primary .spot-card--secondary .dismiss .spot-icon,.spot-container--dark-secondary .spot-card--secondary .dismiss .spot-icon,.spot-container--dark-primary .spot-card--secondary .dismiss i,.spot-container--dark-secondary .spot-card--secondary .dismiss i,.spot-container--dark-primary .spot-card--secondary .spot-dismiss .spot-icon,.spot-container--dark-secondary .spot-card--secondary .spot-dismiss .spot-icon,.spot-container--dark-primary .spot-card--secondary .spot-dismiss i,.spot-container--dark-secondary .spot-card--secondary .spot-dismiss i{color:#9a9b9c;fill:#9a9b9c}.spot-card--primary .dismiss .spot-icon:hover,.spot-card--primary .dismiss i:hover,.spot-card--primary .spot-dismiss .spot-icon:hover,.spot-card--primary .spot-dismiss i:hover,.spot-card--secondary .dismiss .spot-icon:hover,.spot-card--secondary .dismiss i:hover,.spot-card--secondary .spot-dismiss .spot-icon:hover,.spot-card--secondary .spot-dismiss i:hover{cursor:pointer;-webkit-tap-highlight-color:transparent}.spot-card--primary .dismiss .spot-icon:hover,.spot-container--light-primary .spot-card--primary .dismiss .spot-icon:hover,.spot-container--light-secondary .spot-card--primary .dismiss .spot-icon:hover,.spot-card--primary .dismiss i:hover,.spot-container--light-primary .spot-card--primary .dismiss i:hover,.spot-container--light-secondary .spot-card--primary .dismiss i:hover,.spot-card--primary .spot-dismiss .spot-icon:hover,.spot-container--light-primary .spot-card--primary .spot-dismiss .spot-icon:hover,.spot-container--light-secondary .spot-card--primary .spot-dismiss .spot-icon:hover,.spot-card--primary .spot-dismiss i:hover,.spot-container--light-primary .spot-card--primary .spot-dismiss i:hover,.spot-container--light-secondary .spot-card--primary .spot-dismiss i:hover,.spot-card--secondary .dismiss .spot-icon:hover,.spot-container--light-primary .spot-card--secondary .dismiss .spot-icon:hover,.spot-container--light-secondary .spot-card--secondary .dismiss .spot-icon:hover,.spot-card--secondary .dismiss i:hover,.spot-container--light-primary .spot-card--secondary .dismiss i:hover,.spot-container--light-secondary .spot-card--secondary .dismiss i:hover,.spot-card--secondary .spot-dismiss .spot-icon:hover,.spot-container--light-primary .spot-card--secondary .spot-dismiss .spot-icon:hover,.spot-container--light-secondary .spot-card--secondary .spot-dismiss .spot-icon:hover,.spot-card--secondary .spot-dismiss i:hover,.spot-container--light-primary .spot-card--secondary .spot-dismiss i:hover,.spot-container--light-secondary .spot-card--secondary .spot-dismiss i:hover{color:#0969d9;fill:#0969d9}.spot-container--dark-primary .spot-card--primary .dismiss .spot-icon:hover,.spot-container--dark-secondary .spot-card--primary .dismiss .spot-icon:hover,.spot-container--dark-primary .spot-card--primary .dismiss i:hover,.spot-container--dark-secondary .spot-card--primary .dismiss i:hover,.spot-container--dark-primary .spot-card--primary .spot-dismiss .spot-icon:hover,.spot-container--dark-secondary .spot-card--primary .spot-dismiss .spot-icon:hover,.spot-container--dark-primary .spot-card--primary .spot-dismiss i:hover,.spot-container--dark-secondary .spot-card--primary .spot-dismiss i:hover,.spot-container--dark-primary .spot-card--secondary .dismiss .spot-icon:hover,.spot-container--dark-secondary .spot-card--secondary .dismiss .spot-icon:hover,.spot-container--dark-primary .spot-card--secondary .dismiss i:hover,.spot-container--dark-secondary .spot-card--secondary .dismiss i:hover,.spot-container--dark-primary .spot-card--secondary .spot-dismiss .spot-icon:hover,.spot-container--dark-secondary .spot-card--secondary .spot-dismiss .spot-icon:hover,.spot-container--dark-primary .spot-card--secondary .spot-dismiss i:hover,.spot-container--dark-secondary .spot-card--secondary .spot-dismiss i:hover{color:#62b3f9;fill:#62b3f9}.spot-card--primary,.spot-card--primary,.spot-container--light-primary .spot-card--primary,.spot-container--light-secondary .spot-card--primary{background-color:#fff}.spot-card--primary .add-contrast,.spot-card--primary .spot-card--add-contrast,.spot-container--light-primary .spot-card--primary .add-contrast,.spot-container--light-primary .spot-card--primary .spot-card--add-contrast,.spot-container--light-secondary .spot-card--primary .add-contrast,.spot-container--light-secondary .spot-card--primary .spot-card--add-contrast{background-color:#f0f0f0}.spot-container--dark-primary .spot-card--primary,.spot-container--dark-secondary .spot-card--primary{background-color:#31353d}.spot-container--dark-primary .spot-card--primary .add-contrast,.spot-container--dark-primary .spot-card--primary .spot-card--add-contrast,.spot-container--dark-secondary .spot-card--primary .add-contrast,.spot-container--dark-secondary .spot-card--primary .spot-card--add-contrast{background-color:#3f434a}.spot-card--secondary,.spot-card--secondary,.spot-container--light-primary .spot-card--secondary,.spot-container--light-secondary .spot-card--secondary{background-color:#f0f0f0}.spot-card--secondary .add-contrast,.spot-card--secondary .spot-card--add-contrast,.spot-container--light-primary .spot-card--secondary .add-contrast,.spot-container--light-primary .spot-card--secondary .spot-card--add-contrast,.spot-container--light-secondary .spot-card--secondary .add-contrast,.spot-container--light-secondary .spot-card--secondary .spot-card--add-contrast{background-color:#fff}.spot-container--dark-primary .spot-card--secondary,.spot-container--dark-secondary .spot-card--secondary{background-color:#3f434a}.spot-container--dark-primary .spot-card--secondary .add-contrast,.spot-container--dark-primary .spot-card--secondary .spot-card--add-contrast,.spot-container--dark-secondary .spot-card--secondary .add-contrast,.spot-container--dark-secondary .spot-card--secondary .spot-card--add-contrast{background-color:#31353d}.spot-header__nav-items{margin:0;padding:0;list-style:none}.spot-header__nav-items .spot-header__nav-item{align-items:center;text-decoration:none;display:flex}.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link,.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-text{white-space:nowrap;padding:8px 12px;display:flex}.spot-header__nav-items .spot-header__nav-item.spot-header__signin .spot-header__nav-item-link,.spot-header__nav-items .spot-header__nav-item.spot-header__signin .spot-header__nav-item-text{padding-left:0}.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-text{color:#31353d;font-weight:300}.spot-container--dark-primary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-text,.spot-container--dark-secondary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-text{color:#e2e2e2}.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link{color:#31353d;cursor:pointer;text-decoration:none}.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link:hover{text-decoration:underline}.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link:hover svg{fill:#5d6066}.spot-container--dark-primary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link:hover svg,.spot-container--dark-secondary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link:hover svg{fill:#e2e2e2}.spot-header__right-content .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link{color:#31353d}.spot-container--dark-primary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link,.spot-container--dark-secondary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link{color:#e2e2e2}.spot-header__right-content .spot-header__nav-items .spot-header__nav-item:last-child .spot-header__nav-item-link,.spot-header__right-content .spot-header__nav-items .spot-header__nav-item:last-child .spot-header__nav-item-text{padding-right:0}.spot-header{color:#31353d;font-family:var(--font-family-sans-serif);z-index:100;background-color:#f0f0f0;border-bottom:1px solid #d0d1d0;flex-wrap:nowrap;justify-content:space-around;align-items:center;height:45px;font-size:15px;font-style:normal;display:flex;position:relative;overflow:visible}.spot-header--idexx-branded{height:55px}.spot-header--idexx-branded .spot-header__product-identity{font-size:18px}.spot-header--idexx-branded .spot-header__product-identity img,.spot-header--idexx-branded .spot-header__product-identity svg,.spot-header--idexx-branded .spot-header__product-identity .spot-header__idexx-branded{fill:#3f434a;max-width:110px;height:24px}.spot-container--dark-primary .spot-header--idexx-branded .spot-header__product-identity img,.spot-container--dark-secondary .spot-header--idexx-branded .spot-header__product-identity img,.spot-container--dark-primary .spot-header--idexx-branded .spot-header__product-identity svg,.spot-container--dark-secondary .spot-header--idexx-branded .spot-header__product-identity svg,.spot-container--dark-primary .spot-header--idexx-branded .spot-header__product-identity .spot-header__idexx-branded,.spot-container--dark-secondary .spot-header--idexx-branded .spot-header__product-identity .spot-header__idexx-branded{fill:#fff}.spot-header.spot-header--left-aligned{justify-content:left}.spot-header .spot-icon{fill:#31353d;width:20px;height:20px;display:flex}.spot-container--dark-primary .spot-header .spot-icon,.spot-container--dark-secondary .spot-header .spot-icon{fill:#e2e2e2}.spot-header .spot-button--dropdown-toggle .spot-icon{width:12px;height:12px}.spot-header .spot-header__country-flags__flag-icon{width:24px;height:24px}.spot-header .spot-header__country-flags__caret-icon{width:16px;height:16px;margin-left:-4px}.spot-header .spot-search-bar{flex-grow:1;margin:0 12px}.spot-header .spot-di{color:#31353d;margin-left:auto;padding:0 0 0 12px}.spot-header .spot-di__header-icon>svg{fill:#0969d9}.spot-container--dark-primary .spot-header .spot-di__header-icon>svg,.spot-container--dark-secondary .spot-header .spot-di__header-icon>svg{fill:#62b3f9}.spot-container--dark-primary .spot-header .spot-di,.spot-container--dark-secondary .spot-header .spot-di{color:#fff}.spot-header .spot-di__header{min-height:auto}.spot-header .spot-di__header-userinfo{padding-top:0}.spot-header .spot-crossproduct{width:auto}.spot-header .spot-crossproduct .spot-crossproduct-icon{padding:0 24px}.spot-header .spot-header__right-content .spot-icon,.spot-header .spot-header__right-content .spot-crossproduct-icon{cursor:pointer}.spot-header .spot-header__right-content .spot-crossproduct-icon{fill:#0969d9}.spot-container--dark-primary .spot-header .spot-header__right-content .spot-crossproduct-icon,.spot-container--dark-secondary .spot-header .spot-header__right-content .spot-crossproduct-icon{fill:#62b3f9}.spot-header .spot-badge-group{display:flex}.spot-header .spot-form__input,.spot-header .spot-search-bar__date-button,.spot-header .spot-search-bar__search-button{height:30px;padding:4px 16px 4px 12px;background-color:#fff!important}.spot-container--dark-primary .spot-header .spot-form__input,.spot-container--dark-secondary .spot-header .spot-form__input,.spot-container--dark-primary .spot-header .spot-search-bar__date-button,.spot-container--dark-secondary .spot-header .spot-search-bar__date-button,.spot-container--dark-primary .spot-header .spot-search-bar__search-button,.spot-container--dark-secondary .spot-header .spot-search-bar__search-button{background-color:#31353d!important}.spot-header--persistent-menu .spot-header__responsive-menu{display:flex}.spot-header--fixed-top,.spot-header--sticky-top{z-index:1100;width:100%;top:0}.spot-header--fixed-top{position:fixed}.spot-header--sticky-top{position:sticky}.spot-header,.spot-container--light-primary .spot-header,.spot-container--light-secondary .spot-header{color:#31353d;background-color:#f0f0f0;border-bottom:1px solid #d0d1d0}.spot-container--dark-primary .spot-header,.spot-container--dark-secondary .spot-header{color:#e2e2e2;background-color:#3f434a;border-bottom:1px solid #5d6066}.spot-header__wrapper{flex-wrap:inherit;justify-content:space-between;align-items:center;width:100%;max-width:1440px;height:45px;padding:0 16px;display:flex}.spot-header--idexx-branded .spot-header__wrapper{height:55px}.spot-header--fluid .spot-header__wrapper{max-width:100%}@media screen and (width<=767px){.spot-header--responsive-header .spot-header__wrapper{padding-right:0}}.spot-header__left-content,.spot-header__optional-content,.spot-header__right-content{flex-flow:row;display:flex}.spot-header__left-content{margin-right:16px}@media screen and (width<=320px){.spot-header__left-content{justify-content:space-between;width:calc(50% + 12px)}.spot-header--idexx-branded .spot-header__left-content{width:calc(62.5% + 12px)}.spot-header--responsive-header .spot-header__left-content .spot-header__product-name{display:none}}.spot-header__right-content{margin-left:16px}@media screen and (width<=767px){.spot-header__right-content .spot-di{padding:0}.spot-header__right-content .spot-di__header-userinfo{display:none}.spot-header__right-content .spot-di__header-icon>svg{width:16px;height:auto;margin:0}.spot-header--responsive-header .spot-header__right-content .spot-header__signin{display:none}}.spot-header__optional-content{flex-grow:1;flex-basis:auto;justify-content:space-between;align-items:center;display:flex}.spot-header__optional-content .spot-header__optional-content__country-flags,.spot-header__optional-content .spot-header__optional-content__global-links{margin-right:auto;display:flex}.spot-header__optional-content .spot-header__optional-content__global-icons{margin-left:auto;display:flex}.spot-header__optional-content .spot-header__optional-content__global-icons+.spot-header__optional-content__global-text{margin-left:0}.spot-header__optional-content .spot-header__optional-content__global-text{margin-left:auto;display:flex}.spot-header__optional-content .spot-header__optional-content--move-left{margin-left:0;margin-right:auto!important}.spot-header__optional-content .spot-header__optional-content--move-right{margin-right:0;margin-left:auto!important}@media screen and (width<=1024px){.spot-header__optional-content{display:none!important}.spot-header--responsive-header .spot-header__optional-content{display:flex!important}.spot-header--responsive-header .spot-header__optional-content .spot-header__optional-content__global-links,.spot-header--responsive-header .spot-header__optional-content .spot-header__optional-content__global-text{display:none}}@media screen and (width<=767px){.spot-header--responsive-header .spot-header__optional-content .spot-header__optional-content__global-icons{display:none}}.spot-header__responsive-menu,.spot-header__product-identity,.spot-header__nav-items{align-items:center;display:flex}.spot-header__responsive-menu{background-color:#0000;margin-right:24px;display:none}.spot-header__responsive-menu .spot-icon{fill:#31353d}.spot-container--dark-primary .spot-header__responsive-menu .spot-icon,.spot-container--dark-secondary .spot-header__responsive-menu .spot-icon{fill:#e2e2e2}@media screen and (width>=320px) and (width<=1024px){.spot-header__responsive-menu{display:flex}}.spot-header__product-identity{color:#31353d;font-size:18px;text-decoration:none}.spot-container--dark-primary .spot-header__product-identity,.spot-container--dark-secondary .spot-header__product-identity{color:#f0f0f0}.spot-header__product-identity .spot-header__product-icon{background-color:#d0d1d0;border-radius:24px;margin-right:8px;padding:4px}.spot-container--dark-primary .spot-header__product-identity .spot-header__product-icon,.spot-container--dark-secondary .spot-header__product-identity .spot-header__product-icon{background-color:#5d6066}.spot-header__product-identity .spot-header__product-icon img,.spot-header__product-identity .spot-header__product-icon svg{fill:#d0d1d0;width:24px;height:24px;display:block}.spot-container--dark-primary .spot-header__product-identity .spot-header__product-icon img,.spot-container--dark-secondary .spot-header__product-identity .spot-header__product-icon img,.spot-container--dark-primary .spot-header__product-identity .spot-header__product-icon svg,.spot-container--dark-secondary .spot-header__product-identity .spot-header__product-icon svg{fill:#5d6066}.spot-header__product-identity .spot-header__product-name{white-space:nowrap;margin-right:8px;font-weight:700}.spot-header__product-identity .spot-header__product-name span{font-weight:400}.spot-crossproduct{width:24px;height:50px;position:relative;overflow:visible}.spot-crossproduct-icon>svg{width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-crossproduct-icon--light-settings{color:#0969d9}.spot-crossproduct-icon--light-settings>svg{fill:#0969d9}.spot-crossproduct-icon--dark-settings{color:#62b3f9}.spot-crossproduct-icon--dark-settings>svg{fill:#62b3f9}.spot-crossproduct-icon--white{color:#fff}.spot-crossproduct-icon--white>svg{fill:#fff}.spot-crossproduct__footer,.spot-container--light-primary .spot-crossproduct__footer,.spot-container--light-secondary .spot-crossproduct__footer{background-color:#f0f0f0;border-top:1px solid #d0d1d0}.spot-container--dark-primary .spot-crossproduct__footer,.spot-container--dark-secondary .spot-crossproduct__footer{background-color:#3f434a;border-top:1px solid #5d6066}.spot-crossproduct__footer{cursor:initial;width:100%;height:45px;position:relative}.spot-crossproduct__footer-items{vertical-align:middle;margin-right:8px;line-height:42px;overflow:hidden}.spot-crossproduct__footer a:first-child{padding-left:60px}.spot-crossproduct__footer .spot-link,.spot-crossproduct__footer .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-crossproduct__footer .sign-up{margin-right:8px}.spot-crossproduct__footer img,.spot-crossproduct__footer svg{width:24px;height:24px;padding:0;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.spot-crossproduct__content{text-align:left;min-width:300px;max-width:300px;max-height:465px;padding-top:16px;overflow:hidden auto}.spot-crossproduct__content--heading{margin:0;padding:0;font-size:15px}.spot-crossproduct__content--heading{font-size:13.5px}.spot-crossproduct__content--heading,.spot-container--light-primary .spot-crossproduct__content--heading,.spot-container--light-secondary .spot-crossproduct__content--heading{color:#5d6066}.spot-container--dark-primary .spot-crossproduct__content--heading,.spot-container--dark-secondary .spot-crossproduct__content--heading{color:#bcbdbc}.spot-crossproduct__content--heading{text-transform:uppercase;margin:0 0 0 24px;overflow-x:hidden}.spot-crossproduct__content-item,.spot-container--light-primary .spot-crossproduct__content-item,.spot-container--light-secondary .spot-crossproduct__content-item{color:#25282e}.spot-container--dark-primary .spot-crossproduct__content-item,.spot-container--dark-secondary .spot-crossproduct__content-item{color:#e2e2e2}.spot-crossproduct__content-item{font-size:15px;font-family:var(--font-family-sans-serif-secondary);white-space:nowrap;width:100%;height:36px;margin:0;padding:0;font-size:18px;font-weight:700;line-height:28px;text-decoration:none;list-style:none;display:list-item;position:relative}.spot-crossproduct__content-item:hover,.spot-container--light-primary .spot-crossproduct__content-item:hover,.spot-container--light-secondary .spot-crossproduct__content-item:hover{background-color:#e2f5ff}.spot-container--dark-primary .spot-crossproduct__content-item:hover,.spot-container--dark-secondary .spot-crossproduct__content-item:hover{background-color:#224569}.spot-crossproduct__content-item img,.spot-crossproduct__content-item svg{width:24px;height:24px;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.spot-crossproduct__content-item .spot-avatar{padding:0;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.spot-crossproduct__content-item label,.spot-crossproduct__content-item-title{cursor:pointer;display:block;position:absolute;top:50%;left:24px;transform:translate(36px,-50%)}.spot-crossproduct__content--affiliated-items{padding:0 0 16px}.spot-crossproduct__content--affiliated-items .spot-crossproduct__content-item{font-weight:700}.spot-crossproduct__content--unaffiliated-items,.spot-container--light-primary .spot-crossproduct__content--unaffiliated-items,.spot-container--light-secondary .spot-crossproduct__content--unaffiliated-items{border-top:1px solid #d0d1d0}.spot-container--dark-primary .spot-crossproduct__content--unaffiliated-items,.spot-container--dark-secondary .spot-crossproduct__content--unaffiliated-items{border-top:1px solid #5d6066}.spot-crossproduct__content--unaffiliated-items{padding-top:16px;padding-bottom:16px}.spot-crossproduct__content--unaffiliated-items .spot-crossproduct__content-item{font-weight:400}.spot-di{float:right;margin-left:32px;position:relative;overflow:visible}.spot-di--hide{visibility:hidden}.spot-di__header{cursor:pointer;min-height:50px;display:table;position:relative}.spot-di__header>.spot-link,.marketing-page .navbar .spot-di__header>.sign-up,.spot-di__header a:active,.spot-di__header a:visited{color:inherit;text-decoration:none}.spot-di__header>.spot-link:hover,.marketing-page .navbar .spot-di__header>.sign-up:hover{text-decoration:underline}.spot-di__header--light-settings{color:#0969d9}.spot-di__header--light-settings .spot-di__header-icon>svg{fill:#0969d9}.spot-di__header--dark-settings{color:#62b3f9}.spot-di__header--dark-settings .spot-di__header-icon>svg{fill:#62b3f9}.spot-di__header--white{color:#fff}.spot-di__header--white .spot-di__header-icon>svg{fill:#fff}.spot-di__header-userinfo{text-align:right;max-width:400px;margin:0;padding:2px 0 0;display:table-cell}.spot-di__header-icon{padding:0 0 0 4px;display:table-cell}.spot-di__header-icon--hide{display:none}.spot-di__header-icon>svg{vertical-align:middle;width:16px;height:16px;margin-bottom:2px}.spot-di__content{text-align:left;min-width:150px;max-width:300px;margin:0;padding:8px 0;list-style-type:none}.spot-di__content-profile,.spot-di__content-mylocations{vertical-align:middle;padding-left:16px;line-height:40px;list-style:none;display:list-item}.spot-di__content-profile:hover,.spot-di__content-mylocations:hover,.spot-di__content-profile:hover,.spot-container--light-primary .spot-di__content-profile:hover,.spot-container--light-secondary .spot-di__content-profile:hover,.spot-di__content-mylocations:hover,.spot-container--light-primary .spot-di__content-mylocations:hover,.spot-container--light-secondary .spot-di__content-mylocations:hover{background-color:#e2f5ff}.spot-container--dark-primary .spot-di__content-profile:hover,.spot-container--dark-secondary .spot-di__content-profile:hover,.spot-container--dark-primary .spot-di__content-mylocations:hover,.spot-container--dark-secondary .spot-di__content-mylocations:hover{background-color:#224569}.spot-di__content-profile>.spot-link,.marketing-page .navbar .spot-di__content-profile>.sign-up{cursor:pointer;color:#25282e}.spot-di__content-profile>.spot-link,.marketing-page .navbar .spot-di__content-profile>.sign-up,.spot-container--light-primary .spot-di__content-profile>.spot-link,.spot-container--light-secondary .spot-di__content-profile>.spot-link{color:#25282e}.spot-container--dark-primary .spot-di__content-profile>.spot-link,.spot-container--dark-primary .marketing-page .navbar .spot-di__content-profile>.sign-up,.marketing-page .navbar .spot-container--dark-primary .spot-di__content-profile>.sign-up,.spot-container--dark-secondary .spot-di__content-profile>.spot-link,.spot-container--dark-secondary .marketing-page .navbar .spot-di__content-profile>.sign-up,.marketing-page .navbar .spot-container--dark-secondary .spot-di__content-profile>.sign-up{color:#e2e2e2}.spot-di__content-mylocation,.spot-container--light-primary .spot-di__content-mylocation,.spot-container--light-secondary .spot-di__content-mylocation{color:#717479}.spot-container--dark-primary .spot-di__content-mylocation,.spot-container--dark-secondary .spot-di__content-mylocation{color:#8e9093}.spot-di__content-mylocation{margin:4px 0;padding-left:16px;font-size:15px}.spot-di__content-mylocation:hover{cursor:default}.spot-di__content-items,.spot-container--light-primary .spot-di__content-items,.spot-container--light-secondary .spot-di__content-items{color:#25282e}.spot-container--dark-primary .spot-di__content-items,.spot-container--dark-secondary .spot-di__content-items{color:#e2e2e2}.spot-di__content-item{list-style:none;display:list-item}.spot-di__content-item>.spot-link,.marketing-page .navbar .spot-di__content-item>.sign-up{cursor:pointer;color:#25282e;vertical-align:middle;padding-left:32px;padding-right:16px;line-height:40px}.spot-di__content-item>.spot-link,.marketing-page .navbar .spot-di__content-item>.sign-up,.spot-container--light-primary .spot-di__content-item>.spot-link,.spot-container--light-secondary .spot-di__content-item>.spot-link{color:#25282e}.spot-container--dark-primary .spot-di__content-item>.spot-link,.spot-container--dark-primary .marketing-page .navbar .spot-di__content-item>.sign-up,.marketing-page .navbar .spot-container--dark-primary .spot-di__content-item>.sign-up,.spot-container--dark-secondary .spot-di__content-item>.spot-link,.spot-container--dark-secondary .marketing-page .navbar .spot-di__content-item>.sign-up,.marketing-page .navbar .spot-container--dark-secondary .spot-di__content-item>.sign-up{color:#e2e2e2}.spot-di__content-item:hover>.spot-link,.marketing-page .navbar .spot-di__content-item:hover>.sign-up,.spot-di__content-item:hover>.spot-link,.marketing-page .navbar .spot-di__content-item:hover>.sign-up,.spot-container--light-primary .spot-di__content-item:hover>.spot-link,.spot-container--light-secondary .spot-di__content-item:hover>.spot-link{background-color:#e2f5ff}.spot-container--dark-primary .spot-di__content-item:hover>.spot-link,.spot-container--dark-primary .marketing-page .navbar .spot-di__content-item:hover>.sign-up,.marketing-page .navbar .spot-container--dark-primary .spot-di__content-item:hover>.sign-up,.spot-container--dark-secondary .spot-di__content-item:hover>.spot-link,.spot-container--dark-secondary .marketing-page .navbar .spot-di__content-item:hover>.sign-up,.marketing-page .navbar .spot-container--dark-secondary .spot-di__content-item:hover>.sign-up{background-color:#224569}.spot-di__content-item>.spot-link-selected{box-shadow:none;color:#0969d9;background-color:#f0f0f0;font-size:15px;line-height:40px;position:relative}.spot-di__content-item>.spot-link-selected,.spot-container--light-primary .spot-di__content-item>.spot-link-selected,.spot-container--light-secondary .spot-di__content-item>.spot-link-selected{color:#0969d9;background-color:#f0f0f0}.spot-container--dark-primary .spot-di__content-item>.spot-link-selected,.spot-container--dark-secondary .spot-di__content-item>.spot-link-selected{color:#62b3f9;background-color:#3f434a}.spot-di__content-item>.spot-link-selected:before{content:"";background-color:#0969d9;width:4px;position:absolute;top:0;bottom:0;left:0}.spot-di__content-item>.spot-link-selected:before,.spot-container--light-primary .spot-di__content-item>.spot-link-selected:before,.spot-container--light-secondary .spot-di__content-item>.spot-link-selected:before{background-color:#0969d9}.spot-container--dark-primary .spot-di__content-item>.spot-link-selected:before,.spot-container--dark-secondary .spot-di__content-item>.spot-link-selected:before{background-color:#62b3f9}.spot-di__content-item:hover>.spot-link-selected{color:#0969d9;cursor:default;background-color:#f0f0f0}.spot-di__content-item:hover>.spot-link-selected,.spot-container--light-primary .spot-di__content-item:hover>.spot-link-selected,.spot-container--light-secondary .spot-di__content-item:hover>.spot-link-selected{color:#0969d9;background-color:#f0f0f0}.spot-container--dark-primary .spot-di__content-item:hover>.spot-link-selected,.spot-container--dark-secondary .spot-di__content-item:hover>.spot-link-selected{color:#62b3f9;background-color:#3f434a}.spot-popover--align-rightcaret{min-width:300px;left:auto;right:4px;transform:translate(23px)translateY(16px)}.spot-popover--align-rightcaret:before{top:-8px;right:24px;transform:rotate(45deg)}.spot-dropdown{display:none;position:relative}.spot-dropdown__content,.spot-container--light-primary .spot-dropdown__content,.spot-container--light-secondary .spot-dropdown__content{background:#fff;box-shadow:0 0 6px #86898d}.spot-container--dark-primary .spot-dropdown__content,.spot-container--dark-secondary .spot-dropdown__content{background:#31353d;box-shadow:0 0 6px #25282e}.spot-dropdown__content{z-index:1;border-radius:12px;min-width:100%;max-height:175px;margin-top:2px;padding:0;font-size:15px;list-style:none;display:block;position:absolute;right:0;overflow-y:auto}.spot-dropdown__content--divider,.spot-container--light-primary .spot-dropdown__content--divider,.spot-container--light-secondary .spot-dropdown__content--divider{border-bottom:1px solid #e2e2e2}.spot-container--dark-primary .spot-dropdown__content--divider,.spot-container--dark-secondary .spot-dropdown__content--divider{border-bottom:1px solid #717479}.spot-dropdown__content--divider{width:100%;margin:0;padding:0}.spot-button--dropdown-parent .spot-dropdown__content{margin-top:2px}.spot-dropdown__content-item>a{font-family:var(--font-family-sans-serif);font-style:normal;font-weight:400;line-height:1.5}.spot-dropdown__content-item>a,.spot-container--light-primary .spot-dropdown__content-item>a,.spot-container--light-secondary .spot-dropdown__content-item>a{color:#25282e}.spot-container--dark-primary .spot-dropdown__content-item>a,.spot-container--dark-secondary .spot-dropdown__content-item>a{color:#e2e2e2}.spot-dropdown__content-item>a{text-align:left;padding:6px 12px;font-weight:400;text-decoration:none;display:block}.spot-dropdown__content-item:hover,.spot-container--light-primary .spot-dropdown__content-item:hover,.spot-container--light-secondary .spot-dropdown__content-item:hover{background-color:#e2f5ff}.spot-container--dark-primary .spot-dropdown__content-item:hover,.spot-container--dark-secondary .spot-dropdown__content-item:hover{background-color:#224569}.spot-filter{line-height:1.5}.spot-filter:before,.spot-filter:after{content:"";width:0;height:0;display:block}.spot-filter:before{margin-bottom:-.361111em}.spot-filter:after{margin-top:-.361111em}.spot-filter{cursor:pointer;text-align:left;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;background-clip:border-box;border:1px solid #0000;border-radius:8px;outline:none;max-width:200px;height:35px;min-height:15px;padding-left:8px;padding-right:48px;font-size:15px;line-height:43px;display:inline-block;position:relative;overflow:hidden}.spot-filter,.spot-container--light-primary .spot-filter,.spot-container--light-secondary .spot-filter{color:#25282e;background-color:#e2e2e2;border-color:#e2e2e2}.spot-filter>.spot-filter__cancel,.spot-container--light-primary .spot-filter>.spot-filter__cancel,.spot-container--light-secondary .spot-filter>.spot-filter__cancel{background-color:#e2e2e2}.spot-filter>.spot-filter__cancel:before,.spot-filter>.spot-filter__cancel:after,.spot-container--light-primary .spot-filter>.spot-filter__cancel:before,.spot-container--light-primary .spot-filter>.spot-filter__cancel:after,.spot-container--light-secondary .spot-filter>.spot-filter__cancel:before,.spot-container--light-secondary .spot-filter>.spot-filter__cancel:after{background-color:#31353d}.spot-filter:hover,.spot-filter.spot-filter--hover,.spot-container--light-primary .spot-filter:hover,.spot-container--light-primary .spot-filter.spot-filter--hover,.spot-container--light-secondary .spot-filter:hover,.spot-container--light-secondary .spot-filter.spot-filter--hover{background-color:#e2e2e2;border-color:#e2e2e2}.spot-filter:hover>.spot-filter__cancel,.spot-filter.spot-filter--hover>.spot-filter__cancel,.spot-container--light-primary .spot-filter:hover>.spot-filter__cancel,.spot-container--light-primary .spot-filter.spot-filter--hover>.spot-filter__cancel,.spot-container--light-secondary .spot-filter:hover>.spot-filter__cancel,.spot-container--light-secondary .spot-filter.spot-filter--hover>.spot-filter__cancel{background-color:#d0d1d0}.spot-filter:focus,.spot-container--light-primary .spot-filter:focus,.spot-container--light-secondary .spot-filter:focus,.spot-filter.spot-filter--focus,.spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-filter:focus,.spot-container--light-primary .spot-container--light-primary .spot-filter:focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter:focus,.spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-filter:focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter:focus,.spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-filter:focus,.spot-container--dark-secondary .spot-filter:focus,.spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter:focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-filter:focus,.spot-filter.spot-filter--focus,.spot-container--light-primary .spot-filter:focus,.spot-container--light-primary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-filter:focus,.spot-container--light-secondary .spot-filter.spot-filter--focus{background-color:#e2e2e2;border-color:#0000;outline:none}.spot-filter:focus>.spot-filter__cancel,.spot-filter.spot-filter--focus>.spot-filter__cancel,.spot-container--light-primary .spot-filter:focus>.spot-filter__cancel,.spot-container--light-primary .spot-filter.spot-filter--focus>.spot-filter__cancel,.spot-container--light-secondary .spot-filter:focus>.spot-filter__cancel,.spot-container--light-secondary .spot-filter.spot-filter--focus>.spot-filter__cancel{background-color:#e2e2e2}.spot-filter:active,.spot-container--light-primary .spot-filter:active,.spot-container--light-secondary .spot-filter:active,.spot-filter.spot-filter--active,.spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-filter:active,.spot-container--light-primary .spot-container--light-primary .spot-filter:active,.spot-container--light-secondary .spot-container--light-primary .spot-filter:active,.spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-filter:active,.spot-container--light-primary .spot-container--light-secondary .spot-filter:active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter:active,.spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-filter:active,.spot-container--dark-secondary .spot-filter:active,.spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-container--light-primary .spot-filter:active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter:active,.spot-container--dark-primary .spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter:active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter:active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-filter:active,.spot-filter.spot-filter--active,.spot-container--light-primary .spot-filter:active,.spot-container--light-primary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-filter:active,.spot-container--light-secondary .spot-filter.spot-filter--active{background-color:#e2e2e2;border-color:#0000;outline:none}.spot-filter:active>.spot-filter__cancel,.spot-filter.spot-filter--active>.spot-filter__cancel,.spot-container--light-primary .spot-filter:active>.spot-filter__cancel,.spot-container--light-primary .spot-filter.spot-filter--active>.spot-filter__cancel,.spot-container--light-secondary .spot-filter:active>.spot-filter__cancel,.spot-container--light-secondary .spot-filter.spot-filter--active>.spot-filter__cancel{background-color:#d0d1d0}.spot-container--dark-primary .spot-filter,.spot-container--dark-secondary .spot-filter{color:#25282e;background-color:#a9aaaa;border-color:#a9aaaa}.spot-container--dark-primary .spot-filter>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter>.spot-filter__cancel{background-color:#a9aaaa}.spot-container--dark-primary .spot-filter>.spot-filter__cancel:before,.spot-container--dark-primary .spot-filter>.spot-filter__cancel:after,.spot-container--dark-secondary .spot-filter>.spot-filter__cancel:before,.spot-container--dark-secondary .spot-filter>.spot-filter__cancel:after{background-color:#25282e}.spot-container--dark-primary .spot-filter:hover,.spot-container--dark-primary .spot-filter.spot-filter--hover,.spot-container--dark-secondary .spot-filter:hover,.spot-container--dark-secondary .spot-filter.spot-filter--hover{background-color:#8e9093;border-color:#a9aaaa}.spot-container--dark-primary .spot-filter:hover>.spot-filter__cancel,.spot-container--dark-primary .spot-filter.spot-filter--hover>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter:hover>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter.spot-filter--hover>.spot-filter__cancel{background-color:#a9aaaa}.spot-container--dark-primary .spot-filter:focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter:focus,.spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-filter:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter:focus,.spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter:focus,.spot-container--dark-primary .spot-filter.spot-filter--focus,.spot-container--dark-secondary .spot-filter:focus,.spot-container--dark-secondary .spot-filter.spot-filter--focus{background-color:#8e9093;border-color:#0000;outline:none}.spot-container--dark-primary .spot-filter:focus>.spot-filter__cancel,.spot-container--dark-primary .spot-filter.spot-filter--focus>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter:focus>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter.spot-filter--focus>.spot-filter__cancel{background-color:#a9aaaa}.spot-container--dark-primary .spot-filter:active,.spot-container--light-primary .spot-container--dark-primary .spot-filter:active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter:active,.spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-filter:active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter:active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter:active,.spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter:active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter:active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter:active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter:active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter:active,.spot-container--dark-primary .spot-filter.spot-filter--active,.spot-container--dark-secondary .spot-filter:active,.spot-container--dark-secondary .spot-filter.spot-filter--active{background-color:#8e9093;border-color:#0000;outline:none}.spot-container--dark-primary .spot-filter:active>.spot-filter__cancel,.spot-container--dark-primary .spot-filter.spot-filter--active>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter:active>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter.spot-filter--active>.spot-filter__cancel{background-color:#a9aaaa}.spot-filter>.spot-filter__cancel{border:none;border-radius:0 4px 4px 0;width:40px;height:100%;position:absolute;top:0;right:-4px}.spot-filter>.spot-filter__cancel:before,.spot-filter>.spot-filter__cancel:after{content:" ";width:2px;height:14px;position:absolute;top:9px;left:16px}.spot-filter>.spot-filter__cancel:before{transform:rotate(45deg)}.spot-filter>.spot-filter__cancel:after{transform:rotate(-45deg)}.spot-filter--highpriority,.spot-container--light-primary .spot-filter--highpriority,.spot-container--light-secondary .spot-filter--highpriority{color:#25282e;background-color:#f6e962;border-color:#f6e962}.spot-filter--highpriority>.spot-filter__cancel,.spot-container--light-primary .spot-filter--highpriority>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--highpriority>.spot-filter__cancel{background-color:#f6e962}.spot-filter--highpriority>.spot-filter__cancel:before,.spot-filter--highpriority>.spot-filter__cancel:after,.spot-container--light-primary .spot-filter--highpriority>.spot-filter__cancel:before,.spot-container--light-primary .spot-filter--highpriority>.spot-filter__cancel:after,.spot-container--light-secondary .spot-filter--highpriority>.spot-filter__cancel:before,.spot-container--light-secondary .spot-filter--highpriority>.spot-filter__cancel:after{background-color:#31353d}.spot-filter--highpriority:hover,.spot-filter--highpriority.spot-filter--hover,.spot-container--light-primary .spot-filter--highpriority:hover,.spot-container--light-primary .spot-filter--highpriority.spot-filter--hover,.spot-container--light-secondary .spot-filter--highpriority:hover,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--hover{background-color:#f6e962;border-color:#f6e962}.spot-filter--highpriority:hover>.spot-filter__cancel,.spot-filter--highpriority.spot-filter--hover>.spot-filter__cancel,.spot-container--light-primary .spot-filter--highpriority:hover>.spot-filter__cancel,.spot-container--light-primary .spot-filter--highpriority.spot-filter--hover>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--highpriority:hover>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--hover>.spot-filter__cancel{background-color:#d1c653}.spot-filter--highpriority:focus,.spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-filter--highpriority:focus,.spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-filter--highpriority:focus,.spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus{background-color:#f6e962;border-color:#0000;outline:none}.spot-filter--highpriority:focus>.spot-filter__cancel,.spot-filter--highpriority.spot-filter--focus>.spot-filter__cancel,.spot-container--light-primary .spot-filter--highpriority:focus>.spot-filter__cancel,.spot-container--light-primary .spot-filter--highpriority.spot-filter--focus>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--highpriority:focus>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus>.spot-filter__cancel{background-color:#f6e962}.spot-filter--highpriority:active,.spot-container--light-primary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-filter--highpriority:active,.spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-filter--highpriority:active,.spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority:active,.spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-filter--highpriority:active,.spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-filter--highpriority:active,.spot-container--light-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--active{background-color:#f6e962;border-color:#0000;outline:none}.spot-filter--highpriority:active>.spot-filter__cancel,.spot-filter--highpriority.spot-filter--active>.spot-filter__cancel,.spot-container--light-primary .spot-filter--highpriority:active>.spot-filter__cancel,.spot-container--light-primary .spot-filter--highpriority.spot-filter--active>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--highpriority:active>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--highpriority.spot-filter--active>.spot-filter__cancel{background-color:#d1c653}.spot-container--dark-primary .spot-filter--highpriority,.spot-container--dark-secondary .spot-filter--highpriority{color:#25282e;background-color:#f8ed81;border-color:#f8ed81}.spot-container--dark-primary .spot-filter--highpriority>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--highpriority>.spot-filter__cancel{background-color:#f8ed81}.spot-container--dark-primary .spot-filter--highpriority>.spot-filter__cancel:before,.spot-container--dark-primary .spot-filter--highpriority>.spot-filter__cancel:after,.spot-container--dark-secondary .spot-filter--highpriority>.spot-filter__cancel:before,.spot-container--dark-secondary .spot-filter--highpriority>.spot-filter__cancel:after{background-color:#25282e}.spot-container--dark-primary .spot-filter--highpriority:hover,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--hover,.spot-container--dark-secondary .spot-filter--highpriority:hover,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--hover{background-color:#8e9093;border-color:#f8ed81}.spot-container--dark-primary .spot-filter--highpriority:hover>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--hover>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--highpriority:hover>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--hover>.spot-filter__cancel{background-color:#d1c653}.spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter--highpriority:focus,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--highpriority:focus,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus{background-color:#8e9093;border-color:#0000;outline:none}.spot-container--dark-primary .spot-filter--highpriority:focus>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--highpriority:focus>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus>.spot-filter__cancel{background-color:#f8ed81}.spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter--highpriority:active,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--highpriority:active,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active{background-color:#8e9093;border-color:#0000;outline:none}.spot-container--dark-primary .spot-filter--highpriority:active>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--highpriority.spot-filter--active>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--highpriority:active>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active>.spot-filter__cancel{background-color:#f8ed81}.spot-filter--teal,.spot-container--light-primary .spot-filter--teal,.spot-container--light-secondary .spot-filter--teal,.spot-filter--lowpriority,.spot-container--light-primary .spot-filter--lowpriority,.spot-container--light-secondary .spot-filter--lowpriority{color:#25282e;background-color:#fff;border-color:#3e9af5}.spot-filter--teal>.spot-filter__cancel,.spot-container--light-primary .spot-filter--teal>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--teal>.spot-filter__cancel,.spot-filter--lowpriority>.spot-filter__cancel,.spot-container--light-primary .spot-filter--lowpriority>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--lowpriority>.spot-filter__cancel{background-color:#fff}.spot-filter--teal>.spot-filter__cancel:before,.spot-filter--teal>.spot-filter__cancel:after,.spot-container--light-primary .spot-filter--teal>.spot-filter__cancel:before,.spot-container--light-primary .spot-filter--teal>.spot-filter__cancel:after,.spot-container--light-secondary .spot-filter--teal>.spot-filter__cancel:before,.spot-container--light-secondary .spot-filter--teal>.spot-filter__cancel:after,.spot-filter--lowpriority>.spot-filter__cancel:before,.spot-filter--lowpriority>.spot-filter__cancel:after,.spot-container--light-primary .spot-filter--lowpriority>.spot-filter__cancel:before,.spot-container--light-primary .spot-filter--lowpriority>.spot-filter__cancel:after,.spot-container--light-secondary .spot-filter--lowpriority>.spot-filter__cancel:before,.spot-container--light-secondary .spot-filter--lowpriority>.spot-filter__cancel:after{background-color:#31353d}.spot-filter--teal:hover,.spot-filter--teal.spot-filter--hover,.spot-container--light-primary .spot-filter--teal:hover,.spot-container--light-primary .spot-filter--teal.spot-filter--hover,.spot-container--light-secondary .spot-filter--teal:hover,.spot-container--light-secondary .spot-filter--teal.spot-filter--hover,.spot-filter--lowpriority:hover,.spot-filter--lowpriority.spot-filter--hover,.spot-container--light-primary .spot-filter--lowpriority:hover,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--hover,.spot-container--light-secondary .spot-filter--lowpriority:hover,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--hover{background-color:#fff;border-color:#3e9af5}.spot-filter--teal:hover>.spot-filter__cancel,.spot-filter--teal.spot-filter--hover>.spot-filter__cancel,.spot-container--light-primary .spot-filter--teal:hover>.spot-filter__cancel,.spot-container--light-primary .spot-filter--teal.spot-filter--hover>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--teal:hover>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--teal.spot-filter--hover>.spot-filter__cancel,.spot-filter--lowpriority:hover>.spot-filter__cancel,.spot-filter--lowpriority.spot-filter--hover>.spot-filter__cancel,.spot-container--light-primary .spot-filter--lowpriority:hover>.spot-filter__cancel,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--hover>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--lowpriority:hover>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--hover>.spot-filter__cancel{background-color:#e2f5ff}.spot-filter--teal:focus,.spot-container--light-primary .spot-filter--teal:focus,.spot-container--light-secondary .spot-filter--teal:focus,.spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-filter--teal:focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--teal:focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--teal:focus,.spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-filter--teal:focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--teal:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal:focus,.spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-filter--lowpriority:focus,.spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal:focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-filter--teal:focus,.spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-filter--teal:focus,.spot-container--light-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-filter--teal:focus,.spot-container--light-secondary .spot-filter--teal.spot-filter--focus,.spot-filter--lowpriority:focus,.spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus{background-color:#fff;border-color:#0000;outline:none}.spot-filter--teal:focus>.spot-filter__cancel,.spot-filter--teal.spot-filter--focus>.spot-filter__cancel,.spot-container--light-primary .spot-filter--teal:focus>.spot-filter__cancel,.spot-container--light-primary .spot-filter--teal.spot-filter--focus>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--teal:focus>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--teal.spot-filter--focus>.spot-filter__cancel,.spot-filter--lowpriority:focus>.spot-filter__cancel,.spot-filter--lowpriority.spot-filter--focus>.spot-filter__cancel,.spot-container--light-primary .spot-filter--lowpriority:focus>.spot-filter__cancel,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--lowpriority:focus>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus>.spot-filter__cancel{background-color:#fff}.spot-filter--teal:active,.spot-container--light-primary .spot-filter--teal:active,.spot-container--light-secondary .spot-filter--teal:active,.spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-filter--teal:active,.spot-container--light-primary .spot-container--light-primary .spot-filter--teal:active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--teal:active,.spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-filter--teal:active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--teal:active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal:active,.spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-filter--lowpriority:active,.spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-filter--lowpriority:active,.spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-filter--teal:active,.spot-container--dark-secondary .spot-filter--teal:active,.spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--teal:active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal:active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal:active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal:active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-filter--teal:active,.spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-filter--teal:active,.spot-container--light-primary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-filter--teal:active,.spot-container--light-secondary .spot-filter--teal.spot-filter--active,.spot-filter--lowpriority:active,.spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active{background-color:#e2f5ff;border-color:#0000;outline:none}.spot-filter--teal:active>.spot-filter__cancel,.spot-filter--teal.spot-filter--active>.spot-filter__cancel,.spot-container--light-primary .spot-filter--teal:active>.spot-filter__cancel,.spot-container--light-primary .spot-filter--teal.spot-filter--active>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--teal:active>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--teal.spot-filter--active>.spot-filter__cancel,.spot-filter--lowpriority:active>.spot-filter__cancel,.spot-filter--lowpriority.spot-filter--active>.spot-filter__cancel,.spot-container--light-primary .spot-filter--lowpriority:active>.spot-filter__cancel,.spot-container--light-primary .spot-filter--lowpriority.spot-filter--active>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--lowpriority:active>.spot-filter__cancel,.spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active>.spot-filter__cancel{background-color:#e2f5ff}.spot-container--dark-primary .spot-filter--teal,.spot-container--dark-secondary .spot-filter--teal,.spot-container--dark-primary .spot-filter--lowpriority,.spot-container--dark-secondary .spot-filter--lowpriority{color:#fff;background-color:#31353d;border-color:#3e9af5}.spot-container--dark-primary .spot-filter--teal>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--teal>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--lowpriority>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--lowpriority>.spot-filter__cancel{background-color:#31353d}.spot-container--dark-primary .spot-filter--teal>.spot-filter__cancel:before,.spot-container--dark-primary .spot-filter--teal>.spot-filter__cancel:after,.spot-container--dark-secondary .spot-filter--teal>.spot-filter__cancel:before,.spot-container--dark-secondary .spot-filter--teal>.spot-filter__cancel:after,.spot-container--dark-primary .spot-filter--lowpriority>.spot-filter__cancel:before,.spot-container--dark-primary .spot-filter--lowpriority>.spot-filter__cancel:after,.spot-container--dark-secondary .spot-filter--lowpriority>.spot-filter__cancel:before,.spot-container--dark-secondary .spot-filter--lowpriority>.spot-filter__cancel:after{background-color:#fff}.spot-container--dark-primary .spot-filter--teal:hover,.spot-container--dark-primary .spot-filter--teal.spot-filter--hover,.spot-container--dark-secondary .spot-filter--teal:hover,.spot-container--dark-secondary .spot-filter--teal.spot-filter--hover,.spot-container--dark-primary .spot-filter--lowpriority:hover,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--hover,.spot-container--dark-secondary .spot-filter--lowpriority:hover,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--hover{background-color:#8e9093;border-color:#3e9af5}.spot-container--dark-primary .spot-filter--teal:hover>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--teal.spot-filter--hover>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--teal:hover>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--teal.spot-filter--hover>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--lowpriority:hover>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--hover>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--lowpriority:hover>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--hover>.spot-filter__cancel{background-color:#284e76}.spot-container--dark-primary .spot-filter--teal:focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--teal:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal:focus,.spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter--teal:focus,.spot-container--dark-primary .spot-filter--teal.spot-filter--focus,.spot-container--dark-secondary .spot-filter--teal:focus,.spot-container--dark-secondary .spot-filter--teal.spot-filter--focus,.spot-container--dark-primary .spot-filter--lowpriority:focus,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus,.spot-container--dark-secondary .spot-filter--lowpriority:focus,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus{background-color:#8e9093;border-color:#0000;outline:none}.spot-container--dark-primary .spot-filter--teal:focus>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--teal.spot-filter--focus>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--teal:focus>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--teal.spot-filter--focus>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--lowpriority:focus>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--lowpriority:focus>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus>.spot-filter__cancel{background-color:#284e76}.spot-container--dark-primary .spot-filter--teal:active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--teal:active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal:active,.spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-filter--teal:active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal:active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal:active,.spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal:active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal:active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal:active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal:active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active{box-shadow:0 0 0 3px #3e9af5}.spot-container--dark-primary .spot-filter--teal:active,.spot-container--dark-primary .spot-filter--teal.spot-filter--active,.spot-container--dark-secondary .spot-filter--teal:active,.spot-container--dark-secondary .spot-filter--teal.spot-filter--active,.spot-container--dark-primary .spot-filter--lowpriority:active,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active,.spot-container--dark-secondary .spot-filter--lowpriority:active,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active{background-color:#8e9093;border-color:#0000;outline:none}.spot-container--dark-primary .spot-filter--teal:active>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--teal.spot-filter--active>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--teal:active>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--teal.spot-filter--active>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--lowpriority:active>.spot-filter__cancel,.spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--lowpriority:active>.spot-filter__cancel,.spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active>.spot-filter__cancel{background-color:#284e76}.spot-filter--small{height:24px;min-height:13.5px;padding-right:34px;font-size:13.5px;line-height:32px}.spot-filter--small>.spot-filter__cancel{width:30px;right:-4px}.spot-filter--small>.spot-filter__cancel:before,.spot-filter--small>.spot-filter__cancel:after{width:2px;height:12px;position:absolute;top:4px;left:12px}[class^=spot-form__],[class^=spot-form__]:before,[class^=spot-form__]:after{appearance:none}[class^=spot-form__] *,[class^=spot-form__] :before,[class^=spot-form__] :after{appearance:none;-webkit-appearance:inherit;-moz-appearance:inherit}.spot-form__field-group{margin:0 0 24px}.spot-form__field-group:last-child{margin-bottom:0}.spot-form__field-group--horizontal{align-items:flex-start;display:flex}.spot-form__field-group--horizontal>*{margin:0 16px 16px 0}.spot-form__field-group--horizontal>:last-child{margin-right:0}.spot-form__input,.spot-container--light-primary .spot-form__input,.spot-container--light-secondary .spot-form__input{background-color:#fff}.spot-container--dark-primary .spot-form__input,.spot-container--dark-secondary .spot-form__input{background-color:#31353d}.spot-form__input,.spot-container--light-primary .spot-form__input,.spot-container--light-secondary .spot-form__input{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__input,.spot-container--dark-secondary .spot-form__input{border:1px solid #9a9b9c}.spot-form__input,.spot-container--light-primary .spot-form__input,.spot-container--light-secondary .spot-form__input{color:#25282e}.spot-container--dark-primary .spot-form__input,.spot-container--dark-secondary .spot-form__input{color:#e2e2e2}.spot-form__input{font-family:var(--font-family-sans-serif);border-radius:4px;width:100%;height:40px;margin:0 0 2px;padding:8px 16px;font-size:15px;display:block}.spot-form__input::placeholder,.spot-container--light-primary .spot-form__input::placeholder,.spot-container--light-secondary .spot-form__input::placeholder,.spot-container--dark-primary .spot-form__input::placeholder,.spot-container--dark-secondary .spot-form__input::placeholder{color:#9a9b9c}.spot-form__input.spot-form__input--hover,.spot-container--light-primary .spot-form__input.spot-form__input--hover,.spot-container--light-secondary .spot-form__input.spot-form__input--hover,.spot-form__input:hover,.spot-container--light-primary .spot-form__input:hover,.spot-container--light-secondary .spot-form__input:hover,.spot-container--dark-primary .spot-form__input.spot-form__input--hover,.spot-container--dark-secondary .spot-form__input.spot-form__input--hover,.spot-container--dark-primary .spot-form__input:hover,.spot-container--dark-secondary .spot-form__input:hover{border-color:#9a9b9c}.spot-form__input:disabled{cursor:not-allowed;opacity:.5}.spot-form__input:disabled,.spot-container--light-primary .spot-form__input:disabled,.spot-container--light-secondary .spot-form__input:disabled{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__input:disabled,.spot-container--dark-secondary .spot-form__input:disabled{border:1px solid #9a9b9c}.spot-form__input:disabled{background:0 0}.spot-form__input.spot-form__input--read-only,.spot-form__input:read-only{opacity:.5;background:0 0}.spot-form__input.spot-form__input--read-only,.spot-container--light-primary .spot-form__input.spot-form__input--read-only,.spot-container--light-secondary .spot-form__input.spot-form__input--read-only,.spot-form__input:read-only,.spot-container--light-primary .spot-form__input:read-only,.spot-container--light-secondary .spot-form__input:read-only{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__input.spot-form__input--read-only,.spot-container--dark-secondary .spot-form__input.spot-form__input--read-only,.spot-container--dark-primary .spot-form__input:read-only,.spot-container--dark-secondary .spot-form__input:read-only{border:1px solid #9a9b9c}.spot-form__input.spot-form__input--focus,.spot-container--light-primary .spot-form__input.spot-form__input--focus,.spot-container--light-secondary .spot-form__input.spot-form__input--focus,.spot-form__input:focus,.spot-container--light-primary .spot-form__input:focus,.spot-container--light-secondary .spot-form__input:focus,.spot-container--dark-primary .spot-form__input.spot-form__input--focus,.spot-container--dark-secondary .spot-form__input.spot-form__input--focus,.spot-container--dark-primary .spot-form__input:focus,.spot-container--dark-secondary .spot-form__input:focus{box-shadow:0 0 0 3px #3e9af5}.spot-form__input.spot-form__input--focus,.spot-form__input:focus{border-color:#0000;outline:none}.spot-form--error .spot-form__input,.spot-container--light-primary .spot-form--error .spot-form__input,.spot-container--light-secondary .spot-form--error .spot-form__input,.spot-form__input.spot-form--error,.spot-container--light-primary .spot-form__input.spot-form--error,.spot-container--light-secondary .spot-form__input.spot-form--error{border-color:#0000;box-shadow:0 0 0 1px #ea2839}.spot-container--dark-primary .spot-form--error .spot-form__input,.spot-container--dark-secondary .spot-form--error .spot-form__input,.spot-container--dark-primary .spot-form__input.spot-form--error,.spot-container--dark-secondary .spot-form__input.spot-form--error{border-color:#0000;box-shadow:0 0 0 1px #f5767d}.spot-form__textarea,.spot-container--light-primary .spot-form__textarea,.spot-container--light-secondary .spot-form__textarea{background-color:#fff}.spot-container--dark-primary .spot-form__textarea,.spot-container--dark-secondary .spot-form__textarea{background-color:#31353d}.spot-form__textarea,.spot-container--light-primary .spot-form__textarea,.spot-container--light-secondary .spot-form__textarea{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__textarea,.spot-container--dark-secondary .spot-form__textarea{border:1px solid #9a9b9c}.spot-form__textarea,.spot-container--light-primary .spot-form__textarea,.spot-container--light-secondary .spot-form__textarea{color:#25282e}.spot-container--dark-primary .spot-form__textarea,.spot-container--dark-secondary .spot-form__textarea{color:#e2e2e2}.spot-form__textarea{font-family:var(--font-family-sans-serif);border-radius:4px;width:100%;min-height:7em;margin:0 0 2px;padding:8px 16px;font-size:15px;display:block;overflow:auto}.spot-form__textarea::placeholder,.spot-container--light-primary .spot-form__textarea::placeholder,.spot-container--light-secondary .spot-form__textarea::placeholder,.spot-container--dark-primary .spot-form__textarea::placeholder,.spot-container--dark-secondary .spot-form__textarea::placeholder{color:#9a9b9c}.spot-form__textarea.spot-form__textarea--hover,.spot-container--light-primary .spot-form__textarea.spot-form__textarea--hover,.spot-container--light-secondary .spot-form__textarea.spot-form__textarea--hover,.spot-form__textarea:hover,.spot-container--light-primary .spot-form__textarea:hover,.spot-container--light-secondary .spot-form__textarea:hover,.spot-container--dark-primary .spot-form__textarea.spot-form__textarea--hover,.spot-container--dark-secondary .spot-form__textarea.spot-form__textarea--hover,.spot-container--dark-primary .spot-form__textarea:hover,.spot-container--dark-secondary .spot-form__textarea:hover{border-color:#9a9b9c}.spot-form__textarea:disabled{cursor:not-allowed;opacity:.5}.spot-form__textarea:disabled,.spot-container--light-primary .spot-form__textarea:disabled,.spot-container--light-secondary .spot-form__textarea:disabled{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__textarea:disabled,.spot-container--dark-secondary .spot-form__textarea:disabled{border:1px solid #9a9b9c}.spot-form__textarea:disabled{background:0 0}.spot-form__textarea.spot-form__textarea--read-only,.spot-form__textarea:read-only{opacity:.5;background:0 0}.spot-form__textarea.spot-form__textarea--read-only,.spot-container--light-primary .spot-form__textarea.spot-form__textarea--read-only,.spot-container--light-secondary .spot-form__textarea.spot-form__textarea--read-only,.spot-form__textarea:read-only,.spot-container--light-primary .spot-form__textarea:read-only,.spot-container--light-secondary .spot-form__textarea:read-only{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__textarea.spot-form__textarea--read-only,.spot-container--dark-secondary .spot-form__textarea.spot-form__textarea--read-only,.spot-container--dark-primary .spot-form__textarea:read-only,.spot-container--dark-secondary .spot-form__textarea:read-only{border:1px solid #9a9b9c}.spot-form__textarea.spot-form__textarea--focus,.spot-container--light-primary .spot-form__textarea.spot-form__textarea--focus,.spot-container--light-secondary .spot-form__textarea.spot-form__textarea--focus,.spot-form__textarea:focus,.spot-container--light-primary .spot-form__textarea:focus,.spot-container--light-secondary .spot-form__textarea:focus,.spot-container--dark-primary .spot-form__textarea.spot-form__textarea--focus,.spot-container--dark-secondary .spot-form__textarea.spot-form__textarea--focus,.spot-container--dark-primary .spot-form__textarea:focus,.spot-container--dark-secondary .spot-form__textarea:focus{box-shadow:0 0 0 3px #3e9af5}.spot-form__textarea.spot-form__textarea--focus,.spot-form__textarea:focus{border-color:#0000;outline:none}.spot-form--error .spot-form__textarea,.spot-container--light-primary .spot-form--error .spot-form__textarea,.spot-container--light-secondary .spot-form--error .spot-form__textarea,.spot-form__textarea.spot-form--error,.spot-container--light-primary .spot-form__textarea.spot-form--error,.spot-container--light-secondary .spot-form__textarea.spot-form--error{border-color:#0000;box-shadow:0 0 0 1px #ea2839}.spot-container--dark-primary .spot-form--error .spot-form__textarea,.spot-container--dark-secondary .spot-form--error .spot-form__textarea,.spot-container--dark-primary .spot-form__textarea.spot-form--error,.spot-container--dark-secondary .spot-form__textarea.spot-form--error{border-color:#0000;box-shadow:0 0 0 1px #f5767d}.spot-form__label,.spot-container--light-primary .spot-form__label,.spot-container--light-secondary .spot-form__label{color:#25282e}.spot-container--dark-primary .spot-form__label,.spot-container--dark-secondary .spot-form__label{color:#e2e2e2}.spot-form__label{line-height:1.5}.spot-form__label:before,.spot-form__label:after{content:"";width:0;height:0;display:block}.spot-form__label:before{margin-bottom:-.361111em}.spot-form__label:after{margin-top:-.361111em}.spot-form__label{margin:0 0 12px;padding:0;font-size:15px;display:inline-block}.spot-form__field-group--disabled .spot-form__label{cursor:not-allowed;opacity:.5}.spot-form__field-group--focus .spot-form__label,.spot-container--light-primary .spot-form__field-group--focus .spot-form__label,.spot-container--light-secondary .spot-form__field-group--focus .spot-form__label{color:#25282e}.spot-container--dark-primary .spot-form__field-group--focus .spot-form__label,.spot-container--dark-secondary .spot-form__field-group--focus .spot-form__label{color:#e2e2e2}.spot-form__label--disabled{cursor:not-allowed;opacity:.5}.spot-form__label--focus{font-weight:700}.spot-form__label-required-indicator,.spot-container--light-primary .spot-form__label-required-indicator,.spot-container--light-secondary .spot-form__label-required-indicator{color:#5d6066}.spot-container--dark-primary .spot-form__label-required-indicator,.spot-container--dark-secondary .spot-form__label-required-indicator{color:#bcbdbc}.spot-form__label-required-indicator{text-decoration:none}.spot-form__checkbox{cursor:pointer;margin:0 0 16px;display:block}.spot-form__field-group--horizontal .spot-form__checkbox{margin:8px 16px 8px 0;font-size:0;display:inline-block}.spot-form__checkbox-group--expanded .spot-form__checkbox{margin:0 0 32px}.spot-form__checkbox-inner{border:4px solid #0000;align-items:flex-start;margin:-4px;display:inline-flex}.spot-form--error .spot-form__checkbox-inner,.spot-container--light-primary .spot-form--error .spot-form__checkbox-inner,.spot-container--light-secondary .spot-form--error .spot-form__checkbox-inner{border-color:#0000;box-shadow:0 0 0 1px #ea2839}.spot-container--dark-primary .spot-form--error .spot-form__checkbox-inner,.spot-container--dark-secondary .spot-form--error .spot-form__checkbox-inner{border-color:#0000;box-shadow:0 0 0 1px #f5767d}.spot-form__checkbox-input:disabled+.spot-form__checkbox-inner{cursor:not-allowed;opacity:.5}.spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-container--light-primary .spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-container--light-secondary .spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-form__checkbox-input:focus+.spot-form__checkbox-inner,.spot-container--light-primary .spot-form__checkbox-input:focus+.spot-form__checkbox-inner,.spot-container--light-secondary .spot-form__checkbox-input:focus+.spot-form__checkbox-inner,.spot-container--dark-primary .spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-container--dark-secondary .spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-container--dark-primary .spot-form__checkbox-input:focus+.spot-form__checkbox-inner,.spot-container--dark-secondary .spot-form__checkbox-input:focus+.spot-form__checkbox-inner{box-shadow:0 0 0 3px #3e9af5}.spot-form__checkbox--focus .spot-form__checkbox-inner,.spot-form__checkbox-input:focus+.spot-form__checkbox-inner{border-color:#0000;outline:none}.spot-form__checkbox-input{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}.spot-form__checkbox-visual,.spot-container--light-primary .spot-form__checkbox-visual,.spot-container--light-secondary .spot-form__checkbox-visual{background-color:#fff}.spot-container--dark-primary .spot-form__checkbox-visual,.spot-container--dark-secondary .spot-form__checkbox-visual{background-color:#31353d}.spot-form__checkbox-visual,.spot-container--light-primary .spot-form__checkbox-visual,.spot-container--light-secondary .spot-form__checkbox-visual{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__checkbox-visual,.spot-container--dark-secondary .spot-form__checkbox-visual{border:1px solid #9a9b9c}.spot-form__checkbox-visual{border-radius:4px;flex:none;width:25px;height:25px;margin-right:8px;display:block;position:relative}.spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-container--light-primary .spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-container--light-secondary .spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-form__checkbox--hover .spot-form__checkbox-visual,.spot-container--light-primary .spot-form__checkbox--hover .spot-form__checkbox-visual,.spot-container--light-secondary .spot-form__checkbox--hover .spot-form__checkbox-visual,.spot-container--dark-primary .spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-container--dark-secondary .spot-form__checkbox:hover .spot-form__checkbox-visual,.spot-container--dark-primary .spot-form__checkbox--hover .spot-form__checkbox-visual,.spot-container--dark-secondary .spot-form__checkbox--hover .spot-form__checkbox-visual{border-color:#9a9b9c}.spot-form__checkbox-input:disabled+.spot-form__checkbox-inner .spot-form__checkbox-visual,.spot-container--light-primary .spot-form__checkbox-input:disabled+.spot-form__checkbox-inner .spot-form__checkbox-visual,.spot-container--light-secondary .spot-form__checkbox-input:disabled+.spot-form__checkbox-inner .spot-form__checkbox-visual{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__checkbox-input:disabled+.spot-form__checkbox-inner .spot-form__checkbox-visual,.spot-container--dark-secondary .spot-form__checkbox-input:disabled+.spot-form__checkbox-inner .spot-form__checkbox-visual{border:1px solid #9a9b9c}.spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{background-color:#0969d9}.spot-container--light-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{background-color:#0969d9}.spot-container--light-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{background-color:#0969d9}:is(.spot-container--dark-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual,.spot-container--dark-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual){background-color:#62b3f9}.spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{border-color:#0969d9}.spot-container--light-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{border-color:#0969d9}.spot-container--light-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual{border-color:#0969d9}:is(.spot-container--dark-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual,.spot-container--dark-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual){border-color:#62b3f9}.spot-form__checkbox-checked-icon,.spot-container--light-primary .spot-form__checkbox-checked-icon,.spot-container--light-secondary .spot-form__checkbox-checked-icon{fill:#0969d9}.spot-container--dark-primary .spot-form__checkbox-checked-icon,.spot-container--dark-secondary .spot-form__checkbox-checked-icon{fill:#62b3f9}.spot-form__checkbox-checked-icon{width:15px;height:15px;margin-top:-7.5px;margin-left:-7.5px;display:none;position:absolute;top:50%;left:50%}.spot-form__checkbox-input:checked+.spot-form__checkbox-inner .spot-form__checkbox-checked-icon{display:block}.spot-form__checkbox--filled .spot-form__checkbox-checked-icon,.spot-container--light-primary .spot-form__checkbox--filled .spot-form__checkbox-checked-icon,.spot-container--light-secondary .spot-form__checkbox--filled .spot-form__checkbox-checked-icon{fill:#fff}.spot-container--dark-primary .spot-form__checkbox--filled .spot-form__checkbox-checked-icon,.spot-container--dark-secondary .spot-form__checkbox--filled .spot-form__checkbox-checked-icon{fill:#31353d}.spot-form__checkbox-indeterminate-icon,.spot-container--light-primary .spot-form__checkbox-indeterminate-icon,.spot-container--light-secondary .spot-form__checkbox-indeterminate-icon{fill:#0969d9}.spot-container--dark-primary .spot-form__checkbox-indeterminate-icon,.spot-container--dark-secondary .spot-form__checkbox-indeterminate-icon{fill:#62b3f9}.spot-form__checkbox-indeterminate-icon{width:15px;height:15px;margin-top:-7.5px;margin-left:-7.5px;display:none;position:absolute;top:50%;left:50%}.spot-form__checkbox-input:indeterminate+.spot-form__checkbox-inner .spot-form__checkbox-indeterminate-icon{display:block}.spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon,.spot-container--light-primary .spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon,.spot-container--light-secondary .spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon{fill:#fff}.spot-container--dark-primary .spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon,.spot-container--dark-secondary .spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon{fill:#31353d}.spot-form__checkbox-label,.spot-container--light-primary .spot-form__checkbox-label,.spot-container--light-secondary .spot-form__checkbox-label{color:#5d6066}.spot-container--dark-primary .spot-form__checkbox-label,.spot-container--dark-secondary .spot-form__checkbox-label{color:#bcbdbc}.spot-form__checkbox-label{line-height:1.5}.spot-form__checkbox-label:before,.spot-form__checkbox-label:after{content:"";width:0;height:0;display:block}.spot-form__checkbox-label:before{margin-bottom:-.361111em}.spot-form__checkbox-label:after{margin-top:-.361111em}.spot-form__checkbox-label{cursor:pointer;padding-top:7px;padding-bottom:7px;font-size:15px}.spot-form__checkbox-input:disabled+.spot-form__checkbox-inner .spot-form__checkbox-label{cursor:not-allowed}.spot-form__checkbox-group{border:0;margin:0 0 4px;padding:0 0 4px;font-size:0}.spot-form__checkbox-group-inner{border:4px solid #0000;margin:-4px}.spot-form__checkbox-group-inner>:last-child{margin-bottom:0}.spot-form--error .spot-form__checkbox-group-inner,.spot-container--light-primary .spot-form--error .spot-form__checkbox-group-inner,.spot-container--light-secondary .spot-form--error .spot-form__checkbox-group-inner{border-color:#0000;box-shadow:0 0 0 1px #ea2839}.spot-container--dark-primary .spot-form--error .spot-form__checkbox-group-inner,.spot-container--dark-secondary .spot-form--error .spot-form__checkbox-group-inner{border-color:#0000;box-shadow:0 0 0 1px #f5767d}.spot-form--error .spot-form__checkbox-group-inner .spot-form__checkbox-inner{box-shadow:none}.spot-form__checkbox-group-label,.spot-container--light-primary .spot-form__checkbox-group-label,.spot-container--light-secondary .spot-form__checkbox-group-label{color:#25282e}.spot-container--dark-primary .spot-form__checkbox-group-label,.spot-container--dark-secondary .spot-form__checkbox-group-label{color:#e2e2e2}.spot-form__checkbox-group-label{line-height:1.5}.spot-form__checkbox-group-label:before,.spot-form__checkbox-group-label:after{content:"";width:0;height:0;display:block}.spot-form__checkbox-group-label:before{margin-bottom:-.361111em}.spot-form__checkbox-group-label:after{margin-top:-.361111em}.spot-form__checkbox-group-label{margin:0 0 12px;padding:0;font-size:15px;display:block}.spot-form__checkbox--small{min-height:18px;margin:0 0 12px;padding:0}.spot-form__checkbox--small .spot-form__checkbox-visual{width:18px;height:18px;margin-top:2px;position:relative}.spot-form__checkbox--small .spot-form__checkbox-visual>svg{width:12px;height:12px;position:absolute;top:100%;left:calc(100% - 1px);transform:translate(-50%,-50%)}.spot-form__checkbox--small .spot-form__checkbox-label{font-size:13.5px;line-height:18px}.spot-form__radio{cursor:pointer;margin:0 0 16px;display:block}.spot-form__field-group--horizontal .spot-form__radio{margin:8px 16px 8px 0;font-size:0;display:inline-block}.spot-form__radio-group--expanded .spot-form__radio{margin:0 0 32px}.spot-form__radio-inner{border:4px solid #0000;align-items:flex-start;margin:-4px;display:inline-flex}.spot-form__radio-input:disabled+.spot-form__radio-inner{cursor:not-allowed;opacity:.5}.spot-form__radio--focus .spot-form__radio-inner,.spot-container--light-primary .spot-form__radio--focus .spot-form__radio-inner,.spot-container--light-secondary .spot-form__radio--focus .spot-form__radio-inner,.spot-form__radio-input:focus+.spot-form__radio-inner,.spot-container--light-primary .spot-form__radio-input:focus+.spot-form__radio-inner,.spot-container--light-secondary .spot-form__radio-input:focus+.spot-form__radio-inner,.spot-container--dark-primary .spot-form__radio--focus .spot-form__radio-inner,.spot-container--dark-secondary .spot-form__radio--focus .spot-form__radio-inner,.spot-container--dark-primary .spot-form__radio-input:focus+.spot-form__radio-inner,.spot-container--dark-secondary .spot-form__radio-input:focus+.spot-form__radio-inner{box-shadow:0 0 0 3px #3e9af5}.spot-form__radio--focus .spot-form__radio-inner,.spot-form__radio-input:focus+.spot-form__radio-inner{border-color:#0000;outline:none}.spot-form__radio-input{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}.spot-form__radio-visual,.spot-container--light-primary .spot-form__radio-visual,.spot-container--light-secondary .spot-form__radio-visual{background-color:#fff}.spot-container--dark-primary .spot-form__radio-visual,.spot-container--dark-secondary .spot-form__radio-visual{background-color:#31353d}.spot-form__radio-visual,.spot-container--light-primary .spot-form__radio-visual,.spot-container--light-secondary .spot-form__radio-visual{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__radio-visual,.spot-container--dark-secondary .spot-form__radio-visual{border:1px solid #9a9b9c}.spot-form__radio-visual{border-radius:50%;flex:none;width:26px;height:26px;margin-right:8px;display:block;position:relative}.spot-form__radio-input:checked+.spot-form__radio-inner .spot-form__radio-visual:before,.spot-container--light-primary .spot-form__radio-input:checked+.spot-form__radio-inner .spot-form__radio-visual:before,.spot-container--light-secondary .spot-form__radio-input:checked+.spot-form__radio-inner .spot-form__radio-visual:before{background-color:#0969d9}.spot-container--dark-primary .spot-form__radio-input:checked+.spot-form__radio-inner .spot-form__radio-visual:before,.spot-container--dark-secondary .spot-form__radio-input:checked+.spot-form__radio-inner .spot-form__radio-visual:before{background-color:#62b3f9}.spot-form__radio-input:checked+.spot-form__radio-inner .spot-form__radio-visual:before{content:"";border-radius:50%;width:14px;height:14px;margin-top:-7px;margin-left:-7px;position:absolute;top:50%;left:50%}.spot-form__radio:hover .spot-form__radio-visual,.spot-container--light-primary .spot-form__radio:hover .spot-form__radio-visual,.spot-container--light-secondary .spot-form__radio:hover .spot-form__radio-visual,.spot-form__radio--hover .spot-form__radio-visual,.spot-container--light-primary .spot-form__radio--hover .spot-form__radio-visual,.spot-container--light-secondary .spot-form__radio--hover .spot-form__radio-visual,.spot-container--dark-primary .spot-form__radio:hover .spot-form__radio-visual,.spot-container--dark-secondary .spot-form__radio:hover .spot-form__radio-visual,.spot-container--dark-primary .spot-form__radio--hover .spot-form__radio-visual,.spot-container--dark-secondary .spot-form__radio--hover .spot-form__radio-visual{border-color:#9a9b9c}.spot-form__radio-input:disabled+.spot-form__radio-inner .spot-form__radio-visual,.spot-container--light-primary .spot-form__radio-input:disabled+.spot-form__radio-inner .spot-form__radio-visual,.spot-container--light-secondary .spot-form__radio-input:disabled+.spot-form__radio-inner .spot-form__radio-visual{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__radio-input:disabled+.spot-form__radio-inner .spot-form__radio-visual,.spot-container--dark-secondary .spot-form__radio-input:disabled+.spot-form__radio-inner .spot-form__radio-visual{border:1px solid #9a9b9c}.spot-form__radio-label,.spot-container--light-primary .spot-form__radio-label,.spot-container--light-secondary .spot-form__radio-label{color:#5d6066}.spot-container--dark-primary .spot-form__radio-label,.spot-container--dark-secondary .spot-form__radio-label{color:#bcbdbc}.spot-form__radio-label{line-height:1.5}.spot-form__radio-label:before,.spot-form__radio-label:after{content:"";width:0;height:0;display:block}.spot-form__radio-label:before{margin-bottom:-.361111em}.spot-form__radio-label:after{margin-top:-.361111em}.spot-form__radio-label{cursor:pointer;padding-top:8px;padding-bottom:4px;font-size:15px}.spot-form__radio-input:disabled+.spot-form__radio-inner .spot-form__radio-label{cursor:not-allowed}.spot-form__radio-group{border:0;margin:0 0 2px;padding:0 0 4px;font-size:0}.spot-form__radio-group-inner{border:4px solid #0000;margin:-4px}.spot-form__radio-group-inner>:last-child{margin-bottom:0}.spot-form--error .spot-form__radio-group-inner,.spot-container--light-primary .spot-form--error .spot-form__radio-group-inner,.spot-container--light-secondary .spot-form--error .spot-form__radio-group-inner{border-color:#0000;box-shadow:0 0 0 1px #ea2839}.spot-container--dark-primary .spot-form--error .spot-form__radio-group-inner,.spot-container--dark-secondary .spot-form--error .spot-form__radio-group-inner{border-color:#0000;box-shadow:0 0 0 1px #f5767d}.spot-form__radio-group-label,.spot-container--light-primary .spot-form__radio-group-label,.spot-container--light-secondary .spot-form__radio-group-label{color:#25282e}.spot-container--dark-primary .spot-form__radio-group-label,.spot-container--dark-secondary .spot-form__radio-group-label{color:#e2e2e2}.spot-form__radio-group-label{line-height:1.5}.spot-form__radio-group-label:before,.spot-form__radio-group-label:after{content:"";width:0;height:0;display:block}.spot-form__radio-group-label:before{margin-bottom:-.361111em}.spot-form__radio-group-label:after{margin-top:-.361111em}.spot-form__radio-group-label{margin:0 0 12px;padding:0;font-size:15px;display:block}.spot-form__radio--small{min-height:18px;margin:0 0 12px;padding:0}.spot-form__radio--small .spot-form__radio-visual{width:18px;height:18px;margin-top:2px;position:relative}.spot-form__radio--small .spot-form__radio-input:checked+.spot-form__radio-inner .spot-form__radio-visual:before{width:10px;height:10px;margin-top:-5px;margin-left:-5px;position:absolute;top:50%;left:50%}.spot-form__radio--small .spot-form__radio-label{vertical-align:middle;font-size:13.5px;line-height:18px}.spot-form__select{background-color:none;border-radius:4px;width:100%;height:40px;margin:0 0 2px;display:flex;position:relative;overflow:hidden}.spot-form__select-input,.spot-container--light-primary .spot-form__select-input,.spot-container--light-secondary .spot-form__select-input{color:#25282e}.spot-container--dark-primary .spot-form__select-input,.spot-container--dark-secondary .spot-form__select-input{color:#e2e2e2}.spot-form__select-input{appearance:none;cursor:pointer;z-index:10;background:0 0;border:0;width:100%;height:100%;padding:0 56px 0 16px;font-size:15px;position:relative;overflow:hidden}.spot-form__select-input:focus{outline:none}.spot-form__select-input:disabled{cursor:not-allowed;opacity:.5}.spot-form__select-input:focus::-ms-value{color:inherit;background:0 0}.spot-form__select-input::-ms-expand{display:none}.spot-form__select-inner,.spot-container--light-primary .spot-form__select-inner,.spot-container--light-secondary .spot-form__select-inner{background-color:#fff}.spot-container--dark-primary .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select-inner{background-color:#31353d}.spot-form__select-inner,.spot-container--light-primary .spot-form__select-inner,.spot-container--light-secondary .spot-form__select-inner{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select-inner{border:1px solid #9a9b9c}.spot-form__select-inner{cursor:pointer;z-index:0;border-radius:4px;margin:1px;position:absolute;inset:0;overflow:hidden}.spot-form__select:hover .spot-form__select-inner,.spot-container--light-primary .spot-form__select:hover .spot-form__select-inner,.spot-container--light-secondary .spot-form__select:hover .spot-form__select-inner,.spot-form__select--hover .spot-form__select-inner,.spot-container--light-primary .spot-form__select--hover .spot-form__select-inner,.spot-container--light-secondary .spot-form__select--hover .spot-form__select-inner,.spot-container--dark-primary .spot-form__select:hover .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select:hover .spot-form__select-inner,.spot-container--dark-primary .spot-form__select--hover .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select--hover .spot-form__select-inner{border-color:#9a9b9c}.spot-form__select-input:focus~.spot-form__select-inner,.spot-container--light-primary .spot-form__select-input:focus~.spot-form__select-inner,.spot-container--light-secondary .spot-form__select-input:focus~.spot-form__select-inner,.spot-form__select--focus .spot-form__select-inner,.spot-container--light-primary .spot-form__select--focus .spot-form__select-inner,.spot-container--light-secondary .spot-form__select--focus .spot-form__select-inner,.spot-container--dark-primary .spot-form__select-input:focus~.spot-form__select-inner,.spot-container--dark-secondary .spot-form__select-input:focus~.spot-form__select-inner,.spot-container--dark-primary .spot-form__select--focus .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select--focus .spot-form__select-inner{box-shadow:0 0 0 3px #3e9af5}.spot-form__select-input:focus~.spot-form__select-inner,.spot-form__select--focus .spot-form__select-inner{border-color:#0000;outline:none}.spot-form__select--focus:hover .spot-form__select-inner,.spot-container--light-primary .spot-form__select--focus:hover .spot-form__select-inner,.spot-container--light-secondary .spot-form__select--focus:hover .spot-form__select-inner,.spot-container--dark-primary .spot-form__select--focus:hover .spot-form__select-inner,.spot-container--dark-secondary .spot-form__select--focus:hover .spot-form__select-inner{border-color:#9a9b9c}.spot-form__select-input:disabled~.spot-form__select-inner{cursor:not-allowed;opacity:.5}.spot-form__select-input:disabled~.spot-form__select-inner,.spot-container--light-primary .spot-form__select-input:disabled~.spot-form__select-inner,.spot-container--light-secondary .spot-form__select-input:disabled~.spot-form__select-inner{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__select-input:disabled~.spot-form__select-inner,.spot-container--dark-secondary .spot-form__select-input:disabled~.spot-form__select-inner{border:1px solid #9a9b9c}.spot-form__select-input:disabled~.spot-form__select-inner{background:0 0}.spot-form--error .spot-form__select-inner,.spot-container--light-primary .spot-form--error .spot-form__select-inner,.spot-container--light-secondary .spot-form--error .spot-form__select-inner,.spot-form--error .spot-form__select:hover .spot-form__select-inner,.spot-container--light-primary .spot-form--error .spot-form__select:hover .spot-form__select-inner,.spot-container--light-secondary .spot-form--error .spot-form__select:hover .spot-form__select-inner{border-color:#0000;box-shadow:0 0 0 1px #ea2839}.spot-container--dark-primary .spot-form--error .spot-form__select-inner,.spot-container--dark-secondary .spot-form--error .spot-form__select-inner,.spot-container--dark-primary .spot-form--error .spot-form__select:hover .spot-form__select-inner,.spot-container--dark-secondary .spot-form--error .spot-form__select:hover .spot-form__select-inner{border-color:#0000;box-shadow:0 0 0 1px #f5767d}.spot-form__select-open-indicator{content:"";text-align:center;z-index:5;border:0;width:40px;display:block;position:absolute;top:0;bottom:0;right:0}.spot-form__select-input:disabled~.spot-form__select-open-indicator{cursor:not-allowed;opacity:.5}.spot-form__select--focus .spot-form__select-open-indicator,.spot-form__select-input:focus~.spot-form__select-open-indicator{border-color:#0000}.spot-form__select-open-icon,.spot-container--light-primary .spot-form__select-open-icon,.spot-container--light-secondary .spot-form__select-open-icon{fill:#8e9093}.spot-container--dark-primary .spot-form__select-open-icon,.spot-container--dark-secondary .spot-form__select-open-icon{fill:#a9aaaa}.spot-form__select-open-icon{cursor:pointer;width:20px;height:20px;margin-top:-10px;margin-left:-10px;display:inline;position:absolute;top:50%;left:50%}.spot-form__microcopy,.spot-container--light-primary .spot-form__microcopy,.spot-container--light-secondary .spot-form__microcopy{color:#5d6066}.spot-container--dark-primary .spot-form__microcopy,.spot-container--dark-secondary .spot-form__microcopy{color:#bcbdbc}.spot-form__microcopy{line-height:1.5}.spot-form__microcopy:before,.spot-form__microcopy:after{content:"";width:0;height:0;display:block}.spot-form__microcopy:before{margin-bottom:-.361111em}.spot-form__microcopy:after{margin-top:-.361111em}.spot-form__microcopy{margin:0 0 12px;font-size:13.5px;display:block}.spot-form__required-fields-key,.spot-container--light-primary .spot-form__required-fields-key,.spot-container--light-secondary .spot-form__required-fields-key{color:#5d6066}.spot-container--dark-primary .spot-form__required-fields-key,.spot-container--dark-secondary .spot-form__required-fields-key{color:#bcbdbc}.spot-form__required-fields-key{margin:0 0 12px;font-size:13.5px;display:inline-block}.spot-form__required-fields-key:before,.spot-container--light-primary .spot-form__required-fields-key:before,.spot-container--light-secondary .spot-form__required-fields-key:before{color:#5d6066}.spot-container--dark-primary .spot-form__required-fields-key:before,.spot-container--dark-secondary .spot-form__required-fields-key:before{color:#bcbdbc}.spot-form__required-fields-key:before{content:"* "}.spot-form__field-error,.spot-container--light-primary .spot-form__field-error,.spot-container--light-secondary .spot-form__field-error{color:#ea2839}.spot-container--dark-primary .spot-form__field-error,.spot-container--dark-secondary .spot-form__field-error{color:#f5767d}.spot-form__field-error,.spot-container--light-primary .spot-form__field-error,.spot-container--light-secondary .spot-form__field-error{background-color:#f9423a0f}.spot-container--dark-primary .spot-form__field-error,.spot-container--dark-secondary .spot-form__field-error{background-color:#fa5b520f}.spot-form__field-error{margin:0 0 12px;padding:8px;font-size:13.5px;display:block}.spot-form__fieldset,.spot-container--light-primary .spot-form__fieldset,.spot-container--light-secondary .spot-form__fieldset{border:1px solid #bcbdbc}.spot-container--dark-primary .spot-form__fieldset,.spot-container--dark-secondary .spot-form__fieldset{border:1px solid #9a9b9c}.spot-form__fieldset{margin:0 0 24px;padding:16px}.spot-form__fieldset>.spot-form__field-group:last-child .spot-form__field-group{margin-bottom:0}.spot-form__legend,.spot-container--light-primary .spot-form__legend,.spot-container--light-secondary .spot-form__legend{color:#5d6066}.spot-container--dark-primary .spot-form__legend,.spot-container--dark-secondary .spot-form__legend{color:#bcbdbc}.spot-form__legend{margin:0;font-size:15px}.spot-light-dark-toggle{cursor:pointer;min-width:20px;min-height:20px;display:flex;position:relative}.spot-light-dark-toggle--disabled,.spot-light-dark-toggle--disabled .spot-toggle{cursor:not-allowed}.spot-light-dark-toggle__icon .spot-icon,.spot-light-dark-toggle__icon input[type=checkbox]{width:20px;height:20px;position:absolute}.spot-light-dark-toggle__icon .spot-icon{fill:#9a9b9c;opacity:1;pointer-events:none;transition:all .3s}.spot-light-dark-toggle__icon .spot-icon,.spot-container--light-primary .spot-light-dark-toggle__icon .spot-icon,.spot-container--light-secondary .spot-light-dark-toggle__icon .spot-icon{fill:#9a9b9c}.spot-container--dark-primary .spot-light-dark-toggle__icon .spot-icon,.spot-container--dark-secondary .spot-light-dark-toggle__icon .spot-icon{fill:#fff}.spot-light-dark-toggle__icon:hover .spot-icon,.spot-light-dark-toggle__icon:hover .spot-icon,.spot-container--light-primary .spot-light-dark-toggle__icon:hover .spot-icon,.spot-container--light-secondary .spot-light-dark-toggle__icon:hover .spot-icon{fill:#0969d9}.spot-container--dark-primary .spot-light-dark-toggle__icon:hover .spot-icon,.spot-container--dark-secondary .spot-light-dark-toggle__icon:hover .spot-icon{fill:#62b3f9}.spot-light-dark-toggle__icon input[type=checkbox]{cursor:pointer;opacity:.00001;margin:0}.spot-light-dark-toggle__icon input[type=checkbox]+.spot-icon,.spot-light-dark-toggle__icon input[type=checkbox]+svg{opacity:1}.spot-light-dark-toggle__icon input[type=checkbox]+.spot-icon+.spot-icon,.spot-light-dark-toggle__icon input[type=checkbox]+svg+svg,.spot-light-dark-toggle__icon input[type=checkbox]:checked+.spot-icon,.spot-light-dark-toggle__icon input[type=checkbox]:checked+svg{opacity:0}.spot-light-dark-toggle__icon input[type=checkbox]:checked+.spot-icon+.spot-icon,.spot-light-dark-toggle__icon input[type=checkbox]:checked+svg+svg{opacity:1}.spot-light-dark-toggle__switch{display:inline-block}.spot-light-dark-toggle__container{transition:all .3s}.spot-light-dark-toggle__container .spot-form__label{margin-bottom:16px;display:block}@media (prefers-color-scheme:dark){.spot-dark-mode{background-color:#31353d}}.spot-link,.marketing-page .navbar .sign-up,.spot-container--light-primary .spot-link,.spot-container--light-secondary .spot-link{color:#0969d9}.spot-container--dark-primary .spot-link,.spot-container--dark-primary .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-primary .sign-up,.spot-container--dark-secondary .spot-link,.spot-container--dark-secondary .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-secondary .sign-up{color:#62b3f9}.spot-link,.marketing-page .navbar .sign-up{font-size:15px;text-decoration:none}.spot-link.spot-link--focus,.marketing-page .navbar .spot-link--focus.sign-up,.spot-container--light-primary .spot-link.spot-link--focus,.spot-container--light-secondary .spot-link.spot-link--focus,.spot-link:focus,.marketing-page .navbar .sign-up:focus,.spot-container--light-primary .spot-link:focus,.spot-container--light-secondary .spot-link:focus,.spot-container--dark-primary .spot-link.spot-link--focus,.spot-container--dark-primary .marketing-page .navbar .spot-link--focus.sign-up,.marketing-page .navbar .spot-container--dark-primary .spot-link--focus.sign-up,.spot-container--dark-secondary .spot-link.spot-link--focus,.spot-container--dark-secondary .marketing-page .navbar .spot-link--focus.sign-up,.marketing-page .navbar .spot-container--dark-secondary .spot-link--focus.sign-up,.spot-container--dark-primary .spot-link:focus,.spot-container--dark-primary .marketing-page .navbar .sign-up:focus,.marketing-page .navbar .spot-container--dark-primary .sign-up:focus,.spot-container--dark-secondary .spot-link:focus,.spot-container--dark-secondary .marketing-page .navbar .sign-up:focus,.marketing-page .navbar .spot-container--dark-secondary .sign-up:focus{box-shadow:0 0 0 3px #3e9af5}.spot-link.spot-link--focus,.marketing-page .navbar .spot-link--focus.sign-up,.spot-link:focus,.marketing-page .navbar .sign-up:focus{border-color:#0000;outline:none}.spot-link.spot-link--hover,.marketing-page .navbar .spot-link--hover.sign-up,.spot-link:hover,.marketing-page .navbar .sign-up:hover{-webkit-tap-highlight-color:transparent;text-decoration:underline}.spot-link,.marketing-page .navbar .sign-up{align-items:center;display:inline-flex}.spot-typography__heading--level-1 .spot-link,.spot-typography__heading--level-1 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-1 .sign-up,.spot-typography__heading--level-2 .spot-link,div h1 .spot-link,div .h1 .spot-link,.spot-typography__heading--level-2 .marketing-page .navbar .sign-up,div h1 .marketing-page .navbar .sign-up,div .h1 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-2 .sign-up,.marketing-page .navbar div h1 .sign-up,div .marketing-page .navbar h1 .sign-up,.marketing-page .navbar div .h1 .sign-up,div .marketing-page .navbar .h1 .sign-up,.spot-typography__heading--level-3 .spot-link,div h2 .spot-link,div .h2 .spot-link,.spot-typography__heading--level-3 .marketing-page .navbar .sign-up,div h2 .marketing-page .navbar .sign-up,div .h2 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-3 .sign-up,.marketing-page .navbar div h2 .sign-up,div .marketing-page .navbar h2 .sign-up,.marketing-page .navbar div .h2 .sign-up,div .marketing-page .navbar .h2 .sign-up,.spot-typography__heading--level-4 .spot-link,div h3 .spot-link,div .h3 .spot-link,.spot-typography__heading--level-4 .marketing-page .navbar .sign-up,div h3 .marketing-page .navbar .sign-up,div .h3 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-4 .sign-up,.marketing-page .navbar div h3 .sign-up,div .marketing-page .navbar h3 .sign-up,.marketing-page .navbar div .h3 .sign-up,div .marketing-page .navbar .h3 .sign-up,.spot-typography__heading--level-5 .spot-link,div h4 .spot-link,div .h4 .spot-link,.spot-typography__heading--level-5 .marketing-page .navbar .sign-up,div h4 .marketing-page .navbar .sign-up,div .h4 .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__heading--level-5 .sign-up,.marketing-page .navbar div h4 .sign-up,div .marketing-page .navbar h4 .sign-up,.marketing-page .navbar div .h4 .sign-up,div .marketing-page .navbar .h4 .sign-up,.spot-typography__text--body .spot-link,.marketing-page p .spot-link,.spot-typography__text--body .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__text--body .sign-up,.marketing-page p .navbar .sign-up,.marketing-page .navbar p .sign-up,.spot-typography__text--secondary .spot-link,.spot-typography__text--secondary .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__text--secondary .sign-up,.spot-typography__text--tertiary .spot-link,.spot-typography__text--tertiary .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-typography__text--tertiary .sign-up{font-size:inherit;line-height:inherit;font-weight:inherit}.spot-link__icon,.dropdown-item-active-icon,.delete-widget .delete-widget-icon,.spot-container--light-primary .spot-link__icon,.spot-container--light-secondary .spot-link__icon{fill:#0969d9}.spot-container--dark-primary .spot-link__icon,.spot-container--dark-primary .dropdown-item-active-icon,.spot-container--dark-primary .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-primary .delete-widget-icon,.spot-container--dark-secondary .spot-link__icon,.spot-container--dark-secondary .dropdown-item-active-icon,.spot-container--dark-secondary .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-secondary .delete-widget-icon{fill:#62b3f9}.spot-link__icon,.dropdown-item-active-icon,.delete-widget .delete-widget-icon{width:16px;height:16px;margin:0 8px 0 0}.spot-link__icon .spot-link--small,.dropdown-item-active-icon .spot-link--small,.delete-widget .delete-widget-icon .spot-link--small{width:16px;height:16px}.spot-link--large .spot-link__icon,.marketing-page .navbar .sign-up .spot-link__icon,.spot-link--large .dropdown-item-active-icon,.marketing-page .navbar .sign-up .dropdown-item-active-icon,.spot-link--large .delete-widget .delete-widget-icon,.delete-widget .spot-link--large .delete-widget-icon,.marketing-page .navbar .sign-up .delete-widget .delete-widget-icon,.delete-widget .marketing-page .navbar .sign-up .delete-widget-icon{width:20px;height:20px}.spot-link--icon-left-xs .spot-link__icon--left{width:12px;height:12px}.spot-link--icon-left-s .spot-link__icon--left{width:16px;height:16px}.spot-link--icon-left-m .spot-link__icon--left{width:20px;height:20px}.spot-link--icon-left-l .spot-link__icon--left{width:24px;height:24px}.spot-link__icon--right{width:10px;height:10px;margin:0 0 0 4px}.spot-link--large .spot-link__icon--right,.marketing-page .navbar .sign-up .spot-link__icon--right{width:12px;height:12px}.spot-link--show-visited,.spot-container--light-primary .spot-link--show-visited,.spot-container--light-secondary .spot-link--show-visited{color:#0969d9}.spot-container--dark-primary .spot-link--show-visited,.spot-container--dark-secondary .spot-link--show-visited{color:#62b3f9}.spot-link--show-visited{font-size:15px;text-decoration:none}.spot-link--show-visited.spot-link--focus,.spot-container--light-primary .spot-link--show-visited.spot-link--focus,.spot-container--light-secondary .spot-link--show-visited.spot-link--focus,.spot-link--show-visited:focus,.spot-container--light-primary .spot-link--show-visited:focus,.spot-container--light-secondary .spot-link--show-visited:focus,.spot-container--dark-primary .spot-link--show-visited.spot-link--focus,.spot-container--dark-secondary .spot-link--show-visited.spot-link--focus,.spot-container--dark-primary .spot-link--show-visited:focus,.spot-container--dark-secondary .spot-link--show-visited:focus{box-shadow:0 0 0 3px #3e9af5}.spot-link--show-visited.spot-link--focus,.spot-link--show-visited:focus{border-color:#0000;outline:none}.spot-link--show-visited.spot-link--hover,.spot-link--show-visited:hover{-webkit-tap-highlight-color:transparent;text-decoration:underline}.spot-link--show-visited.spot-link--visited,.spot-container--light-primary .spot-link--show-visited.spot-link--visited,.spot-container--light-secondary .spot-link--show-visited.spot-link--visited,.spot-link--show-visited:visited,.spot-container--light-primary .spot-link--show-visited:visited,.spot-container--light-secondary .spot-link--show-visited:visited{color:#0347a1}.spot-container--dark-primary .spot-link--show-visited.spot-link--visited,.spot-container--dark-secondary .spot-link--show-visited.spot-link--visited,.spot-container--dark-primary .spot-link--show-visited:visited,.spot-container--dark-secondary .spot-link--show-visited:visited{color:#9cdcff}.spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-link--show-visited.spot-link--visited .dropdown-item-active-icon,.spot-link--show-visited.spot-link--visited .delete-widget .delete-widget-icon,.delete-widget .spot-link--show-visited.spot-link--visited .delete-widget-icon,.spot-container--light-primary .spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-container--light-secondary .spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-link--show-visited:visited .spot-link__icon,.spot-link--show-visited:visited .dropdown-item-active-icon,.spot-link--show-visited:visited .delete-widget .delete-widget-icon,.delete-widget .spot-link--show-visited:visited .delete-widget-icon,.spot-container--light-primary .spot-link--show-visited:visited .spot-link__icon,.spot-container--light-secondary .spot-link--show-visited:visited .spot-link__icon{fill:#0347a1}.spot-container--dark-primary .spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-container--dark-primary .spot-link--show-visited.spot-link--visited .dropdown-item-active-icon,.spot-container--dark-primary .spot-link--show-visited.spot-link--visited .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-primary .spot-link--show-visited.spot-link--visited .delete-widget-icon,.spot-container--dark-secondary .spot-link--show-visited.spot-link--visited .spot-link__icon,.spot-container--dark-secondary .spot-link--show-visited.spot-link--visited .dropdown-item-active-icon,.spot-container--dark-secondary .spot-link--show-visited.spot-link--visited .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-secondary .spot-link--show-visited.spot-link--visited .delete-widget-icon,.spot-container--dark-primary .spot-link--show-visited:visited .spot-link__icon,.spot-container--dark-primary .spot-link--show-visited:visited .dropdown-item-active-icon,.spot-container--dark-primary .spot-link--show-visited:visited .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-primary .spot-link--show-visited:visited .delete-widget-icon,.spot-container--dark-secondary .spot-link--show-visited:visited .spot-link__icon,.spot-container--dark-secondary .spot-link--show-visited:visited .dropdown-item-active-icon,.spot-container--dark-secondary .spot-link--show-visited:visited .delete-widget .delete-widget-icon,.delete-widget .spot-container--dark-secondary .spot-link--show-visited:visited .delete-widget-icon{fill:#9cdcff}.spot-link--small{font-size:13.5px}.spot-link--large,.marketing-page .navbar .sign-up{font-size:18px}.spot-link--bold{font-weight:700}.spot-link--ellipsis{text-overflow:ellipsis;white-space:nowrap;max-width:400px;display:block;overflow-x:hidden}.spot-link:disabled,.marketing-page .navbar .sign-up:disabled,.spot-container--light-primary .spot-link:disabled,.spot-container--light-secondary .spot-link:disabled,.spot-link--disabled,.spot-container--light-primary .spot-link--disabled,.spot-container--light-secondary .spot-link--disabled,.spot-link:disabled:hover,.spot-container--light-primary .spot-link:disabled:hover,.spot-container--light-secondary .spot-link:disabled:hover,.spot-link--disabled:hover,.spot-container--light-primary .spot-link--disabled:hover,.spot-container--light-secondary .spot-link--disabled:hover,.spot-link:disabled:active,.spot-container--light-primary .spot-link:disabled:active,.spot-container--light-secondary .spot-link:disabled:active,.spot-link--disabled:active,.spot-container--light-primary .spot-link--disabled:active,.spot-container--light-secondary .spot-link--disabled:active{color:#a9aaaa}.spot-link:disabled .spot-icon,.marketing-page .navbar .sign-up:disabled .spot-icon,.spot-container--light-primary .spot-link:disabled .spot-icon,.spot-container--light-secondary .spot-link:disabled .spot-icon,.spot-link--disabled .spot-icon,.spot-container--light-primary .spot-link--disabled .spot-icon,.spot-container--light-secondary .spot-link--disabled .spot-icon,.spot-link:disabled:hover .spot-icon,.spot-container--light-primary .spot-link:disabled:hover .spot-icon,.spot-container--light-secondary .spot-link:disabled:hover .spot-icon,.spot-link--disabled:hover .spot-icon,.spot-container--light-primary .spot-link--disabled:hover .spot-icon,.spot-container--light-secondary .spot-link--disabled:hover .spot-icon,.spot-link:disabled:active .spot-icon,.spot-container--light-primary .spot-link:disabled:active .spot-icon,.spot-container--light-secondary .spot-link:disabled:active .spot-icon,.spot-link--disabled:active .spot-icon,.spot-container--light-primary .spot-link--disabled:active .spot-icon,.spot-container--light-secondary .spot-link--disabled:active .spot-icon{fill:#a9aaaa}.spot-container--dark-primary .spot-link:disabled,.spot-container--dark-primary .marketing-page .navbar .sign-up:disabled,.marketing-page .navbar .spot-container--dark-primary .sign-up:disabled,.spot-container--dark-secondary .spot-link:disabled,.spot-container--dark-secondary .marketing-page .navbar .sign-up:disabled,.marketing-page .navbar .spot-container--dark-secondary .sign-up:disabled,.spot-container--dark-primary .spot-link--disabled,.spot-container--dark-secondary .spot-link--disabled,.spot-container--dark-primary .spot-link:disabled:hover,.spot-container--dark-secondary .spot-link:disabled:hover,.spot-container--dark-primary .spot-link--disabled:hover,.spot-container--dark-secondary .spot-link--disabled:hover,.spot-container--dark-primary .spot-link:disabled:active,.spot-container--dark-secondary .spot-link:disabled:active,.spot-container--dark-primary .spot-link--disabled:active,.spot-container--dark-secondary .spot-link--disabled:active{color:#717479}.spot-container--dark-primary .spot-link:disabled .spot-icon,.spot-container--dark-primary .marketing-page .navbar .sign-up:disabled .spot-icon,.marketing-page .navbar .spot-container--dark-primary .sign-up:disabled .spot-icon,.spot-container--dark-secondary .spot-link:disabled .spot-icon,.spot-container--dark-secondary .marketing-page .navbar .sign-up:disabled .spot-icon,.marketing-page .navbar .spot-container--dark-secondary .sign-up:disabled .spot-icon,.spot-container--dark-primary .spot-link--disabled .spot-icon,.spot-container--dark-secondary .spot-link--disabled .spot-icon,.spot-container--dark-primary .spot-link:disabled:hover .spot-icon,.spot-container--dark-secondary .spot-link:disabled:hover .spot-icon,.spot-container--dark-primary .spot-link--disabled:hover .spot-icon,.spot-container--dark-secondary .spot-link--disabled:hover .spot-icon,.spot-container--dark-primary .spot-link:disabled:active .spot-icon,.spot-container--dark-secondary .spot-link:disabled:active .spot-icon,.spot-container--dark-primary .spot-link--disabled:active .spot-icon,.spot-container--dark-secondary .spot-link--disabled:active .spot-icon{fill:#717479}.spot-link:disabled,.marketing-page .navbar .sign-up:disabled,.spot-link--disabled,.spot-link:disabled:hover,.spot-link--disabled:hover,.spot-link:disabled:active,.spot-link--disabled:active{box-shadow:none;cursor:not-allowed;pointer-events:none}.spot-long-form-text h1,.spot-long-form-text .h1,.spot-container--light-primary .spot-long-form-text h1,.spot-container--light-secondary .spot-long-form-text h1{color:#25282e}.spot-container--dark-primary .spot-long-form-text h1,.spot-container--dark-primary .spot-long-form-text .h1,.spot-container--dark-secondary .spot-long-form-text h1,.spot-container--dark-secondary .spot-long-form-text .h1{color:#e2e2e2}.spot-long-form-text h1,.spot-long-form-text .h1{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0 0 32px;padding:0;font-size:42px;font-weight:300;line-height:57px}.spot-long-form-text h2,.spot-long-form-text .h2,.spot-container--light-primary .spot-long-form-text h2,.spot-container--light-secondary .spot-long-form-text h2{color:#25282e}.spot-container--dark-primary .spot-long-form-text h2,.spot-container--dark-primary .spot-long-form-text .h2,.spot-container--dark-secondary .spot-long-form-text h2,.spot-container--dark-secondary .spot-long-form-text .h2{color:#e2e2e2}.spot-long-form-text h2,.spot-long-form-text .h2{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:32px 0 16px;padding:0;font-size:34px;font-weight:300;line-height:46px}.spot-long-form-text *+h2,.spot-long-form-text *+.h2{margin-top:64px}.spot-long-form-text h3,.spot-long-form-text .h3,.spot-container--light-primary .spot-long-form-text h3,.spot-container--light-secondary .spot-long-form-text h3{color:#25282e}.spot-container--dark-primary .spot-long-form-text h3,.spot-container--dark-primary .spot-long-form-text .h3,.spot-container--dark-secondary .spot-long-form-text h3,.spot-container--dark-secondary .spot-long-form-text .h3{color:#e2e2e2}.spot-long-form-text h3,.spot-long-form-text .h3{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:16px 0;padding:0;font-size:26px;font-weight:300;line-height:38px}.spot-long-form-text *+h3,.spot-long-form-text *+.h3{margin-top:32px}.spot-long-form-text h4,.spot-long-form-text .h4,.spot-container--light-primary .spot-long-form-text h4,.spot-container--light-secondary .spot-long-form-text h4{color:#25282e}.spot-container--dark-primary .spot-long-form-text h4,.spot-container--dark-primary .spot-long-form-text .h4,.spot-container--dark-secondary .spot-long-form-text h4,.spot-container--dark-secondary .spot-long-form-text .h4{color:#e2e2e2}.spot-long-form-text h4,.spot-long-form-text .h4{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:16px 0 8px;padding:0;font-size:18px;font-weight:700;line-height:28px}.spot-long-form-text h5,.spot-long-form-text .h5,.spot-container--light-primary .spot-long-form-text h5,.spot-container--light-secondary .spot-long-form-text h5{color:#25282e}.spot-container--dark-primary .spot-long-form-text h5,.spot-container--dark-primary .spot-long-form-text .h5,.spot-container--dark-secondary .spot-long-form-text h5,.spot-container--dark-secondary .spot-long-form-text .h5{color:#e2e2e2}.spot-long-form-text h5,.spot-long-form-text .h5{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0 0 8px;padding:0;font-size:18px;font-weight:400}.spot-long-form-text ul,.spot-long-form-text ol{margin:0 0 32px;padding:0}.spot-long-form-text ul ul{margin:0 0 16px}.spot-long-form-text li{margin:0;padding:0;font-size:15px}.spot-long-form-text li,.spot-container--light-primary .spot-long-form-text li,.spot-container--light-secondary .spot-long-form-text li{color:#5d6066}.spot-container--dark-primary .spot-long-form-text li,.spot-container--dark-secondary .spot-long-form-text li{color:#bcbdbc}.spot-long-form-text li{margin:0 0 8px 16px;font-size:15px}.spot-long-form-text li>ul{margin-top:8px}.spot-long-form-text p,.spot-container--light-primary .spot-long-form-text p,.spot-container--light-secondary .spot-long-form-text p{color:#25282e}.spot-container--dark-primary .spot-long-form-text p,.spot-container--dark-secondary .spot-long-form-text p{color:#e2e2e2}.spot-long-form-text p{margin:0 0 16px;padding:0;font-size:15px;line-height:1.6}.spot-long-form-text p.spot-long-form-text--secondary{margin:0;padding:0;font-size:15px}.spot-long-form-text p.spot-long-form-text--secondary,.spot-container--light-primary .spot-long-form-text p.spot-long-form-text--secondary,.spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--secondary{color:#5d6066}.spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--secondary,.spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--secondary{color:#bcbdbc}.spot-long-form-text p.spot-long-form-text--secondary{margin:-16px 0 16px;font-size:13.5px}.spot-long-form-text p.spot-long-form-text--tertiary{margin:0;padding:0;font-size:15px}.spot-long-form-text p.spot-long-form-text--tertiary,.spot-container--light-primary .spot-long-form-text p.spot-long-form-text--tertiary,.spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--tertiary{color:#5d6066}.spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--tertiary,.spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--tertiary{color:#bcbdbc}.spot-long-form-text p.spot-long-form-text--tertiary{margin:-16px 0 16px;font-size:12px}.spot-long-form-text a{margin:0;padding:0;font-size:15px}.spot-long-form-text a,.spot-container--light-primary .spot-long-form-text a,.spot-container--light-secondary .spot-long-form-text a{color:#0969d9}.spot-container--dark-primary .spot-long-form-text a,.spot-container--dark-secondary .spot-long-form-text a{color:#62b3f9}.spot-long-form-text a{font-size:15px;text-decoration:none}.spot-long-form-text a.spot-link--focus,.spot-container--light-primary .spot-long-form-text a.spot-link--focus,.spot-container--light-secondary .spot-long-form-text a.spot-link--focus,.spot-long-form-text a:focus,.spot-container--light-primary .spot-long-form-text a:focus,.spot-container--light-secondary .spot-long-form-text a:focus,.spot-container--dark-primary .spot-long-form-text a.spot-link--focus,.spot-container--dark-secondary .spot-long-form-text a.spot-link--focus,.spot-container--dark-primary .spot-long-form-text a:focus,.spot-container--dark-secondary .spot-long-form-text a:focus{box-shadow:0 0 0 3px #3e9af5}.spot-long-form-text a.spot-link--focus,.spot-long-form-text a:focus{border-color:#0000;outline:none}.spot-long-form-text a.spot-link--hover,.spot-long-form-text a:hover{-webkit-tap-highlight-color:transparent;text-decoration:underline}.spot-long-form-text a{font-weight:700}.spot-paging__button--first,.spot-paging__button--previous,.spot-paging__button--next,.spot-paging__button--last{position:relative}.spot-paging__button--first svg,.spot-paging__button--previous svg,.spot-paging__button--next svg,.spot-paging__button--last svg{width:35px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-paging{outline:0;height:35px;display:flex}.spot-paging--small{height:28px}.spot-paging--large{height:45px}.spot-paging__group{white-space:nowrap;gap:4px;margin-block-start:unset;margin-block-end:unset;padding-inline-start:unset;list-style:none;display:flex}.spot-paging__button,.spot-container--light-primary .spot-paging__button,.spot-container--light-secondary .spot-paging__button{color:#25282e}.spot-container--dark-primary .spot-paging__button,.spot-container--dark-secondary .spot-paging__button{color:#e2e2e2}.spot-paging__button{color:#5d6066;cursor:pointer;fill:#5d6066;margin:0;text-align:center;vertical-align:middle;background-color:#fff;border:2px solid #0000;border-radius:100%;outline:0;min-width:35px;max-width:35px;min-height:35px;max-height:35px;margin:0;padding:0;font-size:15px;line-height:32px;text-decoration:none;display:inline-block}.spot-container--dark-primary .spot-paging__button,.spot-container--dark-secondary .spot-paging__button{color:#bcbdbc;fill:#bcbdbc}.spot-paging__button,.spot-container--light-primary .spot-paging__button{background-color:#fff}.spot-container--light-secondary .spot-paging__button{background-color:#f0f0f0}.spot-container--dark-primary .spot-paging__button{background-color:#31353d}.spot-container--dark-secondary .spot-paging__button{background-color:#3f434a}.spot-paging__button--hover,.spot-paging__button:hover{color:#25282e;-webkit-tap-highlight-color:transparent;background-color:#e2e2e2}.spot-paging__button--hover,.spot-container--light-primary .spot-paging__button--hover,.spot-container--light-secondary .spot-paging__button--hover,.spot-paging__button:hover,.spot-container--light-primary .spot-paging__button:hover,.spot-container--light-secondary .spot-paging__button:hover{color:#25282e;background-color:#e2e2e2}.spot-container--dark-primary .spot-paging__button--hover,.spot-container--dark-secondary .spot-paging__button--hover,.spot-container--dark-primary .spot-paging__button:hover,.spot-container--dark-secondary .spot-paging__button:hover{color:#e2e2e2;background-color:#224569}.spot-paging__button--selected,.spot-paging__button--selected:hover{color:#25282e;-webkit-tap-highlight-color:transparent;background-color:#cdedff;font-weight:700}.spot-paging__button--selected,.spot-container--light-primary .spot-paging__button--selected,.spot-container--light-secondary .spot-paging__button--selected,.spot-paging__button--selected:hover,.spot-container--light-primary .spot-paging__button--selected:hover,.spot-container--light-secondary .spot-paging__button--selected:hover{color:#25282e;background-color:#cdedff}.spot-container--dark-primary .spot-paging__button--selected,.spot-container--dark-secondary .spot-paging__button--selected,.spot-container--dark-primary .spot-paging__button--selected:hover,.spot-container--dark-secondary .spot-paging__button--selected:hover{color:#e2e2e2;background-color:#62b3f9}.spot-paging__button--focus,.spot-container--light-primary .spot-paging__button--focus,.spot-container--light-secondary .spot-paging__button--focus,.spot-paging__button:focus,.spot-container--light-primary .spot-paging__button:focus,.spot-container--light-secondary .spot-paging__button:focus,.spot-container--dark-primary .spot-paging__button--focus,.spot-container--dark-secondary .spot-paging__button--focus,.spot-container--dark-primary .spot-paging__button:focus,.spot-container--dark-secondary .spot-paging__button:focus{box-shadow:0 0 0 3px #3e9af5}.spot-paging__button--focus,.spot-paging__button:focus{border-color:#0000;outline:none}.spot-paging__button--active,.spot-paging__button:active,.spot-paging__button--active:hover,.spot-paging__button:active:hover{color:#25282e;-webkit-tap-highlight-color:transparent;background-color:#cdedff;font-weight:700}.spot-paging__button--active,.spot-container--light-primary .spot-paging__button--active,.spot-container--light-secondary .spot-paging__button--active,.spot-paging__button:active,.spot-container--light-primary .spot-paging__button:active,.spot-container--light-secondary .spot-paging__button:active,.spot-paging__button--active:hover,.spot-container--light-primary .spot-paging__button--active:hover,.spot-container--light-secondary .spot-paging__button--active:hover,.spot-paging__button:active:hover,.spot-container--light-primary .spot-paging__button:active:hover,.spot-container--light-secondary .spot-paging__button:active:hover{color:#25282e;background-color:#cdedff;border-color:#cdedff}.spot-container--dark-primary .spot-paging__button--active,.spot-container--dark-secondary .spot-paging__button--active,.spot-container--dark-primary .spot-paging__button:active,.spot-container--dark-secondary .spot-paging__button:active,.spot-container--dark-primary .spot-paging__button--active:hover,.spot-container--dark-secondary .spot-paging__button--active:hover,.spot-container--dark-primary .spot-paging__button:active:hover,.spot-container--dark-secondary .spot-paging__button:active:hover{color:#e2e2e2;background-color:#284e76;border-color:#284e76}.spot-paging__button--disabled,.spot-paging__button:disabled{color:#a9aaaa;fill:#a9aaaa;pointer-events:none;background-color:#fff}.spot-paging__button--disabled,.spot-container--light-primary .spot-paging__button--disabled,.spot-paging__button:disabled,.spot-container--light-primary .spot-paging__button:disabled{background-color:#fff}.spot-container--light-secondary .spot-paging__button--disabled,.spot-container--light-secondary .spot-paging__button:disabled{background-color:#f0f0f0}.spot-container--dark-primary .spot-paging__button--disabled,.spot-container--dark-primary .spot-paging__button:disabled{background-color:#31353d}.spot-container--dark-secondary .spot-paging__button--disabled,.spot-container--dark-secondary .spot-paging__button:disabled{background-color:#3f434a}.spot-container--dark-primary .spot-paging__button--disabled,.spot-container--dark-secondary .spot-paging__button--disabled,.spot-container--dark-primary .spot-paging__button:disabled,.spot-container--dark-secondary .spot-paging__button:disabled{color:#717479;fill:#717479}.spot-paging__button--first{margin-right:8px}.spot-paging__button--first svg{height:14px}.spot-paging__button--last{margin-left:8px}.spot-paging__button--last svg{height:14px}.spot-paging__button--more{pointer-events:none}.spot-paging__button--more:after{content:"...";vertical-align:50%;font-weight:500;line-height:8px}.spot-paging__group{border-radius:4px}.spot-paging--disabled .spot-paging__group{box-shadow:none;pointer-events:none}.spot-paging--disabled .spot-paging__button{color:#a9aaaa;fill:#a9aaaa;pointer-events:none;background-color:#fff}.spot-container--dark-primary .spot-paging--disabled .spot-paging__button,.spot-container--dark-secondary .spot-paging--disabled .spot-paging__button{color:#717479;fill:#717479;background-color:#31353d}.spot-paging .spot-link,.spot-paging .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-paging .sign-up{vertical-align:middle;margin:0 0 0 16px;line-height:35px}.spot-paging--small .spot-paging__button{vertical-align:50%;width:28px;min-width:28px;min-height:28px;max-height:28px;font-size:12px;line-height:26px}.spot-paging--small .spot-paging__button--first svg,.spot-paging--small .spot-paging__button--previous svg,.spot-paging--small .spot-paging__button--next svg,.spot-paging--small .spot-paging__button--last svg{height:9px}.spot-paging--small .spot-link,.spot-paging--small .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-paging--small .sign-up{line-height:28px}.spot-paging--large .spot-paging__button{width:45px;min-width:45px;min-height:45px;max-height:45px;line-height:42px}.spot-paging--large .spot-link,.spot-paging--large .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-paging--large .sign-up{line-height:45px}.spot-panel{opacity:0;visibility:hidden;z-index:800;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;position:fixed;top:0;bottom:0;left:0}.spot-panel--open{width:100%;height:100%;overflow:hidden}.spot-panel__content,.spot-container--light-primary .spot-panel__content,.spot-container--light-secondary .spot-panel__content{color:#25282e;background-color:#fff;box-shadow:0 0 6px #86898d}.spot-container--dark-primary .spot-panel__content,.spot-container--dark-secondary .spot-panel__content{color:#e2e2e2;background-color:#31353d;box-shadow:0 0 3px #25282e}.spot-panel__content{text-align:left;z-index:0;flex-direction:column;width:375px;height:100%;max-height:100vh;font-size:15px;transition:all .3s;display:flex;position:fixed;left:-375px}.spot-panel__header{flex-shrink:0;padding:24px 16px;display:flex;position:relative}.spot-panel__header:after,.spot-container--light-primary .spot-panel__header:after,.spot-container--light-secondary .spot-panel__header:after{background:linear-gradient(#9a9b9c99,#9a9b9c00 100%)}.spot-container--dark-primary .spot-panel__header:after,.spot-container--dark-secondary .spot-panel__header:after{background:linear-gradient(#25282e99,#25282e00 100%)}.spot-panel__header:after{content:"";z-index:3;width:100%;height:6px;display:block;position:absolute;top:100%;left:0}.spot-panel__header__close-button{cursor:pointer;background:0 0;border:0;margin:0;padding:0;position:absolute;top:16px;right:16px}.spot-panel__header__close-button:hover .spot-icon,.spot-container--light-primary .spot-panel__header__close-button:hover .spot-icon,.spot-container--light-secondary .spot-panel__header__close-button:hover .spot-icon{fill:#0969d9}.spot-container--dark-primary .spot-panel__header__close-button,.spot-container--dark-secondary .spot-panel__header__close-button{fill:#717479}.spot-container--dark-primary .spot-panel__header__close-button:hover .spot-icon,.spot-container--dark-secondary .spot-panel__header__close-button:hover .spot-icon{fill:#62b3f9}.spot-panel__header__drawer-tab-button{cursor:pointer;background-color:#fff;border:1px solid #a9aaaa;border-left-width:0;margin:0;padding:8px 12px;position:absolute;top:48px;right:-45px}.spot-panel__header__drawer-tab-button,.spot-container--light-primary .spot-panel__header__drawer-tab-button,.spot-container--light-secondary .spot-panel__header__drawer-tab-button{background-color:#fff;border-color:#a9aaaa}.spot-container--dark-primary .spot-panel__header__drawer-tab-button,.spot-container--dark-secondary .spot-panel__header__drawer-tab-button{background-color:#3f434a;border-color:#86898d}.spot-panel--open-right .spot-panel__header__drawer-tab-button{border-width:1px 0 1px 1px;left:-45px}.spot-panel--open-bottom .spot-panel__header__drawer-tab-button{border-width:1px 1px 0;top:-45px;right:auto}.spot-panel__header__close-button-icon,.spot-panel__header__drawer-tab-button-icon{pointer-events:none;width:20px;height:20px;display:block}.spot-panel__header__close-button-icon,.spot-panel__header__close-button-icon,.spot-container--light-primary .spot-panel__header__close-button-icon,.spot-container--light-secondary .spot-panel__header__close-button-icon{fill:#9a9b9c}.spot-container--dark-primary .spot-panel__header__close-button-icon,.spot-container--dark-secondary .spot-panel__header__close-button-icon{fill:#717479}.spot-panel__header__drawer-tab-button-icon,.spot-container--light-primary .spot-panel__header__drawer-tab-button-icon,.spot-container--light-secondary .spot-panel__header__drawer-tab-button-icon{fill:#9a9b9c}.spot-panel__header-close-button:hover .spot-panel__header__drawer-tab-button-icon,.spot-panel__header-close-button:hover .spot-container--light-primary .spot-panel__header__drawer-tab-button-icon,.spot-panel__header-close-button:hover .spot-container--light-secondary .spot-panel__header__drawer-tab-button-icon{fill:#0969d9}.spot-container--dark-primary .spot-panel__header__drawer-tab-button-icon,.spot-container--dark-secondary .spot-panel__header__drawer-tab-button-icon{fill:#9a9b9c}.spot-panel__header-close-button:hover .spot-container--dark-primary .spot-panel__header__drawer-tab-button-icon,.spot-panel__header-close-button:hover .spot-container--dark-secondary .spot-panel__header__drawer-tab-button-icon{fill:#62b3f9}.spot-panel--visible .spot-panel__header__drawer-tab-button-icon{transform:rotateY(180deg)}.spot-panel--open-right .spot-panel__header__drawer-tab-button-icon{transform:rotateY(0)}.spot-panel--open-right.spot-panel--visible .spot-panel__header__drawer-tab-button-icon{transform:rotateY(180deg)}.spot-panel--open-bottom .spot-panel__header__drawer-tab-button-icon{transform:rotateY(-90deg)}.spot-panel--open-bottom.spot-panel--visible .spot-panel__header__drawer-tab-button-icon{transform:rotateY(90deg)}.spot-panel__title{line-height:1.5}.spot-panel__title:before,.spot-panel__title:after{content:"";width:0;height:0;display:block}.spot-panel__title:before{margin-bottom:-.361111em}.spot-panel__title:after{margin-top:-.361111em}.spot-panel__title,.spot-container--light-primary .spot-panel__title,.spot-container--light-secondary .spot-panel__title{color:#25282e}.spot-container--dark-primary .spot-panel__title,.spot-container--dark-secondary .spot-panel__title{color:#e2e2e2}.spot-panel__title{font-size:15px;font-family:var(--font-family-sans-serif-secondary);padding:0;margin:0;padding-right:8px;font-size:26px;font-weight:300;line-height:38px}.spot-panel__secondary-title~.spot-panel__title{margin-top:8px}.spot-panel__secondary-title{line-height:1.5}.spot-panel__secondary-title:before,.spot-panel__secondary-title:after{content:"";width:0;height:0;display:block}.spot-panel__secondary-title:before{margin-bottom:-.361111em}.spot-panel__secondary-title:after{margin-top:-.361111em}.spot-panel__secondary-title,.spot-container--light-primary .spot-panel__secondary-title,.spot-container--light-secondary .spot-panel__secondary-title{color:#25282e}.spot-container--dark-primary .spot-panel__secondary-title,.spot-container--dark-secondary .spot-panel__secondary-title{color:#e2e2e2}.spot-panel__secondary-title{margin:0;padding:0;font-size:15px;font-weight:700}.spot-panel__copy{padding:16px 32px;position:relative}.spot-panel__interactive-links{padding:16px;position:relative}.spot-panel__body{height:100%;position:relative;overflow-y:auto}.spot-panel__body--scroll-shadow-mask,.spot-container--light-primary .spot-panel__body--scroll-shadow-mask,.spot-container--light-secondary .spot-panel__body--scroll-shadow-mask{background:linear-gradient(#fff0,#fff 12px)}.spot-container--dark-primary .spot-panel__body--scroll-shadow-mask,.spot-container--dark-secondary .spot-panel__body--scroll-shadow-mask{background:linear-gradient(#31353d00,#31353d 12px)}.spot-panel__body--scroll-shadow-mask{z-index:5;height:18px;margin-top:-18px;position:relative}.spot-panel__body--scroll-shadow-mask--top,.spot-container--light-primary .spot-panel__body--scroll-shadow-mask--top,.spot-container--light-secondary .spot-panel__body--scroll-shadow-mask--top{background:linear-gradient(0deg,#fff0,#fff 12px)}.spot-container--dark-primary .spot-panel__body--scroll-shadow-mask--top,.spot-container--dark-secondary .spot-panel__body--scroll-shadow-mask--top{background:linear-gradient(0deg,#31353d00,#31353d 12px)}.spot-panel__body--scroll-shadow-mask--top{margin-top:0;margin-bottom:-18px}.spot-panel__footer,.spot-container--light-primary .spot-panel__footer,.spot-container--light-secondary .spot-panel__footer{background-color:#f0f0f0}.spot-container--dark-primary .spot-panel__footer,.spot-container--dark-secondary .spot-panel__footer{background-color:#3f434a}.spot-panel__footer{flex-wrap:wrap;flex:1 0 auto;justify-content:flex-start;align-items:center;width:100%;max-height:360px;margin-top:auto;padding:24px 16px;display:flex;position:relative;overflow:auto}.spot-panel--open-bottom .spot-panel__footer .spot-list-group{flex-direction:row;display:flex}.spot-panel__footer .spot-list-group+.spot-list-group{margin-top:16px}.spot-panel__inline-container{justify-content:center;align-items:center;width:100%;height:100%;min-height:400px;transition:all .3s;display:flex;position:relative;left:0}.spot-panel--visible .spot-panel__inline-container{left:375px}.spot-panel--open-right .spot-panel__inline-container{left:auto;right:0}.spot-panel--open-right.spot-panel--visible .spot-panel__inline-container{right:375px}.spot-panel--open-bottom .spot-panel__inline-container{bottom:0;left:auto;right:auto}.spot-panel--open-bottom.spot-panel--visible .spot-panel__inline-container{bottom:375px}.spot-panel__overlay,.spot-panel__overlay,.spot-container--light-primary .spot-panel__overlay,.spot-container--light-secondary .spot-panel__overlay{background:#3f434a99}.spot-container--dark-primary .spot-panel__overlay,.spot-container--dark-secondary .spot-panel__overlay{background:#5d606699}.spot-panel__overlay--disable{content:""}.spot-panel--visible{opacity:1;visibility:visible;z-index:800;display:flex}.spot-panel--visible .spot-panel__content,.spot-panel--visible.spot-panel--open-left .spot-panel__content{left:0}.spot-panel--visible.spot-panel--open-right .spot-panel__content{left:auto;right:0}.spot-panel--visible.spot-panel--open-bottom .spot-panel__content{bottom:0}.spot-panel--visible-inline{opacity:1;visibility:visible;z-index:0;justify-content:flex-start;align-items:center;width:auto;height:auto;transition:all .3s;display:flex;position:relative;background-color:#0000!important}.spot-panel--visible-inline .spot-panel__content{position:relative;inset:auto}.spot-panel--display-inline{opacity:1;visibility:visible;z-index:auto;border:1px solid #a9aaaa;height:100%;min-height:400px;position:relative;overflow:hidden;background-color:#0000!important}.spot-panel--display-inline,.spot-container--light-primary .spot-panel--display-inline,.spot-container--light-secondary .spot-panel--display-inline{border-color:#a9aaaa}.spot-container--dark-primary .spot-panel--display-inline,.spot-container--dark-secondary .spot-panel--display-inline{border-color:#86898d}.spot-panel--display-inline .spot-panel__content{box-shadow:none;z-index:1;border:0 solid #a9aaaa;border-right-width:1px;position:absolute}.spot-panel--display-inline .spot-panel__content,.spot-container--light-primary .spot-panel--display-inline .spot-panel__content,.spot-container--light-secondary .spot-panel--display-inline .spot-panel__content{border-color:#a9aaaa}.spot-container--dark-primary .spot-panel--display-inline .spot-panel__content,.spot-container--dark-secondary .spot-panel--display-inline .spot-panel__content{border-color:#86898d}.spot-panel--display-inline.spot-panel--open-right .spot-panel__content{border-width:0 0 0 1px}.spot-panel--display-inline.spot-panel--open-bottom .spot-panel__content{border-width:1px 0 0}.spot-panel--display-fullscreen{width:100vw;height:100vh;position:fixed;max-height:100%!important}.spot-panel--xsmall .spot-panel__content{width:200px}.spot-panel--large .spot-panel__content{width:575px}.spot-panel--open-right .spot-panel__content{border-width:0 0 0 1px;left:auto;right:-375px}.spot-panel--open-bottom .spot-panel__content{border-width:1px 0 0;width:100%;height:375px;inset:auto 0 -375px}.spot-panel--xsmall.spot-panel--open-bottom .spot-panel__content{width:100%;height:200px}.spot-panel--large.spot-panel--open-bottom .spot-panel__content{width:100%;height:575px}.spot-panel--no-drop-shadow .spot-panel .spot-panel__content{box-shadow:none}.spot-patient-display{align-items:flex-start;display:flex}.spot-patient-display__icon{cursor:pointer;position:relative}.spot-patient-display--large .spot-patient-display__icon{width:72px;height:72px;margin-right:28px}.spot-patient-display--medium .spot-patient-display__icon{width:62px;height:62px;margin-right:28px}.spot-patient-display--small .spot-patient-display__icon{width:48px;height:48px;margin-right:18px}.spot-patient-display--xs .spot-patient-display__icon{width:40px;height:40px;margin-right:14px}.spot-patient-display__icon:hover .spot-patient-display__avatar--pet{position:relative}.spot-patient-display__icon:hover .spot-patient-display__avatar--pet:before{content:"";background-color:#cdedffa6;width:100%;height:100%;position:absolute}.spot-container--dark-primary .spot-patient-display__icon:hover .spot-patient-display__avatar--pet:before,.spot-container--dark-secondary .spot-patient-display__icon:hover .spot-patient-display__avatar--pet:before{background-color:#284e76a6}.spot-patient-display__icon:has(.spot-patient-display__avatar--na){cursor:default}.spot-patient-display__avatar{box-sizing:border-box;background-color:#e2e2e2;border-radius:10px;justify-content:center;align-items:center;display:flex;overflow:hidden}.spot-patient-display--large .spot-patient-display__avatar{width:72px;height:72px}.spot-patient-display--medium .spot-patient-display__avatar{width:62px;height:62px}.spot-patient-display--small .spot-patient-display__avatar{width:48px;height:48px}.spot-patient-display--xs .spot-patient-display__avatar{width:40px;height:40px}.spot-patient-display--large .spot-patient-display__img{max-width:72px}.spot-patient-display--medium .spot-patient-display__img{max-width:62px}.spot-patient-display--small .spot-patient-display__img{max-width:48px}.spot-patient-display--xs .spot-patient-display__img{max-width:40px}.spot-patient-display--large .spot-patient-display__svg{width:54px;height:54px}.spot-patient-display--medium .spot-patient-display__svg{width:48px;height:48px}.spot-patient-display--small .spot-patient-display__svg{width:36px;height:36px}.spot-patient-display--xs .spot-patient-display__svg{width:24px;height:24px}.spot-patient-display__avatar--none{fill:#a9aaaa;background-color:#e2e2e2}.spot-container--dark-primary .spot-patient-display__avatar--none,.spot-container--dark-secondary .spot-patient-display__avatar--none{fill:#86898d;background-color:#25282e}.spot-patient-display__icon:hover .spot-patient-display__avatar--none,.spot-patient-display__icon--hover .spot-patient-display__avatar--none{fill:#fff;background-color:#cdedff}.spot-container--dark-primary .spot-patient-display__icon:hover .spot-patient-display__avatar--none,.spot-container--dark-secondary .spot-patient-display__icon:hover .spot-patient-display__avatar--none,.spot-container--dark-primary .spot-patient-display__icon--hover .spot-patient-display__avatar--none,.spot-container--dark-secondary .spot-patient-display__icon--hover .spot-patient-display__avatar--none{fill:#25282e;background-color:#284e76}.spot-patient-display__avatar--na{fill:#a9aaaa}.spot-container--dark-primary .spot-patient-display__avatar--na,.spot-container--dark-secondary .spot-patient-display__avatar--na{fill:#86898d;background-color:#25282e}.spot-patient-display__camera{justify-content:center;align-items:center;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-patient-display__icon:hover .spot-patient-display__camera,.spot-patient-display__icon--hover .spot-patient-display__camera{display:flex}.spot-patient-display__camera svg{fill:#0969d9;width:24px;height:24px}.spot-container--dark-primary .spot-patient-display__camera svg,.spot-container--dark-secondary .spot-patient-display__camera svg{fill:#62b3f9}.spot-patient-display--large .spot-patient-display__title,.spot-patient-display--medium .spot-patient-display__title{margin-bottom:8px}.spot-patient-display--small .spot-patient-display__title{margin-bottom:4px}.spot-patient-display--xs .spot-patient-display__title{margin-bottom:0}.spot-patient-display--link{color:#0969d9}.spot-container--dark-primary .spot-patient-display--link,.spot-container--dark-secondary .spot-patient-display--link{color:#62b3f9}.spot-patient-display__pet-name{font-family:var(--font-family-sans-serif-secondary);color:#25282e;padding:0;font-weight:300;line-height:1em;display:inline-block}.spot-container--dark-primary .spot-patient-display__pet-name,.spot-container--dark-secondary .spot-patient-display__pet-name{color:#e2e2e2}.spot-patient-display--link .spot-patient-display__pet-name{color:#0969d9}.spot-container--dark-primary .spot-patient-display--link .spot-patient-display__pet-name,.spot-container--dark-secondary .spot-patient-display--link .spot-patient-display__pet-name{color:#62b3f9}.spot-patient-display--large .spot-patient-display__pet-name{margin-right:14px;font-size:34px}.spot-patient-display--medium .spot-patient-display__pet-name{margin-right:14px;font-size:26px}.spot-patient-display--small .spot-patient-display__pet-name,.spot-patient-display--xs .spot-patient-display__pet-name{margin-right:10px;font-size:18px}.spot-patient-display__account{font-family:var(--font-family-sans-serif-secondary);color:#5d6066;padding:0;font-weight:300;line-height:1em;display:inline-block}.spot-container--dark-primary .spot-patient-display__account,.spot-container--dark-secondary .spot-patient-display__account{color:#bcbdbc}.spot-patient-display--large .spot-patient-display__account,.spot-patient-display--medium .spot-patient-display__account{font-size:18px}.spot-patient-display--small .spot-patient-display__account{font-size:15px}.spot-patient-display--xs .spot-patient-display__account{font-size:13.5px}.spot-patient-display__pet-info{color:#5d6066}.spot-container--dark-primary .spot-patient-display__pet-info,.spot-container--dark-secondary .spot-patient-display__pet-info{color:#a9aaaa}.spot-patient-display__pet-info span{color:#d0d1d0;padding:0 8px}.spot-container--dark-primary .spot-patient-display__pet-info span,.spot-container--dark-secondary .spot-patient-display__pet-info span{color:#5d6066}.spot-patient-display--large .spot-patient-display__pet-info,.spot-patient-display--medium .spot-patient-display__pet-info{font-size:15px}.spot-patient-display--small .spot-patient-display__pet-info{font-size:13.5px}.spot-patient-display--xs .spot-patient-display__pet-info{display:none}.spot-pill{font-family:var(--font-family-sans-serif);vertical-align:top;border:1px solid #0000;border-radius:8px;align-items:center;max-height:24px;margin:0;padding:6px 12px;font-size:12px;font-style:normal;font-weight:700;line-height:1;display:inline-flex}.spot-pill--primary,.spot-container--light-primary .spot-pill--primary,.spot-container--light-secondary .spot-pill--primary{color:#fff;background-color:#3f434a;border-color:#3f434a}.spot-pill--primary .spot-pill__icon,.spot-container--light-primary .spot-pill--primary .spot-pill__icon,.spot-container--light-secondary .spot-pill--primary .spot-pill__icon{fill:#fff}.spot-pill--primary.spot-pill--outline,.spot-container--light-primary .spot-pill--primary.spot-pill--outline,.spot-container--light-secondary .spot-pill--primary.spot-pill--outline{color:#25282e;background-color:#fff;border-color:#25282e}.spot-pill--primary.spot-pill--outline .spot-pill__icon,.spot-container--light-primary .spot-pill--primary.spot-pill--outline .spot-pill__icon,.spot-container--light-secondary .spot-pill--primary.spot-pill--outline .spot-pill__icon{fill:#25282e}.spot-pill--primary.spot-pill--interactive,.spot-container--light-primary .spot-pill--primary.spot-pill--interactive,.spot-container--light-secondary .spot-pill--primary.spot-pill--interactive{cursor:pointer;outline:none}.spot-pill--primary.spot-pill--interactive:hover,.spot-pill--primary.spot-pill--interactive.spot-pill--hover,.spot-container--light-primary .spot-pill--primary.spot-pill--interactive:hover,.spot-container--light-primary .spot-pill--primary.spot-pill--interactive.spot-pill--hover,.spot-container--light-secondary .spot-pill--primary.spot-pill--interactive:hover,.spot-container--light-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--hover{-webkit-tap-highlight-color:transparent;background-color:#3f434a80;border-color:#3f434a80}.spot-pill--primary.spot-pill--interactive:active,.spot-pill--primary.spot-pill--interactive.spot-pill--active,.spot-container--light-primary .spot-pill--primary.spot-pill--interactive:active,.spot-container--light-primary .spot-pill--primary.spot-pill--interactive.spot-pill--active,.spot-container--light-secondary .spot-pill--primary.spot-pill--interactive:active,.spot-container--light-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--active{background-color:#3f434ab3;border-color:#3f434ab3}.spot-pill--primary.spot-pill--interactive:focus,.spot-pill--primary.spot-pill--interactive.spot-pill--focus,.spot-container--light-primary .spot-pill--primary.spot-pill--interactive:focus,.spot-container--light-primary .spot-pill--primary.spot-pill--interactive.spot-pill--focus,.spot-container--light-secondary .spot-pill--primary.spot-pill--interactive:focus,.spot-container--light-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #3f434a}.spot-pill--primary.spot-pill--interactive:disabled,.spot-pill--primary.spot-pill--interactive.spot-pill--disabled,.spot-container--light-primary .spot-pill--primary.spot-pill--interactive:disabled,.spot-container--light-primary .spot-pill--primary.spot-pill--interactive.spot-pill--disabled,.spot-container--light-secondary .spot-pill--primary.spot-pill--interactive:disabled,.spot-container--light-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--light-secondary .spot-pill--primary.spot-pill--outline{background-color:#f0f0f0}.spot-container--dark-primary .spot-pill--primary,.spot-container--dark-secondary .spot-pill--primary{color:#25282e;background-color:#d0d1d0;border-color:#d0d1d0}.spot-container--dark-primary .spot-pill--primary .spot-pill__icon,.spot-container--dark-secondary .spot-pill--primary .spot-pill__icon{fill:#25282e}.spot-container--dark-primary .spot-pill--primary.spot-pill--outline,.spot-container--dark-secondary .spot-pill--primary.spot-pill--outline{color:#d0d1d0;background-color:#31353d;border-color:#d0d1d0}.spot-container--dark-primary .spot-pill--primary.spot-pill--outline .spot-pill__icon,.spot-container--dark-secondary .spot-pill--primary.spot-pill--outline .spot-pill__icon{fill:#d0d1d0}.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive,.spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive{cursor:pointer;outline:none}.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive:hover,.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive.spot-pill--hover,.spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive:hover,.spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--hover{background-color:#d0d1d080;border-color:#d0d1d080}.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive:active,.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive.spot-pill--active,.spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive:active,.spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--active{background-color:#d0d1d0b3;border-color:#d0d1d0b3}.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive:focus,.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive.spot-pill--focus,.spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive:focus,.spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #d0d1d0}.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive:disabled,.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive.spot-pill--disabled,.spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive:disabled,.spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--dark-secondary .spot-pill--primary.spot-pill--outline{background-color:#3f434a}.spot-pill--secondary,.spot-container--light-primary .spot-pill--secondary,.spot-container--light-secondary .spot-pill--secondary{color:#fff;background-color:#717479;border-color:#717479}.spot-pill--secondary .spot-pill__icon,.spot-container--light-primary .spot-pill--secondary .spot-pill__icon,.spot-container--light-secondary .spot-pill--secondary .spot-pill__icon{fill:#fff}.spot-pill--secondary.spot-pill--outline,.spot-container--light-primary .spot-pill--secondary.spot-pill--outline,.spot-container--light-secondary .spot-pill--secondary.spot-pill--outline{color:#717479;background-color:#fff;border-color:#717479}.spot-pill--secondary.spot-pill--outline .spot-pill__icon,.spot-container--light-primary .spot-pill--secondary.spot-pill--outline .spot-pill__icon,.spot-container--light-secondary .spot-pill--secondary.spot-pill--outline .spot-pill__icon{fill:#717479}.spot-pill--secondary.spot-pill--interactive,.spot-container--light-primary .spot-pill--secondary.spot-pill--interactive,.spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive{cursor:pointer;outline:none}.spot-pill--secondary.spot-pill--interactive:hover,.spot-pill--secondary.spot-pill--interactive.spot-pill--hover,.spot-container--light-primary .spot-pill--secondary.spot-pill--interactive:hover,.spot-container--light-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--hover,.spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive:hover,.spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--hover{-webkit-tap-highlight-color:transparent;background-color:#71747980;border-color:#71747980}.spot-pill--secondary.spot-pill--interactive:active,.spot-pill--secondary.spot-pill--interactive.spot-pill--active,.spot-container--light-primary .spot-pill--secondary.spot-pill--interactive:active,.spot-container--light-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--active,.spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive:active,.spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--active{background-color:#717479b3;border-color:#717479b3}.spot-pill--secondary.spot-pill--interactive:focus,.spot-pill--secondary.spot-pill--interactive.spot-pill--focus,.spot-container--light-primary .spot-pill--secondary.spot-pill--interactive:focus,.spot-container--light-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--focus,.spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive:focus,.spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #717479}.spot-pill--secondary.spot-pill--interactive:disabled,.spot-pill--secondary.spot-pill--interactive.spot-pill--disabled,.spot-container--light-primary .spot-pill--secondary.spot-pill--interactive:disabled,.spot-container--light-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--disabled,.spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive:disabled,.spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--light-secondary .spot-pill--secondary.spot-pill--outline{background-color:#f0f0f0}.spot-container--dark-primary .spot-pill--secondary,.spot-container--dark-secondary .spot-pill--secondary{color:#25282e;background-color:#9a9b9c;border-color:#9a9b9c}.spot-container--dark-primary .spot-pill--secondary .spot-pill__icon,.spot-container--dark-secondary .spot-pill--secondary .spot-pill__icon{fill:#25282e}.spot-container--dark-primary .spot-pill--secondary.spot-pill--outline,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--outline{color:#a9aaaa;background-color:#31353d;border-color:#a9aaaa}.spot-container--dark-primary .spot-pill--secondary.spot-pill--outline .spot-pill__icon,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--outline .spot-pill__icon{fill:#a9aaaa}.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive{cursor:pointer;outline:none}.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive:hover,.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--hover,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive:hover,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--hover{background-color:#9a9b9c80;border-color:#9a9b9c80}.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive:active,.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--active,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive:active,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--active{background-color:#9a9b9cb3;border-color:#9a9b9cb3}.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive:focus,.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--focus,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive:focus,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #9a9b9c}.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive:disabled,.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--disabled,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive:disabled,.spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--dark-secondary .spot-pill--secondary.spot-pill--outline{background-color:#3f434a}.spot-pill--positive,.spot-container--light-primary .spot-pill--positive,.spot-container--light-secondary .spot-pill--positive{color:#fff;background-color:#2e7d32;border-color:#2e7d32}.spot-pill--positive .spot-pill__icon,.spot-container--light-primary .spot-pill--positive .spot-pill__icon,.spot-container--light-secondary .spot-pill--positive .spot-pill__icon{fill:#fff}.spot-pill--positive.spot-pill--outline,.spot-container--light-primary .spot-pill--positive.spot-pill--outline,.spot-container--light-secondary .spot-pill--positive.spot-pill--outline{color:#2e7d32;background-color:#fff;border-color:#2e7d32}.spot-pill--positive.spot-pill--outline .spot-pill__icon,.spot-container--light-primary .spot-pill--positive.spot-pill--outline .spot-pill__icon,.spot-container--light-secondary .spot-pill--positive.spot-pill--outline .spot-pill__icon{fill:#2e7d32}.spot-pill--positive.spot-pill--interactive,.spot-container--light-primary .spot-pill--positive.spot-pill--interactive,.spot-container--light-secondary .spot-pill--positive.spot-pill--interactive{cursor:pointer;outline:none}.spot-pill--positive.spot-pill--interactive:hover,.spot-pill--positive.spot-pill--interactive.spot-pill--hover,.spot-container--light-primary .spot-pill--positive.spot-pill--interactive:hover,.spot-container--light-primary .spot-pill--positive.spot-pill--interactive.spot-pill--hover,.spot-container--light-secondary .spot-pill--positive.spot-pill--interactive:hover,.spot-container--light-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--hover{-webkit-tap-highlight-color:transparent;background-color:#2e7d3280;border-color:#2e7d3280}.spot-pill--positive.spot-pill--interactive:active,.spot-pill--positive.spot-pill--interactive.spot-pill--active,.spot-container--light-primary .spot-pill--positive.spot-pill--interactive:active,.spot-container--light-primary .spot-pill--positive.spot-pill--interactive.spot-pill--active,.spot-container--light-secondary .spot-pill--positive.spot-pill--interactive:active,.spot-container--light-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--active{background-color:#2e7d32b3;border-color:#2e7d32b3}.spot-pill--positive.spot-pill--interactive:focus,.spot-pill--positive.spot-pill--interactive.spot-pill--focus,.spot-container--light-primary .spot-pill--positive.spot-pill--interactive:focus,.spot-container--light-primary .spot-pill--positive.spot-pill--interactive.spot-pill--focus,.spot-container--light-secondary .spot-pill--positive.spot-pill--interactive:focus,.spot-container--light-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #2e7d32}.spot-pill--positive.spot-pill--interactive:disabled,.spot-pill--positive.spot-pill--interactive.spot-pill--disabled,.spot-container--light-primary .spot-pill--positive.spot-pill--interactive:disabled,.spot-container--light-primary .spot-pill--positive.spot-pill--interactive.spot-pill--disabled,.spot-container--light-secondary .spot-pill--positive.spot-pill--interactive:disabled,.spot-container--light-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--light-secondary .spot-pill--positive.spot-pill--outline{background-color:#f0f0f0}.spot-container--dark-primary .spot-pill--positive,.spot-container--dark-secondary .spot-pill--positive{color:#25282e;background-color:#81c784;border-color:#81c784}.spot-container--dark-primary .spot-pill--positive .spot-pill__icon,.spot-container--dark-secondary .spot-pill--positive .spot-pill__icon{fill:#25282e}.spot-container--dark-primary .spot-pill--positive.spot-pill--outline,.spot-container--dark-secondary .spot-pill--positive.spot-pill--outline{color:#81c784;background-color:#31353d;border-color:#81c784}.spot-container--dark-primary .spot-pill--positive.spot-pill--outline .spot-pill__icon,.spot-container--dark-secondary .spot-pill--positive.spot-pill--outline .spot-pill__icon{fill:#81c784}.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive,.spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive{cursor:pointer;outline:none}.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive:hover,.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive.spot-pill--hover,.spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive:hover,.spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--hover{background-color:#81c78480;border-color:#81c78480}.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive:active,.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive.spot-pill--active,.spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive:active,.spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--active{background-color:#81c784b3;border-color:#81c784b3}.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive:focus,.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive.spot-pill--focus,.spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive:focus,.spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #81c784}.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive:disabled,.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive.spot-pill--disabled,.spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive:disabled,.spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--dark-secondary .spot-pill--positive.spot-pill--outline{background-color:#3f434a}.spot-pill--negative,.spot-container--light-primary .spot-pill--negative,.spot-container--light-secondary .spot-pill--negative{color:#fff;background-color:#e31527;border-color:#e31527}.spot-pill--negative .spot-pill__icon,.spot-container--light-primary .spot-pill--negative .spot-pill__icon,.spot-container--light-secondary .spot-pill--negative .spot-pill__icon{fill:#fff}.spot-pill--negative.spot-pill--outline,.spot-container--light-primary .spot-pill--negative.spot-pill--outline,.spot-container--light-secondary .spot-pill--negative.spot-pill--outline{color:#e31527;background-color:#fff;border-color:#e31527}.spot-pill--negative.spot-pill--outline .spot-pill__icon,.spot-container--light-primary .spot-pill--negative.spot-pill--outline .spot-pill__icon,.spot-container--light-secondary .spot-pill--negative.spot-pill--outline .spot-pill__icon{fill:#e31527}.spot-pill--negative.spot-pill--interactive,.spot-container--light-primary .spot-pill--negative.spot-pill--interactive,.spot-container--light-secondary .spot-pill--negative.spot-pill--interactive{cursor:pointer;outline:none}.spot-pill--negative.spot-pill--interactive:hover,.spot-pill--negative.spot-pill--interactive.spot-pill--hover,.spot-container--light-primary .spot-pill--negative.spot-pill--interactive:hover,.spot-container--light-primary .spot-pill--negative.spot-pill--interactive.spot-pill--hover,.spot-container--light-secondary .spot-pill--negative.spot-pill--interactive:hover,.spot-container--light-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--hover{-webkit-tap-highlight-color:transparent;background-color:#e3152780;border-color:#e3152780}.spot-pill--negative.spot-pill--interactive:active,.spot-pill--negative.spot-pill--interactive.spot-pill--active,.spot-container--light-primary .spot-pill--negative.spot-pill--interactive:active,.spot-container--light-primary .spot-pill--negative.spot-pill--interactive.spot-pill--active,.spot-container--light-secondary .spot-pill--negative.spot-pill--interactive:active,.spot-container--light-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--active{background-color:#e31527b3;border-color:#e31527b3}.spot-pill--negative.spot-pill--interactive:focus,.spot-pill--negative.spot-pill--interactive.spot-pill--focus,.spot-container--light-primary .spot-pill--negative.spot-pill--interactive:focus,.spot-container--light-primary .spot-pill--negative.spot-pill--interactive.spot-pill--focus,.spot-container--light-secondary .spot-pill--negative.spot-pill--interactive:focus,.spot-container--light-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #e31527}.spot-pill--negative.spot-pill--interactive:disabled,.spot-pill--negative.spot-pill--interactive.spot-pill--disabled,.spot-container--light-primary .spot-pill--negative.spot-pill--interactive:disabled,.spot-container--light-primary .spot-pill--negative.spot-pill--interactive.spot-pill--disabled,.spot-container--light-secondary .spot-pill--negative.spot-pill--interactive:disabled,.spot-container--light-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--light-secondary .spot-pill--negative.spot-pill--outline{background-color:#f0f0f0}.spot-container--dark-primary .spot-pill--negative,.spot-container--dark-secondary .spot-pill--negative{color:#25282e;background-color:#f5767d;border-color:#f5767d}.spot-container--dark-primary .spot-pill--negative .spot-pill__icon,.spot-container--dark-secondary .spot-pill--negative .spot-pill__icon{fill:#25282e}.spot-container--dark-primary .spot-pill--negative.spot-pill--outline,.spot-container--dark-secondary .spot-pill--negative.spot-pill--outline{color:#f5767d;background-color:#31353d;border-color:#f5767d}.spot-container--dark-primary .spot-pill--negative.spot-pill--outline .spot-pill__icon,.spot-container--dark-secondary .spot-pill--negative.spot-pill--outline .spot-pill__icon{fill:#f5767d}.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive,.spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive{cursor:pointer;outline:none}.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive:hover,.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive.spot-pill--hover,.spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive:hover,.spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--hover{background-color:#f5767d80;border-color:#f5767d80}.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive:active,.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive.spot-pill--active,.spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive:active,.spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--active{background-color:#f5767db3;border-color:#f5767db3}.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive:focus,.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive.spot-pill--focus,.spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive:focus,.spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #f5767d}.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive:disabled,.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive.spot-pill--disabled,.spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive:disabled,.spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--dark-secondary .spot-pill--negative.spot-pill--outline{background-color:#3f434a}.spot-pill--warning,.spot-container--light-primary .spot-pill--warning,.spot-container--light-secondary .spot-pill--warning{color:#31353d;background-color:#f6e962;border-color:#f6e962}.spot-pill--warning .spot-pill__icon,.spot-container--light-primary .spot-pill--warning .spot-pill__icon,.spot-container--light-secondary .spot-pill--warning .spot-pill__icon{fill:#31353d}.spot-pill--warning.spot-pill--outline,.spot-container--light-primary .spot-pill--warning.spot-pill--outline,.spot-container--light-secondary .spot-pill--warning.spot-pill--outline{color:#5d6066;background-color:#fff;border-color:#d1c653}.spot-pill--warning.spot-pill--outline .spot-pill__icon,.spot-container--light-primary .spot-pill--warning.spot-pill--outline .spot-pill__icon,.spot-container--light-secondary .spot-pill--warning.spot-pill--outline .spot-pill__icon{fill:#5d6066}.spot-pill--warning.spot-pill--interactive,.spot-container--light-primary .spot-pill--warning.spot-pill--interactive,.spot-container--light-secondary .spot-pill--warning.spot-pill--interactive{cursor:pointer;outline:none}.spot-pill--warning.spot-pill--interactive:hover,.spot-pill--warning.spot-pill--interactive.spot-pill--hover,.spot-container--light-primary .spot-pill--warning.spot-pill--interactive:hover,.spot-container--light-primary .spot-pill--warning.spot-pill--interactive.spot-pill--hover,.spot-container--light-secondary .spot-pill--warning.spot-pill--interactive:hover,.spot-container--light-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--hover{-webkit-tap-highlight-color:transparent;background-color:#f6e96280;border-color:#f6e96280}.spot-pill--warning.spot-pill--interactive:active,.spot-pill--warning.spot-pill--interactive.spot-pill--active,.spot-container--light-primary .spot-pill--warning.spot-pill--interactive:active,.spot-container--light-primary .spot-pill--warning.spot-pill--interactive.spot-pill--active,.spot-container--light-secondary .spot-pill--warning.spot-pill--interactive:active,.spot-container--light-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--active{background-color:#f6e962b3;border-color:#f6e962b3}.spot-pill--warning.spot-pill--interactive:focus,.spot-pill--warning.spot-pill--interactive.spot-pill--focus,.spot-container--light-primary .spot-pill--warning.spot-pill--interactive:focus,.spot-container--light-primary .spot-pill--warning.spot-pill--interactive.spot-pill--focus,.spot-container--light-secondary .spot-pill--warning.spot-pill--interactive:focus,.spot-container--light-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #f6e962}.spot-pill--warning.spot-pill--interactive:disabled,.spot-pill--warning.spot-pill--interactive.spot-pill--disabled,.spot-container--light-primary .spot-pill--warning.spot-pill--interactive:disabled,.spot-container--light-primary .spot-pill--warning.spot-pill--interactive.spot-pill--disabled,.spot-container--light-secondary .spot-pill--warning.spot-pill--interactive:disabled,.spot-container--light-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--light-secondary .spot-pill--warning.spot-pill--outline{background-color:#f0f0f0}.spot-container--dark-primary .spot-pill--warning,.spot-container--dark-secondary .spot-pill--warning{color:#25282e;background-color:#f8ed81;border-color:#f8ed81}.spot-container--dark-primary .spot-pill--warning .spot-pill__icon,.spot-container--dark-secondary .spot-pill--warning .spot-pill__icon{fill:#25282e}.spot-container--dark-primary .spot-pill--warning.spot-pill--outline,.spot-container--dark-secondary .spot-pill--warning.spot-pill--outline{color:#f8ed81;background-color:#31353d;border-color:#f8ed81}.spot-container--dark-primary .spot-pill--warning.spot-pill--outline .spot-pill__icon,.spot-container--dark-secondary .spot-pill--warning.spot-pill--outline .spot-pill__icon{fill:#f8ed81}.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive,.spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive{cursor:pointer;outline:none}.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive:hover,.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive.spot-pill--hover,.spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive:hover,.spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--hover{background-color:#f8ed8180;border-color:#f8ed8180}.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive:active,.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive.spot-pill--active,.spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive:active,.spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--active{background-color:#f8ed81b3;border-color:#f8ed81b3}.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive:focus,.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive.spot-pill--focus,.spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive:focus,.spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #f8ed81}.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive:disabled,.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive.spot-pill--disabled,.spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive:disabled,.spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--dark-secondary .spot-pill--warning.spot-pill--outline{background-color:#3f434a}.spot-pill--info,.spot-container--light-primary .spot-pill--info,.spot-container--light-secondary .spot-pill--info{color:#25282e;background-color:#99e5ff;border-color:#99e5ff}.spot-pill--info .spot-pill__icon,.spot-container--light-primary .spot-pill--info .spot-pill__icon,.spot-container--light-secondary .spot-pill--info .spot-pill__icon{fill:#25282e}.spot-pill--info.spot-pill--outline,.spot-container--light-primary .spot-pill--info.spot-pill--outline,.spot-container--light-secondary .spot-pill--info.spot-pill--outline{color:#5d6066;background-color:#fff;border-color:#0e97bf}.spot-pill--info.spot-pill--outline .spot-pill__icon,.spot-container--light-primary .spot-pill--info.spot-pill--outline .spot-pill__icon,.spot-container--light-secondary .spot-pill--info.spot-pill--outline .spot-pill__icon{fill:#5d6066}.spot-pill--info.spot-pill--interactive,.spot-container--light-primary .spot-pill--info.spot-pill--interactive,.spot-container--light-secondary .spot-pill--info.spot-pill--interactive{cursor:pointer;outline:none}.spot-pill--info.spot-pill--interactive:hover,.spot-pill--info.spot-pill--interactive.spot-pill--hover,.spot-container--light-primary .spot-pill--info.spot-pill--interactive:hover,.spot-container--light-primary .spot-pill--info.spot-pill--interactive.spot-pill--hover,.spot-container--light-secondary .spot-pill--info.spot-pill--interactive:hover,.spot-container--light-secondary .spot-pill--info.spot-pill--interactive.spot-pill--hover{-webkit-tap-highlight-color:transparent;background-color:#99e5ff80;border-color:#99e5ff80}.spot-pill--info.spot-pill--interactive:active,.spot-pill--info.spot-pill--interactive.spot-pill--active,.spot-container--light-primary .spot-pill--info.spot-pill--interactive:active,.spot-container--light-primary .spot-pill--info.spot-pill--interactive.spot-pill--active,.spot-container--light-secondary .spot-pill--info.spot-pill--interactive:active,.spot-container--light-secondary .spot-pill--info.spot-pill--interactive.spot-pill--active{background-color:#99e5ffb3;border-color:#99e5ffb3}.spot-pill--info.spot-pill--interactive:focus,.spot-pill--info.spot-pill--interactive.spot-pill--focus,.spot-container--light-primary .spot-pill--info.spot-pill--interactive:focus,.spot-container--light-primary .spot-pill--info.spot-pill--interactive.spot-pill--focus,.spot-container--light-secondary .spot-pill--info.spot-pill--interactive:focus,.spot-container--light-secondary .spot-pill--info.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #99e5ff}.spot-pill--info.spot-pill--interactive:disabled,.spot-pill--info.spot-pill--interactive.spot-pill--disabled,.spot-container--light-primary .spot-pill--info.spot-pill--interactive:disabled,.spot-container--light-primary .spot-pill--info.spot-pill--interactive.spot-pill--disabled,.spot-container--light-secondary .spot-pill--info.spot-pill--interactive:disabled,.spot-container--light-secondary .spot-pill--info.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--light-secondary .spot-pill--info.spot-pill--outline{background-color:#f0f0f0}.spot-container--dark-primary .spot-pill--info,.spot-container--dark-secondary .spot-pill--info{color:#25282e;background-color:#99e5ff;border-color:#99e5ff}.spot-container--dark-primary .spot-pill--info .spot-pill__icon,.spot-container--dark-secondary .spot-pill--info .spot-pill__icon{fill:#25282e}.spot-container--dark-primary .spot-pill--info.spot-pill--outline,.spot-container--dark-secondary .spot-pill--info.spot-pill--outline{color:#99e5ff;background-color:#31353d;border-color:#99e5ff}.spot-container--dark-primary .spot-pill--info.spot-pill--outline .spot-pill__icon,.spot-container--dark-secondary .spot-pill--info.spot-pill--outline .spot-pill__icon{fill:#99e5ff}.spot-container--dark-primary .spot-pill--info.spot-pill--interactive,.spot-container--dark-secondary .spot-pill--info.spot-pill--interactive{cursor:pointer;outline:none}.spot-container--dark-primary .spot-pill--info.spot-pill--interactive:hover,.spot-container--dark-primary .spot-pill--info.spot-pill--interactive.spot-pill--hover,.spot-container--dark-secondary .spot-pill--info.spot-pill--interactive:hover,.spot-container--dark-secondary .spot-pill--info.spot-pill--interactive.spot-pill--hover{background-color:#99e5ff80;border-color:#99e5ff80}.spot-container--dark-primary .spot-pill--info.spot-pill--interactive:active,.spot-container--dark-primary .spot-pill--info.spot-pill--interactive.spot-pill--active,.spot-container--dark-secondary .spot-pill--info.spot-pill--interactive:active,.spot-container--dark-secondary .spot-pill--info.spot-pill--interactive.spot-pill--active{background-color:#99e5ffb3;border-color:#99e5ffb3}.spot-container--dark-primary .spot-pill--info.spot-pill--interactive:focus,.spot-container--dark-primary .spot-pill--info.spot-pill--interactive.spot-pill--focus,.spot-container--dark-secondary .spot-pill--info.spot-pill--interactive:focus,.spot-container--dark-secondary .spot-pill--info.spot-pill--interactive.spot-pill--focus{border-color:#0000;outline:solid #99e5ff}.spot-container--dark-primary .spot-pill--info.spot-pill--interactive:disabled,.spot-container--dark-primary .spot-pill--info.spot-pill--interactive.spot-pill--disabled,.spot-container--dark-secondary .spot-pill--info.spot-pill--interactive:disabled,.spot-container--dark-secondary .spot-pill--info.spot-pill--interactive.spot-pill--disabled{cursor:not-allowed;background-color:#5d6066;border-color:#5d6066;outline:#0000}.spot-container--dark-secondary .spot-pill--info.spot-pill--outline{background-color:#3f434a}.spot-pill--small{max-height:20px}.spot-pill--large{max-height:32px}.spot-pill__icon--left{margin:0 4px 0 0}.spot-pill__icon--right{margin:0 0 0 4px}.spot-pill__icon{flex-shrink:0;width:12px;height:12px}.spot-pill__vertical-set,.spot-pill__horizontal-set{margin:0 0 16px;padding:0;list-style:none}.spot-pill__vertical-set-item{margin:0 0 8px}.spot-pill__horizontal-set-item{margin:0 0 8px;display:inline-block}.spot-popover,.spot-container--light-primary .spot-popover,.spot-container--light-secondary .spot-popover{color:#25282e;background-color:#fff;box-shadow:0 0 6px #86898d}.spot-container--dark-primary .spot-popover,.spot-container--dark-secondary .spot-popover{color:#e2e2e2;background-color:#31353d;box-shadow:0 0 6px #25282e}.spot-popover:before,.spot-container--light-primary .spot-popover:before,.spot-container--light-secondary .spot-popover:before{background:#fff;box-shadow:-2px -2px 2px #bcbdbc}.spot-container--dark-primary .spot-popover:before,.spot-container--dark-secondary .spot-popover:before{background:#31353d;box-shadow:-2px -2px 2px #25282e}.spot-popover:before{content:"";z-index:-1;width:16px;height:16px;position:absolute}.spot-popover{z-index:600;border-radius:12px;padding:16px;font-size:18px;display:none;position:absolute;overflow:visible}.spot-popover--small{padding:12px}.spot-popover--large{padding:24px}.spot-popover--no-inset{padding:0}.spot-popover--top-center{bottom:100%;left:50%;transform:translate(-50%)translateY(-16px)}.spot-popover--top-center:before{bottom:-8px;right:calc(50% - 8px);transform:rotate(225deg)}.spot-popover--top-left{bottom:100%;left:50%;transform:translate(-100%)translate(24px)translateY(-16px)}.spot-popover--top-left:before{bottom:-8px;right:16px;transform:rotate(225deg)}.spot-popover--top-right{bottom:100%;right:50%;transform:translate(100%)translate(-24px)translateY(-16px)}.spot-popover--top-right:before{bottom:-8px;left:16px;transform:rotate(225deg)}.spot-popover--center-right,.spot-popover--right-center{top:16px;left:100%;transform:translate(16px)translateY(-50%)}.spot-popover--center-right:before,.spot-popover--right-center:before{top:calc(50% - 8px);left:-8px;transform:rotate(-45deg)}.spot-popover--bottom-center{top:32px;left:50%;transform:translate(-50%)translateY(16px)}.spot-popover--bottom-center:before{top:-8px;right:calc(50% - 8px);transform:rotate(45deg)}.spot-popover--bottom-left{top:32px;right:50%;transform:translate(24px)translateY(16px)}.spot-popover--bottom-left:before{top:-8px;right:16px;transform:rotate(45deg)}.spot-popover--bottom-right{top:32px;left:50%;transform:translate(-24px)translateY(16px)}.spot-popover--bottom-right:before{top:-8px;left:16px;transform:rotate(45deg)}.spot-popover--center-left,.spot-popover--left-center{top:16px;transform:translate(-100%)translate(-16px)translateY(-50%)}.spot-popover--center-left:before,.spot-popover--left-center:before{top:calc(50% - 8px);right:-8px;transform:rotate(135deg)}.spot-popover--align-bottom-left{left:0;right:auto;transform:translateY(16px)}.spot-popover--align-bottom-right{left:auto;right:0;transform:translateY(16px)}.spot-popover--align-top-left{left:0;right:auto;transform:translateY(-16px)}.spot-popover--align-top-right{left:auto;right:0;transform:translateY(-16px)}.spot-popover--shown{display:block}.spot-progress-bar{background-color:#9cdcff;width:100%;height:20px;position:relative;overflow:hidden}.spot-container--dark-primary .spot-progress-bar,.spot-container--dark-secondary .spot-progress-bar{background-color:#075bc3}.spot-progress-bar--small{height:10px}.spot-progress-bar--large{height:30px}.spot-progress-bar__value{background-color:#0b76f0;transition:width .4s linear;position:absolute;top:0;bottom:0;left:0}.spot-container--dark-primary .spot-progress-bar__value,.spot-container--dark-secondary .spot-progress-bar__value{background-color:#3e9af5}.spot-progress-bar--indeterminate .spot-progress-bar__value{width:100%}.spot-signin,.spot-signin,.spot-container--light-primary .spot-signin,.spot-container--light-secondary .spot-signin{box-shadow:0 0 6px #86898d}.spot-container--dark-primary .spot-signin,.spot-container--dark-secondary .spot-signin{box-shadow:0 0 6px #25282e}.spot-signin__header-label{width:100%;padding:30px}.spot-signin__header-label--with-product-icon{justify-content:center;align-items:center;display:flex}.spot-signin__header-label--with-product-icon .spot-icon{width:32px;height:32px;margin-right:8px}.spot-signin__header-image--idexx{height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-signin__content-intro,.spot-container--light-primary .spot-signin__content-intro,.spot-container--light-secondary .spot-signin__content-intro{color:#25282e}.spot-container--dark-primary .spot-signin__content-intro,.spot-container--dark-secondary .spot-signin__content-intro{color:#e2e2e2}.spot-signin__content-intro{height:40px;margin:0;padding:0;font-size:15px;font-weight:700;display:inline-block}.spot-signin__content-error-message{min-height:45px;margin:0 0 16px;padding-top:4px;padding-bottom:4px;display:table;position:relative}.spot-signin__content-error-message-icon{fill:#fff;width:16px;height:16px;margin-left:10px;line-height:1.5;display:table-cell;position:absolute;top:50%;transform:translateY(-50%)}.spot-signin__content-error-message-label{color:#fff;vertical-align:top;padding:4px 4px 4px 36px;font-size:15px;line-height:1.5;display:table-cell;top:10px}.spot-signin__content-fieldgroup{min-height:60px;position:relative}.spot-signin__content--showpassword{position:absolute;top:0;right:0}.spot-signin__content--rememberme{position:absolute;bottom:0;left:0}.spot-signin__footer{background-color:#f0f0f0;padding:24px 32px}.spot-signin__footer,.spot-container--light-primary .spot-signin__footer,.spot-container--light-secondary .spot-signin__footer{background-color:#f0f0f0}.spot-container--dark-primary .spot-signin__footer,.spot-container--dark-secondary .spot-signin__footer{background-color:#3f434a}.spot-signin__footer--item-separator:before,.spot-container--light-primary .spot-signin__footer--item-separator:before,.spot-container--light-secondary .spot-signin__footer--item-separator:before{color:#a9aaaa}.spot-container--dark-primary .spot-signin__footer--item-separator:before,.spot-container--dark-secondary .spot-signin__footer--item-separator:before{color:#717479}.spot-signin__footer--item-separator:before{content:"|";max-height:15px;margin-left:4px;margin-right:4px;line-height:15px}.spot-button-wrapper{margin:0;padding:0;display:inline-block}.spot-split-button{height:35px;margin:0;padding:0;display:inline-block}.spot-split-button>button:focus:not(.spot-button--sales),.spot-container--light-primary .spot-split-button>button:focus:not(.spot-button--sales),.spot-container--light-secondary .spot-split-button>button:focus:not(.spot-button--sales){box-shadow:inset 0 0 0 2px #0969d9}.spot-container--dark-primary .spot-split-button>button:focus:not(.spot-button--sales),.spot-container--dark-secondary .spot-split-button>button:focus:not(.spot-button--sales){box-shadow:inset 0 0 0 2px #62b3f9}.spot-split-button>button:focus:not(.spot-button--sales){border-color:#0000;outline:none}.spot-split-button .spot-button--small,.spot-split-button .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-split-button label{height:28px}.spot-split-button .spot-button--large,.spot-split-button .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-split-button label{height:45px}.spot-split-button>button:first-of-type,.spot-container--light-primary .spot-split-button>button:first-of-type,.spot-container--light-secondary .spot-split-button>button:first-of-type,.spot-container--dark-primary .spot-split-button>button:first-of-type,.spot-container--dark-secondary .spot-split-button>button:first-of-type{border-right:1px solid #fff3}.spot-split-button>button:first-of-type{border-collapse:collapse;float:left;outline-offset:1px;border-radius:4px 0 0 4px}.spot-split-button>button:first-of-type:not(.spot-button--secondary),.spot-container--light-primary .spot-split-button>button:first-of-type:not(.spot-button--secondary),.spot-container--light-secondary .spot-split-button>button:first-of-type:not(.spot-button--secondary){border-right:1px solid #fffc}.spot-container--dark-primary .spot-split-button>button:first-of-type:not(.spot-button--secondary),.spot-container--dark-secondary .spot-split-button>button:first-of-type:not(.spot-button--secondary){border-right:1px solid #00000004}.spot-split-button>button:last-of-type{border-collapse:collapse;outline-offset:0;border-radius:0 4px 4px 0;width:35px;height:35px;position:relative}.spot-split-button>button:last-of-type>svg{fill:#fff;width:16px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-split-button>button:last-of-type.spot-button--large{width:45px;height:45px}.spot-split-button>button:last-of-type.spot-button--large>svg{fill:#fff;width:20px;height:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-split-button>button:last-of-type.spot-button--small{width:28px;height:28px}.spot-split-button>button:last-of-type.spot-button--small>svg{fill:#fff;width:12px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-container--dark-primary .spot-split-button>.spot-button--secondary:not(.spot-button--sales)>svg,.spot-container--dark-primary .spot-button-group-toggle .spot-split-button>label:not(.spot-button--sales)>svg,.spot-button-group-toggle .spot-container--dark-primary .spot-split-button>label:not(.spot-button--sales)>svg,.spot-container--dark-primary .spot-button-group-toggle--small .spot-split-button>label:not(.spot-button--sales)>svg,.spot-button-group-toggle--small .spot-container--dark-primary .spot-split-button>label:not(.spot-button--sales)>svg,.spot-container--dark-primary .spot-button-group-toggle--large .spot-split-button>label:not(.spot-button--sales)>svg,.spot-button-group-toggle--large .spot-container--dark-primary .spot-split-button>label:not(.spot-button--sales)>svg,.spot-container--dark-secondary .spot-split-button>.spot-button--secondary:not(.spot-button--sales)>svg,.spot-container--dark-secondary .spot-button-group-toggle .spot-split-button>label:not(.spot-button--sales)>svg,.spot-button-group-toggle .spot-container--dark-secondary .spot-split-button>label:not(.spot-button--sales)>svg,.spot-container--dark-secondary .spot-button-group-toggle--small .spot-split-button>label:not(.spot-button--sales)>svg,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-split-button>label:not(.spot-button--sales)>svg,.spot-container--dark-secondary .spot-button-group-toggle--large .spot-split-button>label:not(.spot-button--sales)>svg,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-split-button>label:not(.spot-button--sales)>svg{fill:#e2e2e2!important}.spot-split-button>.spot-button--secondary:not(.spot-button--sales)>svg,.spot-button-group-toggle .spot-split-button>label:not(.spot-button--sales)>svg,.spot-button-group-toggle--small .spot-split-button>label:not(.spot-button--sales)>svg,.spot-button-group-toggle--large .spot-split-button>label:not(.spot-button--sales)>svg{fill:#0969d9!important}.spot-container--dark-primary .spot-split-button>.spot-button--secondary>svg,.spot-container--dark-primary .spot-button-group-toggle .spot-split-button>label>svg,.spot-button-group-toggle .spot-container--dark-primary .spot-split-button>label>svg,.spot-container--dark-primary .spot-button-group-toggle--small .spot-split-button>label>svg,.spot-button-group-toggle--small .spot-container--dark-primary .spot-split-button>label>svg,.spot-container--dark-primary .spot-button-group-toggle--large .spot-split-button>label>svg,.spot-button-group-toggle--large .spot-container--dark-primary .spot-split-button>label>svg,.spot-container--dark-secondary .spot-split-button>.spot-button--secondary>svg,.spot-container--dark-secondary .spot-button-group-toggle .spot-split-button>label>svg,.spot-button-group-toggle .spot-container--dark-secondary .spot-split-button>label>svg,.spot-container--dark-secondary .spot-button-group-toggle--small .spot-split-button>label>svg,.spot-button-group-toggle--small .spot-container--dark-secondary .spot-split-button>label>svg,.spot-container--dark-secondary .spot-button-group-toggle--large .spot-split-button>label>svg,.spot-button-group-toggle--large .spot-container--dark-secondary .spot-split-button>label>svg{fill:#e2e2e2!important}.spot-split-button>.spot-button--secondary>svg,.spot-button-group-toggle .spot-split-button>label>svg,.spot-button-group-toggle--small .spot-split-button>label>svg,.spot-button-group-toggle--large .spot-split-button>label>svg{fill:#0969d9!important}.spot-message{color:#25282e;background-color:#fff;border:1px solid #0000;border-radius:12px;align-items:center;min-height:44px;padding:8px 16px;position:relative;overflow:hidden}.spot-message,.spot-message:before,.spot-message:after{box-sizing:border-box}.spot-message *,.spot-message :before,.spot-message :after{box-sizing:inherit}.spot-message,.spot-container--light-primary .spot-message,.spot-container--light-secondary .spot-message{color:#25282e}.spot-container--dark-primary .spot-message,.spot-container--dark-secondary .spot-message{color:#e2e2e2}.spot-message{font-size:15px}.spot-message,.spot-container--light-primary .spot-message,.spot-container--light-secondary .spot-message{color:#25282e;background-color:#fff}.spot-container--dark-primary .spot-message,.spot-container--dark-secondary .spot-message{color:#fff;background-color:#31353d}.spot-message .spot-icon,.spot-container--light-primary .spot-message .spot-icon,.spot-container--light-secondary .spot-message .spot-icon,.spot-message i,.spot-container--light-primary .spot-message i,.spot-container--light-secondary .spot-message i{fill:#25282e}.spot-container--dark-primary .spot-message .spot-icon,.spot-container--dark-secondary .spot-message .spot-icon,.spot-container--dark-primary .spot-message i,.spot-container--dark-secondary .spot-message i{fill:#fff}.spot-message .icon-tab,.spot-message .dismiss,.spot-message .spot-dismiss{justify-content:flex-start;display:flex}.spot-message .icon-tab{align-items:center;font-size:20px;line-height:24px}.spot-message .icon-tab .spot-icon{width:16px;height:16px}.spot-message .dismiss,.spot-message .spot-dismiss{background-color:#0000;border:none;align-items:start;position:absolute;top:4px}.spot-message .dismiss .spot-icon,.spot-message .spot-dismiss .spot-icon{width:16px;height:16px}.spot-message .dismiss i,.spot-message .spot-dismiss i{font-size:16px;line-height:16px}.spot-message--header{font-size:18px;font-weight:700;line-height:28px}.spot-message--content .spot-button,.spot-message--content .spot-button-group-toggle label,.spot-button-group-toggle .spot-message--content label,.spot-message--content .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-message--content label,.spot-message--content .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-message--content label{margin-left:8px;margin-right:8px}.spot-message--body{font-size:15px}.spot-message--body+.spot-link,.marketing-page .navbar .spot-message--body+.sign-up{margin-top:8px}.spot-message--large{padding:12px 24px}.spot-message--buttons .spot-button+.spot-button,.spot-message--buttons .spot-button-group-toggle label+.spot-button,.spot-button-group-toggle .spot-message--buttons label+.spot-button,.spot-message--buttons .spot-button-group-toggle--small label+.spot-button,.spot-button-group-toggle--small .spot-message--buttons label+.spot-button,.spot-message--buttons .spot-button-group-toggle--large label+.spot-button,.spot-button-group-toggle--large .spot-message--buttons label+.spot-button,.spot-message--buttons .spot-button-group-toggle .spot-button+label,.spot-button-group-toggle .spot-message--buttons .spot-button+label,.spot-message--buttons .spot-button-group-toggle label+label,.spot-button-group-toggle .spot-message--buttons label+label,.spot-message--buttons .spot-button-group-toggle--small .spot-button+label,.spot-button-group-toggle--small .spot-message--buttons .spot-button+label,.spot-message--buttons .spot-button-group-toggle--small label+label,.spot-button-group-toggle--small .spot-message--buttons label+label,.spot-message--buttons .spot-button-group-toggle--large .spot-button+label,.spot-button-group-toggle--large .spot-message--buttons .spot-button+label,.spot-message--buttons .spot-button-group-toggle--large label+label,.spot-button-group-toggle--large .spot-message--buttons label+label{margin-left:8px}.spot-message .progress{background-color:#0000004d;width:100%;height:5px;transition:width ease-in-out;position:absolute;bottom:0}.spot-message{grid-template-columns:1fr;grid-template-areas:"message--content";gap:8px;display:grid}.spot-message.dismissible{grid-template-columns:1fr 24px;grid-template-areas:"message--content dismiss"}.spot-message--with-icon-tab{grid-template-columns:24px 1fr;grid-template-areas:"tab message--content";gap:16px}.spot-message--with-icon-tab.dismissible{grid-template-columns:24px 1fr 24px;grid-template-areas:"tab message--content dismiss"}.spot-message--banner{border-radius:0;grid-template-columns:24px 2fr 1fr;grid-template-areas:"tab message--content banner--buttons";gap:16px;width:100%;max-width:100%!important}.spot-message--banner .banner--buttons{align-items:center;display:flex}.spot-message--banner .banner--buttons .spot-button+.spot-button,.spot-message--banner .banner--buttons .spot-button-group-toggle label+.spot-button,.spot-button-group-toggle .spot-message--banner .banner--buttons label+.spot-button,.spot-message--banner .banner--buttons .spot-button-group-toggle--small label+.spot-button,.spot-button-group-toggle--small .spot-message--banner .banner--buttons label+.spot-button,.spot-message--banner .banner--buttons .spot-button-group-toggle--large label+.spot-button,.spot-button-group-toggle--large .spot-message--banner .banner--buttons label+.spot-button,.spot-message--banner .banner--buttons .spot-button-group-toggle .spot-button+label,.spot-button-group-toggle .spot-message--banner .banner--buttons .spot-button+label,.spot-message--banner .banner--buttons .spot-button-group-toggle label+label,.spot-button-group-toggle .spot-message--banner .banner--buttons label+label,.spot-message--banner .banner--buttons .spot-button-group-toggle--small .spot-button+label,.spot-button-group-toggle--small .spot-message--banner .banner--buttons .spot-button+label,.spot-message--banner .banner--buttons .spot-button-group-toggle--small label+label,.spot-button-group-toggle--small .spot-message--banner .banner--buttons label+label,.spot-message--banner .banner--buttons .spot-button-group-toggle--large .spot-button+label,.spot-button-group-toggle--large .spot-message--banner .banner--buttons .spot-button+label,.spot-message--banner .banner--buttons .spot-button-group-toggle--large label+label,.spot-button-group-toggle--large .spot-message--banner .banner--buttons label+label{margin-left:8px}.spot-message--banner.dismissible{grid-template-columns:24px 2fr 1fr 24px;grid-template-areas:"tab message--content banner--buttons dismiss"}.spot-message .message--content{grid-area:message--content}.spot-message .icon-tab{grid-area:tab}.spot-message .dismiss,.spot-message .spot-dismiss{grid-area:dismiss}.spot-message .banner--buttons{grid-area:banner--buttons}.spot-message,.spot-message,.spot-container--light-primary .spot-message,.spot-container--light-secondary .spot-message{box-shadow:0 0 6px #86898d}.spot-container--dark-primary .spot-message,.spot-container--dark-secondary .spot-message{box-shadow:0 0 6px #25282e}.spot-message--banner,.spot-message--banner,.spot-container--light-primary .spot-message--banner,.spot-container--light-secondary .spot-message--banner,.spot-container--dark-primary .spot-message--banner,.spot-container--dark-secondary .spot-message--banner{box-shadow:none}.spot-message--cookie,.spot-message--cookie,.spot-container--light-primary .spot-message--cookie,.spot-container--light-secondary .spot-message--cookie{box-shadow:0 -2px 6px #86898d}.spot-container--dark-primary .spot-message--cookie,.spot-container--dark-secondary .spot-message--cookie{box-shadow:0 -2px 6px #25282e}.spot-message .dismiss .spot-icon,.spot-container--light-primary .spot-message .dismiss .spot-icon,.spot-container--light-secondary .spot-message .dismiss .spot-icon,.spot-message .dismiss i,.spot-container--light-primary .spot-message .dismiss i,.spot-container--light-secondary .spot-message .dismiss i,.spot-message .spot-dismiss .spot-icon,.spot-container--light-primary .spot-message .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-message .spot-dismiss .spot-icon,.spot-message .spot-dismiss i,.spot-container--light-primary .spot-message .spot-dismiss i,.spot-container--light-secondary .spot-message .spot-dismiss i{color:#25282e;fill:#25282e}.spot-container--dark-primary .spot-message .dismiss .spot-icon,.spot-container--dark-secondary .spot-message .dismiss .spot-icon,.spot-container--dark-primary .spot-message .dismiss i,.spot-container--dark-secondary .spot-message .dismiss i,.spot-container--dark-primary .spot-message .spot-dismiss .spot-icon,.spot-container--dark-secondary .spot-message .spot-dismiss .spot-icon,.spot-container--dark-primary .spot-message .spot-dismiss i,.spot-container--dark-secondary .spot-message .spot-dismiss i{color:#fff;fill:#fff}.spot-message .dismiss .spot-icon:hover,.spot-message .dismiss i:hover,.spot-message .spot-dismiss .spot-icon:hover,.spot-message .spot-dismiss i:hover{cursor:pointer}.spot-message .dismiss .spot-icon:hover,.spot-container--light-primary .spot-message .dismiss .spot-icon:hover,.spot-container--light-secondary .spot-message .dismiss .spot-icon:hover,.spot-message .dismiss i:hover,.spot-container--light-primary .spot-message .dismiss i:hover,.spot-container--light-secondary .spot-message .dismiss i:hover,.spot-message .spot-dismiss .spot-icon:hover,.spot-container--light-primary .spot-message .spot-dismiss .spot-icon:hover,.spot-container--light-secondary .spot-message .spot-dismiss .spot-icon:hover,.spot-message .spot-dismiss i:hover,.spot-container--light-primary .spot-message .spot-dismiss i:hover,.spot-container--light-secondary .spot-message .spot-dismiss i:hover{color:#0969d9;fill:#0969d9}.spot-container--dark-primary .spot-message .dismiss .spot-icon:hover,.spot-container--dark-secondary .spot-message .dismiss .spot-icon:hover,.spot-container--dark-primary .spot-message .dismiss i:hover,.spot-container--dark-secondary .spot-message .dismiss i:hover,.spot-container--dark-primary .spot-message .spot-dismiss .spot-icon:hover,.spot-container--dark-secondary .spot-message .spot-dismiss .spot-icon:hover,.spot-container--dark-primary .spot-message .spot-dismiss i:hover,.spot-container--dark-secondary .spot-message .spot-dismiss i:hover{color:#62b3f9;fill:#62b3f9}.spot-message .spot-link,.spot-message .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-message .sign-up{text-decoration:underline}.spot-message--success,.spot-message--success,.spot-container--light-primary .spot-message--success,.spot-container--light-secondary .spot-message--success{color:#fff;background-color:#2e7d32}.spot-container--dark-primary .spot-message--success,.spot-container--dark-secondary .spot-message--success{color:#25282e;background-color:#81c784}.spot-message--success .dismiss .spot-icon,.spot-message--success .spot-dismiss .spot-icon,.spot-message--success .spot-icon,.spot-message--success i,.spot-message--success .dismiss .spot-icon,.spot-container--light-primary .spot-message--success .dismiss .spot-icon,.spot-container--light-secondary .spot-message--success .dismiss .spot-icon,.spot-message--success .spot-dismiss .spot-icon,.spot-container--light-primary .spot-message--success .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-message--success .spot-dismiss .spot-icon,.spot-message--success .spot-icon,.spot-container--light-primary .spot-message--success .spot-icon,.spot-container--light-secondary .spot-message--success .spot-icon,.spot-message--success i,.spot-container--light-primary .spot-message--success i,.spot-container--light-secondary .spot-message--success i{fill:#fff}.spot-container--dark-primary .spot-message--success .dismiss .spot-icon,.spot-container--dark-secondary .spot-message--success .dismiss .spot-icon,.spot-container--dark-primary .spot-message--success .spot-dismiss .spot-icon,.spot-container--dark-secondary .spot-message--success .spot-dismiss .spot-icon,.spot-container--dark-primary .spot-message--success .spot-icon,.spot-container--dark-secondary .spot-message--success .spot-icon,.spot-container--dark-primary .spot-message--success i,.spot-container--dark-secondary .spot-message--success i{fill:#25282e}.spot-message--success .spot-link,.spot-message--success .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-message--success .sign-up{color:#fff;text-decoration:underline}.spot-container--dark-primary .spot-message--success .spot-link,.spot-container--dark-primary .spot-message--success .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-primary .spot-message--success .sign-up,.spot-container--dark-secondary .spot-message--success .spot-link,.spot-container--dark-secondary .spot-message--success .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-secondary .spot-message--success .sign-up{color:#25282e}.spot-message--success .spot-button,.spot-message--success .spot-button-group-toggle label,.spot-button-group-toggle .spot-message--success label,.spot-message--success .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-message--success label,.spot-message--success .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-message--success label{color:#2e7d32;background-color:#fff;border-color:#fff}.spot-message--success .spot-button:hover,.spot-message--success .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-message--success label:hover,.spot-message--success .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--small .spot-message--success label:hover,.spot-message--success .spot-button-group-toggle--large label:hover,.spot-button-group-toggle--large .spot-message--success label:hover,.spot-message--success .spot-button:focus,.spot-message--success .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-message--success label:focus,.spot-message--success .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-message--success label:focus,.spot-message--success .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-message--success label:focus,.spot-message--success .spot-button:active,.spot-message--success .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-message--success label:active,.spot-message--success .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-message--success label:active,.spot-message--success .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-message--success label:active{background-color:#daefdb}.spot-message--warning,.spot-message--warning,.spot-container--light-primary .spot-message--warning,.spot-container--light-secondary .spot-message--warning{color:#31353d;background-color:#f6e962}.spot-container--dark-primary .spot-message--warning,.spot-container--dark-secondary .spot-message--warning{color:#25282e;background-color:#f8ed81}.spot-message--warning .dismiss .spot-icon,.spot-message--warning .spot-dismiss .spot-icon,.spot-message--warning .spot-icon,.spot-message--warning i,.spot-message--warning .dismiss .spot-icon,.spot-container--light-primary .spot-message--warning .dismiss .spot-icon,.spot-container--light-secondary .spot-message--warning .dismiss .spot-icon,.spot-message--warning .spot-dismiss .spot-icon,.spot-container--light-primary .spot-message--warning .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-message--warning .spot-dismiss .spot-icon,.spot-message--warning .spot-icon,.spot-container--light-primary .spot-message--warning .spot-icon,.spot-container--light-secondary .spot-message--warning .spot-icon,.spot-message--warning i,.spot-container--light-primary .spot-message--warning i,.spot-container--light-secondary .spot-message--warning i{fill:#31353d}.spot-container--dark-primary .spot-message--warning .dismiss .spot-icon,.spot-container--dark-secondary .spot-message--warning .dismiss .spot-icon,.spot-container--dark-primary .spot-message--warning .spot-dismiss .spot-icon,.spot-container--dark-secondary .spot-message--warning .spot-dismiss .spot-icon,.spot-container--dark-primary .spot-message--warning .spot-icon,.spot-container--dark-secondary .spot-message--warning .spot-icon,.spot-container--dark-primary .spot-message--warning i,.spot-container--dark-secondary .spot-message--warning i{fill:#25282e}.spot-message--warning .spot-link,.spot-message--warning .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-message--warning .sign-up{color:#31353d;text-decoration:underline}.spot-container--dark-primary .spot-message--warning .spot-link,.spot-container--dark-primary .spot-message--warning .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-primary .spot-message--warning .sign-up,.spot-container--dark-secondary .spot-message--warning .spot-link,.spot-container--dark-secondary .spot-message--warning .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-secondary .spot-message--warning .sign-up{color:#25282e}.spot-message--warning .spot-button,.spot-message--warning .spot-button-group-toggle label,.spot-button-group-toggle .spot-message--warning label,.spot-message--warning .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-message--warning label,.spot-message--warning .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-message--warning label{color:#726909;background-color:#fff;border-color:#fff}.spot-message--warning .spot-button:hover,.spot-message--warning .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-message--warning label:hover,.spot-message--warning .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--small .spot-message--warning label:hover,.spot-message--warning .spot-button-group-toggle--large label:hover,.spot-button-group-toggle--large .spot-message--warning label:hover,.spot-message--warning .spot-button:focus,.spot-message--warning .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-message--warning label:focus,.spot-message--warning .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-message--warning label:focus,.spot-message--warning .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-message--warning label:focus,.spot-message--warning .spot-button:active,.spot-message--warning .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-message--warning label:active,.spot-message--warning .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-message--warning label:active,.spot-message--warning .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-message--warning label:active{background-color:#fefbe6}.spot-message--danger,.spot-message--danger,.spot-container--light-primary .spot-message--danger,.spot-container--light-secondary .spot-message--danger{color:#fff;background-color:#e31527}.spot-container--dark-primary .spot-message--danger,.spot-container--dark-secondary .spot-message--danger{color:#25282e;background-color:#f5767d}.spot-message--danger .dismiss .spot-icon,.spot-message--danger .spot-dismiss .spot-icon,.spot-message--danger .spot-icon,.spot-message--danger i,.spot-message--danger .dismiss .spot-icon,.spot-container--light-primary .spot-message--danger .dismiss .spot-icon,.spot-container--light-secondary .spot-message--danger .dismiss .spot-icon,.spot-message--danger .spot-dismiss .spot-icon,.spot-container--light-primary .spot-message--danger .spot-dismiss .spot-icon,.spot-container--light-secondary .spot-message--danger .spot-dismiss .spot-icon,.spot-message--danger .spot-icon,.spot-container--light-primary .spot-message--danger .spot-icon,.spot-container--light-secondary .spot-message--danger .spot-icon,.spot-message--danger i,.spot-container--light-primary .spot-message--danger i,.spot-container--light-secondary .spot-message--danger i{fill:#fff}.spot-container--dark-primary .spot-message--danger .dismiss .spot-icon,.spot-container--dark-secondary .spot-message--danger .dismiss .spot-icon,.spot-container--dark-primary .spot-message--danger .spot-dismiss .spot-icon,.spot-container--dark-secondary .spot-message--danger .spot-dismiss .spot-icon,.spot-container--dark-primary .spot-message--danger .spot-icon,.spot-container--dark-secondary .spot-message--danger .spot-icon,.spot-container--dark-primary .spot-message--danger i,.spot-container--dark-secondary .spot-message--danger i{fill:#25282e}.spot-message--danger .spot-link,.spot-message--danger .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-message--danger .sign-up{color:#fff;text-decoration:underline}.spot-container--dark-primary .spot-message--danger .spot-link,.spot-container--dark-primary .spot-message--danger .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-primary .spot-message--danger .sign-up,.spot-container--dark-secondary .spot-message--danger .spot-link,.spot-container--dark-secondary .spot-message--danger .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-secondary .spot-message--danger .sign-up{color:#25282e}.spot-message--danger .spot-button,.spot-message--danger .spot-button-group-toggle label,.spot-button-group-toggle .spot-message--danger label,.spot-message--danger .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-message--danger label,.spot-message--danger .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-message--danger label{color:#d30e1f;background-color:#fff;border-color:#fff}.spot-message--danger .spot-button:hover,.spot-message--danger .spot-button-group-toggle label:hover,.spot-button-group-toggle .spot-message--danger label:hover,.spot-message--danger .spot-button-group-toggle--small label:hover,.spot-button-group-toggle--small .spot-message--danger label:hover,.spot-message--danger .spot-button-group-toggle--large label:hover,.spot-button-group-toggle--large .spot-message--danger label:hover,.spot-message--danger .spot-button:focus,.spot-message--danger .spot-button-group-toggle label:focus,.spot-button-group-toggle .spot-message--danger label:focus,.spot-message--danger .spot-button-group-toggle--small label:focus,.spot-button-group-toggle--small .spot-message--danger label:focus,.spot-message--danger .spot-button-group-toggle--large label:focus,.spot-button-group-toggle--large .spot-message--danger label:focus,.spot-message--danger .spot-button:active,.spot-message--danger .spot-button-group-toggle label:active,.spot-button-group-toggle .spot-message--danger label:active,.spot-message--danger .spot-button-group-toggle--small label:active,.spot-button-group-toggle--small .spot-message--danger label:active,.spot-message--danger .spot-button-group-toggle--large label:active,.spot-button-group-toggle--large .spot-message--danger label:active{background-color:#fff5f5}.spot-message--info,.spot-message--info,.spot-container--light-primary .spot-message--info,.spot-container--light-secondary .spot-message--info{background-color:#c5f0ff}.spot-container--dark-primary .spot-message--info,.spot-container--dark-secondary .spot-message--info{background-color:#0e455b}.spot-message--info .spot-link,.spot-message--info .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-message--info .sign-up{color:#25282e;text-decoration:underline}.spot-container--dark-primary .spot-message--info .spot-link,.spot-container--dark-primary .spot-message--info .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-primary .spot-message--info .sign-up,.spot-container--dark-secondary .spot-message--info .spot-link,.spot-container--dark-secondary .spot-message--info .marketing-page .navbar .sign-up,.marketing-page .navbar .spot-container--dark-secondary .spot-message--info .sign-up{color:#fff}.spot-message--cookie,.spot-message--cookie,.spot-container--light-primary .spot-message--cookie,.spot-container--light-secondary .spot-message--cookie{background-color:#e2e2e2}.spot-container--dark-primary .spot-message--cookie,.spot-container--dark-secondary .spot-message--cookie{background-color:#31353d}.toast-container--top-left,.toast-container--top-right,.toast-container--bottom-left,.toast-container--bottom-right{z-index:21000;width:424px;position:fixed}.toast-container--top-left,.toast-container--top-right{top:0}.toast-container--bottom-left,.toast-container--bottom-right{bottom:0}.toast-container--top-left,.toast-container--bottom-left{left:0}.toast-container--top-right,.toast-container--bottom-right{right:0}.spot-message--toast,.spot-toast{z-index:1000;max-width:360px;margin:32px;position:fixed}.spot-message--toast.top-right,.spot-message--toast.bottom-right,.spot-toast.top-right,.spot-toast.bottom-right{right:0}.spot-message--toast.top-left,.spot-message--toast.bottom-left,.spot-toast.top-left,.spot-toast.bottom-left{left:0}.spot-message--toast.top-right,.spot-message--toast.top-center,.spot-message--toast.top-left,.spot-message--toast.top-full,.spot-toast.top-right,.spot-toast.top-center,.spot-toast.top-left,.spot-toast.top-full{top:0}.spot-message--toast.bottom-right,.spot-message--toast.bottom-center,.spot-message--toast.bottom-left,.spot-message--toast.bottom-full,.spot-toast.bottom-right,.spot-toast.bottom-center,.spot-toast.bottom-left,.spot-toast.bottom-full{bottom:0}.spot-message--toast.top-center,.spot-message--toast.bottom-center,.spot-message--toast.center-center,.spot-toast.top-center,.spot-toast.bottom-center,.spot-toast.center-center{width:400px!important}.spot-message--toast.top-center,.spot-message--toast.bottom-center,.spot-toast.top-center,.spot-toast.bottom-center{left:calc(50vw - 200px);margin:32px 0!important}.spot-message--toast.top-full,.spot-message--toast.bottom-full,.spot-toast.top-full,.spot-toast.bottom-full{border-radius:0;left:0;width:100%!important;margin:0!important}.spot-message--toast.center-center,.spot-toast.center-center{top:35%;left:calc(50vw - 200px);margin:0!important}.spot-message--toast-visible,.spot-toast-visible{position:relative}.spot-tabs__list{flex-wrap:wrap;align-items:flex-start;margin:0;padding:0;list-style:none;display:flex}.spot-tabs__tab{flex:none;align-items:flex-start;display:flex}.spot-tabs__link{line-height:1.5}.spot-tabs__link:before,.spot-tabs__link:after{content:"";width:0;height:0;display:block}.spot-tabs__link:before{margin-bottom:-.361111em}.spot-tabs__link:after{margin-top:-.361111em}.spot-tabs__link,.spot-container--light-primary .spot-tabs__link,.spot-container--light-secondary .spot-tabs__link{color:#25282e}.spot-container--dark-primary .spot-tabs__link,.spot-container--dark-secondary .spot-tabs__link{color:#e2e2e2}.spot-tabs__link{cursor:pointer;white-space:nowrap;background-color:#0000;border-width:0 0 3px;border-bottom-style:solid;border-bottom-color:#0000;height:40px;min-height:40px;padding:12px;font-size:15px;font-weight:700;text-decoration:none;display:inline-block}.spot-tabs__tab--hover .spot-tabs__link,.spot-container--light-primary .spot-tabs__tab--hover .spot-tabs__link,.spot-container--light-secondary .spot-tabs__tab--hover .spot-tabs__link,.spot-tabs__link:hover .spot-tabs__link,.spot-container--light-primary .spot-tabs__link:hover .spot-tabs__link,.spot-container--light-secondary .spot-tabs__link:hover .spot-tabs__link,.spot-tabs__link:hover,.spot-container--light-primary .spot-tabs__link:hover,.spot-container--light-secondary .spot-tabs__link:hover{color:#0969d9}.spot-container--dark-primary .spot-tabs__tab--hover .spot-tabs__link,.spot-container--dark-secondary .spot-tabs__tab--hover .spot-tabs__link,.spot-container--dark-primary .spot-tabs__link:hover .spot-tabs__link,.spot-container--dark-secondary .spot-tabs__link:hover .spot-tabs__link,.spot-container--dark-primary .spot-tabs__link:hover,.spot-container--dark-secondary .spot-tabs__link:hover{color:#62b3f9}.spot-tabs__tab--hover .spot-tabs__link,.spot-container--light-primary .spot-tabs__tab--hover .spot-tabs__link,.spot-container--light-secondary .spot-tabs__tab--hover .spot-tabs__link,.spot-tabs__link:hover .spot-tabs__link,.spot-container--light-primary .spot-tabs__link:hover .spot-tabs__link,.spot-container--light-secondary .spot-tabs__link:hover .spot-tabs__link,.spot-tabs__link:hover,.spot-container--light-primary .spot-tabs__link:hover,.spot-container--light-secondary .spot-tabs__link:hover{background-color:#e2f5ff}.spot-container--dark-primary .spot-tabs__tab--hover .spot-tabs__link,.spot-container--dark-secondary .spot-tabs__tab--hover .spot-tabs__link,.spot-container--dark-primary .spot-tabs__link:hover .spot-tabs__link,.spot-container--dark-secondary .spot-tabs__link:hover .spot-tabs__link,.spot-container--dark-primary .spot-tabs__link:hover,.spot-container--dark-secondary .spot-tabs__link:hover{background-color:#224569}.spot-tabs__link--large .spot-tabs__link{padding:16px;font-size:18px}.spot-tabs__link--with-icon{align-items:center;display:flex}.spot-tabs__link--with-icon:before,.spot-tabs__link--with-icon:after{display:none}.spot-tabs__link--with-icon{font-size:0}.spot-tabs__link-text{line-height:1.5}.spot-tabs__link-text:before,.spot-tabs__link-text:after{content:"";width:0;height:0;display:block}.spot-tabs__link-text:before{margin-bottom:-.361111em}.spot-tabs__link-text:after{margin-top:-.361111em}.spot-tabs__link-text{font-size:15px}.spot-tabs--large .spot-tabs__link-text{font-size:18px}.spot-tabs__link--active,.spot-container--light-primary .spot-tabs__link--active,.spot-container--light-secondary .spot-tabs__link--active,.spot-tabs__link--active:hover,.spot-container--light-primary .spot-tabs__link--active:hover,.spot-container--light-secondary .spot-tabs__link--active:hover{color:#0969d9}.spot-container--dark-primary .spot-tabs__link--active,.spot-container--dark-secondary .spot-tabs__link--active,.spot-container--dark-primary .spot-tabs__link--active:hover,.spot-container--dark-secondary .spot-tabs__link--active:hover{color:#62b3f9}.spot-tabs__link--active,.spot-container--light-primary .spot-tabs__link--active,.spot-container--light-secondary .spot-tabs__link--active,.spot-tabs__link--active:hover,.spot-container--light-primary .spot-tabs__link--active:hover,.spot-container--light-secondary .spot-tabs__link--active:hover{border-bottom-color:#0969d9}.spot-container--dark-primary .spot-tabs__link--active,.spot-container--dark-secondary .spot-tabs__link--active,.spot-container--dark-primary .spot-tabs__link--active:hover,.spot-container--dark-secondary .spot-tabs__link--active:hover{border-bottom-color:#62b3f9}.spot-tabs__link--active,.spot-container--light-primary .spot-tabs__link--active,.spot-tabs__link--active:hover,.spot-container--light-primary .spot-tabs__link--active:hover{background-color:#f0f0f0}.spot-container--light-secondary .spot-tabs__link--active,.spot-container--light-secondary .spot-tabs__link--active:hover{background-color:#e2e2e2}.spot-container--dark-primary .spot-tabs__link--active,.spot-container--dark-primary .spot-tabs__link--active:hover{background-color:#25282e}.spot-container--dark-secondary .spot-tabs__link--active,.spot-container--dark-secondary .spot-tabs__link--active:hover{background-color:#31353d}.spot-tabs__content--hidden{display:none}.spot-tabs__icon,.spot-container--light-primary .spot-tabs__icon,.spot-container--light-secondary .spot-tabs__icon{fill:#25282e}.spot-container--dark-primary .spot-tabs__icon,.spot-container--dark-secondary .spot-tabs__icon{fill:#e2e2e2}.spot-tabs__icon{width:16px;height:16px;margin:0 8px 0 0;position:relative}.spot-button--dropdown-toggle .spot-tabs__icon{margin-left:4px;margin-right:0}.spot-tabs__tab--hover .spot-tabs__icon,.spot-container--light-primary .spot-tabs__tab--hover .spot-tabs__icon,.spot-container--light-secondary .spot-tabs__tab--hover .spot-tabs__icon,.spot-tabs__link:hover .spot-tabs__icon,.spot-container--light-primary .spot-tabs__link:hover .spot-tabs__icon,.spot-container--light-secondary .spot-tabs__link:hover .spot-tabs__icon{fill:#0969d9}.spot-container--dark-primary .spot-tabs__tab--hover .spot-tabs__icon,.spot-container--dark-secondary .spot-tabs__tab--hover .spot-tabs__icon,.spot-container--dark-primary .spot-tabs__link:hover .spot-tabs__icon,.spot-container--dark-secondary .spot-tabs__link:hover .spot-tabs__icon{fill:#62b3f9}.spot-tabs--large .spot-tabs__icon{width:20px;height:20px}.spot-tabs__link--active .spot-tabs__icon,.spot-container--light-primary .spot-tabs__link--active .spot-tabs__icon,.spot-container--light-secondary .spot-tabs__link--active .spot-tabs__icon,.spot-tabs__link--active:hover .spot-tabs__icon,.spot-container--light-primary .spot-tabs__link--active:hover .spot-tabs__icon,.spot-container--light-secondary .spot-tabs__link--active:hover .spot-tabs__icon{fill:#0969d9}.spot-container--dark-primary .spot-tabs__link--active .spot-tabs__icon,.spot-container--dark-secondary .spot-tabs__link--active .spot-tabs__icon,.spot-container--dark-primary .spot-tabs__link--active:hover .spot-tabs__icon,.spot-container--dark-secondary .spot-tabs__link--active:hover .spot-tabs__icon{fill:#62b3f9}.spot-tabs--with-border .spot-tabs__list-wrap,.spot-container--light-primary .spot-tabs--with-border .spot-tabs__list-wrap,.spot-container--light-secondary .spot-tabs--with-border .spot-tabs__list-wrap{border-bottom:1px solid #d0d1d0}.spot-container--dark-primary .spot-tabs--with-border .spot-tabs__list-wrap,.spot-container--dark-secondary .spot-tabs--with-border .spot-tabs__list-wrap{border-bottom:1px solid #5d6066}.spot-tabs--icon-only.spot-tabs--responsive-forced .spot-tabs__link-text,.spot-tabs--icon-only.spot-tabs--responsive .spot-tabs__link-text{width:0;overflow:hidden}.spot-tabs--icon-only.spot-tabs--responsive-forced .spot-tabs__icon,.spot-tabs--icon-only.spot-tabs--responsive .spot-tabs__icon{margin-right:0}.spot-tabs--scrollable .spot-tabs__list{flex-wrap:nowrap}.spot-container--dark-primary .spot-tabs--scrollable .spot-tabs__scroll-button,.spot-container--dark-secondary .spot-tabs--scrollable .spot-tabs__scroll-button{background-color:#3f434ae6;border:1px solid #717479}.spot-container--dark-primary .spot-tabs--scrollable .spot-tabs__scroll-button:hover,.spot-container--dark-secondary .spot-tabs--scrollable .spot-tabs__scroll-button:hover{background-color:#0f1114}.spot-tabs--scrollable .spot-tabs__scroll-button{cursor:pointer;visibility:hidden;z-index:100;background-color:#fffc;border:1px solid #bcbdbc;border-radius:2px;margin:0;padding:4px;display:flex;position:absolute;top:6px}.spot-tabs--scrollable .spot-tabs__scroll-button:hover{background-color:#fff}.spot-tabs--scrollable .spot-tabs__scroll-button:focus{outline:none}.spot-container--dark-primary .spot-tabs--scrollable .spot-tabs__scroll-button-icon,.spot-container--dark-secondary .spot-tabs--scrollable .spot-tabs__scroll-button-icon{fill:#717479}.spot-tabs--scrollable .spot-tabs__scroll-button-icon{fill:#5d6066;pointer-events:none;width:16px;height:16px}.spot-tabs--scrollable .spot-tabs__scroll-button--next{right:0}.spot-tabs--scrollable .spot-tabs__list-wrap{position:relative;overflow:hidden}.spot-tabs--scrollable.spot-tabs--responsive .spot-tabs__list::-webkit-scrollbar{display:none}.spot-tabs--scrollable.spot-tabs--responsive .spot-tabs__list{-ms-overflow-style:none;overflow-x:scroll}.spot-tabs--scrollable.spot-tabs--responsive .spot-tabs__scroll-button{visibility:visible}.spot-tabs--scrollable.spot-tabs--previous-scroll-hidden .spot-tabs__scroll-button--previous,.spot-tabs--scrollable.spot-tabs--next-scroll-hidden .spot-tabs__scroll-button--next{visibility:hidden}.spot-tabs--scrollable.spot-tabs--large .spot-tabs__scroll-button{padding:8px 4px}.spot-tabs--scrollable.spot-tabs--large .spot-tabs__list-wrap{height:50px}.spot-tabs--show-more .spot-tabs__list-wrap{overflow:visible}.spot-tabs--show-more .spot-tabs__list-wrap .spot-dropdown{min-width:200px;top:40px;left:-200px}.spot-data-table{border-collapse:collapse;color:#25282e;text-align:left;width:90%;margin-left:auto;margin-right:auto;font-size:15px}.spot-data-table,.spot-container--light-primary .spot-data-table,.spot-container--light-secondary .spot-data-table{color:#25282e}.spot-container--dark-primary .spot-data-table,.spot-container--dark-secondary .spot-data-table{color:#e2e2e2}.spot-data-table--center-aligned{text-align:center}.spot-data-table--right-aligned{text-align:right}.spot-data-table thead tr{font-weight:700}.spot-data-table--clickable tr:hover,.spot-data-table--clickable tr:hover,.spot-container--light-primary .spot-data-table--clickable tr:hover{background-color:#e2f5ff}.spot-container--light-secondary .spot-data-table--clickable tr:hover{background-color:#cdedff}.spot-container--dark-primary .spot-data-table--clickable tr:hover{background-color:#224569}.spot-container--dark-secondary .spot-data-table--clickable tr:hover{background-color:#284e76}.spot-data-table__row--clicked,.spot-data-table__row--clicked,.spot-container--light-primary .spot-data-table__row--clicked{background-color:#f0f0f0}.spot-container--light-secondary .spot-data-table__row--clicked{background-color:#fff}.spot-container--dark-primary .spot-data-table__row--clicked{background-color:#3f434a}.spot-container--dark-secondary .spot-data-table__row--clicked{background-color:#31353d}.spot-data-table th{border-bottom:1px solid #a9aaaa;padding:8px 16px}.spot-data-table th,.spot-container--light-primary .spot-data-table th,.spot-container--light-secondary .spot-data-table th,.spot-container--dark-primary .spot-data-table th{border-bottom:1px solid #a9aaaa}.spot-container--dark-secondary .spot-data-table th{border-bottom:1px solid #5d6066}.spot-data-table--small-spacing th{padding:4px 8px}.spot-data-table--large-spacing th{padding:16px 32px}.spot-data-table td{cursor:default;border-bottom:1px solid #d0d1d0;padding:8px 16px}.spot-data-table td,.spot-container--light-primary .spot-data-table td,.spot-container--light-secondary .spot-data-table td{border-bottom:1px solid #d0d1d0}.spot-container--dark-primary .spot-data-table td,.spot-container--dark-secondary .spot-data-table td{border-bottom:1px solid #5d6066}.spot-data-table--small-spacing td{padding:4px 8px}.spot-data-table--large-spacing td{padding:16px 32px}.spot-data-table--clickable td{cursor:pointer}.spot-data-table__row--in-range{background-color:#59b73014}.spot-data-table__row--out-of-range{background-color:#f9423a14}.spot-data-table--sortable th,.spot-container--light-primary .spot-data-table--sortable th{background-color:#fff}.spot-container--light-secondary .spot-data-table--sortable th{background-color:#f0f0f0}.spot-container--dark-primary .spot-data-table--sortable th{background-color:#31353d}.spot-container--dark-secondary .spot-data-table--sortable th{background-color:#3f434a}.spot-data-table--sortable th{cursor:pointer}.spot-data-table--sortable th.spot-data-table__col--sort-disabled{cursor:not-allowed}.spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover,.spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover,.spot-container--light-primary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover,.spot-container--light-secondary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover{color:#25282e}.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover,.spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover{color:#e2e2e2}.spot-data-table--sortable th:hover,.spot-data-table--sortable th:hover,.spot-container--light-primary .spot-data-table--sortable th:hover,.spot-container--light-secondary .spot-data-table--sortable th:hover{color:#0969d9}.spot-container--dark-primary .spot-data-table--sortable th:hover,.spot-container--dark-secondary .spot-data-table--sortable th:hover{color:#62b3f9}.spot-data-table--sortable th.spot-data-table__col--active,.spot-data-table--sortable th.spot-data-table__col--active,.spot-container--light-primary .spot-data-table--sortable th.spot-data-table__col--active,.spot-container--light-secondary .spot-data-table--sortable th.spot-data-table__col--active{border-bottom:2px solid #31353d}.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--active,.spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--active{border-bottom:2px solid #bcbdbc}.spot-data-table--sortable th.spot-data-table__col--active:hover,.spot-data-table--sortable th.spot-data-table__col--active:hover,.spot-container--light-primary .spot-data-table--sortable th.spot-data-table__col--active:hover,.spot-container--light-secondary .spot-data-table--sortable th.spot-data-table__col--active:hover{border-color:#0969d9}.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--active:hover,.spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--active:hover{border-color:#62b3f9}.spot-data-table--sortable th.spot-data-table__col--active{position:relative}.spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-ascending:after{content:"";fill:#25282e;background-image:url(/node_modules/@idexx/spot/dist/icons/caret-down.svg);background-size:16px;width:16px;height:16px;position:absolute;bottom:8px;right:0;transform:rotate(-180deg)}.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-ascending:after,.spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-ascending:after{fill:#bcbdbc}.spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-descending:after{content:"";fill:#25282e;background-image:url(/node_modules/@idexx/spot/dist/icons/caret-down.svg);background-size:16px;width:16px;height:16px;position:absolute;bottom:8px;right:0}.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-descending:after,.spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-descending:after{fill:#bcbdbc}.spot-modal__content-scroll-shadow-mask,.spot-container--light-primary .spot-modal__content-scroll-shadow-mask,.spot-container--light-secondary .spot-modal__content-scroll-shadow-mask{background:linear-gradient(#fff0,#fff 12px)}.spot-container--dark-primary .spot-modal__content-scroll-shadow-mask,.spot-container--dark-secondary .spot-modal__content-scroll-shadow-mask{background:linear-gradient(#31353d00,#31353d 12px)}.spot-modal__content-scroll-shadow-mask{z-index:5;height:18px;margin-top:-18px;position:relative}.spot-modal__content-scroll-shadow-mask--top,.spot-container--light-primary .spot-modal__content-scroll-shadow-mask--top,.spot-container--light-secondary .spot-modal__content-scroll-shadow-mask--top{background:linear-gradient(0deg,#fff0,#fff 12px)}.spot-container--dark-primary .spot-modal__content-scroll-shadow-mask--top,.spot-container--dark-secondary .spot-modal__content-scroll-shadow-mask--top{background:linear-gradient(0deg,#31353d00,#31353d 12px)}.spot-modal__content-scroll-shadow-mask--top{margin-top:0;margin-bottom:-18px}.spot-modal,.spot-container--light-primary .spot-modal,.spot-container--light-secondary .spot-modal{color:#25282e;background-color:#fff;box-shadow:0 0 6px #717479}.spot-container--dark-primary .spot-modal,.spot-container--dark-secondary .spot-modal{color:#e2e2e2;background-color:#31353d;box-shadow:0 0 3px #0f1114}.spot-modal{text-align:left;z-index:0;border-radius:20px;flex-direction:column;width:90%;max-width:560px;max-height:90vh;font-size:15px;display:flex;position:relative;overflow:hidden}.spot-modal__overlay,.spot-container--light-primary .spot-modal__overlay,.spot-container--light-secondary .spot-modal__overlay{background:#3f434a99}.spot-container--dark-primary .spot-modal__overlay,.spot-container--dark-secondary .spot-modal__overlay{background:#5d606699}.spot-modal__overlay{z-index:800;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.spot-modal__overlay--disable{content:""}.spot-modal__overlay--visible{display:flex}.spot-modal--visible-inline.spot-modal__overlay{background:0 0;height:auto;display:block;position:static}.spot-modal__header-cancel-button{cursor:pointer;background:0 0;border:0;margin:0;padding:0;position:absolute;top:16px;right:16px}.spot-modal__header-cancel-button-icon,.spot-container--light-primary .spot-modal__header-cancel-button-icon,.spot-container--light-secondary .spot-modal__header-cancel-button-icon{fill:#9a9b9c}.spot-modal__header-cancel-button:hover .spot-modal__header-cancel-button-icon,.spot-modal__header-cancel-button:hover .spot-container--light-primary .spot-modal__header-cancel-button-icon,.spot-modal__header-cancel-button:hover .spot-container--light-secondary .spot-modal__header-cancel-button-icon{fill:#0969d9}.spot-container--dark-primary .spot-modal__header-cancel-button-icon,.spot-container--dark-secondary .spot-modal__header-cancel-button-icon{fill:#9a9b9c}.spot-modal__header-cancel-button:hover .spot-container--dark-primary .spot-modal__header-cancel-button-icon,.spot-modal__header-cancel-button:hover .spot-container--dark-secondary .spot-modal__header-cancel-button-icon{fill:#62b3f9}.spot-modal__header-cancel-button-icon{width:20px;height:20px;display:block}.spot-modal__header{flex-shrink:0;padding:24px 32px;display:flex;position:relative}.spot-modal__header:after,.spot-container--light-primary .spot-modal__header:after,.spot-container--light-secondary .spot-modal__header:after{background:linear-gradient(#9a9b9c99,#9a9b9c00 100%)}.spot-container--dark-primary .spot-modal__header:after,.spot-container--dark-secondary .spot-modal__header:after{background:linear-gradient(#31353d99,#31353d00 100%)}.spot-modal__header:after{content:"";z-index:3;width:100%;height:6px;display:block;position:absolute;top:100%;left:0}.spot-modal__title{line-height:1.5}.spot-modal__title:before,.spot-modal__title:after{content:"";width:0;height:0;display:block}.spot-modal__title:before{margin-bottom:-.361111em}.spot-modal__title:after{margin-top:-.361111em}.spot-modal__title,.spot-container--light-primary .spot-modal__title,.spot-container--light-secondary .spot-modal__title{color:#25282e}.spot-container--dark-primary .spot-modal__title,.spot-container--dark-secondary .spot-modal__title{color:#e2e2e2}.spot-modal__title{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0;padding:0 8px 0 0;font-size:26px;font-weight:300;line-height:38px}.spot-modal__secondary-title~.spot-modal__title{margin-top:8px}.spot-modal__secondary-title{line-height:1.5}.spot-modal__secondary-title:before,.spot-modal__secondary-title:after{content:"";width:0;height:0;display:block}.spot-modal__secondary-title:before{margin-bottom:-.361111em}.spot-modal__secondary-title:after{margin-top:-.361111em}.spot-modal__secondary-title,.spot-container--light-primary .spot-modal__secondary-title,.spot-container--light-secondary .spot-modal__secondary-title{color:#25282e}.spot-container--dark-primary .spot-modal__secondary-title,.spot-container--dark-secondary .spot-modal__secondary-title{color:#e2e2e2}.spot-modal__secondary-title{margin:0;padding:0;font-size:15px;font-weight:700}.spot-modal__copy{padding:16px 32px;position:relative}.spot-modal__content{position:relative;overflow-y:auto}.spot-modal__footer-cancel-button{line-height:1.5}.spot-modal__footer-cancel-button:before,.spot-modal__footer-cancel-button:after{content:"";width:0;height:0;display:block}.spot-modal__footer-cancel-button:before{margin-bottom:-.361111em}.spot-modal__footer-cancel-button:after{margin-top:-.361111em}.spot-modal__footer-cancel-button,.spot-container--light-primary .spot-modal__footer-cancel-button,.spot-container--light-secondary .spot-modal__footer-cancel-button{color:#0969d9}.spot-container--dark-primary .spot-modal__footer-cancel-button,.spot-container--dark-secondary .spot-modal__footer-cancel-button{color:#62b3f9}.spot-modal__footer-cancel-button{cursor:pointer;text-align:center;background:0 0;border:0;width:100%;margin:0 0 16px;padding:16px 0;font-size:15px}@media screen and (width>=460px){.spot-modal__footer-cancel-button{width:auto;margin:0 auto 0 0}}.spot-modal__footer,.spot-container--light-primary .spot-modal__footer,.spot-container--light-secondary .spot-modal__footer{background-color:#f0f0f0}.spot-container--dark-primary .spot-modal__footer,.spot-container--dark-secondary .spot-modal__footer{background-color:#3f434a}.spot-modal__footer{flex-wrap:wrap;flex:1 0 auto;justify-content:flex-start;align-items:center;width:100%;margin-top:auto;padding:24px 32px;display:flex;position:relative}@media screen and (width>=460px){.spot-modal__footer{flex-wrap:nowrap}}.spot-modal__footer .spot-button,.spot-modal__footer .spot-button-group-toggle label,.spot-button-group-toggle .spot-modal__footer label,.spot-modal__footer .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-modal__footer label,.spot-modal__footer .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-modal__footer label{text-align:center;width:100%;margin:0 0 16px}@media screen and (width>=460px){.spot-modal__footer .spot-button,.spot-modal__footer .spot-button-group-toggle label,.spot-button-group-toggle .spot-modal__footer label,.spot-modal__footer .spot-button-group-toggle--small label,.spot-button-group-toggle--small .spot-modal__footer label,.spot-modal__footer .spot-button-group-toggle--large label,.spot-button-group-toggle--large .spot-modal__footer label{word-wrap:break-word;width:auto;margin:0 0 0 16px}}.spot-modal__footer:before,.spot-container--light-primary .spot-modal__footer:before,.spot-container--light-secondary .spot-modal__footer:before{background:linear-gradient(#9a9b9c00 0%,#9a9b9c99)}.spot-container--dark-primary .spot-modal__footer:before,.spot-container--dark-secondary .spot-modal__footer:before{background:linear-gradient(#31353d00 0%,#31353d99)}.spot-modal__footer:before{content:"";z-index:3;width:100%;height:6px;display:block;position:absolute;bottom:100%;left:0}[class*=spot-modal--multistep-step-]{display:none}.spot-modal--multistep-visible{display:block}.spot-modal-open{width:100%;height:100%;overflow:hidden}.spot-search-bar{border-radius:50px;display:flex}.spot-search-bar .spot-search-bar__input{background-color:#f0f0f0;border:1px solid #0000;border-right-width:0;border-radius:50px 0 0 50px;flex:1}.spot-container--light-secondary .spot-search-bar .spot-search-bar__input{background-color:#fff}.spot-container--dark-primary .spot-search-bar .spot-search-bar__input{background-color:#3f434a}.spot-container--dark-secondary .spot-search-bar .spot-search-bar__input{background-color:#31353d}:is(.spot-search-bar:has(>:hover),.spot-search-bar--hover){box-shadow:0 0 0 2px #bcbdbc}:is(.spot-container--dark-primary .spot-search-bar:has(>:hover),.spot-container--dark-secondary .spot-search-bar:has(>:hover),.spot-container--dark-primary .spot-search-bar--hover,.spot-container--dark-secondary .spot-search-bar--hover){box-shadow:0 0 0 2px #86898d}.spot-search-bar--focus,.spot-container--light-primary .spot-search-bar--focus,.spot-container--light-secondary .spot-search-bar--focus{box-shadow:0 0 0 3px #3e9af5}.spot-search-bar:has(>:focus){box-shadow:0 0 0 3px #3e9af5}.spot-container--light-primary .spot-search-bar:has(>:focus){box-shadow:0 0 0 3px #3e9af5}.spot-container--light-secondary .spot-search-bar:has(>:focus){box-shadow:0 0 0 3px #3e9af5}:is(.spot-container--dark-primary .spot-search-bar:has(>:focus),.spot-container--dark-secondary .spot-search-bar:has(>:focus),.spot-container--dark-primary .spot-search-bar--focus,.spot-container--dark-secondary .spot-search-bar--focus){box-shadow:0 0 0 3px #3e9af5}:is(.spot-search-bar:has(>:focus),.spot-search-bar--focus){border-color:#0000;outline:none}.spot-search-bar--error,.spot-search-bar--error,.spot-container--light-primary .spot-search-bar--error,.spot-container--light-secondary .spot-search-bar--error{box-shadow:0 0 0 2px #ea2839}.spot-container--dark-primary .spot-search-bar--error,.spot-container--dark-secondary .spot-search-bar--error{box-shadow:0 0 0 2px #f5767d}.spot-search-bar--error:hover,.spot-search-bar--error--hover{box-shadow:0 0 0 2px #ea2839}.spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #ea2839}.spot-search-bar--error:hover,.spot-container--light-primary .spot-search-bar--error:hover,.spot-container--light-secondary .spot-search-bar--error:hover,.spot-search-bar--error--hover,.spot-container--light-primary .spot-search-bar--error--hover,.spot-container--light-secondary .spot-search-bar--error--hover{box-shadow:0 0 0 2px #ea2839}.spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #ea2839}.spot-container--light-primary .spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #ea2839}.spot-container--light-secondary .spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #ea2839}.spot-container--dark-primary .spot-search-bar--error:hover,.spot-container--dark-secondary .spot-search-bar--error:hover,.spot-container--dark-primary .spot-search-bar--error--hover,.spot-container--dark-secondary .spot-search-bar--error--hover{box-shadow:0 0 0 2px #f5767d}.spot-container--dark-primary .spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #f5767d}.spot-container--dark-secondary .spot-search-bar--error:has(>:hover){box-shadow:0 0 0 2px #f5767d}.spot-search-bar--error:hover .spot-search-bar__input,.spot-search-bar--error:hover .spot-search-bar__input:focus,.spot-search-bar--error:hover .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-search-bar--error:hover .spot-search-bar__search-button,.spot-search-bar--error--hover .spot-search-bar__input,.spot-search-bar--error--hover .spot-search-bar__input:focus,.spot-search-bar--error--hover .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-search-bar--error--hover .spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__input{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__input:focus{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__input:focus~.spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:hover .spot-search-bar__date-button,.spot-search-bar--error:hover .spot-search-bar__input:focus~.spot-search-bar__date-button,.spot-search-bar--error--hover .spot-search-bar__date-button,.spot-search-bar--error--hover .spot-search-bar__input:focus~.spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:hover) .spot-search-bar__input:focus~.spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:focus,.spot-search-bar--error--focus{box-shadow:0 0 0 3px #ea2839}.spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #ea2839}.spot-search-bar--error:focus,.spot-container--light-primary .spot-search-bar--error:focus,.spot-container--light-secondary .spot-search-bar--error:focus,.spot-search-bar--error--focus,.spot-container--light-primary .spot-search-bar--error--focus,.spot-container--light-secondary .spot-search-bar--error--focus{box-shadow:0 0 0 3px #ea2839}.spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #ea2839}.spot-container--light-primary .spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #ea2839}.spot-container--light-secondary .spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #ea2839}.spot-container--dark-primary .spot-search-bar--error:focus,.spot-container--dark-secondary .spot-search-bar--error:focus,.spot-container--dark-primary .spot-search-bar--error--focus,.spot-container--dark-secondary .spot-search-bar--error--focus{box-shadow:0 0 0 3px #f5767d}.spot-container--dark-primary .spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #f5767d}.spot-container--dark-secondary .spot-search-bar--error:has(>:focus){box-shadow:0 0 0 3px #f5767d}.spot-search-bar--error:focus .spot-search-bar__input,.spot-search-bar--error:focus .spot-search-bar__input:focus,.spot-search-bar--error:focus .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-search-bar--error:focus .spot-search-bar__search-button,.spot-search-bar--error--focus .spot-search-bar__input,.spot-search-bar--error--focus .spot-search-bar__input:focus,.spot-search-bar--error--focus .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-search-bar--error--focus .spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__input{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__input:focus{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__input:focus~.spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__search-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:focus .spot-search-bar__date-button,.spot-search-bar--error:focus .spot-search-bar__input:focus~.spot-search-bar__date-button,.spot-search-bar--error--focus .spot-search-bar__date-button,.spot-search-bar--error--focus .spot-search-bar__input:focus~.spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-search-bar--error:has(>:focus) .spot-search-bar__input:focus~.spot-search-bar__date-button{box-shadow:none;border-color:#0000}.spot-search-bar__input,.spot-search-bar__date-button,.spot-search-bar__search-button{margin:0}.spot-search-bar--small .spot-search-bar__input,.spot-search-bar--small .spot-search-bar__date-button,.spot-search-bar--small .spot-search-bar__search-button{height:35px}.spot-search-bar__date-button,.spot-search-bar__search-button{line-height:1.5}.spot-search-bar__date-button:before,.spot-search-bar__date-button:after,.spot-search-bar__search-button:before,.spot-search-bar__search-button:after{content:"";width:0;height:0;display:block}.spot-search-bar__date-button:before,.spot-search-bar__search-button:before{margin-bottom:-.361111em}.spot-search-bar__date-button:after,.spot-search-bar__search-button:after{margin-top:calc(2px - .361111em)}.spot-search-bar__date-button,.spot-search-bar__search-button{border-style:solid;border-color:#0000}.spot-search-bar__date-button .spot-icon,.spot-container--light-primary .spot-search-bar__date-button .spot-icon,.spot-container--light-secondary .spot-search-bar__date-button .spot-icon,.spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--light-primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--light-secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-search-bar__search-button .spot-icon,.spot-container--light-primary .spot-search-bar__search-button .spot-icon,.spot-container--light-secondary .spot-search-bar__search-button .spot-icon,.spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--light-primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--light-secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon{fill:#0969d9}.spot-search-bar__date-button,.spot-container--light-primary .spot-search-bar__date-button,.spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-container--light-primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-search-bar__search-button,.spot-container--light-primary .spot-search-bar__search-button,.spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-container--light-primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button{background-color:#f0f0f0}.spot-container--light-secondary .spot-search-bar__date-button,.spot-container--light-secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-container--light-secondary .spot-search-bar__search-button,.spot-container--light-secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button{background-color:#fff}.spot-container--dark-primary .spot-search-bar__date-button .spot-icon,.spot-container--dark-secondary .spot-search-bar__date-button .spot-icon,.spot-container--dark-primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--dark-secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--dark-primary .spot-search-bar__search-button .spot-icon,.spot-container--dark-secondary .spot-search-bar__search-button .spot-icon,.spot-container--dark-primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--dark-secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon{fill:#62b3f9}.spot-container--dark-primary .spot-search-bar__date-button,.spot-container--dark-primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-container--dark-primary .spot-search-bar__search-button,.spot-container--dark-primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button{background-color:#3f434a}.spot-container--dark-secondary .spot-search-bar__date-button,.spot-container--dark-secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-container--dark-secondary .spot-search-bar__search-button,.spot-container--dark-secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button{background-color:#31353d}.spot-search-bar__date-button,.spot-search-bar__search-button{box-shadow:none;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;outline:none;flex:none;height:40px;padding:12px 16px;font-size:15px;display:inline-block}.spot-search-bar--small .spot-search-bar__date-button,.spot-search-bar--small .spot-search-bar__search-button{padding:8px 16px}.spot-search-bar__date-button .spot-icon,.spot-search-bar__search-button .spot-icon{vertical-align:middle;width:16px;height:16px}.spot-search-bar__date-button,.spot-container--light-primary .spot-search-bar__date-button,.spot-container--light-secondary .spot-search-bar__date-button{color:#0969d9}.spot-container--dark-primary .spot-search-bar__date-button,.spot-container--dark-secondary .spot-search-bar__date-button{color:#62b3f9}.spot-search-bar__date-button{border-width:1px 0}.spot-search-bar__date-button .spot-search-bar__date-button__text{vertical-align:middle;white-space:normal}.spot-search-bar__date-button .spot-icon{margin:0 0 0 4px}.spot-search-bar__search-button{font-family:var(--font-family-sans-serif);border:1px solid #0000;border-left-width:0;border-radius:0 50px 50px 0;padding-right:18px;font-size:15px;font-style:normal;font-weight:400}.spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--light-primary .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--light-secondary .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon{fill:#0969d9}.spot-container--dark-primary .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--dark-secondary .spot-search-bar--error .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon{fill:#62b3f9}.spot-search-bar__date-button:focus,.spot-search-bar__search-button:focus{box-shadow:none;outline:none}.spot-search-bar:hover .spot-search-bar__input,.spot-search-bar:hover .spot-search-bar__date-button,.spot-search-bar:hover .spot-search-bar__search-button,.spot-search-bar--hover .spot-search-bar__input,.spot-search-bar--hover .spot-search-bar__date-button,.spot-search-bar--hover .spot-search-bar__search-button{border-color:#0000}.spot-search-bar__input:focus,.spot-search-bar:hover .spot-search-bar__input:focus,.spot-search-bar--focus .spot-search-bar__input{border-right-width:0}.spot-search-bar__input:focus~.spot-search-bar__date-button,.spot-search-bar--focus .spot-search-bar__date-button{border-width:1px 0}.spot-search-bar__input:focus~.spot-search-bar__date-button,.spot-container--light-primary .spot-search-bar__input:focus~.spot-search-bar__date-button,.spot-container--light-secondary .spot-search-bar__input:focus~.spot-search-bar__date-button,.spot-search-bar--focus .spot-search-bar__date-button,.spot-container--light-primary .spot-search-bar--focus .spot-search-bar__date-button,.spot-container--light-secondary .spot-search-bar--focus .spot-search-bar__date-button{box-shadow:none}.spot-search-bar__input:focus~.spot-search-bar__date-button .spot-icon,.spot-container--light-primary .spot-search-bar__input:focus~.spot-search-bar__date-button .spot-icon,.spot-container--light-secondary .spot-search-bar__input:focus~.spot-search-bar__date-button .spot-icon,.spot-search-bar--focus .spot-search-bar__date-button .spot-icon,.spot-container--light-primary .spot-search-bar--focus .spot-search-bar__date-button .spot-icon,.spot-container--light-secondary .spot-search-bar--focus .spot-search-bar__date-button .spot-icon{fill:#0969d9}.spot-container--dark-primary .spot-search-bar__input:focus~.spot-search-bar__date-button,.spot-container--dark-secondary .spot-search-bar__input:focus~.spot-search-bar__date-button,.spot-container--dark-primary .spot-search-bar--focus .spot-search-bar__date-button,.spot-container--dark-secondary .spot-search-bar--focus .spot-search-bar__date-button{box-shadow:none}.spot-container--dark-primary .spot-search-bar__input:focus~.spot-search-bar__date-button .spot-icon,.spot-container--dark-secondary .spot-search-bar__input:focus~.spot-search-bar__date-button .spot-icon,.spot-container--dark-primary .spot-search-bar--focus .spot-search-bar__date-button .spot-icon,.spot-container--dark-secondary .spot-search-bar--focus .spot-search-bar__date-button .spot-icon{fill:#62b3f9}.spot-search-bar__input:focus~.spot-search-bar__search-button,.spot-search-bar--focus .spot-search-bar__search-button{border-left-width:0}.spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--light-primary .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--light-secondary .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-search-bar--focus .spot-search-bar__search-button .spot-icon,.spot-container--light-primary .spot-search-bar--focus .spot-search-bar__search-button .spot-icon,.spot-container--light-secondary .spot-search-bar--focus .spot-search-bar__search-button .spot-icon{fill:#0969d9}.spot-container--dark-primary .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--dark-secondary .spot-search-bar__input:focus~.spot-search-bar__search-button .spot-icon,.spot-container--dark-primary .spot-search-bar--focus .spot-search-bar__search-button .spot-icon,.spot-container--dark-secondary .spot-search-bar--focus .spot-search-bar__search-button .spot-icon{fill:#62b3f9}:root{--font-family-sans-serif:"Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-sans-serif-secondary:"Sora", "Helvetica Neue", Arial, sans-serif;--font-family-code:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}:root[lang=kr-KR],:root --font-family-sans-serif-korean{--font-family-sans-serif:"Noto Sans KR", sans-serif;--font-family-sans-serif-secondary:"Noto Sans KR", sans-serif}:root[lang=ja-JP],:root --font-family-sans-serif-japanese{--font-family-sans-serif:"Noto Sans JP", sans-serif;--font-family-sans-serif-secondary:"Noto Sans JP", sans-serif}*,:before,:after{box-sizing:border-box}* *,* :before,* :after{box-sizing:inherit}body{font-family:var(--font-family-sans-serif);line-height:1.5}.spot-typography__heading--level-1,.spot-container--light-primary .spot-typography__heading--level-1,.spot-container--light-secondary .spot-typography__heading--level-1{color:#25282e}.spot-container--dark-primary .spot-typography__heading--level-1,.spot-container--dark-secondary .spot-typography__heading--level-1{color:#e2e2e2}.spot-typography__heading--level-1{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0;padding:0;font-size:42px;font-weight:300;line-height:57px}.spot-typography__heading--level-2,div h1,div .h1,.spot-container--light-primary .spot-typography__heading--level-2,.spot-container--light-secondary .spot-typography__heading--level-2{color:#25282e}.spot-container--dark-primary .spot-typography__heading--level-2,.spot-container--dark-primary div h1,div .spot-container--dark-primary h1,.spot-container--dark-primary div .h1,div .spot-container--dark-primary .h1,.spot-container--dark-secondary .spot-typography__heading--level-2,.spot-container--dark-secondary div h1,div .spot-container--dark-secondary h1,.spot-container--dark-secondary div .h1,div .spot-container--dark-secondary .h1{color:#e2e2e2}.spot-typography__heading--level-2,div h1,div .h1{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0;padding:0;font-size:34px;font-weight:300;line-height:46px}.spot-typography__heading--level-3,div h2,div .h2,.spot-container--light-primary .spot-typography__heading--level-3,.spot-container--light-secondary .spot-typography__heading--level-3{color:#25282e}.spot-container--dark-primary .spot-typography__heading--level-3,.spot-container--dark-primary div h2,div .spot-container--dark-primary h2,.spot-container--dark-primary div .h2,div .spot-container--dark-primary .h2,.spot-container--dark-secondary .spot-typography__heading--level-3,.spot-container--dark-secondary div h2,div .spot-container--dark-secondary h2,.spot-container--dark-secondary div .h2,div .spot-container--dark-secondary .h2{color:#e2e2e2}.spot-typography__heading--level-3,div h2,div .h2{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0;padding:0;font-size:26px;font-weight:300;line-height:38px}.spot-typography__heading--level-4,div h3,div .h3,.spot-container--light-primary .spot-typography__heading--level-4,.spot-container--light-secondary .spot-typography__heading--level-4{color:#25282e}.spot-container--dark-primary .spot-typography__heading--level-4,.spot-container--dark-primary div h3,div .spot-container--dark-primary h3,.spot-container--dark-primary div .h3,div .spot-container--dark-primary .h3,.spot-container--dark-secondary .spot-typography__heading--level-4,.spot-container--dark-secondary div h3,div .spot-container--dark-secondary h3,.spot-container--dark-secondary div .h3,div .spot-container--dark-secondary .h3{color:#e2e2e2}.spot-typography__heading--level-4,div h3,div .h3{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0;padding:0;font-size:18px;font-weight:700;line-height:28px}.spot-typography__heading--level-5,div h4,div .h4,.marketing-page .marketing-panel p,.spot-container--light-primary .spot-typography__heading--level-5,.spot-container--light-secondary .spot-typography__heading--level-5{color:#25282e}.spot-container--dark-primary .spot-typography__heading--level-5,.spot-container--dark-primary div h4,div .spot-container--dark-primary h4,.spot-container--dark-primary div .h4,div .spot-container--dark-primary .h4,.spot-container--dark-primary .marketing-page .marketing-panel p,.marketing-page .marketing-panel .spot-container--dark-primary p,.spot-container--dark-secondary .spot-typography__heading--level-5,.spot-container--dark-secondary div h4,div .spot-container--dark-secondary h4,.spot-container--dark-secondary div .h4,div .spot-container--dark-secondary .h4,.spot-container--dark-secondary .marketing-page .marketing-panel p,.marketing-page .marketing-panel .spot-container--dark-secondary p{color:#e2e2e2}.spot-typography__heading--level-5,div h4,div .h4,.marketing-page .marketing-panel p{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0;padding:0;font-size:18px;font-weight:400}.spot-typography__text--body,.marketing-page p,.spot-container--light-primary .spot-typography__text--body,.spot-container--light-secondary .spot-typography__text--body{color:#25282e}.spot-container--dark-primary .spot-typography__text--body,.spot-container--dark-primary .marketing-page p,.marketing-page .spot-container--dark-primary p,.spot-container--dark-secondary .spot-typography__text--body,.spot-container--dark-secondary .marketing-page p,.marketing-page .spot-container--dark-secondary p{color:#e2e2e2}.spot-typography__text--body,.marketing-page p{margin:0;padding:0;font-size:15px}.spot-typography__text--secondary{margin:0;padding:0;font-size:15px}.spot-typography__text--secondary,.spot-container--light-primary .spot-typography__text--secondary,.spot-container--light-secondary .spot-typography__text--secondary{color:#5d6066}.spot-container--dark-primary .spot-typography__text--secondary,.spot-container--dark-secondary .spot-typography__text--secondary{color:#bcbdbc}.spot-typography__text--secondary{font-size:13.5px}.spot-typography__text--tertiary{margin:0;padding:0;font-size:15px}.spot-typography__text--tertiary,.spot-container--light-primary .spot-typography__text--tertiary,.spot-container--light-secondary .spot-typography__text--tertiary{color:#5d6066}.spot-container--dark-primary .spot-typography__text--tertiary,.spot-container--dark-secondary .spot-typography__text--tertiary{color:#bcbdbc}.spot-typography__text--tertiary{font-size:12px}.spot-typography__font-weight--light{font-weight:300}.spot-typography__font-weight--normal{font-weight:400}.spot-typography__font-weight--bold{font-weight:700}.spot-typography--korean{font-family:var(--font-family-sans-serif-korean)}.spot-typography--japanese{font-family:var(--font-family-sans-serif-japanese)}.masonry{grid-gap:1em;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:0;display:grid}a,a:hover{cursor:pointer;color:inherit;text-decoration:none}.display-none{display:none}.margin-top-1{margin-top:10px}.margin-top-2{margin-top:20px}.margin-top-3{margin-top:30px}.margin-top-4{margin-top:70px}.margin-left-2{margin-left:20px}.align-right{text-align:right}.float-right{float:right}.Toastify__toast-container{z-index:2147483005;width:auto;max-width:400px;margin:0;left:50%;transform:translate(-50%)}@media (width>=600px){.Toastify__toast-container{max-width:600px}}.Toastify__toast-container .Toastify__toast{box-shadow:none;width:auto;padding-right:26px}.Toastify__toast-container .Toastify__close-button{top:2px;right:7px}.notification-message{white-space:pre-wrap;color:inherit;display:flex;overflow-x:auto}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(/assets/Roboto-Light-y85UWPYz.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:url(/assets/Roboto-LightItalic-CubrlQUP.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:url(/assets/Roboto-Italic-Dxo79a56.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/assets/Roboto-Regular-BHeBnKzs.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:600;src:url(/assets/Roboto-Medium-CFKDKRMh.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:600;src:url(/assets/Roboto-MediumItalic-DZe-jd04.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/assets/Roboto-Bold-BKtbn9Wi.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:url(/assets/Roboto-BoldItalic-DLtOeeWN.ttf)format("truetype")}body:read-only{margin-right:0!important}.vertical-align{flex-direction:row;display:flex}.vertical-align>[class^=col-],.vertical-align>[class*=\ col-]{justify-content:center;align-items:center;display:flex}.navbar-fixed-top{border:0}.navbar{z-index:11}.navbar .spot-di{margin-right:15px}.navbar .spot-di__header{align-items:center;display:flex}.coming-soon--container{text-align:center;vertical-align:middle;padding:10%;line-height:1.5}.tos-header{margin-bottom:25px;font-weight:700}.tos-idexx-logo{width:220px;height:32px}.collapsible-panel{position:relative}.default-error-page .writing{background-color:#3f3f3f;border:1px solid #bbb;border-radius:6px 6px 4px 4px;width:320px;height:200px;position:relative}.default-error-page .writing .topbar{background-color:#f1f1f1;border-top-left-radius:4px;border-top-right-radius:4px;width:100%;height:12px;position:absolute}.default-error-page .writing .topbar div{float:left;border-radius:50%;width:6px;height:6px;margin:3px}.default-error-page .writing .topbar div.green{background-color:#60d060}.default-error-page .writing .topbar div.red{background-color:red}.default-error-page .writing .topbar div.yellow{background-color:#e6c015}.default-error-page .writing .code{padding:15px}.default-error-page .writing .code ul{margin:0;padding:0;list-style:none}.default-error-page .writing .code ul li{background-color:#9e9e9e;border-radius:6px;width:0;height:7px;margin:10px 0}.default-error-page .container{justify-content:center;align-items:center;width:100%;height:100vh;padding-left:16px;padding-right:16px;transition:transform .5s;display:flex}.default-error-page .stack-container{width:420px;height:210px;transition:width 1s,height 1s;position:relative}.default-error-page .pokeup{transition:all .3s}.default-error-page .error{text-align:center;width:400px;padding:40px}.default-error-page .error h1,.default-error-page .error .h1{margin:0;padding:0;font-size:125px;font-weight:700}.default-error-page .error h2,.default-error-page .error .h2{letter-spacing:12px;margin:-30px 0 0;padding:0;font-size:47px}.default-error-page .perspec{perspective:1000px}@media screen and (width<=1200px){.default-error-page .container{transform:scale(.85)}}@media screen and (width<=768px){.default-error-page .container{transform:scale(.75)}}@media screen and (width<=480px){.default-error-page .container{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;flex-wrap:wrap-reverse}}@media screen and (width<=320px){.default-error-page .container{transform:scale(.6)}}._spot--screenreader-only_11zx9_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_11zx9_19{z-index:202;color:#31353d;background-color:#f0f0f0;border-bottom:3px solid #0969d9;height:64px;position:sticky;top:0}@media (width>=1440px){._holder_11zx9_19{height:64px}}._navBar_11zx9_34{justify-content:space-between;height:100%;padding:0;display:flex}._content_11zx9_41{flex:1;justify-content:space-between;height:100%;padding-left:24px;padding-right:24px;display:flex}@media (width>=600px){._content_11zx9_41{padding-left:32px;padding-right:32px}}@media (width>=768px){._content_11zx9_41{padding-left:32px;padding-right:32px}}@media (width>=1024px){._content_11zx9_41{padding-left:50px;padding-right:50px}}@media (width>=1440px){._content_11zx9_41{padding-left:75px;padding-right:75px}}._leftBlock_11zx9_74{align-items:center;height:100%;display:flex;position:relative}._rightBlock_11zx9_81{color:#0969d9;align-items:center;display:flex;position:relative}._title_11zx9_88{flex-direction:column;font-size:16px;line-height:20px;display:flex}._title_11zx9_88>*{color:#31353d}@media (width>=1024px){._title_11zx9_88{display:none}}@media (width>=600px){._title_11zx9_88 ._selectedItem_11zx9_103{font-size:20px;line-height:20px}}._logo_11zx9_109{width:130px;height:28px;display:none}@media (width>=1024px){._logo_11zx9_109{display:flex}}._toggleButton_11zx9_120{box-shadow:none;border:0;border-radius:0;margin-right:15px;padding:0}._toggleButton_11zx9_120:focus{border:0;outline:none}._toggleButton_11zx9_120:hover{color:#0969d9;fill:#0969d9}._toggleButton_11zx9_120>*{margin-top:1px}._menu_11zx9_139{background-color:#31353d;order:1;justify-content:center;padding:7px 0}@media (width>=1024px){._menu_11zx9_139{background-color:#0000;order:0;position:absolute;left:0;right:0}}._navigationItem_11zx9_155{color:#e2e2e2;outline:none;padding:8px 25px;font-size:20px;font-weight:400}._navigationItem_11zx9_155:hover{color:#62b3f9}@media (width>=1024px){._navigationItem_11zx9_155{letter-spacing:.03em;text-align:center;font-size:18px}._navigationItem_11zx9_155,._navigationItem_11zx9_155:hover{color:#25282e;text-decoration:none}._navigationItem_11zx9_155:before{content:attr(data-label);visibility:hidden;letter-spacing:normal;height:0;font-weight:700;display:block;overflow:hidden}}._navigationItemActive_11zx9_186{color:#f5f5f5;letter-spacing:normal;position:relative}@media (width>=1024px){._navigationItemActive_11zx9_186{color:#25282e;font-weight:700}}._navigationItemActive_11zx9_186:before{content:"";background-color:#f5f5f5;width:5px;position:absolute;top:7px;bottom:7px;left:0}@media (width>=1024px){._navigationItemActive_11zx9_186:before{display:none}}._navigationIcon_11zx9_212{color:#0969d9;box-sizing:content-box;border-radius:50%;width:24px;height:24px;padding:8px;display:flex;position:relative}@media (width>=1440px){._navigationIcon_11zx9_212{width:24px;height:24px;padding:10px}}._navigationIcon_11zx9_212:not(:first-child){margin:0 0 0 12px}._navigationIcon_11zx9_212:hover{color:#0969d9;box-shadow:inset 0 0 0 2px #e2e2e2}._navigationIconActive_11zx9_237{background-color:#e2e2e2}._navigationIconNotification_11zx9_241{border-color:#fff;padding:6px;position:absolute;top:-2px;right:6px;transform:translate(50%);margin:0!important}@media (width>=1440px){._navigationIconNotification_11zx9_241{top:0}}._dropdownTitle_11zx9_256{align-items:center;display:flex}._userInfoBlock_11zx9_261{box-sizing:content-box;fill:#3f434a;color:#e2e2e2;align-items:center;max-width:125px;display:flex}._userInfoBlock_11zx9_261:hover{color:#0969d9;fill:#0969d9}._userInfo_11zx9_261{margin-right:5px;display:none}@media (width>=1440px){._userInfo_11zx9_261{display:block}}._userIcon_11zx9_284{border:2px solid;border-radius:50%;width:34px;height:34px;display:flex}._userIcon_11zx9_284>svg{color:#e2e2e2;border-radius:50%;padding:5px 0 0}._userIcon_11zx9_284>img{border-radius:50%}._menuUserBlock_11zx9_300{margin-top:5px;margin-bottom:5px}._menuUserBlock_11zx9_300 ._userInfoText_11zx9_304{text-overflow:ellipsis;overflow:hidden}._userInfoContainer_11zx9_309{align-items:center;display:flex}._userInfoContainer_11zx9_309:before{content:"";height:1.9em;margin-left:12px}@media (width>=1440px){._userInfoContainer_11zx9_309:before{border-left:1px solid #a9aaaa;margin-left:24px;padding-left:24px}}._spot--screenreader-only_mcpct_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._mainLayout_mcpct_19{flex-direction:column;height:100vh;display:flex}._header_mcpct_25{z-index:202;flex:none;height:64px}@media (width>=1440px){._header_mcpct_25{height:64px}}._headerContainer_mcpct_36{width:100%;position:fixed}._main_mcpct_19{flex-direction:column;flex:1;min-height:0;display:flex}._spot--screenreader-only_192xg_1,._spot--screenreader-only_dtzro_1,._spot--screenreader-only_dtzro_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_dtzro_19{background-color:#f0f0f0;justify-content:flex-start;width:100%;height:52px;display:flex;top:64px;overflow-y:auto;box-shadow:0 1px 4px #00000040}@media (width>=1440px){._holder_dtzro_19{top:64px}}._holder_dtzro_19{padding-left:24px;padding-right:24px}@media (width>=600px){._holder_dtzro_19{padding-left:32px;padding-right:32px}}@media (width>=768px){._holder_dtzro_19{padding-left:32px;padding-right:32px}}@media (width>=1024px){._holder_dtzro_19{padding-left:50px;padding-right:50px}}@media (width>=1440px){._holder_dtzro_19{padding-left:75px;padding-right:75px}}._title_dtzro_63{flex:1;align-items:center;height:100%;display:inline-flex}._titleText_dtzro_70{justify-content:center;align-items:center;height:100%;display:flex}._back_dtzro_77{z-index:1;height:100%;margin-left:-24px;margin-right:-24px;position:absolute}._back_dtzro_77:focus{box-shadow:none}._backText_dtzro_88{display:none}@media (width>=1024px){._backText_dtzro_88{display:initial}}._spot--screenreader-only_7zhrk_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_7zhrk_19{padding-left:24px;padding-right:24px}@media (width>=600px){._holder_7zhrk_19{padding-left:32px;padding-right:32px}}@media (width>=768px){._holder_7zhrk_19{padding-left:32px;padding-right:32px}}@media (width>=1024px){._holder_7zhrk_19{padding-left:50px;padding-right:50px}}@media (width>=1440px){._holder_7zhrk_19{padding-left:75px;padding-right:75px}}._pageHeader_7zhrk_48{z-index:201;position:sticky}._wrapper_7zhrk_53{padding-bottom:16px;position:relative}._subText_7zhrk_58{color:#001837;letter-spacing:0;font-size:12px}._pageFooter_7zhrk_64{display:none}._spot--screenreader-only_3vgbm_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_3vgbm_19{background-color:#f0f0f0;min-height:52px;padding-left:24px;padding-right:24px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 1px 4px #00000040}@media (width>=600px){._holder_3vgbm_19{padding-left:32px;padding-right:32px}}@media (width>=768px){._holder_3vgbm_19{padding-left:32px;padding-right:32px}}@media (width>=1024px){._holder_3vgbm_19{padding-left:50px;padding-right:50px}}@media (width>=1440px){._holder_3vgbm_19{padding-left:75px;padding-right:75px}}._spot--screenreader-only_mfv1s_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_mfv1s_19{width:100%}._controlPanel_mfv1s_23{flex-direction:column;align-items:center;padding-left:24px;padding-right:24px;display:flex}@media (width>=600px){._controlPanel_mfv1s_23{padding-left:0;padding-right:0}}@media (width>=1024px){._controlPanel_mfv1s_23{flex-direction:row;align-items:flex-end}}._controlPanel_mfv1s_23>:not(:last-child){margin-bottom:16px}@media (width>=1024px){._controlPanel_mfv1s_23>:not(:last-child){margin-bottom:0}}._controlBlock_mfv1s_51{flex-direction:column;display:flex}._controlBlock_mfv1s_51>:not(:last-child){margin-bottom:16px}@media (width>=768px){._controlBlock_mfv1s_51{flex-direction:row;justify-content:space-between;align-items:center}._controlBlock_mfv1s_51>:not(:last-child){margin-bottom:0;margin-right:32px}}@media (width>=1024px){._controlBlock_mfv1s_51{justify-content:flex-end}}._filterBlock_mfv1s_75{flex-flow:column;flex:1;min-width:0;display:flex}._filterBlock_mfv1s_75>:not(:last-child){margin-bottom:8px}@media (width>=600px){._filterBlock_mfv1s_75{flex-direction:row}._filterBlock_mfv1s_75>:not(:last-child){margin-bottom:0;margin-right:24px}}@media (width>=1024px){._filterBlock_mfv1s_75{justify-content:flex-end;width:0;padding-top:4px;padding-bottom:4px}}._dropdown_mfv1s_103,._filterDropdown_mfv1s_103,._timeframeDropdown_mfv1s_103,._filterPracticesDropdown_mfv1s_103{cursor:pointer;color:#0969d9;fill:#0969d9;margin-bottom:0;font-size:26px}._dashboardDropdownIcon_mfv1s_111{width:16px;height:16px;margin-left:10px}._filterDropdown_mfv1s_103,._timeframeDropdown_mfv1s_103,._filterPracticesDropdown_mfv1s_103{justify-content:flex-end;font-size:18px;display:flex}._filterDropdown_mfv1s_103>*,._timeframeDropdown_mfv1s_103>*,._filterPracticesDropdown_mfv1s_103>*{flex:1;align-items:center;max-width:100%;display:flex}@media (width>=1024px){._filterDropdown_mfv1s_103>*,._timeframeDropdown_mfv1s_103>*,._filterPracticesDropdown_mfv1s_103>*{justify-content:flex-end}}._filterPracticesDropdown_mfv1s_103{min-width:0}._timeframeDropdown_mfv1s_103{flex:none}._filterDropdownItem_mfv1s_142{display:flex;overflow:hidden}._filterDropdownItem_mfv1s_142>*{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}._filterDropdownIcon_mfv1s_153{flex:none;margin-bottom:0}._scheduleButton_mfv1s_158{flex:none;align-self:flex-start}._spinner_mfv1s_163{padding-top:12px;padding-left:24px;padding-right:24px}@media (width>=600px){._spinner_mfv1s_163{padding-left:0;padding-right:0}}._lookerFrame_mfv1s_175{border:none;width:100%}._looker_mfv1s_175{height:75vh}._lookerHidden_mfv1s_184{visibility:hidden}._spot--screenreader-only_1b028_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._analytics-page_1b028_19 ._content_1b028_19{margin-top:32px}@media (width>=600px){._analytics-page_1b028_19 ._content_1b028_19{margin-top:42px}}@media (width>=1440px){._analytics-page_1b028_19 ._content_1b028_19{margin-top:52px}}._industryBenchmarks_1b028_33{max-width:650px;margin:0 auto}@media (width>=1024px){._industryBenchmarks_1b028_33{max-width:1500px}}._industryBenchmarks_1b028_33 ._industryBenchmarks_1b028_33{text-align:center;padding-left:3.75rem;padding-right:3.75rem}._industryBenchmarks_1b028_33 ._industryBenchmarks_1b028_33>div{flex-direction:column;place-content:space-around center;align-items:center;padding:12px 24px;display:flex}._industryBenchmarks_1b028_33 ._industryBenchmarks_1b028_33 h3{margin-top:10px;line-height:24px}._industryBenchmarks_1b028_33 ._industryBenchmarks_1b028_33 p{margin-top:10px}._lookerTitle_1b028_63{text-align:center;font-size:34px;font-weight:100;line-height:1.4em}@media (width>=1024px){._lookerTitle_1b028_63{text-align:left}}._demoAnalyticsWrapper_1b028_75{margin-top:50px}._demoAnalyticsWrapper_1b028_75:first-child ._looker-frame_1b028_78{height:1250px}@media (width>=1024px){._demoAnalyticsWrapper_1b028_75:first-child ._looker-frame_1b028_78{height:950px}}._buckets_1b028_87{width:150px}@media (width>=1440px){._buckets_1b028_87{width:200px}}._compare_1b028_96{width:285px}@media (width>=1440px){._compare_1b028_96{width:380px}}._industryBenchmarksBanner_1b028_105{margin:0 24px 32px}@media (width>=1024px){._bannerBody_1b028_110{align-items:center;display:flex}}._connectPractice_1b028_116{margin-top:8px}@media (width>=1024px){._connectPractice_1b028_116{margin-top:auto;margin-left:20px}._connectionDetails_1b028_127{margin-left:20px}}._spot--screenreader-only_16h0s_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._card_16h0s_10{flex-flow:wrap;order:1;justify-content:space-between;align-items:center;min-width:350px;max-width:620px;height:fit-content;min-height:0;margin:17px auto 32px;position:relative;box-shadow:0 0 1px}._card_16h0s_10:hover{box-shadow:0 0 6px #6a6b6d}@media (width>=1440px){._card_16h0s_10{flex-direction:column;width:275px;min-width:275px;margin:1px 4px 32px}}._header_16h0s_36,._spot-container--light-primary_16h0s_36 ._header_16h0s_36,._spot-container--light-secondary_16h0s_36 ._header_16h0s_36{color:#25282e}._spot-container--dark-primary_16h0s_39 ._header_16h0s_36,._spot-container--dark-secondary_16h0s_39 ._header_16h0s_36{color:#e2e2e2}._header_16h0s_36{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0 0 16px;padding:0;font-size:18px;font-weight:700;line-height:26px}._links_16h0s_56{border-top:1px solid #e6e8ea;order:3;justify-content:space-between;align-items:center;width:100%;padding:24px;display:flex}@media (width>=1440px){._links_16h0s_56{padding:14px 24px}}._image_16h0s_71{order:2;align-self:center;width:25%;height:auto;margin-left:auto;margin-right:auto;padding:24px 24px 24px 0}@media (width>=1440px){._image_16h0s_71{width:90%;margin-bottom:16px;padding:24px}}._link_16h0s_56{margin-right:2px;line-height:24px}._textAndImage_16h0s_93{flex-direction:row;display:flex}@media (width>=1440px){._textAndImage_16h0s_93{flex-direction:column}}._text_16h0s_93{order:1;width:75%;padding:24px}@media (width>=1440px){._text_16h0s_93{width:100%;padding:24px 24px 0}}._closeIconContainer_16h0s_115{cursor:pointer;padding:8px;display:inline-flex;position:absolute;top:0;right:0}._closeIconContainer_16h0s_115:hover ._closeIcon_16h0s_115{fill:#0969d9}._closeIconContainer_16h0s_115 ._closeIcon_16h0s_115{fill:#bcbdbc;width:16px;height:16px}._spot--screenreader-only_1et4g_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._backdrop_1et4g_19{opacity:.5;z-index:99;background-color:gray;position:fixed;inset:0}._modal_1et4g_30{z-index:200;background-color:#eaeff1;flex-direction:column;margin-top:52px;transition:all .3s ease-out;display:flex;position:fixed;inset:64px 0 0}@media (width>=1440px){._modal_1et4g_30{top:64px}}@media (width>=768px){._modal_1et4g_30{left:30%}}@media (width>=1440px){._modal_1et4g_30._smallModal_1et4g_55{left:60%}}._header_1et4g_60{background-color:#fff;border-bottom:none;flex:0;justify-content:space-between;align-items:flex-start;margin-bottom:2px;margin-left:2px;padding:0 24px 0 0;display:flex}._title_1et4g_72{margin:10px;padding:0 .125rem;line-height:1.5}._title_1et4g_72>h1,._title_1et4g_72>h2,._title_1et4g_72>h3,._title_1et4g_72>h4,._title_1et4g_72>h5,._title_1et4g_72>h6{margin-bottom:0}._closeContainer_1et4g_81{z-index:202;padding:10px;line-height:1rem;position:absolute;right:24px}._close_1et4g_81{text-shadow:0 1px #fff;opacity:.5;margin-top:-.0416667rem;margin-right:-.208333rem;font-size:14px;font-weight:400}._body_1et4g_98{flex:auto;height:100%;max-height:100%;padding:0 .125rem;position:relative;overflow:auto}._body_1et4g_98>:first-child{margin-top:0}._body_1et4g_98>:last-child{margin-bottom:0}._footer_1y5dm_1{textalign:right;width:100%}._spot--screenreader-only_93dr4_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}@media only screen and (width<=460px){._addToPracticesButton_93dr4_37,._footerStyles_93dr4_61{flex-direction:column-reverse}._selectPracticesCancelButton_93dr4_31{text-align:center}}._spot--screenreader-only_r4hob_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_r4hob_10{width:100%}._holder_r4hob_10 ._grid_r4hob_13{border:0;width:100%}._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-columnsContainer{background-color:#f0f0f0;border:0;overflow:visible}._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-colCellWrapper,._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-colCellTitleContainer{overflow:visible}._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-menuIcon{visibility:visible;overflow:hidden}._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-cell:focus,._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-cell:focus-within,._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-columnHeader:focus,._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-columnHeader:focus-within{outline:none}._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-columnSeparator{opacity:0!important}._holder_r4hob_10 ._grid_r4hob_13 .MuiCircularProgress-indeterminate{z-index:1}._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-columnHeaderSortable .MuiDataGrid-iconButtonContainer{display:flex}._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-row:hover,._holder_r4hob_10 ._grid_r4hob_13 .MuiDataGrid-row.Mui-selected{background-color:#0000}._noRows_r4hob_54{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0;padding:0;font-size:18px;font-weight:400}._noRows_r4hob_54,._spot-container--light-primary_r4hob_54 ._noRows_r4hob_54,._spot-container--light-secondary_r4hob_54 ._noRows_r4hob_54{color:#5d6066}._spot-container--dark-primary_r4hob_57 ._noRows_r4hob_54,._spot-container--dark-secondary_r4hob_57 ._noRows_r4hob_54{color:#bcbdbc}._noRows_r4hob_54{z-index:-1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._hidden_wdl1n_1,._hidden_1hiy8_1{visibility:hidden}._container_1hiy8_5{margin:0;display:flex}._radio_1hiy8_10{margin:0 -8px 0 12px;display:flex}._radio_1hiy8_10 .spot-form__radio-input+.spot-form__radio-inner{box-shadow:none}._container_161pd_1{margin:0;display:flex}._spot--screenreader-only_1lqtp_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_1lqtp_32{borderbottom:none}._headerContainerName_1lqtp_36{flex:1;align-items:center;display:flex}._row_1lqtp_41:hover{background-color:#e2f5ff!important}._headerCell_1lqtp_45{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;text-transform:uppercase;flex:1;font-size:13.5px}._cellContainer_1lqtp_54{align-items:stretch;width:100%;max-height:100%;display:flex}._cellName_1lqtp_61{white-space:normal;color:#5d6066;flex-direction:column;flex:1;justify-content:center;max-width:100%;display:flex;overflow:hidden}._cellName_1lqtp_61>:not(:last-child){margin-bottom:8px}@media (width>=1440px){._cellName_1lqtp_61{flex-direction:row}}._info_1lqtp_80{flex:1;align-items:center;display:flex;overflow:hidden}._text_1lqtp_87{text-overflow:ellipsis;white-space:nowrap;color:#5d6066;flex:1;display:block;overflow:hidden}._searchBar_1lqtp_96{margin-left:8px;margin-right:8px}._searchBarContainer_1lqtp_101{background-color:#f0f0f0}._name_1lqtp_105{text-overflow:ellipsis;white-space:nowrap;flex:1;display:block;overflow:hidden}._noRows_1lqtp_113{flex-direction:column;padding-top:60px;display:flex}._gridTitles_1lqtp_119{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;padding-top:15px;font-size:13.5px}._noPracticesFound_1lqtp_127{justify-content:center;align-items:center;height:325px;display:flex;position:relative}._noPracticesImage_1lqtp_135{width:150px;position:absolute}._noPracticesText_1lqtp_140{color:#9a9b9c;font-size:22px;position:absolute;top:85%}._practicesMainContainer_1lqtp_147{height:80%;max-height:800px}._spot--screenreader-only_1frqk_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._datePickerButton_1frqk_10{margin-left:-8px}._datePickerButton_1frqk_10,._datePickerButton_1frqk_10:focus,._datePickerButton_1frqk_10:active{outline:none}._datePicker_1frqk_10{color:#5d6066;align-items:center;padding:16px 0;display:flex}.spot-data-table ._headerCell_17irw_1{border:none}.spot-data-table ._cell_17irw_5{border:none;padding:0 2px 2px}._spot--screenreader-only_daawd_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._container_daawd_10{display:flex}._container_daawd_10 .spot-form__field-group{align-items:flex-end}._leftPanel_daawd_17{padding-left:16px;padding-right:32px}._rightPanel_daawd_22{color:#25282e;border-left:1px solid #d0d1d0;padding-left:32px;padding-right:16px}._formGroup_daawd_29{justify-content:space-between;margin:0}._halfWidth_daawd_34{width:50%}._block_daawd_38:not(:last-of-type){padding-bottom:24px}._block_daawd_38:not(:first-of-type){padding-top:16px}._fieldPrefix_daawd_45{white-space:nowrap;flex-wrap:nowrap;align-items:center;width:0;height:40px;display:flex;position:relative;left:-5px}._checkbox_daawd_56{margin-bottom:0}._toggleLabel_daawd_60{padding-bottom:10px;font-size:15px}._spot--screenreader-only_46k89_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._header_46k89_10{margin-bottom:12px}._link_46k89_14._link_46k89_14{margin-bottom:8px;margin-left:-12px}._link_46k89_14._link_46k89_14:disabled,._link_46k89_14._link_46k89_14[disabled]{color:#bcbdbc}._link_46k89_14._link_46k89_14:disabled svg,._link_46k89_14._link_46k89_14[disabled] svg{fill:#bcbdbc}._spot--screenreader-only_yoter_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._noticeContainer_yoter_10{border:1px solid #00000020;border-radius:.25rem;width:100%;margin:10px 0 20px;display:flex}._noticeText_yoter_18{background-color:#f0f0f0;border-radius:.25rem;width:100%;padding:14px}._noticeIcon_yoter_25{max-width:50px;max-height:50px;margin:auto;padding:14px}._spot--screenreader-only_rjf18_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_rjf18_10{flex-direction:column;display:flex}._header_rjf18_15{font-weight:700}._detail_rjf18_19{font-size:14px}._spot--screenreader-only_93dr4_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._headerDivider_93dr4_19{height:3px}._copyItemDropdown_93dr4_23{padding-bottom:10px}._addToPracticesTitle_93dr4_27{padding-top:10px}._selectPracticesCancelButton_93dr4_31{text-align:left;color:#0969d9;width:100%}._addToPracticesButton_93dr4_37{text-align:right;width:100%;display:flex}._selectionError_93dr4_43{color:#ea2839;background-color:#f9423a0f;width:100%;height:30px;margin-bottom:10px;padding-left:15px}._selectionErrorText_93dr4_52{margin-left:25px;padding-top:3px}._practicesMainContainer_93dr4_57{max-height:800px}._footerStyles_93dr4_61{flex-direction:row;width:100%;display:flex}._footerButtonStyle_93dr4_67{margin:16px 0 0 16px}@media only screen and (width<=460px){._addToPracticesButton_93dr4_37,._footerStyles_93dr4_61{flex-direction:column-reverse}._selectPracticesCancelButton_93dr4_31{text-align:center}}._spot--screenreader-only_zg2r8_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_zg2r8_32{borderbottom:none}._headerContainerName_zg2r8_36{flex:1;align-items:center;display:flex}._row_zg2r8_41:hover{background-color:#e2f5ff!important}._headerCell_zg2r8_45{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;text-transform:uppercase;flex:1;font-size:13.5px}._cellContainer_zg2r8_54{align-items:stretch;width:100%;max-height:100%;display:flex}._cellName_zg2r8_61{white-space:normal;color:#5d6066;flex-direction:column;flex:1;justify-content:center;max-width:100%;display:flex;overflow:hidden}._cellName_zg2r8_61>:not(:last-child){margin-bottom:8px}@media (width>=1440px){._cellName_zg2r8_61{flex-direction:row}}._info_zg2r8_80{flex:1;align-items:center;display:flex;overflow:hidden}._text_zg2r8_87{text-overflow:ellipsis;white-space:nowrap;color:#5d6066;flex:1;display:block;overflow:hidden}._searchBar_zg2r8_96{margin-left:8px;margin-right:8px}._name_zg2r8_101{text-overflow:ellipsis;white-space:nowrap;flex:1;display:block;overflow:hidden}._noRows_zg2r8_109{flex-direction:column;padding-top:60px;display:flex}._gridTitles_zg2r8_115{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;padding-top:15px;font-size:13.5px}._noPracticesFound_zg2r8_123{justify-content:center;align-items:center;height:325px;display:flex;position:relative}._noPracticesImage_zg2r8_131{width:150px;position:absolute}._noPracticesText_zg2r8_136{color:#9a9b9c;font-size:22px;position:absolute;top:85%}._practicesMainContainer_zg2r8_143{height:80%;max-height:800px}._spot--screenreader-only_1djdi_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._bulkUpdateMainFormStyles_1djdi_19,._bulkUpdateSubFormStyles_1djdi_23{height:100%}._bulkUpdateFooterButton_1djdi_27{white-space:nowrap}._footerStyles_1djdi_31{flex-direction:column-reverse;justify-content:right;width:100%;padding-right:0;display:flex}@media (width>=1024px){._footerStyles_1djdi_31{flex-direction:row;padding-right:90px}}._footerStylesSingleButton_1djdi_45{flex-direction:column-reverse;justify-content:right;width:100%;padding-right:0;display:flex}@media (width>=600px){._footerStylesSingleButton_1djdi_45{flex-direction:row;padding-right:90px}}._footerStylesSelectPracticeButtons_1djdi_59{flex-direction:column-reverse;justify-content:right;width:100%;padding-right:0;display:flex}@media (width>=600px){._footerStylesSelectPracticeButtons_1djdi_59{flex-direction:row;padding-right:90px}}._bulkUpdateCancelButton_1djdi_73{color:#0969d9;text-align:center;cursor:pointer;width:100%;padding-top:21px}@media (width>=600px){._bulkUpdateCancelButton_1djdi_73{text-align:left;padding-left:175px}}@media (width>=1024px){._bulkUpdateCancelButton_1djdi_73{padding-left:0}}._bulkUpdateMainContainerStyleWithDate_1djdi_92{background:#fff;height:calc(100% - 270px);padding-top:6px;overflow:auto}@media (width>=600px){._bulkUpdateMainContainerStyleWithDate_1djdi_92{height:calc(100% - 170px)}}@media (width>=1024px){._bulkUpdateMainContainerStyleWithDate_1djdi_92{height:calc(100% - 120px)}}._bulkUpdateCancelButtonText_1djdi_109{cursor:pointer;width:50px;display:contents}@media (width>=600px){._bulkUpdateCancelButtonText_1djdi_109{display:initial}}._bulkUpdateCancelButtonSelectPractices_1djdi_120{color:#0969d9;text-align:center;width:100%;padding-top:21px}@media (width>=600px){._bulkUpdateCancelButtonSelectPractices_1djdi_120{text-align:left}}._bulkUpdateMainContainerStyleSingleButton_1djdi_132{background:#fff;height:calc(100% - 110px);padding-top:6px;overflow:auto}@media (width>=600px){._bulkUpdateMainContainerStyleSingleButton_1djdi_132{height:calc(100% - 70px)}}._footerButtonStyle_1djdi_144{width:100%;margin:16px 0 0}@media (width>=600px){._footerButtonStyle_1djdi_144{width:auto;margin:16px 0 0 16px}}._footerButtonStyle_1djdi_144>button{width:100%}._footerButtons_1djdi_158{text-align:right;flex-direction:column-reverse;display:flex}@media (width>=600px){._footerButtons_1djdi_158{flex-direction:row}}._footerButtonsSelectPractices_1djdi_169{text-align:right;flex-direction:column-reverse;display:flex}@media (width>=600px){._footerButtonsSelectPractices_1djdi_169{flex-direction:row}}._bulkUpdateMainContainerStyle_1djdi_92{background:#fff;height:calc(100% - 210px);padding-top:6px;overflow:auto}@media (width>=600px){._bulkUpdateMainContainerStyle_1djdi_92{flex-direction:row;height:calc(100% - 110px)}}@media (width>=1024px){._bulkUpdateMainContainerStyle_1djdi_92{height:calc(100% - 70px)}}._bulkUpdateMainContainerStyleSelectPractice_1djdi_198{background:#fff;height:calc(100% - 170px);padding-top:6px;overflow:auto}@media (width>=600px){._bulkUpdateMainContainerStyleSelectPractice_1djdi_198{height:calc(100% - 70px)}}._spot--screenreader-only_d58vc_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._horizontalFields_d58vc_19{margin-top:12px}._actionHeader_1g4in_1{background-color:#33bfcc;height:45px;margin-bottom:10px;padding-top:9px}._actionHeader_1g4in_1 svg{fill:#fff}._actionsListTitle_1g4in_11{cursor:pointer;color:#fff!important}._spot--screenreader-only_uu95p_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._activityPage_uu95p_19{flex-direction:column;flex:1;min-height:0;padding-left:0;padding-right:0;display:flex}._grid_uu95p_28{flex:1;width:auto;min-height:0;margin-left:-24px;margin-right:-24px}@media (width>=600px){._grid_uu95p_28{width:100%;margin-left:0;margin-right:0}}._grid_uu95p_28 p{margin:unset}._status_uu95p_46{flex-flow:column;align-items:center;margin-bottom:5px;display:flex}@media (width>=1024px){._status_uu95p_46{margin-bottom:0}}._statusPill_uu95p_58{text-align:center;justify-content:center;align-items:center;width:75px;display:flex}._taskErrorMessage_uu95p_66{background-color:#f0f0f0;border:0}._activityRow_uu95p_71{flex:1;width:0;display:block}._rowItem_uu95p_77{min-width:0}._activityStatusRow_uu95p_81{flex:1}._activityDateRow_uu95p_85{display:inline-block}._bulkUpdateDetailsPageHeader_uu95p_89{margin-top:16px}._bulkUpdateDetailsPageHeader_uu95p_89 ._title_uu95p_92{margin-bottom:3px}._bulkUpdateDetailsPageHeader_uu95p_89 ._itemsCount_uu95p_95{margin-bottom:7px}._bulkUpdateDetailsText_uu95p_99{padding:20px}._date_uu95p_103{color:#5d6066;margin:0}@media (width>=1024px){._date_uu95p_103{color:initial}}._date_uu95p_103{min-width:275px}._action_uu95p_116{margin-bottom:-8px;padding-top:4px;display:inline-block}._name_uu95p_122{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}._detailsRow_uu95p_129:not(:last-of-type){border-bottom:1px solid #bcbdbc;margin-bottom:20px;padding-bottom:20px}._searchBar_uu95p_135{padding-top:24px}._detailsBody_uu95p_139{flex-direction:column;height:100%;display:flex}._detailsContent_uu95p_145{flex:1;overflow:auto}._paginationFooter_uu95p_150{background-color:#fff;border-top:1px solid #d0d1d0}._paginationFooter_uu95p_150 p{margin-top:0;margin-bottom:0}._paginationFooterRoot_uu95p_159{display:inline-flex}._headerCell_uu95p_163,._spot-container--light-primary_uu95p_163 ._headerCell_uu95p_163,._spot-container--light-secondary_uu95p_163 ._headerCell_uu95p_163{color:#25282e}._spot-container--dark-primary_uu95p_166 ._headerCell_uu95p_163,._spot-container--dark-secondary_uu95p_166 ._headerCell_uu95p_163{color:#e2e2e2}._headerCell_uu95p_163{text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0;font-size:15px;font-weight:700;display:block;overflow:hidden}._headerContainer_uu95p_180{display:flex}._columnHeadersInner_uu95p_184{background-color:#f0f0f0}._columnHeader_uu95p_184:not(:last-of-type){border-right:1px solid #bcbdbc}._columnHeaders_uu95p_184{background-color:#f0f0f0}._columnSeparator_uu95p_196{display:none}._warningRow_uu95p_200{align-items:center;gap:8px;margin:0;padding-top:4px;display:flex}._warningIcon_uu95p_208{fill:#f5767d;cursor:pointer;width:20px;height:20px}._expandIcon_uu95p_215{cursor:pointer}._footerContainer_uu95p_219{justify-content:center}@media (width>=768px){._footerContainer_uu95p_219{justify-content:space-between;padding-right:32px}}@media (width>=1440px){._footerContainer_uu95p_219{padding-right:16px}}._container_6crrw_1{z-index:1;justify-content:center;align-items:center;width:100%;margin-top:20vh;display:flex;position:absolute}._footer_6crrw_11{justify-content:flex-end;align-items:center}._footer_6crrw_11>:not(:first-child){margin-left:20px}._spot--screenreader-only_1b9wl_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._searchBar_1b9wl_10{flex:1;margin-top:24px}._spot--screenreader-only_12snw_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._input_12snw_10{flex:1;padding-top:0;padding-bottom:0}._inputBase_12snw_16{padding:0 4px 0 6px!important}._textField_12snw_20,._textField_12snw_20.spot-search-bar__input{flex-basis:auto;display:flex}._textField_12snw_20:read-only,._textField_12snw_20.spot-search-bar__input:read-only{opacity:1}._notchedOutline_12snw_28{display:none}._spot--screenreader-only_1kz0x_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._wrapperContainer_1kz0x_23{flex-direction:column;flex:1;min-height:0;display:flex}._headerContainer_1kz0x_30{z-index:201;flex:none;height:52px}._pageHeader_1kz0x_36{position:fixed}._footerContainer_1kz0x_40{flex:none;min-height:52px}._pageFooter_1kz0x_45{position:fixed;box-shadow:0 -1px 4px #00000040}._pageContent_1kz0x_50{flex-direction:column;flex:1;align-self:center;width:100%;min-height:0;padding:32px 24px 16px;display:flex}@media (width>=600px){._pageContent_1kz0x_50{padding-left:32px;padding-right:32px}}@media (width>=768px){._pageContent_1kz0x_50{padding-left:32px;padding-right:32px}}@media (width>=1024px){._pageContent_1kz0x_50{padding-left:50px;padding-right:50px}}@media (width>=1440px){._pageContent_1kz0x_50{padding-left:75px;padding-right:75px}}@media (width>=768px){._pageContent_1kz0x_50{padding-top:42px}}@media (width>=1440px){._pageContent_1kz0x_50{max-width:1400px;padding-top:52px;padding-left:0;padding-right:0}}._subText_1kz0x_100{color:#001837;letter-spacing:0;font-size:12px}._formDivider_wadbx_1{padding:1px 0 15px}._spot--screenreader-only_1q9c8_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._wrapper_1q9c8_27{padding-bottom:0}@media (width>=1440px){._wrapper_1q9c8_27{max-width:unset;padding-left:75px;padding-right:75px}}._titleBlock_1q9c8_38{justify-content:space-between;align-items:center;display:flex}._proTips_1q9c8_44{height:100%;margin-top:50px;position:relative;overflow:hidden}._gridDisplayed_1q9c8_51{flex-direction:column;flex:1;max-width:100%;min-height:0;display:flex}._container_1q9c8_59{flex-direction:column;flex:1;height:calc(100vh - 323px);min-height:0;display:flex}@media (width>=1440px){._container_1q9c8_59{height:calc(100vh - 323px)}}._container_1q9c8_59 ._actionBar_1q9c8_71{text-align:right;flex-shrink:0;padding:10px}._container_1q9c8_59 ._exportCsvButton_1q9c8_76{margin-right:10px}._container_1q9c8_59 ._totalItems_1q9c8_79{float:left;padding-top:10px}._importGrid_1q9c8_84{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}._importGrid_1q9c8_84 .MuiDataGrid-cell,._spot-container--light-primary_1q9c8_91 ._importGrid_1q9c8_84 .MuiDataGrid-cell,._spot-container--light-secondary_1q9c8_91 ._importGrid_1q9c8_84 .MuiDataGrid-cell{color:#25282e}._spot-container--dark-primary_1q9c8_94 ._importGrid_1q9c8_84 .MuiDataGrid-cell,._spot-container--dark-secondary_1q9c8_94 ._importGrid_1q9c8_84 .MuiDataGrid-cell{color:#e2e2e2}._importGrid_1q9c8_84 .MuiDataGrid-cell{margin:0;padding:0 10px;font-size:15px}._gridRoot_1q9c8_104{border:none;flex:1;min-height:0;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px}._csvInfo_1q9c8_112{padding-right:30px}._originalPriceHeader_1q9c8_116 .MuiDataGrid-columnHeaderTitleContainer{justify-content:flex-end}._headerContainer_1q9c8_120{width:100%;display:flex}._headerCell_1q9c8_125,._spot-container--light-primary_1q9c8_91 ._headerCell_1q9c8_125,._spot-container--light-secondary_1q9c8_91 ._headerCell_1q9c8_125{color:#25282e}._spot-container--dark-primary_1q9c8_94 ._headerCell_1q9c8_125,._spot-container--dark-secondary_1q9c8_94 ._headerCell_1q9c8_125{color:#e2e2e2}._headerCell_1q9c8_125{text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0;font-size:15px;font-weight:700;display:block;overflow:hidden}._columnHeaders_1q9c8_142{background-color:#f0f0f0;border-bottom:1px solid #bcbdbc}._columnHeadersInner_1q9c8_147{background-color:#f0f0f0}._columnHeader_1q9c8_142{background-color:#f0f0f0;align-self:stretch}._columnHeader_1q9c8_142:not(:last-of-type){border-right:1px solid #bcbdbc}._row_1q9c8_159{background-color:#0000!important}._row_1q9c8_159:hover{background-color:#e2f5ff!important}._statusCell_1q9c8_166{align-items:center;padding-top:5px;display:flex}._pill_1q9c8_172{vertical-align:baseline}._spot--screenreader-only_qnfgc_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._headerContainer_qnfgc_32,._headerContainerName_qnfgc_32{align-items:center;display:flex}._headerContainerName_qnfgc_32{flex:1}._row_qnfgc_40:hover{cursor:pointer;background-color:#e2f5ff!important}._row_qnfgc_40:hover ._cellEditUser_qnfgc_44{text-decoration:underline}._headerCell_qnfgc_48{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;text-transform:uppercase;flex:1;font-size:13.5px}._cellContainer_qnfgc_57,._cellContainerMobile_qnfgc_57{align-items:stretch;width:100%;max-height:100%;display:flex}._cellContainerMobile_qnfgc_57{align-items:center}._cell_qnfgc_44,._cellName_qnfgc_68,._cellBlockMobile_qnfgc_68{white-space:normal;color:#5d6066;max-width:100%}._cellMobile_qnfgc_74{flex-direction:column;flex:1;align-items:stretch;width:0;display:flex}._cellMobile_qnfgc_74>:not(:last-child){margin-bottom:12px}._cellBlockMobile_qnfgc_68{flex:1;align-items:center;display:flex}._cellEditUserMobile_qnfgc_91{flex-basis:auto;width:50px}._cellName_qnfgc_68{flex-direction:column;justify-content:center;margin-left:16px;display:flex;overflow:hidden}._cellEditUser_qnfgc_44{flex:1;justify-content:flex-end;margin:0 4px 0 0;display:flex}._mobileUserPictureContainer_qnfgc_111{margin-top:-5px;margin-bottom:-5px}._mobileUserName_qnfgc_116{flex-direction:column;flex:1;margin-left:16px;display:flex;overflow:hidden}._mobileEmpty_qnfgc_124{width:34px}._mobileInfo_qnfgc_128{flex-direction:column;flex:1;margin-left:16px;display:flex;overflow:hidden}._mobileInfo_qnfgc_128>:not(:last-child){margin:0 0 4px}._searchBar_qnfgc_139{margin-left:4px;margin-right:8px}._userIcon_qnfgc_144{color:#e2e2e2;background-color:#fff;border:2px solid;border-radius:50%;width:34px;height:34px;display:flex}._userIcon_qnfgc_144>svg{color:#e2e2e2;border-radius:50%;padding:5px 0 0}._userIcon_qnfgc_144>img{border-radius:50%}._name_qnfgc_162{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}._practiceAccess_qnfgc_169,._siteAccess_qnfgc_177{text-overflow:ellipsis;white-space:nowrap;color:#5d6066;display:block;overflow:hidden}._noRows_qnfgc_185{flex-direction:column;justify-content:flex-end;min-height:400px;margin-bottom:20px;display:flex}._noRows_qnfgc_185>:not(:last-child){margin-bottom:16px}._noRows_qnfgc_185._scrollable_qnfgc_195{min-height:initial;margin-bottom:initial;align-items:center}._noRowsImage_qnfgc_201{height:200px}._spot--screenreader-only_150wa_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_150wa_19 p{margin:unset}._columnHeaders_150wa_23{border-bottom:1px solid #bcbdbc;align-items:stretch}._columnHeader_150wa_23{background-color:#f0f0f0;align-self:stretch}._columnHeader_150wa_23:not(:last-of-type){border-right:1px solid #bcbdbc}._pinnedColumnHeaders_150wa_36{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px -1px #0000001f}._pinnedColumns_150wa_40{box-shadow:2px 0 4px -3px #00000036}._headerContainer_150wa_44{width:100%;display:flex}._headerCell_150wa_49,._spot-container--light-primary_150wa_49 ._headerCell_150wa_49,._spot-container--light-secondary_150wa_49 ._headerCell_150wa_49{color:#25282e}._spot-container--dark-primary_150wa_52 ._headerCell_150wa_49,._spot-container--dark-secondary_150wa_52 ._headerCell_150wa_49{color:#e2e2e2}._headerCell_150wa_49{text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0;font-size:15px;font-weight:700;display:block;overflow:hidden}._titleIcon_150wa_66{fill:#0969d9;margin-left:5px}._group_150wa_71{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}._group_150wa_71:has(>*){align-items:center;display:flex}span:has(span._group_150wa_71){gap:5px;display:flex;overflow:hidden}._cellContainer_150wa_88{min-width:0;max-height:100%;display:flex}._cell_150wa_88,._groupingCriteriaCell_150wa_94,._spot-container--light-primary_150wa_49 ._cell_150wa_88,._spot-container--light-secondary_150wa_49 ._cell_150wa_88{color:#25282e}._spot-container--dark-primary_150wa_52 ._cell_150wa_88,._spot-container--dark-primary_150wa_52 ._groupingCriteriaCell_150wa_94,._spot-container--dark-secondary_150wa_52 ._cell_150wa_88,._spot-container--dark-secondary_150wa_52 ._groupingCriteriaCell_150wa_94{color:#e2e2e2}._cell_150wa_88,._groupingCriteriaCell_150wa_94{text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0;font-size:15px;display:block;overflow:hidden}._groupingCriteriaCell_150wa_94 ._groupingCriteriaCellToggle_150wa_110{margin-right:12px}._row_150wa_114:hover{cursor:pointer;background-color:#e2f5ff!important}._footerContainer_150wa_119{padding-right:64px}._selectedRowCount_150wa_123{visibility:hidden}._spot--screenreader-only_ln8kh_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_ln8kh_19{background-color:#f0f0f0;border-bottom:1px solid #bcbdbc;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}._leftContainer_ln8kh_28{flex-flow:column;flex:1;justify-content:space-between;align-items:flex-start;min-height:30px;display:flex}._leftContainer_ln8kh_28>:not(:first-child){margin-top:16px}._mainContainer_ln8kh_40{flex-flow:column;align-items:center;display:flex}._mainContainer_ln8kh_40>:not(:first-child){margin-top:16px}@media (width>=1200px){._mainContainer_ln8kh_40{flex-flow:row}._mainContainer_ln8kh_40>:not(:first-child){margin-top:0;margin-left:36px}}._item_ln8kh_58,._spot-container--light-primary_ln8kh_58 ._item_ln8kh_58,._spot-container--light-secondary_ln8kh_58 ._item_ln8kh_58{color:#25282e}._spot-container--dark-primary_ln8kh_61 ._item_ln8kh_58,._spot-container--dark-secondary_ln8kh_61 ._item_ln8kh_58{color:#e2e2e2}._item_ln8kh_58{margin:0;padding:0;font-size:15px;color:#0969d9!important}._exitButton_ln8kh_71{height:30px;margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px}._button_ln8kh_79{border:1px solid #0969d9;height:30px;font-weight:400;box-shadow:none!important}._button_ln8kh_79 ._buttonIcon_ln8kh_85{opacity:.33}._button_ln8kh_79.spot-button--active ._buttonIcon_ln8kh_85{opacity:1}._unselectedButtonIcon_ln8kh_92{opacity:.33}._selectionContainer_ln8kh_96{justify-content:space-between;align-items:center;width:100%;display:flex}._selection_ln8kh_96{flex-wrap:nowrap;align-items:center;display:flex}._selection_ln8kh_96>:not(:first-child){margin-left:12px}._pagination_ln8kh_112,._spot-container--light-primary_ln8kh_58 ._pagination_ln8kh_112,._spot-container--light-secondary_ln8kh_58 ._pagination_ln8kh_112{color:#25282e}._spot-container--dark-primary_ln8kh_61 ._pagination_ln8kh_112,._spot-container--dark-secondary_ln8kh_61 ._pagination_ln8kh_112{color:#e2e2e2}._pagination_ln8kh_112{margin:0;padding:0;font-size:15px;font-weight:600;position:absolute;top:12px;right:12px}._info_ln8kh_127{align-items:center;display:flex}._info_ln8kh_127>:not(:last-child){margin-right:16px}._columnsButton_ln8kh_135{text-transform:initial}._columnsButton_ln8kh_135,._columnsButton_ln8kh_135:hover{background-color:#0000}._popper_ln8kh_142{margin-top:8px!important}._paper_ln8kh_146{flex-direction:column;align-items:flex-start;padding:16px;display:flex}._paper_ln8kh_146>:not(:last-child){margin-bottom:16px}._paperTitle_ln8kh_156{margin:0;padding:0;font-size:15px}._paperTitle_ln8kh_156,._spot-container--light-primary_ln8kh_58 ._paperTitle_ln8kh_156,._spot-container--light-secondary_ln8kh_58 ._paperTitle_ln8kh_156{color:#5d6066}._spot-container--dark-primary_ln8kh_61 ._paperTitle_ln8kh_156,._spot-container--dark-secondary_ln8kh_61 ._paperTitle_ln8kh_156{color:#bcbdbc}._paperTitle_ln8kh_156{font-size:15px;font-weight:600;margin-bottom:8px!important}._spot--screenreader-only_1u9tu_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._spot--screenreader-only_y35nq_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_y35nq_10{flex:1;min-height:0;display:flex}._container_y35nq_16{flex-flow:column;padding-left:0;padding-right:0;display:flex}._grid_y35nq_23{flex:1;width:auto;min-height:0;margin-left:-24px;margin-right:-24px}@media (width>=600px){._grid_y35nq_23{margin-left:unset;margin-right:unset}}._spot--screenreader-only_4964k_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_4964k_10{height:100%;display:flex}._container_4964k_15{flex-wrap:nowrap}._tab_4964k_19{height:100%}._navLink_4964k_23{height:100%;font-size:18px;display:flex}._navLink_4964k_23:hover{text-decoration:none}._spot--screenreader-only_1ioh9_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._wrapper_1ioh9_10{padding-bottom:0}@media (width>=1440px){._wrapper_1ioh9_10{max-width:unset;padding-left:75px;padding-right:75px}}._titleBlock_1ioh9_21{justify-content:space-between;align-items:center;display:flex}._connectPractice_1ioh9_27{display:flex}._navigation_1ioh9_31{align-items:center;height:100%;display:flex}._headerToggle_1ioh9_37{color:#5d6066;margin-left:24px;display:flex;right:0}@media (width>=600px){._headerToggle_1ioh9_37{margin-left:0;position:absolute}}._toggle_1ioh9_50{display:flex}._classificationCheckbox_1ioh9_54{float:right}._spot--screenreader-only_131ep_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._columnHeaders_131ep_19{border-bottom:1px solid #bcbdbc;align-items:stretch}._columnHeader_131ep_19{background-color:#f0f0f0;align-self:stretch}._columnHeader_131ep_19:not(:last-of-type){border-right:1px solid #bcbdbc}._pinnedColumnHeaders_131ep_32{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px -1px #0000001f}._pinnedColumns_131ep_36{box-shadow:2px 0 4px -3px #00000036}._headerContainer_131ep_40{width:100%;display:flex}._headerCell_131ep_45,._spot-container--light-primary_131ep_45 ._headerCell_131ep_45,._spot-container--light-secondary_131ep_45 ._headerCell_131ep_45{color:#25282e}._spot-container--dark-primary_131ep_48 ._headerCell_131ep_45,._spot-container--dark-secondary_131ep_48 ._headerCell_131ep_45{color:#e2e2e2}._headerCell_131ep_45{text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0;font-size:15px;font-weight:700;display:block;overflow:hidden}._titleIcon_131ep_62{fill:#0969d9;margin-left:5px}._group_131ep_67{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}._group_131ep_67:has(>*){align-items:center;display:flex}span:has(span._group_131ep_67){gap:5px;display:flex;overflow:hidden}._cellContainer_131ep_84{min-width:0;max-height:100%;display:flex}._cell_131ep_84,._groupingCriteriaCell_131ep_90,._productCell_131ep_90,._spot-container--light-primary_131ep_45 ._cell_131ep_84,._spot-container--light-secondary_131ep_45 ._cell_131ep_84{color:#25282e}._spot-container--dark-primary_131ep_48 ._cell_131ep_84,._spot-container--dark-primary_131ep_48 ._groupingCriteriaCell_131ep_90,._spot-container--dark-primary_131ep_48 ._productCell_131ep_90,._spot-container--dark-secondary_131ep_48 ._cell_131ep_84,._spot-container--dark-secondary_131ep_48 ._groupingCriteriaCell_131ep_90,._spot-container--dark-secondary_131ep_48 ._productCell_131ep_90{color:#e2e2e2}._cell_131ep_84,._groupingCriteriaCell_131ep_90,._productCell_131ep_90{text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0;font-size:15px;display:block;overflow:hidden}._productCell_131ep_90{align-items:center;display:flex}._expandIcon_131ep_111{margin-right:10px}._groupingCriteriaCell_131ep_90 ._groupingCriteriaCellToggle_131ep_115{margin-right:12px}._row_131ep_119:hover{cursor:pointer;background-color:#e2f5ff!important}._detailsHolder_131ep_124{border-bottom:1px solid #e0e0e0}._spot--screenreader-only_1rxe7_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_1rxe7_19{background-color:#f0f0f0;border-bottom:1px solid #bcbdbc;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}._leftContainer_1rxe7_28{flex-flow:column;justify-content:space-between;align-items:flex-start;min-height:30px;display:flex}._leftContainer_1rxe7_28>:not(:first-child){margin-top:16px}@media (width>=1200px){._leftContainer_1rxe7_28{display:contents}._leftContainer_1rxe7_28>:not(:first-child){margin-top:0}}._item_1rxe7_47,._spot-container--light-primary_1rxe7_47 ._item_1rxe7_47,._spot-container--light-secondary_1rxe7_47 ._item_1rxe7_47{color:#25282e}._spot-container--dark-primary_1rxe7_50 ._item_1rxe7_47,._spot-container--dark-secondary_1rxe7_50 ._item_1rxe7_47{color:#e2e2e2}._item_1rxe7_47{margin:0;padding:0;font-size:15px;color:#0969d9!important}._exitButton_1rxe7_60{height:30px;margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px}._button_1rxe7_68{border:1px solid #0969d9;height:30px;font-weight:400;box-shadow:none!important}._button_1rxe7_68 ._buttonIcon_1rxe7_74{opacity:.33}._button_1rxe7_68.spot-button--active ._buttonIcon_1rxe7_74{opacity:1}._unselectedButtonIcon_1rxe7_81{opacity:.33}._selection_1rxe7_85{flex-wrap:nowrap;align-items:center;display:flex}._selection_1rxe7_85>:not(:first-child){margin-left:12px}._pagination_1rxe7_94,._spot-container--light-primary_1rxe7_47 ._pagination_1rxe7_94,._spot-container--light-secondary_1rxe7_47 ._pagination_1rxe7_94{color:#25282e}._spot-container--dark-primary_1rxe7_50 ._pagination_1rxe7_94,._spot-container--dark-secondary_1rxe7_50 ._pagination_1rxe7_94{color:#e2e2e2}._pagination_1rxe7_94{margin:0;padding:0;font-size:15px;font-weight:600;position:absolute;top:12px;right:12px}@media (width>=1024px){._pagination_1rxe7_94{position:unset}}._info_1rxe7_115{align-items:center;display:flex}._info_1rxe7_115>:not(:last-child){margin-right:16px}._columnsButton_1rxe7_123{text-transform:initial}._columnsButton_1rxe7_123,._columnsButton_1rxe7_123:hover{background-color:#0000}._popper_1rxe7_130{margin-top:8px!important}._paper_1rxe7_134{flex-direction:column;align-items:flex-start;padding:16px;display:flex}._paper_1rxe7_134>:not(:last-child){margin-bottom:16px}._paperTitle_1rxe7_144{margin:0;padding:0;font-size:15px}._paperTitle_1rxe7_144,._spot-container--light-primary_1rxe7_47 ._paperTitle_1rxe7_144,._spot-container--light-secondary_1rxe7_47 ._paperTitle_1rxe7_144{color:#5d6066}._spot-container--dark-primary_1rxe7_50 ._paperTitle_1rxe7_144,._spot-container--dark-secondary_1rxe7_50 ._paperTitle_1rxe7_144{color:#bcbdbc}._paperTitle_1rxe7_144{font-size:15px;font-weight:600;margin-bottom:8px!important}._spot--screenreader-only_1u9tu_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._headerMenuCustomItemContainer_1u9tu_19{padding-top:8px;padding-bottom:10px}._headerMenuCustomItem_1u9tu_19{cursor:pointer;padding:6px 16px}._headerMenuCustomItem_1u9tu_19:hover{cursor:pointer;background-color:#f0f0f0!important}._headerMenuCustomItem_1u9tu_19._disabled_1u9tu_32{color:#a9aaaa;pointer-events:none}._spot--screenreader-only_1wjmz_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_1wjmz_19{border:1px solid #bcbdbc;width:auto;margin:16px 32px}._columnHeader_1wjmz_25{align-self:stretch}._cellContainer_1wjmz_32{min-width:0;max-height:100%;display:flex}._cell_1wjmz_32,._groupingCriteriaCell_1wjmz_38,._spot-container--light-primary_1wjmz_38 ._cell_1wjmz_32,._spot-container--light-secondary_1wjmz_38 ._cell_1wjmz_32{color:#25282e}._spot-container--dark-primary_1wjmz_41 ._cell_1wjmz_32,._spot-container--dark-primary_1wjmz_41 ._groupingCriteriaCell_1wjmz_38,._spot-container--dark-secondary_1wjmz_41 ._cell_1wjmz_32,._spot-container--dark-secondary_1wjmz_41 ._groupingCriteriaCell_1wjmz_38{color:#e2e2e2}._cell_1wjmz_32,._groupingCriteriaCell_1wjmz_38{text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0;font-size:15px;display:block;overflow:hidden}._columnHeaders_1wjmz_54{border-bottom:1px solid #bcbdbc;align-items:stretch}._columnHeader_1wjmz_25{background-color:#f0f0f0;align-self:stretch}._columnHeader_1wjmz_25:not(:last-of-type){border-right:1px solid #bcbdbc}._pinnedColumnHeaders_1wjmz_67{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px -1px #0000001f}._pinnedColumns_1wjmz_71{box-shadow:2px 0 4px -3px #00000036}._spot--screenreader-only_18if0_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_18if0_10{flex:1;min-height:0;display:flex}._container_18if0_16{flex-flow:column;min-height:0;padding-left:0;padding-right:0;display:flex}._grid_18if0_24{flex:1;width:auto;min-height:0;margin-left:-24px;margin-right:-24px}@media (width>=600px){._grid_18if0_24{margin-left:unset;margin-right:unset}}.mapping-ui__board{height:100%;display:flex}.mapping-ui__board--disabled{opacity:.7;cursor:not-allowed}.mapping-ui__board--disabled *{pointer-events:none}.mapping-ui__droppable--full-width{width:100%;display:flex}.mapping-ui__column{box-sizing:border-box;width:530px;height:100%;padding:15px;font-family:Roboto,Helvetica Neue,Arial,sans-serif;display:inline-block;position:relative}.mapping-ui__column .horizontal-rule{border-bottom:2px solid #d0d1d0;width:100%;height:1px;margin:10px 0 0;box-shadow:0 2px 2px -1px #d0d1d0}.mapping-ui__column:not(:last-child){border-right:2px solid #d0d1d0}.mapping-ui__column h5,.spot-container--light-primary .mapping-ui__column h5,.spot-container--light-secondary .mapping-ui__column h5{color:#25282e}.spot-container--dark-primary .mapping-ui__column h5,.spot-container--dark-secondary .mapping-ui__column h5{color:#e2e2e2}.mapping-ui__column h5{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0;padding:0;font-size:18px;font-weight:400}.mapping-ui__column--collection-char{margin:10px 5px;font-size:13.5px;font-weight:700}.mapping-ui__column--droppable-addition{background-color:#e2f5ff}.mapping-ui__column--letter-bar{align-items:center;width:40px;font-size:13.5px;font-weight:700;position:absolute;top:70px;right:0}.mapping-ui__column--letter-bar div{flex-direction:column;align-items:center;display:flex}.mapping-ui__column--letter-bar div span{cursor:pointer;color:#0969d9;z-index:1}.mapping-ui__column--scrollable{width:100%;height:calc(100% - 30px)}.mapping-ui__column--scrollable .os-host{height:100%}.mapping-ui__column--scrollable .os-scrollbar-handle{background:#d0d1d0!important}.mapping-ui__column--scrollable [data-react-beautiful-dnd-droppable]{min-height:100%}.mapping-ui__column-header{justify-content:space-between;align-items:center;display:flex}.mapping-ui__column-header--actions{display:flex}.mapping-ui__column-header--actions-menu-icon{cursor:pointer;fill:#0969d9;width:24px;height:24px}.mapping-ui__column-header--actions-menu-item{cursor:pointer;place-content:center;display:flex}.mapping-ui__column-header--actions-menu-item svg{width:24px;height:24px;margin-right:5px}.mapping-ui__column-header--actions-menu-item.danger{color:#f5767d;fill:#f5767d}.mapping-ui__column-header--actions-menu-item.default{color:#9a9b9c;fill:#9a9b9c}.mapping-ui__column-header--actions-menu-item.primary{color:#0969d9;fill:#0969d9}.mapping-ui__column-header--actions-menu-item.warning{color:#f6e962;fill:#f6e962}.mapping-ui__column-header--actions-menu-item.disabled{color:#a9aaaa;fill:#a9aaaa}.mapping-ui__column-header--actions .spot-popover-wrapper{position:relative}.mapping-ui__column-header--actions .spot-popover{text-align:center;white-space:nowrap;font-size:18px}.mapping-ui__column-header--title{display:inline-flex}.os-host-overflow>.os-padding{z-index:auto}.mapping-ui__card{background-color:#fff;border:2px solid #d0d1d0;border-radius:5px;width:95%;min-height:110px;font-family:Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.mapping-ui__card--parent{border-bottom:none;border-radius:5px 5px 0 0}.mapping-ui__card--child{min-height:unset;border-top:1px solid #e2e2e2;border-bottom:0;border-radius:0;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.mapping-ui__card--child--final{border-bottom:2px solid #d0d1d0;border-radius:0 0 5px 5px}.mapping-ui__card--child--create:hover{background-color:#e2f5ff}.mapping-ui__card--child--create-title{color:#9a9b9c;align-items:center;font-weight:400;display:flex}.mapping-ui__card--child--create:hover .mapping-ui__card--child--create-title{color:unset}.mapping-ui__card--child--create-icon{fill:currentColor;width:24px;height:24px;margin-right:8px}.mapping-ui__card--child--create .mapping-ui__card--bottom{display:none}.mapping-ui__card--child .mapping-ui__card--content{min-height:unset}.mapping-ui__card h3,.spot-container--light-primary .mapping-ui__card h3,.spot-container--light-secondary .mapping-ui__card h3{color:#25282e}.spot-container--dark-primary .mapping-ui__card h3,.spot-container--dark-secondary .mapping-ui__card h3{color:#e2e2e2}.mapping-ui__card h3{font-size:15px;font-family:var(--font-family-sans-serif-secondary);margin:0;padding:0;font-size:18px;font-weight:700;line-height:28px}.mapping-ui__card--handle{box-sizing:border-box;border:2px solid #d0d1d0;border-right:none;border-radius:3px 0 0 3px;justify-content:center;align-items:center;width:28px;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;display:flex}.mapping-ui__card--handle-grip{fill-opacity:.5;fill:#fff;height:24px}.mapping-ui__card--handle.danger{background-color:#f5767d;border-color:#f5767d}.mapping-ui__card--handle.default{background-color:#9a9b9c;border-color:#9a9b9c}.mapping-ui__card--handle.primary{background-color:#0969d9;border-color:#0969d9}.mapping-ui__card--handle.warning{background-color:#f6e962;border-color:#f6e962}.mapping-ui__card--handle.disabled{background-color:#a9aaaa;border-color:#a9aaaa}.mapping-ui__card--handle--parent{border-radius:3px 0 0}.mapping-ui__card--handle--child{visibility:hidden}.mapping-ui__card--bottom{color:#717479;flex-direction:row;justify-content:space-between;font-size:15px;display:flex}.mapping-ui__card--container{margin-top:15px}.mapping-ui__card--container--child{min-height:unset;margin-top:0}.mapping-ui__card--content{-webkit-user-select:none;user-select:none;box-sizing:border-box;flex-direction:column;justify-content:space-between;width:100%;min-height:110px;padding:12px 10px;display:flex}.mapping-ui__card--description{color:#717479;margin:0;font-size:15px}.mapping-ui__card--dragging{z-index:999;box-shadow:0 8px 6px -6px #717479}.mapping-ui__card--id{align-self:flex-end;top:10px;right:10px}.mapping-ui__card--targeted{background-color:#cdedff}.mapping-ui__card--targeted .mapping-ui__card--handle{background-color:#66bb6a;border-color:#66bb6a}.mapping-ui__card--disabled{cursor:not-allowed}.mapping-ui__card--disabled .mapping-ui__card--bottom,.mapping-ui__card--disabled .mapping-ui__card--description,.mapping-ui__card--disabled h3{color:#a9aaaa}.mapping-ui__card--title-clickable{cursor:pointer}.mapping-ui__card--title-clickable h3{color:#0969d9}.mapping-ui__card--title-clickable:hover{background-color:#e2f5ff}html.os-html,html.os-html>.os-host{box-sizing:border-box;display:block;overflow:hidden;width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;position:absolute!important}html.os-html>.os-host>.os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{-ms-grid-row-align:flex-start;flex-flow:column;place-content:flex-start;align-items:flex-start;position:relative;overflow:visible!important}.os-host-flexbox{display:flex;overflow:hidden!important}.os-host-flexbox>.os-size-auto-observer{height:inherit!important}.os-host-flexbox>.os-content-glue{flex-grow:1;flex-shrink:0}.os-host-flexbox>.os-size-auto-observer,.os-host-flexbox>.os-content-glue{flex:0 auto;min-width:0;min-height:0}#os-dummy-scrollbar-size{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";visibility:hidden;width:500px;height:500px;position:fixed;overflow:scroll}#os-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}#os-dummy-scrollbar-size:before,#os-dummy-scrollbar-size:after,.os-content:before,.os-content:after{content:"";visibility:hidden;flex-grow:0;flex-shrink:0;width:.01px;height:.01px;font-size:0;line-height:0;display:table}#os-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,.os-viewport-native-scrollbars-invisible.os-viewport{scrollbar-width:none!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar{visibility:hidden!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar{visibility:hidden!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner{visibility:hidden!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{visibility:hidden!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.os-content-glue{box-sizing:inherit;pointer-events:none;width:100%;max-width:100%;max-height:100%}.os-padding{box-sizing:inherit;direction:inherit;z-index:0;margin:0;padding:0;position:absolute;inset:0;overflow:visible;width:auto!important;height:auto!important}.os-host-overflow>.os-padding{overflow:hidden}.os-viewport{-webkit-overflow-scrolling:touch;margin:0;padding:0;position:absolute;inset:0;overflow:hidden;direction:inherit!important;box-sizing:inherit!important;resize:none!important;outline:none!important}.os-content-arrange{z-index:-1;pointer-events:none;min-width:1px;min-height:1px;position:absolute}.os-content{direction:inherit;visibility:visible;width:100%;height:100%;display:block;position:relative;box-sizing:border-box!important}.os-content>.os-textarea{padding:0;box-sizing:border-box!important;direction:inherit!important;float:none!important;filter:none!important;resize:none!important;max-width:none!important;max-height:none!important;box-shadow:none!important;perspective:none!important;opacity:1!important;z-index:1!important;clip:auto!important;vertical-align:baseline!important;background:0 0!important;border:none!important;border-radius:0!important;outline:0 #0000!important;margin:0!important;display:block!important;position:absolute!important;top:0!important;left:0!important;overflow:hidden!important;transform:none!important}.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea{right:0!important}.os-content>.os-textarea-cover{z-index:-1;pointer-events:none}.os-content>.os-textarea[wrap=off]{white-space:pre!important;margin:0!important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;visibility:hidden;pointer-events:none;z-index:-1;width:100%;height:100%;display:block;position:absolute;top:0;left:0;overflow:hidden}.os-resize-observer-host{padding:inherit;border:inherit;box-sizing:border-box;border-style:solid;border-color:#0000}.os-resize-observer-host.observed{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.os-resize-observer-host>.os-resize-observer,.os-resize-observer-host.observed>.os-resize-observer{width:200%;height:200%;padding:inherit;border:inherit;box-sizing:content-box;margin:0;display:block}.os-resize-observer-host.observed>.os-resize-observer,.os-resize-observer-host.observed>.os-resize-observer:before{box-sizing:border-box;flex:1 0 auto;display:flex;position:relative}.os-resize-observer-host.observed>.os-resize-observer:before{content:"";box-sizing:content-box;padding:inherit;border:inherit;margin:0}.os-size-auto-observer{height:100%;width:inherit;float:left;z-index:-1;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;flex-shrink:0;flex-basis:0;max-width:1px;max-height:1px;margin:0;padding:0;position:relative;overflow:hidden;box-sizing:inherit!important}.os-size-auto-observer>.os-resize-observer{width:1000%;min-width:1px;height:1000%;min-height:1px}.os-resize-observer-item{z-index:-1;opacity:0;position:absolute;inset:0;overflow:hidden;direction:ltr!important;flex:none!important}.os-resize-observer-item-final{position:absolute;top:0;left:0;flex:none!important;transition:none!important}.os-resize-observer{animation-name:os-resize-observer-dummy-animation;animation-duration:1ms}object.os-resize-observer{box-sizing:border-box!important}@keyframes os-resize-observer-dummy-animation{0%{cursor:auto}to{cursor:none}}.os-host-transition>.os-scrollbar,.os-host-transition>.os-scrollbar-corner{transition:opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s}html.os-html>.os-host>.os-scrollbar{z-index:999999;position:absolute}.os-scrollbar,.os-scrollbar-corner{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";z-index:1;position:absolute}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{pointer-events:auto;width:100%;height:100%;position:relative;border:none!important;padding:0!important}.os-scrollbar-handle{pointer-events:auto;width:100%;height:100%;position:absolute}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none!important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl>.os-scrollbar-horizontal{right:0}.os-host-rtl>.os-scrollbar-vertical,.os-host-rtl>.os-scrollbar-corner{left:0;right:auto}.os-scrollbar-auto-hidden,.os-padding+.os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl>.os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{left:0;right:0}.os-scrollbar:hover,.os-scrollbar-corner.os-scrollbar-corner-resize{opacity:1!important;visibility:visible!important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);background-position:100% 100%;background-repeat:no-repeat;pointer-events:auto!important}.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize{transform:scaleX(-1)}.os-host-overflow{overflow:hidden!important}.os-theme-none>.os-scrollbar-horizontal,.os-theme-none>.os-scrollbar-vertical,.os-theme-none>.os-scrollbar-corner{display:none!important}.os-theme-none>.os-scrollbar-corner-resize{min-width:10px;min-height:10px;display:block!important}.os-theme-dark>.os-scrollbar-horizontal,.os-theme-light>.os-scrollbar-horizontal{height:10px;right:10px}.os-theme-dark>.os-scrollbar-vertical,.os-theme-light>.os-scrollbar-vertical{width:10px;bottom:10px}.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,.os-theme-light.os-host-rtl>.os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{background-color:#0000;width:10px;height:10px}.os-theme-dark>.os-scrollbar,.os-theme-light>.os-scrollbar{box-sizing:border-box;background:0 0;padding:2px}.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,.os-theme-light>.os-scrollbar.os-scrollbar-unusable,.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track{background:0 0}.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle{min-width:30px}.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle{min-height:30px}.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{transition:background-color .3s}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track{border-radius:10px}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:#0006}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:#fff6}.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:#0000008c}.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:#ffffff8c}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:#000000b3}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:#ffffffb3}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{content:"";display:block;position:absolute;inset:0}.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{left:-2px;right:-6px}.spot--screenreader-only{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}.mapping-ui__stack-drop-down,.spot-container--light-primary .mapping-ui__stack-drop-down,.spot-container--light-secondary .mapping-ui__stack-drop-down{color:#25282e}.spot-container--dark-primary .mapping-ui__stack-drop-down,.spot-container--dark-secondary .mapping-ui__stack-drop-down{color:#e2e2e2}.mapping-ui__stack-drop-down{font-size:15px;font-family:var(--font-family-sans-serif-secondary);-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-color:#fff;margin:0;padding:0 25px 0 0;font-size:18px;font-weight:400;border:0!important}.mapping-ui__stack-drop-down:focus{outline:none}.mapping-ui__stack-drop-down--caret-down{fill:#9a9b9c;pointer-events:none;margin-left:-20px}._signup-box_1508y_1{min-width:600px}._buttons-container_1508y_5{text-align:right;margin-top:20px}._signup-button_1508y_10{margin-left:12px}._spot--screenreader-only_1su2a_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._container_1su2a_19{flex-direction:column;flex:auto;height:0}._profilePageContent_1su2a_25{flex-direction:row;display:flex}._myProfileHeader_1su2a_30{flex-direction:row;justify-content:space-between;display:flex}._myProfileTitle_1su2a_36{order:0}._editLink_1su2a_40{order:1;align-content:flex-end}._userIcon_1su2a_45{border:3px solid #cbcfd1;border-radius:50%;flex:none;order:1;width:112px;height:112px;margin-top:24px;margin-right:64px;display:flex}._userIcon_1su2a_45>svg{color:#e2e2e2;border-radius:50%;padding:5px 0 0}._userIcon_1su2a_45>img{border-radius:50%}@media (width>=768px){._userIcon_1su2a_45{order:0}}._profileInformation_1su2a_70{flex-direction:column;flex:1;order:0;margin-right:50px;display:flex}@media (width>=768px){._profileInformation_1su2a_70{flex-direction:row;order:1}}._userInfo_1su2a_84{flex:1;order:0;padding-right:24px}._accessInfo_1su2a_90{flex:1;order:1}._profileInfo_1su2a_70{flex-direction:column;padding-top:24px;display:flex}._userField_1su2a_101{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;order:0;font-size:13.5px}._fieldValue_1su2a_109{word-break:break-all;order:1}._nameAndRole_1su2a_114{flex-direction:column;padding-top:24px;display:flex}._displayName_1su2a_120{order:0;font-weight:700}._userRole_1su2a_125{order:1}._spot--screenreader-only_jsfi1_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_jsfi1_19{z-index:0;flex-direction:column;padding-bottom:32px;display:flex}._form_jsfi1_26{width:100%;display:flex}._errorMessage_jsfi1_31{margin-top:24px}._container_jsfi1_35{flex-direction:column;flex:auto;flex-wrap:initial}@media (width>=768px){._container_jsfi1_35{flex-direction:row}}._editProfilePageContent_jsfi1_46{flex-direction:column;display:flex}@media (width>=768px){._editProfilePageContent_jsfi1_46{flex-direction:row}}._userInformation_jsfi1_56{flex-direction:column;flex-basis:auto;min-width:300px;display:flex}@media (width>=768px){._userInformation_jsfi1_56{padding-right:32px}}@media (width>=1024px){._userInformation_jsfi1_56{padding-right:64px}}._permissions_jsfi1_73{flex-direction:column;flex-basis:auto;min-width:300px;display:flex}@media (width>=768px){._permissions_jsfi1_73{padding-left:32px}}@media (width>=1024px){._permissions_jsfi1_73{padding-left:64px}}._columnTitle_jsfi1_90{margin-bottom:24px;font-weight:700}._permissionColumnSectionHeader_jsfi1_95{padding-top:24px;font-weight:700;line-height:1.5}._avatarSection_jsfi1_101{flex-direction:row;justify-content:space-between;display:flex}@media (width>=768px){._avatarSection_jsfi1_101{flex-direction:column-reverse}}@media (width>=1024px){._avatarSection_jsfi1_101{flex-direction:row}}._avatarSection_jsfi1_101 .spot-dropdown__content-item--selected{border-color:#000!important}._avatarSection_jsfi1_101 .spot-dropdown__caret{fill:#0969d9}._profileImage_jsfi1_123{border:3px solid #cbcfd1;border-radius:50%;flex:none;width:86px;height:86px;display:flex}._profileImage_jsfi1_123>svg{color:#e2e2e2;border-radius:50%;padding:5px 0 0}._profileImage_jsfi1_123>img{border-radius:50%;width:80px;height:80px}._displayNameTitle_jsfi1_142{margin-top:20px;margin-bottom:5px}._avatarTitle_jsfi1_147{margin-top:20px;margin-bottom:0}._avatarSubTitle_jsfi1_152{color:#5d6066;margin-bottom:5px;padding-top:0;font-size:13.5px}._userNameTitle_jsfi1_159{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;margin-top:30px;margin-bottom:0;font-size:13.5px}._userName_jsfi1_159{word-break:break-all}._permissionSection_jsfi1_172{border:1px solid #e2e2e2;border-radius:5px;flex-direction:row;justify-content:space-between;min-height:130px;display:flex}._permissionText_jsfi1_181{flex-direction:column;place-content:space-evenly center;padding-top:20px;padding-bottom:20px;display:flex}._permissionSiteLabel_jsfi1_190{margin-bottom:0;padding-left:20px}._permissionSubtext_jsfi1_195{padding-top:10px;padding-left:20px;padding-right:50px;font-size:small}._permissionsImage_jsfi1_202{align-self:center;height:70px;margin-right:30px}._verticalLine_jsfi1_208{display:none}@media (width>=768px){._verticalLine_jsfi1_208{align-self:stretch;margin:0;display:flex}}._horizontalLine_jsfi1_219{flex-basis:auto}@media (width>=768px){._horizontalLine_jsfi1_219{display:none}}._editMyProfileFooter_jsfi1_228{flex-direction:column;height:130px;display:flex}@media (width>=768px){._editMyProfileFooter_jsfi1_228{flex-direction:row;justify-content:space-between;align-items:center;height:75px}}._footerLinks_jsfi1_242{flex-direction:row;order:1;justify-content:center;align-items:center;margin-bottom:24px;display:flex}@media (width>=768px){._footerLinks_jsfi1_242{order:0;justify-content:flex-start;min-width:250px;margin:0 0 0 50px}}._footerSave_jsfi1_259{align-self:center;max-width:100px;margin-top:32px;margin-bottom:24px}@media (width>=768px){._footerSave_jsfi1_259{margin:0 300px 0 0}}._footerSpacer_jsfi1_271{order:2}._loadingOverlay_jsfi1_275{opacity:.8;z-index:999;background-color:#fff;width:100%;position:absolute}@media (width>=1440px){._loadingOverlay_jsfi1_275{width:100%}}._spot--screenreader-only_1c77b_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._messageSuccessContainer_1c77b_10{width:fit-content;max-width:90%;margin:auto}@media (width>=768px){._messageSuccessContainer_1c77b_10{max-width:400px}}._messageErrorContainer_1c77b_21{margin-top:20px}._messageContent_1c77b_25{flex-direction:row;order:1;justify-content:space-between;align-items:center;display:flex}._icon_1c77b_33{order:0;height:100%}._messageText_1c77b_38{order:1;padding-right:10px}._messageHeader_1c77b_43{font-weight:700!important}._closeButton_1c77b_47{color:#fff;background-color:#0000;order:2;width:15px;height:15px}._systemMessageToast_1c77b_55._systemMessageToast_1c77b_55{box-shadow:none;border-radius:0;margin:0;padding:0;background-color:#0000!important}._navGuard_8lyo4_1{z-index:1;justify-content:center;align-items:center;width:100%;margin-top:20vh;display:flex;position:absolute}._footer_4p9ut_1{justify-content:flex-end;align-items:center}._stayButton_4p9ut_6{width:auto!important;margin:0!important}._leaveButton_4p9ut_11{width:auto!important;margin:0 0 0 20px!important}._spot--screenreader-only_17ypg_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_17ypg_19{margin-bottom:-1px;padding-bottom:0}._container_17ypg_24{flex-direction:column;flex:auto;display:flex}._usersBlock_17ypg_30{flex-direction:column;display:flex}._titleBlock_17ypg_35{justify-content:space-between;align-items:center;display:flex}._connectUser_17ypg_41{visibility:hidden;display:flex}._grid_17ypg_46{flex:1}._spot--screenreader-only_1u2hp_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._errorMessage_1u2hp_19{order:0;margin-top:20px}._container_1u2hp_24{flex-direction:column;flex:auto;display:flex}._editUserPageContent_1u2hp_30{flex-direction:column;display:flex}@media (width>=768px){._editUserPageContent_1u2hp_30{flex-direction:row}}._userInformation_1u2hp_40{flex-direction:column;flex-basis:40%;order:0;min-width:300px;margin-top:20px;display:flex}._siteAccessInfo_1u2hp_49{background-color:#4c4d4e;border-color:#3c3d3e;border-radius:5px;width:100%;min-height:100px;margin-bottom:20px;display:flex}._infoIconBox_1u2hp_59{background-color:#3c3d3e;border-radius:5px;justify-content:center;align-items:center;width:50px;display:flex}._siteAccessInfoText_1u2hp_68{color:#fff;flex:10;margin:auto;padding:8px 16px}._permissions_1u2hp_75{flex-direction:column;flex-basis:60%;order:1;min-width:300px;margin-top:20px;display:flex}@media (width>=1024px){._permissions_1u2hp_75{margin-left:50px}}._displayNameHeader_1u2hp_89{order:0;margin-bottom:30px;padding-left:25px;font-size:42px;font-weight:100}._columnTitle_1u2hp_97{order:0;margin-bottom:20px;font-weight:700}._permissionColumnSectionHeader_1u2hp_103{padding-top:20px;font-weight:700;line-height:1.5}._avatarSection_1u2hp_109{flex-direction:row;justify-content:space-between;display:flex}@media (width>=768px){._avatarSection_1u2hp_109{flex-direction:column-reverse}}@media (width>=1024px){._avatarSection_1u2hp_109{flex-direction:row}}._avatarSection_1u2hp_109 .spot-dropdown__content-item--selected.spot-dropdown__content-item--selected{border-color:#000}._avatarSection_1u2hp_109 .spot-dropdown__caret{fill:#0969d9}._avatarText_1u2hp_131{order:0;padding-top:10px;padding-right:10px}@media (width>=768px){._avatarText_1u2hp_131{order:1}}@media (width>=1024px){._avatarText_1u2hp_131{order:0}}._userImage_1u2hp_147{border:3px solid #cbcfd1;border-radius:50%;flex:none;order:1;width:112px;height:112px;margin-right:30px;display:flex}._userImage_1u2hp_147>svg{color:#e2e2e2;border-radius:50%;padding:5px 0 0}@media (width>=768px){._userImage_1u2hp_147{order:0}}@media (width>=1024px){._userImage_1u2hp_147{order:1}}._avatarTitle_1u2hp_173{margin-top:20px;margin-bottom:0}._avatarSubTitle_1u2hp_178{color:#5d6066;margin-bottom:5px;padding-top:0;font-size:13.5px}._profileImage_1u2hp_185{border:3px solid #cbcfd1;border-radius:50%;flex:none;width:86px;height:86px;display:flex}._profileImage_1u2hp_185>svg{color:#e2e2e2;border-radius:50%;padding:5px 0 0}._profileImage_1u2hp_185>img{border-radius:50%;width:80px;height:80px}._displayNameSection_1u2hp_204{order:2}._displayNameTitle_1u2hp_208{margin-top:20px;margin-bottom:5px}._displayNameInput_1u2hp_213{padding-right:30px}._userNameSection_1u2hp_217{order:3}._userNameTitle_1u2hp_221{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;margin-top:30px;margin-bottom:0;font-size:13.5px}._userName_1u2hp_217{word-break:break-all;padding-right:30px}._permissionSection_1u2hp_235{border:1px solid #e2e2e2;border-radius:5px;flex-direction:row;justify-content:space-between;margin-bottom:40px;display:flex}._practiceAccessLabel_1u2hp_246{order:1;margin-bottom:0;padding:50px 20px}._permissionsImage_1u2hp_252{order:2;align-self:center;height:70px;margin-right:30px}._verticalLine_1u2hp_259{display:none}@media (width>=768px){._verticalLine_1u2hp_259{flex:1, 1, auto;display:flex}._horizontalLine_1u2hp_270{display:none}}._editUserFooter_1u2hp_275{flex-direction:column;height:130px;display:flex}@media (width>=768px){._editUserFooter_1u2hp_275{flex-direction:row;justify-content:space-between;align-items:center;height:75px}}._footerLinks_1u2hp_289{flex-direction:row;order:1;justify-content:center;align-items:center;margin-bottom:20px;display:flex}@media (width>=768px){._footerLinks_1u2hp_289{order:0;justify-content:flex-start;min-width:250px;margin:0 0 0 50px}}._footerCancel_1u2hp_306{order:0}._footerSave_1u2hp_310{order:0;align-self:center;max-width:100px;margin-top:30px;margin-bottom:20px}@media (width>=768px){._footerSave_1u2hp_310{order:1;margin:0 300px 0 0}}._footerSpacer_1u2hp_324{order:2}._spot--screenreader-only_1k23c_2{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_1k23c_20{border:1px solid #e2e2e2;border-radius:5px;flex-direction:column;margin-bottom:40px;padding:24px;display:flex}._holderError_1k23c_29{border:2px solid #f4a9a7;border-radius:5px;flex-direction:column;margin-bottom:5px;padding:24px;display:flex}._containerMain_1k23c_38{flex:1;justify-content:space-between;align-items:center;display:flex}._containerMain_1k23c_38:not(:first-child){margin-top:16px}._containerMain_1k23c_38>:not(:first-child){margin-left:16px}._grid_1k23c_51{margin-top:16px}._titleBlock_1k23c_55{flex-direction:column;flex:1;align-items:flex-start;display:flex}._titleBlock_1k23c_55>:not(:last-child){margin-bottom:8px}._titleDescription_1k23c_65:empty:before{content:"​"}._imageBlock_1k23c_69{flex-basis:84px}._image_1k23c_69{max-width:100%;max-height:100%}._button_1k23c_78{margin-top:8px;padding:0}._button_1k23c_78:focus{box-shadow:none}._caret_1k23c_86{transition:all 50ms ease-in-out}._caret_1k23c_86._expanded_1k23c_89{transform:rotate(90deg)}._accessTypeSelect_1k23c_93>:not(:first-child){margin-left:24px}._configurePractices_1k23c_97{flex-direction:column;align-items:center;padding-top:32px;padding-bottom:16px;display:flex}._configurePractices_1k23c_97>*{margin:2px 4px}._configurePracticeText_1k23c_108{color:#9a9b9c}._myOrganization_1k23c_112{text-transform:capitalize}._incompletePracticeAccessMessage_1k23c_116{font:"Roboto", "Helvetica Neue", Arial, sans-serif;color:#f4a9a7;background-color:#fff5f5;margin-bottom:40px;padding-left:8px;font-size:12px;font-weight:700}._spot--screenreader-only_oqqe4_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._headerContainerName_oqqe4_32{flex:1;align-items:center;display:flex}._row_oqqe4_37:hover{background-color:#e2f5ff!important}._headerCell_oqqe4_41{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;text-transform:uppercase;flex:1;font-size:13.5px}._cellContainer_oqqe4_50{align-items:stretch;width:100%;max-height:100%;display:flex}._cellName_oqqe4_57{white-space:normal;color:#5d6066;flex-direction:column;flex:1;justify-content:center;max-width:100%;display:flex;overflow:hidden}._cellName_oqqe4_57>:not(:last-child){margin-bottom:8px}@media (width>=1440px){._cellName_oqqe4_57{flex-direction:row}}._info_oqqe4_76{flex:1;align-items:center;display:flex;overflow:hidden}._text_oqqe4_83{text-overflow:ellipsis;white-space:nowrap;color:#5d6066;flex:1;display:block;overflow:hidden}._searchBar_oqqe4_92{margin-right:8px}._name_oqqe4_96{text-overflow:ellipsis;white-space:nowrap;flex:1;display:block;overflow:hidden}._noRows_oqqe4_104{flex-direction:column;padding-top:60px;display:flex}._overlay_j8ue1_1{z-index:100000;background-color:#fff;width:100vw;height:100vh;position:fixed;top:0;left:0}._closeIcon_j8ue1_11{fill:#97999b;width:24px;height:38px;margin-right:10px}._downIcon_j8ue1_18{fill:#0969d9;width:12px;height:12px;margin-left:5px}._avatarItem_j8ue1_25{border:3px solid #ccc;border-radius:50%;flex:0 0 30%;width:30%;margin-bottom:20px}._avatarItem_j8ue1_25:hover{border:3px solid #0969d9}._avatarItem_j8ue1_25 img{border-radius:50%;width:100%}._avatarItemSelected_j8ue1_40{border:3px solid #000}._avatarsList_j8ue1_44{flex-wrap:wrap;justify-content:space-between;width:90%;margin:20px auto;display:flex}._header_j8ue1_52{background-color:#f5f5f5;justify-content:space-between;padding:8px;display:flex}._header_j8ue1_52 h2{text-align:center;width:calc(100% - 30px);font-size:18px;font-weight:700}._singleAvatar_j8ue1_65{float:left;border:3px solid #ccc;border-radius:50%;width:56px;margin:2px;padding:0}._singleAvatar_j8ue1_65:hover{border:3px solid #0969d9}._singleAvatar_j8ue1_65 img{border-radius:50%;width:50px;height:50px}._avatarDropdown_j8ue1_82{width:100%}._spot--screenreader-only_10pxp_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._siteAccessSection_10pxp_19{border:1px solid #e2e2e2;border-radius:8px;flex-direction:column;justify-content:space-between;margin-bottom:32px;display:flex}._accessOption_10pxp_28{flex-flow:wrap;display:flex}._accessOption_10pxp_28>:first-child{padding-left:24px}._siteAccessImage_10pxp_37{order:3;height:75px;margin-top:32px;margin-right:24px}._siteAccessText_10pxp_44{flex:2 0;padding-left:0;padding-right:32px}._siteAccessLabel_10pxp_50{margin-bottom:8px;padding-top:32px;padding-bottom:0}._siteAccessSubtext_10pxp_56{padding-top:0;padding-bottom:12px;font-size:13.5px}._radioButton_10pxp_62{flex:auto;order:2;margin-bottom:0;padding-top:32px}._accessDropdown_10pxp_69{order:4;margin-bottom:24px;padding-left:64px;padding-right:64px}._accessDetailsDropDown_10pxp_76{color:#0969d9}._accessDetailsText_10pxp_80{padding-right:24px}._accessText_10pxp_84{border:1px solid #e2e2e2;border-left:0;border-right:0;flex-flow:wrap;justify-content:center;align-items:center;margin:-1px;padding-top:12px;padding-bottom:12px;display:flex}._acccessTypeText_10pxp_98{flex:1;justify-content:flex-start;margin-bottom:0;padding-right:16px;font-size:15px}._acccessLevelText_10pxp_106{color:#2e7d32;justify-content:flex-end;margin-left:auto;padding-right:12px;font-size:15px}._accessDetailsShown_10pxp_114{order:4;padding-top:32px;display:block}._accessDetailsHidden_10pxp_120{display:none}._spot--screenreader-only_1h2tp_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_1h2tp_19{margin-bottom:-1px;padding-bottom:0}._container_1h2tp_24{flex-direction:column;flex:auto;display:flex}._practicesBlock_1h2tp_30{flex-direction:column;display:flex}._titleBlock_1h2tp_35{justify-content:space-between;align-items:center;display:flex}._connectPractice_1h2tp_41{display:flex}._grid_1h2tp_45{flex:1}._notificationAnalytics_1h2tp_49{fill:#f6e962;font-weight:700}._practicesEmpty_1h2tp_54{flex-direction:column;justify-content:center;align-items:center;padding-top:90px;display:flex}._practicesEmpty_1h2tp_54>:not(:first-child){margin-top:25px;margin-bottom:0}._practicesEmptyImage_1h2tp_66{height:190px}._practicesEmptyText_1h2tp_70,._spot-container--light-primary_1h2tp_70 ._practicesEmptyText_1h2tp_70,._spot-container--light-secondary_1h2tp_70 ._practicesEmptyText_1h2tp_70{color:#5d6066}._spot-container--dark-primary_1h2tp_73 ._practicesEmptyText_1h2tp_70,._spot-container--dark-secondary_1h2tp_73 ._practicesEmptyText_1h2tp_70{color:#bcbdbc}._practicesEmptyText_1h2tp_70{text-align:center;width:250px}._spot--screenreader-only_1g1u6_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._headerContainer_1g1u6_30{align-items:center;height:60px;display:flex}@media (width>=1440px){._headerContainer_1g1u6_30{height:60px}}._row_1g1u6_41{background-color:#0000!important}._row_1g1u6_41._rowError_1g1u6_44,._row_1g1u6_41._rowError_1g1u6_44:hover{background-color:#fff5f5!important}._headerCell_1g1u6_48{color:#5d6066;text-transform:capitalize;letter-spacing:1.5px;text-transform:uppercase;font-size:13.5px}._cellContainer_1g1u6_56{align-items:stretch;width:100%;max-height:100%;display:flex}._cell_1g1u6_56,._cellName_1g1u6_63,._cellMobile_1g1u6_63{white-space:normal;color:#5d6066;max-width:100%}._cellMobile_1g1u6_63{flex-direction:column;width:100%;display:flex}._cellName_1g1u6_63{flex-direction:column;display:flex}._mobilePracticeName_1g1u6_80{flex-direction:column;margin-bottom:12px;display:flex}._mobileInfo_1g1u6_86{flex-direction:column;margin-bottom:16px;display:flex}._mobileInfo_1g1u6_86>:not(:last-child){margin-bottom:8px}@media (width>=768px){._mobileInfo_1g1u6_86{flex-direction:row}._mobileInfo_1g1u6_86>:not(:last-child){margin-bottom:0;margin-right:24px}}._toggle_1g1u6_104{display:flex}._toggle_1g1u6_104 label{margin:0}._name_1g1u6_111{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}._practiceInfo_1g1u6_118,._pims_1g1u6_126,._labels_1g1u6_134{text-overflow:ellipsis;white-space:nowrap;color:#5d6066;display:block;overflow:hidden}._spot--screenreader-only_1m1f9_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._enrollmentFrame_1m1f9_19{border:none;width:100%;height:100%}@media (width>=600px){._enrollmentFlyover_1m1f9_26{left:unset;width:600px}}._spot--screenreader-only_1w8zy_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._holder_1w8zy_10{justify-content:center;width:100%;display:flex;position:fixed;bottom:72px;left:0;right:0}._assignRegion_1w8zy_20{background-color:#0969d9;border-radius:4px;padding:20px 50px;bottom:0;box-shadow:0 0 4px #000}._createRegion_1w8zy_28{width:500px;height:300px;position:absolute}._title_1w8zy_34{color:#fff;fill:#fff;font-size:15px}._dropdown_1w8zy_40 ul{bottom:30px}._spot--screenreader-only_q20n1_1{clip:rect(0 0 0 0);text-indent:-10000px;z-index:-1;width:0;position:absolute;left:0}._container_q20n1_10{z-index:1000;background-color:#0969d9;border-radius:50%;padding:16px;position:fixed;bottom:16px;right:16px}._icon_q20n1_20{fill:#fff;width:50px;height:50px}
