﻿@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);}to{transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0;}to{opacity:var(--mdc-ripple-fg-opacity,.16);}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,.16);}to{opacity:0;}}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var:1px solid #000;visibility:hidden;}.mdc-ripple-surface--test-edge-var-bug::before{border:var(--mdc-ripple-surface-test-edge-var);}.mdc-button{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:2.25rem;text-decoration:none;text-transform:uppercase;--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;display:inline-block;position:relative;box-sizing:border-box;min-width:64px;height:36px;padding:0 16px;border:none;outline:none;text-align:center;user-select:none;-webkit-appearance:none;overflow:hidden;vertical-align:middle;border-radius:2px;}.mdc-button::before,.mdc-button::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-button::before{transition:opacity 15ms linear;}.mdc-button.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-button.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-button.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-button.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-button::before,.mdc-button::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;}.mdc-button.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-button.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-button.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);}.mdc-button:active{outline:none;}.mdc-button:hover{cursor:pointer;}.mdc-button::-moz-focus-inner{padding:0;border:0;}.mdc-button:disabled{background-color:transparent;color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));cursor:default;pointer-events:none;}.mdc-button--theme-dark .mdc-button:disabled,.mdc-theme--dark .mdc-button:disabled{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5));}.mdc-button:not(:disabled){background-color:transparent;}.mdc-button:not(:disabled){color:#1e88e5;color:var(--mdc-theme-primary,#1e88e5);}.mdc-button::before,.mdc-button::after{background-color:#1e88e5;}@supports not (-ms-ime-align:auto){.mdc-button::before,.mdc-button::after{background-color:var(--mdc-theme-primary,#1e88e5);}}.mdc-button:hover::before{opacity:.04;}.mdc-button:not(.mdc-ripple-upgraded):focus::before,.mdc-button.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12;}.mdc-button:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-button:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16;}.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16;}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));}.mdc-button--theme-dark .mdc-button--raised:disabled,.mdc-theme--dark .mdc-button--raised:disabled,.mdc-button--theme-dark .mdc-button--unelevated:disabled,.mdc-theme--dark .mdc-button--unelevated:disabled{background-color:rgba(255,255,255,.12);color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#1e88e5;}@supports not (-ms-ime-align:auto){.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:var(--mdc-theme-primary,#1e88e5);}}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-primary,#fff);}.mdc-button--raised::before,.mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:#fff;}@supports not (-ms-ime-align:auto){.mdc-button--raised::before,.mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:var(--mdc-theme-text-primary-on-primary,white);}}.mdc-button--raised:hover::before,.mdc-button--unelevated:hover::before{opacity:.08;}.mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,.mdc-button--raised.mdc-ripple-upgraded--background-focused::before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus::before,.mdc-button--unelevated.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-button--raised:not(.mdc-ripple-upgraded)::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-button--raised:not(.mdc-ripple-upgraded):active::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-button--raised.mdc-ripple-upgraded,.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-button--raised{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);will-change:box-shadow;}.mdc-button--raised:hover,.mdc-button--raised:focus{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);}.mdc-button--raised:active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);}.mdc-button--raised:disabled{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);}.mdc-button--stroked{border-style:solid;padding-right:14px;padding-left:14px;border-width:2px;line-height:32px;}.mdc-button--stroked:disabled{border-color:rgba(0,0,0,.38);border-color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));}.mdc-button--theme-dark .mdc-button--stroked:disabled,.mdc-theme--dark .mdc-button--stroked:disabled{border-color:rgba(255,255,255,.5);border-color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5));}.mdc-button--stroked.mdc-button--dense{line-height:27px;}.mdc-button--stroked.mdc-button--compact{padding-right:6px;padding-left:6px;}.mdc-button--stroked:not(:disabled){border-color:#1e88e5;border-color:var(--mdc-theme-primary,#1e88e5);}.mdc-button--compact{padding:0 8px;}.mdc-button--dense{height:32px;font-size:.8125rem;line-height:32px;}.mdc-button__icon{display:inline-block;width:18px;height:18px;margin-right:8px;font-size:18px;line-height:inherit;vertical-align:top;}.mdc-card{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;padding:0;border-radius:2px;overflow:hidden;}.mdc-card__primary{padding:16px;}.mdc-card__primary .mdc-card__title--large{padding-top:8px;}.mdc-card__primary:last-child{padding-bottom:24px;}.mdc-card__supporting-text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));box-sizing:border-box;padding:8px 16px;}.mdc-card--theme-dark .mdc-card__supporting-text,.mdc-theme--dark .mdc-card__supporting-text{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-card__primary+.mdc-card__supporting-text{margin-top:-8px;padding-top:0;}.mdc-card__supporting-text:last-child{padding-bottom:24px;}.mdc-card__actions{display:flex;box-sizing:border-box;padding:8px;}.mdc-card--theme-dark .mdc-card__actions,.mdc-theme--dark .mdc-card__actions{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-card__actions .mdc-card__action{margin:0 8px 0 0;}[dir="rtl"] .mdc-card__actions .mdc-card__action,.mdc-card__actions .mdc-card__action[dir="rtl"]{margin:0 0 0 8px;}.mdc-card__actions .mdc-card__action:last-child{margin-left:0;margin-right:0;}[dir="rtl"] .mdc-card__actions .mdc-card__action:last-child,.mdc-card__actions .mdc-card__action:last-child[dir="rtl"]{margin-left:0;margin-right:0;}.mdc-card__actions--vertical{flex-flow:column;align-items:flex-start;}.mdc-card__actions--vertical .mdc-card__action{margin:0 0 4px;}.mdc-card__actions--vertical .mdc-card__action:last-child{margin-bottom:0;}.mdc-card__media{display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;padding:16px;}.mdc-card__media-item{display:inline-block;width:auto;height:80px;margin:16px 0 0;padding:0;}.mdc-card__media-item--1dot5x{width:auto;height:120px;}.mdc-card__media-item--2x{width:auto;height:160px;}.mdc-card__media-item--3x{width:auto;height:240px;}.mdc-card__title{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));margin:-.063rem 0;}.mdc-card--theme-dark .mdc-card__title,.mdc-theme--dark .mdc-card__title{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-card__title--large{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.5rem;font-weight:400;letter-spacing:normal;line-height:2rem;text-decoration:inherit;text-transform:inherit;margin:0;}.mdc-card__subtitle{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));margin:-.063rem 0;}.mdc-card--theme-dark .mdc-card__subtitle,.mdc-theme--dark .mdc-card__subtitle{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-card__horizontal-block{padding-left:0;padding-right:16px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;box-sizing:border-box;}[dir="rtl"] .mdc-card__horizontal-block,.mdc-card__horizontal-block[dir="rtl"]{padding-left:16px;padding-right:0;}.mdc-card__horizontal-block .mdc-card__actions--vertical{margin:16px;}.mdc-card__horizontal-block .mdc-card__media-item{margin-left:16px;margin-right:0;}[dir="rtl"] .mdc-card__horizontal-block .mdc-card__media-item,.mdc-card__horizontal-block .mdc-card__media-item[dir="rtl"]{margin-left:0;margin-right:16px;}.mdc-card__horizontal-block .mdc-card__media-item--3x{margin-bottom:16px;}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.78334;}50%{animation-timing-function:cubic-bezier(0,0,.2,1);}100%{stroke-dashoffset:0;}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0);}68.2%{animation-timing-function:cubic-bezier(0,0,0,1);}100%{transform:scaleX(1);}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(.4,0,1,1);opacity:1;stroke-dashoffset:0;}to{opacity:0;stroke-dashoffset:-29.78334;}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0,0,.2,1);transform:rotate(0deg);opacity:1;}to{transform:rotate(45deg);opacity:0;}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(.14,0,0,1);transform:rotate(45deg);opacity:0;}to{transform:rotate(360deg);opacity:1;}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0;}to{transform:rotate(0deg);opacity:1;}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(.14,0,0,1);transform:rotate(0deg);opacity:1;}to{transform:rotate(315deg);opacity:0;}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1;}32.8%,100%{transform:scaleX(0);opacity:0;}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;padding:11px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom;--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;}.mdc-checkbox .mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.26);}.mdc-checkbox .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0,0,0,.26);}.mdc-checkbox--theme-dark .mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(255,255,255,.3);}.mdc-checkbox--theme-dark .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.mdc-checkbox--theme-dark .mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background{background-color:rgba(255,255,255,.3);}.mdc-checkbox .mdc-checkbox__checkmark__path{stroke:white !important;}.mdc-checkbox .mdc-checkbox__mixedmark{background-color:#fff;}.mdc-checkbox .mdc-checkbox__background::before{background-color:#f06292;}@supports not (-ms-ime-align:auto){.mdc-checkbox .mdc-checkbox__background::before{background-color:var(--mdc-theme-secondary,#f06292);}}.mdc-checkbox::before,.mdc-checkbox::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-checkbox::before{transition:opacity 15ms linear;}.mdc-checkbox.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-checkbox.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-checkbox::before,.mdc-checkbox::after{background-color:#f06292;}@supports not (-ms-ime-align:auto){.mdc-checkbox::before,.mdc-checkbox::after{background-color:var(--mdc-theme-secondary,#f06292);}}.mdc-checkbox:hover::before{opacity:.08;}.mdc-checkbox:not(.mdc-ripple-upgraded):focus::before,.mdc-checkbox.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-checkbox:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-checkbox:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-checkbox::before,.mdc-checkbox::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%;}.mdc-checkbox.mdc-ripple-upgraded::before{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-checkbox.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 25%));left:var(--mdc-ripple-left,calc(50% - 25%));width:var(--mdc-ripple-fg-size,50%);height:var(--mdc-ripple-fg-size,50%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-checkbox.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,50%);height:var(--mdc-ripple-fg-size,50%);}.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.54);background-color:transparent;}.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#f06292;border-color:var(--mdc-theme-secondary,#f06292);background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}@keyframes mdc-checkbox-fade-in-background-0{0%{border-color:rgba(0,0,0,.54);background-color:transparent;}50%{border-color:#f06292;border-color:var(--mdc-theme-secondary,#f06292);background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}}@keyframes mdc-checkbox-fade-out-background-0{0%,80%{border-color:#f06292;border-color:var(--mdc-theme-secondary,#f06292);background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}100%{border-color:rgba(0,0,0,.54);background-color:transparent;}}.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-0;}.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-0;}.mdc-checkbox--theme-dark .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:#fff;background-color:transparent;}.mdc-checkbox--theme-dark .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox--theme-dark .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#f06292;border-color:var(--mdc-theme-secondary,#f06292);background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}@keyframes mdc-checkbox-fade-in-background-1{0%{border-color:#fff;background-color:transparent;}50%{border-color:#f06292;border-color:var(--mdc-theme-secondary,#f06292);background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}}@keyframes mdc-checkbox-fade-out-background-1{0%,80%{border-color:#f06292;border-color:var(--mdc-theme-secondary,#f06292);background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}100%{border-color:#fff;background-color:transparent;}}.mdc-checkbox--theme-dark.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--theme-dark.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-1;}.mdc-checkbox--theme-dark.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--theme-dark.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-1;}.mdc-checkbox--disabled{cursor:default;pointer-events:none;}.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox--upgraded .mdc-checkbox__checkmark__path,.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none !important;}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear;}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark__path{animation:180ms linear 0s mdc-checkbox-unchecked-checked-checkmark-path;transition:none;}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:90ms linear 0s mdc-checkbox-unchecked-indeterminate-mixedmark;transition:none;}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark__path{animation:90ms linear 0s mdc-checkbox-checked-unchecked-checkmark-path;transition:none;}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:90ms linear 0s mdc-checkbox-checked-indeterminate-checkmark;transition:none;}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:90ms linear 0s mdc-checkbox-checked-indeterminate-mixedmark;transition:none;}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:500ms linear 0s mdc-checkbox-indeterminate-checked-checkmark;transition:none;}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:500ms linear 0s mdc-checkbox-indeterminate-checked-mixedmark;transition:none;}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:300ms linear 0s mdc-checkbox-indeterminate-unchecked-mixedmark;transition:none;}.mdc-checkbox__background{position:absolute;top:0;right:0;bottom:0;left:0;left:11px;right:initial;display:inline-flex;top:11px;align-items:center;justify-content:center;box-sizing:border-box;width:45%;height:45%;transition:background-color 90ms 0ms cubic-bezier(.4,0,.6,1),border-color 90ms 0ms cubic-bezier(.4,0,.6,1);border:2px solid currentColor;border-radius:2px;background-color:transparent;pointer-events:none;will-change:background-color,border-color;}[dir="rtl"] .mdc-checkbox .mdc-checkbox__background,.mdc-checkbox[dir="rtl"] .mdc-checkbox__background{left:initial;right:11px;}.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{transition:border-color 90ms 0ms cubic-bezier(0,0,.2,1),background-color 90ms 0ms cubic-bezier(0,0,.2,1);}.mdc-checkbox__background::before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(0,0);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:opacity,transform;}.mdc-checkbox__native-control:focus~.mdc-checkbox__background::before{transform:scale(2.75,2.75);transition:opacity 80ms 0ms cubic-bezier(0,0,.2,1),transform 80ms 0ms cubic-bezier(0,0,.2,1);opacity:.26;}.mdc-ripple-upgraded--unbounded .mdc-checkbox__background::before{content:none;}.mdc-checkbox__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit;}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none;}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;transition:opacity 180ms 0ms cubic-bezier(.4,0,.6,1);opacity:0;}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1;}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1),transform 180ms 0ms cubic-bezier(0,0,.2,1);opacity:1;}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);opacity:0;}.mdc-checkbox__checkmark__path{transition:stroke-dashoffset 180ms 0ms cubic-bezier(.4,0,.6,1);stroke-width:3.12px;stroke-dashoffset:29.78334;stroke-dasharray:29.78334;}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark__path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark__path{stroke-dashoffset:0;}.mdc-checkbox__mixedmark{width:100%;height:2px;transform:scaleX(0) rotate(0deg);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);opacity:0;}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg);}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1;}:root{--mdc-dialog-dark-theme-bg-color:#303030;}.mdc-dialog{display:flex;position:fixed;top:0;left:0;align-items:center;justify-content:center;width:100%;height:100%;visibility:hidden;z-index:5;}.mdc-dialog__backdrop{background-color:rgba(0,0,0,.87);background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));position:fixed;top:0;left:0;align-items:center;justify-content:center;width:100%;height:100%;opacity:0;z-index:-1;}.mdc-dialog__surface{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background-color:#fff;background-color:var(--mdc-theme-background,#fff);display:inline-flex;flex-direction:column;width:calc(100% - 30px);min-width:640px;max-width:865px;transform:translateY(150px) scale(.8);border-radius:2px;opacity:0;}.mdc-dialog--theme-dark .mdc-dialog__surface,.mdc-theme--dark .mdc-dialog__surface{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);background-color:#303030;background-color:var(--mdc-dialog-dark-theme-bg-color,#303030);}[dir="rtl"] .mdc-dialog .mdc-dialog__surface,.mdc-dialog[dir="rtl"] .mdc-dialog__surface{text-align:right;}.mdc-dialog__header{display:flex;align-items:center;padding:24px 24px 0;}.mdc-dialog__header__empty{padding:0;}[dir="rtl"] .mdc-dialog .mdc-dialog__header,.mdc-dialog[dir="rtl"] .mdc-dialog__header{text-align:right;}.mdc-dialog__header__title{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:2rem;text-decoration:inherit;text-transform:inherit;flex:1;margin:0;}.mdc-dialog__body{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;margin-top:20px;padding:0 24px 24px;}.mdc-dialog--theme-dark .mdc-dialog__body,.mdc-theme--dark .mdc-dialog__body{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-dialog__body--scrollable{max-height:195px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);overflow-x:auto;overflow-y:scroll;-webkit-overflow-scrolling:touch;}.mdc-dialog__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:8px;}.mdc-dialog__footer__button{margin-left:0;margin-right:8px;}[dir="rtl"] .mdc-dialog__footer__button,.mdc-dialog__footer__button[dir="rtl"]{margin-left:8px;margin-right:0;}.mdc-dialog__footer__button:last-child{margin-left:0;margin-right:0;}[dir="rtl"] .mdc-dialog__footer__button:last-child,.mdc-dialog__footer__button:last-child[dir="rtl"]{margin-left:0;margin-right:0;}.mdc-dialog__action{color:#f06292;color:var(--mdc-theme-secondary,#f06292);}@media(max-width:640px){.mdc-dialog{min-width:280px;}.mdc-dialog__surface{min-width:280px;}.mdc-dialog__body{line-height:24px;}}.mdc-dialog--animating{visibility:visible;}.mdc-dialog--animating .mdc-dialog__backdrop{transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1);}.mdc-dialog--animating .mdc-dialog--open .mdc-dialog__surface{transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),transform 120ms 0ms cubic-bezier(0,0,.2,1);}.mdc-dialog--animating .mdc-dialog__surface{transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),transform 120ms 0ms cubic-bezier(0,0,.2,1);}.mdc-dialog--open{visibility:visible;}.mdc-dialog--open .mdc-dialog__backdrop{opacity:.3;}.mdc-dialog--open .mdc-dialog__surface{transform:translateY(0) scale(1);opacity:1;}.mdc-dialog-scroll-lock{overflow:hidden;}:root{--mdc-persistent-drawer-dark-theme-bg-color:#212121;}.mdc-persistent-drawer{width:0;}.mdc-persistent-drawer__toolbar-spacer{display:flex;position:relative;flex-direction:row;flex-shrink:0;align-items:center;box-sizing:border-box;height:56px;padding:16px;border-bottom:1px solid rgba(0,0,0,.12);}.mdc-persistent-drawer__toolbar-spacer--theme-dark .mdc-persistent-drawer__toolbar-spacer,.mdc-theme--dark .mdc-persistent-drawer__toolbar-spacer{border-bottom:1px solid rgba(255,255,255,.12);}@media(min-width:600px){.mdc-persistent-drawer__toolbar-spacer{height:64px;}}.mdc-persistent-drawer__header{position:relative;}.mdc-persistent-drawer__header::before{display:block;padding-top:56.25%;content:"";}.mdc-persistent-drawer__header-content{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:flex-end;box-sizing:border-box;padding:16px;}.mdc-persistent-drawer .mdc-list-group,.mdc-persistent-drawer .mdc-list{padding-right:0;padding-left:0;}.mdc-persistent-drawer .mdc-list-item{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit;position:relative;padding:0 16px;outline:none;color:inherit;text-decoration:none;}.mdc-persistent-drawer .mdc-list-item.mdc-ripple-upgraded{left:0;}.mdc-persistent-drawer .mdc-list-item__start-detail{color:rgba(0,0,0,.54);}.mdc-persistent-drawer .mdc-list-item__start-detail--theme-dark .mdc-persistent-drawer .mdc-list-item__start-detail,.mdc-theme--dark .mdc-persistent-drawer .mdc-list-item__start-detail{color:rgba(255,255,255,.54);}.mdc-persistent-drawer--selected.mdc-list-item,.mdc-persistent-drawer--selected.mdc-list-item .mdc-list-item__start-detail{color:#1e88e5;color:var(--mdc-theme-primary,#1e88e5);}.mdc-persistent-drawer .mdc-list-item::before{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 120ms 0ms cubic-bezier(.4,0,.6,1);border-radius:inherit;background:currentColor;opacity:0;content:"";}.mdc-persistent-drawer .mdc-list-item:focus::before{transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1);opacity:.12;}.mdc-persistent-drawer .mdc-list-item:active::before{transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1);opacity:.18;}.mdc-persistent-drawer .mdc-list-item:active:focus::before{transition-timing-function:cubic-bezier(.4,0,.2,1);}.mdc-persistent-drawer__drawer{background:#fff;background:var(--mdc-theme-background,#fff);border-left:0;border-right:1px solid #e4e4e4;left:0;right:initial;height:100%;transform:translateX(-107%);transform:translateX(calc(-100% - 20px));will-change:transform;display:inline-flex;flex-direction:column;box-sizing:border-box;width:240px;overflow:hidden;touch-action:none;}[dir="rtl"] .mdc-persistent-drawer__drawer,.mdc-persistent-drawer__drawer[dir="rtl"]{border-left:1px solid #e4e4e4;border-right:0;}[dir="rtl"] .mdc-persistent-drawer__drawer,.mdc-persistent-drawer__drawer[dir="rtl"]{left:initial;right:0;}.mdc-persistent-drawer__drawer--theme-dark,.mdc-theme--dark .mdc-persistent-drawer__drawer{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);border-left:0;border-right:1px solid rgba(255,255,255,.12);background-color:#212121;background-color:var(--mdc-persistent-drawer-dark-theme-bg-color,#212121);}[dir="rtl"] .mdc-persistent-drawer__drawer--theme-dark,.mdc-persistent-drawer__drawer--theme-dark[dir="rtl"],[dir="rtl"] .mdc-theme--dark .mdc-persistent-drawer__drawer,.mdc-theme--dark .mdc-persistent-drawer__drawer[dir="rtl"]{border-left:1px solid rgba(255,255,255,.12);border-right:0;}[dir="rtl"] .mdc-persistent-drawer .mdc-persistent-drawer__drawer,.mdc-persistent-drawer[dir="rtl"] .mdc-persistent-drawer__drawer{transform:translateX(107%);transform:translateX(calc(100% + 20px));}.mdc-persistent-drawer--animating .mdc-persistent-drawer__drawer{transition:transform .195s 0ms cubic-bezier(.4,0,.6,1);}.mdc-persistent-drawer--animating.mdc-persistent-drawer--open .mdc-persistent-drawer__drawer{transition:transform .225s 0ms cubic-bezier(0,0,.2,1);}.mdc-persistent-drawer--open{width:240px;pointer-events:auto;}.mdc-persistent-drawer--open .mdc-persistent-drawer__drawer{transform:none;}[dir="rtl"] .mdc-persistent-drawer--open .mdc-persistent-drawer__drawer,.mdc-persistent-drawer--open[dir="rtl"] .mdc-persistent-drawer__drawer{transform:none;}:root{--mdc-permanent-drawer-dark-theme-bg-color:#212121;}.mdc-permanent-drawer{background:#fff;background:var(--mdc-theme-background,#fff);border-left:0;border-right:1px solid #e4e4e4;left:0;right:initial;display:inline-flex;flex:0 0 auto;flex-direction:column;box-sizing:border-box;width:240px;overflow:hidden;}.mdc-permanent-drawer__toolbar-spacer{display:flex;position:relative;flex-direction:row;flex-shrink:0;align-items:center;box-sizing:border-box;height:56px;padding:16px;border-bottom:1px solid rgba(0,0,0,.12);}.mdc-permanent-drawer__toolbar-spacer--theme-dark .mdc-permanent-drawer__toolbar-spacer,.mdc-theme--dark .mdc-permanent-drawer__toolbar-spacer{border-bottom:1px solid rgba(255,255,255,.12);}@media(min-width:600px){.mdc-permanent-drawer__toolbar-spacer{height:64px;}}.mdc-permanent-drawer__header{position:relative;}.mdc-permanent-drawer__header::before{display:block;padding-top:56.25%;content:"";}.mdc-permanent-drawer__header-content{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:flex-end;box-sizing:border-box;padding:16px;}.mdc-permanent-drawer .mdc-list-group,.mdc-permanent-drawer .mdc-list{padding-right:0;padding-left:0;}.mdc-permanent-drawer .mdc-list-item{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit;position:relative;padding:0 16px;outline:none;color:inherit;text-decoration:none;}.mdc-permanent-drawer .mdc-list-item.mdc-ripple-upgraded{left:0;}.mdc-permanent-drawer .mdc-list-item__start-detail{color:rgba(0,0,0,.54);}.mdc-permanent-drawer .mdc-list-item__start-detail--theme-dark .mdc-permanent-drawer .mdc-list-item__start-detail,.mdc-theme--dark .mdc-permanent-drawer .mdc-list-item__start-detail{color:rgba(255,255,255,.54);}.mdc-permanent-drawer--selected.mdc-list-item,.mdc-permanent-drawer--selected.mdc-list-item .mdc-list-item__start-detail{color:#1e88e5;color:var(--mdc-theme-primary,#1e88e5);}.mdc-permanent-drawer .mdc-list-item::before{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 120ms 0ms cubic-bezier(.4,0,.6,1);border-radius:inherit;background:currentColor;opacity:0;content:"";}.mdc-permanent-drawer .mdc-list-item:focus::before{transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1);opacity:.12;}.mdc-permanent-drawer .mdc-list-item:active::before{transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1);opacity:.18;}.mdc-permanent-drawer .mdc-list-item:active:focus::before{transition-timing-function:cubic-bezier(.4,0,.2,1);}[dir="rtl"] .mdc-permanent-drawer,.mdc-permanent-drawer[dir="rtl"]{border-left:1px solid #e4e4e4;border-right:0;}[dir="rtl"] .mdc-permanent-drawer,.mdc-permanent-drawer[dir="rtl"]{left:initial;right:0;}.mdc-permanent-drawer--theme-dark,.mdc-theme--dark .mdc-permanent-drawer{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);border-left:0;border-right:1px solid rgba(255,255,255,.12);background-color:#212121;background-color:var(--mdc-permanent-drawer-dark-theme-bg-color,#212121);}[dir="rtl"] .mdc-permanent-drawer--theme-dark,.mdc-permanent-drawer--theme-dark[dir="rtl"],[dir="rtl"] .mdc-theme--dark .mdc-permanent-drawer,.mdc-theme--dark .mdc-permanent-drawer[dir="rtl"]{border-left:1px solid rgba(255,255,255,.12);border-right:0;}.mdc-permanent-drawer--floating{border-left:0;border-right:none;background:none;}[dir="rtl"] .mdc-permanent-drawer--floating,.mdc-permanent-drawer--floating[dir="rtl"]{border-left:none;border-right:0;}.mdc-permanent-drawer--floating--theme-dark,.mdc-theme--dark .mdc-permanent-drawer--floating{border-left:0;border-right:none;background:none;}[dir="rtl"] .mdc-permanent-drawer--floating--theme-dark,.mdc-permanent-drawer--floating--theme-dark[dir="rtl"],[dir="rtl"] .mdc-theme--dark .mdc-permanent-drawer--floating,.mdc-theme--dark .mdc-permanent-drawer--floating[dir="rtl"]{border-left:none;border-right:0;}.mdc-temporary-drawer{position:fixed;top:0;left:0;box-sizing:border-box;width:100%;height:100%;pointer-events:none;overflow:hidden;contain:strict;z-index:5;}.mdc-temporary-drawer__toolbar-spacer{display:flex;position:relative;flex-direction:row;flex-shrink:0;align-items:center;box-sizing:border-box;height:56px;padding:16px;border-bottom:1px solid rgba(0,0,0,.12);}.mdc-temporary-drawer__toolbar-spacer--theme-dark .mdc-temporary-drawer__toolbar-spacer,.mdc-theme--dark .mdc-temporary-drawer__toolbar-spacer{border-bottom:1px solid rgba(255,255,255,.12);}@media(min-width:600px){.mdc-temporary-drawer__toolbar-spacer{height:64px;}}.mdc-temporary-drawer__header{position:relative;}.mdc-temporary-drawer__header::before{display:block;padding-top:56.25%;content:"";}.mdc-temporary-drawer__header-content{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:flex-end;box-sizing:border-box;padding:16px;}.mdc-temporary-drawer .mdc-list-group,.mdc-temporary-drawer .mdc-list{padding-right:0;padding-left:0;}.mdc-temporary-drawer .mdc-list-item{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit;position:relative;padding:0 16px;outline:none;color:inherit;text-decoration:none;}.mdc-temporary-drawer .mdc-list-item.mdc-ripple-upgraded{left:0;}.mdc-temporary-drawer .mdc-list-item__start-detail{color:rgba(0,0,0,.54);}.mdc-temporary-drawer .mdc-list-item__start-detail--theme-dark .mdc-temporary-drawer .mdc-list-item__start-detail,.mdc-theme--dark .mdc-temporary-drawer .mdc-list-item__start-detail{color:rgba(255,255,255,.54);}.mdc-temporary-drawer--selected.mdc-list-item,.mdc-temporary-drawer--selected.mdc-list-item .mdc-list-item__start-detail{color:#1e88e5;color:var(--mdc-theme-primary,#1e88e5);}.mdc-temporary-drawer .mdc-list-item::before{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 120ms 0ms cubic-bezier(.4,0,.6,1);border-radius:inherit;background:currentColor;opacity:0;content:"";}.mdc-temporary-drawer .mdc-list-item:focus::before{transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1);opacity:.12;}.mdc-temporary-drawer .mdc-list-item:active::before{transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1);opacity:.18;}.mdc-temporary-drawer .mdc-list-item:active:focus::before{transition-timing-function:cubic-bezier(.4,0,.2,1);}.mdc-temporary-drawer::before{display:block;position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;background:rgba(0,0,0,.6);opacity:0;opacity:var(--mdc-temporary-drawer-opacity,0);content:"";will-change:opacity;}.mdc-temporary-drawer__drawer{background:#fff;background:var(--mdc-theme-background,#fff);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);left:0;right:initial;height:100%;transform:translateX(-107%);transform:translateX(calc(-100% - 20px));will-change:transform;display:flex;position:absolute;flex-direction:column;box-sizing:border-box;width:calc(100% - 56px);max-width:280px;overflow:hidden;touch-action:none;}[dir="rtl"] .mdc-temporary-drawer__drawer,.mdc-temporary-drawer__drawer[dir="rtl"]{left:initial;right:0;}.mdc-temporary-drawer--theme-dark .mdc-temporary-drawer__drawer,.mdc-theme--dark .mdc-temporary-drawer__drawer{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);background:#303030;}[dir="rtl"] .mdc-temporary-drawer .mdc-temporary-drawer__drawer,.mdc-temporary-drawer[dir="rtl"] .mdc-temporary-drawer__drawer{transform:translateX(107%);transform:translateX(calc(100% + 20px));}@media(min-width:600px){.mdc-temporary-drawer__drawer{width:calc(100% - 64px);max-width:320px;}}.mdc-temporary-drawer__content{flex-grow:1;box-sizing:border-box;margin:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;}.mdc-temporary-drawer__footer{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);flex-shrink:0;}.mdc-temporary-drawer--animating::before{transition:opacity .3s 0ms cubic-bezier(0,0,.2,1);}.mdc-temporary-drawer--animating.mdc-temporary-drawer--open .mdc-temporary-drawer__drawer{transition:transform .225s 0ms cubic-bezier(0,0,.2,1);}.mdc-temporary-drawer--animating .mdc-temporary-drawer__drawer{transition:transform .195s 0ms cubic-bezier(.4,0,.6,1);}.mdc-temporary-drawer--open{pointer-events:auto;}.mdc-temporary-drawer--open::before{opacity:1;opacity:var(--mdc-temporary-drawer-opacity,1);}.mdc-temporary-drawer--open .mdc-temporary-drawer__drawer{transform:none;}[dir="rtl"] .mdc-temporary-drawer--open .mdc-temporary-drawer__drawer,.mdc-temporary-drawer--open[dir="rtl"] .mdc-temporary-drawer__drawer{transform:none;}.mdc-drawer-scroll-lock{overflow:hidden;}.mdc-elevation--z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);}.mdc-elevation--z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);}.mdc-elevation--z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);}.mdc-elevation--z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);}.mdc-elevation--z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);}.mdc-elevation--z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);}.mdc-elevation--z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);}.mdc-elevation--z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12);}.mdc-elevation--z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);}.mdc-elevation--z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);}.mdc-elevation--z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12);}.mdc-elevation--z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12);}.mdc-elevation--z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);}.mdc-elevation--z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);}.mdc-elevation--z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12);}.mdc-elevation--z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12);}.mdc-elevation--z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);}.mdc-elevation--z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12);}.mdc-elevation--z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12);}.mdc-elevation--z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12);}.mdc-elevation--z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12);}.mdc-elevation--z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12);}.mdc-elevation--z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12);}.mdc-elevation--z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12);}.mdc-elevation--z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);}.mdc-elevation-transition{transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);will-change:box-shadow;}.mdc-fab{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);display:inline-flex;position:relative;justify-content:center;box-sizing:border-box;width:56px;height:56px;padding:0;transition:box-shadow 280ms cubic-bezier(.4,0,.2,1),opacity 15ms linear 30ms,transform 270ms 0ms cubic-bezier(0,0,.2,1);border:none;border-radius:50%;fill:currentColor;cursor:pointer;user-select:none;-moz-appearance:none;-webkit-appearance:none;overflow:hidden;background-color:#f06292;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-secondary,rgba(0,0,0,.87));}.mdc-fab::before,.mdc-fab::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-fab::before{transition:opacity 15ms linear;}.mdc-fab.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-fab.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-fab.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-fab.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-fab::before,.mdc-fab::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;}.mdc-fab.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-fab.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-fab.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);}.mdc-fab:hover,.mdc-fab:focus{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);}.mdc-fab:active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);}.mdc-fab:active,.mdc-fab:focus{outline:none;}.mdc-fab:hover{cursor:pointer;}.mdc-fab::-moz-focus-inner{padding:0;border:0;}.mdc-fab>svg{width:100%;}@supports not (-ms-ime-align:auto){.mdc-fab{background-color:var(--mdc-theme-secondary,#f06292);}}.mdc-fab::before,.mdc-fab::after{background-color:rgba(0,0,0,.87);}@supports not (-ms-ime-align:auto){.mdc-fab::before,.mdc-fab::after{background-color:var(--mdc-theme-text-primary-on-secondary,rgba(0,0,0,.87));}}.mdc-fab:hover::before{opacity:.04;}.mdc-fab:not(.mdc-ripple-upgraded):focus::before,.mdc-fab.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12;}.mdc-fab:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-fab:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16;}.mdc-fab.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16;}.mdc-fab--mini{width:40px;height:40px;}.mdc-fab__icon{display:flex;align-items:center;justify-content:center;width:100%;transition:transform 180ms 90ms cubic-bezier(0,0,.2,1);will-change:transform;}.mdc-fab--exited{transform:scale(0);transition:opacity 15ms linear 150ms,transform 180ms 0ms cubic-bezier(.4,0,1,1);opacity:0;}.mdc-fab--exited .mdc-fab__icon{transform:scale(0);transition:transform 135ms 0ms cubic-bezier(.4,0,1,1);}.mdc-form-field{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));display:inline-flex;align-items:center;vertical-align:middle;}.mdc-form-field--theme-dark,.mdc-theme--dark .mdc-form-field{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-form-field>label{order:0;margin-right:auto;padding-left:4px;}[dir="rtl"] .mdc-form-field>label,.mdc-form-field[dir="rtl"]>label{margin-left:auto;padding-right:4px;}.mdc-form-field--align-end>label{order:-1;margin-left:auto;padding-right:4px;}[dir="rtl"] .mdc-form-field--align-end>label,.mdc-form-field--align-end[dir="rtl"]>label{margin-right:auto;padding-left:4px;}.mdc-grid-list .mdc-grid-tile__primary{padding-bottom:calc(100%/1);}.mdc-grid-list .mdc-grid-tile{margin:2px 0;padding:0 2px;}.mdc-grid-list .mdc-grid-tile__secondary{left:2px;width:calc(100% - 4px);}.mdc-grid-list .mdc-grid-list__tiles{margin:2px auto;}.mdc-grid-list__tiles{display:flex;flex-flow:row wrap;margin:0;padding:0;}.mdc-grid-list--tile-gutter-1 .mdc-grid-tile{margin:.5px 0;padding:0 .5px;}.mdc-grid-list--tile-gutter-1 .mdc-grid-tile__secondary{left:.5px;width:calc(100% - 1px);}.mdc-grid-list--tile-gutter-1 .mdc-grid-list__tiles{margin:.5px auto;}.mdc-grid-list--tile-aspect-16x9 .mdc-grid-tile__primary{padding-bottom:calc(100%/1.77778);}.mdc-grid-list--tile-aspect-3x2 .mdc-grid-tile__primary{padding-bottom:calc(100%/1.5);}.mdc-grid-list--tile-aspect-2x3 .mdc-grid-tile__primary{padding-bottom:calc(100%/.66667);}.mdc-grid-list--tile-aspect-4x3 .mdc-grid-tile__primary{padding-bottom:calc(100%/1.33333);}.mdc-grid-list--tile-aspect-3x4 .mdc-grid-tile__primary{padding-bottom:calc(100%/.75);}.mdc-grid-list--twoline-caption .mdc-grid-tile__secondary{height:68px;}.mdc-grid-list--header-caption .mdc-grid-tile__secondary{top:0;bottom:auto;}.mdc-grid-list--with-icon-align-start .mdc-grid-tile__secondary{padding-left:56px;padding-right:8px;}[dir="rtl"] .mdc-grid-list .mdc-grid-list--with-icon-align-start .mdc-grid-tile__secondary,.mdc-grid-list[dir="rtl"] .mdc-grid-list--with-icon-align-start .mdc-grid-tile__secondary{padding-left:8px;padding-right:56px;}.mdc-grid-list--with-icon-align-start .mdc-grid-tile__icon{left:16px;right:initial;font-size:24px;}[dir="rtl"] .mdc-grid-list .mdc-grid-list--with-icon-align-start .mdc-grid-tile__icon,.mdc-grid-list[dir="rtl"] .mdc-grid-list--with-icon-align-start .mdc-grid-tile__icon{left:initial;right:16px;}.mdc-grid-list--with-icon-align-end .mdc-grid-tile__secondary{padding-left:16px;padding-right:56px;}[dir="rtl"] .mdc-grid-list .mdc-grid-list--with-icon-align-end .mdc-grid-tile__secondary,.mdc-grid-list[dir="rtl"] .mdc-grid-list--with-icon-align-end .mdc-grid-tile__secondary{padding-left:56px;padding-right:16px;}.mdc-grid-list--with-icon-align-end .mdc-grid-tile__icon{left:initial;right:16px;font-size:24px;}[dir="rtl"] .mdc-grid-list .mdc-grid-list--with-icon-align-end .mdc-grid-tile__icon,.mdc-grid-list[dir="rtl"] .mdc-grid-list--with-icon-align-end .mdc-grid-tile__icon{left:16px;right:initial;}.mdc-grid-tile{display:block;position:relative;width:200px;width:var(--mdc-grid-list-tile-width,200px);}.mdc-grid-tile__primary{background-color:#fff;background-color:var(--mdc-theme-background,#fff);color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));position:relative;height:0;}.mdc-grid-tile__primary-content{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;}.mdc-grid-tile__secondary{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);color:#fff;color:var(--mdc-theme-text-primary-on-primary,#fff);position:absolute;bottom:0;box-sizing:border-box;height:48px;padding:16px;}.mdc-grid-tile__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin:0;padding:0;font-size:1rem;font-weight:500;line-height:1rem;}.mdc-grid-tile__support-text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin:0;margin-top:4px;padding:0;}.mdc-grid-tile__icon{position:absolute;top:calc(50% - 24px/2);font-size:0;}.mdc-icon-toggle{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;display:flex;position:relative;align-items:center;justify-content:center;box-sizing:border-box;width:48px;height:48px;padding:12px;outline:none;font-size:1.5rem;cursor:pointer;user-select:none;will-change:initial;}.mdc-icon-toggle::before,.mdc-icon-toggle::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-icon-toggle::before{transition:opacity 15ms linear;}.mdc-icon-toggle.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-icon-toggle.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-icon-toggle.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-icon-toggle.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-icon-toggle::before,.mdc-icon-toggle::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;}.mdc-icon-toggle.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-icon-toggle.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-icon-toggle.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);}.mdc-icon-toggle::before,.mdc-icon-toggle::after{background-color:#000;}.mdc-icon-toggle:hover::before{opacity:.04;}.mdc-icon-toggle:not(.mdc-ripple-upgraded):focus::before,.mdc-icon-toggle.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12;}.mdc-icon-toggle:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-icon-toggle:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16;}.mdc-icon-toggle.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16;}.mdc-icon-toggle--theme-dark.mdc-icon-toggle::before,.mdc-icon-toggle--theme-dark.mdc-icon-toggle::after,.mdc-theme--dark .mdc-icon-toggle::before,.mdc-theme--dark .mdc-icon-toggle::after{background-color:#fff;}.mdc-icon-toggle--theme-dark.mdc-icon-toggle:hover::before,.mdc-theme--dark .mdc-icon-toggle:hover::before{opacity:.08;}.mdc-icon-toggle--theme-dark.mdc-icon-toggle:not(.mdc-ripple-upgraded):focus::before,.mdc-icon-toggle--theme-dark.mdc-icon-toggle.mdc-ripple-upgraded--background-focused::before,.mdc-theme--dark .mdc-icon-toggle:not(.mdc-ripple-upgraded):focus::before,.mdc-theme--dark .mdc-icon-toggle.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-icon-toggle--theme-dark.mdc-icon-toggle:not(.mdc-ripple-upgraded)::after,.mdc-theme--dark .mdc-icon-toggle:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-icon-toggle--theme-dark.mdc-icon-toggle:not(.mdc-ripple-upgraded):active::after,.mdc-theme--dark .mdc-icon-toggle:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-icon-toggle--theme-dark.mdc-icon-toggle.mdc-ripple-upgraded,.mdc-theme--dark .mdc-icon-toggle.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-icon-toggle::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";}.mdc-icon-toggle--theme-dark,.mdc-theme--dark .mdc-icon-toggle{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-icon-toggle--primary{color:#1e88e5;color:var(--mdc-theme-primary,#1e88e5);}.mdc-icon-toggle--primary::before,.mdc-icon-toggle--primary::after{background-color:#1e88e5;}@supports not (-ms-ime-align:auto){.mdc-icon-toggle--primary::before,.mdc-icon-toggle--primary::after{background-color:var(--mdc-theme-primary,#1e88e5);}}.mdc-icon-toggle--primary:hover::before{opacity:.04;}.mdc-icon-toggle--primary:not(.mdc-ripple-upgraded):focus::before,.mdc-icon-toggle--primary.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12;}.mdc-icon-toggle--primary:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-icon-toggle--primary:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16;}.mdc-icon-toggle--primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16;}.mdc-icon-toggle--accent{color:#f06292;color:var(--mdc-theme-secondary,#f06292);}.mdc-icon-toggle--accent::before,.mdc-icon-toggle--accent::after{background-color:#f06292;}@supports not (-ms-ime-align:auto){.mdc-icon-toggle--accent::before,.mdc-icon-toggle--accent::after{background-color:var(--mdc-theme-secondary,#f06292);}}.mdc-icon-toggle--accent:hover::before{opacity:.08;}.mdc-icon-toggle--accent:not(.mdc-ripple-upgraded):focus::before,.mdc-icon-toggle--accent.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-icon-toggle--accent:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-icon-toggle--accent:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-icon-toggle--accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-icon-toggle--disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));pointer-events:none;}.mdc-icon-toggle--theme-dark.mdc-icon-toggle--disabled,.mdc-theme--dark .mdc-icon-toggle--disabled{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5));}:root{--mdc-layout-grid-margin-desktop:24px;--mdc-layout-grid-gutter-desktop:24px;--mdc-layout-grid-column-width-desktop:72px;--mdc-layout-grid-margin-tablet:16px;--mdc-layout-grid-gutter-tablet:16px;--mdc-layout-grid-column-width-tablet:72px;--mdc-layout-grid-margin-phone:16px;--mdc-layout-grid-gutter-phone:16px;--mdc-layout-grid-column-width-phone:72px;}@media(min-width:840px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:24px;padding:var(--mdc-layout-grid-margin-desktop,24px);}}@media(min-width:480px) and (max-width:839px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-tablet,16px);}}@media(max-width:479px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-phone,16px);}}@media(min-width:840px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-12px;margin:calc(var(--mdc-layout-grid-gutter-desktop,24px)/2*-1);}@supports (display:grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:24px;grid-gap:var(--mdc-layout-grid-gutter-desktop,24px);grid-template-columns:repeat(12,minmax(0,1fr));}}}@media(min-width:480px) and (max-width:839px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-tablet,16px)/2*-1);}@supports (display:grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-tablet,16px);grid-template-columns:repeat(8,minmax(0,1fr));}}}@media(max-width:479px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-phone,16px)/2*-1);}@supports (display:grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-phone,16px);grid-template-columns:repeat(4,minmax(0,1fr));}}}@media(min-width:840px){.mdc-layout-grid__cell{width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop,24px));box-sizing:border-box;margin:12px;margin:calc(var(--mdc-layout-grid-gutter-desktop,24px)/2);}@supports (display:grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4;}}@supports (display:grid){.mdc-layout-grid__cell{margin:0;}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:calc(8.33333% - 24px);width:calc(8.33333% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:auto;grid-column-end:span 1;}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:calc(16.66667% - 24px);width:calc(16.66667% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:auto;grid-column-end:span 2;}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{width:calc(25% - 24px);width:calc(25% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{width:auto;grid-column-end:span 3;}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:calc(41.66667% - 24px);width:calc(41.66667% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:auto;grid-column-end:span 5;}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{width:calc(50% - 24px);width:calc(50% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{width:auto;grid-column-end:span 6;}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{width:calc(58.33333% - 24px);width:calc(58.33333% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{width:auto;grid-column-end:span 7;}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:calc(66.66667% - 24px);width:calc(66.66667% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:auto;grid-column-end:span 8;}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:calc(75% - 24px);width:calc(75% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:auto;grid-column-end:span 9;}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:calc(83.33333% - 24px);width:calc(83.33333% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:auto;grid-column-end:span 10;}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:calc(91.66667% - 24px);width:calc(91.66667% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:auto;grid-column-end:span 11;}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:calc(100% - 24px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop,24px));}@supports (display:grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:auto;grid-column-end:span 12;}}}@media(min-width:480px) and (max-width:839px){.mdc-layout-grid__cell{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet,16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-tablet,16px)/2);}@supports (display:grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4;}}@supports (display:grid){.mdc-layout-grid__cell{margin:0;}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:calc(12.5% - 16px);width:calc(12.5% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:auto;grid-column-end:span 1;}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{width:auto;grid-column-end:span 2;}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:calc(37.5% - 16px);width:calc(37.5% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:auto;grid-column-end:span 3;}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:calc(62.5% - 16px);width:calc(62.5% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:auto;grid-column-end:span 5;}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:auto;grid-column-end:span 6;}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:calc(87.5% - 16px);width:calc(87.5% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:auto;grid-column-end:span 7;}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{width:auto;grid-column-end:span 8;}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:auto;grid-column-end:span 8;}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:auto;grid-column-end:span 8;}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:auto;grid-column-end:span 8;}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{width:auto;grid-column-end:span 8;}}}@media(max-width:479px){.mdc-layout-grid__cell{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-phone,16px)/2);}@supports (display:grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4;}}@supports (display:grid){.mdc-layout-grid__cell{margin:0;}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:auto;grid-column-end:span 1;}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:auto;grid-column-end:span 2;}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:auto;grid-column-end:span 3;}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:auto;grid-column-end:span 4;}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));}@supports (display:grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:auto;grid-column-end:span 4;}}}.mdc-layout-grid__cell--order-1{order:1;}.mdc-layout-grid__cell--order-2{order:2;}.mdc-layout-grid__cell--order-3{order:3;}.mdc-layout-grid__cell--order-4{order:4;}.mdc-layout-grid__cell--order-5{order:5;}.mdc-layout-grid__cell--order-6{order:6;}.mdc-layout-grid__cell--order-7{order:7;}.mdc-layout-grid__cell--order-8{order:8;}.mdc-layout-grid__cell--order-9{order:9;}.mdc-layout-grid__cell--order-10{order:10;}.mdc-layout-grid__cell--order-11{order:11;}.mdc-layout-grid__cell--order-12{order:12;}.mdc-layout-grid__cell--align-top{align-self:flex-start;}@supports (display:grid){.mdc-layout-grid__cell--align-top{align-self:start;}}.mdc-layout-grid__cell--align-middle{align-self:center;}.mdc-layout-grid__cell--align-bottom{align-self:flex-end;}@supports (display:grid){.mdc-layout-grid__cell--align-bottom{align-self:end;}}@media(min-width:840px){.mdc-layout-grid--fixed-column-width{width:1176px;width:calc(var(--mdc-layout-grid-column-width-desktop,72px)*12 + var(--mdc-layout-grid-gutter-desktop,24px)*11 + var(--mdc-layout-grid-margin-desktop,24px)*2);}}@media(min-width:480px) and (max-width:839px){.mdc-layout-grid--fixed-column-width{width:720px;width:calc(var(--mdc-layout-grid-column-width-tablet,72px)*8 + var(--mdc-layout-grid-gutter-tablet,16px)*7 + var(--mdc-layout-grid-margin-tablet,16px)*2);}}@media(max-width:479px){.mdc-layout-grid--fixed-column-width{width:368px;width:calc(var(--mdc-layout-grid-column-width-phone,72px)*4 + var(--mdc-layout-grid-gutter-phone,16px)*3 + var(--mdc-layout-grid-margin-phone,16px)*2);}}.mdc-layout-grid--align-left{margin-right:auto;margin-left:0;}.mdc-layout-grid--align-right{margin-right:0;margin-left:auto;}@keyframes primary-indeterminate-translate{0%{transform:translateX(0);}20%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(0);}59.15%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(83.67142%);}100%{transform:translateX(200.61106%);}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(.08);}36.65%{animation-timing-function:cubic-bezier(.33473,.12482,.78584,1);transform:scaleX(.08);}69.15%{animation-timing-function:cubic-bezier(.06,.11,.6,1);transform:scaleX(.66148);}100%{transform:scaleX(.08);}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(.15,0,.51506,.40969);transform:translateX(0);}25%{animation-timing-function:cubic-bezier(.31033,.28406,.8,.73371);transform:translateX(37.65191%);}48.35%{animation-timing-function:cubic-bezier(.4,.62704,.6,.90203);transform:translateX(84.38617%);}100%{transform:translateX(160.27778%);}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397);transform:scaleX(.08);}19.15%{animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432);transform:scaleX(.4571);}44.15%{animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179);transform:scaleX(.72796);}100%{transform:scaleX(.08);}}@keyframes buffering{to{transform:translateX(-10px);}}@keyframes primary-indeterminate-translate-reverse{0%{transform:translateX(0);}20%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(0);}59.15%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-83.67142%);}100%{transform:translateX(-200.61106%);}}@keyframes secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(.15,0,.51506,.40969);transform:translateX(0);}25%{animation-timing-function:cubic-bezier(.31033,.28406,.8,.73371);transform:translateX(-37.65191%);}48.35%{animation-timing-function:cubic-bezier(.4,.62704,.6,.90203);transform:translateX(-84.38617%);}100%{transform:translateX(-160.27778%);}}@keyframes buffering-reverse{to{transform:translateX(10px);}}.mdc-linear-progress{position:relative;width:100%;height:4px;transform:translateZ(0);transition:opacity 250ms 0ms cubic-bezier(.4,0,.6,1);overflow:hidden;}.mdc-linear-progress .mdc-linear-progress__bar-inner{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);}.mdc-linear-progress .mdc-linear-progress__buffering-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E");}.mdc-linear-progress .mdc-linear-progress__buffer{background-color:#e6e6e6;}.mdc-linear-progress__bar{position:absolute;width:100%;height:100%;animation:none;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(.4,0,.6,1);}.mdc-linear-progress__bar-inner{display:inline-block;position:absolute;width:100%;height:100%;animation:none;}.mdc-linear-progress__buffering-dots{position:absolute;width:100%;height:100%;animation:buffering 250ms infinite linear;background-repeat:repeat-x;background-size:10px 4px;}.mdc-linear-progress__buffer{position:absolute;width:100%;height:100%;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(.4,0,.6,1);}.mdc-linear-progress__primary-bar{transform:scaleX(0);}.mdc-linear-progress__secondary-bar{visibility:hidden;}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none;}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{left:-145.166611%;animation:primary-indeterminate-translate 2s infinite linear;}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:primary-indeterminate-scale 2s infinite linear;}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{left:-54.888891%;animation:secondary-indeterminate-translate 2s infinite linear;visibility:visible;}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:secondary-indeterminate-scale 2s infinite linear;}.mdc-linear-progress--reversed .mdc-linear-progress__bar,.mdc-linear-progress--reversed .mdc-linear-progress__buffer{right:0;transform-origin:center right;}.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{animation-name:primary-indeterminate-translate-reverse;}.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{animation-name:secondary-indeterminate-translate-reverse;}.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots{animation:buffering-reverse 250ms infinite linear;}.mdc-linear-progress--closed{opacity:0;}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{right:-145.166611%;left:auto;}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{right:-54.888891%;left:auto;}.mdc-list .mdc-list-divider,.mdc-list-group .mdc-list-divider{border-bottom-color:rgba(0,0,0,.12);}.mdc-list--theme-dark .mdc-list-divider,.mdc-theme--dark .mdc-list .mdc-list-divider,.mdc-list-group--theme-dark .mdc-list-divider,.mdc-theme--dark .mdc-list-group .mdc-list-divider{border-bottom-color:rgba(255,255,255,.2);}.mdc-list{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));margin:0;padding:8px 16px;line-height:1.5rem;list-style-type:none;}.mdc-list .mdc-list-item__secondary-text{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54));}.mdc-list .mdc-list-item__start-detail{background-color:transparent;}.mdc-list .mdc-list-item__start-detail{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38));}.mdc-list .mdc-list-item__end-detail{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38));}.mdc-list--theme-dark,.mdc-theme--dark .mdc-list{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-list--theme-dark .mdc-list-item__secondary-text,.mdc-theme--dark .mdc-list .mdc-list-item__secondary-text{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-list--theme-dark .mdc-list-item__start-detail,.mdc-theme--dark .mdc-list .mdc-list-item__start-detail{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-icon-on-dark,rgba(255,255,255,.5));}.mdc-list--theme-dark .mdc-list-item__end-detail,.mdc-theme--dark .mdc-list .mdc-list-item__end-detail{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.5));}.mdc-list--dense{padding-top:4px;padding-bottom:4px;font-size:.812rem;}.mdc-list-item{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;height:48px;}.mdc-list-item--selected,.mdc-list-item--activated{color:#1e88e5;color:var(--mdc-theme-primary,#1e88e5);}.mdc-list-item--selected .mdc-list-item__start-detail,.mdc-list-item--activated .mdc-list-item__start-detail{color:#1e88e5;color:var(--mdc-theme-primary,#1e88e5);}.mdc-list-item__start-detail{width:24px;height:24px;margin-left:0;margin-right:32px;display:inline-flex;align-items:center;justify-content:center;}[dir="rtl"] .mdc-list-item .mdc-list-item__start-detail,.mdc-list-item[dir="rtl"] .mdc-list-item__start-detail{margin-left:32px;margin-right:0;}.mdc-list-item__end-detail{width:24px;height:24px;margin-left:auto;margin-right:0;}[dir="rtl"] .mdc-list-item .mdc-list-item__end-detail,.mdc-list-item[dir="rtl"] .mdc-list-item__end-detail{margin-left:0;margin-right:auto;}.mdc-list-item__text{display:inline-flex;flex-direction:column;}.mdc-list-item__secondary-text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;}.mdc-list--dense .mdc-list-item__secondary-text{font-size:inherit;}.mdc-list--dense .mdc-list-item{height:40px;}.mdc-list--dense .mdc-list-item__start-detail{width:20px;height:20px;margin-left:0;margin-right:36px;}[dir="rtl"] .mdc-list-item .mdc-list--dense .mdc-list-item__start-detail,.mdc-list-item[dir="rtl"] .mdc-list--dense .mdc-list-item__start-detail{margin-left:36px;margin-right:0;}.mdc-list--dense .mdc-list-item__end-detail{width:20px;height:20px;}.mdc-list--avatar-list .mdc-list-item{height:56px;}.mdc-list--avatar-list .mdc-list-item__start-detail{width:40px;height:40px;margin-left:0;margin-right:16px;border-radius:50%;}[dir="rtl"] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__start-detail,.mdc-list-item[dir="rtl"] .mdc-list--avatar-list .mdc-list-item__start-detail{margin-left:16px;margin-right:0;}.mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list__item{height:48px;}.mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list__item__start-detail{width:36px;height:36px;margin-left:0;margin-right:20px;}[dir="rtl"] .mdc-list-item .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list__item__start-detail,.mdc-list-item[dir="rtl"] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list__item__start-detail{margin-left:20px;margin-right:0;}.mdc-list--two-line .mdc-list-item{height:72px;}.mdc-list--two-line.mdc-list--dense .mdc-list-item{height:60px;}a.mdc-list-item{color:inherit;text-decoration:none;}.mdc-list-item.mdc-ripple-upgraded{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;left:-16px;right:initial;position:relative;width:100%;padding:0 16px;overflow:hidden;}.mdc-list-item.mdc-ripple-upgraded::before,.mdc-list-item.mdc-ripple-upgraded::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-list-item.mdc-ripple-upgraded::before{transition:opacity 15ms linear;}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-list-item.mdc-ripple-upgraded::before,.mdc-list-item.mdc-ripple-upgraded::after{background-color:rgba(0,0,0,.06);opacity:0;}.mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):hover::before,.mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus::before,.mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active::after{transition-duration:85ms;opacity:.6;}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused::before{opacity:.99999;}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active-fill::before{transition-duration:120ms;opacity:1;}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::after{--mdc-ripple-fg-opacity:1;}.mdc-list-item.mdc-ripple-upgraded::before,.mdc-list-item.mdc-ripple-upgraded::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);}[dir="rtl"] .mdc-list-item.mdc-ripple-upgraded,.mdc-list-item.mdc-ripple-upgraded[dir="rtl"]{left:initial;right:-16px;}.mdc-list-item.mdc-ripple-upgraded:focus{outline:none;}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded::before,.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded::after{background-color:rgba(255,255,255,.12);opacity:0;}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):hover::before,.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus::before,.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):hover::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active::after{transition-duration:85ms;opacity:.6;}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused::before{opacity:.99999;}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active-fill::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active-fill::before{transition-duration:120ms;opacity:1;}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::after{--mdc-ripple-fg-opacity:1;}.mdc-list-divider{height:0;margin:0;border:none;border-bottom-width:1px;border-bottom-style:solid;}.mdc-list-divider--inset{margin-left:56px;margin-right:0;width:calc(100% - 56px);}[dir="rtl"] .mdc-list-group .mdc-list-divider--inset,.mdc-list-group[dir="rtl"] .mdc-list-divider--inset{margin-left:0;margin-right:56px;}.mdc-list-group{padding:0 16px;}.mdc-list-group .mdc-list-group__subheader{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));}.mdc-list-group--theme-dark .mdc-list-group__subheader,.mdc-theme--dark .mdc-list-group .mdc-list-group__subheader{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-list-group__subheader{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit;margin:.75rem 0;}.mdc-list-group .mdc-list{padding:0;}.mdc-simple-menu{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);display:none;position:absolute;box-sizing:border-box;min-width:170px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);margin:0;padding:0;transform:scale(0);transform-origin:top left;border-radius:2px;background-color:#fff;opacity:0;white-space:nowrap;overflow-x:hidden;overflow-y:auto;will-change:transform,opacity;z-index:4;}.mdc-simple-menu--theme-dark,.mdc-theme--dark .mdc-simple-menu{background-color:#424242;}.mdc-simple-menu:focus{outline:none;}.mdc-simple-menu--open{display:inline-block;transform:scale(1);opacity:1;}.mdc-simple-menu--animating{display:inline-block;transition:opacity .2s cubic-bezier(0,0,.2,1);overflow-y:hidden;}.mdc-simple-menu__items{box-sizing:border-box;overflow-x:hidden;overflow-y:auto;will-change:transform;}.mdc-simple-menu__items>*{opacity:0;}.mdc-simple-menu__items>.mdc-list-item{cursor:pointer;}.mdc-simple-menu--animating .mdc-simple-menu__items{overflow-y:hidden;}.mdc-simple-menu--animating .mdc-simple-menu__items>*{transition-duration:.3s;transition-property:opacity;transition-timing-function:cubic-bezier(0,0,.2,1);}.mdc-simple-menu--open .mdc-simple-menu__items>*{opacity:1;will-change:opacity;}[dir="rtl"] .mdc-simple-menu{transform-origin:top right;}.mdc-simple-menu--open-from-top-left{transform-origin:top left !important;}.mdc-simple-menu--open-from-top-right{transform-origin:top right !important;}.mdc-simple-menu--open-from-bottom-left{transform-origin:bottom left !important;}.mdc-simple-menu--open-from-bottom-right{transform-origin:bottom right !important;}.mdc-simple-menu .mdc-list-group,.mdc-simple-menu .mdc-list{padding:8px 0;}.mdc-simple-menu .mdc-list-item{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit;position:relative;padding:0 16px;outline:none;color:inherit;text-decoration:none;user-select:none;}.mdc-simple-menu--theme-dark.mdc-simple-menu .mdc-list-item,.mdc-theme--dark .mdc-simple-menu .mdc-list-item{color:#fff;}.mdc-simple-menu--theme-dark.mdc-simple-menu .mdc-list-divider,.mdc-theme--dark .mdc-simple-menu .mdc-list-divider{border-color:rgba(255,255,255,.12);}.mdc-simple-menu .mdc-list-item__start-detail{color:rgba(0,0,0,.54);}.mdc-simple-menu--theme-dark.mdc-simple-menu .mdc-list-item__start-detail,.mdc-theme--dark .mdc-simple-menu .mdc-list-item__start-detail{color:rgba(255,255,255,.54);}.mdc-simple-menu--selected.mdc-list-item,.mdc-simple-menu--selected.mdc-list-item .mdc-list-item__start-detail{color:#1e88e5;color:var(--mdc-theme-primary,#1e88e5);}.mdc-simple-menu .mdc-list-item::before{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 120ms cubic-bezier(0,0,.2,1);border-radius:inherit;background:currentColor;opacity:0;pointer-events:none;content:"";}.mdc-simple-menu .mdc-list-item:focus::before{opacity:.12;}.mdc-simple-menu .mdc-list-item:active::before{opacity:.18;}.mdc-simple-menu .mdc-list-item[aria-disabled="true"]{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));cursor:default;}.mdc-select--theme-dark .mdc-simple-menu .mdc-list-item[aria-disabled="true"],.mdc-theme--dark .mdc-simple-menu .mdc-list-item[aria-disabled="true"]{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5));}.mdc-simple-menu .mdc-list-item[aria-disabled="true"]:focus::before,.mdc-simple-menu .mdc-list-item[aria-disabled="true"]:active::before{opacity:0;}.mdc-menu-anchor{position:relative;overflow:visible;}.mdc-radio{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;display:inline-block;position:relative;flex:0 0 auto;box-sizing:border-box;width:40px;height:40px;padding:10px;cursor:pointer;will-change:opacity,transform,border-color,background-color,color;}.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.54);border-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));}.mdc-radio--theme-dark .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mdc-theme--dark .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(255,255,255,.7);border-color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#f06292;border-color:var(--mdc-theme-secondary,#f06292);}.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-radio .mdc-radio__background::before{background-color:#f06292;}@supports not (-ms-ime-align:auto){.mdc-radio .mdc-radio__background::before{background-color:var(--mdc-theme-secondary,#f06292);}}.mdc-radio::before,.mdc-radio::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-radio::before{transition:opacity 15ms linear;}.mdc-radio.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-radio.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-radio.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-radio.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-radio::before,.mdc-radio::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%;}.mdc-radio.mdc-ripple-upgraded::before{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-radio.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 25%));left:var(--mdc-ripple-left,calc(50% - 25%));width:var(--mdc-ripple-fg-size,50%);height:var(--mdc-ripple-fg-size,50%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-radio.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,50%);height:var(--mdc-ripple-fg-size,50%);}.mdc-radio::before,.mdc-radio::after{background-color:#f06292;}@supports not (-ms-ime-align:auto){.mdc-radio::before,.mdc-radio::after{background-color:var(--mdc-theme-secondary,#f06292);}}.mdc-radio:hover::before{opacity:.08;}.mdc-radio:not(.mdc-ripple-upgraded):focus::before,.mdc-radio.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-radio:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-radio:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-radio.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-radio.mdc-ripple-upgraded .mdc-radio__background::before{content:none;}.mdc-radio__background{display:inline-block;position:absolute;left:10px;box-sizing:border-box;width:50%;height:50%;}.mdc-radio__background::before{position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(0,0);transition:opacity 120ms 0ms cubic-bezier(.4,0,.6,1),transform 120ms 0ms cubic-bezier(.4,0,.6,1);border-radius:50%;opacity:0;pointer-events:none;content:"";}.mdc-radio__outer-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transition:border-color 120ms 0ms cubic-bezier(.4,0,.6,1);border-width:2px;border-style:solid;border-radius:50%;}.mdc-radio__inner-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transform:scale(0,0);transition:transform 120ms 0ms cubic-bezier(.4,0,.6,1),background-color 120ms 0ms cubic-bezier(.4,0,.6,1);border-radius:50%;}.mdc-radio__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1;}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),transform 120ms 0ms cubic-bezier(0,0,.2,1);}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color 120ms 0ms cubic-bezier(0,0,.2,1);}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform 120ms 0ms cubic-bezier(0,0,.2,1),background-color 120ms 0ms cubic-bezier(0,0,.2,1);}.mdc-radio--disabled{cursor:default;pointer-events:none;}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(.5);transition:transform 120ms 0ms cubic-bezier(0,0,.2,1),background-color 120ms 0ms cubic-bezier(0,0,.2,1);}.mdc-radio__native-control:disabled+.mdc-radio__background,[aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background{cursor:default;}.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,[aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.26);}.mdc-radio--theme-dark .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,.mdc-theme--dark .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio--theme-dark [aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle,.mdc-theme--dark [aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(255,255,255,.3);}.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,[aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle{background-color:rgba(0,0,0,.26);}.mdc-radio--theme-dark .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-theme--dark .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio--theme-dark [aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mdc-theme--dark [aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle{background-color:rgba(255,255,255,.3);}.mdc-radio__native-control:focus+.mdc-radio__background::before{transform:scale(2,2);transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),transform 120ms 0ms cubic-bezier(0,0,.2,1);opacity:.26;}.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;position:relative;outline:none;overflow:hidden;}.mdc-ripple-surface::before,.mdc-ripple-surface::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-ripple-surface::before{transition:opacity 15ms linear;}.mdc-ripple-surface.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-ripple-surface::before,.mdc-ripple-surface::after{background-color:#000;}.mdc-ripple-surface:hover::before{opacity:.04;}.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before,.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12;}.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16;}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16;}.mdc-ripple-surface::before,.mdc-ripple-surface::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;}.mdc-ripple-surface.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-ripple-surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]{overflow:visible;}.mdc-ripple-surface--primary::before,.mdc-ripple-surface--primary::after{background-color:#1e88e5;}@supports not (-ms-ime-align:auto){.mdc-ripple-surface--primary::before,.mdc-ripple-surface--primary::after{background-color:var(--mdc-theme-primary,#1e88e5);}}.mdc-ripple-surface--primary:hover::before{opacity:.04;}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus::before,.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12;}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16;}.mdc-ripple-surface--primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16;}.mdc-ripple-surface--accent::before,.mdc-ripple-surface--accent::after{background-color:#f06292;}@supports not (-ms-ime-align:auto){.mdc-ripple-surface--accent::before,.mdc-ripple-surface--accent::after{background-color:var(--mdc-theme-secondary,#f06292);}}.mdc-ripple-surface--accent:hover::before{opacity:.08;}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus::before,.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-ripple-surface--accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-select{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);display:inline-flex;position:relative;align-items:center;justify-content:flex-start;box-sizing:border-box;height:56px;border:none;border-radius:4px 4px 0 0;outline:none;background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;overflow:visible;}[dir="rtl"] .mdc-select,.mdc-select[dir="rtl"]{background-position:left 10px center;}.mdc-select:focus .mdc-select__bottom-line{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);transform:scaleY(2);}.mdc-select:focus .mdc-select__bottom-line::after{opacity:1;}.mdc-select--theme-dark .mdc-select,.mdc-theme--dark .mdc-select{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);background-color:rgba(255,255,255,.1);}.mdc-select__menu{position:fixed;top:0;left:0;max-height:100%;transform-origin:center center;z-index:4;}.mdc-select__surface{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));padding-left:16px;padding-right:26px;--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;display:flex;position:relative;flex-grow:1;width:100%;height:56px;border:none;border-radius:4px 4px 0 0;outline:none;background-color:rgba(0,0,0,.04);appearance:none;overflow:hidden;}[dir="rtl"] .mdc-select .mdc-select__surface,.mdc-select[dir="rtl"] .mdc-select__surface{padding-left:26px;padding-right:16px;}.mdc-select__surface::before,.mdc-select__surface::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-select__surface::before{transition:opacity 15ms linear;}.mdc-select__surface.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-select__surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-select__surface.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-select__surface.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-select__surface::before,.mdc-select__surface::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;}.mdc-select__surface.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-select__surface.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-select__surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);}.mdc-select__surface::before,.mdc-select__surface::after{background-color:#000;}.mdc-select__surface:hover::before{opacity:.04;}.mdc-select__surface:not(.mdc-ripple-upgraded):focus::before,.mdc-select__surface.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12;}.mdc-select__surface:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-select__surface:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16;}.mdc-select__surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16;}.mdc-select--theme-dark .mdc-select__surface::before,.mdc-select--theme-dark .mdc-select__surface::after,.mdc-theme--dark .mdc-select__surface::before,.mdc-theme--dark .mdc-select__surface::after{background-color:#fff;}.mdc-select--theme-dark .mdc-select__surface:hover::before,.mdc-theme--dark .mdc-select__surface:hover::before{opacity:.08;}.mdc-select--theme-dark .mdc-select__surface:not(.mdc-ripple-upgraded):focus::before,.mdc-select--theme-dark .mdc-select__surface.mdc-ripple-upgraded--background-focused::before,.mdc-theme--dark .mdc-select__surface:not(.mdc-ripple-upgraded):focus::before,.mdc-theme--dark .mdc-select__surface.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-select--theme-dark .mdc-select__surface:not(.mdc-ripple-upgraded)::after,.mdc-theme--dark .mdc-select__surface:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-select--theme-dark .mdc-select__surface:not(.mdc-ripple-upgraded):active::after,.mdc-theme--dark .mdc-select__surface:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-select--theme-dark .mdc-select__surface.mdc-ripple-upgraded,.mdc-theme--dark .mdc-select__surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-select__surface::-ms-expand{display:none;}.mdc-select__label{left:16px;right:initial;position:absolute;bottom:12px;transform-origin:left top;transition:transform 180ms cubic-bezier(.4,0,.2,1);color:rgba(0,0,0,.6);pointer-events:none;will-change:transform;}[dir="rtl"] .mdc-select__label,.mdc-select__label[dir="rtl"]{left:initial;right:16px;}.mdc-select--theme-dark .mdc-select__label,.mdc-theme--dark .mdc-select__label{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}[dir="rtl"] .mdc-select .mdc-select__label,.mdc-select[dir="rtl"] .mdc-select__label{transform-origin:right top;}.mdc-select__label--float-above{transform:translateY(-40%) scale(.75,.75);}.mdc-select__selected-text{display:flex;align-items:flex-end;margin-bottom:6px;transition:opacity 125ms 0ms cubic-bezier(.4,0,.6,1),transform 125ms 0ms cubic-bezier(.4,0,.6,1);white-space:nowrap;overflow:hidden;}.mdc-select--theme-dark .mdc-select__selected-text,.mdc-theme--dark .mdc-select__selected-text{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-select__bottom-line{position:absolute;bottom:0;left:0;width:100%;height:1px;transform:scaleY(1);transform-origin:bottom;transition:transform 180ms cubic-bezier(.4,0,.2,1);background-color:rgba(0,0,0,.5);}.mdc-select__bottom-line::after{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);position:absolute;bottom:-1px;left:0;width:100%;height:2px;transform:scaleX(0);transition:transform 180ms cubic-bezier(.4,0,.2,1);opacity:0;content:"";z-index:2;}.mdc-select__bottom-line--active::after{transform:scaleX(1);opacity:1;}.mdc-select__surface:focus~.mdc-select__bottom-line{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);transform:scaleY(2);}.mdc-select--open .mdc-select__selected-text{transform:translateY(8px);transition:opacity 125ms 125ms cubic-bezier(0,0,.2,1),transform 125ms 125ms cubic-bezier(0,0,.2,1);opacity:0;}.mdc-select--open .mdc-select__bottom-line{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);transform:scaleY(2);}.mdc-select--open .mdc-select__bottom-line::after{opacity:1;}.mdc-select--disabled,.mdc-select[disabled]{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);border-bottom-width:1px;border-bottom-style:dotted;opacity:.38;cursor:default;pointer-events:none;user-select:none;}.mdc-select--disabled .mdc-select__bottom-line,.mdc-select[disabled] .mdc-select__bottom-line{display:none;}.mdc-select--theme-dark.mdc-select--disabled,.mdc-theme--dark .mdc-select--disabled{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5));background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);border-bottom:1px dotted rgba(255,255,255,.38);}.mdc-select--theme-dark.mdc-select[disabled],.mdc-theme--dark .mdc-select[disabled]{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5));background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);border-bottom:1px dotted rgba(255,255,255,.38);}.mdc-select__menu .mdc-list-item{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));}.mdc-select__menu .mdc-list-item[aria-selected="true"]{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));}.mdc-select--theme-dark .mdc-select__menu .mdc-list-item,.mdc-theme--dark .mdc-select__menu .mdc-list-item{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-select--theme-dark .mdc-select__menu .mdc-list-item[aria-selected="true"],.mdc-theme--dark .mdc-select__menu .mdc-list-item[aria-selected="true"]{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-select__menu .mdc-list-group,.mdc-select__menu .mdc-list-group>.mdc-list-item:first-child{margin-top:12px;}.mdc-select__menu .mdc-list-group{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));font-weight:normal;}.mdc-select__menu .mdc-list-group .mdc-list-item{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));}.mdc-select--theme-dark .mdc-select__menu .mdc-list-group,.mdc-theme--dark .mdc-select__menu .mdc-list-group{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.5));}.mdc-select--theme-dark .mdc-select__menu .mdc-list-group .mdc-list-item,.mdc-theme--dark .mdc-select__menu .mdc-list-group .mdc-list-item{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-multi-select{border-color:rgba(0,0,0,.38);border-color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));width:250px;padding:0;border-width:1px;border-style:solid;outline:none;appearance:none;}.mdc-multi-select--theme-dark,.mdc-theme--dark .mdc-multi-select{border-color:rgba(255,255,255,.5);border-color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.5));}.mdc-multi-select .mdc-list-group{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));margin:16px 0 0;padding:0 0 0 16px;font-weight:normal;}.mdc-multi-select .mdc-list-group--theme-dark,.mdc-theme--dark .mdc-multi-select .mdc-list-group{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.5));}.mdc-multi-select .mdc-list-group:last-child{margin-bottom:16px;}.mdc-multi-select .mdc-list-group .mdc-list-divider{margin-left:-16px;}.mdc-multi-select .mdc-list-item{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));margin:0 0 0 -16px;padding:0 16px;}.mdc-multi-select .mdc-list-item--theme-dark,.mdc-theme--dark .mdc-multi-select .mdc-list-item{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-multi-select .mdc-list-item:first-child{margin-top:12px;}.mdc-multi-select .mdc-list-item:last-child{margin-bottom:8px;}.mdc-multi-select .mdc-list-item:checked{background-color:#fff;background-color:var(--mdc-theme-background,#fff);}.mdc-multi-select .mdc-list-item:checked--theme-dark,.mdc-theme--dark .mdc-multi-select .mdc-list-item:checked{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-multi-select .mdc-list-divider{margin-bottom:8px;padding-top:8px;font-size:0;}.mdc-multi-select:focus .mdc-list-item:checked{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);}.mdc-multi-select:focus .mdc-list-item:checked--theme-dark,.mdc-theme--dark .mdc-multi-select:focus .mdc-list-item:checked{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-select-scroll-lock{overflow:hidden;}@keyframes mdc-slider-emphasize{0%{animation-timing-function:ease-out;}50%{animation-timing-function:ease-in;transform:scale(.85);}100%{transform:scale(.571);}}.mdc-slider{position:relative;width:100%;height:48px;cursor:pointer;touch-action:pan-x;-webkit-tap-highlight-color:transparent;}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-container{background-color:rgba(240,98,146,.26);}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker::after,.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker-container::after{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb{fill:#f06292;fill:var(--mdc-theme-secondary,#f06292);stroke:#f06292;stroke:var(--mdc-theme-secondary,#f06292);}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__focus-ring{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));}.mdc-slider--disabled .mdc-slider__track{background-color:#9a9a9a;}.mdc-slider--disabled .mdc-slider__track-container{background-color:rgba(154,154,154,.26);}.mdc-slider--disabled .mdc-slider__track-marker::after,.mdc-slider--disabled .mdc-slider__track-marker-container::after{background-color:#9a9a9a;}.mdc-slider--disabled .mdc-slider__thumb{fill:#9a9a9a;stroke:#9a9a9a;}.mdc-slider--disabled .mdc-slider__thumb{stroke:white;stroke:var(--mdc-slider-bg-color-behind-component,white);}.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__track,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__track{background-color:#787878;}.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__track-container,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__track-container{background-color:rgba(120,120,120,.26);}.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__track-marker::after,.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__track-marker-container::after,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__track-marker::after,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__track-marker-container::after{background-color:#787878;}.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__thumb,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__thumb{fill:#787878;stroke:#787878;}.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__thumb,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__thumb{stroke:#333;stroke:var(--mdc-slider-bg-color-behind-component,#333);}.mdc-slider:focus{outline:none;}.mdc-slider__track-container{position:absolute;top:50%;width:100%;height:2px;overflow:hidden;}.mdc-slider__track{position:absolute;width:100%;height:100%;transform-origin:left top;will-change:transform;}[dir="rtl"] .mdc-slider .mdc-slider__track,.mdc-slider[dir="rtl"] .mdc-slider__track{transform-origin:right top;}.mdc-slider__track-marker-container{display:flex;margin-right:0;margin-left:-1px;visibility:hidden;}[dir="rtl"] .mdc-slider .mdc-slider__track-marker-container,.mdc-slider[dir="rtl"] .mdc-slider__track-marker-container{margin-right:-1px;margin-left:0;}.mdc-slider__track-marker-container::after{display:block;width:2px;height:2px;content:"";}.mdc-slider__track-marker{flex:1;}.mdc-slider__track-marker::after{display:block;width:2px;height:2px;content:"";}.mdc-slider__track-marker:first-child::after{width:3px;}.mdc-slider__thumb-container{position:absolute;top:15px;left:0;width:21px;height:100%;user-select:none;will-change:transform;}.mdc-slider__thumb{position:absolute;top:0;left:0;transform:scale(.571);transition:transform 100ms ease-out,fill 100ms ease-out,stroke 100ms ease-out;stroke-width:3.5;}.mdc-slider__focus-ring{width:21px;height:21px;transition:transform 266.67ms ease-out,opacity 266.67ms ease-out,background-color 266.67ms ease-out;border-radius:50%;opacity:0;}.mdc-slider__pin{display:flex;position:absolute;top:0;left:0;align-items:center;justify-content:center;width:26px;height:26px;margin-top:-2px;margin-left:-2px;transform:rotate(-45deg) scale(0) translate(0,0);transition:transform 100ms ease-out;border-radius:50% 50% 50% 0%;z-index:1;}.mdc-slider__pin-value-marker{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;font-weight:400;letter-spacing:.08em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;transform:rotate(45deg);}.mdc-slider--active .mdc-slider__thumb{transform:scale3d(1,1,1);}.mdc-slider--focus .mdc-slider__thumb{animation:mdc-slider-emphasize 266.67ms linear;}.mdc-slider--focus .mdc-slider__focus-ring{transform:scale3d(1.55,1.55,1.55);opacity:.25;}.mdc-slider--disabled{cursor:auto;}.mdc-slider--in-transit .mdc-slider__thumb{transition-delay:140ms;}.mdc-slider--in-transit .mdc-slider__thumb-container,.mdc-slider--in-transit .mdc-slider__track,.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__thumb-container,.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__track{transition:transform 80ms ease;}.mdc-slider--discrete.mdc-slider--active .mdc-slider__thumb{transform:scale(calc(12/21));}.mdc-slider--discrete.mdc-slider--active .mdc-slider__pin{transform:rotate(-45deg) scale(1) translate(19px,-20px);}.mdc-slider--discrete.mdc-slider--focus .mdc-slider__thumb{animation:none;}.mdc-slider--discrete.mdc-slider--display-markers .mdc-slider__track-marker-container{visibility:visible;}.mdc-snackbar{display:flex;position:fixed;bottom:0;left:50%;align-items:center;justify-content:flex-start;box-sizing:border-box;padding-right:24px;padding-left:24px;transform:translate(-50%,100%);transition:transform .25s 0ms cubic-bezier(.4,0,1,1);background-color:#323232;pointer-events:none;will-change:transform;}.mdc-snackbar--theme-dark .mdc-snackbar,.mdc-theme--dark .mdc-snackbar{background-color:#fafafa;}@media(max-width:599px){.mdc-snackbar{left:0;width:100%;transform:translate(0,100%);}}@media(min-width:600px){.mdc-snackbar{min-width:288px;max-width:568px;border-radius:2px;}}@media(min-width:600px){.mdc-snackbar--align-start{left:24px;right:initial;bottom:24px;transform:translate(0,200%);}[dir="rtl"] .mdc-snackbar--align-start,.mdc-snackbar--align-start[dir="rtl"]{left:initial;right:24px;}}@media(max-width:599px){.mdc-snackbar--align-start{bottom:0;left:0;width:100%;transform:translate(0,100%);}}.mdc-snackbar--active{transform:translate(0);transition:transform .25s 0ms cubic-bezier(0,0,.2,1);pointer-events:auto;}.mdc-snackbar--active:not(.mdc-snackbar--align-start){transform:translate(-50%,0);}@media(max-width:599px){.mdc-snackbar--active:not(.mdc-snackbar--align-start){bottom:0;left:0;width:100%;transform:translate(0);}}.mdc-snackbar__action-wrapper{padding-left:24px;padding-right:0;}[dir="rtl"] .mdc-snackbar__action-wrapper,.mdc-snackbar__action-wrapper[dir="rtl"]{padding-left:0;padding-right:24px;}.mdc-snackbar--action-on-bottom{flex-direction:column;}.mdc-snackbar--action-on-bottom .mdc-snackbar__text{margin-right:inherit;}.mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper{margin-left:auto;margin-right:0;flex-direction:column;justify-content:flex-start;margin-top:-12px;margin-bottom:8px;}[dir="rtl"] .mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper,.mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper[dir="rtl"]{margin-left:0;margin-right:auto;}.mdc-snackbar__text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;margin-left:0;margin-right:auto;display:flex;align-items:center;height:48px;transition:opacity .3s 0ms cubic-bezier(.4,0,1,1);opacity:0;color:#fff;}[dir="rtl"] .mdc-snackbar .mdc-snackbar__text,.mdc-snackbar[dir="rtl"] .mdc-snackbar__text{margin-left:auto;margin-right:0;}.mdc-snackbar--theme-dark .mdc-snackbar__text,.mdc-theme--dark .mdc-snackbar__text{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));}@media(min-width:600px){.mdc-snackbar__text{padding-left:0;padding-right:24px;}[dir="rtl"] .mdc-snackbar__text,.mdc-snackbar__text[dir="rtl"]{padding-left:24px;padding-right:0;}}.mdc-snackbar--multiline .mdc-snackbar__text{height:80px;}.mdc-snackbar--multiline.mdc-snackbar--action-on-bottom .mdc-snackbar__text{margin:0;}.mdc-snackbar__action-button{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:2.25rem;text-decoration:none;text-transform:uppercase;color:#f06292;color:var(--mdc-theme-secondary,#f06292);padding:0;transition:opacity .3s 0ms cubic-bezier(.4,0,1,1);border:none;outline:none;background-color:transparent;opacity:0;user-select:none;-webkit-appearance:none;visibility:hidden;}.mdc-snackbar--theme-dark .mdc-snackbar__action-button,.mdc-theme--dark .mdc-snackbar__action-button{color:#1e88e5;color:var(--mdc-theme-primary,#1e88e5);}.mdc-snackbar__action-button:hover{cursor:pointer;}.mdc-snackbar__action-button::-moz-focus-inner{border:0;}.mdc-snackbar__action-button:not([aria-hidden]){visibility:inherit;}.mdc-snackbar--active .mdc-snackbar__text,.mdc-snackbar--active .mdc-snackbar__action-button:not([aria-hidden]){transition:opacity .3s 0ms cubic-bezier(.4,0,1,1);opacity:1;}.mdc-switch{display:inline-block;position:relative;}.mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background::before{background-color:#000;}.mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob{background-color:#fafafa;}.mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob::before{background-color:#9e9e9e;}.mdc-switch--theme-dark .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background::before,.mdc-theme--dark .mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background::before{background-color:#fff;}.mdc-switch--theme-dark .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob,.mdc-theme--dark .mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob{background-color:#bdbdbd;}.mdc-switch--theme-dark .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob::before,.mdc-theme--dark .mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob::before{background-color:#f1f1f1;}.mdc-switch .mdc-switch__native-control:enabled:checked~.mdc-switch__background::before{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-switch .mdc-switch__native-control:enabled:checked~.mdc-switch__background .mdc-switch__knob{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-switch .mdc-switch__native-control:enabled:checked~.mdc-switch__background .mdc-switch__knob::before{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-switch__native-control{position:absolute;top:-14px;left:-14px;width:48px;height:48px;display:inline-block;margin-top:-3px;transition:transform 90ms cubic-bezier(.4,0,.2,1);opacity:0;cursor:pointer;z-index:2;}.mdc-switch__native-control:checked{transform:translateX(14px);}.mdc-switch__background{display:block;position:relative;width:34px;height:14px;border-radius:7px;outline:none;user-select:none;}.mdc-switch__background::before{display:block;position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1);border-radius:7px;opacity:.38;content:"";}.mdc-switch--theme-dark .mdc-switch__background::before,.mdc-theme--dark .mdc-switch__background::before{opacity:.3;}.mdc-switch__background .mdc-switch__knob{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);display:block;position:absolute;top:-3px;left:0;width:20px;height:20px;transform:translateX(0);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1);border-radius:10px;z-index:1;}.mdc-switch__background .mdc-switch__knob::before{position:absolute;top:-14px;left:-14px;width:48px;height:48px;transform:scale(0);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1);border-radius:24px;opacity:.2;content:"";}.mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob::before{position:absolute;width:48px;height:48px;transform:scale(1);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1);border-radius:24px;}.mdc-switch--theme-dark .mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob::before,.mdc-theme--dark .mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob::before{opacity:.14;}.mdc-switch__native-control:checked~.mdc-switch__background::before{opacity:.5;}.mdc-switch__native-control:checked~.mdc-switch__background .mdc-switch__knob{transform:translateX(14px);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1);}.mdc-switch__native-control:checked~.mdc-switch__background .mdc-switch__knob::before{opacity:.15;}.mdc-switch__native-control:disabled{cursor:initial;}.mdc-switch__native-control:disabled~.mdc-switch__background::before{background-color:#000;opacity:.12;}.mdc-switch--theme-dark .mdc-switch__native-control:disabled~.mdc-switch__background::before,.mdc-theme--dark .mdc-switch__native-control:disabled~.mdc-switch__background::before{background-color:#fff;opacity:.1;}.mdc-switch__native-control:disabled~.mdc-switch__background .mdc-switch__knob{background-color:#bdbdbd;}.mdc-switch--theme-dark .mdc-switch__native-control:disabled~.mdc-switch__background .mdc-switch__knob,.mdc-theme--dark .mdc-switch__native-control:disabled~.mdc-switch__background .mdc-switch__knob{background-color:#424242;}.mdc-tab{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit;display:table-cell;position:relative;box-sizing:border-box;min-width:160px;min-height:48px;padding:0 24px;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;overflow:hidden;vertical-align:middle;color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));}.mdc-tab:hover{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));}.mdc-tab:focus{outline-color:rgba(0,0,0,.54);outline-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));}.mdc-tab-bar--theme-dark .mdc-tab,.mdc-theme--dark .mdc-tab{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-tab-bar--theme-dark .mdc-tab:hover,.mdc-theme--dark .mdc-tab:hover{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-tab-bar--theme-dark .mdc-tab:focus,.mdc-theme--dark .mdc-tab:focus{outline-color:rgba(255,255,255,.7);outline-color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}@media screen and (max-width:600px){.mdc-tab{min-width:72px;padding:0 12px;}}.mdc-tab__icon{display:block;margin:0 auto;width:24px;height:24px;}.mdc-tab-bar--icons-with-text .mdc-tab__icon{margin-top:4px;}.mdc-tab__icon-text{display:block;margin:0 auto;}.mdc-tab__icon+.mdc-tab__icon-text{padding-top:6px;}.mdc-tab--active{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));}.mdc-tab-bar--theme-dark .mdc-tab--active,.mdc-theme--dark .mdc-tab--active{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-tab--active::before{bottom:0;}.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab{position:relative;}.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab::after{display:none;position:absolute;top:46px;left:0;width:calc(100% - 4px);height:2px;content:"";pointer-events:none;background-color:rgba(0,0,0,.87);background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));}.mdc-tab-bar--theme-dark.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab::after,.mdc-theme--dark .mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab::after{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-toolbar .mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab::after{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-primary,#fff);}.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab--active::after,.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab:active::after,.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab:hover::after{display:block;}.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab:not(.mdc-tab--active):hover::after{opacity:.38;}.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab--active,.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab:not(.mdc-tab--active):active::after{opacity:.87;}.mdc-tab-bar--icons-with-text:not(.mdc-tab-bar-upgraded) .mdc-tab::after{top:70px;}.mdc-tab.mdc-ripple-upgraded{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;}.mdc-tab.mdc-ripple-upgraded::before,.mdc-tab.mdc-ripple-upgraded::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-tab.mdc-ripple-upgraded::before{transition:opacity 15ms linear;}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-tab.mdc-ripple-upgraded::before,.mdc-tab.mdc-ripple-upgraded::after{background-color:#000;}.mdc-tab.mdc-ripple-upgraded:hover::before{opacity:.04;}.mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus::before,.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12;}.mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16;}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16;}.mdc-tab.mdc-ripple-upgraded::before,.mdc-tab.mdc-ripple-upgraded::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded::before,.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded::after,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded::before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded::after{background-color:#fff;}@supports not (-ms-ime-align:auto){.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded::before,.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded::after,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded::before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded::after{background-color:var(--mdc-theme-text-primary-on-dark,white);}}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:hover::before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:hover::before{opacity:.08;}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus::before,.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused::before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus::before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded)::after,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active::after,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded::before,.mdc-toolbar .mdc-tab.mdc-ripple-upgraded::after{background-color:#fff;}@supports not (-ms-ime-align:auto){.mdc-toolbar .mdc-tab.mdc-ripple-upgraded::before,.mdc-toolbar .mdc-tab.mdc-ripple-upgraded::after{background-color:var(--mdc-theme-text-primary-on-primary,white);}}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:hover::before{opacity:.08;}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus::before,.mdc-toolbar .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-tab.mdc-ripple-upgraded:focus{outline:none;}.mdc-tab-bar{display:table;position:relative;height:48px;margin:0 auto;text-transform:uppercase;}.mdc-tab-bar__indicator{position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:rgba(0,0,0,.87);background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));transform-origin:left top;transition:transform 240ms 0ms cubic-bezier(0,0,.2,1);will-change:transform;visibility:hidden;}.mdc-tab-bar--theme-dark .mdc-tab-bar__indicator,.mdc-theme--dark .mdc-tab-bar__indicator{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-toolbar .mdc-tab-bar .mdc-tab{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-primary,rgba(255,255,255,.7));}.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar .mdc-tab,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar .mdc-tab{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-toolbar .mdc-tab-bar .mdc-tab--active,.mdc-toolbar .mdc-tab-bar .mdc-tab:hover{color:#fff;color:var(--mdc-theme-text-primary-on-primary,#fff);}.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar .mdc-tab--active,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar .mdc-tab--active,.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar .mdc-tab:hover,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar .mdc-tab:hover{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-toolbar .mdc-tab-bar .mdc-tab-bar__indicator{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-primary,#fff);}.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar .mdc-tab-bar__indicator,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar .mdc-tab-bar__indicator{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-tab-bar--icons-with-text{height:72px;}.mdc-tab-bar--indicator-primary .mdc-tab-bar__indicator,.mdc-toolbar .mdc-tab-bar--indicator-primary .mdc-tab-bar__indicator{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);}.mdc-tab-bar--theme-dark .mdc-tab-bar--indicator-primary .mdc-tab-bar__indicator,.mdc-theme--dark .mdc-tab-bar--indicator-primary .mdc-tab-bar__indicator,.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar--indicator-primary .mdc-tab-bar__indicator,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar--indicator-primary .mdc-tab-bar__indicator{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);}.mdc-tab-bar--indicator-primary.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab::after,.mdc-toolbar .mdc-tab-bar--indicator-primary.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab::after{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);}.mdc-tab-bar--indicator-accent .mdc-tab-bar__indicator,.mdc-toolbar .mdc-tab-bar--indicator-accent .mdc-tab-bar__indicator{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-tab-bar--theme-dark .mdc-tab-bar--indicator-accent .mdc-tab-bar__indicator,.mdc-theme--dark .mdc-tab-bar--indicator-accent .mdc-tab-bar__indicator,.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar--indicator-accent .mdc-tab-bar__indicator,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar--indicator-accent .mdc-tab-bar__indicator{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-tab-bar--indicator-accent.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab::after,.mdc-toolbar .mdc-tab-bar--indicator-accent.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab::after{background-color:#f06292;background-color:var(--mdc-theme-secondary,#f06292);}.mdc-tab-bar-scroller{display:flex;align-items:center;box-sizing:border-box;width:100%;background-color:inherit;overflow:hidden;}.mdc-tab-bar-scroller__scroll-frame{display:flex;position:relative;flex:1;justify-content:flex-start;overflow:hidden;}.mdc-tab-bar-scroller__scroll-frame__tabs{transition:transform 240ms 0ms cubic-bezier(0,0,.2,1);will-change:transform;}.mdc-tab-bar-scroller__indicator{display:flex;align-items:center;justify-content:center;width:48px;cursor:pointer;visibility:hidden;color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));}.mdc-tab-bar--theme-dark .mdc-tab-bar-scroller__indicator,.mdc-theme--dark .mdc-tab-bar-scroller__indicator{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-tab-bar-scroller__indicator:hover{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));}.mdc-tab-bar--theme-dark .mdc-tab-bar-scroller__indicator:hover,.mdc-theme--dark .mdc-tab-bar-scroller__indicator:hover{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);}.mdc-tab-bar-scroller__indicator__inner{color:inherit;text-decoration:inherit;cursor:inherit;}.mdc-tab-bar-scroller__indicator__inner:focus{outline-color:inherit;}[dir="rtl"] .mdc-tab-bar-scroller .mdc-tab-bar-scroller__indicator__inner,.mdc-tab-bar-scroller[dir="rtl"] .mdc-tab-bar-scroller__indicator__inner{transform:rotate(180deg);}.mdc-tab-bar-scroller__indicator__inner:hover{color:inherit;}.mdc-tab-bar--theme-dark .mdc-tab-bar-scroller__indicator__inner:hover,.mdc-theme--dark .mdc-tab-bar-scroller__indicator__inner:hover{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-tab-bar-scroller__indicator--enabled{visibility:visible;}.mdc-text-field__bottom-line{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);position:absolute;bottom:0;left:0;width:100%;height:2px;transform:scaleX(0);transition:transform 180ms cubic-bezier(.4,0,.2,1),opacity 180ms cubic-bezier(.4,0,.2,1);opacity:0;z-index:2;}.mdc-text-field__bottom-line--active{transform:scaleX(1);}.mdc-text-field .mdc-text-field__input:focus~.mdc-text-field__bottom-line{opacity:1;}.mdc-text-field-helper-text{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));margin:0;transition:opacity 180ms cubic-bezier(.4,0,.2,1);opacity:0;font-size:.75rem;will-change:opacity;}.mdc-text-field-helper-text--theme-dark,.mdc-theme--dark .mdc-text-field-helper-text{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.5));}.mdc-text-field+.mdc-text-field-helper-text{margin-bottom:8px;}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial;}@keyframes invalid-shake-float-above-standard{0%{transform:translateX(0) translateY(-100%) scale(.75,.75);}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(10px) translateY(-100%) scale(.75,.75);}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-5px) translateY(-100%) scale(.75,.75);}100%{transform:translateX(0) translateY(-100%) scale(.75,.75);}}@keyframes invalid-shake-float-above-box{0%{transform:translateX(0) translateY(-50%) scale(.75,.75);}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(10px) translateY(-50%) scale(.75,.75);}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-5px) translateY(-50%) scale(.75,.75);}100%{transform:translateX(0) translateY(-50%) scale(.75,.75);}}.mdc-text-field{display:inline-block;position:relative;margin-bottom:8px;will-change:opacity,transform,color;}.mdc-text-field__input{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;letter-spacing:.04em;width:100%;padding:0 0 8px;transition:opacity 180ms cubic-bezier(.4,0,.2,1);border:none;border-bottom:1px solid rgba(0,0,0,.5);background:none;font-size:inherit;appearance:none;}.mdc-text-field__input::placeholder{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));transition:color 180ms cubic-bezier(.4,0,.2,1);opacity:1;}.mdc-text-field__input:hover{border-color:#000;}.mdc-text-field__input:focus{outline:none;}.mdc-text-field__input:focus::placeholder{color:rgba(255,255,255,.3);}.mdc-text-field__input:invalid{box-shadow:none;}.mdc-text-field__input--theme-dark,.mdc-theme--dark .mdc-text-field__input{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);border-bottom:1px solid rgba(255,255,255,.5);}.mdc-text-field__input--theme-dark:hover,.mdc-theme--dark .mdc-text-field__input:hover{border-bottom:1px solid #fff;}.mdc-text-field__input--theme-dark::placeholder,.mdc-theme--dark .mdc-text-field__input::placeholder{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.5));}.mdc-text-field__input--theme-dark:focus::placeholder,.mdc-theme--dark .mdc-text-field__input:focus::placeholder{color:rgba(0,0,0,.38);}.mdc-text-field__label{position:absolute;bottom:8px;left:0;transform-origin:left top;transition:transform 180ms cubic-bezier(.4,0,.2,1),color 180ms cubic-bezier(.4,0,.2,1);color:rgba(0,0,0,.5);cursor:text;}[dir="rtl"] .mdc-text-field .mdc-text-field__label,.mdc-text-field[dir="rtl"] .mdc-text-field__label{right:0;left:auto;transform-origin:right top;}.mdc-text-field--theme-dark .mdc-text-field__label,.mdc-theme--dark .mdc-text-field__label{color:rgba(255,255,255,.6);}.mdc-text-field__label--float-above{transform:translateY(-100%) scale(.75,.75);cursor:auto;}.mdc-text-field__input:-webkit-autofill+.mdc-text-field__label{transform:translateY(-100%) scale(.75,.75);cursor:auto;}.mdc-text-field--box{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;border-radius:4px 4px 0 0;display:inline-flex;position:relative;height:56px;background-color:rgba(0,0,0,.04);overflow:hidden;}.mdc-text-field--box::before,.mdc-text-field--box::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:transform,opacity;}.mdc-text-field--box::before{transition:opacity 15ms linear;}.mdc-text-field--box.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;}.mdc-text-field--box.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);}.mdc-text-field--box.mdc-ripple-upgraded--foreground-activation::after{animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;}.mdc-text-field--box.mdc-ripple-upgraded--foreground-deactivation::after{animation:150ms mdc-ripple-fg-opacity-out;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));}.mdc-text-field--box::before,.mdc-text-field--box::after{background-color:rgba(0,0,0,.87);}@supports not (-ms-ime-align:auto){.mdc-text-field--box::before,.mdc-text-field--box::after{background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));}}.mdc-text-field--box:hover::before{opacity:.04;}.mdc-text-field--box:not(.mdc-ripple-upgraded):focus::before,.mdc-text-field--box:not(.mdc-ripple-upgraded):focus-within::before,.mdc-text-field--box.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12;}.mdc-text-field--box:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-text-field--box:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16;}.mdc-text-field--box.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16;}.mdc-text-field--box::before,.mdc-text-field--box::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;}.mdc-text-field--box.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-text-field--box.mdc-ripple-upgraded--unbounded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);transform:scale(var(--mdc-ripple-fg-scale,0));}.mdc-text-field--box.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%);}.mdc-text-field--theme-dark.mdc-text-field--box,.mdc-theme--dark .mdc-text-field--box{background-color:rgba(255,255,255,.1);}.mdc-text-field--theme-dark.mdc-text-field--box::before,.mdc-text-field--theme-dark.mdc-text-field--box::after,.mdc-theme--dark .mdc-text-field--box::before,.mdc-theme--dark .mdc-text-field--box::after{background-color:#fff;}@supports not (-ms-ime-align:auto){.mdc-text-field--theme-dark.mdc-text-field--box::before,.mdc-text-field--theme-dark.mdc-text-field--box::after,.mdc-theme--dark .mdc-text-field--box::before,.mdc-theme--dark .mdc-text-field--box::after{background-color:var(--mdc-theme-text-primary-on-dark,white);}}.mdc-text-field--theme-dark.mdc-text-field--box:hover::before,.mdc-theme--dark .mdc-text-field--box:hover::before{opacity:.08;}.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded):focus::before,.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded):focus-within::before,.mdc-text-field--theme-dark.mdc-text-field--box.mdc-ripple-upgraded--background-focused::before,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded):focus::before,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded):focus-within::before,.mdc-theme--dark .mdc-text-field--box.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24;}.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded)::after,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear;}.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded):active::after,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32;}.mdc-text-field--theme-dark.mdc-text-field--box.mdc-ripple-upgraded,.mdc-theme--dark .mdc-text-field--box.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32;}.mdc-text-field--box .mdc-text-field__input{align-self:flex-end;box-sizing:border-box;height:100%;padding:20px 16px 0;}.mdc-text-field--box .mdc-text-field__label{left:16px;right:initial;position:absolute;bottom:20px;width:calc(100% - 48px);color:rgba(0,0,0,.6);text-overflow:ellipsis;white-space:nowrap;pointer-events:none;overflow:hidden;will-change:transform;}[dir="rtl"] .mdc-text-field--box .mdc-text-field__label,.mdc-text-field--box .mdc-text-field__label[dir="rtl"]{left:initial;right:16px;}.mdc-text-field--theme-dark .mdc-text-field--box .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--box .mdc-text-field__label{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-text-field--box .mdc-text-field__label--float-above{transform:translateY(-50%) scale(.75,.75);}.mdc-text-field--box .mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-box 250ms 1;}.mdc-text-field--box.mdc-text-field--disabled{color:rgba(255,255,255,.3);border-bottom:none;background-color:rgba(0,0,0,.02);}.mdc-text-field--theme-dark.mdc-text-field--box.mdc-text-field--disabled,.mdc-theme--dark .mdc-text-field--box.mdc-text-field--disabled{background-color:#303030;color:rgba(0,0,0,.38);border-bottom:none;}.mdc-text-field--box.mdc-text-field--disabled .mdc-text-field__label{bottom:20px;}.mdc-text-field--box.mdc-text-field--disabled .mdc-text-field__icon{color:rgba(0,0,0,.3);}.mdc-text-field--box.mdc-text-field--disabled .mdc-text-field__icon--theme-dark,.mdc-theme--dark .mdc-text-field--box.mdc-text-field--disabled .mdc-text-field__icon{color:rgba(255,255,255,.3);}.mdc-text-field--box.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 0;}.mdc-text-field--box.mdc-text-field--dense .mdc-text-field__label{left:12px;right:initial;bottom:20px;}[dir="rtl"] .mdc-text-field--box.mdc-text-field--dense .mdc-text-field__label,.mdc-text-field--box.mdc-text-field--dense .mdc-text-field__label[dir="rtl"]{left:initial;right:12px;}.mdc-text-field--box.mdc-text-field--dense .mdc-text-field__label--float-above{transform:translateY(calc(-75% - 2px)) scale(.923,.923);}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:absolute;bottom:16px;cursor:pointer;}.mdc-text-field--theme-dark .mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-theme--dark .mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--theme-dark .mdc-text-field--with-trailing-icon .mdc-text-field__icon,.mdc-theme--dark .mdc-text-field--with-trailing-icon .mdc-text-field__icon{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7));}.mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:48px;padding-right:15px;}[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input,.mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"]{padding-left:15px;padding-right:48px;}.mdc-text-field--with-leading-icon .mdc-text-field__icon{left:15px;right:initial;}[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"]{left:initial;right:15px;}.mdc-text-field--with-leading-icon .mdc-text-field__label{left:48px;right:initial;}[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__label,.mdc-text-field--with-leading-icon .mdc-text-field__label[dir="rtl"]{left:initial;right:48px;}.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:15px;padding-right:48px;}[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input,.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"]{padding-left:48px;padding-right:15px;}.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:initial;right:15px;}[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"]{left:15px;right:initial;}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none;}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{bottom:16px;transform:scale(.8);}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:38px;padding-right:12px;}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"]{padding-left:12px;padding-right:38px;}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:initial;}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"]{left:initial;right:12px;}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__label{left:38px;right:initial;}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__label,.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__label[dir="rtl"]{left:initial;right:38px;}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:12px;padding-right:38px;}[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"]{padding-left:38px;padding-right:12px;}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:initial;right:12px;}[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"]{left:12px;right:initial;}.mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box){display:inline-flex;position:relative;align-items:flex-end;box-sizing:border-box;margin-top:16px;}.mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box):not(.mdc-text-field--textarea){height:48px;}.mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box) .mdc-text-field__label{pointer-events:none;}.mdc-text-field--invalid .mdc-text-field__label,.mdc-text-field--invalid-custom .mdc-text-field__label{color:#d50000;}.mdc-text-field--invalid .mdc-text-field__input,.mdc-text-field--invalid-custom .mdc-text-field__input{border-color:#d50000;}.mdc-text-field--invalid .mdc-text-field__bottom-line,.mdc-text-field--invalid-custom .mdc-text-field__bottom-line{background-color:#d50000;}.mdc-text-field--invalid.mdc-text-field--textarea,.mdc-text-field--textarea.mdc-text-field--invalid-custom{border-color:#d50000;}.mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-standard 250ms 1;}.mdc-text-field--dense{margin-top:12px;margin-bottom:4px;font-size:.813rem;}.mdc-text-field--dense .mdc-text-field__label--float-above{transform:translateY(calc(-100% - 2px)) scale(.923,.923);}.mdc-text-field--disabled{pointer-events:none;}.mdc-text-field--disabled .mdc-text-field__input{border-bottom:1px dotted rgba(35,31,32,.26);}.mdc-text-field--theme-dark.mdc-text-field--disabled .mdc-text-field__input,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__input{border-bottom:1px dotted rgba(255,255,255,.3);}.mdc-text-field--disabled .mdc-text-field__input,.mdc-text-field--disabled .mdc-text-field__label,.mdc-text-field--disabled+.mdc-text-field-helper-text{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));}.mdc-text-field--theme-dark .mdc-text-field--disabled .mdc-text-field__input,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__input,.mdc-text-field--theme-dark .mdc-text-field--disabled .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__label{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5));}.mdc-text-field--theme-dark.mdc-text-field--disabled+.mdc-text-field-helper-text,.mdc-theme--dark .mdc-text-field--disabled+.mdc-text-field-helper-text{color:rgba(255,255,255,.5);color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5));}.mdc-text-field--disabled .mdc-text-field__label{bottom:8px;cursor:default;}.mdc-text-field__input:required+.mdc-text-field__label::after{margin-left:1px;content:"*";}.mdc-text-field--focused .mdc-text-field__input:required+.mdc-text-field__label::after{color:#d50000;}.mdc-text-field--theme-dark.mdc-text-field--focused .mdc-text-field__input:required+.mdc-text-field__label::after,.mdc-theme--dark .mdc-text-field--focused .mdc-text-field__input:required+.mdc-text-field__label::after{color:#ff6e6e;}.mdc-text-field--textarea{border-radius:4px;display:flex;height:initial;transition:none;border:1px solid rgba(0,0,0,.73);overflow:hidden;}.mdc-text-field--textarea .mdc-text-field__label{border-radius:4px 4px 0 0;}.mdc-text-field--textarea .mdc-text-field__input{border-radius:2px;}.mdc-text-field--theme-dark .mdc-text-field--textarea,.mdc-theme--dark .mdc-text-field--textarea{border-color:#fff;}.mdc-text-field--textarea .mdc-text-field__input{padding:16px;padding-top:32px;border:1px solid transparent;}.mdc-text-field--textarea .mdc-text-field__input:focus{border-color:#1e88e5;border-color:var(--mdc-theme-primary,#1e88e5);}.mdc-text-field--textarea .mdc-text-field__input:invalid:not(:focus){border-color:#d50000;}.mdc-text-field--theme-dark .mdc-text-field--textarea .mdc-text-field__input:hover,.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__input:hover{border-bottom-color:transparent;}.mdc-text-field--theme-dark .mdc-text-field--textarea .mdc-text-field__input:focus,.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__input:focus{border-color:#f06292;border-color:var(--mdc-theme-secondary,#f06292);}.mdc-text-field--theme-dark .mdc-text-field--textarea .mdc-text-field__input:invalid:not(:focus),.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__input:invalid:not(:focus){border-color:#ff6e6e;}.mdc-text-field--textarea .mdc-text-field__label{left:1px;right:initial;top:18px;bottom:auto;padding:8px 16px;background-color:#fff;}[dir="rtl"] .mdc-text-field--textarea .mdc-text-field__label,.mdc-text-field--textarea .mdc-text-field__label[dir="rtl"]{left:initial;right:1px;}.mdc-text-field--theme-dark .mdc-text-field--textarea .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__label{background-color:#303030;}.mdc-text-field--textarea .mdc-text-field__label--float-above{transform:translateY(-50%) scale(.923,.923);}.mdc-text-field--textarea.mdc-text-field--disabled{border-style:solid;border-color:rgba(35,31,32,.26);background-color:#f9f9f9;}.mdc-text-field--theme-dark .mdc-text-field--textarea.mdc-text-field--disabled,.mdc-theme--dark .mdc-text-field--textarea.mdc-text-field--disabled{border-color:rgba(255,255,255,.3);background-color:#2f2f2f;}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__label{background-color:#f9f9f9;}.mdc-text-field--theme-dark .mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__label{background-color:#2f2f2f;}.mdc-text-field--textarea:not(.mdc-text-field--upgraded) .mdc-text-field__input{padding-top:16px;}.mdc-text-field--textarea.mdc-text-field--focused{border-color:#1e88e5;border-color:var(--mdc-theme-primary,#1e88e5);}.mdc-text-field--fullwidth{width:100%;}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea){display:block;box-sizing:border-box;height:56px;margin:0;border:none;border-bottom:1px solid rgba(0,0,0,.12);outline:none;}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{width:100%;height:100%;padding:0;resize:none;border:none !important;}.mdc-text-field--fullwidth--theme-dark,.mdc-theme--dark .mdc-text-field--fullwidth{border-bottom:1px solid rgba(255,255,255,.12);}.mdc-text-field:not(.mdc-text-field--upgraded):not(.mdc-text-field--textarea) .mdc-text-field__input{transition:border-bottom-color 180ms cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(0,0,0,.12);}.mdc-text-field:not(.mdc-text-field--upgraded) .mdc-text-field__input:focus{border-color:#1e88e5;border-color:var(--mdc-theme-primary,#1e88e5);}.mdc-text-field:not(.mdc-text-field--upgraded) .mdc-text-field__input:disabled{color:rgba(0,0,0,.38);border-bottom-style:dotted;}.mdc-text-field:not(.mdc-text-field--upgraded) .mdc-text-field__input:invalid:not(:focus){border-color:#d50000;}.mdc-text-field--theme-dark:not(.mdc-text-field--upgraded) .mdc-text-field__input:not(:focus),.mdc-theme--dark .mdc-text-field:not(.mdc-text-field--upgraded) .mdc-text-field__input:not(:focus){border-color:rgba(255,255,255,.12);}.mdc-text-field--theme-dark:not(.mdc-text-field--upgraded) .mdc-text-field__input:disabled,.mdc-theme--dark .mdc-text-field:not(.mdc-text-field--upgraded) .mdc-text-field__input:disabled{color:rgba(0,0,0,.38);border-color:rgba(255,255,255,.3);background-color:#2f2f2f;}.mdc-text-field--theme-dark:not(.mdc-text-field--upgraded) .mdc-text-field__input:invalid:not(:focus),.mdc-theme--dark .mdc-text-field:not(.mdc-text-field--upgraded) .mdc-text-field__input:invalid:not(:focus){border-color:#ff6e6e;}.mdc-text-field--box:not(.mdc-text-field--upgraded){height:56px;}.mdc-text-field--box:not(.mdc-text-field--upgraded)::before,.mdc-text-field--box:not(.mdc-text-field--upgraded)::after{border-radius:0;}.mdc-text-field--box:not(.mdc-text-field--upgraded) .mdc-text-field__input{padding-top:0;}.mdc-text-field--dense+.mdc-text-field-helper-text{margin-bottom:4px;}.mdc-text-field--focused+.mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1;}.mdc-text-field--box+.mdc-text-field-helper-text{margin-right:16px;margin-left:16px;}.mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg,.mdc-text-field--invalid-custom+.mdc-text-field-helper-text--validation-msg{opacity:1;color:#d50000;}.mdc-text-field--theme-dark.mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg,.mdc-text-field--theme-dark.mdc-text-field--invalid-custom+.mdc-text-field-helper-text--validation-msg,.mdc-theme--dark .mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg,.mdc-theme--dark .mdc-text-field--invalid-custom+.mdc-text-field-helper-text--validation-msg{color:#ff6e6e;}.mdc-form-field>.mdc-text-field+label{align-self:flex-start;}:root{--mdc-theme-primary:#1e88e5;--mdc-theme-primary-light:#5eaaec;--mdc-theme-primary-dark:#1363a8;--mdc-theme-secondary:#f06292;--mdc-theme-secondary-light:#f6a3bf;--mdc-theme-secondary-dark:#ea2165;--mdc-theme-background:#fff;--mdc-theme-text-primary-on-primary:white;--mdc-theme-text-secondary-on-primary:rgba(255,255,255,.7);--mdc-theme-text-hint-on-primary:rgba(255,255,255,.5);--mdc-theme-text-disabled-on-primary:rgba(255,255,255,.5);--mdc-theme-text-icon-on-primary:rgba(255,255,255,.5);--mdc-theme-text-primary-on-primary-light:rgba(0,0,0,.87);--mdc-theme-text-secondary-on-primary-light:rgba(0,0,0,.54);--mdc-theme-text-hint-on-primary-light:rgba(0,0,0,.38);--mdc-theme-text-disabled-on-primary-light:rgba(0,0,0,.38);--mdc-theme-text-icon-on-primary-light:rgba(0,0,0,.38);--mdc-theme-text-primary-on-primary-dark:white;--mdc-theme-text-secondary-on-primary-dark:rgba(255,255,255,.7);--mdc-theme-text-hint-on-primary-dark:rgba(255,255,255,.5);--mdc-theme-text-disabled-on-primary-dark:rgba(255,255,255,.5);--mdc-theme-text-icon-on-primary-dark:rgba(255,255,255,.5);--mdc-theme-text-primary-on-secondary:rgba(0,0,0,.87);--mdc-theme-text-secondary-on-secondary:rgba(0,0,0,.54);--mdc-theme-text-hint-on-secondary:rgba(0,0,0,.38);--mdc-theme-text-disabled-on-secondary:rgba(0,0,0,.38);--mdc-theme-text-icon-on-secondary:rgba(0,0,0,.38);--mdc-theme-text-primary-on-secondary-light:rgba(0,0,0,.87);--mdc-theme-text-secondary-on-secondary-light:rgba(0,0,0,.54);--mdc-theme-text-hint-on-secondary-light:rgba(0,0,0,.38);--mdc-theme-text-disabled-on-secondary-light:rgba(0,0,0,.38);--mdc-theme-text-icon-on-secondary-light:rgba(0,0,0,.38);--mdc-theme-text-primary-on-secondary-dark:white;--mdc-theme-text-secondary-on-secondary-dark:rgba(255,255,255,.7);--mdc-theme-text-hint-on-secondary-dark:rgba(255,255,255,.5);--mdc-theme-text-disabled-on-secondary-dark:rgba(255,255,255,.5);--mdc-theme-text-icon-on-secondary-dark:rgba(255,255,255,.5);--mdc-theme-text-primary-on-background:rgba(0,0,0,.87);--mdc-theme-text-secondary-on-background:rgba(0,0,0,.54);--mdc-theme-text-hint-on-background:rgba(0,0,0,.38);--mdc-theme-text-disabled-on-background:rgba(0,0,0,.38);--mdc-theme-text-icon-on-background:rgba(0,0,0,.38);--mdc-theme-text-primary-on-light:rgba(0,0,0,.87);--mdc-theme-text-secondary-on-light:rgba(0,0,0,.54);--mdc-theme-text-hint-on-light:rgba(0,0,0,.38);--mdc-theme-text-disabled-on-light:rgba(0,0,0,.38);--mdc-theme-text-icon-on-light:rgba(0,0,0,.38);--mdc-theme-text-primary-on-dark:white;--mdc-theme-text-secondary-on-dark:rgba(255,255,255,.7);--mdc-theme-text-hint-on-dark:rgba(255,255,255,.5);--mdc-theme-text-disabled-on-dark:rgba(255,255,255,.5);--mdc-theme-text-icon-on-dark:rgba(255,255,255,.5);}.mdc-theme--background{background-color:#fff;background-color:var(--mdc-theme-background,#fff);}.mdc-theme--primary{color:#1e88e5 !important;color:var(--mdc-theme-primary,#1e88e5) !important;}.mdc-theme--primary-light{color:#5eaaec !important;color:var(--mdc-theme-primary-light,#5eaaec) !important;}.mdc-theme--primary-dark{color:#1363a8 !important;color:var(--mdc-theme-primary-dark,#1363a8) !important;}.mdc-theme--secondary{color:#f06292 !important;color:var(--mdc-theme-secondary,#f06292) !important;}.mdc-theme--secondary-light{color:#f6a3bf !important;color:var(--mdc-theme-secondary-light,#f6a3bf) !important;}.mdc-theme--secondary-dark{color:#ea2165 !important;color:var(--mdc-theme-secondary-dark,#ea2165) !important;}.mdc-theme--text-primary-on-primary{color:#fff !important;color:var(--mdc-theme-text-primary-on-primary,#fff) !important;}.mdc-theme--text-secondary-on-primary{color:rgba(255,255,255,.7) !important;color:var(--mdc-theme-text-secondary-on-primary,rgba(255,255,255,.7)) !important;}.mdc-theme--text-hint-on-primary{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-hint-on-primary,rgba(255,255,255,.5)) !important;}.mdc-theme--text-disabled-on-primary{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-disabled-on-primary,rgba(255,255,255,.5)) !important;}.mdc-theme--text-icon-on-primary{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-icon-on-primary,rgba(255,255,255,.5)) !important;}.mdc-theme--text-primary-on-primary-light{color:rgba(0,0,0,.87) !important;color:var(--mdc-theme-text-primary-on-primary-light,rgba(0,0,0,.87)) !important;}.mdc-theme--text-secondary-on-primary-light{color:rgba(0,0,0,.54) !important;color:var(--mdc-theme-text-secondary-on-primary-light,rgba(0,0,0,.54)) !important;}.mdc-theme--text-hint-on-primary-light{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-hint-on-primary-light,rgba(0,0,0,.38)) !important;}.mdc-theme--text-disabled-on-primary-light{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-disabled-on-primary-light,rgba(0,0,0,.38)) !important;}.mdc-theme--text-icon-on-primary-light{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-icon-on-primary-light,rgba(0,0,0,.38)) !important;}.mdc-theme--text-primary-on-primary-dark{color:#fff !important;color:var(--mdc-theme-text-primary-on-primary-dark,#fff) !important;}.mdc-theme--text-secondary-on-primary-dark{color:rgba(255,255,255,.7) !important;color:var(--mdc-theme-text-secondary-on-primary-dark,rgba(255,255,255,.7)) !important;}.mdc-theme--text-hint-on-primary-dark{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-hint-on-primary-dark,rgba(255,255,255,.5)) !important;}.mdc-theme--text-disabled-on-primary-dark{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-disabled-on-primary-dark,rgba(255,255,255,.5)) !important;}.mdc-theme--text-icon-on-primary-dark{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-icon-on-primary-dark,rgba(255,255,255,.5)) !important;}.mdc-theme--text-primary-on-secondary{color:rgba(0,0,0,.87) !important;color:var(--mdc-theme-text-primary-on-secondary,rgba(0,0,0,.87)) !important;}.mdc-theme--text-secondary-on-secondary{color:rgba(0,0,0,.54) !important;color:var(--mdc-theme-text-secondary-on-secondary,rgba(0,0,0,.54)) !important;}.mdc-theme--text-hint-on-secondary{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-hint-on-secondary,rgba(0,0,0,.38)) !important;}.mdc-theme--text-disabled-on-secondary{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-disabled-on-secondary,rgba(0,0,0,.38)) !important;}.mdc-theme--text-icon-on-secondary{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-icon-on-secondary,rgba(0,0,0,.38)) !important;}.mdc-theme--text-primary-on-secondary-light{color:rgba(0,0,0,.87) !important;color:var(--mdc-theme-text-primary-on-secondary-light,rgba(0,0,0,.87)) !important;}.mdc-theme--text-secondary-on-secondary-light{color:rgba(0,0,0,.54) !important;color:var(--mdc-theme-text-secondary-on-secondary-light,rgba(0,0,0,.54)) !important;}.mdc-theme--text-hint-on-secondary-light{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-hint-on-secondary-light,rgba(0,0,0,.38)) !important;}.mdc-theme--text-disabled-on-secondary-light{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-disabled-on-secondary-light,rgba(0,0,0,.38)) !important;}.mdc-theme--text-icon-on-secondary-light{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-icon-on-secondary-light,rgba(0,0,0,.38)) !important;}.mdc-theme--text-primary-on-secondary-dark{color:#fff !important;color:var(--mdc-theme-text-primary-on-secondary-dark,#fff) !important;}.mdc-theme--text-secondary-on-secondary-dark{color:rgba(255,255,255,.7) !important;color:var(--mdc-theme-text-secondary-on-secondary-dark,rgba(255,255,255,.7)) !important;}.mdc-theme--text-hint-on-secondary-dark{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-hint-on-secondary-dark,rgba(255,255,255,.5)) !important;}.mdc-theme--text-disabled-on-secondary-dark{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-disabled-on-secondary-dark,rgba(255,255,255,.5)) !important;}.mdc-theme--text-icon-on-secondary-dark{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-icon-on-secondary-dark,rgba(255,255,255,.5)) !important;}.mdc-theme--text-primary-on-background{color:rgba(0,0,0,.87) !important;color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87)) !important;}.mdc-theme--text-secondary-on-background{color:rgba(0,0,0,.54) !important;color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54)) !important;}.mdc-theme--text-hint-on-background{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38)) !important;}.mdc-theme--text-disabled-on-background{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-disabled-on-background,rgba(0,0,0,.38)) !important;}.mdc-theme--text-icon-on-background{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38)) !important;}.mdc-theme--text-primary-on-light{color:rgba(0,0,0,.87) !important;color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87)) !important;}.mdc-theme--text-secondary-on-light{color:rgba(0,0,0,.54) !important;color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54)) !important;}.mdc-theme--text-hint-on-light{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38)) !important;}.mdc-theme--text-disabled-on-light{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38)) !important;}.mdc-theme--text-icon-on-light{color:rgba(0,0,0,.38) !important;color:var(--mdc-theme-text-icon-on-light,rgba(0,0,0,.38)) !important;}.mdc-theme--text-primary-on-dark{color:#fff !important;color:var(--mdc-theme-text-primary-on-dark,#fff) !important;}.mdc-theme--text-secondary-on-dark{color:rgba(255,255,255,.7) !important;color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7)) !important;}.mdc-theme--text-hint-on-dark{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.5)) !important;}.mdc-theme--text-disabled-on-dark{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5)) !important;}.mdc-theme--text-icon-on-dark{color:rgba(255,255,255,.5) !important;color:var(--mdc-theme-text-icon-on-dark,rgba(255,255,255,.5)) !important;}.mdc-theme--primary-bg{background-color:#1e88e5 !important;background-color:var(--mdc-theme-primary,#1e88e5) !important;}.mdc-theme--primary-light-bg{background-color:#5eaaec !important;background-color:var(--mdc-theme-primary-light,#5eaaec) !important;}.mdc-theme--primary-dark-bg{background-color:#1363a8 !important;background-color:var(--mdc-theme-primary-dark,#1363a8) !important;}.mdc-theme--secondary-bg{background-color:#f06292 !important;background-color:var(--mdc-theme-secondary,#f06292) !important;}.mdc-theme--secondary-light-bg{background-color:#f6a3bf !important;background-color:var(--mdc-theme-secondary-light,#f6a3bf) !important;}.mdc-theme--secondary-dark-bg{background-color:#ea2165 !important;background-color:var(--mdc-theme-secondary-dark,#ea2165) !important;}.mdc-toolbar{background-color:#1e88e5;background-color:var(--mdc-theme-primary,#1e88e5);color:#fff;color:var(--mdc-theme-text-primary-on-primary,#fff);display:flex;position:relative;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;}.mdc-toolbar__row{display:flex;position:relative;align-items:center;box-sizing:border-box;width:100%;height:auto;min-height:64px;}@media(max-width:959px) and (orientation:landscape){.mdc-toolbar__row{min-height:48px;}}@media(max-width:599px){.mdc-toolbar__row{min-height:56px;}}.mdc-toolbar__section{display:inline-flex;flex:1;align-items:flex-start;justify-content:center;min-width:0;height:100%;z-index:1;}.mdc-toolbar__section--align-start{justify-content:flex-start;order:-1;}.mdc-toolbar__section--align-end{justify-content:flex-end;order:1;}.mdc-toolbar__title{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:2rem;text-decoration:inherit;text-transform:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-left:24px;margin-right:0;align-self:center;padding:16px 0;line-height:1.5rem;z-index:1;}[dir="rtl"] .mdc-toolbar__title,.mdc-toolbar__title[dir="rtl"]{margin-left:0;margin-right:24px;}.mdc-toolbar__icon{display:flex;align-items:center;justify-content:center;padding:16px;border:none;background-color:inherit;color:inherit;text-decoration:none;color:#fff;color:var(--mdc-theme-text-primary-on-primary,#fff);padding-right:12px;padding-left:12px;cursor:pointer;}.mdc-toolbar__icon:last-of-type{padding-left:12px;padding-right:24px;}[dir="rtl"] .mdc-toolbar__icon:last-of-type,.mdc-toolbar__icon:last-of-type[dir="rtl"]{padding-left:24px;padding-right:12px;}.mdc-toolbar__menu-icon{display:flex;align-items:center;justify-content:center;padding:16px;border:none;background-color:inherit;color:inherit;text-decoration:none;color:#fff;color:var(--mdc-theme-text-primary-on-primary,#fff);padding-right:24px;padding-left:24px;cursor:pointer;}.mdc-toolbar__menu-icon+.mdc-toolbar__title{margin-left:8px;margin-right:0;}[dir="rtl"] .mdc-toolbar__menu-icon+.mdc-toolbar__title,.mdc-toolbar__menu-icon+.mdc-toolbar__title[dir="rtl"]{margin-left:0;margin-right:8px;}@media(max-width:599px){.mdc-toolbar__title{margin-left:16px;margin-right:0;}[dir="rtl"] .mdc-toolbar__title,.mdc-toolbar__title[dir="rtl"]{margin-left:0;margin-right:16px;}.mdc-toolbar__icon{padding-right:8px;padding-left:8px;}.mdc-toolbar__icon:last-of-type{padding-left:8px;padding-right:16px;}[dir="rtl"] .mdc-toolbar__icon:last-of-type,.mdc-toolbar__icon:last-of-type[dir="rtl"]{padding-left:16px;padding-right:8px;}.mdc-toolbar__menu-icon{padding-right:16px;padding-left:16px;}.mdc-toolbar__menu-icon+.mdc-toolbar__title{margin-left:16px;margin-right:0;}[dir="rtl"] .mdc-toolbar__menu-icon+.mdc-toolbar__title,.mdc-toolbar__menu-icon+.mdc-toolbar__title[dir="rtl"]{margin-left:0;margin-right:16px;}}.mdc-toolbar--fixed{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);position:fixed;top:0;left:0;z-index:4;}.mdc-toolbar--flexible{--mdc-toolbar-ratio-to-extend-flexible:4;}.mdc-toolbar--flexible .mdc-toolbar__row:first-child{height:256px;height:calc(64px*var(--mdc-toolbar-ratio-to-extend-flexible,4));}@media(max-width:599px){.mdc-toolbar--flexible .mdc-toolbar__row:first-child{height:224px;height:calc(56px*var(--mdc-toolbar-ratio-to-extend-flexible,4));}}.mdc-toolbar--flexible .mdc-toolbar__row:first-child::after{position:absolute;content:"";}.mdc-toolbar--flexible-default-behavior .mdc-toolbar__title{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:2.125rem;font-weight:400;letter-spacing:normal;line-height:2.5rem;text-decoration:inherit;text-transform:inherit;align-self:flex-end;line-height:1.5rem;}.mdc-toolbar--flexible-default-behavior .mdc-toolbar__row:first-child::after{top:0;left:0;width:100%;height:100%;transition:opacity .2s ease;opacity:1;}.mdc-toolbar--flexible-default-behavior.mdc-toolbar--flexible-space-minimized .mdc-toolbar__row:first-child::after{opacity:0;}.mdc-toolbar--flexible-default-behavior.mdc-toolbar--flexible-space-minimized .mdc-toolbar__title{font-weight:500;}.mdc-toolbar--waterfall.mdc-toolbar--fixed{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);will-change:box-shadow;}.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--flexible-space-minimized{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);}.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--flexible-space-minimized{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);}.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);}.mdc-toolbar-fixed-adjust{margin-top:64px;}@media(max-width:959px) and (max-height:599px){.mdc-toolbar-fixed-adjust{margin-top:48px;}}@media(max-width:599px){.mdc-toolbar-fixed-adjust{margin-top:56px;}}.mdc-toolbar__section--shrink-to-fit{flex:none;}.mdc-typography{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}.mdc-typography--display4{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:7rem;font-weight:300;letter-spacing:-.04em;line-height:7rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--display4{margin:-1rem 0 3.5rem -.085em;}.mdc-typography--display3{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:3.5rem;font-weight:400;letter-spacing:-.02em;line-height:3.5rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--display3{margin:-8px 0 64px -.07em;}.mdc-typography--display2{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:2.813rem;font-weight:400;letter-spacing:normal;line-height:3rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--display2{margin:-.5rem 0 4rem -.07em;}.mdc-typography--display1{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:2.125rem;font-weight:400;letter-spacing:normal;line-height:2.5rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--display1{margin:-.5rem 0 4rem -.07em;}.mdc-typography--headline{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.5rem;font-weight:400;letter-spacing:normal;line-height:2rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--headline{margin:-.5rem 0 1rem -.06em;}.mdc-typography--title{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:2rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--title{margin:-.5rem 0 1rem -.05em;}.mdc-typography--subheading2{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--subheading2{margin:-.5rem 0 1rem -.06em;}.mdc-typography--subheading1{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.938rem;font-weight:400;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--subheading1{margin:-.313rem 0 .813rem -.06em;}.mdc-typography--body2{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--body2{margin:-.25rem 0 .75rem 0;}.mdc-typography--body1{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--body1{margin:-.25rem 0 .75rem 0;}.mdc-typography--caption{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;font-weight:400;letter-spacing:.08em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;}.mdc-typography--adjust-margin.mdc-typography--caption{margin:-.5rem 0 1rem -.04em;}.mdc-typography--button{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:2.25rem;text-decoration:none;text-transform:uppercase;}.mdc-typography--adjust-margin.mdc-typography--button{margin:inherit;}.html{overflow:hidden;font-size:100%;}.mdc-ripple-surface.mdc-ripple-upgraded.mdc-button--primary::before,.mdc-ripple-surface.mdc-ripple-upgraded.mdc-button--primary::after{background-color:rgba(255,255,255,.2);}.toolbar-sitename{text-decoration:none;color:#fff;display:flex;}.mdc-fab-a{text-decoration:none;}.FazerLogin a{text-decoration:none;padding-right:30px;}.system-content{display:flex;flex:1 1 auto;height:100%;box-sizing:border-box;}.full-content{margin-right:0;overflow-y:scroll;position:absolute;bottom:0;top:0;right:0;left:0;background-color:#eceff1;}.full-content .mdc-card{background-color:#fff;}.titulo-antes-card{align-items:center;color:rgba(0,0,0,.54);display:flex;height:24px;margin-bottom:10px;}.label-antes-card{font-weight:700;}.form-not-primary{text-align:right;}.pre-card-com-icone{display:flex;align-items:center;}.pre-card-com-icone .material-icons{color:#808080;padding-left:25px;}.botao-card-title{color:#808080;vertical-align:middle;}.right-content{margin-right:0;overflow-y:scroll;position:absolute;bottom:0;top:0;right:0;left:240px;background-color:#eceff1;}.right-content .mdc-card{background-color:#fff;}.menu-user{position:absolute;right:8px;top:56px;margin:70px 20px 8px 20px;}.system-main{padding:0 16px;margin-top:48px;}.conteudo-centralizado{margin:0 auto;max-width:1200px;padding:80px 114px;}.menu-user-Barra-Acoes{background:#f5f5f5;border-top:1px solid #ccc;}.left-content{display:flex;flex-direction:column;position:absolute;top:0;bottom:0;left:0;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);}.left-content .mdc-list-item{white-space:normal;}.drawer{flex:1 1 auto;overflow:scroll;overflow-x:hidden;}.left-footer{box-shadow:0 -1px 0 rgba(0,0,0,.12);background-color:#373435;}.brasao{width:150px;padding:10px;display:block;margin:0 auto;}.menu-user-Barra-Acoes-button{border:1px solid #c6c6c6;}.drawer-home{background-color:#eee;}.avatar{height:32px;width:32px;border-radius:50%;margin:8px 20px 8px 20px;}.toggle-avatar{outline:none;}.mdc-button-MinhaConta{margin:10px 0 0 0;}.capitalize{text-transform:capitalize !important;}.uppercase{text-transform:uppercase !important;}.subheader{color:rgba(0,0,0,.38);font-size:12px;padding:0 16px;letter-spacing:.5px;width:100%;}.copyright{color:rgba(255,255,255,.75);font-size:12px;padding:0 16px;letter-spacing:.5px;width:100%;}.avatarExpandido{border-radius:50%;}.email{color:#666;}.feature-bar{padding:8px 10px 0 24px;}.feature-bar-section{align-items:baseline;}.subfeature-bar{min-height:36px;}.feature-title{font-size:20px;font-weight:400;line-height:24px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}.feature-title-badge{background-color:rgba(255,255,255,.25);border-radius:2px;color:#fff;cursor:default;font-size:12px;font-weight:500;letter-spacing:.5px;line-height:16px;margin-left:8px;margin-right:24px;padding:2px 6px;position:relative;text-transform:uppercase;}.ajuda-icon{color:rgba(255,255,255,.7);text-decoration:none;}.ajuda-icon:hover{color:#fff;}.back-icon{color:rgba(255,255,255,.7);text-decoration:none;padding-right:10px;}.back-icon:hover{color:#fff;}.back-icon-padrao{color:rgba(0,0,0,.7);text-decoration:none;padding-right:10px;}.back-icon-padrao:hover{color:#000;}@media(min-width:599px){.mobile-show{display:none;}}@media(max-width:599px){.mobile-hide{display:none;}.right-content{left:0;}}@media(max-width:959px) and (orientation:landscape){.mdc-toolbar-fixed-adjust{margin-top:55px;}}*::-webkit-scrollbar{width:10px;}*::-webkit-scrollbar,*::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:0 0 6px rgba(0,0,0,.3);}*::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid #708090;}.toolbar-sitename button{outline:none;}.sup{vertical-align:super;font-size:smaller;letter-spacing:-1px;margin-left:-5px;font-weight:500;}.site-logo{border:none;background:none;font-size:45px;color:rgba(0,0,0,.654);}.site-logo-name{margin-left:0;font-weight:300;letter-spacing:0;}.demo-theme--custom-light-bg{background-color:#ddd;}.demo-theme__text-styles{display:inline-flex;box-sizing:border-box;padding:16px;border:1px solid #f0f0f0;align-items:center;flex-direction:column;}.mdc-list-group .mdc-list .acadmin-menue-sublist{padding-left:40px;}.material-icons.fa{font-size:20px;vertical-align:super;}.left-content .mdc-list-item__start-detail{margin-right:5px;}.mdc-list-item__start-detail.mdc-list-item__graphic{display:inline-flex;}.full-width{width:100%;}.select-system{padding:7px 16px;}.select-system a{outline:none;}.select-system .select-system-text{color:rgba(255,255,255,.7);display:flex;}.select-system .select-system-text:hover{color:#fff;}.select-ambiente{padding:0 16px;}.select-ambiente a{outline:none;}.select-ambiente .select-system-text{color:rgba(255,255,255,.7);display:flex;}.select-ambiente .select-system-text:hover{color:#fff;}.form-icons{display:inline-table;}.form-field-acao-filho{margin-left:32px;}.mdc-card__header{background:#f5f5f5;justify-content:flex-end;}.mdl-data-table__icons{white-space:nowrap;}.material-icons-text-inline{vertical-align:middle !important;}.bloco-paginacao{display:flex;background-color:#f5f5f5;border-top:1px solid rgba(0,0,0,.08);color:rgba(0,0,0,.54);font-size:12px;height:56px;padding-left:24px;padding-right:10px;justify-content:flex-end;align-items:center;}.select-paginacao{margin-right:20px;margin-left:10px;}.select-paginacao .mdc-select__bottom-line{display:none;}.select-paginacao .mdc-select__surface{padding-right:10px;background-color:transparent;}.select-paginacao .mdc-select__selected-text{font-size:12px;align-self:center;margin-bottom:0;}.botao-paginacao{margin-left:16px;padding-left:4px;padding-right:4px;color:rgba(0,0,0,.54);min-width:24px;}.quantodequanto-paginacao{margin:0 12px;}.icone-paginacao{vertical-align:inherit;}.mdc-textfield--with-leading-icon .mdc-textfield__icon,.mdc-textfield--with-trailing-icon .mdc-textfield__icon{position:absolute;bottom:16px;cursor:pointer;}.mdc-textfield--with-leading-icon .mdc-textfield__label{left:48px;right:initial;}.mdc-textfield--with-leading-icon .mdc-textfield__input{padding-left:48px;padding-right:15px;}.mdc-textfield--with-leading-icon .mdc-textfield__icon{left:15px;right:initial;}.search-bar-sistemas .search-bar-card-actions-start{width:100%;}.search-bar-sistemas .search-bar-card-actions-start .search-bar-text{padding-left:48px;}.no-display{display:none;}.mdc-card .search-header{align-items:center;justify-content:space-between;padding:0 8px 0 0;border-bottom-color:rgba(0,0,0,.12);border-bottom-width:1px;border-bottom-style:solid;position:relative;}.mdc-card .search-header.search-header{padding:0;}.mdc-card .search-header .pesquisa-sup{position:absolute;float:left;width:100%;z-index:10;background-color:#fff;}.mdc-card .search-header .pesquisa-sup .mdc-text-field--box{background-color:#fff;}.mdc-card .search-header .pesquisa-sup .mdc-text-field--box:hover{background-color:#fff !important;}.mdc-card .search-header .pesquisa-sup .mdc-text-field--box:hover::before{opacity:0;}.mdc-card .search-header .search-bar-card-actions-start{width:100%;margin-right:8px;}.mdc-card .search-header .search-bar-card-actions-full{width:100%;}.mdc-card .search-header .search-bar-card-actions-end{display:flex;align-items:center;}.mdc-card .search-header .search-bar-text-block{border:none;}.mdc-card .search-header .search-bar-text{padding-left:48px;}.mdc-card .search-header .search-bar-text:focus::placeholder{color:#000;opacity:1;}.mdc-card .search-header .search-bar-button{margin-right:8px;padding:0 24px 0 16px;white-space:nowrap;}.mdc-card .search-header.search-header-fix{padding:0 0 0 0;}.mdc-card .search-header.search-header-fix .search-bar-card-actions-start{margin-right:0;}.mdc-card .search-subheader{display:flex;align-items:center;}.mdc-card .table-inside-card{border:0 solid rgba(0,0,0,.12);white-space:normal;}.mdc-card .table-inside-card .table-inside-card-header{background:#f5f5f5;}.mdc-card .table-inside-card .table-inside-card-header .table-header-one-button{width:100%;text-align:right;}.mdc-card .table-inside-card .table-inside-card-header .table-inside-card-header-button{text-align:right;}.mdc-card .table-inside-card .table-inside-card-header .table-header-title{width:100%;text-align:left;}.mdc-card .table-inside-card .material-icons{color:#808080;}.mdc-card .table-inside-card .material-icons.attention{color:#f00;}.listagem-mensagens-alternativas{text-align:center;}.icon-button{padding:0 4px 0;}.nome-e-seleciona-papel{display:flex;align-items:center;}.select-papel{margin-left:15px;margin-right:5px;}.app-fab--absolute.app-fab--absolute{position:fixed;bottom:1rem;right:1rem;background-color:#1e88e5;color:#fff;z-index:4;text-decoration:none;}@media(min-width:1024px){.app-fab--absolute.app-fab--absolute{bottom:1.5rem;right:1.5rem;}}.card-modulo{cursor:pointer;}.card-modulo .card-modulo-icon{float:right;font-size:40px;padding-top:8px;}.card-modulo .card-modulo-icon .material-icons{font-size:45px;}.section-divider{margin:0;border:none;border-bottom-color:rgba(0,0,0,.12);border-bottom-width:1px;border-bottom-style:solid;}.logo-image{background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:0;background-color:#0080a5;border:none;display:inline-block;min-width:170px;min-height:170px;position:fixed;top:250px;right:50px;}.botao-logo{padding-top:140px;padding-left:140px;color:#fff;}#overview-wrapper{margin:24px;display:flex;flex-flow:row wrap;align-content:left;justify-content:left;}#overview-wrapper .overview-card{max-width:21.875rem;margin:10px;min-width:230px;}.logo-image-overview{max-width:170px;min-height:170px;}.mdc-card-sistema-overview{display:flex;flex-direction:row-reverse;margin:34px;}.mdc-card-sistema-overview .mdc-card-sistema-overview-nome{margin-left:10px;margin-top:10px;}.ac-badge{position:relative;}.ac-badge-alert[data-badge]:after{content:attr(data-badge);position:absolute;font-size:12px;background:#f00;color:#fff;width:18px;height:18px;text-align:center;line-height:18px;border-radius:50%;font-weight:700;}.ac-badge-warning[data-badge]:after{content:attr(data-badge);position:absolute;font-size:12px;background:#ff0;color:#fff;width:18px;height:18px;text-align:center;line-height:18px;border-radius:50%;font-weight:700;}.area-name{display:flex;height:58px;align-items:center;margin-left:20px;font-size:26px;font-weight:500;line-height:32px;}.area-name.layout-padrao{color:#000;}.buttonAsLink{background:none !important;color:inherit;border:none;padding:0 !important;font:inherit;cursor:pointer;}.botaoSair{width:50%;}.ac-form-field .mdc-text-field{width:100%;}.ac-form-field .mdc-select-form{width:300px;}.filtro-selecionados{display:flex;}.clear-search-icon{left:initial;right:15px;position:absolute;bottom:16px;cursor:pointer;outline:none;}.clear-search-icon.clear-search-icon-off{opacity:.4;}.highlighttext{background-color:#ff0;}.mdc-text-field--textarea .mdc-text-field__label{background-color:inherit;}.card-form{max-width:750px;margin:0 auto;}.form-inside-card{margin:0 auto;}.card-servico-icone-favorito{align-self:flex-end;margin-bottom:-40px;z-index:15;}.card-servico-icone-favorito .icone-favorito{color:#ffa000;}.card-servico-icone-favorito .icone-favorito.mdc-icon-toggle::before,.card-servico-icone-favorito .icone-favorito.mdc-icon-toggle::after{background-color:#ffa000;}.card-servico-icone-favorito .icone-favorito.mdc-icon-toggle:hover::before{opacity:.09;}.card-servico-icone-favorito .icone-favorito.mdc-icon-toggle:not(.mdc-ripple-upgraded):focus::before,.card-servico-icone-favorito .icone-favorito.mdc-icon-toggle.mdc-ripple-upgraded--background-focused::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.26;}.card-servico-icone-favorito .icone-favorito.mdc-icon-toggle:not(.mdc-ripple-upgraded)::after{-webkit-transition:opacity 150ms linear;transition:opacity 150ms linear;}.card-servico-icone-favorito .icone-favorito.mdc-icon-toggle:not(.mdc-ripple-upgraded):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.35;}.card-servico-icone-favorito .icone-favorito.mdc-icon-toggle.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.35;}.servico-card-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.servico-card-adicionar{flex-direction:column;justify-content:center;align-items:center;}.servico-card-adicionar .material-icons{font-size:48px;color:#039be5;}.servico-card-adicionar span{font-size:14px;font-weight:500;line-height:20px;color:#039be5;text-align:center;}.servico-card{height:21.875rem;background-repeat:no-repeat;max-height:250px;background-position-x:right;}.servico-card .mdc-card__primary,.servico-card .mdc-card__actions{background-color:#373435;}.servico-card .servico-card-filhos-text{float:right;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;}.servico-card .servico-card-background-image{height:45px;width:45px;background-size:contain;background-repeat:no-repeat;position:absolute;right:0;bottom:0;}.servico-card.servico-card-pai .mdc-card__primary,.servico-card.servico-card-pai .mdc-card__actions{background-color:#1e88e5;}.servico-card .servico-card-button{color:#ec407a;}.servico-card.servico-card-favorito{max-height:98px;}.servico-card-link{text-decoration:none;position:relative;}a.material-icons{text-decoration:none;}.copy-to-clipboard-button{float:right;}.copy-to-clipboard-button-left{float:left;cursor:pointer;}.legacy{color:#f00;opacity:.4;}.mdc-toolbar__section.zindexfix{z-index:0;}#list-wrapper{margin:24px;}#list-wrapper section{padding:24px;}#list-wrapper .mdc-list-group{border:1px solid rgba(0,0,0,.1);}.mdc-card #list-wrapper{margin:0;}.mdc-card #list-wrapper section{padding:0;}.mdc-card .ac-mdc-card__content{padding:1rem;}.mdc-list .mdc-list-item{padding-left:16px;padding-right:16px;}.mdc-list .mdc-list-item .mdc-checkbox{margin-right:16px;}.mdc-list .mdc-list-item .mdc-list-item__graphic{margin-left:0;margin-right:16px;width:40px;min-width:40px;height:40px;border-radius:50%;}.mdc-list .mdc-list-item .mdc-list-item__text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.mdc-list .mdc-list-item .mdc-list-item__meta{margin-left:auto;margin-right:0;}.mdc-list .mdc-list-item .mdc-list-item-leadingicon{margin-left:-24px;margin-right:0;}.mdc-list .mdc-list-item .mdc-list-item-traillingicon{margin-left:10px;}.mdc-list .mdc-list-item.mdc-list-item-withtraillingicon{padding-left:30px;}.mdc-list .mdc-list-item.mdc-list-item-selecionarorgao{height:30px;margin-left:90px;}