body{background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rdp{--rdp-cell-size:40px;--rdp-caption-font-size:18px;--rdp-accent-color:#00f;--rdp-background-color:#e7edff;--rdp-accent-color-dark:#3003e1;--rdp-background-color-dark:#180270;--rdp-outline:2px solid var(--rdp-accent-color);--rdp-outline-selected:3px solid var(--rdp-accent-color);margin:1em}.rdp-vhidden{clip:rect(1px,1px,1px,1px)!important;-webkit-appearance:none;appearance:none;background:#0000;border:0;border:0!important;box-sizing:border-box;height:1px!important;margin:0;overflow:hidden!important;padding:0;padding:0!important;position:absolute!important;top:0;width:1px!important}.rdp-button_reset{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none;color:inherit;cursor:default;font:inherit;margin:0;padding:0;position:relative}.rdp-button_reset:focus-visible{outline:none}.rdp-button{border:2px solid #0000}.rdp-button[disabled]:not(.rdp-day_selected){opacity:.25}.rdp-button:not([disabled]){cursor:pointer}.rdp-button:focus-visible:not([disabled]){background-color:var(--rdp-background-color);border:var(--rdp-outline);color:inherit}.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{border-collapse:collapse;margin:0;max-width:calc(var(--rdp-cell-size)*7)}.rdp-with_weeknumber .rdp-table{border-collapse:collapse;max-width:calc(var(--rdp-cell-size)*8)}.rdp-caption{align-items:center;display:flex;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{display:block;position:relative;text-align:center}.rdp-caption_dropdowns,.rdp-caption_label{display:inline-flex;position:relative}.rdp-caption_label{align-items:center;border:2px solid #0000;color:currentColor;font-family:inherit;font-size:var(--rdp-caption-font-size);font-weight:700;margin:0;padding:0 .25em;white-space:nowrap;z-index:1}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{left:0;position:absolute;top:50%;transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;right:0;top:50%;transform:translateY(-50%)}.rdp-nav_button{align-items:center;border-radius:100%;display:inline-flex;height:var(--rdp-cell-size);justify-content:center;padding:.25em;width:var(--rdp-cell-size)}.rdp-dropdown_month,.rdp-dropdown_year{align-items:center;display:inline-flex;position:relative}.rdp-dropdown{-webkit-appearance:none;appearance:none;background-color:initial;border:none;bottom:0;cursor:inherit;font-family:inherit;font-size:inherit;left:0;line-height:inherit;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:2}.rdp-dropdown[disabled]{color:inherit;opacity:1}.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{font-size:.75em;font-weight:700;height:100%;height:var(--rdp-cell-size);padding:0;text-align:center;text-transform:uppercase;vertical-align:middle}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{height:100%;height:var(--rdp-cell-size);padding:0;text-align:center;width:var(--rdp-cell-size)}.rdp-weeknumber{font-size:.75em}.rdp-day,.rdp-weeknumber{align-items:center;border:2px solid #0000;border-radius:100%;box-sizing:border-box;display:flex;height:var(--rdp-cell-size);justify-content:center;margin:0;max-width:var(--rdp-cell-size);overflow:hidden;width:var(--rdp-cell-size)}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected,.rdp-day_selected:focus-visible,.rdp-day_selected:hover{background-color:var(--rdp-accent-color);color:#fff;opacity:1}.rdp-day_outside{opacity:.5}.rdp-day_selected:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end){border-bottom-right-radius:0;border-top-right-radius:0}.rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start),.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-bottom-left-radius:0;border-top-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-bottom-right-radius:0;border-top-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}.conventional-data-unload .circana-data-unload-checkbox-container{align-items:center;display:flex;flex-direction:column;padding:20px 0;width:-webkit-fit-content;width:fit-content}.conventional-data-unload .circana-data-unload-checkbox-container .unload-status-title{padding-bottom:15px}.conventional-data-unload .circana-action-button{background-color:#e6e6e6;border-radius:4px;height:30px;margin:8px 0 0;width:30px}.conventional-data-unload .unload-status-text{margin-left:4px}.conventional-data-unload .copy-conventional-path-button{margin-right:8px}@media print,screen and (min-width:40em){.reveal,.reveal.large,.reveal.small,.reveal.tiny{left:auto;margin:0 auto;right:auto}}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}*,:after,:before{box-sizing:inherit}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fefefe;color:#0a0a0a;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;margin:0;padding:0}img{-ms-interpolation-mode:bicubic;display:inline-block;height:auto;max-width:100%;vertical-align:middle}textarea{border-radius:0;height:auto;min-height:50px}select{box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:0;cursor:pointer;line-height:1;padding:0}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #cacaca;border-radius:4px;box-shadow:inset 0 1px 2px #0a0a0a1a;box-sizing:border-box;color:#0a0a0a;display:block;font-family:inherit;font-size:1rem;font-weight:400;height:2.4375rem;line-height:1.5;margin:0 0 1rem;padding:.5rem 16px;transition:box-shadow .5s,border-color .25s ease-in-out;width:100%}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{background-color:#fff;border:1px solid #8a8a8a;box-shadow:0 0 5px #cacaca;outline:none;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}::placeholder{color:#cacaca}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin-bottom:0;margin-left:.5rem;margin-right:1rem;vertical-align:initial}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{color:#0a0a0a;display:block;font-size:.875rem;font-weight:400;line-height:1.8;margin:0}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{color:#0a0a0a;font-size:.8125rem;font-style:italic;margin-top:-.5rem}.input-group{align-items:stretch;display:flex;margin-bottom:1rem;width:100%}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:4px 0 0 4px}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0 4px 4px 0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{align-items:center;background:#e6e6e6;border:1px solid #cacaca;color:#0a0a0a;display:flex;flex:0 0 auto;padding:0 1rem;text-align:center;white-space:nowrap}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1;min-width:0}.input-group-button{display:flex;flex:0 0 auto;padding-bottom:0;padding-top:0;text-align:center}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{align-self:stretch;font-size:1rem;height:auto;padding-bottom:0;padding-top:0}fieldset{border:0;margin:0;padding:0}legend{margin-bottom:.5rem;max-width:100%}.fieldset{border:1px solid #cacaca;margin:1.125rem 0;padding:1.25rem}.fieldset legend{margin:0 0 0 -.1875rem;padding:0 .1875rem}select{-webkit-appearance:none;appearance:none;background-color:#fefefe;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2732%27 height=%2724%27 viewBox=%270 0 32 24%27><polygon points=%270,0 32,0 16,24%27 style=%27fill: rgb%28138, 138, 138%29%27></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;border:1px solid #cacaca;border-radius:0;color:#0a0a0a;font-family:inherit;font-size:1rem;font-weight:400;height:2.4375rem;line-height:1.5;margin:0 0 1rem;padding:.5rem 1.5rem .5rem 16px;transition:box-shadow .5s,border-color .25s ease-in-out}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{background-color:#fff;border:1px solid #8a8a8a;box-shadow:0 0 5px #cacaca;outline:none;transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{background-image:none;height:auto}select:not([multiple]){padding-bottom:0;padding-top:0}.is-invalid-input:not(:focus){background-color:#fef8f8;border-color:#fdc2c2}.form-error,.is-invalid-input:not(:focus)::placeholder,.is-invalid-label{color:#fdc2c2}.form-error{display:none;font-size:.75rem;font-weight:700;margin-bottom:1rem;margin-top:-.5rem}.form-error.is-visible{display:block}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{font-size:inherit;line-height:1.6;margin-bottom:1rem;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:inherit;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:400;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#cacaca;line-height:0}.h1,h1{font-size:1.5rem}.h1,.h2,h1,h2{line-height:1.4;margin-bottom:.5rem;margin-top:0}.h2,h2{font-size:1.25rem}.h3,h3{font-size:1.1875rem}.h3,.h4,h3,h4{line-height:1.4;margin-bottom:.5rem;margin-top:0}.h4,h4{font-size:1.125rem}.h5,h5{font-size:1.0625rem}.h5,.h6,h5,h6{line-height:1.4;margin-bottom:.5rem;margin-top:0}.h6,h6{font-size:1rem}@media print,screen and (min-width:40em){.h1,h1{font-size:3rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.9375rem}.h4,h4{font-size:1.5625rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}}a{color:#1271b2;cursor:pointer;line-height:inherit;text-decoration:none}a:focus,a:hover{color:#0f6199}a img,hr{border:0}hr{border-bottom:1px solid #cacaca;clear:both;height:0;margin:1.25rem auto;max-width:75rem}dl,ol,ul{line-height:1.6;list-style-position:outside;margin-bottom:1rem}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0;margin-left:1.25rem}dl{margin-bottom:1rem}dl dt{font-weight:700;margin-bottom:.3rem}blockquote{border-left:1px solid #cacaca;margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem}blockquote,blockquote p{color:#8a8a8a;line-height:1.6}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure,kbd{margin:0}kbd{background-color:#e6e6e6;color:#0a0a0a;font-family:Consolas,Liberation Mono,Courier,monospace;padding:.125rem .25rem 0}.subheader{color:#8a8a8a;font-weight:400;line-height:1.4;margin-bottom:.5rem;margin-top:.2rem}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{list-style:none;margin-left:0}.cite-block,cite{color:#8a8a8a;display:block;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{word-wrap:break-word;display:inline;max-width:100%;padding:.125rem .3125rem .0625rem}.code-block,.code-inline,code{background-color:#e6e6e6;border:1px solid #cacaca;color:#0a0a0a;font-family:Consolas,Liberation Mono,Courier,monospace;font-weight:400}.code-block{display:block;margin-bottom:1.5rem;overflow:auto;padding:1rem;white-space:pre}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{color-adjust:economy;background:#0000!important;box-shadow:none!important;color:#000!important;-webkit-print-color-adjust:economy;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.grid-container{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:40em){.grid-container{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:40em){.grid-container.fluid{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1}.cell.shrink{flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{flex:1 1;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{flex:1 1;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x>.cell{margin-left:.625rem;margin-right:.625rem;width:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x>.cell{margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.grid-padding-x .grid-padding-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-container:not(.full)>.grid-padding-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-padding-x>.cell{padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:40em){.grid-padding-x>.cell{padding-left:.9375rem;padding-right:.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-left:0;margin-right:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:40em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-left:0;margin-right:0}.small-padding-collapse>.cell{padding-left:0;padding-right:0}@media print,screen and (min-width:40em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:40em){.medium-padding-collapse{margin-left:0;margin-right:0}.medium-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-left:0;margin-right:0}.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}.large-padding-collapse{margin-left:0;margin-right:0}.large-padding-collapse>.cell{padding-left:0;padding-right:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:.625rem}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .625rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .625rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .625rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .625rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .625rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .625rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .625rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .625rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .625rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .625rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .625rem)}@media print,screen and (min-width:40em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.9375rem}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .9375rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .9375rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .9375rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .9375rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .9375rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .9375rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .9375rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .9375rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .9375rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .9375rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.9375rem}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .9375rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .9375rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .9375rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .9375rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .9375rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .9375rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .9375rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .9375rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .9375rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .9375rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .9375rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:40em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:40em){.grid-y>.medium-auto{flex:1 1;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{flex:1 1;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width:40em){.grid-padding-y .grid-padding-y{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-padding-y>.cell{padding-bottom:.625rem;padding-top:.625rem}@media print,screen and (min-width:40em){.grid-padding-y>.cell{padding-bottom:.9375rem;padding-top:.9375rem}}.grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .grid-frame{width:100%}.cell-block{max-width:100%;overflow-x:auto}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}@media print,screen and (min-width:40em){.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.medium-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media print,screen and (min-width:64em){.large-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}.grid-y.grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-bottom:.625rem;margin-top:.625rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-bottom:.9375rem;margin-top:.9375rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print,screen and (min-width:40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}.button{-webkit-appearance:none;border:1px solid #0000;border-radius:0;display:inline-block;font-family:inherit;font-size:.9rem;line-height:1;margin:0 0 1rem;padding:.85em 1em;text-align:center;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;margin-left:0;margin-right:0;width:100%}.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#1271b2;color:#fefefe}.button:focus,.button:hover{background-color:#0f6097;color:#fefefe}.button.primary,.button.primary.disabled,.button.primary.disabled:focus,.button.primary.disabled:hover,.button.primary[disabled],.button.primary[disabled]:focus,.button.primary[disabled]:hover{background-color:#1271b2;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#0e5a8e;color:#fefefe}.button.secondary,.button.secondary.disabled,.button.secondary.disabled:focus,.button.secondary.disabled:hover,.button.secondary[disabled],.button.secondary[disabled]:focus,.button.secondary[disabled]:hover{background-color:#767676;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#5e5e5e;color:#fefefe}.button.cancel,.button.cancel.disabled,.button.cancel.disabled:focus,.button.cancel.disabled:hover,.button.cancel[disabled],.button.cancel[disabled]:focus,.button.cancel[disabled]:hover{background-color:#e9e9e9;color:#0a0a0a}.button.cancel:focus,.button.cancel:hover{background-color:#bababa;color:#0a0a0a}.button.tertiary,.button.tertiary.disabled,.button.tertiary.disabled:focus,.button.tertiary.disabled:hover,.button.tertiary[disabled],.button.tertiary[disabled]:focus,.button.tertiary[disabled]:hover{background-color:#e9e9e9;color:#0a0a0a}.button.tertiary:focus,.button.tertiary:hover{background-color:#bababa;color:#0a0a0a}.button.success,.button.success.disabled,.button.success.disabled:focus,.button.success.disabled:hover,.button.success[disabled],.button.success[disabled]:focus,.button.success[disabled]:hover{background-color:#c1f8a4;color:#0a0a0a}.button.success:focus,.button.success:hover{background-color:#8df257;color:#0a0a0a}.button.warning,.button.warning.disabled,.button.warning.disabled:focus,.button.warning.disabled:hover,.button.warning[disabled],.button.warning[disabled]:focus,.button.warning[disabled]:hover{background-color:#f9eabf;color:#0a0a0a}.button.warning:focus,.button.warning:hover{background-color:#f1d06f;color:#0a0a0a}.button.alert,.button.alert.disabled,.button.alert.disabled:focus,.button.alert.disabled:hover,.button.alert[disabled],.button.alert[disabled]:focus,.button.alert[disabled]:hover{background-color:#fdc2c2;color:#0a0a0a}.button.alert:focus,.button.alert:hover{background-color:#fa6b6b;color:#0a0a0a}.button.green-60,.button.green-60.disabled,.button.green-60.disabled:focus,.button.green-60.disabled:hover,.button.green-60[disabled],.button.green-60[disabled]:focus,.button.green-60[disabled]:hover{background-color:#6fbe46;color:#0a0a0a}.button.green-60:focus,.button.green-60:hover{background-color:#589a36;color:#0a0a0a}.button.red-60,.button.red-60.disabled,.button.red-60.disabled:focus,.button.red-60.disabled:hover,.button.red-60[disabled],.button.red-60[disabled]:focus,.button.red-60[disabled]:hover{background-color:#e32836;color:#fefefe}.button.red-60:focus,.button.red-60:hover{background-color:#bd1925;color:#fefefe}.button.green-20,.button.green-20.disabled,.button.green-20.disabled:focus,.button.green-20.disabled:hover,.button.green-20[disabled],.button.green-20[disabled]:focus,.button.green-20[disabled]:hover{background-color:#c1f8a4;color:#0a0a0a}.button.green-20:focus,.button.green-20:hover{background-color:#8df257;color:#0a0a0a}.button.yellow-20,.button.yellow-20.disabled,.button.yellow-20.disabled:focus,.button.yellow-20.disabled:hover,.button.yellow-20[disabled],.button.yellow-20[disabled]:focus,.button.yellow-20[disabled]:hover{background-color:#f9eabf;color:#0a0a0a}.button.yellow-20:focus,.button.yellow-20:hover{background-color:#f1d06f;color:#0a0a0a}.button.orange-20,.button.orange-20.disabled,.button.orange-20.disabled:focus,.button.orange-20.disabled:hover,.button.orange-20[disabled],.button.orange-20[disabled]:focus,.button.orange-20[disabled]:hover{background-color:#fcd5ad;color:#0a0a0a}.button.orange-20:focus,.button.orange-20:hover{background-color:#f9ab5b;color:#0a0a0a}.button.red-20,.button.red-20.disabled,.button.red-20.disabled:focus,.button.red-20.disabled:hover,.button.red-20[disabled],.button.red-20[disabled]:focus,.button.red-20[disabled]:hover{background-color:#fdc2c2;color:#0a0a0a}.button.red-20:focus,.button.red-20:hover{background-color:#fa6b6b;color:#0a0a0a}.button.light-blue,.button.light-blue.disabled,.button.light-blue.disabled:focus,.button.light-blue.disabled:hover,.button.light-blue[disabled],.button.light-blue[disabled]:focus,.button.light-blue[disabled]:hover{background-color:#89cff0;color:#0a0a0a}.button.light-blue:focus,.button.light-blue:hover{background-color:#46b4e7;color:#0a0a0a}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:#0000}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{border:1px solid #1271b2;color:#1271b2}.button.hollow:focus,.button.hollow:hover{border-color:#093959;color:#093959}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary.disabled:focus,.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled],.button.hollow.primary[disabled]:focus,.button.hollow.primary[disabled]:hover{border:1px solid #1271b2;color:#1271b2}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#093959;color:#093959}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary.disabled:focus,.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled],.button.hollow.secondary[disabled]:focus,.button.hollow.secondary[disabled]:hover{border:1px solid #767676;color:#767676}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.cancel,.button.hollow.cancel.disabled,.button.hollow.cancel.disabled:focus,.button.hollow.cancel.disabled:hover,.button.hollow.cancel[disabled],.button.hollow.cancel[disabled]:focus,.button.hollow.cancel[disabled]:hover{border:1px solid #e9e9e9;color:#e9e9e9}.button.hollow.cancel:focus,.button.hollow.cancel:hover{border-color:#757575;color:#757575}.button.hollow.tertiary,.button.hollow.tertiary.disabled,.button.hollow.tertiary.disabled:focus,.button.hollow.tertiary.disabled:hover,.button.hollow.tertiary[disabled],.button.hollow.tertiary[disabled]:focus,.button.hollow.tertiary[disabled]:hover{border:1px solid #e9e9e9;color:#e9e9e9}.button.hollow.tertiary:focus,.button.hollow.tertiary:hover{border-color:#757575;color:#757575}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success.disabled:focus,.button.hollow.success.disabled:hover,.button.hollow.success[disabled],.button.hollow.success[disabled]:focus,.button.hollow.success[disabled]:hover{border:1px solid #c1f8a4;color:#c1f8a4}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#4cbf0f;color:#4cbf0f}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning.disabled:focus,.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled],.button.hollow.warning[disabled]:focus,.button.hollow.warning[disabled]:hover{border:1px solid #f9eabf;color:#f9eabf}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#c99a13;color:#c99a13}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert.disabled:focus,.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled],.button.hollow.alert[disabled]:focus,.button.hollow.alert[disabled]:hover{border:1px solid #fdc2c2;color:#fdc2c2}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#d80707;color:#d80707}.button.hollow.green-60,.button.hollow.green-60.disabled,.button.hollow.green-60.disabled:focus,.button.hollow.green-60.disabled:hover,.button.hollow.green-60[disabled],.button.hollow.green-60[disabled]:focus,.button.hollow.green-60[disabled]:hover{border:1px solid #6fbe46;color:#6fbe46}.button.hollow.green-60:focus,.button.hollow.green-60:hover{border-color:#376022;color:#376022}.button.hollow.red-60,.button.hollow.red-60.disabled,.button.hollow.red-60.disabled:focus,.button.hollow.red-60.disabled:hover,.button.hollow.red-60[disabled],.button.hollow.red-60[disabled]:focus,.button.hollow.red-60[disabled]:hover{border:1px solid #e32836;color:#e32836}.button.hollow.red-60:focus,.button.hollow.red-60:hover{border-color:#760f17;color:#760f17}.button.hollow.green-20,.button.hollow.green-20.disabled,.button.hollow.green-20.disabled:focus,.button.hollow.green-20.disabled:hover,.button.hollow.green-20[disabled],.button.hollow.green-20[disabled]:focus,.button.hollow.green-20[disabled]:hover{border:1px solid #c1f8a4;color:#c1f8a4}.button.hollow.green-20:focus,.button.hollow.green-20:hover{border-color:#4cbf0f;color:#4cbf0f}.button.hollow.yellow-20,.button.hollow.yellow-20.disabled,.button.hollow.yellow-20.disabled:focus,.button.hollow.yellow-20.disabled:hover,.button.hollow.yellow-20[disabled],.button.hollow.yellow-20[disabled]:focus,.button.hollow.yellow-20[disabled]:hover{border:1px solid #f9eabf;color:#f9eabf}.button.hollow.yellow-20:focus,.button.hollow.yellow-20:hover{border-color:#c99a13;color:#c99a13}.button.hollow.orange-20,.button.hollow.orange-20.disabled,.button.hollow.orange-20.disabled:focus,.button.hollow.orange-20.disabled:hover,.button.hollow.orange-20[disabled],.button.hollow.orange-20[disabled]:focus,.button.hollow.orange-20[disabled]:hover{border:1px solid #fcd5ad;color:#fcd5ad}.button.hollow.orange-20:focus,.button.hollow.orange-20:hover{border-color:#cd6c08;color:#cd6c08}.button.hollow.red-20,.button.hollow.red-20.disabled,.button.hollow.red-20.disabled:focus,.button.hollow.red-20.disabled:hover,.button.hollow.red-20[disabled],.button.hollow.red-20[disabled]:focus,.button.hollow.red-20[disabled]:hover{border:1px solid #fdc2c2;color:#fdc2c2}.button.hollow.red-20:focus,.button.hollow.red-20:hover{border-color:#d80707;color:#d80707}.button.hollow.light-blue,.button.hollow.light-blue.disabled,.button.hollow.light-blue.disabled:focus,.button.hollow.light-blue.disabled:hover,.button.hollow.light-blue[disabled],.button.hollow.light-blue[disabled]:focus,.button.hollow.light-blue[disabled]:hover{border:1px solid #89cff0;color:#89cff0}.button.hollow.light-blue:focus,.button.hollow.light-blue:hover{border-color:#1578a7;color:#1578a7}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{background-color:#0000;border-color:#0000}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{color:#1271b2}.button.clear:focus,.button.clear:hover{color:#093959}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary.disabled:focus,.button.clear.primary.disabled:hover,.button.clear.primary[disabled],.button.clear.primary[disabled]:focus,.button.clear.primary[disabled]:hover{color:#1271b2}.button.clear.primary:focus,.button.clear.primary:hover{color:#093959}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary.disabled:focus,.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled],.button.clear.secondary[disabled]:focus,.button.clear.secondary[disabled]:hover{color:#767676}.button.clear.secondary:focus,.button.clear.secondary:hover{color:#3b3b3b}.button.clear.cancel,.button.clear.cancel.disabled,.button.clear.cancel.disabled:focus,.button.clear.cancel.disabled:hover,.button.clear.cancel[disabled],.button.clear.cancel[disabled]:focus,.button.clear.cancel[disabled]:hover{color:#e9e9e9}.button.clear.cancel:focus,.button.clear.cancel:hover{color:#757575}.button.clear.tertiary,.button.clear.tertiary.disabled,.button.clear.tertiary.disabled:focus,.button.clear.tertiary.disabled:hover,.button.clear.tertiary[disabled],.button.clear.tertiary[disabled]:focus,.button.clear.tertiary[disabled]:hover{color:#e9e9e9}.button.clear.tertiary:focus,.button.clear.tertiary:hover{color:#757575}.button.clear.success,.button.clear.success.disabled,.button.clear.success.disabled:focus,.button.clear.success.disabled:hover,.button.clear.success[disabled],.button.clear.success[disabled]:focus,.button.clear.success[disabled]:hover{color:#c1f8a4}.button.clear.success:focus,.button.clear.success:hover{color:#4cbf0f}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning.disabled:focus,.button.clear.warning.disabled:hover,.button.clear.warning[disabled],.button.clear.warning[disabled]:focus,.button.clear.warning[disabled]:hover{color:#f9eabf}.button.clear.warning:focus,.button.clear.warning:hover{color:#c99a13}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert.disabled:focus,.button.clear.alert.disabled:hover,.button.clear.alert[disabled],.button.clear.alert[disabled]:focus,.button.clear.alert[disabled]:hover{color:#fdc2c2}.button.clear.alert:focus,.button.clear.alert:hover{color:#d80707}.button.clear.green-60,.button.clear.green-60.disabled,.button.clear.green-60.disabled:focus,.button.clear.green-60.disabled:hover,.button.clear.green-60[disabled],.button.clear.green-60[disabled]:focus,.button.clear.green-60[disabled]:hover{color:#6fbe46}.button.clear.green-60:focus,.button.clear.green-60:hover{color:#376022}.button.clear.red-60,.button.clear.red-60.disabled,.button.clear.red-60.disabled:focus,.button.clear.red-60.disabled:hover,.button.clear.red-60[disabled],.button.clear.red-60[disabled]:focus,.button.clear.red-60[disabled]:hover{color:#e32836}.button.clear.red-60:focus,.button.clear.red-60:hover{color:#760f17}.button.clear.green-20,.button.clear.green-20.disabled,.button.clear.green-20.disabled:focus,.button.clear.green-20.disabled:hover,.button.clear.green-20[disabled],.button.clear.green-20[disabled]:focus,.button.clear.green-20[disabled]:hover{color:#c1f8a4}.button.clear.green-20:focus,.button.clear.green-20:hover{color:#4cbf0f}.button.clear.yellow-20,.button.clear.yellow-20.disabled,.button.clear.yellow-20.disabled:focus,.button.clear.yellow-20.disabled:hover,.button.clear.yellow-20[disabled],.button.clear.yellow-20[disabled]:focus,.button.clear.yellow-20[disabled]:hover{color:#f9eabf}.button.clear.yellow-20:focus,.button.clear.yellow-20:hover{color:#c99a13}.button.clear.orange-20,.button.clear.orange-20.disabled,.button.clear.orange-20.disabled:focus,.button.clear.orange-20.disabled:hover,.button.clear.orange-20[disabled],.button.clear.orange-20[disabled]:focus,.button.clear.orange-20[disabled]:hover{color:#fcd5ad}.button.clear.orange-20:focus,.button.clear.orange-20:hover{color:#cd6c08}.button.clear.red-20,.button.clear.red-20.disabled,.button.clear.red-20.disabled:focus,.button.clear.red-20.disabled:hover,.button.clear.red-20[disabled],.button.clear.red-20[disabled]:focus,.button.clear.red-20[disabled]:hover{color:#fdc2c2}.button.clear.red-20:focus,.button.clear.red-20:hover{color:#d80707}.button.clear.light-blue,.button.clear.light-blue.disabled,.button.clear.light-blue.disabled:focus,.button.clear.light-blue.disabled:hover,.button.clear.light-blue[disabled],.button.clear.light-blue[disabled]:focus,.button.clear.light-blue[disabled]:hover{color:#89cff0}.button.clear.light-blue:focus,.button.clear.light-blue:hover{color:#1578a7}.button.disabled,.button[disabled]{cursor:not-allowed;opacity:.25}.button.dropdown:after{border-color:#fefefe #0000 #0000;border-style:solid inset inset;border-width:.4em .4em 0;content:"";display:block;display:inline-block;float:right;height:0;margin-left:1em;position:relative;top:.4em;width:0}.button.dropdown.clear.primary:after,.button.dropdown.clear:after,.button.dropdown.hollow.primary:after,.button.dropdown.hollow:after{border-top-color:#1271b2}.button.dropdown.clear.secondary:after,.button.dropdown.hollow.secondary:after{border-top-color:#767676}.button.dropdown.clear.cancel:after,.button.dropdown.clear.tertiary:after,.button.dropdown.hollow.cancel:after,.button.dropdown.hollow.tertiary:after{border-top-color:#e9e9e9}.button.dropdown.clear.success:after,.button.dropdown.hollow.success:after{border-top-color:#c1f8a4}.button.dropdown.clear.warning:after,.button.dropdown.hollow.warning:after{border-top-color:#f9eabf}.button.dropdown.clear.alert:after,.button.dropdown.hollow.alert:after{border-top-color:#fdc2c2}.button.dropdown.clear.green-60:after,.button.dropdown.hollow.green-60:after{border-top-color:#6fbe46}.button.dropdown.clear.red-60:after,.button.dropdown.hollow.red-60:after{border-top-color:#e32836}.button.dropdown.clear.green-20:after,.button.dropdown.hollow.green-20:after{border-top-color:#c1f8a4}.button.dropdown.clear.yellow-20:after,.button.dropdown.hollow.yellow-20:after{border-top-color:#f9eabf}.button.dropdown.clear.orange-20:after,.button.dropdown.hollow.orange-20:after{border-top-color:#fcd5ad}.button.dropdown.clear.red-20:after,.button.dropdown.hollow.red-20:after{border-top-color:#fdc2c2}.button.dropdown.clear.light-blue:after,.button.dropdown.hollow.light-blue:after{border-top-color:#89cff0}.button.arrow-only:after{float:none;margin-left:0;top:-.1em}a.button:focus,a.button:hover{text-decoration:none}.button-group{align-items:stretch;display:flex;flex-grow:1;flex-wrap:wrap;margin-bottom:1rem}.button-group:after,.button-group:before{content:" ";display:table;flex-basis:0;order:1}.button-group:after{clear:both}.button-group:after,.button-group:before{display:none}.button-group .button{flex:0 0 auto;font-size:.9rem;margin:0 1px 1px 0}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{flex:1 1;margin-right:0}.button-group.primary .button,.button-group.primary .button.disabled,.button-group.primary .button.disabled:focus,.button-group.primary .button.disabled:hover,.button-group.primary .button[disabled],.button-group.primary .button[disabled]:focus,.button-group.primary .button[disabled]:hover{background-color:#1271b2;color:#fefefe}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#0e5a8e;color:#fefefe}.button-group.secondary .button,.button-group.secondary .button.disabled,.button-group.secondary .button.disabled:focus,.button-group.secondary .button.disabled:hover,.button-group.secondary .button[disabled],.button-group.secondary .button[disabled]:focus,.button-group.secondary .button[disabled]:hover{background-color:#767676;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#5e5e5e;color:#fefefe}.button-group.cancel .button,.button-group.cancel .button.disabled,.button-group.cancel .button.disabled:focus,.button-group.cancel .button.disabled:hover,.button-group.cancel .button[disabled],.button-group.cancel .button[disabled]:focus,.button-group.cancel .button[disabled]:hover{background-color:#e9e9e9;color:#0a0a0a}.button-group.cancel .button:focus,.button-group.cancel .button:hover{background-color:#bababa;color:#0a0a0a}.button-group.tertiary .button,.button-group.tertiary .button.disabled,.button-group.tertiary .button.disabled:focus,.button-group.tertiary .button.disabled:hover,.button-group.tertiary .button[disabled],.button-group.tertiary .button[disabled]:focus,.button-group.tertiary .button[disabled]:hover{background-color:#e9e9e9;color:#0a0a0a}.button-group.tertiary .button:focus,.button-group.tertiary .button:hover{background-color:#bababa;color:#0a0a0a}.button-group.success .button,.button-group.success .button.disabled,.button-group.success .button.disabled:focus,.button-group.success .button.disabled:hover,.button-group.success .button[disabled],.button-group.success .button[disabled]:focus,.button-group.success .button[disabled]:hover{background-color:#c1f8a4;color:#0a0a0a}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#8df257;color:#0a0a0a}.button-group.warning .button,.button-group.warning .button.disabled,.button-group.warning .button.disabled:focus,.button-group.warning .button.disabled:hover,.button-group.warning .button[disabled],.button-group.warning .button[disabled]:focus,.button-group.warning .button[disabled]:hover{background-color:#f9eabf;color:#0a0a0a}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#f1d06f;color:#0a0a0a}.button-group.alert .button,.button-group.alert .button.disabled,.button-group.alert .button.disabled:focus,.button-group.alert .button.disabled:hover,.button-group.alert .button[disabled],.button-group.alert .button[disabled]:focus,.button-group.alert .button[disabled]:hover{background-color:#fdc2c2;color:#0a0a0a}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#fa6b6b;color:#0a0a0a}.button-group.green-60 .button,.button-group.green-60 .button.disabled,.button-group.green-60 .button.disabled:focus,.button-group.green-60 .button.disabled:hover,.button-group.green-60 .button[disabled],.button-group.green-60 .button[disabled]:focus,.button-group.green-60 .button[disabled]:hover{background-color:#6fbe46;color:#0a0a0a}.button-group.green-60 .button:focus,.button-group.green-60 .button:hover{background-color:#589a36;color:#0a0a0a}.button-group.red-60 .button,.button-group.red-60 .button.disabled,.button-group.red-60 .button.disabled:focus,.button-group.red-60 .button.disabled:hover,.button-group.red-60 .button[disabled],.button-group.red-60 .button[disabled]:focus,.button-group.red-60 .button[disabled]:hover{background-color:#e32836;color:#fefefe}.button-group.red-60 .button:focus,.button-group.red-60 .button:hover{background-color:#bd1925;color:#fefefe}.button-group.green-20 .button,.button-group.green-20 .button.disabled,.button-group.green-20 .button.disabled:focus,.button-group.green-20 .button.disabled:hover,.button-group.green-20 .button[disabled],.button-group.green-20 .button[disabled]:focus,.button-group.green-20 .button[disabled]:hover{background-color:#c1f8a4;color:#0a0a0a}.button-group.green-20 .button:focus,.button-group.green-20 .button:hover{background-color:#8df257;color:#0a0a0a}.button-group.yellow-20 .button,.button-group.yellow-20 .button.disabled,.button-group.yellow-20 .button.disabled:focus,.button-group.yellow-20 .button.disabled:hover,.button-group.yellow-20 .button[disabled],.button-group.yellow-20 .button[disabled]:focus,.button-group.yellow-20 .button[disabled]:hover{background-color:#f9eabf;color:#0a0a0a}.button-group.yellow-20 .button:focus,.button-group.yellow-20 .button:hover{background-color:#f1d06f;color:#0a0a0a}.button-group.orange-20 .button,.button-group.orange-20 .button.disabled,.button-group.orange-20 .button.disabled:focus,.button-group.orange-20 .button.disabled:hover,.button-group.orange-20 .button[disabled],.button-group.orange-20 .button[disabled]:focus,.button-group.orange-20 .button[disabled]:hover{background-color:#fcd5ad;color:#0a0a0a}.button-group.orange-20 .button:focus,.button-group.orange-20 .button:hover{background-color:#f9ab5b;color:#0a0a0a}.button-group.red-20 .button,.button-group.red-20 .button.disabled,.button-group.red-20 .button.disabled:focus,.button-group.red-20 .button.disabled:hover,.button-group.red-20 .button[disabled],.button-group.red-20 .button[disabled]:focus,.button-group.red-20 .button[disabled]:hover{background-color:#fdc2c2;color:#0a0a0a}.button-group.red-20 .button:focus,.button-group.red-20 .button:hover{background-color:#fa6b6b;color:#0a0a0a}.button-group.light-blue .button,.button-group.light-blue .button.disabled,.button-group.light-blue .button.disabled:focus,.button-group.light-blue .button.disabled:hover,.button-group.light-blue .button[disabled],.button-group.light-blue .button[disabled]:focus,.button-group.light-blue .button[disabled]:hover{background-color:#89cff0;color:#0a0a0a}.button-group.light-blue .button:focus,.button-group.light-blue .button:hover{background-color:#46b4e7;color:#0a0a0a}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button:focus,.button-group.hollow .button:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{background-color:#0000}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{border:1px solid #1271b2;color:#1271b2}.button-group.hollow .button:focus,.button-group.hollow .button:hover{border-color:#093959;color:#093959}.button-group.hollow .button.primary,.button-group.hollow .button.primary.disabled,.button-group.hollow .button.primary.disabled:focus,.button-group.hollow .button.primary.disabled:hover,.button-group.hollow .button.primary[disabled],.button-group.hollow .button.primary[disabled]:focus,.button-group.hollow .button.primary[disabled]:hover,.button-group.hollow.primary .button,.button-group.hollow.primary .button.disabled,.button-group.hollow.primary .button.disabled:focus,.button-group.hollow.primary .button.disabled:hover,.button-group.hollow.primary .button[disabled],.button-group.hollow.primary .button[disabled]:focus,.button-group.hollow.primary .button[disabled]:hover{border:1px solid #1271b2;color:#1271b2}.button-group.hollow .button.primary:focus,.button-group.hollow .button.primary:hover,.button-group.hollow.primary .button:focus,.button-group.hollow.primary .button:hover{border-color:#093959;color:#093959}.button-group.hollow .button.secondary,.button-group.hollow .button.secondary.disabled,.button-group.hollow .button.secondary.disabled:focus,.button-group.hollow .button.secondary.disabled:hover,.button-group.hollow .button.secondary[disabled],.button-group.hollow .button.secondary[disabled]:focus,.button-group.hollow .button.secondary[disabled]:hover,.button-group.hollow.secondary .button,.button-group.hollow.secondary .button.disabled,.button-group.hollow.secondary .button.disabled:focus,.button-group.hollow.secondary .button.disabled:hover,.button-group.hollow.secondary .button[disabled],.button-group.hollow.secondary .button[disabled]:focus,.button-group.hollow.secondary .button[disabled]:hover{border:1px solid #767676;color:#767676}.button-group.hollow .button.secondary:focus,.button-group.hollow .button.secondary:hover,.button-group.hollow.secondary .button:focus,.button-group.hollow.secondary .button:hover{border-color:#3b3b3b;color:#3b3b3b}.button-group.hollow .button.cancel,.button-group.hollow .button.cancel.disabled,.button-group.hollow .button.cancel.disabled:focus,.button-group.hollow .button.cancel.disabled:hover,.button-group.hollow .button.cancel[disabled],.button-group.hollow .button.cancel[disabled]:focus,.button-group.hollow .button.cancel[disabled]:hover,.button-group.hollow.cancel .button,.button-group.hollow.cancel .button.disabled,.button-group.hollow.cancel .button.disabled:focus,.button-group.hollow.cancel .button.disabled:hover,.button-group.hollow.cancel .button[disabled],.button-group.hollow.cancel .button[disabled]:focus,.button-group.hollow.cancel .button[disabled]:hover{border:1px solid #e9e9e9;color:#e9e9e9}.button-group.hollow .button.cancel:focus,.button-group.hollow .button.cancel:hover,.button-group.hollow.cancel .button:focus,.button-group.hollow.cancel .button:hover{border-color:#757575;color:#757575}.button-group.hollow .button.tertiary,.button-group.hollow .button.tertiary.disabled,.button-group.hollow .button.tertiary.disabled:focus,.button-group.hollow .button.tertiary.disabled:hover,.button-group.hollow .button.tertiary[disabled],.button-group.hollow .button.tertiary[disabled]:focus,.button-group.hollow .button.tertiary[disabled]:hover,.button-group.hollow.tertiary .button,.button-group.hollow.tertiary .button.disabled,.button-group.hollow.tertiary .button.disabled:focus,.button-group.hollow.tertiary .button.disabled:hover,.button-group.hollow.tertiary .button[disabled],.button-group.hollow.tertiary .button[disabled]:focus,.button-group.hollow.tertiary .button[disabled]:hover{border:1px solid #e9e9e9;color:#e9e9e9}.button-group.hollow .button.tertiary:focus,.button-group.hollow .button.tertiary:hover,.button-group.hollow.tertiary .button:focus,.button-group.hollow.tertiary .button:hover{border-color:#757575;color:#757575}.button-group.hollow .button.success,.button-group.hollow .button.success.disabled,.button-group.hollow .button.success.disabled:focus,.button-group.hollow .button.success.disabled:hover,.button-group.hollow .button.success[disabled],.button-group.hollow .button.success[disabled]:focus,.button-group.hollow .button.success[disabled]:hover,.button-group.hollow.success .button,.button-group.hollow.success .button.disabled,.button-group.hollow.success .button.disabled:focus,.button-group.hollow.success .button.disabled:hover,.button-group.hollow.success .button[disabled],.button-group.hollow.success .button[disabled]:focus,.button-group.hollow.success .button[disabled]:hover{border:1px solid #c1f8a4;color:#c1f8a4}.button-group.hollow .button.success:focus,.button-group.hollow .button.success:hover,.button-group.hollow.success .button:focus,.button-group.hollow.success .button:hover{border-color:#4cbf0f;color:#4cbf0f}.button-group.hollow .button.warning,.button-group.hollow .button.warning.disabled,.button-group.hollow .button.warning.disabled:focus,.button-group.hollow .button.warning.disabled:hover,.button-group.hollow .button.warning[disabled],.button-group.hollow .button.warning[disabled]:focus,.button-group.hollow .button.warning[disabled]:hover,.button-group.hollow.warning .button,.button-group.hollow.warning .button.disabled,.button-group.hollow.warning .button.disabled:focus,.button-group.hollow.warning .button.disabled:hover,.button-group.hollow.warning .button[disabled],.button-group.hollow.warning .button[disabled]:focus,.button-group.hollow.warning .button[disabled]:hover{border:1px solid #f9eabf;color:#f9eabf}.button-group.hollow .button.warning:focus,.button-group.hollow .button.warning:hover,.button-group.hollow.warning .button:focus,.button-group.hollow.warning .button:hover{border-color:#c99a13;color:#c99a13}.button-group.hollow .button.alert,.button-group.hollow .button.alert.disabled,.button-group.hollow .button.alert.disabled:focus,.button-group.hollow .button.alert.disabled:hover,.button-group.hollow .button.alert[disabled],.button-group.hollow .button.alert[disabled]:focus,.button-group.hollow .button.alert[disabled]:hover,.button-group.hollow.alert .button,.button-group.hollow.alert .button.disabled,.button-group.hollow.alert .button.disabled:focus,.button-group.hollow.alert .button.disabled:hover,.button-group.hollow.alert .button[disabled],.button-group.hollow.alert .button[disabled]:focus,.button-group.hollow.alert .button[disabled]:hover{border:1px solid #fdc2c2;color:#fdc2c2}.button-group.hollow .button.alert:focus,.button-group.hollow .button.alert:hover,.button-group.hollow.alert .button:focus,.button-group.hollow.alert .button:hover{border-color:#d80707;color:#d80707}.button-group.hollow .button.green-60,.button-group.hollow .button.green-60.disabled,.button-group.hollow .button.green-60.disabled:focus,.button-group.hollow .button.green-60.disabled:hover,.button-group.hollow .button.green-60[disabled],.button-group.hollow .button.green-60[disabled]:focus,.button-group.hollow .button.green-60[disabled]:hover,.button-group.hollow.green-60 .button,.button-group.hollow.green-60 .button.disabled,.button-group.hollow.green-60 .button.disabled:focus,.button-group.hollow.green-60 .button.disabled:hover,.button-group.hollow.green-60 .button[disabled],.button-group.hollow.green-60 .button[disabled]:focus,.button-group.hollow.green-60 .button[disabled]:hover{border:1px solid #6fbe46;color:#6fbe46}.button-group.hollow .button.green-60:focus,.button-group.hollow .button.green-60:hover,.button-group.hollow.green-60 .button:focus,.button-group.hollow.green-60 .button:hover{border-color:#376022;color:#376022}.button-group.hollow .button.red-60,.button-group.hollow .button.red-60.disabled,.button-group.hollow .button.red-60.disabled:focus,.button-group.hollow .button.red-60.disabled:hover,.button-group.hollow .button.red-60[disabled],.button-group.hollow .button.red-60[disabled]:focus,.button-group.hollow .button.red-60[disabled]:hover,.button-group.hollow.red-60 .button,.button-group.hollow.red-60 .button.disabled,.button-group.hollow.red-60 .button.disabled:focus,.button-group.hollow.red-60 .button.disabled:hover,.button-group.hollow.red-60 .button[disabled],.button-group.hollow.red-60 .button[disabled]:focus,.button-group.hollow.red-60 .button[disabled]:hover{border:1px solid #e32836;color:#e32836}.button-group.hollow .button.red-60:focus,.button-group.hollow .button.red-60:hover,.button-group.hollow.red-60 .button:focus,.button-group.hollow.red-60 .button:hover{border-color:#760f17;color:#760f17}.button-group.hollow .button.green-20,.button-group.hollow .button.green-20.disabled,.button-group.hollow .button.green-20.disabled:focus,.button-group.hollow .button.green-20.disabled:hover,.button-group.hollow .button.green-20[disabled],.button-group.hollow .button.green-20[disabled]:focus,.button-group.hollow .button.green-20[disabled]:hover,.button-group.hollow.green-20 .button,.button-group.hollow.green-20 .button.disabled,.button-group.hollow.green-20 .button.disabled:focus,.button-group.hollow.green-20 .button.disabled:hover,.button-group.hollow.green-20 .button[disabled],.button-group.hollow.green-20 .button[disabled]:focus,.button-group.hollow.green-20 .button[disabled]:hover{border:1px solid #c1f8a4;color:#c1f8a4}.button-group.hollow .button.green-20:focus,.button-group.hollow .button.green-20:hover,.button-group.hollow.green-20 .button:focus,.button-group.hollow.green-20 .button:hover{border-color:#4cbf0f;color:#4cbf0f}.button-group.hollow .button.yellow-20,.button-group.hollow .button.yellow-20.disabled,.button-group.hollow .button.yellow-20.disabled:focus,.button-group.hollow .button.yellow-20.disabled:hover,.button-group.hollow .button.yellow-20[disabled],.button-group.hollow .button.yellow-20[disabled]:focus,.button-group.hollow .button.yellow-20[disabled]:hover,.button-group.hollow.yellow-20 .button,.button-group.hollow.yellow-20 .button.disabled,.button-group.hollow.yellow-20 .button.disabled:focus,.button-group.hollow.yellow-20 .button.disabled:hover,.button-group.hollow.yellow-20 .button[disabled],.button-group.hollow.yellow-20 .button[disabled]:focus,.button-group.hollow.yellow-20 .button[disabled]:hover{border:1px solid #f9eabf;color:#f9eabf}.button-group.hollow .button.yellow-20:focus,.button-group.hollow .button.yellow-20:hover,.button-group.hollow.yellow-20 .button:focus,.button-group.hollow.yellow-20 .button:hover{border-color:#c99a13;color:#c99a13}.button-group.hollow .button.orange-20,.button-group.hollow .button.orange-20.disabled,.button-group.hollow .button.orange-20.disabled:focus,.button-group.hollow .button.orange-20.disabled:hover,.button-group.hollow .button.orange-20[disabled],.button-group.hollow .button.orange-20[disabled]:focus,.button-group.hollow .button.orange-20[disabled]:hover,.button-group.hollow.orange-20 .button,.button-group.hollow.orange-20 .button.disabled,.button-group.hollow.orange-20 .button.disabled:focus,.button-group.hollow.orange-20 .button.disabled:hover,.button-group.hollow.orange-20 .button[disabled],.button-group.hollow.orange-20 .button[disabled]:focus,.button-group.hollow.orange-20 .button[disabled]:hover{border:1px solid #fcd5ad;color:#fcd5ad}.button-group.hollow .button.orange-20:focus,.button-group.hollow .button.orange-20:hover,.button-group.hollow.orange-20 .button:focus,.button-group.hollow.orange-20 .button:hover{border-color:#cd6c08;color:#cd6c08}.button-group.hollow .button.red-20,.button-group.hollow .button.red-20.disabled,.button-group.hollow .button.red-20.disabled:focus,.button-group.hollow .button.red-20.disabled:hover,.button-group.hollow .button.red-20[disabled],.button-group.hollow .button.red-20[disabled]:focus,.button-group.hollow .button.red-20[disabled]:hover,.button-group.hollow.red-20 .button,.button-group.hollow.red-20 .button.disabled,.button-group.hollow.red-20 .button.disabled:focus,.button-group.hollow.red-20 .button.disabled:hover,.button-group.hollow.red-20 .button[disabled],.button-group.hollow.red-20 .button[disabled]:focus,.button-group.hollow.red-20 .button[disabled]:hover{border:1px solid #fdc2c2;color:#fdc2c2}.button-group.hollow .button.red-20:focus,.button-group.hollow .button.red-20:hover,.button-group.hollow.red-20 .button:focus,.button-group.hollow.red-20 .button:hover{border-color:#d80707;color:#d80707}.button-group.hollow .button.light-blue,.button-group.hollow .button.light-blue.disabled,.button-group.hollow .button.light-blue.disabled:focus,.button-group.hollow .button.light-blue.disabled:hover,.button-group.hollow .button.light-blue[disabled],.button-group.hollow .button.light-blue[disabled]:focus,.button-group.hollow .button.light-blue[disabled]:hover,.button-group.hollow.light-blue .button,.button-group.hollow.light-blue .button.disabled,.button-group.hollow.light-blue .button.disabled:focus,.button-group.hollow.light-blue .button.disabled:hover,.button-group.hollow.light-blue .button[disabled],.button-group.hollow.light-blue .button[disabled]:focus,.button-group.hollow.light-blue .button[disabled]:hover{border:1px solid #89cff0;color:#89cff0}.button-group.hollow .button.light-blue:focus,.button-group.hollow .button.light-blue:hover,.button-group.hollow.light-blue .button:focus,.button-group.hollow.light-blue .button:hover{border-color:#1578a7;color:#1578a7}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button:focus,.button-group.clear .button:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{background-color:#0000;border-color:#0000}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{color:#1271b2}.button-group.clear .button:focus,.button-group.clear .button:hover{color:#093959}.button-group.clear .button.primary,.button-group.clear .button.primary.disabled,.button-group.clear .button.primary.disabled:focus,.button-group.clear .button.primary.disabled:hover,.button-group.clear .button.primary[disabled],.button-group.clear .button.primary[disabled]:focus,.button-group.clear .button.primary[disabled]:hover,.button-group.clear.primary .button,.button-group.clear.primary .button.disabled,.button-group.clear.primary .button.disabled:focus,.button-group.clear.primary .button.disabled:hover,.button-group.clear.primary .button[disabled],.button-group.clear.primary .button[disabled]:focus,.button-group.clear.primary .button[disabled]:hover{color:#1271b2}.button-group.clear .button.primary:focus,.button-group.clear .button.primary:hover,.button-group.clear.primary .button:focus,.button-group.clear.primary .button:hover{color:#093959}.button-group.clear .button.secondary,.button-group.clear .button.secondary.disabled,.button-group.clear .button.secondary.disabled:focus,.button-group.clear .button.secondary.disabled:hover,.button-group.clear .button.secondary[disabled],.button-group.clear .button.secondary[disabled]:focus,.button-group.clear .button.secondary[disabled]:hover,.button-group.clear.secondary .button,.button-group.clear.secondary .button.disabled,.button-group.clear.secondary .button.disabled:focus,.button-group.clear.secondary .button.disabled:hover,.button-group.clear.secondary .button[disabled],.button-group.clear.secondary .button[disabled]:focus,.button-group.clear.secondary .button[disabled]:hover{color:#767676}.button-group.clear .button.secondary:focus,.button-group.clear .button.secondary:hover,.button-group.clear.secondary .button:focus,.button-group.clear.secondary .button:hover{color:#3b3b3b}.button-group.clear .button.cancel,.button-group.clear .button.cancel.disabled,.button-group.clear .button.cancel.disabled:focus,.button-group.clear .button.cancel.disabled:hover,.button-group.clear .button.cancel[disabled],.button-group.clear .button.cancel[disabled]:focus,.button-group.clear .button.cancel[disabled]:hover,.button-group.clear.cancel .button,.button-group.clear.cancel .button.disabled,.button-group.clear.cancel .button.disabled:focus,.button-group.clear.cancel .button.disabled:hover,.button-group.clear.cancel .button[disabled],.button-group.clear.cancel .button[disabled]:focus,.button-group.clear.cancel .button[disabled]:hover{color:#e9e9e9}.button-group.clear .button.cancel:focus,.button-group.clear .button.cancel:hover,.button-group.clear.cancel .button:focus,.button-group.clear.cancel .button:hover{color:#757575}.button-group.clear .button.tertiary,.button-group.clear .button.tertiary.disabled,.button-group.clear .button.tertiary.disabled:focus,.button-group.clear .button.tertiary.disabled:hover,.button-group.clear .button.tertiary[disabled],.button-group.clear .button.tertiary[disabled]:focus,.button-group.clear .button.tertiary[disabled]:hover,.button-group.clear.tertiary .button,.button-group.clear.tertiary .button.disabled,.button-group.clear.tertiary .button.disabled:focus,.button-group.clear.tertiary .button.disabled:hover,.button-group.clear.tertiary .button[disabled],.button-group.clear.tertiary .button[disabled]:focus,.button-group.clear.tertiary .button[disabled]:hover{color:#e9e9e9}.button-group.clear .button.tertiary:focus,.button-group.clear .button.tertiary:hover,.button-group.clear.tertiary .button:focus,.button-group.clear.tertiary .button:hover{color:#757575}.button-group.clear .button.success,.button-group.clear .button.success.disabled,.button-group.clear .button.success.disabled:focus,.button-group.clear .button.success.disabled:hover,.button-group.clear .button.success[disabled],.button-group.clear .button.success[disabled]:focus,.button-group.clear .button.success[disabled]:hover,.button-group.clear.success .button,.button-group.clear.success .button.disabled,.button-group.clear.success .button.disabled:focus,.button-group.clear.success .button.disabled:hover,.button-group.clear.success .button[disabled],.button-group.clear.success .button[disabled]:focus,.button-group.clear.success .button[disabled]:hover{color:#c1f8a4}.button-group.clear .button.success:focus,.button-group.clear .button.success:hover,.button-group.clear.success .button:focus,.button-group.clear.success .button:hover{color:#4cbf0f}.button-group.clear .button.warning,.button-group.clear .button.warning.disabled,.button-group.clear .button.warning.disabled:focus,.button-group.clear .button.warning.disabled:hover,.button-group.clear .button.warning[disabled],.button-group.clear .button.warning[disabled]:focus,.button-group.clear .button.warning[disabled]:hover,.button-group.clear.warning .button,.button-group.clear.warning .button.disabled,.button-group.clear.warning .button.disabled:focus,.button-group.clear.warning .button.disabled:hover,.button-group.clear.warning .button[disabled],.button-group.clear.warning .button[disabled]:focus,.button-group.clear.warning .button[disabled]:hover{color:#f9eabf}.button-group.clear .button.warning:focus,.button-group.clear .button.warning:hover,.button-group.clear.warning .button:focus,.button-group.clear.warning .button:hover{color:#c99a13}.button-group.clear .button.alert,.button-group.clear .button.alert.disabled,.button-group.clear .button.alert.disabled:focus,.button-group.clear .button.alert.disabled:hover,.button-group.clear .button.alert[disabled],.button-group.clear .button.alert[disabled]:focus,.button-group.clear .button.alert[disabled]:hover,.button-group.clear.alert .button,.button-group.clear.alert .button.disabled,.button-group.clear.alert .button.disabled:focus,.button-group.clear.alert .button.disabled:hover,.button-group.clear.alert .button[disabled],.button-group.clear.alert .button[disabled]:focus,.button-group.clear.alert .button[disabled]:hover{color:#fdc2c2}.button-group.clear .button.alert:focus,.button-group.clear .button.alert:hover,.button-group.clear.alert .button:focus,.button-group.clear.alert .button:hover{color:#d80707}.button-group.clear .button.green-60,.button-group.clear .button.green-60.disabled,.button-group.clear .button.green-60.disabled:focus,.button-group.clear .button.green-60.disabled:hover,.button-group.clear .button.green-60[disabled],.button-group.clear .button.green-60[disabled]:focus,.button-group.clear .button.green-60[disabled]:hover,.button-group.clear.green-60 .button,.button-group.clear.green-60 .button.disabled,.button-group.clear.green-60 .button.disabled:focus,.button-group.clear.green-60 .button.disabled:hover,.button-group.clear.green-60 .button[disabled],.button-group.clear.green-60 .button[disabled]:focus,.button-group.clear.green-60 .button[disabled]:hover{color:#6fbe46}.button-group.clear .button.green-60:focus,.button-group.clear .button.green-60:hover,.button-group.clear.green-60 .button:focus,.button-group.clear.green-60 .button:hover{color:#376022}.button-group.clear .button.red-60,.button-group.clear .button.red-60.disabled,.button-group.clear .button.red-60.disabled:focus,.button-group.clear .button.red-60.disabled:hover,.button-group.clear .button.red-60[disabled],.button-group.clear .button.red-60[disabled]:focus,.button-group.clear .button.red-60[disabled]:hover,.button-group.clear.red-60 .button,.button-group.clear.red-60 .button.disabled,.button-group.clear.red-60 .button.disabled:focus,.button-group.clear.red-60 .button.disabled:hover,.button-group.clear.red-60 .button[disabled],.button-group.clear.red-60 .button[disabled]:focus,.button-group.clear.red-60 .button[disabled]:hover{color:#e32836}.button-group.clear .button.red-60:focus,.button-group.clear .button.red-60:hover,.button-group.clear.red-60 .button:focus,.button-group.clear.red-60 .button:hover{color:#760f17}.button-group.clear .button.green-20,.button-group.clear .button.green-20.disabled,.button-group.clear .button.green-20.disabled:focus,.button-group.clear .button.green-20.disabled:hover,.button-group.clear .button.green-20[disabled],.button-group.clear .button.green-20[disabled]:focus,.button-group.clear .button.green-20[disabled]:hover,.button-group.clear.green-20 .button,.button-group.clear.green-20 .button.disabled,.button-group.clear.green-20 .button.disabled:focus,.button-group.clear.green-20 .button.disabled:hover,.button-group.clear.green-20 .button[disabled],.button-group.clear.green-20 .button[disabled]:focus,.button-group.clear.green-20 .button[disabled]:hover{color:#c1f8a4}.button-group.clear .button.green-20:focus,.button-group.clear .button.green-20:hover,.button-group.clear.green-20 .button:focus,.button-group.clear.green-20 .button:hover{color:#4cbf0f}.button-group.clear .button.yellow-20,.button-group.clear .button.yellow-20.disabled,.button-group.clear .button.yellow-20.disabled:focus,.button-group.clear .button.yellow-20.disabled:hover,.button-group.clear .button.yellow-20[disabled],.button-group.clear .button.yellow-20[disabled]:focus,.button-group.clear .button.yellow-20[disabled]:hover,.button-group.clear.yellow-20 .button,.button-group.clear.yellow-20 .button.disabled,.button-group.clear.yellow-20 .button.disabled:focus,.button-group.clear.yellow-20 .button.disabled:hover,.button-group.clear.yellow-20 .button[disabled],.button-group.clear.yellow-20 .button[disabled]:focus,.button-group.clear.yellow-20 .button[disabled]:hover{color:#f9eabf}.button-group.clear .button.yellow-20:focus,.button-group.clear .button.yellow-20:hover,.button-group.clear.yellow-20 .button:focus,.button-group.clear.yellow-20 .button:hover{color:#c99a13}.button-group.clear .button.orange-20,.button-group.clear .button.orange-20.disabled,.button-group.clear .button.orange-20.disabled:focus,.button-group.clear .button.orange-20.disabled:hover,.button-group.clear .button.orange-20[disabled],.button-group.clear .button.orange-20[disabled]:focus,.button-group.clear .button.orange-20[disabled]:hover,.button-group.clear.orange-20 .button,.button-group.clear.orange-20 .button.disabled,.button-group.clear.orange-20 .button.disabled:focus,.button-group.clear.orange-20 .button.disabled:hover,.button-group.clear.orange-20 .button[disabled],.button-group.clear.orange-20 .button[disabled]:focus,.button-group.clear.orange-20 .button[disabled]:hover{color:#fcd5ad}.button-group.clear .button.orange-20:focus,.button-group.clear .button.orange-20:hover,.button-group.clear.orange-20 .button:focus,.button-group.clear.orange-20 .button:hover{color:#cd6c08}.button-group.clear .button.red-20,.button-group.clear .button.red-20.disabled,.button-group.clear .button.red-20.disabled:focus,.button-group.clear .button.red-20.disabled:hover,.button-group.clear .button.red-20[disabled],.button-group.clear .button.red-20[disabled]:focus,.button-group.clear .button.red-20[disabled]:hover,.button-group.clear.red-20 .button,.button-group.clear.red-20 .button.disabled,.button-group.clear.red-20 .button.disabled:focus,.button-group.clear.red-20 .button.disabled:hover,.button-group.clear.red-20 .button[disabled],.button-group.clear.red-20 .button[disabled]:focus,.button-group.clear.red-20 .button[disabled]:hover{color:#fdc2c2}.button-group.clear .button.red-20:focus,.button-group.clear .button.red-20:hover,.button-group.clear.red-20 .button:focus,.button-group.clear.red-20 .button:hover{color:#d80707}.button-group.clear .button.light-blue,.button-group.clear .button.light-blue.disabled,.button-group.clear .button.light-blue.disabled:focus,.button-group.clear .button.light-blue.disabled:hover,.button-group.clear .button.light-blue[disabled],.button-group.clear .button.light-blue[disabled]:focus,.button-group.clear .button.light-blue[disabled]:hover,.button-group.clear.light-blue .button,.button-group.clear.light-blue .button.disabled,.button-group.clear.light-blue .button.disabled:focus,.button-group.clear.light-blue .button.disabled:hover,.button-group.clear.light-blue .button[disabled],.button-group.clear.light-blue .button[disabled]:focus,.button-group.clear.light-blue .button[disabled]:hover{color:#89cff0}.button-group.clear .button.light-blue:focus,.button-group.clear .button.light-blue:hover,.button-group.clear.light-blue .button:focus,.button-group.clear.light-blue .button:hover{color:#1578a7}.button-group.no-gaps .button{margin-right:-.0625rem}.button-group.no-gaps .button+.button{border-left-color:#0000}.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button{flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child{margin-bottom:0}.button-group.stacked-for-medium.expanded .button,.button-group.stacked-for-small.expanded .button,.button-group.stacked.expanded .button{flex:1 1;margin-right:0}@media print,screen and (min-width:40em){.button-group.stacked-for-small .button{flex:0 0 auto;margin-bottom:0}}@media print,screen and (min-width:64em){.button-group.stacked-for-medium .button{flex:0 0 auto;margin-bottom:0}}@media print,screen and (max-width:39.99875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media print,screen and (max-width:63.99875em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}.close-button{color:#8a8a8a;cursor:pointer;position:absolute;z-index:10}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.close-button.small{font-size:1.5em;line-height:1;right:.66rem;top:.33em}.close-button,.close-button.medium{font-size:2em;line-height:1;right:1rem;top:.5rem}.label{border-radius:0;cursor:default;display:inline-block;font-size:.8rem;line-height:1;padding:.33333rem .5rem;white-space:nowrap}.label,.label.primary{background:#1271b2;color:#fefefe}.label.secondary{background:#767676;color:#fefefe}.label.cancel,.label.tertiary{background:#e9e9e9;color:#0a0a0a}.label.success{background:#c1f8a4;color:#0a0a0a}.label.warning{background:#f9eabf;color:#0a0a0a}.label.alert{background:#fdc2c2;color:#0a0a0a}.label.green-60{background:#6fbe46;color:#0a0a0a}.label.red-60{background:#e32836;color:#fefefe}.label.green-20{background:#c1f8a4;color:#0a0a0a}.label.yellow-20{background:#f9eabf;color:#0a0a0a}.label.orange-20{background:#fcd5ad;color:#0a0a0a}.label.red-20{background:#fdc2c2;color:#0a0a0a}.label.light-blue{background:#89cff0;color:#0a0a0a}.progress{background-color:#cacaca;border-radius:0;height:1rem;margin-bottom:1rem}.progress.primary .progress-meter{background-color:#1271b2}.progress.secondary .progress-meter{background-color:#767676}.progress.cancel .progress-meter,.progress.tertiary .progress-meter{background-color:#e9e9e9}.progress.success .progress-meter{background-color:#c1f8a4}.progress.warning .progress-meter{background-color:#f9eabf}.progress.alert .progress-meter{background-color:#fdc2c2}.progress.green-60 .progress-meter{background-color:#6fbe46}.progress.red-60 .progress-meter{background-color:#e32836}.progress.green-20 .progress-meter{background-color:#c1f8a4}.progress.yellow-20 .progress-meter{background-color:#f9eabf}.progress.orange-20 .progress-meter{background-color:#fcd5ad}.progress.red-20 .progress-meter{background-color:#fdc2c2}.progress.light-blue .progress-meter{background-color:#89cff0}.progress-meter{background-color:#1271b2;display:block;height:100%;position:relative;width:0}.progress-meter-text{color:#fefefe;font-size:.75rem;font-weight:700;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.slider{background-color:#e6e6e6;cursor:pointer;height:.5rem;margin-bottom:2.25rem;margin-top:1.25rem;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.slider-fill{background-color:#cacaca;display:inline-block;height:.5rem;left:0;max-width:100%;position:absolute;top:0;transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{background-color:#1271b2;border-radius:0;display:inline-block;height:1.4rem;left:0;position:absolute;top:50%;touch-action:manipulation;transform:translateY(-50%);transition:all .2s ease-in-out;width:1.4rem;z-index:1}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#0f6097}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{cursor:not-allowed;opacity:.25}.slider.vertical{display:inline-block;height:12.5rem;margin:0 1.25rem;transform:scaleY(-1);width:.5rem}.slider.vertical .slider-fill{max-height:100%;top:0;width:.5rem}.slider.vertical .slider-handle{height:1.4rem;left:50%;position:absolute;top:0;transform:translateX(-50%);width:1.4rem}.switch{color:#fefefe;font-size:.875rem;font-weight:700;height:2rem;margin-bottom:1rem;outline:0;position:relative;-webkit-user-select:none;user-select:none}.switch-input{margin-bottom:0;opacity:0;position:absolute}.switch-paddle{background:#cacaca;border-radius:0;color:inherit;cursor:pointer;display:block;font-weight:inherit;height:2rem;position:relative;transition:all .25s ease-out;width:4rem}input+.switch-paddle{margin:0}.switch-paddle:after{background:#fefefe;border-radius:0;content:"";display:block;height:1.5rem;left:.25rem;position:absolute;top:.25rem;transform:translateZ(0);transition:all .25s ease-out;width:1.5rem}input:checked~.switch-paddle{background:#1271b2}input:checked~.switch-paddle:after{left:2.25rem}input:disabled~.switch-paddle{cursor:not-allowed;opacity:.5}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{display:none;left:8%}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{font-size:.625rem;height:1.5rem;width:3rem}.switch.tiny .switch-paddle:after{height:1rem;left:.25rem;top:.25rem;width:1rem}.switch.tiny input:checked~.switch-paddle:after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{font-size:.75rem;height:1.75rem;width:3.5rem}.switch.small .switch-paddle:after{height:1.25rem;left:.25rem;top:.25rem;width:1.25rem}.switch.small input:checked~.switch-paddle:after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{font-size:1rem;height:2.5rem;width:5rem}.switch.large .switch-paddle:after{height:2rem;left:.25rem;top:.25rem;width:2rem}.switch.large input:checked~.switch-paddle:after{left:2.75rem}table{border-collapse:collapse;border-radius:0;margin-bottom:1rem;width:100%}tbody,tfoot,thead{background-color:#fefefe;border:1px solid #f1f1f1}caption{font-weight:700;padding:.5rem .625rem .625rem}thead{background:#f8f8f8}tfoot,thead{color:#0a0a0a}tfoot{background:#f1f1f1}tfoot tr,thead tr{background:#0000}tfoot td,tfoot th,thead td,thead th{font-weight:700;padding:.5rem .625rem .625rem;text-align:left}tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(2n){background-color:#f1f1f1;border-bottom:0}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{background-color:#fefefe;border-bottom:1px solid #f1f1f1}@media print,screen and (max-width:63.99875em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;overflow-x:auto;width:100%}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(2n):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.badge{border-radius:50%;display:inline-block;font-size:.6rem;min-width:2.1em;padding:.3em;text-align:center}.badge,.badge.primary{background:#1271b2;color:#fefefe}.badge.secondary{background:#767676;color:#fefefe}.badge.cancel,.badge.tertiary{background:#e9e9e9;color:#0a0a0a}.badge.success{background:#c1f8a4;color:#0a0a0a}.badge.warning{background:#f9eabf;color:#0a0a0a}.badge.alert{background:#fdc2c2;color:#0a0a0a}.badge.green-60{background:#6fbe46;color:#0a0a0a}.badge.red-60{background:#e32836;color:#fefefe}.badge.green-20{background:#c1f8a4;color:#0a0a0a}.badge.yellow-20{background:#f9eabf;color:#0a0a0a}.badge.orange-20{background:#fcd5ad;color:#0a0a0a}.badge.red-20{background:#fdc2c2;color:#0a0a0a}.badge.light-blue{background:#89cff0;color:#0a0a0a}.breadcrumbs{list-style:none;margin:0 0 1rem}.breadcrumbs:after,.breadcrumbs:before{content:" ";display:table;flex-basis:0;order:1}.breadcrumbs:after{clear:both}.breadcrumbs li{color:#0a0a0a;cursor:default;float:left;font-size:.6875rem}.breadcrumbs li:not(:last-child):after{color:#474747;content:"";margin:0 .75rem;opacity:1;position:relative}.breadcrumbs a{color:#1271b2}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.callout{background-color:#fff;border:1px solid #0a0a0a40;border-radius:0;color:#0a0a0a;margin:0 0 1rem;padding:1rem;position:relative}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#d4ebfb;color:#0a0a0a}.callout.secondary{background-color:#eaeaea;color:#0a0a0a}.callout.cancel,.callout.tertiary{background-color:#fcfcfc;color:#0a0a0a}.callout.success{background-color:#f6fef1;color:#0a0a0a}.callout.warning{background-color:#fefcf5;color:#0a0a0a}.callout.alert{background-color:#fff6f6;color:#0a0a0a}.callout.green-60{background-color:#e9f5e3;color:#0a0a0a}.callout.red-60{background-color:#fbdfe1;color:#0a0a0a}.callout.green-20{background-color:#f6fef1;color:#0a0a0a}.callout.yellow-20{background-color:#fefcf5;color:#0a0a0a}.callout.orange-20{background-color:#fff9f3;color:#0a0a0a}.callout.red-20{background-color:#fff6f6;color:#0a0a0a}.callout.light-blue{background-color:#edf8fd;color:#0a0a0a}.callout.small{padding:.5rem}.callout.large{padding:3rem}.card{background:#fefefe;border:1px solid #e6e6e6;border-radius:0;box-shadow:none;color:#0a0a0a;display:flex;flex-direction:column;flex-grow:1;margin-bottom:1rem;overflow:hidden}.card>:last-child{margin-bottom:0}.card-divider{background:#e6e6e6;display:flex;flex:0 1 auto;padding:1rem}.card-divider>:last-child{margin-bottom:0}.card-section{flex:1 0 auto;padding:1rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.dropdown-pane{background-color:#fefefe;border:1px solid #cacaca;border-radius:0;display:none;font-size:1rem;padding:0;position:absolute;visibility:hidden;width:300px;z-index:10}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.pagination{margin-bottom:1rem;margin-left:0}.pagination:after,.pagination:before{content:" ";display:table;flex-basis:0;order:1}.pagination:after{clear:both}.pagination li{border-radius:0;display:none;font-size:.875rem;margin-right:.0625rem}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:40em){.pagination li{display:inline-block}}.pagination a,.pagination button{border-radius:0;color:#0a0a0a;display:block;padding:.1875rem .625rem}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{background:#1271b2;color:#fefefe;cursor:default;padding:.1875rem .625rem}.pagination .disabled{color:#cacaca;cursor:not-allowed;padding:.1875rem .625rem}.pagination .disabled:hover{background:#0000}.pagination .ellipsis:after{color:#0a0a0a;content:"…";padding:.1875rem .625rem}.pagination-previous a:before,.pagination-previous.disabled:before{content:"«";display:inline-block;margin-right:.5rem}.pagination-next a:after,.pagination-next.disabled:after{content:"»";display:inline-block;margin-left:.5rem}.has-tip{border-bottom:1px dotted #8a8a8a;cursor:help;display:inline-block;font-weight:700;position:relative}.tooltip{background-color:gray;border-radius:0;color:#fefefe;font-size:80%;max-width:10rem;padding:.75rem;top:calc(100% + .6495rem);z-index:1200}.tooltip,.tooltip:before{position:absolute}.tooltip.bottom:before{border-color:#0000 #0000 gray;border-style:inset inset solid;border-width:0 .75rem .75rem;bottom:100%;content:"";display:block;height:0;width:0}.tooltip.bottom.align-center:before{left:50%;transform:translateX(-50%)}.tooltip.top:before{border-color:gray #0000 #0000;border-style:solid inset inset;border-width:.75rem .75rem 0;bottom:auto;content:"";display:block;height:0;top:100%;width:0}.tooltip.top.align-center:before{left:50%;transform:translateX(-50%)}.tooltip.left:before{border-color:#0000 #0000 #0000 gray;border-style:inset inset inset solid;border-width:.75rem 0 .75rem .75rem;content:"";display:block;height:0;left:100%;width:0}.tooltip.left.align-center:before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.right:before{border-color:#0000 gray #0000 #0000;border-style:inset solid inset inset;border-width:.75rem .75rem .75rem 0;content:"";display:block;height:0;left:auto;right:100%;width:0}.tooltip.right.align-center:before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.align-top:before{bottom:auto;top:10%}.tooltip.align-bottom:before{bottom:10%;top:auto}.tooltip.align-left:before{left:10%;right:auto}.tooltip.align-right:before{left:auto;right:10%}.accordion{background:#fefefe;list-style-type:none;margin-left:0}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child{border-radius:0 0 0 0}.accordion-title{border:1px solid #e6e6e6;border-bottom:0;color:#1271b2;display:block;font-size:.75rem;line-height:1;padding:1.25rem 1rem;position:relative}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #e6e6e6;border-radius:0 0 0 0}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}.accordion-title:before{content:"+";margin-top:-.5rem;position:absolute;right:1rem;top:50%}.is-active>.accordion-title:before{content:"–"}.accordion-content{background-color:#fefefe;border:1px solid #e6e6e6;border-bottom:0;color:#0a0a0a;display:none;padding:1rem}:last-child>.accordion-content:last-child{border-bottom:1px solid #e6e6e6}.media-object{display:flex;flex-wrap:nowrap;margin-bottom:1rem}.media-object img{max-width:none}@media print,screen and (max-width:39.99875em){.media-object.stack-for-small{flex-wrap:wrap}}.media-object-section{flex:0 1 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}@media print,screen and (max-width:39.99875em){.stack-for-small .media-object-section{flex-basis:100%;max-width:100%;padding:0 0 1rem}.stack-for-small .media-object-section img{width:100%}}.media-object-section.main-section{flex:1 1}.orbit,.orbit-container{position:relative}.orbit-container{height:0;list-style:none;margin:0;overflow:hidden}.orbit-slide{position:absolute;width:100%}.orbit-slide.no-motionui.is-active{left:0;top:0}.orbit-figure{margin:0}.orbit-image{margin:0;max-width:100%;width:100%}.orbit-caption{background-color:#0a0a0a80;bottom:0;margin-bottom:0;width:100%}.orbit-caption,.orbit-next,.orbit-previous{color:#fefefe;padding:1rem;position:absolute}.orbit-next,.orbit-previous{top:50%;transform:translateY(-50%);z-index:10}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:#0a0a0a80}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{margin-bottom:.8rem;margin-top:.8rem;position:relative;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{background-color:#cacaca;border-radius:50%;height:1.2rem;margin:.1rem;width:1.2rem}.orbit-bullets button.is-active,.orbit-bullets button:hover{background-color:#8a8a8a}.flex-video,.responsive-embed{height:0;margin-bottom:1rem;overflow:hidden;padding-bottom:75%;position:relative}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{height:100%;left:0;position:absolute;top:0;width:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.tabs{background:#fefefe;border:1px solid #e6e6e6;list-style-type:none;margin:0}.tabs:after,.tabs:before{content:" ";display:table;flex-basis:0;order:1}.tabs:after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:#0000}.tabs.primary{background:#1271b2}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#137ac0}.tabs-title{float:left}.tabs-title>a{color:#1271b2;display:block;font-size:.75rem;line-height:1;padding:1.25rem 1.5rem}[data-whatinput=mouse] .tabs-title>a{outline:0}.tabs-title>a:hover{background:#fefefe;color:#0f6199}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#1271b2}.tabs-content{background:#fefefe;border:1px solid #e6e6e6;border-top:0;color:#0a0a0a;transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{border:4px solid #fefefe;border-radius:0;box-shadow:0 0 0 1px #0a0a0a33;display:inline-block;line-height:0;margin-bottom:1rem;max-width:100%}a.thumbnail{transition:box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{box-shadow:0 0 6px 1px #1271b280}a.thumbnail image{box-shadow:none}.menu{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;position:relative}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{display:block;line-height:1;padding:.7rem 1rem;text-decoration:none}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{flex-direction:row;flex-wrap:wrap}.menu.vertical{flex-direction:column;flex-wrap:nowrap}.menu.expanded li{flex:1 1}.menu.simple{align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width:40em){.menu.medium-horizontal{flex-direction:row;flex-wrap:wrap}.menu.medium-vertical{flex-direction:column;flex-wrap:nowrap}.menu.medium-expanded li,.menu.medium-simple li{flex:1 1}}@media print,screen and (min-width:64em){.menu.large-horizontal{flex-direction:row;flex-wrap:wrap}.menu.large-vertical{flex-direction:column;flex-wrap:nowrap}.menu.large-expanded li,.menu.large-simple li{flex:1 1}}.menu.nested{margin-left:1rem;margin-right:0}.menu.icon-bottom a,.menu.icon-left a,.menu.icon-right a,.menu.icon-top a,.menu.icons a{display:flex}.menu.icon-left li a{flex-flow:row nowrap}.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a{flex-flow:row nowrap}.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a{flex-flow:column nowrap}.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a{flex-flow:column nowrap}.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .active>a,.menu .is-active>a{background:#1271b2;color:#fefefe}.menu.align-left{justify-content:flex-start}.menu.align-right li{display:flex;justify-content:flex-end}.menu.align-right li .submenu li{justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-left:0;margin-right:1rem}.menu.align-center li{display:flex;justify-content:center}.menu.align-center li .submenu li{justify-content:flex-start}.menu .menu-text{color:inherit;font-weight:700;line-height:1;padding:.7rem 1rem}.menu-centered>.menu{justify-content:center}.menu-centered>.menu li{display:flex;justify-content:center}.menu-centered>.menu li .submenu li{justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.menu-icon{cursor:pointer;display:inline-block;height:16px;position:relative;vertical-align:middle;width:20px}.menu-icon:after{background:#fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:"";display:block;height:2px;left:0;position:absolute;top:0;width:100%}.menu-icon:hover:after{background:#cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.menu-icon.dark{cursor:pointer;display:inline-block;height:16px;position:relative;vertical-align:middle;width:20px}.menu-icon.dark:after{background:#0a0a0a;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;content:"";display:block;height:2px;left:0;position:absolute;top:0;width:100%}.menu-icon.dark:hover:after{background:#8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.accordion-menu li{width:100%}.accordion-menu .is-accordion-submenu a,.accordion-menu a{padding:.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-left:1rem;margin-right:0}.accordion-menu.align-right .nested.is-accordion-submenu{margin-left:0;margin-right:1rem}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after{border-color:#1271b2 #0000 #0000;border-style:solid inset inset;border-width:6px 6px 0;content:"";display:block;height:0;margin-top:-3px;position:absolute;right:1rem;top:50%;width:0}.accordion-menu.align-left .is-accordion-submenu-parent>a:after{left:auto;right:1rem}.accordion-menu.align-right .is-accordion-submenu-parent>a:after{left:1rem;right:auto}.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after{transform:rotate(180deg);transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{cursor:pointer;height:40px;position:absolute;right:0;top:0;width:40px}.submenu-toggle:after{border-color:#1271b2 #0000 #0000;border-style:solid inset inset;border-width:6px 6px 0;bottom:0;content:"";display:block;height:0;margin:auto;top:0;width:0}.submenu-toggle[aria-expanded=true]:after{transform:scaleY(-1);transform-origin:50% 50%}.submenu-toggle-text{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.is-drilldown{overflow:hidden;position:relative}.is-drilldown li{display:block}.is-drilldown.animate-height{transition:height .5s}.drilldown a{background:#fefefe;padding:.7rem 1rem}.drilldown .is-drilldown-submenu{background:#fefefe;left:100%;position:absolute;top:0;transition:transform .15s linear;width:100%;z-index:-1}.drilldown .is-drilldown-submenu.is-active{display:block;transform:translateX(-100%);z-index:1}.drilldown .is-drilldown-submenu.is-closing{transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-left:0;margin-right:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a:after{margin-top:-6px;position:absolute;top:50%}.drilldown .is-drilldown-submenu-parent>a:after,.drilldown.align-left .is-drilldown-submenu-parent>a:after{border-color:#0000 #0000 #0000 #1271b2;border-style:inset inset inset solid;border-width:6px 0 6px 6px;content:"";display:block;height:0;right:1rem;width:0}.drilldown.align-left .is-drilldown-submenu-parent>a:after{left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a:after{left:1rem;right:auto}.drilldown .js-drilldown-back>a:before,.drilldown.align-right .is-drilldown-submenu-parent>a:after{border-color:#0000 #1271b2 #0000 #0000;border-style:inset solid inset inset;border-width:6px 6px 6px 0;content:"";display:block;height:0;width:0}.drilldown .js-drilldown-back>a:before{display:inline-block;margin-right:.75rem;vertical-align:middle}.dropdown.menu>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu>li.opens-right>.is-dropdown-submenu{left:0;right:auto;top:100%}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu>li>a{background:#fefefe;padding:.7rem 1rem}.dropdown.menu>li.is-active>a{background:#f2f2f2;color:inherit}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-left:0;margin-right:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%;top:0}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{left:100%;right:auto}@media print,screen and (min-width:40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{left:0;right:auto;top:100%}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%;top:0}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{left:100%;right:auto}}@media print,screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{left:0;right:auto;top:100%}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%;top:0}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{left:100%;right:auto}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{left:auto;right:0;top:100%}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a:after{left:auto;margin-top:-6px;position:absolute;right:5px;top:50%}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{left:auto;top:100%}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{left:auto;right:100%}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{left:100%;right:auto}.is-dropdown-submenu{background:#fefefe;border:1px solid #cacaca;display:none;left:100%;min-width:200px;position:absolute;top:0;z-index:1}.dropdown .is-dropdown-submenu a{padding:8px 16px}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{background:#fefefe40;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:100%;z-index:11}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{overflow:hidden;position:relative}.off-canvas{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6;position:fixed;transition:transform .5s ease;z-index:12}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px #0a0a0ab3}.off-canvas.is-open{transform:translate(0)}.off-canvas-absolute{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6;position:absolute;transition:transform .5s ease;z-index:12}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{box-shadow:0 0 10px #0a0a0ab3}.off-canvas-absolute.is-open{transform:translate(0)}.position-left{height:100%;left:0;overflow-y:auto;top:0;width:250px}.off-canvas-content .off-canvas.position-left,.position-left{transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-left.has-transition-push{transform:translateX(250px)}.position-left.is-transition-push{box-shadow:inset -13px 0 20px -13px #0a0a0a40}.position-right{height:100%;overflow-y:auto;right:0;top:0;width:250px}.off-canvas-content .off-canvas.position-right,.position-right{transform:translateX(250px)}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-right.has-transition-push{transform:translateX(-250px)}.position-right.is-transition-push{box-shadow:inset 13px 0 20px -13px #0a0a0a40}.position-top{height:250px;left:0;overflow-x:auto;top:0;width:100%}.off-canvas-content .off-canvas.position-top,.position-top{transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-top.has-transition-push{transform:translateY(250px)}.position-top.is-transition-push{box-shadow:inset 0 -13px 20px -13px #0a0a0a40}.position-bottom{bottom:0;height:250px;left:0;overflow-x:auto;width:100%}.off-canvas-content .off-canvas.position-bottom,.position-bottom{transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-bottom.has-transition-push{transform:translateY(-250px)}.position-bottom.is-transition-push{box-shadow:inset 0 13px 20px -13px #0a0a0a40}.off-canvas-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:none}.off-canvas-content.has-transition-overlap,.off-canvas-content.has-transition-push{transition:transform .5s ease}.off-canvas-content .off-canvas.is-open,.off-canvas-content.has-transition-push{transform:translate(0)}@media print,screen and (min-width:40em){.position-left.reveal-for-medium{transform:none;transition:none;visibility:visible;z-index:12}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{transform:none;transition:none;visibility:visible;z-index:12}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{transform:none;transition:none;visibility:visible;z-index:12}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{transform:none;transition:none;visibility:visible;z-index:12}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:64em){.position-left.reveal-for-large{transform:none;transition:none;visibility:visible;z-index:12}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{transform:none;transition:none;visibility:visible;z-index:12}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{transform:none;transition:none;visibility:visible;z-index:12}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{transform:none;transition:none;visibility:visible;z-index:12}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:40em){.off-canvas.in-canvas-for-medium{background:none;height:auto;overflow:visible;position:static;transition:none;visibility:visible;width:auto}.off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print,screen and (min-width:64em){.off-canvas.in-canvas-for-large{background:none;height:auto;overflow:visible;position:static;transition:none;visibility:visible;width:auto}.off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}html.is-reveal-open{overflow-y:hidden;position:fixed;width:100%}html.is-reveal-open.zf-has-scroll{overflow-y:scroll}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{background-color:#0a0a0a73;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1005}.reveal,.reveal-overlay{display:none;overflow-y:auto}.reveal{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fefefe;border:1px solid #cacaca;border-radius:0;margin-left:auto;margin-right:auto;padding:1rem;position:relative;top:100px;z-index:1006}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:40em){.reveal{min-height:0}}.reveal .column{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.reveal{max-width:75rem;width:600px}}.reveal.collapse{padding:0}@media print,screen and (min-width:40em){.reveal.tiny{max-width:75rem;width:30%}.reveal.small{max-width:75rem;width:50%}.reveal.large{max-width:75rem;width:90%}}.reveal.full{border:0;border-radius:0;bottom:0;height:100%;left:0;margin-left:0;max-width:none;min-height:100%;right:0;top:0;width:100%}@media print,screen and (max-width:39.99875em){.reveal{border:0;border-radius:0;bottom:0;height:100%;left:0;margin-left:0;max-width:none;min-height:100%;right:0;top:0;width:100%}}.reveal.without-overlay{position:fixed}.sticky,.sticky-container{position:relative}.sticky{transform:translateZ(0);z-index:0}.sticky.is-stuck{position:fixed;width:100%;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{left:auto;position:relative;right:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.title-bar{align-items:center;background:#0a0a0a;color:#fefefe;display:flex;justify-content:flex-start;padding:.5rem}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left,.title-bar-right{flex:1 1}.title-bar-right{text-align:right}.title-bar-title{display:inline-block;font-weight:700;vertical-align:middle}.top-bar{align-items:center;display:flex;flex-wrap:nowrap;flex-wrap:wrap;justify-content:space-between;padding:.5rem}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{margin-right:1rem;max-width:200px}.top-bar .input-group-field{margin-right:0;width:100%}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{flex:0 0 100%;max-width:100%}@media print,screen and (min-width:40em){.top-bar{flex-wrap:nowrap}.top-bar .top-bar-left{flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{flex:0 1 auto;margin-left:auto}}@media print,screen and (max-width:63.99875em){.top-bar.stacked-for-medium{flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{flex:0 0 100%;max-width:100%}}@media print,screen and (max-width:74.99875em){.top-bar.stacked-for-large{flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{flex:0 0 100%;max-width:100%}}.top-bar-title{flex:0 0 auto;margin:.5rem 1rem .5rem 0}.top-bar-left,.top-bar-right{flex:0 0 auto}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix:after,.clearfix:before{content:" ";display:table;flex-basis:0;order:1}.clearfix:after{clear:both}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{align-content:center;align-items:center;justify-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}.hide{display:none!important}.invisible{visibility:hidden}@media print,screen and (max-width:39.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:40em)and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em)and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.show-on-focus:active,.show-on-focus:focus{clip:auto!important;height:auto!important;overflow:visible!important;position:static!important;white-space:normal!important;width:auto!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-feature-settings:normal;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;line-height:inherit;position:absolute;text-align:center;width:2em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-virus:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-slash:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-display:auto;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(/static/media/fa-solid-900.dfaa060a451d978c2565.eot);src:url(/static/media/fa-solid-900.dfaa060a451d978c2565.eot?#iefix) format("embedded-opentype"),url(/static/media/fa-solid-900.4055b0575d40bfb3c7e8.woff2) format("woff2"),url(/static/media/fa-solid-900.22aa6d4357cf74671bc4.woff) format("woff"),url(/static/media/fa-solid-900.a480ec972cb6bce30533.ttf) format("truetype"),url(/static/media/fa-solid-900.3e2bc2ffd29f01066d23.svg#fontawesome) format("svg")}.fa,.fas{font-family:Font Awesome\ 5 Free;font-weight:900}/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-display:auto;font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(/static/media/fa-brands-400.bfcc3384b8a317dc5de3.eot);src:url(/static/media/fa-brands-400.bfcc3384b8a317dc5de3.eot?#iefix) format("embedded-opentype"),url(/static/media/fa-brands-400.37913cdf7cb0571dfac0.woff2) format("woff2"),url(/static/media/fa-brands-400.28d8b8fcc41c3b7134ff.woff) format("woff"),url(/static/media/fa-brands-400.1776173e3b1af55eb455.ttf) format("truetype"),url(/static/media/fa-brands-400.63b566233f163d538cce.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands;font-weight:400}.react-tabs{-webkit-tap-highlight-color:rgba(0,0,0,0)}.react-tabs__tab-list{border-bottom:1px solid #aaa;margin:0 0 10px;padding:0}.react-tabs__tab{border:1px solid #0000;border-bottom:none;bottom:-1px;cursor:pointer;display:inline-block;list-style:none;padding:6px 12px;position:relative}.react-tabs__tab--selected{background:#fff;border-color:#aaa;border-radius:5px 5px 0 0;color:#000}.react-tabs__tab--disabled{color:GrayText;cursor:default}.react-tabs__tab:focus{outline:none}.react-tabs__tab:focus:after{background:#fff;bottom:-5px;content:"";height:5px;left:-4px;position:absolute;right:-4px}.react-tabs__tab-panel{display:none}.react-tabs__tab-panel--selected{display:block}.App{display:flex;flex-direction:row;position:-webkit-sticky;position:sticky;text-align:center;top:0;width:100%;z-index:101}.App-uat{background-color:#a9a9a9}.App-prod{background-color:#000}.App-dev{background-color:#d3d3d3}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}h1{font-size:24px}h1,h2{font-family:sans-serif;font-weight:700;margin-bottom:16px;text-align:left}h2{font-size:16px}main{display:flex;flex-direction:column;gap:10px;padding:20px}.button.primary{background:#1271b2;background:var(--blue-80,#1271b2);font-weight:700}.button.submit{color:#fff;font-weight:700}.button.alert.submit{color:#252525;font-weight:700}.button.cancel{color:#252525;font-weight:400}input[class$=__input]{height:auto}input[class$=__input]:focus{box-shadow:none}.page-search-dropdown-container{display:flex;margin-right:16px;max-width:200px}.page-search-dropdown-container .page-search-button{color:#f2f2f2;margin-right:4px;margin-top:12px}.page-search-dropdown-container .id-input{padding:0 8px 0 0}.flex-vertical-center{align-items:center;display:flex}.flex-horizontal-center{display:flex;justify-content:center}.edit-modal-merchant-details-modal{max-width:none;min-width:0;min-width:auto;overflow:scroll;width:75%}.edit-modal-merchant-details-modal .edit-modal-data-row .edit-form .edit-form-row{padding:0 8px;width:50%!important}.edit-modal-merchant-details-modal .edit-modal-data-row .edit-form .edit-row-address,.edit-modal-merchant-details-modal .edit-modal-data-row .edit-form .edit-row-notes{width:100%!important}.edit-modal-merchant-details-modal .edit-modal-data-row .edit-form .edit-row-notes .edit-form-multi-text-input-field{height:242px;overflow:auto}.merchant-details-container{align-items:baseline;background:#f4f6f8;border:1px solid #e2e2e2;color:#252525;display:flex;flex-wrap:wrap;font-size:14px;font-style:normal;font-weight:400;justify-content:space-between;line-height:16px;margin-bottom:16px}.merchant-details-container button{margin-right:4px}.merchant-details-container h5{padding:8px 0 0 20px}.merchant-details-container .contact-info-container{display:flex;flex-direction:column;padding:20px;width:100%}.merchant-details-container .contact-info-container .name-value-labels{display:flex;flex-direction:row}.merchant-details-container .contact-info-container .name-value-labels .name-value-label{display:flex;flex-direction:column;margin-right:50px;padding:8px 0;width:420px}.merchant-details-container .contact-info-container .name-value-labels .name-value-label .name-value-label-label{display:flex;font-weight:700}.merchant-details-container .contact-info-container .name-value-labels .name-value-label .name-value-label-value{display:flex}.merchant-details-notes-container textarea{height:200px;overflow:auto}.enforcement-logs-decodes-container{align-items:baseline;display:flex;justify-content:flex-end;margin-bottom:24px}.enforcement-logs-decodes-container .id-input{width:200px}.dates-container{align-items:baseline;display:flex}.dates-container .date-container{margin-right:20px}.dates-container .client-dashboard-download-csv-button-container,.dates-container .client-dashboard-submit-button-container{padding-left:8px}.merchant-details-violations-container{align-items:baseline;color:#252525;display:flex;flex-wrap:wrap;font-size:14px;font-style:normal;font-weight:400;justify-content:space-between;line-height:16px;margin-bottom:16px;padding:20px 0 0}.merchant-details-modal-container{align-items:center;display:inline-flex;object-fit:contain}.merchant-details-modal-container .merchant-details-edit-button{background:#e9e9e9;background:var(--neutral-15,#e9e9e9);margin-bottom:0;padding:0}.merchant-details-modal-container .merchant-details-edit-button i{color:#666}.edit-modal-merchant-search-modal{max-width:none;min-width:0;min-width:auto;overflow:scroll;width:75%}.edit-modal-merchant-search-modal .edit-modal-data-row .edit-form .edit-form-row{padding:0 8px;width:50%!important}.edit-modal-merchant-search-modal .edit-modal-data-row .edit-form .edit-row-address,.edit-modal-merchant-search-modal .edit-modal-data-row .edit-form .edit-row-notes{width:100%!important}.edit-modal-merchant-search-modal .edit-modal-data-row .edit-form .edit-row-notes .edit-form-multi-text-input-field{height:242px;overflow:auto}.stackline-action-buttons-container{align-items:baseline;display:flex;flex-direction:row;line-height:16px;margin-bottom:24px}.stackline-action-buttons-container .stackline-column{display:flex;flex-direction:column}.stackline-action-buttons-container .stackline-column .stackline-weeks-selection-row{display:flex;flex-direction:row;margin-top:14px}.stackline-action-buttons-container .stackline-column .stackline-weeks-selection-row .id-input:not(:first-child){margin:0 0 0 24px}.stackline-action-buttons-container .stackline-column .stackline-trigger-dag-row{display:flex;flex-direction:row;margin:0 0 0 24px}.align-bottom{margin-top:8px}.acquire-clearcut-attributes-stackline-dag-trigger{display:flex;width:100%}.acquire-clearcut-attributes-stackline-dag-trigger .acquire-clearcut-attributes-stackline-trigger-dag-button{display:flex;justify-content:end;margin:32px 40px 0 0}.publish-stackline-measures-inputs-for-dag-trigger{display:flex;width:100%}.publish-stackline-measures-inputs{display:flex;justify-content:flex-start}.generate-stackline-measures-period-selection{margin-bottom:8px;margin-right:40px;margin-top:8px;width:30%}.span-height{font-size:14px;height:40px}.extract-cleanse-sales-to-puc-action-buttons-container{align-items:baseline;display:flex;flex-direction:row;line-height:16px;margin-bottom:24px}.extract-cleanse-sales-to-puc-action-buttons-container .extract-cleanse-sales-to-puc-column{display:flex;flex-direction:column;margin-top:14px}.extract-cleanse-sales-to-puc-action-buttons-container .extract-cleanse-sales-to-puc-column .id-input{margin:0 0 0 24px;width:600px}.extract-cleanse-sales-to-puc-action-buttons-container .extract-cleanse-sales-to-puc-trigger-dag-row{display:flex;flex-direction:row;margin:0 0 0 24px}.ifps-dag-trigger-group .ifps-dag-action-buttons-container{align-items:baseline;display:flex;flex-direction:row;line-height:16px;margin-bottom:24px}.ifps-dag-trigger-group .ifps-dag-action-buttons-container .ifps-dag-column{display:flex;flex-direction:column}.ifps-dag-trigger-group .ifps-dag-action-buttons-container .ifps-dag-column .ifps-dag-selection-row{display:flex;flex-direction:row}.ifps-dag-trigger-group .ifps-dag-action-buttons-container .ifps-dag-column .ifps-dag-selection-row .ifps-dag-inputs{display:flex;justify-content:flex-start;margin:24px 0 0}.ifps-dag-trigger-group .ifps-dag-action-buttons-container .ifps-dag-column .ifps-dag-selection-row .ifps-dag-inputs .span-height{font-size:14px;height:40px}.ifps-dag-trigger-group .ifps-dag-action-buttons-container .ifps-dag-column .ifps-dag-selection-row .ifps-dag-inputs .ifps-output-input,.ifps-dag-trigger-group .ifps-dag-action-buttons-container .ifps-dag-column .ifps-dag-selection-row .ifps-dag-inputs .ifps-source-input{font-size:14px;height:40px;width:600px}.ifps-dag-trigger-group .ifps-dag-action-buttons-container .ifps-dag-column .ifps-dag-selection-row .ifps-dag-errors{color:red;display:flex;flex-direction:column;font-size:12px;margin-top:5px}.ifps-dag-trigger-group .ifps-dag-action-buttons-container .ifps-dag-column .ifps-dag-trigger-dag-row{display:flex;flex-direction:row;margin:0 0 0 24px}.designation-header-component-container{align-items:center;display:inline-flex;object-fit:contain}.designation-header-component-container button{background:#e9e9e9;background:var(--neutral-15,#e9e9e9);border-radius:4px;margin-bottom:0}.designation-header-component-container button i{color:#666}.designation-header-component-container .designation-header-component-divider{background-color:#ccc;height:32px;margin:0 20px;width:1px}.designation-header-component-container .id-input{display:inline-flex;font-size:14px;font-weight:inherit;margin-right:25px;width:300px}.designation-action-buttons-container{align-items:center;display:flex;gap:20px;padding:20px}.designation-action-buttons-container a,.designation-action-buttons-container button{border-radius:4px;margin-bottom:0}.designation-action-buttons-container a i,.designation-action-buttons-container button i{color:#666}.designation-action-buttons-container button:disabled{cursor:not-allowed;opacity:.5}.designation-action-buttons-container .designation-header-component-divider{background-color:#ccc;height:24px;width:1px}.designation-action-button{align-items:center;display:flex;height:32px;justify-content:center;padding:8px;width:32px}.search-dropdown-container{width:200px!important}.search-dropdown-container .id-input{padding:0 8px 0 0;width:200px}.designation-assign-store-to-stores-selected-container{display:flex}.designation-assign-store-to-stores-selected-container .check-icon-true{color:#449711;line-height:24px}.designation-assign-store-to-stores-selected-container label{color:#666;color:var(--neutral-80,#666);font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal}.designation-assign-store-to-stores-selected-container .number-selected-rows{font-weight:700;padding-left:8px;padding-right:4px}.line-break{display:block;margin-top:20px}.designation-settings .settings-header{margin-top:16px}.designation-settings .checkbox-container{align-items:center;display:flex;margin-top:8px}.designation-settings .checkbox-label{margin-top:0}.designation-settings .checkbox{align-self:center;height:16px;margin-left:auto;width:16px}.designation-copy-button{margin-right:8px}.bulk-assign-stores-modal{background:#fff;border-radius:3px;bottom:auto;box-shadow:0 1px 3px 0 #25252526,0 1px 0 0 #2525250d;flex-shrink:0;left:50%;margin-right:-50%;max-width:90vw;min-width:325px;outline:none;overflow:auto;padding:20px;position:absolute;right:auto;top:50%;transform:translate(-50%,-50%)}.bulk-assign-stores-modal h1{font-feature-settings:"clig" off,"liga" off;color:#252525;color:var(--Neutral-100,#252525);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.bulk-assign-stores-modal .modal-body{display:flex;flex-direction:column;gap:20px}.bulk-assign-stores-modal .button{font-feature-settings:"clig" off,"liga" off;align-items:center;background:#d9d9d9;border-radius:4px;color:#252525;display:flex;font-size:14px;font-style:normal;font-weight:700;gap:10px;justify-content:center;line-height:20px;padding:6px 16px;text-align:center;width:100px}.bulk-assign-stores-modal .selected-file-box{align-items:center;border:1px solid #d9d9d9;display:flex;gap:8px;height:40px;max-width:-webkit-fit-content;max-width:fit-content;padding-left:0}.bulk-assign-stores-modal .selected-file-box button{align-items:center;background:#f4f6f8;border:1px solid #d9d9d9;display:flex;height:40px;justify-content:center;margin:0;padding:10px;width:40px}.bulk-assign-stores-modal .bottom-button-row{display:flex;justify-content:flex-end;margin-top:65px}.bulk-assign-stores-modal .bottom-button-row button{align-items:center;border-radius:4px;display:flex;gap:10px;margin-left:15px;padding:8px 16px}.bulk-assign-stores-modal .bottom-button-row button.close{background:#e9e9e9}.bulk-assign-stores-modal .bottom-button-row button.cancel{background-color:#fff;border:1px solid #666;color:#666}.bulk-assign-stores-modal .bottom-button-row button.primary{background-color:#1271b2;color:#fff}.bulk-assign-stores-modal textarea{margin:10px 0}.bulk-assign-stores-modal a{font-feature-settings:"clig" off,"liga" off;color:#1271b2;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.period-release-dropdown-container{font-size:14px;font-weight:400;width:100%}.retailer-files-no-data-found{background:#f5f5f5;border:1px solid gray;border-radius:4px;font-weight:600;padding:8px;text-align:center}.retailer-files-no-data-found a{color:#000}.retailer-files-actions-row{display:flex;flex-direction:row;gap:8px}.retailer-files-actions-row .retailer-files-actions-column{align-items:baseline;display:flex;flex-direction:column}.breadcrumbs li{font-feature-settings:"clig" off,"liga" off;color:#252525;color:var(--neutral-100,#252525);font-size:12px;font-style:normal;font-weight:500;line-height:16px}.breadcrumbs li:after{font-family:Font Awesome\ 5 Free;font-size:10px;height:8px;width:4px}.breadcrumbs a{color:#666}.breadcrumbs a:hover{color:#666;cursor:pointer;text-decoration:none}.breadcrumbs li:is(:last-child){color:#252525;font-weight:700}.edit-modal-data-row .data-table-row{display:flex;flex-wrap:wrap;justify-content:space-between}.data-table{background-color:#fff;display:flex;flex-direction:column;font-size:14px}.data-table .odd-row{background:#fafafa}.data-table .last-period{background:#d4d4d4}.data-table .invalid-time-service-week{color:red;font-weight:700}.data-table .data-table-row{display:flex;flex-direction:row}.data-table .data-table-row .data-cell:not(:last-child){border-right:2px solid #e9e9e9}.data-table .data-table-row .data-cell{overflow:visible;padding:10px 12px}.data-table .data-table-row .data-cell .createable-select{width:100%}.data-table .data-table-row .duplicated{background:#fdc2c2}.data-table .data-table-header-row{background:#f4f6f8;font-weight:700}.data-table .data-table-header-row .data-table-row{border-bottom:1px solid #e2e2e2;height:100%}.data-table .data-table-header-row .data-table-row .data-cell{align-items:center;display:flex;height:auto;min-height:48px;padding:0 12px}.data-table .data-table-header-row.sticky{margin:initial;position:fixed;top:40px}.data-table .data-table-search-row .data-table-row{border-bottom:1px #e2e2e2;height:100%}.data-table .data-table-search-row .data-table-row .data-cell{height:48px;padding:8px}.data-table .data-table-search-row .data-table-row .editable-cell{background:#f2f2f2}.data-table .data-table-search-row .data-table-row .editable-cell input{height:32px}.data-table .data-table-search-row.sticky{margin:initial;position:fixed;top:80px}.data-table .data-table-pagination{align-items:baseline;background:#fff;bottom:0;display:flex;flex-direction:row;justify-content:center;margin:0 auto;width:100%}.data-table .button{margin:15px}.data-row-cell-select__value-container{height:2.5rem}.data-row-cell-select__menu{overflow:visible;z-index:1000}.action-cell-buttons{display:flex;justify-content:center}.action-cell-buttons button{margin:0}.action-cell-buttons a,.action-cell-buttons i{border-radius:3px;color:#495057;cursor:pointer;padding:8px}.action-cell-buttons a:hover,.action-cell-buttons i:hover{background-color:#d3d3d3;color:#1779ba}.short-rows .data-table .data-table-row .data-cell{height:auto}.totals-header-emphasis{color:#e32836}.table-dropdown{overflow:visible!important}.manifest-container{display:flex;height:58px}.manifest-container button{margin-left:8px}.manifest-container .table-dropdown{width:150px}.super-small{border:1px solid #000;font-size:.8rem;margin:5px;padding:.2rem}.action-buttons{display:inline-block;white-space:nowrap}.trigger-dag-page-controls-left{display:flex;justify-content:space-between}.trigger-dag-page-controls-left .left-things{display:flex;flex-direction:column}.trigger-dag-page-controls-left .right-things{display:flex;flex-direction:column;justify-content:flex-end}.trigger-dag-page-controls-left .right-things .csv-label{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;color:inherit}.trigger-dag-page-controls-right{display:flex;justify-content:right}.trigger-dag-page-controls-right .right-things{display:flex;flex-direction:column;justify-content:flex-end}.trigger-dag-page-controls-right .right-things .csv-label{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;color:inherit}.left-things .csv-label,.right-things .csv-label,.trigger-dag-page-controls .right-things .csv-label{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;color:inherit}.promo-trigger-dag-text-group{width:860px}#extracts-trigger-confirmation-modal #has-retailer-ids{font-weight:700;margin-bottom:8px}#extracts-trigger-confirmation-modal .table{display:flex;flex-direction:column}#extracts-trigger-confirmation-modal .table .row{display:flex;flex-direction:row;justify-content:flex-end;line-height:26px;margin-bottom:10px}#extracts-trigger-confirmation-modal .table .row .left{flex-basis:25%;font-weight:700;text-align:right}#extracts-trigger-confirmation-modal .table .row .right{flex-basis:75%;margin-left:8px;text-align:left}.horiz-container{display:flex;margin-bottom:20px}#market-service-page .current-period-label{font-weight:700;margin-right:16px}#market-service-page .market-service-page-controls{display:flex;justify-content:space-between;width:100%}#market-service-page .market-service-page-controls .left-things{align-items:center;border-bottom:1px solid #e2e2e2;display:flex;justify-content:flex-start;margin-bottom:16px;padding-bottom:12px;width:100%}#market-service-page .market-service-page-controls .left-things .period-selection{align-items:center;border-right:1px solid #e2e2e2;display:flex;height:48px;margin-right:16px}#market-service-page .market-service-page-controls .left-things .compare-period-json,#market-service-page .market-service-page-controls .left-things .market-service-icons{background-color:#fff;display:flex}#market-service-page .market-service-page-controls .notification-button{color:#fff!important;display:flex;justify-content:flex-end;margin-left:16px}#market-service-page .market-service-page-controls .dropdown-wrapper{display:flex;font-size:14px;font-weight:400;margin:0 16px;width:150px}#market-service-page .add-record-button{width:150px}#market-service-page .delete-button{margin-left:16px!important}#market-service-page .button,#market-service-page button{color:#1779ba!important;margin:0}.market-stores-modal{max-width:92vw;width:760px}.market-stores-modal .market-stores-modal-content .id-input{width:100%}.market-service-content-controls{align-items:center;display:flex;margin:8px 0 16px}.market-service-content-controls button{margin:0 16px 0 0}.market-service-content-controls .duplicate-warning-message{align-self:center;color:#e32836;font-weight:700}.icon-dropdown-ul{float:none;margin:0;padding:0;position:absolute;z-index:999}.icon-dropdown-li{background-color:#fff;list-style-type:none;outline:1px solid #d3d3d3;padding:4px;position:relative}.fa-cog:hover,.fa-compress-alt:hover,.fa-copy:hover,.fa-edit:hover,.fa-file-download:hover,.fa-file-signature:hover,.fa-file-upload:hover,.fa-layer-group:hover,.fa-save:hover,.fa-store:hover,.fa-trash-alt:hover{background-color:#d3d3d3;color:#1779ba}.fa-cog,.fa-compress-alt,.fa-copy,.fa-edit,.fa-file-download,.fa-file-signature,.fa-file-upload,.fa-layer-group,.fa-save,.fa-store,.fa-trash-alt{border-radius:3px;color:#495057;cursor:pointer;padding:8px}.selected-icon{background-color:#add8e6}.button#download-as-csv{border-width:0;width:100%}.button#download-as-csv:hover{background-color:#d3d3d3!important;color:#1779ba!important}.modal-header{border-bottom:1px solid #d9d9d9;display:flex;font-size:16px;justify-content:space-between;margin-bottom:16px}.DeleteModal{background:#fff;border:1px solid #ccc;border-radius:4px;bottom:auto;left:50%;margin-right:-50%;outline:none;overflow:auto;padding:20px;position:absolute;right:auto;top:50%;transform:translate(-50%,-50%);width:480px}.DeleteModal div{font-size:12px}.table-cell-actions,.table-cell-description,.table-cell-index,.table-cell-market_key{background:#f4f6f8}.market-service-edit-modal{max-width:none;min-width:0;min-width:auto;overflow:scroll;width:75%}.market-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row{padding:0 8px;width:50%!important}.market-service-edit-modal .edit-modal-data-row .edit-form .edit-row-index,.market-service-edit-modal .edit-modal-data-row .edit-form .edit-row-market_key{width:100%!important}.market-service-two-edit-modal{max-width:none;min-width:0;min-width:auto;width:75%}.market-service-two-edit-modal .edit-modal-data-row .edit-form .edit-form-row{padding:0 8px;width:50%!important}.market-service-two-edit-modal .edit-modal-data-row .edit-form .edit-form-number-input-field,.market-service-two-edit-modal .edit-modal-data-row .edit-form .edit-form-text-input-field{height:46px}.task.success{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;text-align:start}.task.success a{color:#6fbe46}.task.alert{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;text-align:start}.task.alert a{color:#e32836}.horizontal-control-block-space-around{display:flex;justify-content:space-around}.previous-run-summary-icon-success{color:#6fbe46}.previous-run-summary-icon-failure{color:#e32836}.alert-image,.success-image{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.number-field{text-align:center}#switches{align-items:center;display:flex;flex-direction:row;margin-bottom:8px}#switches .switch{margin-bottom:0;margin-left:8px}#switches .switch .Dropdown-control{margin-left:8px}#switches .tooltip-contents{margin-top:8px}#switches .general-page-key .general-page-key-label{margin:0 0 0 8px}.checkbox-group{align-items:center;display:flex;flex-direction:column}.checkbox-group .dropdown-for-days{padding:0 8px 0 4px;width:100px}.checkbox-group .checkbox-checkboxes{display:flex}.checkbox-group .checkbox-header{font-family:sans-serif}.checkbox-group .date-range-group{align-items:baseline;display:flex;height:34px;padding-right:8px}.checkbox-group .date-range-group .date-range-input-wrapper,.checkbox-group .date-range-group .date-range-input-wrapper .input-container{height:34px}.checkbox-group .date-range-group .date-range-input-wrapper .input-container .manual-input-container,.checkbox-group .date-range-group .date-range-input-wrapper .input-container .manual-input-container .manual-from-input,.checkbox-group .date-range-group .date-range-input-wrapper .input-container .manual-input-container .manual-to-input{height:32px}.ingestion-logs-divider{background-color:#ccc}.ingestion-logs-divider,.ingestion-logs-no-line-divider{height:60px;margin-bottom:0;width:1px}#check-boxes,#input-group{align-items:flex-end;display:flex;flex-direction:row}#check-boxes .checkbox-container,#input-group .checkbox-container{align-items:center;display:flex;font-family:sans-serif;font-size:12px;text-align:left}#check-boxes .checkbox-container .Dropdown-control,#input-group .checkbox-container .Dropdown-control{margin-left:8px;margin-right:16px}#check-boxes .checkbox-container .checkbox-filters-label,#input-group .checkbox-container .checkbox-filters-label{font-size:14px;left:20px;line-height:28px;top:22px}#check-boxes .checkbox-container .checkbox-label,#input-group .checkbox-container .checkbox-label{background-color:#e9e9e9;border:1px solid #ccc;border-radius:20px;cursor:pointer;height:32px;margin:0 .5rem;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:2px;text-align-last:center;text-overflow:ellipsis;white-space:nowrap}#check-boxes .checkbox-container .is-data-issue-checkbox-label,#input-group .checkbox-container .is-data-issue-checkbox-label{background-color:#fdc2c2;border:1px solid #fdc2c2;color:#000}#check-boxes .checkbox-container .is-not-data-issue-checkbox-label,#input-group .checkbox-container .is-not-data-issue-checkbox-label{background-color:#e2e2e2;border:1px solid #e2e2e2;color:#000}#check-boxes .checkbox-container .is-further-review-checkbox-label,#input-group .checkbox-container .is-further-review-checkbox-label{background-color:#f9eabf;border:1px solid #f9eabf;color:#000}#check-boxes .checkbox-container .checkbox-label:before,#input-group .checkbox-container .checkbox-label:before{content:"✓";display:none;height:1em;line-height:1em;opacity:0;text-align:center;width:1em}#check-boxes .checkbox-container input[type=checkbox],#input-group .checkbox-container input[type=checkbox]{display:none;margin-bottom:0;margin-left:10px;visibility:hidden}#check-boxes .checkbox-container input[type=checkbox]:checked+.checkbox-label,#input-group .checkbox-container input[type=checkbox]:checked+.checkbox-label{background-color:#666;border-color:#666;color:#fff;font-weight:700}#check-boxes .checkbox-container input[type=checkbox]:checked+.is-data-issue-checkbox-label,#input-group .checkbox-container input[type=checkbox]:checked+.is-data-issue-checkbox-label{background-color:#fa7978;border:1px solid #fa7978;color:#000;font-weight:700}#check-boxes .checkbox-container input[type=checkbox]:checked+.is-not-data-issue-checkbox-label,#input-group .checkbox-container input[type=checkbox]:checked+.is-not-data-issue-checkbox-label{background-color:#c7c7c7;border:1px solid #c7c7c7;color:#000;font-weight:700}#check-boxes .checkbox-container input[type=checkbox]:checked+.is-further-review-checkbox-label,#input-group .checkbox-container input[type=checkbox]:checked+.is-further-review-checkbox-label{background-color:#fadb7a;border:1px solid #fadb7a;color:#000;font-weight:700}#check-boxes .checkbox-container input[type=checkbox]:checked+.checkbox-label:before,#input-group .checkbox-container input[type=checkbox]:checked+.checkbox-label:before{display:inline-block;opacity:1}#check-boxes .empty-div-40-percent,#input-group .empty-div-40-percent{width:40%}#check-boxes input[type=text],#input-group input[type=text]{flex:0 0 10%}.mapping{text-transform:capitalize}.ingest-cards{background-color:#d9d9d9;display:flex;flex-direction:row;margin-bottom:16px;padding:8px}.ingest-cards .card{align-items:center;display:flex;flex-direction:column;margin:0;overflow:visible!important;width:50%}.ingest-cards .card .sub-cards{display:flex;flex-direction:row;justify-content:space-around;width:100%}.ingest-cards .card .sub-cards .card-content{align-items:center;border:1px solid #d3d3d3;display:flex;flex-direction:column;margin:8px 0;width:40%}.ingest-cards .card .sub-cards .card-content .retailer-data{font-size:24px;font-weight:700}.ingest-cards .card .sub-cards .card-content .content-label{font-size:12px}.tab-radio-buttons{display:flex;flex-direction:row}.tab-radio-buttons .tab-radio-button-container{align-items:center;display:flex;font-family:sans-serif;font-size:12px;text-align:center}.tab-radio-buttons .tab-radio-button-container input.tab-radio-button{display:none}.tab-radio-buttons .tab-radio-button-container input.tab-radio-button+label{border-bottom:2px solid #fff;cursor:pointer;font-size:14px;left:20px;line-height:28px;padding:.5em 1em;text-transform:capitalize;top:22px}.tab-radio-buttons .tab-radio-button-container input.tab-radio-button+label:hover{border-bottom:2px solid #666}.tab-radio-buttons .tab-radio-button-container [type=radio]:checked+label{border-bottom:2px solid gray;font-weight:700}.tab-radio-buttons .tab-download-csv{align-self:flex-end;display:flex;margin-left:auto}.download-csv{align-self:flex-end;border-radius:4px;float:right;margin-left:5px;vertical-align:top}.left-margin{margin:0 0 0 12px}.collapsable-content .hover-tool-tip-div .tooltip-contents{position:fixed}.hover-tool-tip-div{float:right}.hover-tool-tip-div .hover-tool-tip-div-hover{display:flex;flex-direction:column;padding:4px;width:320px}.hover-tool-tip-div .hover-tool-tip-div-hover .name-value-label :first-child{padding-left:4px;padding-right:4px}.hover-tool-tip-div .hover-tool-tip-div-hover .name-value-label{justify-content:space-between}.bottom-border{border-bottom:#000;border-bottom-style:solid;border-bottom-width:1px}.feedback{display:flex;flex-direction:row}.width-80{width:80px}.onboarding-label,.show-onboarding{background-color:#89cff0}.onboarding-label{border-radius:4px;font-size:12px;font-weight:500;margin-left:4px;padding:4px}#confluence-link{overflow-wrap:break-word}.ingestion-logs-page-key-list{display:flex;flex-direction:column;padding:4px;width:260px}.ingestion-logs-page-key{display:inline-block}.ingestion-logs-page-key .tooltip-contents{filter:drop-shadow(4px 4px 2px gray);padding-bottom:12px;padding-top:12px;width:244px;z-index:1000}.ingestion-logs-page-key .ingestion-logs-page-key-label{display:inline-block;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;margin:16px}.ingestion-logs-page-key-title{margin:8px;text-align:center}.ingestion-status-color{display:flex;text-align:center}.ingestion-logs-key-border{align-items:center;border:1px solid #b1b1b1;display:flex;height:60px;justify-content:center;padding:4px;width:200px}.manifest-container .manifest-table-dropdown-container{width:100%}.dropdown-for-days-component-container{align-items:center;display:flex;font-family:sans-serif;font-size:12px;text-align:left;width:100%}.dropdown-for-days-component-container .dropdown-for-days__value-container,.dropdown-for-days-component-container div[class$=-control],.dropdown-for-days-component-container div[class$=-indicatorContainer]{max-height:32px;min-height:32px!important}.dropdown-for-days-component-container .modal-ftp-configuration-dropdown__menu{z-index:10!important}.modal-ftp-configuration-dropdown{display:flex;justify-content:flex-end;margin-bottom:4px;padding-bottom:4px;width:100%}.modal-ftp-configuration-dropdown .modal-ftp-configuration-dropdown__menu{z-index:10!important}.name-value-labels.last-updated{display:flex;justify-content:flex-end;margin-bottom:8px}.name-value-labels .reload-items-summary{margin:0}.checkpoint-spotlight-page-key-list{display:flex;flex-direction:column;padding:4px;width:300px}.spotlight-info-header{flex-direction:row}.spotlight-info-header .view-spotlights-container{align-self:flex-end;display:flex;flex-direction:column}.spotlight-info-header .view-spotlights-container .view-spotlights-button-container{display:flex;justify-content:flex-end}.spotlight-info-header .selected-spotlight-container{display:flex;flex-direction:column;justify-content:flex-start}.checkpoint-spotlight-page-key{display:inline-block}.checkpoint-spotlight-page-key .tooltip-contents{filter:drop-shadow(4px 4px 2px gray);padding-bottom:12px;padding-top:12px;width:275px;z-index:1000}.checkpoint-spotlight-page-key .checkpoint-spotlight-page-key-label{display:inline-block;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;margin:16px}.checkpoint-spotlight-page-key-title{margin:8px;text-align:center}.inactive-retailer-row-ftp,.inactive-retailer-row-ftp .table-cell-actions{background:#e2e2e2!important}.table-cell-ingestionButtons .run-fill{margin-right:8px}.table-cell-ingestionButtons .horizontal-control-block-element input{height:32px}.table-cell-ingestionButtons .horizontal-control-block-element .button.secondary{height:32px;margin-left:8px}.react-table-popover-wrapper{background:#fefefe!important;border:1px solid #b1b1b1;padding:8px;width:150px}.react-table-popover-wrapper .popover-content{margin:initial}.react-table-popover-wrapper .popover-content .ftp-config-load-menu-buttons,.react-table-popover-wrapper .popover-content .ftp-configs-modal-button,.react-table-popover-wrapper .popover-content .stage-to-archive-button{padding:4px;white-space:normal}.react-table-popover-wrapper .popover-content .ftp-config-load-menu-buttons button,.react-table-popover-wrapper .popover-content .ftp-configs-modal-button button,.react-table-popover-wrapper .popover-content .stage-to-archive-button button{margin:4px}.react-table-wrapper #switches{margin-bottom:32px}.react-table-wrapper #switches .run-all-retailer-dags{align-items:center;align-self:flex-start;display:flex}.react-table-wrapper #switches .run-all-retailer-dags button,.react-table-wrapper #switches .run-all-retailer-dags input{margin:0 16px 0 0}.react-table-wrapper #switches .run-all-retailer-dags .divider{height:24px}.react-table-wrapper #switches .run-all-retailer-dags button{white-space:nowrap}.react-table-wrapper #switches .run-all-retailer-dags .checkbox-container{align-items:center;display:flex}.react-table-wrapper #switches .run-all-retailer-dags .checkbox-container .checkbox-label{display:flex;flex-direction:column;margin-top:0;width:100px}.react-table-wrapper #switches .run-all-retailer-dags .checkbox-container .checkbox{align-self:center;display:flex;flex-direction:column;margin-right:0}.react-table-wrapper #switches .run-all-retailer-dags .tooltip-icon{align-items:center;display:flex}.fill-all-retailer-dag{display:flex}.date-fill-multi{display:flex;margin:0 16px 0 0;max-height:50px;max-width:220px}.submit-fill-multi{max-height:50px;max-width:100px}.add-edit-modal{background:#fff;border-radius:3px;bottom:auto;box-shadow:0 1px 3px 0 #25252526,0 1px 0 0 #2525250d;flex-shrink:0;height:400px;left:50%;margin-right:-50%;max-width:90vw;outline:none;overflow:auto;padding:20px;position:absolute;right:auto;top:50%;transform:translate(-50%,-50%);width:360px}.add-edit-modal h1{font-feature-settings:"clig" off,"liga" off;color:#252525;color:var(--neutral-100,#252525);font-size:16px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:8px}.add-edit-modal .modal-buttons{bottom:20px;display:flex;justify-content:flex-end;position:absolute;right:20px;width:100%}.add-edit-modal .modal-buttons button{margin:8px}.add-edit-modal .modal-buttons button:last-of-type{margin-right:0}.duplicated{background:#fdc2c2}.horizontal-control-block{display:flex;flex-direction:row}.retailer-id-element{margin-top:24px}.rollup-weekly-button .reload-archive-button .past-due-downloads{width:20%}.update-retailer-id{width:30%}.horizontal-control-block-element{display:flex;justify-content:center;margin-left:8px}.horizontal-control-block-element-left{display:flex;justify-content:left;margin-left:8px}.run-all-retailer-dags{align-items:center;align-self:flex-start;display:flex}.run-all-retailer-dags button,.run-all-retailer-dags input{margin:0 16px 0 0}.run-all-retailer-dags .divider{height:24px}.run-all-retailer-dags button{white-space:nowrap}.popover-row-content{display:flex}.popover{width:150px}.confirmation-modal{height:120px;width:420px}.confirmation-modal-body{font-family:Roboto,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;max-height:700px;overflow:auto;padding:0 0 0 16px}.button-row{display:flex;flex-direction:column;justify-content:space-between}.normalized-report-actions{align-items:center;display:flex;justify-content:space-evenly}.normalized-report-actions .button{margin:0;white-space:nowrap}.archive-file-name-modal{align-items:center;display:flex;justify-content:flex-start}.archive-file-name-modal .file-name{margin:0 0 0 5px}.show-file-partial-modal{max-height:80%;max-width:80%}.file-partial-content{background-color:#cacaca;border-radius:4px;font-family:Courier,Roboto,Arial,sans-serif;max-height:480px;overflow-x:scroll;overflow-y:scroll;padding:8px;white-space:pre}.ftp-configs-modal{min-width:400px}.clickable-thingy{cursor:pointer}.dag-trigger-group{display:flex;flex-direction:column}.dag-trigger-group .button{width:75px}.dag-trigger-group .sld-trigger-button{width:150px}.dag-trigger-group .promo-trigger-button{height:60px;margin-left:8px;width:180px}.dag-trigger-group-row{display:flex;flex-direction:row}.dag-trigger-group-row .button{width:75px}.dag-trigger-group-row .promo-trigger-button{height:60px;margin-left:8px;width:180px}.projections-version-row .dag-trigger-group .button{width:auto}.projections-version-row .button{margin-bottom:0}.projections-version-row .get-test-projections-submit{margin-left:1em;width:170px}.projections-version-row .id-input{min-width:300px;width:100%}.totals-modal-column-wrapper-outer{width:550px}.totals-modal-toggle-wrapper{display:flex;flex-direction:column;padding-left:8px;padding-top:24px}.totals-modal-row-wrapper{display:flex;flex-direction:row;justify-content:space-around}.totals-modal-row-wrapper .id-input{width:200px}.totals-modal-row-wrapper-state{display:flex;flex-direction:row}.totals-modal-row-wrapper-state .id-input{width:200px}.totals-modal-row-wrapper-state .totals-modal-column-wrapper-state{margin-left:52px}.totals-modal-column-wrapper{display:flex;flex-direction:column;justify-content:space-around}#basic-options-label{padding-left:8px}.download-as-csv-totals{margin:0 28px 25px 0}.user-confirmation-checkbox{margin-left:16px}.Modal{background:#fff;border:1px solid #ccc;border-radius:4px;bottom:auto;left:50%;margin-right:-50%;max-width:90vw;outline:none;overflow:auto;padding:20px;position:absolute;right:auto;top:50%;transform:translate(-50%,-50%)}.Modal .modal-header-text{overflow-wrap:anywhere}.modal-button{margin:8px}.danger-button{background-color:#ba0916}.totals-modal{overflow:visible}.totals-modal .data-row-dropdown{max-height:60px}.store-info-modal{max-height:90vh;overflow-y:auto}.edit-modal{background:#fff;border:1px solid #ccc;border-radius:4px;bottom:auto;height:88%;left:50%;margin-right:-50%;outline:none;overflow:auto;padding:20px;position:absolute;right:auto;top:50%;transform:translate(-50%,-50%);width:75%}.Overlay{bottom:0;left:0;overscroll-behavior:contain;position:fixed;right:0;top:0;z-index:1000}body.ReactModal__Body--open{overflow:hidden}.modal-text-area{height:425px;resize:vertical}.modal-text-area-wide{height:125px;resize:vertical;width:425px}.center-button,.open-json-payload-modal{align-items:center;display:flex;height:100%;justify-content:center}.center-button .button,.open-json-payload-modal .button{margin-bottom:0}.open-json-payload-modal .button.tertiary{margin:8px}.store-service-add-row{margin-right:8px}.horizontal-control-block-element-left-actions-tab{display:flex;justify-content:left;margin-left:8px}.horizontal-control-block-element-left-actions-tab .fill-end-date{width:auto}.bulk-upload-stores-modal{min-height:450px;width:750px}.bulk-upload-stores-modal h6{margin-bottom:32px}.bulk-upload-stores-modal input[type=radio]{margin-right:8px}.bulk-upload-stores-modal textarea{font-size:12px;height:125px;margin-bottom:20px;overflow-wrap:normal;overflow-x:scroll;resize:none;white-space:pre}.bulk-upload-stores-modal .modal-buttons{bottom:16px;display:flex;justify-content:flex-end;position:absolute;right:16px}.bulk-upload-stores-modal button[type=button]{margin-left:8px}.bulk-upload-stores-modal .validation-error-message{color:red;margin-top:32px}.bulk-upload-stores-modal .ReactTable7 .rt-tbody .rt-td{font-size:10px;line-height:10px}.bulk-upload-stores-modal .ReactTable7 .rt-tr{height:30px}.bulk-upload-stores-modal .ReactTable7 .rt-thead .rt-resizable-header-content{font-size:10px;line-height:10px}.bulk-upload-stores-modal .ReactTable7 .-pagination{margin-bottom:50px;margin-top:0}.no-bullet-list{text-wrap:auto;list-style-type:none}.service-action-buttons{align-items:center;display:flex;gap:16px;margin-bottom:16px}.service-action-buttons>div{margin-right:0}.ignore-icon{height:35px;width:35px}.table-input-field{margin-right:16px;margin-top:1px;width:200px}.unmapped-retailer-add-mapping .input-button-container{display:flex;flex-flow:wrap}.unmapped-retailer-add-mapping .input-button-container input{height:32px}.unmapped-retailer-add-mapping .input-button-container .button.secondary{height:32px;margin-left:8px}.unmapped-retailers-table .rt-table{z-index:1}.unmapped-retailers-table .-pagination{z-index:auto!important}.unmapped-retailers-table .pagination-number-of-rows-select-dropdown__menu{z-index:2}.store-totals-context-menu{background-color:#d3d3d3;border:2px solid #000;border-radius:4px;display:flex;flex-direction:column;max-height:320px;max-height:var(--radix-popper-available-height,320px);overflow-y:auto;transform-origin:var(--radix-dropdown-menu-content-transform-origin);z-index:1000}.store-totals-context-menu[data-state=open]{animation:store-totals-context-menu-fade-in .12s ease-out}.store-totals-context-menu .button{border:2px solid #000;border-radius:4px;margin-left:12px;margin-right:12px;padding:12px}.store-totals-context-menu .button:first-child{margin-top:12px}@keyframes store-totals-context-menu-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.advanced-options-dates{display:flex;flex-direction:column}.advanced-options-row{font-size:14px;justify-content:stretch;width:60%}.advanced-options-row,.advanced-options-row .pair{display:flex;flex-direction:row}.advanced-options-row .search-totals-label{font-weight:700}.advanced-options-row input{font-size:14px}.advanced-options-row .retailer-id-totals{align-content:flex-end;border-radius:0;display:flex;height:44px;margin-left:5px;width:50%}.advanced-options-row .id-input{height:40px;margin-left:5px}.advanced-options-row .id-input button{margin:10px}.advanced-options-row #edit-show-search-total-modal{margin-left:80px}.divider{border-left:1px solid #d9d9d9;margin:12px 0}.nav-title-bar{display:flex;flex-direction:row;width:90%}.chevron-down{padding-left:8px}.apollo-icon,.chevron-down{height:20px;width:20px}.menu .is-active>a{background-color:#fff;color:#666}.is-dropdown-submenu{border-radius:4px;min-width:150px}.is-dropdown-submenu .is-dropdown-submenu-item:hover,.is-dropdown-submenu .is-dropdown-submenu-item:hover>a{background-color:#f2f2f2}.is-dropdown-submenu .is-dropdown-submenu-item:hover .dropdown-menu-link-large{color:#666}.is-dropdown-submenu .is-dropdown-submenu-item:active{background-color:#e6f5ff}.side-nav-dropdown{margin-left:16px;min-width:275px;width:300px}.total-dollars-cell-container{display:flex;flex-direction:column;height:100%}.data-row-dropdown .data-row-cell-select__control{border-color:#b1b1b1}.data-row-dropdown .data-row-cell-select__indicator-separator{display:none}.readiness-message{border-radius:4px;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:16px;margin-top:40px;padding:20px}.readiness-error-message{background-color:#fdc2c2;color:#000}.readiness-info-message{background-color:#d6ebff;border:4px solid #1271b2;color:#1b508f}.spotlight-selection-group{align-items:center;display:flex;flex-direction:row;margin-bottom:24px}.spotlight-selection-group .column{display:flex;flex-direction:column}.spotlight-selection-group .column #check-boxes{justify-content:center}.spotlight-selection-group .schema-selection{display:flex;flex-direction:column}.spotlight-selection-group .schema-selection-row{display:flex;flex-direction:row;margin-top:14px}.spotlight-selection-group .threshold-selection{display:flex;flex-direction:row;margin:18px 0}.spotlight-selection-group #threshold-dollars,.spotlight-selection-group #threshold-percent-difference,.spotlight-selection-group #threshold-units{height:32px;margin:0;width:80px}.spotlight-selection-group .schema-field,.spotlight-selection-group .threshold-field{align-items:center;display:flex;margin-right:20px}.spotlight-selection-group .schema-field span,.spotlight-selection-group .threshold-field span{font-size:14px;margin-right:10px}.spotlight-selection-group #from-schema-dropdown,.spotlight-selection-group #to-schema-dropdown{margin:0 20px}.spotlight-header{font-size:12px}.spotlight-divider{background-color:#ccc;height:80px;margin:0 20px 0 10px;width:1px}.submit-spotlight{display:flex;margin-top:20px}.submit-spotlight button{flex-direction:row}.drill-down-table,.spotlight-table{margin:16px 0 0}.spotlight-percentage-red{color:#e32836}.spotlight-header-wrapper{border-top:1px solid #ccc;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding-top:20px}.spotlight-header-wrapper .all-retailers-sum .sum-label{font-weight:700}.spotlight-header-wrapper .all-retailers-sum .sum-data{margin:0 20px 0 5px}.spotlight-table .tab-download-csv{display:flex;justify-content:flex-end}.error-div{background-color:#fdc2c2;border-radius:8px;font-weight:700;margin:16px;padding:24px;text-align:center}.error-div .fa,.error-div .fas{padding-left:8px}.projections-spotlight{align-items:flex-start}.projections-spotlight .version-selection-row{grid-gap:24px;align-items:baseline;display:flex;flex-direction:row}.projections-spotlight .submit-spotlight{align-items:center;margin-top:0}.projections-spotlights-summary-header{border:1px solid #b1b1b1;margin-bottom:16px;padding:16px}.projections-spotlights-summary-header .name-value-label-label{font-weight:700}.react-table-wrapper .projection-factors-summary-table,.react-table-wrapper .stores-universe-summary-table{align-items:baseline;display:flex;flex-direction:row;justify-content:flex-end}.ops-alerts-content .rt-th{overflow:visible}.acknowledge-all{margin:0 0 0 .5rem}.not-outlier{background-color:#c1f8a4}.outlier-severity-1{background-color:#f9eabf}.outlier-severity-2{background-color:#fcd5ad}.outlier-severity-3{background-color:#fdc2c2}.outlier-severity-4{background-color:#e32836;color:#fff}.outlier-cell{height:100%;width:100%}.alert-summary{display:flex;flex-wrap:wrap;padding:10px}.alert-summary .alert-group{margin-right:40px}.alerts-selections{align-items:center;display:flex;margin-bottom:16px}.alert-payload-modal{max-height:80%;max-width:90%}.jira-alert-button{margin-left:auto}.alerts-divider{border-left:1px solid #ccc}.data-issue-border div[role=cell]:is(:first-child){border-left:8px solid #fa7978;padding-left:4px}.no-data-issue-border div[role=cell]:is(:first-child){border-left:8px solid #c7c7c7;padding-left:4px}.further-review-border div[role=cell]:is(:first-child){border-left:8px solid #fadb7a;padding-left:4px}.alert-modal-saved-classification{align-items:center;display:flex;flex-direction:row;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;margin-top:8px}.alert-modal-saved-classification-highlight{border-radius:4px;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-left:4px;padding:4px 8px}.highlight-pink{background:#fdc2c2}.highlight-light{background:#e2e2e2}.highlight-yellow{background:#f9eabf}.alert-actions{display:flex;height:100%;justify-content:space-evenly;margin:0 -8px;width:calc(100% + 16px)}.alert-actions .divider{height:calc(100% + 16px);margin:-8px 0;width:1px}.alert-actions .alert-single-action:hover .toolTipText{visibility:visible}.alert-actions .alert-single-action{display:flex;flex-direction:row}.alert-actions .alert-single-action .header-button{margin-bottom:0}.alert-actions .alert-single-action .fa-check:hover,.alert-actions .alert-single-action .fa-cog:hover,.alert-actions .alert-single-action .fa-edit:hover,.alert-actions .alert-single-action .fa-undo:hover{background-color:#d3d3d3;color:#1779ba}.alert-actions .alert-single-action .fa-check,.alert-actions .alert-single-action .fa-cog,.alert-actions .alert-single-action .fa-compress-alt,.alert-actions .alert-single-action .fa-copy,.alert-actions .alert-single-action .fa-download,.alert-actions .alert-single-action .fa-edit,.alert-actions .alert-single-action .fa-trash-alt,.alert-actions .alert-single-action .fa-undo,.alert-actions .alert-single-action .fa-upload{border-radius:4px;color:#495057;cursor:pointer;padding:4px 2px}.alert-actions .open-json-payload-modal{align-items:center;display:inline;display:initial;height:100%;justify-content:center}.alert-actions .open-json-payload-modal .button{margin-bottom:0}.open-json-payload-modal-buttons{display:flex;margin-top:10px}.retailer-status-group{align-items:flex-end;display:flex;flex-basis:25%;flex-direction:row;gap:12px}.retailer-status-group h5{margin-bottom:0}.retailer-status-group .retailer-status-label{font-feature-settings:"clig" off,"liga" off;align-items:center;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:12px;text-align:center}.retailer-status-group .checkbox-group{align-items:flex-start;display:flex;flex-direction:column}.retailer-status-group .checkbox-group .checkbox-checkboxes{display:flex}.retailer-status-group .checkbox-group .checkbox-header{font-family:sans-serif}.retailer-status-group .retailer-status-checkboxes-container{display:flex;flex-direction:column}.retailer-status-group .retailer-status-checkboxes-container #check-boxes{align-items:flex-end;display:flex;flex-direction:row}.retailer-status-group .retailer-status-checkboxes-container #check-boxes .checkbox-container{align-items:center;display:flex;font-family:sans-serif;font-size:12px;text-align:left}.retailer-status-group .retailer-status-checkboxes-container #check-boxes .checkbox-container .Dropdown-control{margin-left:8px;margin-right:16px}.retailer-status-group .retailer-status-checkboxes-container #check-boxes .checkbox-container .checkbox-filters-label{font-size:14px;left:20px;line-height:28px;top:22px}.retailer-status-group .retailer-status-checkboxes-container #check-boxes .checkbox-container .checkbox-label{background-color:#e9e9e9;border:1px solid #ccc;border-radius:20px;cursor:pointer;height:32px;margin:0 .5rem;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:2px;text-align-last:center;text-overflow:ellipsis;white-space:nowrap;width:10em}.retailer-status-group .retailer-status-checkboxes-container #check-boxes .checkbox-container .checkbox-label:before{content:"✓";display:none;height:1em;line-height:1em;opacity:0;text-align:center;width:1em}.retailer-status-group .retailer-status-checkboxes-container #check-boxes .checkbox-container input[type=checkbox]{display:none;margin-bottom:0;margin-left:10px;visibility:hidden}.retailer-status-group .retailer-status-checkboxes-container #check-boxes .checkbox-container input[type=checkbox]:checked+.checkbox-label{background-color:#666;border-color:#666;color:#fff;font-weight:700}.retailer-status-group .retailer-status-checkboxes-container #check-boxes .checkbox-container input[type=checkbox]:checked+.checkbox-label:before{display:inline-block;opacity:1}.retailer-status-group .alert-divider{background-color:#ccc;display:flex;flex-direction:column;height:60px;width:1px}.retailer-status-group .fake-button-for-show{display:flex;flex-direction:column;justify-content:flex-end}.used-file{color:#397a11}.file-name{overflow:hidden;padding-right:20px;text-overflow:ellipsis}.source-files-column{display:flex;justify-content:flex-end}.source-files-column .source-file-action{align-items:center;display:flex;justify-content:flex-start;padding-right:15px}.header-section{align-items:center;display:flex;flex-direction:row;justify-content:center}.header-session-user{color:#fff;display:flex;font-size:12px;font-style:normal;font-weight:700;line-height:24px;padding:0 8px 0 0}.nav-bar{border-bottom:1px solid #d9d9d9}.spins-logo{border-right:#f2f2f2;border-right-style:solid;border-right-width:1px;height:20px;padding-right:8px;width:88px}.dropdown-menu-link-container{align-items:center;display:flex;flex-direction:row}.dropdown-menu-link-small{color:#252525!important;font-size:12px;font-style:normal;font-weight:500;line-height:16px;padding:.7rem 1rem;text-align:center}.dropdown-menu-link-small:hover{background-color:#f2f2f2}.dropdown-menu-link-large{color:#666;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.dashboard-title{color:#fff;font-size:18px;font-style:normal;font-weight:300;height:22px;line-height:22px;margin-left:8px;width:87px}.title-bar-container{display:flex;flex-direction:row;height:40px;justify-content:space-between;margin:4px 16px;order:0;top:6px;width:100%}.nav{display:flex;padding:0 8px;width:100%}.nav .i{color:#fff;cursor:pointer;display:flex;float:left;font-size:12px;margin-left:80px;padding:15px;text-decoration:none}.nav .link{color:#fff!important}.nav .link:hover{color:#000!important}.z-to-the-top{z-index:100}.header-next-period,.header-session-timeout{color:#fff;display:flex;font-size:12px;font-style:normal;font-weight:700;line-height:24px}.header-next-period{padding-right:25px}.separator{border-top:1px solid #00000040}.title-dropdown:focus{outline:none}.title-dropdown-content{border:1px solid #0a0a0a;border-radius:4px;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;justify-content:center;max-width:200px;min-width:50px;width:auto}.title-dropdown-content .has-tip{border-bottom:1px solid #8a8a8a}.title-dropdown-content .has-tip:last-child{border-bottom:none}.title-dropdown-content a,.title-dropdown-content button,.title-dropdown-content div{margin-bottom:2px}.title-dropdown-content a .fa-copy,.title-dropdown-content button .fa-copy,.title-dropdown-content div .fa-copy{color:inherit;padding:initial}.title-dropdown-content .header-button{color:#252525;cursor:pointer;padding:8px 16px;width:100%}.title-dropdown-content .header-button:hover{background-color:#f2f2f2}.title-dropdown-content .header-button:active{background-color:#e6f5ff}.title-dropdown-content button:focus{outline:none}.user-type-div{background:#a9a9a9;border-bottom:2px solid #000;font-size:12px;font-weight:700;padding:4px}.spinner-container{align-items:center;display:flex;justify-content:center;width:100%}.spinner-container .spinner{margin-right:8px}.spinner-container .spinner-carrot{animation:spin 2s linear infinite;height:40px;margin-right:8px;width:40px}.spinner-container-normal{align-items:center;display:flex;justify-content:center;width:100%}.spinner-container-normal .spinner{margin-right:8px}.spinner-container-normal .spinner-carrot{animation:spin 2s linear infinite;height:40px;margin-right:8px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-container-normal{font-size:32px;height:600px}.spinner-container-small{font-size:12px;height:24px}.spinner-container-medium{font-size:32px;height:100px}.update-button{align-self:flex-end;margin-left:5px;margin-right:5px;vertical-align:top}.right-exit-button{border-bottom-style:none;color:#474747;cursor:pointer;font-size:12px;margin-bottom:10px;margin-left:202px;outline:none}.right-exit-button,.right-things{display:flex;justify-content:flex-end}.right-things{padding:17px 0 7px}.confirmation-modal{height:-webkit-fit-content;height:fit-content}width-450{width:450px}.comparison-report-page .report-gcs-path-field .id-input,.comparison-report-page .schema-field .id-input{max-width:92vw;width:1256px}.dag-trigger-group .custom-run-selections{display:flex;flex-direction:row}.dag-trigger-group .custom-run-selections .spotlight-divider{background-color:#ccc;height:80px;width:1px}.dag-trigger-group .custom-run-selections .custom-run-selections-column{display:flex;flex-direction:column;margin-left:36px}.dag-trigger-group .custom-run-selections .custom-run-selections-column .projections-version-row{align-items:center;display:flex}.dag-trigger-group .custom-run-selections .custom-run-selections-column .projections-version-row .get-test-projections-submit{display:flex;height:42px;margin-left:16px}.dag-trigger-group .custom-run-selections .custom-run-selections-column .projections-version-row .last-run-time-stamp{font-weight:700}.dag-trigger-group .custom-run-selections .custom-run-selections-column .custom-run-selections-row{display:flex;flex-direction:row}.dag-trigger-group .custom-run-selections .custom-run-selections-column .custom-run-selections-row .custom-run-selections-row-column{display:flex;flex-direction:column}.dag-trigger-group .custom-run-selections .custom-run-selections-column .scaffolding-dag{display:block;margin-right:0}.dag-trigger-group .custom-run-selections .custom-run-selections-column .measures-item-filters{display:flex;flex-direction:row;font-size:14px;height:45px}.dag-trigger-group .custom-run-selections .custom-run-selections-column .measures-item-filters #check-boxes{align-items:center;border:1px solid #cacaca}.dag-trigger-group .measures-checkpoint-container{display:flex;flex-direction:column;margin-left:36px}.dag-trigger-group .switches-radio{align-items:baseline;display:flex;flex-direction:row;margin-left:4px;padding:16px}.what-will-fill-selection-group{align-items:center;display:flex;flex-direction:row;margin-bottom:24px;margin-top:8px}.what-will-fill-selection-group .column{display:flex;flex-direction:column}.what-will-fill-selection-group .column .date-label{height:24px}.what-will-fill-selection-group .selections-divider{background-color:#ccc;height:80px;width:1px}.what-will-fill-selection-group .left-margin{margin:0 0 0 12px}.invalid-day-of-week{background:#e6b800;font-weight:700;margin:-12px;padding:20px 12px}form:not(.radio-button-group-form) label{font-feature-settings:"clig" off,"liga" off;color:#252525;color:var(--neutral-100,#252525);font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:12px}form:not(.radio-button-group-form) input{align-items:center;align-self:stretch;background:#fff;background:var(--neutral-0,#fff);border:1px solid #b1b1b1;border:1px solid var(--neutral-50,#b1b1b1);border-radius:4px;display:flex;font-size:14px;font-style:normal;font-weight:400;height:32px;line-height:20px;margin-bottom:0;padding:6px 12px}form:not(.radio-button-group-form) input.disabled,form:not(.radio-button-group-form) input[readonly],form:not(.radio-button-group-form) textarea.disabled,form:not(.radio-button-group-form) textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}form:not(.radio-button-group-form) select{align-items:center;align-self:stretch;display:flex;height:32px;justify-content:center;margin-bottom:0}form:not(.radio-button-group-form) .error{font-feature-settings:"clig" off,"liga" off;color:#cf1220;color:var(--red-80,#cf1220);font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-top:4px}.id-input{display:inline-flex;font-size:14px;font-weight:inherit;width:400px}.id-input button{margin:10px}.help-text{color:#767676;margin-top:5px}.scaffolding-input{font-size:14px;font-weight:inherit;width:800px}.scaffolding-dag{display:block;margin-right:20px}.input{display:inline-block;height:40px;width:150px}.scaffolding-submit{display:block;margin-top:8px}.select-period{align-items:center;display:inline-flex;font-size:14px;font-weight:400}.data-row-dropdown{width:100%}.data-row-dropdown .Dropdown-control{height:100%}.data-row-dropdown .Dropdown-menu{overflow:scroll}.add-unmapped-store-button{margin:15px auto}#input-group{padding-bottom:12px}.button{align-items:center;border-radius:4px;cursor:pointer;display:flex;padding:8px 16px}.optional-dropdown{min-width:300px;width:100%}.large-optional-dropdown{min-width:800px}.draw-a-line{margin:0 0 15px;padding:0}.regular-select .selector{min-width:200px}.box__control{border-radius:0 2px 2px 0!important}.box__value-container{height:44px}.button .fa-spinner{margin-right:5px}.Dropdown-disabled{background-color:#e6e6e6}.switches-radio{background-color:#fff;display:flex;flex-direction:row;font-family:sans-serif;font-size:12px;font-weight:400;padding-left:30px;text-align:left;width:100%}.switches-radio .radio{display:inline-flex;padding:8px}.switches-radio .radio label{margin-right:16px}button.link{color:#1779ba;cursor:pointer;line-height:inherit}button.link:disabled{color:#d3d3d3}.missing-nucleus-extract-promo-checkbox{display:flex;margin-top:16px}.key-account-container .key-account-header{font-weight:700;padding:0 0 16px;text-align:center}.key-account-container .key-account-no-data-found{background-color:#e6e6e6;border:1px solid #0000001a;font-weight:700;padding:16px 0;text-align:center}.key-account-container .key-account-retailer-contents,.key-account-container .non-key-account-retailer-contents,.key-account-container .non-market-account-retailer-contents{padding:24px 24px 0;width:100%}.readiness-content{margin-top:25px}.readiness-options{align-items:baseline;display:flex}.readiness-options .id-input:not(:first-child){margin:0 0 0 24px}.readiness-options #check-boxes{margin-left:48px}.readiness-issues{font-size:14px}.outliers-readiness-column{display:flex}.dollars-count-alert-link,.records-count-alert-link,.units-count-alert-link{color:#e32836;margin:0 8px}.missing-dates-list{margin-top:8px}.missing-dates-list .missing-dates-days-list{list-style:none}.missing-dates-list .missing-dates-days-list li{padding-left:1em;text-indent:-1em}.missing-dates-list .missing-dates-days-list li:before{color:#ba0916;content:"✕";font-weight:700;padding-right:5px}.input-new-period{align-content:flex-end;display:flex;margin-left:16px;width:90%}.create-period-button,.json-compare{align-self:flex-end;vertical-align:top}.task{border-bottom:1px solid #fff;display:block}body .ReactTable .rt-th{background:#f4f6f8;box-shadow:inset -1px 0 0 #d9d9d9;font-weight:700;white-space:inherit}body .ReactTable .rt-th input{background:#fff!important;border:1px solid #b1b1b1!important;border-radius:3px!important;box-sizing:border-box!important;height:32px;width:100%}body .ReactTable .rt-tr-group:nth-of-type(2n){background:#fafafa}body .ReactTable .rt-td{padding:initial;white-space:inherit}body .ReactTable .numeric-field{padding:4px 8px;text-align:end}body .ReactTable .display-linebreak{white-space:pre-line}body .ReactTable .non-numeric-field{padding:4px 8px;text-align:start}body .ReactTable{text-align:center}.inactive-store-row{background-color:#dbd3d3}.projection-file-store{background:#e2e2e2!important}.badge.alert{margin-left:5px;padding:.5em}.badge.issue-badge{background-color:#e32836;margin-left:5px;vertical-align:top}.badge.non-issue-badge{background-color:initial;margin-left:5px;vertical-align:top}.issue-link-color-red{color:#e32836}.retailer-icon{padding-left:2px;width:20px}.icon-spacing{float:left;margin-right:8px}.report-icon{color:#495057;float:right;margin-right:8px;padding:4px 0 0 8px}.cleanse-icon{height:24px;padding:0!important;width:24px}.fa-bars{color:#f2f2f2;font-size:20px}.total-dollar-store-name{background:#f4f6f8;text-align:left;white-space:nowrap}.total-dollar-average,.total-dollar-store-id{background:#f4f6f8}.advanced-options-row .select-dropdown{z-index:10}.total-dollars-key{display:inline-block;height:50px;padding-top:8px}.total-dollars-key-list{display:flex;flex-direction:column;padding:4px;width:260px}.total-dollars-key-list .name-value-label :first-child{padding-left:4px;padding-right:4px}.total-dollars-key-list .name-value-label{height:24px;justify-content:space-between;padding:4px 0}.collapsable-content-container{display:flex}.collapsable-content{margin-left:8px}.collapsable-content ul{margin-left:0}.task-chevron,.task-chevron-open{height:12px;margin:4px 0 0 4px;width:12px}.task-chevron-open{transform:rotate(90deg)}.title-object{margin-left:auto}.page-header{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.page-header>div:first-child{align-items:center;display:flex;gap:20px;height:32px}.page-header .page-header-label{font-feature-settings:"clig" off,"liga" off;color:#252525;color:var(--neutral-100,#252525);font-size:24px;font-style:normal;font-weight:350;line-height:32px}.page-header .page-header-secondary-label{font-feature-settings:"clig" off,"liga" off;color:#666;color:var(--neutral-80,#666);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.page-top-buttons{display:flex;margin:20px}.page-top-buttons button{margin:0}.name-value-labels{display:flex;justify-content:flex-start}.page-header .name-value-labels{display:flex;justify-content:space-evenly}.name-value-label{display:flex;font-family:sans-serif;font-weight:400;justify-content:flex-start;padding-right:32px}.name-value-label :first-child{padding-right:8px}.name-value-value{display:flex;flex-direction:column;justify-content:center}.page-info-bar{color:#252525;font-size:12px;font-style:normal;font-weight:400;line-height:16px;padding:8px 24px}.page-info-bar,.retail-management-buttons{align-items:flex-end;display:flex;justify-content:space-between}.retail-management-buttons .button{margin-left:8px}.short-input{width:500px}#actions-tab{display:flex;flex-direction:column}#actions-tab button{margin-left:8px}#actions-tab .short-input{width:700px}#actions-tab .short-input .select-store-dropdown{height:42px;width:300px}#actions-tab .short-input .select-store-dropdown .id-input{width:100%}.retail-management-audit-section{border-top:1px solid #959595;margin-bottom:20px}.retail-management-audit-section .no-changes{font-style:italic;padding-left:10px}.retail-management-audit-section .config-change-record{padding-left:10px}.retail-management-audit-section .config-change-record .updated-by{font-weight:700}.retail-management-audit-section .config-change-record .updated-at{font-style:italic}.retail-management-audit-section .config-update-item{margin-bottom:10px;padding-left:10px}.week-end-date-dropdown{align-items:center;display:flex;margin-right:20px}.week-end-date-dropdown .dropdown-label{align-items:center;background:#e6e6e6;border:1px solid #cacaca;color:#0a0a0a;display:flex;flex:0 0 auto;min-height:42px;padding:0 1rem;text-align:center;white-space:nowrap}.composition-row-container{align-items:center;border:1px solid #d3d3d3;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;margin:40px 0;padding:5px}.composition-row-container span{font-size:larger}.composition-row-container button{margin-top:15px}.composition-table h1{margin-top:60px}.composition-table .codeable-items-container,.composition-table .not-in-snapshot-container{display:flex;justify-content:flex-start}.composition-table .download-csv-container{display:flex;justify-content:flex-end}.composition-table .download-csv-container .download-composition-report-csv{margin-left:16px}.retailer-info-bar{align-items:baseline;background:#f4f6f8;border:1px solid #e2e2e2;color:#252525;display:flex;flex-wrap:wrap;font-size:14px;font-style:normal;font-weight:400;justify-content:space-between;line-height:16px;margin-bottom:16px}.retailer-info-bar .h5{margin-bottom:8px}.retailer-info-bar .retailer-info-header{display:flex;flex-direction:column;padding:20px;width:100%}.retailer-info-bar .retailer-info-header .retailer-info-section{display:flex;flex-direction:row;margin-bottom:16px}.retailer-info-bar .retailer-info-header .retailer-info-section .retailer-name-value{border-bottom:1px solid #e2e2e2;display:flex;flex-direction:column;margin-right:50px;padding:8px 0 20px;width:420px}.retailer-info-bar .retailer-info-header .retailer-info-section .retailer-name-value .label-name{font-weight:700;margin-bottom:4px}.retailer-info-bar .retailer-info-header .second-row{margin-bottom:0}.retailer-info-bar .retailer-info-header .second-row .retailer-name-value{border-bottom:initial;padding:8px 0 0}.retailer-info-bar .salesforce-contact-info{display:flex;flex-flow:column}.retailer-info-bar .retail-management-buttons{align-items:flex-end;flex-direction:column;justify-content:space-between}.retailer-info-bar .retail-management-buttons .button{margin-left:8px}.datasets-checkboxes-container{border:1px solid #cacaca;font-size:14px;margin-top:16px;width:500px}.datasets-checkboxes{padding:5px}.always-fill div .fill-config-icon,.always-fill-color,.store-closure-color{color:#225c04}.do-not-fill div .fill-config-icon,.do-not-fill-color,.store-closed-color{color:#e32836}.store-date-start{border:4px solid #225c04}.store-date-stop{border:4px solid #e32836}.green{color:#c1f8a4}.red{color:#fdc2c2}.border-key{border-style:solid;border-width:2px}.tooltip-icon{position:relative}.tooltip-contents{background:#fff;border:1px solid #b1b1b1;margin-left:16px;overflow:visible;padding:4px 8px;position:absolute;z-index:5}.outlier-item-code-text{margin:0 0 0 5px}.archive-filename-close{float:right}.store-totals-search-options-container .store-totals-base-search-options{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.store-totals-search-options-container .store-totals-base-search-options .store-totals-loading{color:#000;font-weight:700}.store-totals-search-options-container .store-totals-base-search-options .store-totals-divider{background-color:#ccc;margin-bottom:0;width:1px}.store-totals-search-options-container .store-totals-base-search-options .advanced-options-icon,.store-totals-search-options-container .store-totals-base-search-options .store-totals-advanced-options{margin:initial}.store-totals-search-options-container .store-totals-base-search-options .input-group-label{height:40px}.store-totals-search-options-container .store-totals-base-search-options .advanced-options-button{background-color:initial}.store-totals-search-options-container h6{font-weight:700}.store-totals-search-options-container .store-totals-advanced-options-modal-header{display:flex;flex-direction:row}.store-totals-search-options-container .store-totals-advanced-options-modal-header h5{flex:1 1}.store-totals-search-options-container .store-totals-advanced-options-modal-header .modal-exit-button{margin-left:auto}.store-totals-search-options-container .advanced-options-container h6{font-weight:700}.store-totals-search-options-container .advanced-options-container .advanced-options-basic-options-wrapper{display:flex;flex-direction:column;margin-top:16px;padding-bottom:16px}.store-totals-search-options-container .advanced-options-container .advanced-options-basic-options-wrapper .advanced-options-basic-options-row{display:flex;flex-direction:row}.store-totals-search-options-container .advanced-options-container .advanced-options-basic-options-wrapper .advanced-options-basic-options-row .id-input{align-items:flex-start;display:flex;flex-direction:column}.store-totals-search-options-container .advanced-options-container .advanced-options-basic-options-wrapper .advanced-options-basic-options-row .advanced-options-percent-threshold-wrapper{display:flex;flex-direction:column;margin-right:24px;max-width:250px}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-data-selection-wrapper{padding-bottom:16px}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-data-selection-wrapper h6{font-weight:700}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-check-boxes-wrapper{display:flex;flex-direction:column}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-check-boxes-wrapper h6{font-weight:700}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-check-boxes-wrapper .advanced-options-additional-check-boxes-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;font-family:sans-serif;font-size:12px;gap:10px;max-width:800px;padding:16px;text-align:left}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-check-boxes-wrapper .advanced-options-additional-check-boxes-row .checkbox-filters-label{font-size:14px;left:20px;line-height:28px;top:22px}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-check-boxes-wrapper .advanced-options-additional-check-boxes-row .checkbox-label{background-color:#e9e9e9;border:1px solid #ccc;border-radius:20px;cursor:pointer;height:32px;margin:0 .5rem;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:2px;text-align-last:center;text-overflow:ellipsis;white-space:nowrap}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-check-boxes-wrapper .advanced-options-additional-check-boxes-row .checkbox-label:before{content:"✓";display:none;height:1em;line-height:1em;opacity:0;text-align:center;width:1em}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-check-boxes-wrapper .advanced-options-additional-check-boxes-row input[type=checkbox]{display:none;margin-bottom:0;margin-left:10px;visibility:hidden}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-check-boxes-wrapper .advanced-options-additional-check-boxes-row input[type=checkbox]:checked+.checkbox-label{background-color:#666;border-color:#666;color:#fff;font-weight:700}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-advanced-advanced-options-wrapper{display:flex;flex-direction:column;margin-top:16px}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-advanced-advanced-options-wrapper h6{font-weight:700}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-advanced-advanced-options-wrapper .advanced-options-additional-advanced-advanced-options-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;max-width:800px}.store-totals-search-options-container .advanced-options-container .advanced-options-additional-advanced-advanced-options-wrapper .advanced-options-additional-advanced-advanced-options-row .advanced-filters-store-ids-wrapper input,.store-totals-search-options-container .advanced-options-container .advanced-options-additional-advanced-advanced-options-wrapper .advanced-options-additional-advanced-advanced-options-row .id-input{width:300px}.retailer-totals-retailer-column{background-color:#f4f6f8}.retailer-totals-row{height:60px}.last-run-time-stamp{font-size:14px}.google-map-marker{font-size:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;z-index:100000}.google-map{height:25vh;width:100%}.edit-address{display:flex}.edit-address .edit-address-button{margin-left:8px}.toggle-radio-button{display:none;margin-bottom:0;visibility:hidden}.toggle-radio-button-selected{background:#e9e9e9}label.toggle-radio-button-label{border:1px solid #d9d9d9;margin:0;padding:6px 12px}.toggle-radio-button-container{display:flex;flex-direction:row}.toggle-radio-button-container label:last-of-type{border-radius:0 4px 4px 0}.toggle-radio-button-container label:first-of-type{border-radius:4px 0 0 4px}.legacy-load-completed-page{display:flex;flex-direction:column}.legacy-load-completed-page .button{width:160px}.legacy-load-completed-page>div,button{margin-bottom:12px}.modal-x-close{display:flex;float:right}.ReactModal__Overlay{background-color:#0009!important;z-index:1000}.section-header{font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:700}.editor-and-buttons-side-by-side-container{display:flex;flex-direction:row}.editor-and-buttons-side-by-side-container .modal-component-divider{background-color:#ccc;height:auto;margin:35px 20px;width:1px}.buttons-container{display:flex;flex-direction:column}.modal-header .modal-header-title-container{margin-bottom:12px}.modal-header .modal-header-title-container .modal-header-title-text{font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.modal-row{display:flex;flex-direction:row}.modal-column,.modal-row--column{flex-direction:column}.modal-column{display:flex;min-width:0}.scrollable-container{max-height:700px;overflow-x:hidden;overflow-y:auto;padding-right:10px}.modal-label-container{display:block;flex-direction:column;margin:.2rem;min-width:200px}.modal-alerts-text-area-wide{height:125px;margin-top:8px;resize:vertical;width:425px}.alert-modal-task-name,.alert-retailer-label{font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;margin-top:8px}.modal-radio-button-group-container{display:flex;flex-direction:column;margin-bottom:16px}.modal-radio-button-group-container .radio{margin:16px 0 0!important}.modal-radio-button-group-container .radio label{border:1px solid #b1b1b1;border-radius:4px;display:flex;flex-direction:row;padding:8px;width:100%}.modal-radio-button-group-container .radio label .radio-button-label-text{margin-left:8px}.modal-radio-button-group-container .radio label .radio-button-input{display:none!important}.modal-radio-button-group-container .radio label .fa-check-circle{align-self:center}.modal-radio-button-group-container .radio label .fa-check-circle.check-icon-false{color:#c7c7c7}.modal-radio-button-group-container .radio label .fa-check-circle.check-icon-true{color:#1271b2}.modal-radio-button-group-container .radio-button-label-true{background:#f4f6f8}.modal-radio-button-group-container label:hover{background:#f4f6f8;cursor:pointer}.modal-radio-button-group-container .radio .radio-button-input{content:"✓";margin:0 4px!important}.alert-modal-highlighted-events-container{display:flex;flex-direction:column;padding:8px 0 0}.alert-modal-highlighted-events-container .alert-modal-highlighted-events-header{display:flex;flex-direction:row}.alert-modal-highlighted-events-container .alert-modal-highlighted-events-badges{display:flex;flex-direction:row;flex-wrap:wrap;padding:8px 0 0}.alert-modal-highlighted-events-container .alert-modal-highlighted-events-badges .highlighted-event-badge{background-color:#e2e2e2;border:1px solid #000;border-radius:20px;color:#000;cursor:pointer;height:32px;margin:4px .5rem;overflow:hidden;padding:2px 16px 0;text-align-last:center;text-overflow:ellipsis;white-space:nowrap}.file-partial-modal-container{display:flex;flex-direction:row;gap:8px}.file-partial-modal-container .ftp-configs-container{display:flex;flex:0 0 30%;flex-direction:column}.file-partial-modal-container .ftp-configs-container .modal-ftp-configuration-header{display:flex;flex-direction:row}.file-partial-modal-container .ftp-configs-container .modal-ftp-configuration-header h2{display:flex;flex:0 0 50%;flex-direction:column}.file-partial-modal-container .ftp-configs-container .modal-ftp-configuration-header .modal-ftp-configuration-dropdown{display:flex;flex:0 0 50%;flex-direction:column;justify-content:flex-end}.file-partial-modal-container .ftp-configs-container .modal-ftp-configuration-header .modal-ftp-configuration-dropdown .id-input{width:250px!important}.file-partial-modal-container .file-partial-content-container{display:flex;flex:0 0 70%;flex-direction:column;overflow:auto}.comparison-modal{width:100%}.purge-date-input{width:240px}.confirmation-modal-body{white-space:pre-line}.known-item-percentage{font-weight:700}.available-supersets-text,.scaffold-ingested-files-run-id{margin-top:20px}ul.selectable-list{list-style-type:none;margin:0}ul.selectable-list li{border-bottom:1px solid #999;cursor:pointer;display:flex;justify-content:space-around}ul.selectable-list li .selectable-list-item-label{flex:1 1;padding:0 20px}ul.selectable-list li .selectable-list-item-value{padding:0 20px}ul.selectable-list li.selected{background-color:#7d9bb4}.sld-dropdown-wrapper .id-input{width:460px}.store-insights-spotlight-selections{display:inline-flex}.ReactTable7{display:flex;flex-direction:column;position:relative;text-align:left}.ReactTable7 *{box-sizing:border-box}.wrapped-text{text-wrap:wrap}.wrapped-text .no-bullet{list-style-type:none;margin:0;padding:0}.react-table-wrapper .sticky .headerForStickyHeader{position:relative;top:0;z-index:1}.react-table-wrapper .sticky .bodyForStickyHeader{z-index:0}.ReactTable7 .rt-table{-webkit-box-align:stretch;-ms-flex-align:stretch;display:flex;flex:auto 1;flex-direction:column;overflow:auto;width:100%}.ReactTable7 .rt-thead{background:#f4f6f8;box-shadow:inset -1px 0 0 #d9d9d9;display:flex;flex:1 0 auto;flex-direction:column;font-weight:700;-webkit-user-select:none;user-select:none}.ReactTable7 .rt-thead input:not(.react-table-filter-dropdown__input){background:#fff!important;border:1px solid #b1b1b1!important;border-radius:3px!important;box-sizing:border-box!important;height:32px;width:100%}.ReactTable7 .add-button-icon{color:#32be3f}.react-table-edit-modal{background:#fff;border:1px solid #ccc;border-radius:4px;bottom:auto;left:50%;margin-right:-50%;max-height:88%;max-width:75%;min-width:25%;outline:none;padding:20px;position:absolute;right:auto;top:50%;transform:translate(-50%,-50%)}.react-table-edit-modal .edit-modal-data-row .field-edit-section{width:400px}.react-table-edit-modal .edit-modal-data-row .edit-form{display:flex;flex-wrap:wrap}.react-table-edit-modal .edit-modal-data-row .edit-form .edit-form-row,.react-table-edit-modal .edit-modal-data-row .edit-form .right-things{width:100%}.ReactTable7 .minus-button-icon{color:#e74c3c;padding-left:4px}.ReactTable7 .rt-thead.-headerGroups{background:#f4f6f8;border-bottom:1px solid #0000000d}.ReactTable7 .rt-thead.-filters{border-bottom:1px solid #0000000d}.ReactTable7 .rt-thead.-filters input:not(.react-table-filter-dropdown__input),.ReactTable7 .rt-thead.-filters select{background:#f4f6f8;border:1px solid #0000001a;border-radius:3px;font-size:inherit;font-weight:400;outline:none;padding:5px 7px}.ReactTable7 .rt-thead.-filters .rt-th{border-right:1px solid #00000005}.ReactTable7 .rt-thead .rt-tr{text-align:left}.ReactTable7 .rt-thead .rt-td{padding:12px}.ReactTable7 .rt-thead .rt-th{padding:8px 12px}.ReactTable7 .rt-thead .rt-td,.ReactTable7 .rt-thead .rt-th{background:#f4f6f8;border:1px solid #e2e2e2;box-shadow:inset 0 0 0 0 #0000;line-height:normal;position:relative;transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275)}.ReactTable7 .rt-tbody .rt-td.no-padding{padding:0}.ReactTable7 .rt-filterable-content{margin-top:12px}.ReactTable7 .rt-filterable-content select{height:32px;margin:0;padding-left:.5em}.ReactTable7 .rt-thead .rt-td.-sort-asc,.ReactTable7 .rt-thead .rt-th.-sort-asc{box-shadow:inset 0 3px 0 0 #0009}.ReactTable7 .rt-thead .rt-td.-sort-desc,.ReactTable7 .rt-thead .rt-th.-sort-desc{box-shadow:inset 0 -3px 0 0 #0009}.ReactTable7 .rt-thead .rt-td.-cursor-pointer,.ReactTable7 .rt-thead .rt-th.-cursor-pointer{cursor:pointer}.ReactTable7 div[role=row]:nth-child(2n){background-color:#fafafa}.ReactTable7 .rt-thead .rt-td:last-child,.ReactTable7 .rt-thead .rt-th:last-child{border-right:0}.ReactTable7 .rt-thead .rt-resizable-header{overflow:visible}.ReactTable7 .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable7 .rt-thead .rt-resizable-header-content{font-feature-settings:"clig" off,"liga" off;background:#f4f6f8;background:var(--blue-washed,#f4f6f8);border:0 solid #d9d9d9;border:0 solid var(--neutral-30,#d9d9d9);color:#474747;color:var(--neutral-90,#474747);font-size:14px;font-style:normal;font-weight:700;line-height:20px}.ReactTable7 .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable7 .rt-thead .rt-header-pivot:after,.ReactTable7 .rt-thead .rt-header-pivot:before{border:solid #0000;content:" ";height:0;left:100%;pointer-events:none;position:absolute;top:50%;width:0}.ReactTable7 .rt-thead .rt-header-pivot:after{border-color:#fff0 #fff0 #fff0 #fff;border-width:8px;margin-top:-8px}.ReactTable7 .rt-thead .rt-header-pivot:before{border-color:#6660 #6660 #6660 #f7f7f7;border-width:10px;margin-top:-10px}.ReactTable7 .rt-tbody{display:flex;flex:99999 1 auto;flex-direction:column;overflow:auto}.ReactTable7 .rt-tbody .rt-tr-group{border-bottom:1px solid #0000000d}.ReactTable7 .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable7 .rt-tbody .rt-td{font-feature-settings:"clig" off,"liga" off;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;color:#252525;color:var(--neutral-100,#252525);font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:8px 12px}.ReactTable7 .rt-tbody .rt-td:last-child{border-right:0}.ReactTable7 .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable7 .rt-tr-group{align-items:stretch;display:flex;flex:1 0 auto;flex-direction:column}.ReactTable7 .rt-tr{display:inline-flex;flex:1 0 auto}body .ReactTable7 .non-numeric-field{padding:4px 8px;text-align:start}body .ReactTable7 .line-wrap-field{white-space:break-spaces}body .ReactTable7 .numeric-field{padding:4px 8px;text-align:end}.ReactTable7 .rt-td{text-overflow:ellipsis;white-space:nowrap}.ReactTable7 .rt-td,.ReactTable7 .rt-th{flex:1 0;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.ReactTable7 .rt-th{padding:7px 5px}.ReactTable7 .rt-td.-hidden,.ReactTable7 .rt-th.-hidden{border:0!important;min-width:0!important;opacity:0!important;padding:0!important;width:0!important}.ReactTable7 .rt-expander{color:#0000;display:inline-block;margin:0 10px;position:relative}.ReactTable7 .rt-expander:after{border-left:5.04px solid #0000;border-right:5.04px solid #0000;border-top:7px solid #000c;content:"";cursor:pointer;height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:0}.ReactTable7 .rt-expander.-open:after{transform:translate(-50%,-50%) rotate(0)}.ReactTable7 .rt-resizer{bottom:0;cursor:col-resize;display:inline-block;position:absolute;right:-18px;top:0;width:36px;z-index:10}.ReactTable7 .rt-tfoot{box-shadow:0 0 15px 0 #00000026;display:flex;flex:1 0 auto;flex-direction:column}.ReactTable7 .rt-tfoot .rt-td{border-right:1px solid #0000000d}.ReactTable7 .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable7 .rt-tr.-odd{background:#00000008}.ReactTable7.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:#0000000d}.ReactTable7 .-pagination{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:50px;padding:3px;z-index:0}.ReactTable7 .-pagination .-buttons{align-items:baseline;display:flex;flex-direction:row;justify-content:center;padding:8px}.ReactTable7 .-pagination input,.ReactTable7 .-pagination select{background:#fff;border:1px solid #0000001a;border-radius:3px;font-size:inherit;font-weight:400;outline:none;padding:5px 7px;width:150px}.ReactTable7 .-pagination .-btn{-webkit-appearance:none;appearance:none;background-color:#1779ba;border:0;border-radius:3px;color:#fefefe;cursor:pointer;display:block;font-size:1em;font-weight:700;height:32px;margin:4px;outline:none;padding:6px;transition:all .1s ease;width:32px}.ReactTable7 .-pagination .-btn[disabled]{cursor:default;opacity:.5}.ReactTable7 .-pagination .-btn:not([disabled]):hover{background:#0000004d;color:#fff}.ReactTable7 .-pagination .-next,.ReactTable7 .-pagination .-previous{flex:1 1;text-align:center}.ReactTable7 .-pagination .-center{align-items:center;display:flex;flex:1.5 1;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin-bottom:0;text-align:center}.ReactTable7 .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable7 .-pagination .-pageJump{display:inline-block}.ReactTable7 .-pagination .-pageJump input{text-align:center;width:70px}.ReactTable7 .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable7 .rt-noData{color:#00000080;left:50%;padding:20px;top:50%;transform:translate(-50%,-50%);z-index:1}.ReactTable7 .-loading,.ReactTable7 .rt-noData{background:#fffc;display:block;pointer-events:none;position:absolute;transition:all .3s ease}.ReactTable7 .-loading{bottom:0;left:0;opacity:0;right:0;top:0;z-index:-1}.ReactTable7 .-loading>div{color:#0009;display:block;font-size:15px;left:0;position:absolute;text-align:center;top:50%;transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94);width:100%}.ReactTable7 .-loading.-active{opacity:1;pointer-events:all;z-index:2}.ReactTable7 .-loading.-active>div{transform:translateY(50%)}.ReactTable7 .rt-resizing .rt-td,.ReactTable7 .rt-resizing .rt-th{cursor:col-resize;transition:none!important;-webkit-user-select:none;user-select:none}.ReactTable7 .rt-table{flex-wrap:wrap;overflow-x:auto!important;overflow-y:visible!important}.ReactTable7 .rt-tbody{overflow-x:visible!important;overflow-y:visible!important}.task-chevron-up{height:12px;margin:0 0 0 4px;transform:rotate(180deg);width:12px}.inactive-retailer-row{background-color:#dbd3d3}.inactive-store-row{background-color:#e2e2e2}.inactive-store-row div{background-color:#e2e2e2!important}.left-gutter-alert div[role=cell]:is(:first-child){border-left:4px solid #fdc2c2}.left-gutter-warning div[role=cell]:is(:first-child){border-left:4px solid #f9eabf}.left-gutter-success div[role=cell]:is(:first-child){border-left:4px solid #c1f8a4}.left-dotted-border div[role=cell]:is(:first-child){border-left:4px dotted #fdc2c2}.data-row-dropdown{border-color:#b1b1b1;font-size:14px;font-weight:400}.data-row-dropdown .data-row-cell-select__control{height:34px;margin-bottom:1rem;min-height:34px}.data-row-dropdown .data-row-cell-select__value-container{height:34px}.alert-type-filer-dropdown-container{font-size:14px;font-weight:400;width:100%}.alert-type-filer-dropdown-container div[class$=-control],.alert-type-filer-dropdown-container div[class$=-indicatorContainer]{max-height:32px;min-height:32px!important}.ReactTable7 .button{margin-bottom:0}.sticky-column{background:#f4f6f8}.-pagination .react-table-pagination-button{background:#fefefe!important}.-pagination .react-table-pagination-icon{color:#252525}.-pagination .react-table-pagination-icon-last{border-right:2px solid #252525;color:#252525;padding-right:2px}.-pagination .react-table-pagination-icon-first{border-left:2px solid #252525;color:#252525;padding-left:2px}.ReactTable7 .rt-thead .table-cell-selected input,.table-cell-selected input{height:20px;width:20px}.rt-thead .table-cell-selected input{bottom:0;position:absolute}.ReactTable7 .rt-td-wrap-word{overflow-wrap:break-word;white-space:normal}.ReactTable7 .display-linebreak{white-space:pre-line}.time-service-edit-modal{max-width:none;min-width:0;min-width:auto;overflow:scroll;width:75%}.time-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row{padding:0 8px;width:50%!important}.time-service-edit-modal .edit-modal-data-row .edit-form .edit-row-index{width:100%!important}.ReactTable7 .rt-rt-footer-group{background:#f4f6f8;z-index:0}.ReactTable7 .rt-rt-footer-group .footer-rt-tr{font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:700;line-height:20px;padding:8px 16px 8px 0;text-align:right}.ReactTable7 .rt-rt-footer-group .footer-rt-tr .table-footer-cell-storeId,.ReactTable7 .rt-rt-footer-group .footer-rt-tr .table-footer-cell-storeName,.ReactTable7 .rt-rt-footer-group .footer-rt-tr .total-dollar-average,.ReactTable7 .rt-rt-footer-group .footer-rt-tr .total-unit-average{background:#f4f6f8!important;padding-left:8px;text-align:left}.ReactTable7 .timeService-invalid-week{color:red!important;font-weight:700!important}.ReactTable7 .time-service-active-icon{margin-bottom:2px;margin-right:8px}.ReactTable7 .table-cell-timeServiceBaseInformationSection,.ReactTable7 .timeService-last-period,.ReactTable7 .timeService-last-period .table-cell-actions{background:#e2e2e2!important}.ReactTable7 .table-cell-timeServiceBaseInformationSection .rt-resizable-header-content{background:#e2e2e2!important;color:#fff}.ReactTable7 .table-cell-timeServiceCurrentPeriodSection{background:#6fbe46!important}.ReactTable7 .table-cell-timeServiceCurrentPeriodSection .rt-resizable-header-content{background:#6fbe46!important;color:#fff}.ReactTable7 .table-cell-timeServiceReleaseSection{background:#449711!important}.ReactTable7 .table-cell-timeServiceReleaseSection .rt-resizable-header-content{background:#449711!important;color:#fff}.ReactTable7 .table-cell-timeServiceRestatementPeriodSection{background:#316e0c!important}.ReactTable7 .table-cell-timeServiceRestatementPeriodSection .rt-resizable-header-content{background:#316e0c!important;color:#fff}.ReactTable7 .table-cell-geographicalAddress span{color:#e32836;font-size:10px;margin-left:4px}.skip-stores-service-edit-modal{max-width:none;min-width:0;min-width:auto;overflow:scroll;width:75%}.skip-stores-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row{padding:0 8px;width:50%!important}.skip-stores-service-edit-modal .edit-modal-data-row .edit-form .edit-row-index,.skip-stores-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeId{width:100%!important}.store-service-edit-modal{max-width:none;min-width:0;min-width:auto;overflow:scroll;width:75%}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row{padding:0 8px;width:50%!important}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row .form-dropdown-component-container{font-size:14px}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row .edit-form-date-input-field,.store-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row .edit-form-number-input-field,.store-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row .edit-form-text-input-field{height:46px!important}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-account{width:100%!important}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress{display:flex;flex-wrap:wrap;padding:0;width:100%!important}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-map{margin-top:16px;width:50%!important}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-map .hidden-map-for-google-places-api{display:none}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-map #mapBox{height:400px;padding:6px 12px;width:100%!important}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .address-location-out-of-sync{width:100%!important}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls{margin-top:16px;width:50%!important}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls p{color:#e32836;font-weight:700}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls .geographical-address-block{padding:16px}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls .checkbox-container{align-items:center;display:flex;font-family:sans-serif;font-size:12px;text-align:left}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls .checkbox-container .Dropdown-control{margin-left:8px;margin-right:16px}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls .checkbox-container .checkbox-filters-label{font-size:14px;left:20px;line-height:28px;top:22px}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls .checkbox-container .checkbox-label{background-color:#e9e9e9;border:1px solid #ccc;border-radius:20px;cursor:pointer;height:32px;margin:0 .5rem;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:4px;text-align-last:center;text-overflow:ellipsis;white-space:nowrap}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls .checkbox-container .checkbox-label:before{content:"✓";display:none;height:1em;line-height:1em;opacity:0;text-align:center;width:1em}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls .checkbox-container input[type=checkbox]{display:none;margin-bottom:0;margin-left:10px;visibility:hidden}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls .checkbox-container input[type=checkbox]:checked+.checkbox-label{background-color:#666;border-color:#666;color:#fff;font-weight:700}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-storeAddress .edit-form-row-address-controls .checkbox-container input[type=checkbox]:checked+.checkbox-label:before{display:inline-block;opacity:1}.store-service-edit-modal .edit-modal-data-row .edit-form .edit-row-cells{width:100%!important}.fips-service-edit-modal{max-width:none;min-width:0;min-width:auto;overflow:scroll;width:75%}.fips-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row{padding:0 8px;width:50%!important}.fips-service-edit-modal .edit-modal-data-row .edit-form .edit-row-fips{width:100%!important}.react-table-wrapper .receipt-lag-history-collapsable-content{text-wrap:auto}.react-table-wrapper .receipt-lag-history-collapsable-content .receipt-lag-history-list{padding-top:8px}.outlet-service-edit-modal{max-width:none;min-width:0;min-width:auto;overflow:scroll;width:75%}.outlet-service-edit-modal .edit-modal-data-row .edit-form .edit-form-row,.projection-new-stores-edit-modal .edit-modal-data-row .edit-form .edit-form-row{padding:0 8px;width:50%!important}.market-service-two-edit-modal{display:flex;flex-direction:column}.market-service-two-edit-modal .edit-modal-data-row{overflow-y:auto}.market-parentage-modal{max-width:92vw;width:1256px}.market-parentage-modal-content{height:auto;max-height:60vh}.market-parentage-modal-content .id-input{width:100%}.market-parentage-modal-content .child-errors,.market-parentage-modal-content .parent-errors{color:red;font-weight:bolder}.react-table-dropdown-filter-container{font-size:14px;font-weight:400;width:100%}.react-table-dropdown-filter-container input.react-table-filter-dropdown__input{box-shadow:none;height:auto}.scaffolding-publish-modal{max-height:850px;min-height:200px;width:500px}.scaffolding-publish-modal .textarea{height:600px}.scaffolding-publish-controls{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.scaffolding-publish-controls .id-input{margin-bottom:0}.scaffolding-publish-button{margin:0}.search{padding-right:16px;padding-top:16px;position:relative}.results{background:#f5f5f5;display:flex;flex-direction:column;max-height:300px;overflow-y:scroll;position:absolute;width:100%}.Toastify__toast-container{left:25%;top:1em;transform:translateX(-25%)}.Toastify__toast-container .toast-message{overflow:scroll;width:1000px}.general-page-key-list{display:flex;flex-direction:column;padding:4px;width:260px}.general-page-key{display:inline-block}.general-page-key .tooltip-contents{filter:drop-shadow(4px 4px 2px gray);padding-bottom:12px;padding-top:12px;width:244px;z-index:1000}.general-page-key .general-page-key-label{display:inline-block;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;margin:16px}.general-page-key-title{margin:8px;text-align:center}.general-key-status-color{display:flex;text-align:center}.general-key-border{align-items:center;border:1px solid #b1b1b1;display:flex;height:60px;justify-content:center;padding:4px;width:200px}:is(body,html,#root):has(.missing-data){background-color:#fbfbfb;height:100%}.missing-data{height:100%;width:100%}.missing-data main{background-color:#fbfbfb;height:100%;margin:0;padding:16px 36px}.missing-data section{align-items:flex-start;align-self:stretch;background:#fff;border-radius:3px;box-shadow:0 1px 3px 0 #25252526,0 1px 0 0 #2525250d;display:flex;flex-direction:column;gap:20px;padding:20px 0}.missing-data .title-and-submit{display:flex;flex-shrink:0;height:32px;margin-top:0;width:100%}.missing-data .title-and-submit div{font-feature-settings:"clig" off,"liga" off;align-items:flex-start;display:flex;flex-grow:1;font-size:16px;font-style:normal;font-weight:400;line-height:20px;padding:0 20px}.missing-data .title-and-submit .button{align-items:center;background:#1271b2;border-radius:4px;display:inline-flex;gap:10px;margin:0 20px;padding:6px 16px}.missing-data .react-tabs{width:100%}.missing-data .action-buttons-and-filter-summary{align-items:center;align-self:stretch;border-bottom:1px solid #e2e2e2;display:flex;justify-content:space-between;padding:20px 0 20px 8px}.missing-data .action-buttons-and-filter-summary .filters{margin-left:-32px;margin-top:24px}.missing-data .action-buttons-and-filter-summary .filters .missing-data-select-filters{padding:16px 0 0}.missing-data .action-buttons-and-filter-summary .filters .filter-summary{align-content:center;align-items:center;border-left:1px solid #b1b1b1;border-left:1px solid var(--Neutral-50,#b1b1b1);display:flex;flex:1 0;flex-wrap:wrap;gap:12px;padding:0 20px}.missing-data .action-buttons-and-filter-summary .filters .filter-summary .select-filters{align-items:center;background:#e9e9e9;border-radius:4px;display:flex;height:32px;justify-content:center;margin:0;padding:8px;width:32px}.missing-data-action-buttons{align-content:center;align-items:center;display:flex;padding:20px}.missing-data-action-buttons button{align-items:center;background:#1271b2;border-radius:4px;display:flex;margin-right:8px}.title-object{align-items:center;display:flex}.title-object .export-report-button{background:#e9e9e9;color:#474747;font-weight:700}.title-object .export-report-button .export-report-icon{margin-right:8px}.title-object .title-object-divider{background-color:#ccc;height:40px;margin:0 20px;width:1px}.missing-data-modal-header{border-bottom:1px solid #d9d9d9;display:flex;font-size:16px;justify-content:space-between}.missing-data-export-options{background:#fff;border-bottom:1px solid #d9d9d9;border-radius:3px;display:flex;flex-direction:row;height:440px;width:940px}.missing-data-export-options .export-options-group{align-items:flex-start;display:flex;flex-direction:column;overflow-y:auto;padding:20px 0}.missing-data-export-options .export-options-group>button{align-items:flex-start;display:flex;flex-direction:column;height:40px;justify-content:center;margin:0;padding:5px 20px;width:230px}.missing-data-export-options .export-options-group>button.selected{background:#e6f5ff;font-weight:700}.missing-data-export-options .export-options-group:not(:last-child){border-right:1px solid #d9d9d9}.missing-data-export-options .radio{width:325px}.missing-data-export-options .filter-summary{align-items:flex-start;display:flex;flex-direction:column;gap:16px;padding:0 20px;width:250px}.missing-data-export-header-note{align-items:center;display:flex;padding:0 20px 20px;width:710px}:is(.missing-data,.missing-data-export-options) .h6{font-feature-settings:"clig" off,"liga" off;font-size:16px;font-style:normal;font-weight:500;line-height:20px}:is(.missing-data,.missing-data-export-options) .chip{align-items:center;background:#fff;border:1px solid #b1b1b1;border-radius:16px;display:inline-flex;gap:8px;padding:6px 16px}:is(.missing-data,.missing-data-export-options) .chip button{margin:0}:is(.missing-data,.missing-data-export-options) .id-input{width:215px}.daily-sales-missing-start-week-dropdown-container .select-dropdown__menu{z-index:10}.date-filter-options{align-items:flex-start;display:flex;flex:0 1;flex-direction:column}.custom-date-notice{font-size:14px}input:invalid{background-color:#fdd}.missing-data-date-group{align-items:flex-start;display:flex;flex-direction:column;padding:0 20px}.missing-data-date-group h6{font-size:16px;font-style:normal;font-weight:500;line-height:20px}.missing-data-date-group .missing-data-date-select-dropdown{font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;width:320px}.missing-data-date-group .missing-data-date-select-dropdown .select-dropdown__control{border-color:#b1b1b1!important;border-radius:3px!important;border-style:solid}.missing-data-date-group .missing-data-date-pickers .custom-date-notice{padding-top:20px}.missing-data-date-group .missing-data-date-pickers .missing-data-date-pickers-section{display:flex}.missing-data-date-group .missing-data-date-pickers .missing-data-date-pickers-section .missing-data-date-pickers-from-section,.missing-data-date-group .missing-data-date-pickers .missing-data-date-pickers-section .missing-data-date-pickers-to-section{display:flex;flex-direction:column;margin-right:8px;width:320px}.missing-data-select-filters{align-items:flex-start;display:flex;gap:20px}.missing-data-select-filters h6{font-size:16px;font-style:normal;font-weight:500;line-height:20px}.missing-data-select-filters .filter-group{align-items:flex-start;background:#fff;display:flex;flex-direction:column;gap:16px;padding:0 20px;width:325px}.missing-data-select-filters .filter-group .missing-data-multi-select-dropdown{font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;min-height:20px;width:100%}.missing-data-select-filters .filter-group .missing-data-multi-select-dropdown .missing-data-multi-select-dropdown__input{height:20px!important;padding:0}.missing-data-select-filters .filter-group .missing-data-multi-select-dropdown div[class$=-control]{border-color:#b1b1b1!important;border-radius:3px!important;border-style:solid}.missing-data-select-filters .filter-group .missing-data-multi-select-dropdown .missing-data-multi-select-dropdown__option{background-color:#fff!important;color:#0a0a0a!important}.missing-data-select-filters .filter-group .missing-data-multi-select-dropdown .missing-data-multi-select-dropdown__option .missing-data-multi-select-dropdown-option-label{align-items:center;align-self:stretch;display:flex;font-size:14px;font-style:normal;justify-content:space-between;line-height:20px;width:100%}.missing-data-select-filters .filter-group .missing-data-multi-select-dropdown .missing-data-multi-select-dropdown__option .missing-data-multi-select-dropdown-option-label .missing-data-active-icon,.missing-data-select-filters .filter-group .missing-data-multi-select-dropdown .missing-data-multi-select-dropdown__option .missing-data-multi-select-dropdown-option-label .missing-data-label{display:flex}.missing-data-select-filters .filter-group .missing-data-multi-select-dropdown .missing-data-multi-select-dropdown__option .missing-data-multi-select-dropdown-option-label.is-selected{font-weight:700}.missing-data-select-filters .radio{margin-top:8px!important;width:215px}.missing-data-select-filters .radio-button-label-true{background:#f4f6f8}.missing-data-select-filters .radio-button-label-false,.missing-data-select-filters .radio-button-label-true{align-items:flex-start;border:1px solid #d9d9d9;border-radius:4px;display:flex;gap:16px;padding:6px 16px;width:215px}.missing-data-select-filters .radio-button-label-text{font-feature-settings:"clig" off,"liga" off;color:#000;flex:1 0;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.daily-sales-missing-download-csv{align-items:flex-end;display:flex;flex-direction:column}.retailer-highlighted-events-edit-modal{max-width:none;min-width:0;min-width:auto;overflow:scroll;width:75%}.project-factors-page-controls{display:flex;justify-content:space-between;width:100%}.project-factors-page-controls .left-things{align-items:center;border-bottom:1px solid #e2e2e2;display:flex;justify-content:flex-start;margin-bottom:16px;padding-bottom:12px;width:100%}.date-range-input-wrapper{display:inline-block;position:relative}.date-range-input-wrapper .rdp{--rdp-cell-size:32px;--rdp-accent-color:#28a745;--rdp-background-color:#d4edda;font-size:13px}.date-range-input-wrapper .rdp-caption{font-size:13px;margin-bottom:8px}.date-range-input-wrapper .rdp-nav_button{height:28px;width:28px}.date-range-input-wrapper .rdp-head_cell{font-size:11px;font-weight:600}.date-range-input-wrapper .rdp-day{font-size:12px}.date-range-input-wrapper .rdp-day_range_middle{background-color:#d4edda!important;color:#155724!important}.date-range-input-wrapper .rdp-day_range_end,.date-range-input-wrapper .rdp-day_range_start{background-color:#28a745!important;color:#fff!important;font-weight:700}.date-range-input-wrapper .rdp-day_range_end:hover,.date-range-input-wrapper .rdp-day_range_start:hover{background-color:#218838!important}.date-range-input-wrapper .rdp-day_selected:not(.rdp-day_range_start):not(.rdp-day_range_end){background-color:#d4edda!important;color:#155724!important}.date-range-input-wrapper .rdp-months{gap:12px}.date-range-input-wrapper .input-container{align-items:center;background-color:#e9e9e9;border:1px solid #ccc;border-radius:4px;cursor:pointer;display:flex;min-width:240px}.date-range-input-wrapper .input-container .manual-input-container{background-color:#fefefe;border-right:1px solid #ccc}.date-range-input-wrapper .input-container .manual-input-container .manual-input-separator{font-weight:700}.date-range-input-wrapper .input-container .calendar-icon{color:#555;padding-right:8px}.date-range-input-wrapper .input-container.disabled{background-color:#f5f5f5;border-color:#e0e0e0;cursor:not-allowed;opacity:.6}.date-range-input-wrapper .manual-input-container{align-items:center;display:flex;flex:1 1;gap:4px}.date-range-input-wrapper .manual-from-input,.date-range-input-wrapper .manual-to-input{background-color:#0000;border:none;flex:1 1;font-size:16px;margin:0;outline:none;width:120px}.date-range-input-wrapper input[type=date]::-webkit-calendar-picker-indicator,.date-range-input-wrapper input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.date-range-input-wrapper .manual-input-separator{font-size:16px}.date-range-input-wrapper .input-error{border:1px solid red}.date-range-input-wrapper .single-input{background-color:#0000;border:none;cursor:pointer;flex:1 1;font-size:16px;outline:none}.date-range-input-wrapper .single-input.disabled{cursor:not-allowed}.date-range-input-wrapper .calendar-icon{color:#555;cursor:pointer;font-size:17px;margin-left:6px}.date-range-input-wrapper .calendar-icon.disabled{color:#999;cursor:not-allowed}.date-range-input-wrapper .dropdown{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #00000026;left:0;padding:8px;position:absolute;z-index:1000}.date-range-input-wrapper .dropdown.below{top:calc(100% + 4px)}.date-range-input-wrapper .dropdown.above{bottom:calc(100% + 4px)}.date-range-input-wrapper .footer{align-items:center;border-top:1px solid #eee;display:flex;gap:6px;justify-content:space-between;margin-top:6px;padding-top:6px}.date-range-input-wrapper .footer-text{flex:1 1;font-size:11px}.date-range-input-wrapper .btn{border-radius:3px;cursor:pointer;font-size:11px;padding:3px 8px}.date-range-input-wrapper .btn-clear{background-color:#fff;border:1px solid #ccc}.date-range-input-wrapper .btn-close{background-color:#007bff;border:1px solid #007bff;color:#fff}.date-range-input-wrapper .month-year-wrapper{display:flex;justify-content:center;width:100%}.date-range-input-wrapper .month-year-selector{display:flex;gap:10px;position:relative;width:100%;z-index:10000}.date-range-input-wrapper .month-year-selector>*{flex:1 1;width:100%}.date-range-input-wrapper .month-year-selector .dropdown,.date-range-input-wrapper .month-year-selector .dropdown-menu,.date-range-input-wrapper .month-year-selector .select-dropdown-menu{min-width:100%!important;width:100%!important;z-index:11000!important}.date-range-input-wrapper .btn-submit{background-color:#007bff;border:1px solid #007bff;border-radius:3px;color:#fff;cursor:pointer;font-size:11px;padding:3px 8px}.date-range-input-wrapper .btn-submit:hover{background-color:#0056b3;border-color:#0056b3}.projection-filters-form{margin-bottom:12px}.projection-filters-form .projection-filters-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px}.projection-filters-form .projection-filters-container .projection-filter{align-items:center;display:flex;gap:4px}.projection-filters-form .projection-filters-container .projection-filter .projection-filter-label{align-items:center;display:flex}.projection-filters-form .projection-filters-container .projection-filter .projection-filter-cell-name-dropdown-container,.projection-filters-form .projection-filters-container .projection-filter .projection-filter-projection-eligible-dropdown-container,.projection-filters-form .projection-filters-container .projection-filter .projection-filter-week-end-date-dropdown-container{min-width:150px}.projection-filters-form .projection-filters-container .projection-filter .projection-filter-channel-dropdown-container{min-width:200px}.projection-filters-form .projection-filters-container .projection-filter .projection-filter-exclude-reasons-dropdown-container,.projection-filters-form .projection-filters-container .projection-filter .projection-filter-store-source-dropdown-container{min-width:250px}.projection-filters-form .projection-filter-submit-button{margin-top:12px}.projections-classification-list{text-wrap:auto;list-style-type:none}.projection-upload-trigger-dag-page-controls{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.projection-upload-trigger-dag-page-controls .projection-upload-select-container{display:flex;flex-direction:column}.projection-upload-trigger-dag-page-controls .projection-upload-select-container .select-dropdown .select-dropdown__value-container{align-items:center;display:flex;padding-bottom:0;padding-top:0}.projection-upload-trigger-dag-page-controls .projection-upload-select-container .select-dropdown .select-dropdown__placeholder,.projection-upload-trigger-dag-page-controls .projection-upload-select-container .select-dropdown .select-dropdown__single-value{margin:0}.projection-upload-trigger-dag-page-controls .upload-button-container{display:flex;flex-direction:column}.projection-upload-trigger-dag-page-controls .upload-button-container .csv-label{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;color:inherit;display:flex}.projection-upload-trigger-dag-page-controls .upload-template-help{align-self:flex-start;display:flex;flex-basis:100%;flex-direction:column;gap:8px;margin:4px 0 20px}.projection-upload-trigger-dag-page-controls .upload-template-help .upload-template-download{background:none;border:none;color:#0072ce;cursor:pointer;padding:0;text-align:left;width:-webkit-fit-content;width:fit-content}.projection-upload-trigger-dag-page-controls .upload-template-help .upload-template-download i{margin-right:6px}.projection-upload-trigger-dag-page-controls .upload-template-help .upload-template-summary{margin:0;max-width:640px}.projection-upload-trigger-dag-page-controls .upload-template-help .upload-template-table{border-collapse:collapse;font-size:12px}.projection-upload-trigger-dag-page-controls .upload-template-help .upload-template-table td,.projection-upload-trigger-dag-page-controls .upload-template-help .upload-template-table th{border:1px solid #d0d0d0;padding:4px 8px;text-align:left;vertical-align:top}.projection-upload-trigger-dag-page-controls .upload-template-help .upload-template-table th{background:#f4f4f4}.projection-new-stores-table .rt-thead .rt-th{text-align:center}.projection-new-stores-table .rt-thead .rt-th .rt-resizable-header-content{align-items:center;display:flex;justify-content:center;text-align:center}.projection-new-stores-table .rt-thead .rt-th[data-sticky-td],.projection-new-stores-table .rt-thead .rt-th[data-sticky-td] .rt-resizable-header-content{background:#f4f6f8!important}.projection-new-stores-table .rt-thead .rt-th.table-cell-storeInfo[data-sticky-td]{z-index:6!important}.projection-new-stores-table .rt-thead .rt-th.table-cell-actions[data-sticky-td]{z-index:7!important}.projection-new-stores-table .rt-thead .rt-th.table-cell-bannerName[data-sticky-td]{z-index:8!important}.projection-new-stores-table .rt-thead .rt-th.table-cell-storeName[data-sticky-td]{z-index:9!important}.projection-new-stores-table .rt-thead .rt-th.table-cell-sourceStoreId[data-sticky-td]{box-shadow:2px 0 4px #00000014;z-index:10!important}.projection-new-stores-table .rt-tbody .rt-td[data-sticky-td]{background:#fff!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projection-new-stores-table .rt-tbody .rt-tr.-odd .rt-td[data-sticky-td]{background:#f7f7f7!important}.projection-new-stores-table .rt-tbody .table-cell-actions[data-sticky-td]{z-index:7!important}.projection-new-stores-table .rt-tbody .table-cell-bannerName[data-sticky-td]{z-index:8!important}.projection-new-stores-table .rt-tbody .table-cell-storeName[data-sticky-td]{z-index:9!important}.projection-new-stores-table .rt-tbody .table-cell-sourceStoreId[data-sticky-td]{box-shadow:2px 0 4px #00000014;z-index:10!important}.projection-new-stores-table .table-cell-approvedCensusCellId,.projection-new-stores-table .table-cell-approvedInflationFactor,.projection-new-stores-table .table-cell-approvedSample,.projection-new-stores-table .table-cell-approvedStandardCellId,.projection-new-stores-table .table-cell-approvedStoreClassification,.projection-new-stores-table .table-cell-approvedUniverse{background-color:#e8f2fc!important}.projection-new-stores-table .table-cell-approvedCensusCellId .rt-resizable-header-content,.projection-new-stores-table .table-cell-approvedInflationFactor .rt-resizable-header-content,.projection-new-stores-table .table-cell-approvedSample .rt-resizable-header-content,.projection-new-stores-table .table-cell-approvedStandardCellId .rt-resizable-header-content,.projection-new-stores-table .table-cell-approvedStoreClassification .rt-resizable-header-content,.projection-new-stores-table .table-cell-approvedUniverse .rt-resizable-header-content{background:#e8f2fc!important}.universe-recommendation-cell{align-items:center;display:flex;gap:6px}.universe-recommendation-info-button{background:none;border:none;color:#0072ce;cursor:pointer;padding:0}.recommended-universe-callout{align-items:center;background-color:#f0f6fc;border-left:4px solid #0072ce;display:flex;gap:8px;margin:12px 0;padding:8px 12px}.recommended-universe-callout-label{color:#555;font-size:.8rem;font-weight:600;text-transform:uppercase}.recommended-universe-callout-value{font-size:1rem;font-weight:600}.store-info-section{background:#f4f6f8;border:1px solid #e2e2e2;border-radius:4px;color:#252525;display:flex;flex-wrap:wrap;font-size:14px;gap:16px 40px;line-height:16px;margin:12px 0 16px;padding:16px 20px}.store-info-field{display:flex;flex-direction:column;min-width:160px}.store-info-field-label{color:#6b6b6b;font-size:.75rem;font-weight:600;margin-bottom:4px;text-transform:uppercase}.store-info-field-value{font-size:.95rem}.store-composition-heading{margin-bottom:2px;margin-top:20px}.store-composition-window{color:#252525;font-size:.85rem;font-weight:600;margin-bottom:2px}.store-composition-caveat{color:#6b6b6b;font-size:.8rem;font-style:italic;margin-bottom:8px}.store-composition-empty{color:#6b6b6b;font-size:.9rem;padding:8px 0}.banner-stores-heading{margin-bottom:8px;margin-top:20px}.banner-stores-table{border-collapse:collapse;width:100%}.banner-stores-table td,.banner-stores-table th{border-bottom:1px solid #e0e0e0;padding:6px 12px;text-align:left}.banner-stores-table th{font-weight:600}.store-linkage-modal{max-width:1100px;overflow-x:auto;width:90vw}.banner-name-cell{align-items:center;display:flex;gap:6px}.store-linkage-action-button{background:none;border:none;color:#0072ce;cursor:pointer;padding:0}.linkage-evidence-heading,.linkage-members-heading{margin-bottom:8px;margin-top:20px}.store-linkage-caveat{color:#6b6b6b;font-size:.8rem;font-style:italic;margin-bottom:8px}.store-linkage-empty{color:#6b6b6b;font-size:.9rem;padding:8px 0}.linkage-evidence-table,.linkage-members-table{border-collapse:collapse;white-space:nowrap;width:100%}.linkage-evidence-table td,.linkage-evidence-table th,.linkage-members-table td,.linkage-members-table th{border-bottom:1px solid #e0e0e0;padding:6px 12px;text-align:left}.linkage-evidence-table th,.linkage-members-table th{font-weight:600}.linkage-member-row.winner{background:#eef5fb}.linkage-winner-badge{background:#0072ce;border-radius:8px;color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.05em;margin-left:8px;padding:1px 6px}.store-linkage-actions{display:flex;gap:8px;margin-top:16px}.projection-maintenance-projection-contents{margin-top:24px}.projection-maintenance-projection-contents .projection-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.projection-maintenance-projection-contents .projection-toolbar .optional-dropdown{min-width:220px;width:220px}.projection-maintenance-projection-contents .projection-toolbar .optional-dropdown .select-dropdown__value-container{flex-wrap:nowrap!important;overflow-x:auto!important}.projection-maintenance-projection-contents .projection-toolbar .projection-copy-version-button,.projection-maintenance-projection-contents .projection-toolbar .projection-create-version-button,.projection-maintenance-projection-contents .projection-toolbar .projection-delete-version-button,.projection-maintenance-projection-contents .projection-toolbar .projection-summary-submit-button{font-weight:600;height:40px;margin:0;padding:0 16px}.projection-maintenance-projection-contents .projection-toolbar .projection-create-version-button{background:#6fbe46;color:#fff}.projection-maintenance-projection-contents .projection-toolbar .projection-create-version-button:focus,.projection-maintenance-projection-contents .projection-toolbar .projection-create-version-button:hover{background:#5da239}.projection-maintenance-projection-contents .projection-delete-version-logs,.projection-maintenance-store-contents{margin-top:24px}.projection-maintenance-store-contents .projection-new-stores-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.projection-maintenance-store-contents .projection-new-stores-toolbar .id-input{flex:0 0 auto;width:auto}.projection-maintenance-store-contents .projection-new-stores-toolbar .optional-dropdown{min-width:220px;width:220px}.projection-maintenance-store-contents .projection-new-stores-toolbar .optional-dropdown .select-dropdown__value-container{flex-wrap:nowrap!important}.projection-maintenance-store-contents .projection-new-stores-toolbar #source_filter_dropdown,.projection-maintenance-store-contents .projection-new-stores-toolbar #universe_filter_dropdown{min-width:260px;width:260px}.projection-maintenance-store-contents .projection-new-stores-toolbar #has_acv_anchor_filter_dropdown,.projection-maintenance-store-contents .projection-new-stores-toolbar #projection_version_dropdown{min-width:180px;width:180px}.projection-maintenance-store-contents .projection-new-stores-toolbar .summarized-multi-select-summary{color:#252525;font-size:14px;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projection-maintenance-store-contents .projection-new-stores-toolbar .summarized-multi-select-option{align-items:center;display:flex;gap:8px;justify-content:space-between;width:100%}.projection-maintenance-store-contents .projection-new-stores-toolbar .summarized-multi-select-option img{flex:0 0 auto;height:14px;width:14px}.projection-maintenance-store-contents .projection-new-stores-toolbar .summarized-multi-select-option.is-selected{font-weight:700}.projection-maintenance-store-contents .projection-new-stores-toolbar .projection-new-stores-submit-button{height:40px;margin:0;padding:0 16px}.projection-maintenance-universe-contents{margin-top:24px}.projection-maintenance-universe-contents .universe-review-filters{grid-gap:16px;align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.projection-maintenance-universe-contents .universe-review-filters .id-input{flex:0 0 auto;width:auto}.projection-maintenance-universe-contents .universe-review-filters .optional-dropdown{min-width:220px;width:220px}.projection-maintenance-universe-contents .universe-review-filters .optional-dropdown .select-dropdown__value-container{flex-wrap:nowrap!important;overflow-x:auto!important}.projection-maintenance-universe-contents .universe-review-filters .projection-new-stores-submit-button,.projection-maintenance-universe-contents .universe-review-filters .universe-review-copy-button{height:40px;margin:0;padding:0 16px}.copy-universe-version-field,.delete-version-modal{max-width:92vw;padding:20px 24px 8px;width:520px}.copy-universe-version-field .right-exit-button,.delete-version-modal .right-exit-button{margin-left:0}.copy-universe-version-field .modal-header,.delete-version-modal .modal-header{margin-bottom:18px}.version-chip{background:#f1f3f5;border:1px solid #dde1e5;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;padding:1px 5px;white-space:nowrap}.delete-version-body{color:#252525;font-size:14px;line-height:1.55}.delete-version-body .delete-version-lead{margin:0 0 10px}.delete-version-body .delete-version-consequences{list-style:none;margin:0 0 16px;padding:0}.delete-version-body .delete-version-consequences li{margin-bottom:2px;padding-left:16px;position:relative}.delete-version-body .delete-version-consequences li:before{background:#767676;border-radius:50%;content:"";height:4px;left:3px;position:absolute;top:9px;width:4px}.delete-version-body .delete-version-danger{background:#e328360f;border-left:3px solid #e32836;font-weight:600;margin:0 0 20px;padding:9px 12px}.delete-version-body .delete-version-confirm-label{color:#5a5a5a;display:block;font-size:13px;margin-bottom:6px}.delete-version-body .delete-version-confirm-input{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;margin:0;max-width:100%;width:260px}.delete-version-body .delete-version-confirm-input:focus{border-color:#e32836;box-shadow:0 0 0 2px #e328362e}.copy-cell-to-market-warning{background:#c7770014;border-left:3px solid #c77700;color:#252525;font-size:13px;line-height:1.5;margin:0 0 4px;padding:9px 12px}.copy-projection-version-field{align-items:stretch;display:flex;margin:8px 0 16px}.copy-projection-version-field .input-group-label{font-size:14px;height:auto}.copy-projection-version-field .select-dropdown,.copy-projection-version-field input{flex:1 1;margin:0}.brand-onboarding-management-csv-upload-container{padding-right:8px}.brand-onboarding-management-csv-upload-container .label{padding:initial}.private-cloud-snowflake-upload-container{border:thin solid #d9d9d9;display:flex;flex-wrap:wrap;gap:32px;margin-bottom:16px;margin-top:16px;padding:16px}.private-cloud-snowflake-upload-container .table-checkbox-wrapper{align-items:center;display:flex}.private-cloud-snowflake-upload-container .prerequisite-info-icon-container{color:#0070d2;cursor:pointer;margin-right:8px}.private-cloud-snowflake-upload-container .custom-run-selections{display:flex;flex:1 1 450px;flex-direction:row;gap:16px}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column{display:flex;flex-direction:column;gap:16px;width:100%}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column #checkpoints_column_header h6,.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column #optional_column_header h6,.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column #required_column_header h6{font-size:16px;font-style:normal;font-weight:500;line-height:20px}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row{align-items:baseline}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row .id-input{min-width:400px;width:100%}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-section-header{justify-content:center}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row{display:flex;flex-direction:row}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row .tables-checkboxes-container{border:1px solid #cacaca;font-size:14px;max-width:500px;width:100%}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row .tables-checkboxes-container .tables-checkboxes{padding:4px}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row .tables-checkboxes-container .tables-checkboxes .prerequisites-checkbox-wrapper{align-items:baseline;display:flex}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row .optional-dropdown{min-width:400px;width:100%}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row-schema{display:flex;flex-direction:row}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row-schema .id-input{background-color:#639!important;max-width:500px;width:100%}.private-cloud-snowflake-upload-container .custom-run-selections .custom-run-selections-column #checkpoint_projection_version_dropdown_div .optional-dropdown{max-width:250px;min-width:200px}.private-cloud-snowflake-upload-container .measures-checkpoint-container{display:flex;flex-direction:column;margin-left:36px}.private-cloud-snowflake-upload-container .field-with-error{display:flex;flex-direction:column;width:100%}.private-cloud-snowflake-upload-container .error{color:#cf1220;color:var(--red-80,#cf1220);font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-top:4px}.pi-engine-snapshot-container{align-items:baseline;display:flex;flex-direction:row;gap:16px;margin:24px 0}.projection-extract-container{border:thin solid #d9d9d9;display:flex;flex-wrap:wrap;gap:32px;margin-bottom:16px;margin-top:16px;padding:16px}.projection-extract-container .table-checkbox-wrapper{align-items:center;display:flex}.projection-extract-container .prerequisite-info-icon-container{color:#0070d2;cursor:pointer;margin-right:8px}.projection-extract-container .custom-run-selections{display:flex;flex:1 1 450px;flex-direction:row;gap:16px}.projection-extract-container .custom-run-selections .custom-run-selections-column{display:flex;flex-direction:column;gap:16px;min-width:700px}.projection-extract-container .custom-run-selections .custom-run-selections-column #checkpoints_column_header h6,.projection-extract-container .custom-run-selections .custom-run-selections-column #optional_column_header h6,.projection-extract-container .custom-run-selections .custom-run-selections-column #required_column_header h6{font-size:16px;font-style:normal;font-weight:500;line-height:20px}.projection-extract-container .custom-run-selections .custom-run-selections-column .custom-run-section-header{justify-content:center}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field{max-width:700px;width:100%}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field .input-group{margin-bottom:0;width:100%}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field .input-group .input-group-label{flex:0 0 240px;min-width:240px;text-align:left;white-space:normal}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field .input-group .input-group-field{min-width:0}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field .id-input{align-items:stretch;display:flex;flex-direction:row;margin-bottom:0;max-width:700px;width:100%!important}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field .id-input .input-group-label{flex:0 0 240px;min-width:240px;text-align:left;white-space:normal}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field .id-input>.select-dropdown{flex:1 1 auto;min-width:0;width:auto!important}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field .optional-dropdown{min-width:0!important;width:100%}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field .optional-dropdown .select-dropdown__single-value{max-width:calc(100% - 8px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projection-extract-container .custom-run-selections .custom-run-selections-column .projection-extract-optional-field .optional-dropdown .select-dropdown__menu{max-width:min(900px,95vw);min-width:100%;width:-webkit-max-content;width:max-content}.projection-extract-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row{align-items:baseline;display:flex;flex-direction:row}.projection-extract-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row .id-input,.projection-extract-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row .optional-dropdown{min-width:400px;width:100%}.projection-extract-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row .tables-checkboxes-container{border:1px solid #cacaca;font-size:14px;max-width:500px;width:100%}.projection-extract-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row .tables-checkboxes-container .tables-checkboxes{padding:4px}.projection-extract-container .custom-run-selections .custom-run-selections-column .custom-run-selections-row-schema{display:flex;flex-direction:row}.projection-extract-container .measures-checkpoint-container{display:flex;flex-direction:column;margin-left:36px}.prerequisite-tooltip-content{background-color:#333;border-radius:4px;box-shadow:0 2px 5px #0003;color:#fff;font-size:12px;max-width:250px;padding:8px 12px;z-index:1000}.prerequisite-tooltip-content .prerequisite-tooltip-title{font-weight:700;margin-bottom:4px}.prerequisite-tooltip-content .prerequisite-tooltip-list{margin:0;padding-left:16px}.geography-store-mapping-container{display:flex;flex-direction:row;gap:16px}.sales-by-market-search-options-container .sales-by-market-base-search-options{grid-gap:10px;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:24px}.sales-by-market-search-options-container .sales-by-market-base-search-options .sales-by-market-loading{color:#000;font-weight:700}.sales-by-market-search-options-container .sales-by-market-base-search-options .sales-by-market-divider{background-color:#ccc;margin-bottom:0;width:1px}.sales-by-market-search-options-container .sales-by-market-base-search-options .advanced-options-icon,.sales-by-market-search-options-container .sales-by-market-base-search-options .sales-by-market-advanced-options{margin:initial}.sales-by-market-search-options-container .sales-by-market-base-search-options .input-group-label{height:40px}.sales-by-market-search-options-container .sales-by-market-base-search-options .market_tag_base_search_dropdown .id-input,.sales-by-market-search-options-container .sales-by-market-base-search-options .sales-by-market-basic-options-cleanse-fill-extract-wrapper .id-input{width:464px}.sales-by-market-search-options-container .sales-by-market-base-search-options .sales-by-market-basic-options-period-wrapper .id-input{max-width:240px}.sales-by-market-search-options-container .sales-by-market-base-search-options .sales-by-market-advanced-options-button{background-color:initial}.sales-by-market-search-options-container .sales-by-market-advanced-options-modal-header{display:flex;flex-direction:row}.sales-by-market-search-options-container .sales-by-market-advanced-options-modal-header h5{flex:1 1}.sales-by-market-search-options-container .sales-by-market-advanced-options-modal-header .modal-exit-button{margin-left:auto}.sales-by-market-search-options-container .sales-by-market-advanced-options-container h6,.sales-by-market-search-options-container h6{font-weight:700}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-basic-options-wrapper{display:flex;flex-direction:column;margin-top:16px}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-basic-options-wrapper .sales-by-market-advanced-options-basic-options-row{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:16px;max-width:800px}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-basic-options-wrapper .sales-by-market-advanced-options-basic-options-row .id-input{align-items:flex-start;display:flex;flex-direction:column}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-basic-options-wrapper .sales-by-market-advanced-options-basic-options-row .id-input .select-dropdown{max-width:250px}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-basic-options-wrapper .sales-by-market-advanced-options-basic-options-row .sales-by-market-advanced-options-period-wrapper{display:flex;flex-direction:column;margin-right:24px;max-width:250px}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-additional-data-selection-wrapper{padding-bottom:16px}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-additional-data-selection-wrapper h6{font-weight:700}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-additional-advanced-advanced-options-wrapper{display:flex;flex-direction:column;margin-top:16px}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-additional-advanced-advanced-options-wrapper h6{font-weight:700}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-additional-advanced-advanced-options-wrapper .sales-by-market-advanced-options-additional-advanced-advanced-options-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;max-width:800px}.sales-by-market-search-options-container .sales-by-market-advanced-options-container .sales-by-market-advanced-options-additional-advanced-advanced-options-wrapper .sales-by-market-advanced-options-additional-advanced-advanced-options-row .id-input{width:300px}.bucket-price-container{display:flex;gap:20px}.bucket-price-container .bucket-price-selections{display:flex;flex-direction:row;gap:20px;width:100%}.bucket-price-container .bucket-price-selections .bucket-price-column{display:flex;flex-direction:column}.bucket-price-container .bucket-price-selections .bucket-price-column .bucket-price-selections-table{display:flex;flex:7 1;flex-direction:row;min-width:0}.bucket-price-container .bucket-price-selections .bucket-price-column .bucket-price-selections-chart{display:flex;flex:3 1;flex-direction:row;min-width:0}.generic-cost-display-container .toggle-radio-button-container{margin-bottom:24px}.generic-cost-display-container .chart-filter-container{margin-bottom:20px;width:100%}.store-participation-header-buttons{display:flex;gap:8px}.store-participation-header-buttons .button{font-size:13px;justify-content:center;min-width:96px;padding:6px 12px;white-space:nowrap}.store-participation-delete-button{font-weight:700}.store-participation-bulk-upload-actions{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.store-participation-bulk-upload-actions .button{align-items:center;box-sizing:border-box;height:40px;margin:0}.store-participation-browse-button{display:inline-flex;width:-webkit-fit-content;width:fit-content}.base-outlier-count-alert-container{align-items:baseline;display:flex;flex-direction:row;flex-wrap:wrap;line-height:16px;margin-bottom:24px}.base-outlier-count-alert-container .base-outlier-count-alert-column{display:flex;flex-direction:column;margin-right:16px}.base-outlier-count-alert-container .base-outlier-count-alert-column .base-outlier-count-alert-row{grid-gap:16px;display:flex;flex-direction:row;margin-top:14px}.base-outlier-count-alert-container .base-outlier-count-alert-column .base-outlier-count-alert-row .date-range-input-wrapper{min-width:320px}.base-outlier-count-alert-container .base-outlier-count-alert-column .base-outlier-count-alert-row .input-group-field{height:100%}
/*# sourceMappingURL=main.9df6e6a7.css.map*/