.horizontal-loader{text-align:center}.horizontal-loader>div{width:14px;height:14px;margin:0 2px;border-radius:100%;display:inline-block;-webkit-animation:bouncedelay 1.4s ease-in-out infinite both;animation:bouncedelay 1.4s ease-in-out infinite both}.horizontal-loader .bounce1{background:#c7eb5c;-webkit-animation-delay:-.48s;animation-delay:-.48s}.horizontal-loader .bounce2{background:#5cc7eb;-webkit-animation-delay:-.32s;animation-delay:-.32s}.horizontal-loader .bounce3{background:#f4ac3d;-webkit-animation-delay:-.16s;animation-delay:-.16s}.horizontal-loader .bounce4{background:#eb5c5c}@-webkit-keyframes bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.ol-button{cursor:pointer;display:flex;align-self:center;align-items:center;justify-content:center;padding:8px 16px;background-color:var(--button-color);color:#fff;border-radius:16px;font-size:1em;text-align:center;text-transform:uppercase;font-weight:700;transition:all .4s;border:1px solid var(--button-color)}.ol-button:focus,.ol-button:hover{outline:0;opacity:.6}.ol-button:disabled{cursor:default;border:1px solid hsla(0,0%,82.7%,.2);background-color:hsla(0,0%,82.7%,.2);color:#d3d3d3}.login{height:100vh;background:#fff;display:flex}.login .image{width:60%;margin:16px;background-image:url(https://source.unsplash.com/random);background-repeat:no-repeat;background-size:cover;background-position:50%;border-radius:8px}.login .authentication{padding:16px;height:calc(100vh - 16px);border:none!important;overflow-y:scroll;-webkit-overflow-scrolling:touch}.login .authentication .login-header{display:flex;justify-content:space-between;align-items:center}.login .authentication .login-header img{width:90px}.login .authentication .login-header a{text-decoration:none}.login .authentication .login-header .signup-login{cursor:pointer;color:#9e9e9e;font-weight:700}.login .authentication .login-header .signup-login:hover{color:#03a9f4}.login .authentication .form{width:100%;margin-top:8px}.login .authentication .form .submit{width:100%;margin:16px 0}.login .authentication .form .signup-slogan{display:flex;justify-content:center;align-items:center}.login .authentication .form .signup-slogan span{font-family:"Arial Rounded MT Bold";font-size:24px;margin-right:4px}.login .authentication .form .signup-slogan span.free{color:#5cc7eb}.login .authentication .form .forgot-password{display:flex;flex-direction:column;align-items:center;font-family:"Arial Rounded MT Bold";text-align:center}.login .authentication .form .forgot-password .header{font-size:24px;margin-bottom:16px}.login .authentication .form .forgot-password .subheader{font-size:16px}.login .authentication .form .footer-container{display:flex;align-items:center}.login .authentication .form .footer-container .forgot-password-link{color:#00f;cursor:pointer;text-decoration:none}.login .authentication .form .footer-container .forgot-password-link:hover{text-decoration:underline}.thankyou{width:100%;flex-direction:column;text-align:center}.thankyou,.thankyou .checkmark{display:flex;align-items:center}.thankyou .checkmark{width:72px;height:72px;justify-content:center;border-radius:50%;animation:popCheckmark .4s linear 1;-webkit-animation:popCheckmark .4s linear 1;margin:16px}.thankyou .checkmark>*{font-size:36px!important}.thankyou .thankyou-title{font-size:34px;font-weight:400;color:rgba(0,0,0,.54);margin:8px}.thankyou .thankyou-subtitle{font-size:20px;font-weight:500;color:rgba(0,0,0,.87);margin:8px}@-webkit-keyframes popCheckmark{15%{background-color:rgba(0,0,0,.2)}25%{background-color:rgba(0,0,0,.2);-webkit-transform:scale(.5);transform:scale(.5)}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.6}}@keyframes popCheckmark{15%{background-color:rgba(0,0,0,.2)}25%{background-color:rgba(0,0,0,.2);-webkit-transform:scale(.5);transform:scale(.5)}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.6}}.phone{position:relative;width:360px;height:722px;margin:auto;border:16px solid #000;border-radius:36px;overflow:hidden}.phone .phone-content{border-radius:20px;width:328px;height:690px;background:#fff;position:relative}.add-selector,a.mobile-selector{position:relative;margin:8px;width:calc(33% - 16px);display:flex;flex-direction:column;text-align:center;text-decoration:none;color:#101010;transition:all .4s;animation:pop .4s linear 1;-webkit-animation:pop .4s linear 1;border-radius:16px;padding:8px;cursor:pointer}.add-selector:hover,a.mobile-selector:hover{background-color:hsla(0,0%,87.8%,.4)}.add-selector div.mobile-selector,a.mobile-selector div.mobile-selector{position:relative}.add-selector img.mobile-selector,a.mobile-selector img.mobile-selector{height:96px;width:96px;border-radius:50%;object-fit:cover!important}.add-selector label,a.mobile-selector label{margin-top:4px;overflow-x:hidden;text-overflow:ellipsis;word-break:break-word;cursor:pointer}.add-selector .selector-privacy,a.mobile-selector .selector-privacy{cursor:pointer;position:absolute;bottom:0;right:0;border:2px solid #fff;font-size:14px!important;padding:2px;border-radius:50%;color:#fff;background-color:#00b16a}.highlight{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}a.mobile-selector-list{position:relative;margin:8px;width:calc(100% - 16px);display:flex;align-items:center;color:#101010;text-decoration:none;border:1px solid hsla(0,0%,87.8%,.6);transition:all .4s;-webkit-animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) both;border-radius:16px;padding:8px;cursor:pointer}a.mobile-selector-list:hover{border:1px solid hsla(0,0%,87.8%,.4);background-color:hsla(0,0%,87.8%,.4)}a.mobile-selector-list div.mobile-selector-list{position:relative;display:flex;align-items:center;justify-content:center;width:calc(33% - 16px)}a.mobile-selector-list img.mobile-selector-list{height:96px;width:96px;border-radius:50%;object-fit:cover!important}a.mobile-selector-list div.mobile-caption-list{width:calc(66% - 16px);font-size:1.1rem;padding:0 8px;border-radius:24px;background-color:transparent;color:#101010;text-decoration:none}a.mobile-selector-list div.mobile-caption-list label{cursor:pointer;overflow-x:hidden;text-overflow:ellipsis;word-break:break-word}a.mobile-selector-list .selector-privacy{cursor:pointer;position:absolute;bottom:0;right:0;border:2px solid #fff;font-size:14px!important;padding:2px;border-radius:50%;color:#fff;background-color:#00b16a}@media only screen and (max-width:700px){img.mobile-selector,img.mobile-selector-list{height:72px!important;width:72px!important}}@-webkit-keyframes pop{25%{-webkit-transform:scale(.5);transform:scale(.5)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes pop{25%{-webkit-transform:scale(.5);transform:scale(.5)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@-webkit-keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1.25);transform:scale(1.25);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1.25);transform:scale(1.25);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@-webkit-keyframes slide-left{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-left{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.mobile-identity{display:flex;flex-direction:row;align-items:flex-start;text-align:left;width:100%;font-size:24px;padding:16px;border-bottom:1px solid #e0e0e0}.mobile-identity .picture-container{flex-basis:0;flex-grow:1;-webkit-flex-basis:0;-webkit-flex-grow:1;margin-right:30px}.mobile-identity .picture-container .profilepicture{height:136px;width:136px;border-radius:50%;object-fit:cover}.mobile-identity .picture-container .picture-edit{cursor:pointer;position:absolute;top:0;right:16px;border-radius:50%;height:24px;width:24px;font-size:14px!important;display:flex!important;align-items:center;justify-content:center;background-color:#fff;color:#03a9f4;box-shadow:0 0 8px 1px #b8b8b8}.mobile-identity .mobile-profile{margin-left:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;flex-basis:30px;flex-grow:2;-webkit-flex-basis:30px;-webkit-flex-grow:2}.mobile-identity .mobile-profile .idtitle{color:grey;font-size:14px;margin-top:4px}.mobile-identity .mobile-profile .idname{display:flex;align-items:center}.mobile-identity .mobile-profile .idname .verified{margin-left:8px}.mobile-identity .mobile-profile .idbio{color:#101010;font-size:14px;margin-top:4px;white-space:pre-wrap}@media only screen and (max-width:700px){.mobile-identity{font-size:20px!important}.profilepicture{width:96px!important;height:96px!important}}.link-preview{width:100%;height:calc(100% - 48px);margin:0 auto;overflow:hidden;padding:16px}.link-preview .preview{position:relative;display:flex;flex-direction:column;max-height:722px;height:100%;width:100%}.link-preview .preview .preview-body{max-width:100%;font-size:24px;position:relative;overflow-y:scroll;overflow-x:hidden;flex-grow:1;-webkit-flex-grow:1;-ms-overflow-style:none;scrollbar-width:none}.link-preview .preview .preview-body::-webkit-scrollbar{display:none}.link-preview .preview .preview-body .mobile-identity{font-size:18px}.link-preview .preview .preview-body .mobile-identity .profilepicture{height:72px!important;width:72px!important;border-radius:50%;object-fit:cover}.link-preview .preview .preview-body .links{font-size:12px}.link-preview .preview .preview-body .links img{height:64px;width:64px;object-fit:cover}.link-preview .preview .preview-footer{display:flex;justify-content:center;align-items:flex-end;flex-grow:1;-webkit-flex-grow:1;padding:16px;width:100%;background-color:#fff}.paper{max-width:700px;width:calc(100% - 16px);margin:8px;padding:16px;border-radius:8px;background:#fff;border:1px solid #e0e0e0}.paper .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:16px}.paper .header .header-title{display:flex;align-items:center;overflow:hidden;word-break:break-word}.paper .header .header-title .icon{display:flex;margin-right:8px;align-items:center;justify-content:center}.paper .header .header-title .title{font-size:24px}.paper .header .widget-actions{transition:opacity .2s linear}.paper .widget-content{display:flex;align-items:center;justify-content:space-between;width:100%}.paper .widget-content .children{width:100%;margin-right:8px}.paper .widget-content .reorder{margin:10px;cursor:grab;cursor:-webkit-grab}.paper .widget-content .reorder:active,.paper .widget-content .reorder:focus{cursor:grabbing;cursor:-webkit-grabbing}.tooltip{position:relative;display:inline-block;font-size:16px;color:rgba(0,0,0,.54);cursor:default}.tooltip .tooltiptext{font-size:12px;visibility:hidden;background-color:rgba(0,0,0,.8);color:#fff;text-align:center;padding:4px 16px;border-radius:6px;position:absolute;z-index:1}.tooltip .tooltiptext.top{bottom:calc(100% + 8px);left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.tooltip .tooltiptext.top:after{content:" ";position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:5px solid transparent;border-top-color:rgba(0,0,0,.8)}.tooltip .tooltiptext.bottom{top:calc(100% + 8px);left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.tooltip .tooltiptext.bottom:after{content:" ";position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:5px solid transparent;border-bottom-color:rgba(0,0,0,.8)}.tooltip .tooltiptext.left{right:calc(100% + 8px)}.tooltip .tooltiptext.left,.tooltip .tooltiptext.left:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip .tooltiptext.left:after{content:" ";position:absolute;left:100%;border:5px solid transparent;border-left-color:rgba(0,0,0,.8)}.tooltip .tooltiptext.right{left:calc(100% + 8px)}.tooltip .tooltiptext.right,.tooltip .tooltiptext.right:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip .tooltiptext.right:after{content:" ";position:absolute;right:100%;border:5px solid transparent;border-right-color:rgba(0,0,0,.8)}.tooltip:hover .tooltiptext{visibility:visible}.redirecturl-input{display:flex;align-items:center;font-size:14px;font-family:arial,helvetica,sans-serif;text-overflow:ellipsis;white-space:nowrap}.redirecturl-input .md-text--disabled{color:rgba(0,0,0,.7)!important}.redirecturl-input:before{content:attr(data-domain);color:rgba(0,0,0,.54)}.selector-footer{display:flex;align-items:center;padding-top:8px}.selector-footer i{margin-left:8px;font-size:16px!important;cursor:default}.selector-clicks{display:flex;align-items:center}.selector-clicks span{font-size:16px;color:rgba(0,0,0,.54);cursor:default}.selector-clicks i{margin-left:0;margin-right:4px;font-size:16px!important;color:rgba(0,0,0,.54)}.fizlink-mobile-profile .mobile-identity{display:flex;flex-direction:row;align-items:flex-start;text-align:left;width:100%;font-size:18px;padding:unset;padding-bottom:16px}.fizlink-mobile-profile .mobile-profile,.fizlink-mobile-profile .picture-container{flex-basis:unset!important;flex-grow:unset!important;-webkit-flex-basis:unset!important;-webkit-flex-grow:unset!important}.fizlink-mobile-profile .picture-container{margin-right:unset!important}.fizlink-mobile-profile .picture-container:hover{opacity:.8}.fizlink-mobile-profile .picture-container .profilepicture{height:72px!important;width:72px!important;border-radius:50%;margin-right:16px!important;cursor:pointer;object-fit:cover}.onboarding-profilepicture{width:128px;height:128px;object-fit:cover;border-radius:50%;margin:16px}.profile-personalization{display:flex;overflow-x:hidden;flex-direction:column;align-items:center;text-align:center;font-size:16px;font-weight:700}.add-selector-overlay{position:fixed;display:block;height:100%;width:100%;top:0;left:0;bottom:0;right:0;opacity:1;background-color:rgba(0,0,0,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:30;-webkit-animation:gradualBlur .5s linear;animation:gradualBlur .5s linear;overflow:hidden}.add-selector-overlay .links{max-height:calc(100% - 96px);overflow:scroll;-webkit-overflow-scrolling:touch;top:0;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:16px;max-width:700px;width:100%}.add-selector-overlay .links img.mobile-selector{cursor:pointer}.add-selector-overlay .links div.mobile-selector label{color:#fafafa}.add-selector-overlay .add-selector-footer{position:fixed;display:flex;align-items:center;justify-content:center;width:100%;bottom:0;padding:16px;overflow:hidden}.add-selector-overlay .add-selector-footer div{cursor:pointer;background-color:#f4ac3d;border-radius:50%;height:64px;width:64px;display:flex;align-items:center;justify-content:center;animation:pop .4s linear 1;-webkit-animation:pop .4s linear 1}.add-selector-overlay .add-selector-footer div:hover{opacity:.8}.add-selector-overlay .add-selector-footer div i{color:#fafafa!important}@-webkit-keyframes gradualBlur{0%{opacity:0;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px)}25%{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}50%{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:1}75%{backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}to{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}@keyframes gradualBlur{0%{opacity:0;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px)}25%{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}50%{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:1}75%{backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}to{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}.qr-profile{margin:16px;height:calc(100vh - 32px);width:calc(100% - 32px);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;overflow-y:scroll}.qr-profile .contact-info,.qr-profile .contact-qr{width:50%;height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.qr-profile .contact-info span,.qr-profile .contact-qr span{text-align:center}.qr-profile .contact-info{font-size:24px}.qr-profile .contact-info .profile-picture{width:96px;height:96px;border-radius:50%;object-fit:cover!important}.qr-profile .contact-info span{margin:16px}.qr-profile .contact-qr .qr-code{height:calc(100% - 64px)!important;width:calc(100% - 64px)!important}.overview{display:flex;flex-wrap:wrap;overflow:hidden}.overview .overview-grid{position:relative;width:66%;max-height:calc(100% - 64px);padding:8px;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.overview .overview-preview{width:34%;height:calc(100% - 16px);overflow-y:auto}@media only screen and (max-width:600px){.overview-grid{width:100%!important}.overview-preview{display:none}}.pagelet,.pagelet-mobile{position:absolute;right:16px;top:68px;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;padding:8px;z-index:10;max-width:300px;width:100%;box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1),inset 0 0 0 1px hsla(0,0%,100%,.5);-webkit-box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1),inset 0 0 0 1px hsla(0,0%,100%,.5)}.pagelet-mobile.mobile,.pagelet.mobile{right:8px;top:54px}.pagelet-divider{height:1px;width:100%;margin:8px 0;background-color:#e0e0e0}.pagelet-item{padding:8px;transition:all .2s;text-decoration:none;color:inherit;display:flex;align-items:center;border-radius:4px;cursor:pointer}.pagelet-item:hover{background-color:hsla(0,0%,60%,.12)}.pagelet-item .pagelet-icon{margin-right:8px;padding:8px;border-radius:50%;background-color:#e4e6eb}.pagelet-item .pagelet-img{height:36px;width:36px;margin-right:8px;border-radius:50%;object-fit:cover}.pagelet-item .pagelet-display{display:flex;flex-direction:column;overflow-x:hidden;text-overflow:ellipsis;word-break:break-word}.pagelet-item .pagelet-display .pagelet-title{font-weight:500;font-size:15px;color:#101010}.pagelet-item .pagelet-display .pagelet-subheader{font-weight:400;font-size:14px;color:#65676b}.pagelet-item.profile .pagelet-icon{height:64px;width:64px;object-fit:cover;margin-right:16px;border-radius:50%;padding:unset;background-color:unset}.pagelet-item.profile .pagelet-title{font-size:17px}.pagelet-item.profile .pagelet-subheader{font-size:15px}.pagelet-button{border-radius:16px;cursor:pointer;transition:all .4s!important}.pagelet-button:not(div){padding:8px;border-radius:50%}.pagelet-button:hover{background-color:hsla(0,0%,60%,.12)}.pagelet-button.active{background-color:rgba(92,199,235,.2)}.toolbar,.toolbar-mobile{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;width:100%;position:fixed;top:0;padding:8px 16px;margin:0 auto;background-color:#fff;z-index:10}.toolbar-mobile a,.toolbar a{text-decoration:none}.toolbar-mobile .menu-logo,.toolbar .menu-logo{display:flex;align-items:center;justify-content:flex-start;flex:1 1;margin-right:auto}.toolbar-mobile .menu-logo a,.toolbar-mobile .toolbar-tabs,.toolbar .menu-logo a,.toolbar .toolbar-tabs{display:flex;align-items:center;justify-content:center}.toolbar-mobile .toolbar-tabs,.toolbar .toolbar-tabs{flex:1 1}.toolbar-mobile .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab,.toolbar .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab{position:relative;display:flex;align-items:center;justify-content:center;margin:4px;border-radius:8px;cursor:pointer;font-size:24px!important}.toolbar-mobile .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab:hover,.toolbar .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab:hover{background-color:hsla(0,0%,60%,.12)}.toolbar-mobile .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab .toolbar-notification,.toolbar .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab .toolbar-notification{background-color:#f4ac3d;border-radius:50%;position:absolute}.toolbar-mobile .toolbar-tabs .toolbar-tab-wrapper.active .toolbar-tab:hover,.toolbar .toolbar-tabs .toolbar-tab-wrapper.active .toolbar-tab:hover{background-color:transparent}.toolbar-mobile .toolbar-actions,.toolbar .toolbar-actions{display:flex;align-items:center;justify-content:flex-end;flex:1 1;margin-left:auto}.toolbar-mobile .toolbar-actions .toolbar-action,.toolbar .toolbar-actions .toolbar-action{display:flex;align-items:center}.toolbar-mobile .toolbar-actions .toolbar-action label,.toolbar .toolbar-actions .toolbar-action label{color:#101010;margin:0 8px}.toolbar-mobile .toolbar-actions .toolbar-action #language-label,.toolbar .toolbar-actions .toolbar-action #language-label{display:none}.toolbar-mobile .toolbar-actions #fullname-label,.toolbar .toolbar-actions #fullname-label{display:none;margin-left:8px}.toolbar-mobile .toolbar-actions .profile-action,.toolbar .toolbar-actions .profile-action{display:flex;align-items:center;justify-content:center;height:32px;padding:4px;margin:0 8px;cursor:pointer;font-size:14px}.toolbar-mobile .toolbar-actions .profile-action .profile-picture,.toolbar .toolbar-actions .profile-action .profile-picture{border-radius:50%;object-fit:cover!important}.toolbar-mobile .toolbar-actions .profile-action>*,.toolbar .toolbar-actions .profile-action>*{cursor:pointer}.toolbar-mobile .toolbar-actions .notifications-badge,.toolbar .toolbar-actions .notifications-badge{position:absolute;display:flex;justify-content:center;align-items:center;top:-16px;right:0;height:16px;width:16px;font-size:10px;background-color:#f4ac3d;color:#101010;border-radius:50%}.toolbar{height:64px}.toolbar .toolbar-tabs .toolbar-tab-wrapper{border-bottom:2px solid transparent}.toolbar .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab{padding:16px 32px}.toolbar .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab .toolbar-notification{height:6px;width:6px;bottom:8px}.toolbar .toolbar-tabs .toolbar-tab-wrapper.active{border-bottom:2px solid #03a9f4}.toolbar-mobile{height:48px}.toolbar-mobile .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab{padding:8px 16px}.toolbar-mobile .toolbar-tabs .toolbar-tab-wrapper .toolbar-tab .toolbar-notification{height:4px;width:4px;bottom:2px}@media only screen and (min-width:600px){#fullname-label,#language-label{display:block!important}#add-to-wallet{display:none}}.sidenav{height:100%;position:fixed;z-index:9;top:0;left:0;background:#fff;overflow-x:hidden;padding-top:64px;transition:.5s;margin-top:8px}.sidenav .nav-item,.sidenav .nav-item .selected{cursor:pointer;display:flex;align-items:center;justify-content:left;margin:0 8px;padding:8px 8px 8px 16px;text-decoration:none;color:#101010;transition:.2s;border-radius:32px}.sidenav .nav-item .selected:hover,.sidenav .nav-item:hover{background:#f1f3f4}.sidenav .nav-item .selected div,.sidenav .nav-item div{margin-left:8px;transition:opacity .2s}.sidenav .selected,.sidenav .selected:hover{background:rgba(92,199,235,.5)}.nav-content{display:block;height:100%;margin-bottom:8px;background:#fff;overflow:hidden}@media screen and (max-height:450px){.sidenav{padding-top:15px}}.pending-follower{margin:16px 0;display:flex;flex-direction:column;border:1px solid #e0e0e0;padding:16px;border-radius:8px}.pending-follower .pending-follower-profile{border-radius:50%;background-size:cover!important}.follow-back{background-color:#fff;color:#101010;border:1px solid #e0e0e0}.approve-follower{background-color:#e3f2fd;color:#0d47a1;border:none}.decline-follower{background-color:#ffebee;color:#b71c1c;border:none}.approve-follower,.decline-follower,.follow-back{padding:8px;margin:8px 0;border-radius:8px;cursor:pointer;font-weight:700;font-size:14px;width:100%}.contact-list{position:absolute;max-width:700px;width:calc(100% - 32px);top:64px;bottom:0;right:0;left:0;margin:16px auto;overflow:scroll;height:calc(100% - 96px);-webkit-overflow-scrolling:touch}.contact-list .md-tab-indicator{background-color:#03a9f4!important}.contact-list .paper{width:calc(100% - 16px);flex-grow:0;padding:16px;cursor:pointer;position:relative;justify-content:space-between;text-decoration:none;color:inherit}.contact-list .paper,.contact-list .paper .contact-container{display:flex;align-items:center}.contact-list .paper .contact-container .contact-profile{height:32px;width:32px;border-radius:50%;object-fit:cover}.contact-list .paper .contact-container .contact-info{margin:0 16px;display:flex;flex-direction:column}.contact-list .paper .contact-container .contact-info .verified{margin-left:4px}.contact-list .paper .follow{background-color:#0095f6;color:#fff;border-radius:4px;text-align:center;font-size:14px;padding:2px 32px;margin:8px 0;cursor:pointer}.contact-list .paper .follow>*{cursor:pointer}.contact-list .paper .requested{border:1px solid #e0e0e0;background-color:#fff;color:#101010;border-radius:4px;text-align:center;font-size:12px;padding:2px 32px;margin:8px 0;cursor:pointer}.contact-list .paper .sponsored{display:flex;align-items:center;color:grey;font-size:12px;position:absolute;top:16px;right:16px}.contact-list .divider{margin:16px auto;height:1px;width:calc(100% - 16px);background-color:#e0e0e0}.page-not-found{height:100vh;padding:16px;justify-content:flex-start;text-align:center}.page-not-found,.page-not-found .not-found-container{display:flex;flex-direction:column;align-items:center}.page-not-found .not-found-container{margin-top:10%;position:relative;min-height:100vh;max-width:700px}.page-not-found .not-found-container svg{margin-bottom:32px}.page-not-found .not-found-container .return-home{border:none;background:transparent;cursor:pointer;font-size:18px;color:rgba(16,16,16,.8);font-weight:700;margin-top:4px;margin-bottom:16px;text-decoration:underline}.page-not-found .footer-logo{position:absolute;max-width:700px;width:100%;height:60px;bottom:0;text-align:center;display:flex;justify-content:center;align-items:center}.page-not-found .footer-logo>*{text-decoration:none}.edit-submit{margin:8px 0;float:left;color:#03a9f4!important}.edit-submit:disabled{color:rgba(0,0,0,.38)!important}.edit-profile-picture{width:100%;display:flex;align-items:center;justify-content:center}.edit-profile-picture .profilepicture{border-radius:50%;object-fit:cover}.edit-profile-picture .edit-profile-picture-info{display:flex;flex-direction:column;margin-left:24px}.edit-profile-picture .edit-profile-picture-info span{font-size:24px}.edit-profile-picture .edit-profile-picture-info .forgot-password-link{outline:none;border:none;background-color:transparent;font-size:14px;color:#03a9f4;font-weight:700;cursor:pointer;text-decoration:none}.edit-profile-picture .edit-profile-picture-info .forgot-password-link:hover{opacity:.8}.email-settings{display:flex;flex-direction:column;margin:16px 0}.email-settings .email-headline{font-weight:700;font-size:unset!important}.email-settings .email-subheadline{color:grey;margin-left:12px;margin-top:-8px}.push-settings{display:flex;flex-direction:column;padding-bottom:8px}.push-settings .push-headline{font-weight:700;font-size:unset!important}.push-settings .push-subheadline{color:grey;margin-left:8px}.push-settings:not(:last-child){border-bottom:1px solid #e0e0e0;margin-bottom:16px}.profile-container{border:1px solid #e0e0e0;border-radius:4px;max-width:900px;width:calc(100% - 32px);margin:16px auto;padding:16px;height:100%;-webkit-overflow-scrolling:touch;display:flex}.profile-container .profile-options{border-right:1px solid #e0e0e0;padding-right:16px;margin-right:16px}.profile-container .option-item,.profile-container .option-item .selected{cursor:pointer;display:flex;align-items:center;justify-content:left;padding:8px 16px;text-decoration:none;color:#101010;transition:.2s;border-radius:8px;transition:all .2s}.profile-container .option-item .selected:hover,.profile-container .option-item:hover{background:#f1f3f4}.profile-container .selected,.profile-container .selected:hover{background:rgba(92,199,235,.5)}.profile-container .profile-content{flex:1 1}.onboarding{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:30;-webkit-animation:gradualBlur .5s linear;animation:gradualBlur .5s linear;touch-action:none;overflow:hidden}.onboarding .onboarding-container{position:relative;width:100%;max-width:700px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:auto;-webkit-overflow-scrolling:touch;height:calc(100% - 151px)}.onboarding .onboarding-container .onboarding-image{padding:16px;max-width:100%;width:100%;pointer-events:none}.onboarding .onboarding-container .onboarding-image .picture-container{margin-right:8px!important}.onboarding .onboarding-container .onboarding-image .mobile-profile{flex-basis:8px!important;flex-grow:2;-webkit-flex-basis:8px!important;-webkit-flex-grow:2}.onboarding .onboarding-container .onboarding-image .qr-contact-card{padding:16px;position:relative}.onboarding .onboarding-container .onboarding-image .qr-contact-card .qr-image{position:absolute;opacity:0;height:30px;width:30px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-name:qrShow;animation-duration:3s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-webkit-animation-name:qrShow;-webkit-animation-duration:3s}.onboarding .onboarding-container .onboarding-image .qr-contact-card .phone{display:inline-block;width:60px;height:120px;border:3px solid #fff;border-radius:8px;position:relative;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-name:qrPhoneRotate;animation-duration:3s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-webkit-animation-name:qrPhoneRotate;-webkit-animation-duration:3s}.onboarding .onboarding-container .onboarding-image .onboarding-logo{animation:pop .4s linear 1;-webkit-animation:pop .4s linear 1}.onboarding .onboarding-container .onboarding-image .onboarding-profile-action{display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer;font-size:14px;background-color:#fff}.onboarding .onboarding-container .onboarding-image .onboarding-profile-action .onboarding-profile-picture{border-radius:50%;object-fit:cover!important}.onboarding .onboarding-container .onboarding-image .onboarding-profile-action>*{cursor:pointer}.onboarding .onboarding-container .onboarding-title{font-size:24px;font-weight:700;color:#fff}.onboarding .onboarding-container .onboarding-content{font-size:18px;color:#d3d3d3}.onboarding .onboarding-stepper{position:relative;display:flex;width:100%;padding:16px;justify-content:center}.onboarding .onboarding-stepper .onboarding-step{cursor:pointer;width:8px;height:8px;margin-right:8px;background-color:#d3d3d3;border-radius:50%}.onboarding .onboarding-stepper .onboarding-step.selected{background-color:#f4ac3d}.onboarding .onboarding-footer{position:fixed;bottom:0;width:100%;padding:8px;display:flex;flex-direction:column;align-items:center}.onboarding .onboarding-footer .back-page,.onboarding .onboarding-footer .next-page,.onboarding .onboarding-footer .skip-page{margin:8px;width:100%;max-width:636px}.onboarding .onboarding-footer .split-buttons{width:100%;max-width:636px;display:flex;align-items:center;justify-content:space-between}.onboarding .onboarding-footer .skip-page{color:#fff}.onboarding #edit-link{animation:editLink 3s ease-out;-webkit-animation:editLink 3s ease-out}.onboarding #lock-link{opacity:1;animation:lockLink 5s ease-out 3s;-webkit-animation:lockLink 5s ease-out 3s}.onboarding #unlock-link{opacity:0;animation:unlockLink 5s ease-out 3s;-webkit-animation:unlockLink 5s ease-out 3s}.onboarding #delete-link{animation:deleteLink 3s ease-out 8s;-webkit-animation:deleteLink 3s ease-out 8s}.onboarding #reorder-link{animation:editLink 3s ease-out 11s;-webkit-animation:editLink 3s ease-out 11s}@-webkit-keyframes qrPhoneRotate{0%,10%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}40%,60%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}95%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes qrPhoneRotate{0%,10%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}40%,60%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}95%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes qrShow{0%,20%{opacity:0}40%,60%{opacity:1}95%,to{opacity:0}}@keyframes qrShow{0%,20%{opacity:0}40%,60%{opacity:1}95%,to{opacity:0}}@-webkit-keyframes editLink{20%{fill:#f4ac3d}40%{fill:rgba(16,16,16,.27)}60%{fill:#f4ac3d}80%{fill:rgba(16,16,16,.27)}to{fill:#f4ac3d}}@keyframes editLink{20%{fill:#f4ac3d}40%{fill:rgba(16,16,16,.27)}60%{fill:#f4ac3d}80%{fill:rgba(16,16,16,.27)}to{fill:#f4ac3d}}@-webkit-keyframes lockLink{20%{opacity:0}40%{opacity:1}60%{opacity:0}80%{opacity:1}to{opacity:0}}@keyframes lockLink{20%{opacity:0}40%{opacity:1}60%{opacity:0}80%{opacity:1}to{opacity:0}}@-webkit-keyframes unlockLink{20%{opacity:1}40%{opacity:0}60%{opacity:1}80%{opacity:0}to{opacity:1}}@keyframes unlockLink{20%{opacity:1}40%{opacity:0}60%{opacity:1}80%{opacity:0}to{opacity:1}}@-webkit-keyframes deleteLink{20%{fill:#ee3d4b}40%{fill:rgba(16,16,16,.27)}60%{fill:#ee3d4b}80%{fill:rgba(16,16,16,.27)}to{fill:#ee3d4b}}@keyframes deleteLink{20%{fill:#ee3d4b}40%{fill:rgba(16,16,16,.27)}60%{fill:#ee3d4b}80%{fill:rgba(16,16,16,.27)}to{fill:#ee3d4b}}.valid-button{margin-left:8px;height:36px;width:36px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.valid-button:hover{background-color:hsla(0,0%,60%,.12)}.loyalty{position:absolute;width:calc(100% - 32px);height:calc(100% - 96px);top:64px;bottom:0;right:0;left:0;margin:16px auto;overflow:scroll;-webkit-overflow-scrolling:touch}.loyalty .md-tab-indicator{background-color:#03a9f4!important}.loyalty .member-search{position:relative;max-width:500px;margin:16px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.loyalty .member-search .member-search-results{position:absolute;left:8px;top:38px;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;padding:8px;z-index:10;max-width:500px;width:100%;height:400px;overflow-y:scroll;box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1),inset 0 0 0 1px hsla(0,0%,100%,.5);-webkit-box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1),inset 0 0 0 1px hsla(0,0%,100%,.5)}.loyalty .member-search .member-search-results .member-container{width:calc(100% - 16px);display:flex;flex-grow:0;align-items:center;padding:16px;cursor:pointer;position:relative;text-decoration:none;color:inherit;flex-shrink:0;border-bottom:1px solid #e0e0e0}.loyalty .member-search .member-search-results .member-container .member-profile{height:32px;width:32px;border-radius:50%;object-fit:cover}.loyalty .member-search .member-search-results .member-container .member-info{margin:0 16px;display:flex;flex-direction:column}.dashboard{display:block;min-height:100%;height:100%;background:#fff}#background-wrap{bottom:0;left:0;position:absolute;right:0;width:100%;top:0;z-index:0;margin:0 auto}@-webkit-keyframes animateBubble{0%{margin-top:1000px}to{margin-top:-100%}}@keyframes animateBubble{0%{margin-top:1000px}to{margin-top:-100%}}@-webkit-keyframes sideWays{0%{margin-left:0}to{margin-left:50px}}@keyframes sideWays{0%{margin-left:0}to{margin-left:50px}}.x1{-webkit-animation:animateBubble 12s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 12s linear infinite,sideWays 2s ease-in-out infinite alternate;left:-5%;top:5%;-webkit-transform:scale(.6);transform:scale(.6)}.x2{-webkit-animation:animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;left:5%;top:80%;-webkit-transform:scale(.4);transform:scale(.4)}.x3{-webkit-animation:animateBubble 14s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 14s linear infinite,sideWays 2s ease-in-out infinite alternate;left:10%;top:40%;-webkit-transform:scale(.7);transform:scale(.7)}.x4{-webkit-animation:animateBubble 11s linear infinite,sideWays 3s ease-in-out infinite alternate;animation:animateBubble 11s linear infinite,sideWays 3s ease-in-out infinite alternate;left:20%;top:0;-webkit-transform:scale(.3);transform:scale(.3)}.x5{-webkit-animation:animateBubble 14s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:animateBubble 14s linear infinite,sideWays 4s ease-in-out infinite alternate;left:30%;top:50%;-webkit-transform:scale(.5);transform:scale(.5)}.x6{-webkit-animation:animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;left:50%;top:0;-webkit-transform:scale(.8);transform:scale(.8)}.x7{-webkit-animation:animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;left:65%;top:70%;-webkit-transform:scale(.4);transform:scale(.4)}.x8{-webkit-animation:animateBubble 11s linear infinite,sideWays 3s ease-in-out infinite alternate;animation:animateBubble 11s linear infinite,sideWays 3s ease-in-out infinite alternate;left:80%;top:10%;-webkit-transform:scale(.3);transform:scale(.3)}.x9{-webkit-animation:animateBubble 15s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:animateBubble 15s linear infinite,sideWays 4s ease-in-out infinite alternate;left:90%;top:50%;-webkit-transform:scale(.6);transform:scale(.6)}.x10{-webkit-animation:animateBubble 13s linear infinite,sideWays 2s ease-in-out infinite alternate;animation:animateBubble 13s linear infinite,sideWays 2s ease-in-out infinite alternate;left:80%;top:80%;-webkit-transform:scale(.3);transform:scale(.3)}.bubble{box-shadow:0 20px 30px rgba(0,0,0,.2),inset 0 10px 30px 5px #fff;height:200px;width:200px;background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.bubble,.bubble:after{border-radius:50%;position:absolute}.bubble:after{background:radial-gradient(ellipse at center,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 70%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80ffffff",endColorstr="#00ffffff",GradientType=1);box-shadow:inset 0 20px 30px hsla(0,0%,100%,.3);content:"";height:180px;left:10px;width:180px}.support-tab{text-decoration:none;cursor:pointer;z-index:998;padding:8px 0;border-radius:4px 0 0 4px;color:rgba(0,0,0,.54);background-color:#f4ac3d;position:fixed;display:flex;align-items:center;justify-content:center;top:50%;min-height:60px;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;right:0;-webkit-transform:translate(4px,-50%);transform:translate(4px,-50%);box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1)}.support-tab .support-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-bottom:4px}.support-tab .support-text{padding:8px}.home{height:100vh;justify-content:center;overflow-y:hidden;overflow-x:hidden}.home,.home .home-header{display:flex;align-items:center}.home .home-header{position:fixed;top:0;left:0;opacity:0;margin:0 auto;padding:16px;width:100%;height:64px;justify-content:space-between;animation:fadeAndTranslate 1.1s ease-out 1 forwards;-webkit-animation:fadeAndTranslate 1.1s ease-out 1 forwards;animation-delay:.4s;-webkit-animation-delay:.4s;z-index:99}.home .home-header:after{position:absolute;display:block;content:"";top:64px;left:0;height:1px;width:0;animation:expandBorder .7s ease-out 1 forwards;-webkit-animation:expandBorder .7s ease-out 1 forwards;animation-delay:1.8s;-webkit-animation-delay:1.8s}.home .home-header .signup-login{display:flex;align-items:center}.home .home-header .signup-login .login-button{cursor:pointer;text-decoration:none;color:rgba(0,0,0,.54);font-size:1rem;font-weight:700;margin-right:32px}.home .home-header .signup-login .login-button:hover{color:#03a9f4}.home .home-header .signup-login .toolbar-action{display:flex;align-items:center;margin:0 8px}.home .home-header .signup-login .toolbar-action label{color:#101010;margin:0 8px}.home .home-header .signup-login .toolbar-action #language-label{display:none}.home .home-header .signup-login .profile-action{display:flex;align-items:center;justify-content:center;height:32px;padding:4px;margin:0 8px;cursor:pointer;font-size:14px}.home .home-header .signup-login .profile-action .profile-picture{border-radius:50%;object-fit:cover!important}.home .home-header .signup-login .profile-action>*{cursor:pointer}.home .home-content{overflow:scroll;position:absolute;top:64px;width:100%;height:calc(100% - 64px);text-align:center;-webkit-overflow-scrolling:touch}.home .home-content .page-wrapper{min-height:66%;max-width:700px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;overflow-y:hidden}.home .home-content .page-wrapper>*{opacity:0;animation:fadeAndTranslate 1.1s ease-out 1 forwards;-webkit-animation:fadeAndTranslate 1.1s ease-out 1 forwards;animation-delay:.4s;-webkit-animation-delay:.4s}.home .home-content .home-title{font-size:64px;color:rgba(16,16,16,.54);z-index:10;animation:titleFade 1.1s ease-out 1 forwards;-webkit-animation:titleFade 1.1s ease-out 1 forwards}.home .home-content .home-subheader{opacity:0;color:rgba(16,16,16,.4);animation:fadeAndTranslate 1.1s ease-out 1 forwards;-webkit-animation:fadeAndTranslate 1.1s ease-out 1 forwards;animation-delay:.4s;-webkit-animation-delay:.4s}.home .home-content .home-input{opacity:0;animation:fadeAndTranslate 1.5s ease-out 1 forwards;-webkit-animation:fadeAndTranslate 1.5s ease-out 1 forwards;animation-delay:.4s;-webkit-animation-delay:.4s}.home .home-content .split-page{display:flex;align-items:center;justify-items:center;width:100%;height:100%}.home .home-content .split-page h1{font-size:48px;line-height:1.4}.home .home-content .split-page>div{width:50%;margin:16px;padding:16px}.home .home-content .split-page-mobile{display:flex;flex-direction:column;align-items:center;width:100%;height:100%}.home .home-content .split-page-mobile h1{font-size:48px;line-height:1.4}.home .home-content .split-page-mobile>div{width:100%;margin:16px;padding:16px}.home .home-footer{border-top:1px solid #e0e0e0;padding:16px;margin:0 auto;max-width:700px;width:100%;display:flex;align-items:center;justify-content:space-between}@-webkit-keyframes titleFade{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes titleFade{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes fadeAndTranslate{50%{opacity:0;-webkit-transform:translateY(32px);transform:translateY(32px)}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fadeAndTranslate{50%{opacity:0;-webkit-transform:translateY(32px);transform:translateY(32px)}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes expandBorder{0%{width:0;background:transparent}to{width:100%;background:#e0e0e0}}@keyframes expandBorder{0%{width:0;background:transparent}to{width:100%;background:#e0e0e0}}.mobile-toolbar{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.6)!important;border-bottom:1px solid #e0e0e0;width:100%;max-width:700px;height:64px;position:fixed;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:16px;margin:0 auto;background:#fff;z-index:10;display:flex;align-items:center;justify-content:space-between}.mobile-toolbar a{text-decoration:none}.mobile-profile-container{width:100%;position:relative;height:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:auto;-webkit-overflow-scrolling:touch}.mobile-identity .mobile-profile .follow{background-color:#0095f6;color:#fff;border-radius:4px;text-align:center;font-size:16px;padding:2px 32px;margin:8px 0;cursor:pointer}.mobile-identity .mobile-profile .follow>*{cursor:pointer}.links{margin-top:16px;display:flex;flex-wrap:wrap;justify-content:center}.mobile-collection{position:relative;width:100%;min-height:100vh;height:100%;margin:0 auto;max-width:700px;background-color:#fff}.mobile-collection footer{position:absolute;width:100%;max-width:700px;height:70px;bottom:0;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.mobile-collection .create-your-own{font-size:12px;color:#9e9e9e}.mobile-collection .create-your-own>a{color:#9e9e9e}.WordSection1{height:100%;padding:16px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.WordSection1 div.MsoNormal,.WordSection1 li.MsoNormal,.WordSection1 p.MsoNormal{margin:0 0 .0001pt;font-size:12pt;font-family:"Times New Roman"}.WordSection1 p{margin-right:0;margin-left:0;font-size:12pt;font-family:"Times New Roman"}.WordSection1 .MsoChpDefault{font-family:Calibri}:root .md-picker-control{text-align:left}:root .md-calendar-date{text-align:center}:root .md-btn .md-icon-text,:root .md-clock-time-value{font-weight:500}:root .md-transition--sharp{transition-timing-function:cubic-bezier(.4,0,.6,1)}:root .md-transition--standard{transition-timing-function:cubic-bezier(.4,0,.2,1)}:root .md-drop-down-leave.md-drop-down-leave-active,:root .md-transition--acceleration{transition-timing-function:cubic-bezier(.4,0,1,1)}:root .md-drop-down-enter.md-drop-down-enter-active,:root .md-transition--decceleration,:root .md-transition--deceleration{transition-timing-function:cubic-bezier(0,0,.2,1)}:root .md-calendar-date,:root .md-inline-block{display:inline-block;vertical-align:bottom}:root .md-full-width{width:100%}:root .md-block-centered,:root .md-bottom-nav .md-icon{display:block;margin-left:auto;margin-right:auto}:root .md-cell--right,:root .md-collapser--card,:root .md-divider--expand-from-right:after,:root .md-grid.md-grid--no-spacing>.md-cell.md-cell--right{margin-left:auto}:root .md-expansion-panel-list,:root .md-list,:root .md-list-unstyled,:root .md-tabs{list-style:none;margin:0;padding-left:0}:root .md-media embed,:root .md-media iframe,:root .md-media img,:root .md-media object,:root .md-media svg,:root .md-media video{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}:root :root{--rmd-button-text-border-radius:.5rem;--rmd-button-text-horizontal-padding:1rem;--rmd-button-text-vertical-padding:0;--rmd-button-text-height:2.25rem;--rmd-button-text-min-width:4rem;--rmd-button-icon-border-radius:50%;--rmd-button-icon-size:3rem;--rmd-button-background-color:transparent;--rmd-button-color:var(--rmd-theme-text-primary-on-background,#212121);--rmd-button-outline:#999;--rmd-button-outline-width:1px}:root .rmd-button{--rmd-icon-color:currentColor;background-color:transparent;background-color:var(--rmd-button-background-color,transparent);color:#212121;color:var(--rmd-button-color,var(--rmd-theme-text-primary-on-background,#212121));align-items:center;border-width:0;display:inline-flex;justify-content:center;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}:root .rmd-button:focus{outline-style:none}:root .rmd-button::-moz-focus-inner{border:0}.rmd-utils--keyboard :root .rmd-button:focus:before{box-shadow:inset 0 0 0 .125rem #2196f3;box-shadow:var(--rmd-states-focus-shadow,inset 0 0 0 .125rem #2196f3)}:root .rmd-button:before{transition-timing-function:cubic-bezier(.4,0,.2,1);bottom:0;left:0;position:absolute;right:0;top:0;border-radius:inherit;content:"";pointer-events:none;z-index:0;background-color:transparent;background-color:var(--rmd-states-background-color,transparent);transition:background-color .15s}:root .rmd-button:disabled,:root .rmd-button[aria-disabled=true]{--rmd-states-hover-color:transparent}:root .rmd-button:not(:disabled):not([aria-disabled=true]):hover{cursor:pointer}:root .rmd-button:hover{--rmd-states-background-color:var(--rmd-states-hover-color,rgba(0,0,0,0.08))}.rmd-utils--keyboard :root .rmd-button:focus{--rmd-states-background-color:var(--rmd-states-focus-color,rgba(0,0,0,0.24))}.rmd-utils--keyboard :root .rmd-button:focus:hover{--rmd-states-background-color:var(--rmd-states-hover-color,rgba(0,0,0,0.08))}.rmd-utils--touch :root .rmd-button:focus,.rmd-utils--touch :root .rmd-button:hover{--rmd-states-background-color:transparent}.rmd-utils--keyboard :root .rmd-button.rmd-states--pressed,:root .rmd-button.rmd-states--pressed{--rmd-states-background-color:var(--rmd-states-pressed-color,rgba(0,0,0,0.32))}:root .rmd-button--text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:500;letter-spacing:.0892857143em;text-decoration:none;text-transform:uppercase;--rmd-icon-size:1.125rem;border-radius:.5rem;border-radius:var(--rmd-button-text-border-radius,.5rem);min-height:2.25rem;min-height:var(--rmd-button-text-height,2.25rem);min-width:4rem;min-width:var(--rmd-button-text-min-width,4rem);padding:0 1rem;padding:var(--rmd-button-text-vertical-padding,0) var(--rmd-button-text-horizontal-padding,1rem)}:root .rmd-button--icon{border-radius:50%;border-radius:var(--rmd-button-icon-border-radius,50%);height:3rem;height:var(--rmd-button-icon-size,3rem);width:3rem;width:var(--rmd-button-icon-size,3rem);padding:0}:root .rmd-button--outline{box-shadow:inset 0 0 0 1px #999;box-shadow:inset 0 0 0 var(--rmd-button-outline-width,1px) var(--rmd-button-outline,#999)}:root .rmd-button--contained{--rmd-button-background-color:var(--rmd-theme-surface,#fff);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);position:relative;--rmd-states-background-color:transparent}:root .rmd-button--contained:after{transition-timing-function:cubic-bezier(.4,0,.2,1);bottom:0;left:0;position:absolute;right:0;top:0;border-radius:inherit;content:"";pointer-events:none;z-index:0;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);opacity:0;transition:opacity .15s}:root .rmd-button--contained.rmd-states--pressed:after{opacity:1}:root .rmd-button--disabled{--rmd-button-color:var(--rmd-theme-text-disabled-on-background,#9e9e9e);--rmd-button-outline:var(--rmd-theme-text-disabled-on-background,#9e9e9e)}:root .rmd-button--primary{--rmd-button-background-color:var(--rmd-theme-primary,#9c27b0);--rmd-button-color:var(--rmd-theme-on-primary,#000)}:root .rmd-button--text-primary{--rmd-button-color:var(--rmd-theme-primary,#9c27b0);--rmd-button-outline:var(--rmd-theme-primary,#9c27b0)}:root .rmd-button--secondary{--rmd-button-background-color:var(--rmd-theme-secondary,#f50057);--rmd-button-color:var(--rmd-theme-on-secondary,#000)}:root .rmd-button--text-secondary{--rmd-button-color:var(--rmd-theme-secondary,#f50057);--rmd-button-outline:var(--rmd-theme-secondary,#f50057)}:root .rmd-button--warning{--rmd-button-background-color:var(--rmd-theme-warning,#ff6e40);--rmd-button-color:var(--rmd-theme-on-warning,#fff)}:root .rmd-button--text-warning{--rmd-button-color:var(--rmd-theme-warning,#ff6e40);--rmd-button-outline:var(--rmd-theme-warning,#ff6e40)}:root .rmd-button--error{--rmd-button-background-color:var(--rmd-theme-error,#f44336);--rmd-button-color:var(--rmd-theme-on-error,#000)}:root .rmd-button--text-error{--rmd-button-color:var(--rmd-theme-error,#f44336);--rmd-button-outline:var(--rmd-theme-error,#f44336)}:root .rmd-button-unstyled{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;border-width:0;display:inline-flex;position:relative}:root .rmd-button-unstyled:focus{outline-style:none}:root .rmd-button-unstyled::-moz-focus-inner{border:0}:root .rmd-button-unstyled:before{bottom:0;left:0;position:absolute;right:0;top:0;border-radius:inherit;content:"";pointer-events:none;z-index:0}.rmd-utils--keyboard :root .rmd-button-unstyled:focus:before{box-shadow:inset 0 0 0 .125rem #2196f3;box-shadow:var(--rmd-states-focus-shadow,inset 0 0 0 .125rem #2196f3)}:root .rmd-button-unstyled:not(:disabled):hover{cursor:pointer}:root .rmd-fab{position:fixed;z-index:30}:root .rmd-fab--tl{left:1.5rem;top:1.5rem}[dir=rtl] :root .rmd-fab--tl{left:auto;right:1.5rem}:root .rmd-fab--tr{right:1.5rem;top:1.5rem}[dir=rtl] :root .rmd-fab--tr{right:auto;left:1.5rem}:root .rmd-fab--bl{bottom:1.5rem;left:1.5rem}[dir=rtl] :root .rmd-fab--bl{left:auto;right:1.5rem}:root .rmd-fab--br{bottom:1.5rem;right:1.5rem}[dir=rtl] :root .rmd-fab--br{right:auto;left:1.5rem}:root :root{--rmd-dialog-horizontal-margin:2.5rem;--rmd-dialog-vertical-margin:1.5rem;--rmd-dialog-min-width:17.5rem;--rmd-dialog-header-padding:1.5rem;--rmd-dialog-header-padding-bottom:1.25rem;--rmd-dialog-content-padding:1.5rem;--rmd-dialog-footer-padding:.5rem;--rmd-dialog-z-index:30}:root .rmd-dialog-container{bottom:0;left:0;position:fixed;right:0;top:0;align-items:center;display:flex;justify-content:center;margin:1.5rem 2.5rem;margin:var(--rmd-dialog-vertical-margin,1.5rem) var(--rmd-dialog-horizontal-margin,2.5rem);pointer-events:none}:root .rmd-dialog-container,:root .rmd-dialog-overlay{z-index:30;z-index:var(--rmd-dialog-z-index,30)}:root .rmd-dialog{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);--rmd-theme-background:var(--rmd-theme-surface,#fff);background-color:#fafafa;background-color:var(--rmd-theme-background,#fafafa);color:#212121;color:var(--rmd-theme-text-primary-on-background,#212121);-webkit-tap-highlight-color:rgba(0,0,0,0);display:flex;flex-direction:column;max-height:100%;max-width:100%}:root .rmd-dialog:focus{outline-style:none}:root .rmd-dialog::-moz-focus-inner{border:0}:root .rmd-dialog--centered{min-width:17.5rem;min-width:var(--rmd-dialog-min-width,17.5rem);pointer-events:auto}:root .rmd-dialog--full-page{bottom:0;left:0;position:fixed;right:0;top:0;overflow:auto;-webkit-overflow-scrolling:touch;z-index:30;z-index:var(--rmd-dialog-z-index,30)}:root .rmd-dialog--enter{-webkit-transform:translateY(1.875rem);transform:translateY(1.875rem)}:root .rmd-dialog--enter-active{transition-timing-function:cubic-bezier(0,0,.2,1);-webkit-transform:translateY(0);transform:translateY(0);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}:root .rmd-dialog--exit{transition-timing-function:cubic-bezier(.4,0,1,1);opacity:1;-webkit-transform:translateY(0);transform:translateY(0);transition:opacity .15s,-webkit-transform .15s;transition:transform .15s,opacity .15s;transition:transform .15s,opacity .15s,-webkit-transform .15s}:root .rmd-dialog--exit-active{opacity:0;-webkit-transform:translateY(1.875rem);transform:translateY(1.875rem)}:root .rmd-dialog--fixed{z-index:30;z-index:var(--rmd-dialog-z-index,30)}:root .rmd-dialog--fixed-enter{-webkit-transform:scale(0);transform:scale(0)}:root .rmd-dialog--fixed-enter-active{transition-timing-function:cubic-bezier(0,0,.2,1);-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}:root .rmd-dialog--fixed-exit{transition-timing-function:cubic-bezier(0,0,.2,1);opacity:1;-webkit-transform:scale(1);transform:scale(1);transition:opacity .15s,-webkit-transform .15s;transition:transform .15s,opacity .15s;transition:transform .15s,opacity .15s,-webkit-transform .15s}:root .rmd-dialog--fixed-exit-active{opacity:0;-webkit-transform:scale(0);transform:scale(0)}:root .rmd-dialog__header{padding:1.5rem;padding:var(--rmd-dialog-header-padding,1.5rem);padding-bottom:1.25rem;padding-bottom:var(--rmd-dialog-header-padding-bottom,1.25rem);align-items:center;display:flex;flex:0 0 auto}:root .rmd-dialog__content{overflow:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto}:root .rmd-dialog__content--padded{padding:1.5rem;padding:var(--rmd-dialog-content-padding,1.5rem)}:root .rmd-dialog__footer{padding:.5rem;padding:var(--rmd-dialog-footer-padding,.5rem);flex:0 0 auto}:root .rmd-dialog__footer--flex{display:flex}:root .rmd-dialog__footer--flex-v{flex-direction:column}:root .rmd-dialog__footer--start{justify-content:flex-start}:root .rmd-dialog__footer--between{justify-content:space-between}:root .rmd-dialog__footer--end{justify-content:flex-end}:root .rmd-dialog__title{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:2.125rem;line-height:2.5rem;font-weight:400;letter-spacing:.0073529412em;text-decoration:inherit;text-transform:inherit;margin:0}:root :root{--rmd-overlay-background-color:rgba(0,0,0,0.4);--rmd-overlay-active-opacity:1;--rmd-overlay-z-index:30}:root .rmd-overlay{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.4);background-color:var(--rmd-overlay-background-color,rgba(0,0,0,.4));z-index:30;z-index:var(--rmd-overlay-z-index,30);transition-timing-function:cubic-bezier(.4,0,.2,1);bottom:0;left:0;position:fixed;right:0;top:0;opacity:0;pointer-events:none;transition:opacity .15s}:root .rmd-overlay:focus{outline-style:none}:root .rmd-overlay::-moz-focus-inner{border:0}:root .rmd-overlay--active{opacity:1;opacity:var(--rmd-overlay-active-opacity,1)}:root .rmd-overlay--clickable{cursor:pointer}:root .rmd-overlay--visible{pointer-events:auto}:root :root{--rmd-list-vertical-padding:.5rem;--rmd-list-horizontal-padding:0;--rmd-list-font-size:1rem;--rmd-list-text-keyline:4.5rem;--rmd-list-item-height:3rem;--rmd-list-item-medium-height:3.5rem;--rmd-list-item-large-height:4rem;--rmd-list-item-extra-large-height:4.5rem;--rmd-list-item-three-line-height:5.5rem;--rmd-list-item-vertical-padding:.5rem;--rmd-list-item-horizontal-padding:1rem;--rmd-list-item-secondary-three-line-height:3rem;--rmd-list-dense-font-size:.8125rem;--rmd-list-dense-vertical-padding:.25rem;--rmd-list-dense-horizontal-padding:0;--rmd-list-dense-item-height:2.5rem;--rmd-list-dense-item-medium-height:3rem;--rmd-list-dense-item-large-height:3.5rem;--rmd-list-dense-item-extra-large-height:4rem;--rmd-list-dense-item-three-line-height:5rem;--rmd-list-dense-item-secondary-three-line-height:2.25rem;--rmd-list-media-size:3.5rem;--rmd-list-media-spacing:1rem;--rmd-list-media-large-size:6.25rem}:root .rmd-list{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;--rmd-divider-inset:var(--rmd-list-text-keyline,4.5rem);list-style-type:none;margin:0;font-size:1rem;font-size:var(--rmd-list-font-size,1rem);line-height:1.5rem;padding:.5rem 0;padding:var(--rmd-list-vertical-padding,.5rem) var(--rmd-list-horizontal-padding,0)}:root .rmd-list--horizontal{display:flex;flex-wrap:nowrap;padding:0 .5rem;padding:var(--rmd-list-horizontal-padding,0) var(--rmd-list-vertical-padding,.5rem)}:root .rmd-list--dense{--rmd-list-font-size:var(--rmd-list-dense-font-size,0.8125rem);--rmd-list-vertical-padding:var(--rmd-list-dense-vertical-padding,0.25rem);--rmd-list-horizontal-padding:var(--rmd-list-dense-horizontal-padding,0)}:root .rmd-list-item{min-height:3rem;min-height:var(--rmd-list-item-height,3rem);align-items:center;display:flex;padding:.5rem 1rem;padding:var(--rmd-list-item-vertical-padding,.5rem) var(--rmd-list-item-horizontal-padding,1rem);position:relative}:root .rmd-list-item--clickable{-webkit-tap-highlight-color:rgba(0,0,0,0)}:root .rmd-list-item--clickable:focus{outline-style:none}:root .rmd-list-item--clickable::-moz-focus-inner{border:0}.rmd-utils--keyboard :root .rmd-list-item--clickable:focus:before{box-shadow:inset 0 0 0 .125rem #2196f3;box-shadow:var(--rmd-states-focus-shadow,inset 0 0 0 .125rem #2196f3)}:root .rmd-list-item--clickable:before{transition-timing-function:cubic-bezier(.4,0,.2,1);bottom:0;left:0;position:absolute;right:0;top:0;border-radius:inherit;content:"";pointer-events:none;z-index:0;background-color:transparent;background-color:var(--rmd-states-background-color,transparent);transition:background-color .15s}:root .rmd-list-item--clickable:disabled,:root .rmd-list-item--clickable[aria-disabled=true]{--rmd-states-hover-color:transparent}:root .rmd-list-item--clickable:not(:disabled):not([aria-disabled=true]):hover{cursor:pointer}:root .rmd-list-item--clickable:hover{--rmd-states-background-color:var(--rmd-states-hover-color,rgba(0,0,0,0.08))}.rmd-utils--keyboard :root .rmd-list-item--clickable:focus{--rmd-states-background-color:var(--rmd-states-focus-color,rgba(0,0,0,0.24))}.rmd-utils--keyboard :root .rmd-list-item--clickable:focus:hover{--rmd-states-background-color:var(--rmd-states-hover-color,rgba(0,0,0,0.08))}.rmd-utils--touch :root .rmd-list-item--clickable:focus,.rmd-utils--touch :root .rmd-list-item--clickable:hover{--rmd-states-background-color:transparent}.rmd-utils--keyboard :root .rmd-list-item--clickable.rmd-states--pressed,:root .rmd-list-item--clickable.rmd-states--pressed{--rmd-states-background-color:var(--rmd-states-pressed-color,rgba(0,0,0,0.32))}:root .rmd-list-item--disabled{color:#9e9e9e;color:var(--rmd-theme-text-disabled-on-background,#9e9e9e);pointer-events:none}:root .rmd-list-item--link{color:inherit;text-decoration:none}:root .rmd-list-item--medium{--rmd-list-item-height:var(--rmd-list-item-medium-height,3.5rem)}:root .rmd-list-item--large{--rmd-list-item-height:var(--rmd-list-item-large-height,4rem)}:root .rmd-list-item--extra-large{--rmd-list-item-height:var(--rmd-list-item-extra-large-height,4.5rem)}:root .rmd-list-item--three-lines{--rmd-list-item-height:var(--rmd-list-item-three-line-height,5.5rem)}:root .rmd-list-item--three-lines .rmd-list-item__text--secondary{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;max-height:3rem;max-height:var(--rmd-list-item-secondary-three-line-height,3rem);line-height:1.42857;white-space:normal}:root .rmd-list-item--dense{--rmd-list-item-height:var(--rmd-list-dense-item-height,2.5rem);--rmd-list-item-medium-height:var(--rmd-list-dense-item-medium-height,3rem);--rmd-list-item-large-height:var(--rmd-list-dense-item-large-height,3.5rem);--rmd-list-item-extra-large-height:var(--rmd-list-dense-item-extra-large-height,4rem);--rmd-list-item-three-line-height:var(--rmd-list-dense-item-three-line-height,5rem);--rmd-list-item-secondary-three-line-height:var(--rmd-list-dense-item-secondary-three-line-height,2.25rem)}:root .rmd-list-item__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;flex-grow:1;z-index:1}[dir=rtl] :root .rmd-list-item__text{margin-left:auto}:root .rmd-list-item__text--secondary{color:#757575;color:var(--rmd-theme-text-secondary-on-background,#757575)}:root .rmd-list-item__addon{flex-shrink:0}:root .rmd-list-item__addon--top{align-self:flex-start}:root .rmd-list-item__addon--bottom{align-self:flex-end}:root .rmd-list-item__addon--before{--rmd-icon-text-spacing:calc(var(--rmd-list-text-keyline, 4.5rem) - var(--rmd-list-item-horizontal-padding, 1rem) - var(--rmd-icon-size, 1.5rem))}:root .rmd-list-item__addon--avatar-before{--rmd-icon-text-spacing:calc(var(--rmd-list-text-keyline, 4.5rem) - var(--rmd-list-item-horizontal-padding, 1rem) - var(--rmd-avatar-size, 2.5rem))}:root .rmd-list-item__addon--media{--rmd-icon-text-spacing:var(--rmd-list-media-spacing,1rem);width:3.5rem;width:var(--rmd-list-media-size,3.5rem)}:root .rmd-list-item__addon--media-large{--rmd-list-media-size:var(--rmd-list-media-large-size,6.25rem)}:root .rmd-list-subheader{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.375rem;font-weight:500;letter-spacing:.0071428571em;text-decoration:inherit;text-transform:inherit;color:#757575;color:var(--rmd-theme-text-secondary-on-background,#757575);min-height:3rem;min-height:var(--rmd-list-item-height,3rem);align-items:center;display:flex;padding:.5rem 1rem;padding:var(--rmd-list-item-vertical-padding,.5rem) var(--rmd-list-item-horizontal-padding,1rem);position:relative}:root .rmd-list-subheader--inset{padding-left:4.5rem;padding-left:var(--rmd-list-text-keyline,4.5rem)}[dir=rtl] :root .rmd-list-subheader--inset{padding-left:1rem;padding-left:var(--rmd-list-item-horizontal-padding,1rem);padding-right:4.5rem;padding-right:var(--rmd-list-text-keyline,4.5rem)}:root :root{--rmd-table-border-color:#e0e0e0;--rmd-table-cell-color:var(--rmd-theme-text-primary-on-background,#212121);--rmd-table-cell-h-padding:1rem;--rmd-table-cell-v-padding:.375rem;--rmd-table-cell-height:3.25rem;--rmd-table-cell-dense-height:2rem;--rmd-table-hover-color:rgba(0,0,0,0.12);--rmd-table-selected-color:var(--rmd-states-selected-color,rgba(0,0,0,0.16));--rmd-table-sticky-header:0;--rmd-table-sticky-cell:0;--rmd-table-sticky-footer:0}:root .rmd-table-container{overflow:auto;-webkit-overflow-scrolling:touch}:root .rmd-table{border-collapse:collapse;max-width:100%}:root .rmd-table--dense{--rmd-table-cell-height:var(--rmd-table-cell-dense-height,2rem)}:root .rmd-table--full-width{width:100%}:root .rmd-thead{--rmd-table-cell-height:3.5rem}.rmd-table--dense :root .rmd-thead{--rmd-table-cell-height:2.125rem}:root .rmd-table-cell{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;text-decoration:inherit;text-transform:inherit;color:#212121;color:var(--rmd-table-cell-color,var(--rmd-theme-text-primary-on-background,#212121));height:3.25rem;height:var(--rmd-table-cell-height,3.25rem);padding-left:1rem;padding-left:var(--rmd-table-cell-h-padding,1rem);padding-right:1rem;padding-right:var(--rmd-table-cell-h-padding,1rem)}:root .rmd-table-cell--top{vertical-align:top}:root .rmd-table-cell--bottom{vertical-align:bottom}:root .rmd-table-cell--vertical{padding-top:.375rem;padding-top:var(--rmd-table-cell-v-padding,.375rem);padding-bottom:.375rem;padding-bottom:var(--rmd-table-cell-v-padding,.375rem)}:root .rmd-table-cell--header{font-weight:500;letter-spacing:.0071428571em;line-height:1.375rem;text-align:left}[dir=rtl] :root .rmd-table-cell--header{text-align:right}:root .rmd-table-cell--center{text-align:center}:root .rmd-table-cell--right{text-align:right}[dir=rtl] :root .rmd-table-cell--right{text-align:left}:root .rmd-table-cell--grow{width:100%}:root .rmd-table-cell--no-wrap{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root .rmd-table-cell--checkbox{--rmd-table-cell-h-padding:.5rem}:root .rmd-table-cell--sticky{background-color:#fafafa;background-color:var(--rmd-theme-background,#fafafa);border:inherit;position:-webkit-sticky;position:sticky;will-change:transform;z-index:2}.rmd-utils--mouse :root .rmd-table-cell--sticky:after{transition-timing-function:cubic-bezier(.4,0,.2,1);transition:background-color .15s}:root .rmd-table-cell--sticky:after{bottom:0;left:0;position:absolute;right:0;top:0;border:inherit;content:"";pointer-events:none}:root .rmd-table-cell--sticky-header{top:0;top:var(--rmd-table-sticky-header,0)}:root .rmd-table-cell--sticky-cell{left:0;left:var(--rmd-table-sticky-cell,0)}[dir=rtl] :root .rmd-table-cell--sticky-cell{right:0;right:var(--rmd-table-sticky-cell,0);left:auto}:root .rmd-table-cell--sticky-above{z-index:3}:root .rmd-table-cell--sticky-footer{bottom:0;bottom:var(--rmd-table-sticky-footer,0)}:root .rmd-table-cell--padded{padding-bottom:.375rem;padding-bottom:var(--rmd-table-cell-v-padding,.375rem);padding-top:.375rem;padding-top:var(--rmd-table-cell-v-padding,.375rem)}:root .rmd-table-cell--no-padding{padding:0}:root .rmd-table-cell__child{padding-left:1rem;padding-left:var(--rmd-table-cell-h-padding,1rem);padding-right:1rem;padding-right:var(--rmd-table-cell-h-padding,1rem);align-items:center;color:inherit;font:inherit;height:100%;width:100%}:root .rmd-tr--selected,:root .rmd-tr--selected .rmd-table-cell--sticky-cell:after{background-color:rgba(0,0,0,.16);background-color:var(--rmd-table-selected-color,var(--rmd-states-selected-color,rgba(0,0,0,.16)))}:root .rmd-tr--clickable:hover{cursor:pointer}:root .rmd-tr--bordered{border-bottom:1px solid #e0e0e0;border-bottom:var(--rmd-divider-size,1px) solid var(--rmd-table-border-color,#e0e0e0)}:root .rmd-tr--bordered:last-child{border-bottom-width:0}.rmd-utils--mouse :root .rmd-tr--hoverable{transition-timing-function:cubic-bezier(.4,0,.2,1);transition:background-color .15s}.rmd-utils--mouse :root .rmd-tr--hoverable:hover,.rmd-utils--mouse :root .rmd-tr--hoverable:hover .rmd-table-cell--sticky-cell:after{background-color:rgba(0,0,0,.12);background-color:var(--rmd-table-hover-color,rgba(0,0,0,.12))}:root .rmd-caption{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit}:root :root{--rmd-typography-line-width:40em;--rmd-typography-mobile-line-width:17em;--rmd-typography-desktop-line-width:40em}:root .rmd-typography{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}:root .rmd-typography--headline-1{font-size:6rem;line-height:6rem;letter-spacing:-.015625em}:root .rmd-typography--headline-1,:root .rmd-typography--headline-2{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:300;text-decoration:inherit;text-transform:inherit}:root .rmd-typography--headline-2{font-size:3.75rem;line-height:3.75rem;letter-spacing:-.0083333333em}:root .rmd-typography--headline-3{font-size:3rem;line-height:3.125rem;letter-spacing:normal}:root .rmd-typography--headline-3,:root .rmd-typography--headline-4{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:400;text-decoration:inherit;text-transform:inherit}:root .rmd-typography--headline-4{font-size:2.125rem;line-height:2.5rem;letter-spacing:.0073529412em}:root .rmd-typography--headline-5{font-size:1.5rem;font-weight:400;letter-spacing:normal}:root .rmd-typography--headline-5,:root .rmd-typography--headline-6{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:2rem;text-decoration:inherit;text-transform:inherit}:root .rmd-typography--headline-6{font-size:1.25rem;font-weight:500;letter-spacing:.0125em}:root .rmd-typography--subtitle-1{font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.009375em}:root .rmd-typography--subtitle-1,:root .rmd-typography--subtitle-2{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-transform:inherit}:root .rmd-typography--subtitle-2{font-size:.875rem;line-height:1.375rem;font-weight:500;letter-spacing:.0071428571em}:root .rmd-typography--body-1{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:.0357142857em;text-decoration:inherit;text-transform:inherit}:root .rmd-typography--body-2{font-size:.875rem;letter-spacing:.0178571429em}:root .rmd-typography--body-2,:root .rmd-typography--caption{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:1.25rem;font-weight:400;text-decoration:inherit;text-transform:inherit}:root .rmd-typography--caption{font-size:.75rem;letter-spacing:.0333333333em}:root .rmd-typography--button{font-size:.875rem;line-height:2.25rem;letter-spacing:.0892857143em}:root .rmd-typography--button,:root .rmd-typography--overline{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:500;text-decoration:none;text-transform:uppercase}:root .rmd-typography--overline{font-size:.75rem;line-height:2rem;letter-spacing:.1666666667em}:root .rmd-typography--light{font-weight:300}:root .rmd-typography--regular{font-weight:400}:root .rmd-typography--medium{font-weight:500}:root .rmd-typography--bold{font-weight:700}:root .rmd-typography--normal{font-style:normal}:root .rmd-typography--italic{font-style:italic}:root .rmd-typography--oblique{font-style:oblique}:root .rmd-typography--secondary{color:#757575;color:var(--rmd-theme-text-secondary-on-background,#757575)}:root .rmd-typography--hint{color:#a8a8a8;color:var(--rmd-theme-text-hint-on-background,#a8a8a8)}:root .rmd-typography--theme-primary{color:#9c27b0;color:var(--rmd-theme-primary,#9c27b0)}:root .rmd-typography--theme-secondary{color:#f50057;color:var(--rmd-theme-secondary,#f50057)}:root .rmd-typography--theme-warning{color:#ff6e40;color:var(--rmd-theme-warning,#ff6e40)}:root .rmd-typography--theme-error{color:#f44336;color:var(--rmd-theme-error,#f44336)}:root .rmd-typography--left{text-align:left}:root .rmd-typography--center{text-align:center}:root .rmd-typography--right{text-align:right}:root .rmd-typography--underline{text-decoration:underline}:root .rmd-typography--overlineoverline-decoration{text-decoration:overline}:root .rmd-typography--line-through{text-decoration:line-through}:root .rmd-typography--capitalize{text-transform:capitalize}:root .rmd-typography--uppercase{text-transform:uppercase}:root .rmd-typography--lowercase{text-transform:lowercase}:root .rmd-typography--no-margin{margin:0}:root .rmd-typography--no-margin-top{margin-top:0}:root .rmd-typography--no-margin-bottom{margin-bottom:0}:root .rmd-text-container{max-width:40em;max-width:var(--rmd-typography-line-width,40em);display:block;margin-left:auto;margin-right:auto;width:100%}@media(max-width:37.5rem){:root .rmd-text-container--auto{--rmd-typography-line-width:var(--rmd-typography-mobile-line-width,17em)}}:root .rmd-text-container--mobile{--rmd-typography-line-width:var(--rmd-typography-mobile-line-width,17em)}:root .rmd-text-container--desktop{--rmd-typography-line-width:var(--rmd-typography-desktop-line-width,40em)}:root .rmd-sr-only{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:root .rmd-sr-only--focusable:active,:root .rmd-sr-only--focusable:focus{clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:auto;overflow:visible;white-space:normal;width:auto}:root .md-fake-btn{background:transparent;position:relative}:root .md-fake-btn--no-outline{outline-style:none}:root .md-no-scroll.md-no-scroll{overflow:hidden;position:fixed}:root .md-pointer--hover:hover{cursor:pointer}:root .md-pointer--none{pointer-events:none}:root .md-content-jump{left:-1000px;position:absolute;top:-1000px}:root .md-content-jump:active,:root .md-content-jump:focus{left:0;top:0}:root .md-grid{align-items:stretch;display:flex;flex-flow:row wrap;margin:0 auto}:root .md-grid.md-grid--no-spacing{padding:0}:root .md-grid.md-grid--no-spacing>.md-cell{margin:0}:root .md-grid--stacked{flex-direction:column}:root .md-cell--top{align-self:flex-start}:root .md-cell--middle{align-self:center}:root .md-cell--center{margin-left:auto;margin-right:auto}:root .md-cell--bottom{align-self:flex-end}:root .md-cell--stretch{align-self:stretch}@media(max-width:599px){:root .md-grid{padding:8px}:root .md-cell{width:calc(100% - 16px);margin:8px}.md-grid.md-grid--no-spacing>:root .md-cell{width:100%}:root .md-cell--phone-hidden{display:none!important}:root .md-cell--order-1,:root .md-cell--order-1-phone.md-cell--order-1-phone{order:1}:root .md-cell--order-2,:root .md-cell--order-2-phone.md-cell--order-2-phone{order:2}:root .md-cell--order-3,:root .md-cell--order-3-phone.md-cell--order-3-phone{order:3}:root .md-cell--order-4,:root .md-cell--order-4-phone.md-cell--order-4-phone{order:4}:root .md-cell--order-5,:root .md-cell--order-5-phone.md-cell--order-5-phone{order:5}:root .md-cell--order-6,:root .md-cell--order-6-phone.md-cell--order-6-phone{order:6}:root .md-cell--order-7,:root .md-cell--order-7-phone.md-cell--order-7-phone{order:7}:root .md-cell--order-8,:root .md-cell--order-8-phone.md-cell--order-8-phone{order:8}:root .md-cell--order-9,:root .md-cell--order-9-phone.md-cell--order-9-phone{order:9}:root .md-cell--order-10,:root .md-cell--order-10-phone.md-cell--order-10-phone{order:10}:root .md-cell--order-11,:root .md-cell--order-11-phone.md-cell--order-11-phone{order:11}:root .md-cell--order-12,:root .md-cell--order-12-phone.md-cell--order-12-phone{order:12}:root .md-cell--1,:root .md-cell--1-phone.md-cell--1-phone{width:calc(25% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--1,.md-grid.md-grid--no-spacing>:root .md-cell--1-phone.md-cell--1-phone{width:25%}:root .md-cell--2,:root .md-cell--2-phone.md-cell--2-phone{width:calc(50% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--2,.md-grid.md-grid--no-spacing>:root .md-cell--2-phone.md-cell--2-phone{width:50%}:root .md-cell--3,:root .md-cell--3-phone.md-cell--3-phone{width:calc(75% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--3,.md-grid.md-grid--no-spacing>:root .md-cell--3-phone.md-cell--3-phone{width:75%}:root .md-cell--4,:root .md-cell--4-phone.md-cell--4-phone{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--4,.md-grid.md-grid--no-spacing>:root .md-cell--4-phone.md-cell--4-phone{width:100%}:root .md-cell--5,:root .md-cell--5-phone.md-cell--5-phone{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--5,.md-grid.md-grid--no-spacing>:root .md-cell--5-phone.md-cell--5-phone{width:100%}:root .md-cell--6,:root .md-cell--6-phone.md-cell--6-phone{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--6,.md-grid.md-grid--no-spacing>:root .md-cell--6-phone.md-cell--6-phone{width:100%}:root .md-cell--7,:root .md-cell--7-phone.md-cell--7-phone{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--7,.md-grid.md-grid--no-spacing>:root .md-cell--7-phone.md-cell--7-phone{width:100%}:root .md-cell--8,:root .md-cell--8-phone.md-cell--8-phone{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--8,.md-grid.md-grid--no-spacing>:root .md-cell--8-phone.md-cell--8-phone{width:100%}:root .md-cell--9,:root .md-cell--9-phone.md-cell--9-phone{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--9,.md-grid.md-grid--no-spacing>:root .md-cell--9-phone.md-cell--9-phone{width:100%}:root .md-cell--10,:root .md-cell--10-phone.md-cell--10-phone{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--10,.md-grid.md-grid--no-spacing>:root .md-cell--10-phone.md-cell--10-phone{width:100%}:root .md-cell--11,:root .md-cell--11-phone.md-cell--11-phone{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--11,.md-grid.md-grid--no-spacing>:root .md-cell--11-phone.md-cell--11-phone{width:100%}:root .md-cell--12,:root .md-cell--12-phone.md-cell--12-phone{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--12,.md-grid.md-grid--no-spacing>:root .md-cell--12-phone.md-cell--12-phone{width:100%}:root .md-cell--1-offset,:root .md-cell--1-phone-offset.md-cell--1-phone-offset{margin-left:calc(25% + 8px)}.md-grid--no-spacing>:root .md-cell--1-offset,.md-grid--no-spacing>:root .md-cell--1-phone-offset.md-cell--1-phone-offset{margin-left:25%}:root .md-cell--2-offset,:root .md-cell--2-phone-offset.md-cell--2-phone-offset{margin-left:calc(50% + 8px)}.md-grid--no-spacing>:root .md-cell--2-offset,.md-grid--no-spacing>:root .md-cell--2-phone-offset.md-cell--2-phone-offset{margin-left:50%}:root .md-cell--3-offset,:root .md-cell--3-phone-offset.md-cell--3-phone-offset{margin-left:calc(75% + 8px)}.md-grid--no-spacing>:root .md-cell--3-offset,.md-grid--no-spacing>:root .md-cell--3-phone-offset.md-cell--3-phone-offset{margin-left:75%}}@media(min-width:600px)and (max-width:839px){:root .md-grid{padding:8px}:root .md-cell{width:calc(50% - 16px);margin:8px}.md-grid.md-grid--no-spacing>:root .md-cell{width:50%}:root .md-cell--tablet-hidden{display:none!important}:root .md-cell--order-1,:root .md-cell--order-1-tablet.md-cell--order-1-tablet{order:1}:root .md-cell--order-2,:root .md-cell--order-2-tablet.md-cell--order-2-tablet{order:2}:root .md-cell--order-3,:root .md-cell--order-3-tablet.md-cell--order-3-tablet{order:3}:root .md-cell--order-4,:root .md-cell--order-4-tablet.md-cell--order-4-tablet{order:4}:root .md-cell--order-5,:root .md-cell--order-5-tablet.md-cell--order-5-tablet{order:5}:root .md-cell--order-6,:root .md-cell--order-6-tablet.md-cell--order-6-tablet{order:6}:root .md-cell--order-7,:root .md-cell--order-7-tablet.md-cell--order-7-tablet{order:7}:root .md-cell--order-8,:root .md-cell--order-8-tablet.md-cell--order-8-tablet{order:8}:root .md-cell--order-9,:root .md-cell--order-9-tablet.md-cell--order-9-tablet{order:9}:root .md-cell--order-10,:root .md-cell--order-10-tablet.md-cell--order-10-tablet{order:10}:root .md-cell--order-11,:root .md-cell--order-11-tablet.md-cell--order-11-tablet{order:11}:root .md-cell--order-12,:root .md-cell--order-12-tablet.md-cell--order-12-tablet{order:12}:root .md-cell--1,:root .md-cell--1-tablet.md-cell--1-tablet{width:calc(12.5% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--1,.md-grid.md-grid--no-spacing>:root .md-cell--1-tablet.md-cell--1-tablet{width:12.5%}:root .md-cell--2,:root .md-cell--2-tablet.md-cell--2-tablet{width:calc(25% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--2,.md-grid.md-grid--no-spacing>:root .md-cell--2-tablet.md-cell--2-tablet{width:25%}:root .md-cell--3,:root .md-cell--3-tablet.md-cell--3-tablet{width:calc(37.5% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--3,.md-grid.md-grid--no-spacing>:root .md-cell--3-tablet.md-cell--3-tablet{width:37.5%}:root .md-cell--4,:root .md-cell--4-tablet.md-cell--4-tablet{width:calc(50% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--4,.md-grid.md-grid--no-spacing>:root .md-cell--4-tablet.md-cell--4-tablet{width:50%}:root .md-cell--5,:root .md-cell--5-tablet.md-cell--5-tablet{width:calc(62.5% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--5,.md-grid.md-grid--no-spacing>:root .md-cell--5-tablet.md-cell--5-tablet{width:62.5%}:root .md-cell--6,:root .md-cell--6-tablet.md-cell--6-tablet{width:calc(75% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--6,.md-grid.md-grid--no-spacing>:root .md-cell--6-tablet.md-cell--6-tablet{width:75%}:root .md-cell--7,:root .md-cell--7-tablet.md-cell--7-tablet{width:calc(87.5% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--7,.md-grid.md-grid--no-spacing>:root .md-cell--7-tablet.md-cell--7-tablet{width:87.5%}:root .md-cell--8,:root .md-cell--8-tablet.md-cell--8-tablet{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--8,.md-grid.md-grid--no-spacing>:root .md-cell--8-tablet.md-cell--8-tablet{width:100%}:root .md-cell--9,:root .md-cell--9-tablet.md-cell--9-tablet{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--9,.md-grid.md-grid--no-spacing>:root .md-cell--9-tablet.md-cell--9-tablet{width:100%}:root .md-cell--10,:root .md-cell--10-tablet.md-cell--10-tablet{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--10,.md-grid.md-grid--no-spacing>:root .md-cell--10-tablet.md-cell--10-tablet{width:100%}:root .md-cell--11,:root .md-cell--11-tablet.md-cell--11-tablet{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--11,.md-grid.md-grid--no-spacing>:root .md-cell--11-tablet.md-cell--11-tablet{width:100%}:root .md-cell--12,:root .md-cell--12-tablet.md-cell--12-tablet{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--12,.md-grid.md-grid--no-spacing>:root .md-cell--12-tablet.md-cell--12-tablet{width:100%}:root .md-cell--1-offset,:root .md-cell--1-tablet-offset.md-cell--1-tablet-offset{margin-left:calc(12.5% + 8px)}.md-grid--no-spacing>:root .md-cell--1-offset,.md-grid--no-spacing>:root .md-cell--1-tablet-offset.md-cell--1-tablet-offset{margin-left:12.5%}:root .md-cell--2-offset,:root .md-cell--2-tablet-offset.md-cell--2-tablet-offset{margin-left:calc(25% + 8px)}.md-grid--no-spacing>:root .md-cell--2-offset,.md-grid--no-spacing>:root .md-cell--2-tablet-offset.md-cell--2-tablet-offset{margin-left:25%}:root .md-cell--3-offset,:root .md-cell--3-tablet-offset.md-cell--3-tablet-offset{margin-left:calc(37.5% + 8px)}.md-grid--no-spacing>:root .md-cell--3-offset,.md-grid--no-spacing>:root .md-cell--3-tablet-offset.md-cell--3-tablet-offset{margin-left:37.5%}:root .md-cell--4-offset,:root .md-cell--4-tablet-offset.md-cell--4-tablet-offset{margin-left:calc(50% + 8px)}.md-grid--no-spacing>:root .md-cell--4-offset,.md-grid--no-spacing>:root .md-cell--4-tablet-offset.md-cell--4-tablet-offset{margin-left:50%}:root .md-cell--5-offset,:root .md-cell--5-tablet-offset.md-cell--5-tablet-offset{margin-left:calc(62.5% + 8px)}.md-grid--no-spacing>:root .md-cell--5-offset,.md-grid--no-spacing>:root .md-cell--5-tablet-offset.md-cell--5-tablet-offset{margin-left:62.5%}:root .md-cell--6-offset,:root .md-cell--6-tablet-offset.md-cell--6-tablet-offset{margin-left:calc(75% + 8px)}.md-grid--no-spacing>:root .md-cell--6-offset,.md-grid--no-spacing>:root .md-cell--6-tablet-offset.md-cell--6-tablet-offset{margin-left:75%}:root .md-cell--7-offset,:root .md-cell--7-tablet-offset.md-cell--7-tablet-offset{margin-left:calc(87.5% + 8px)}.md-grid--no-spacing>:root .md-cell--7-offset,.md-grid--no-spacing>:root .md-cell--7-tablet-offset.md-cell--7-tablet-offset{margin-left:87.5%}}@media(min-width:840px){:root .md-grid{padding:8px}:root .md-cell{width:calc(33.33333% - 16px);margin:8px}.md-grid.md-grid--no-spacing>:root .md-cell{width:33.3333333333%}:root .md-cell--desktop-hidden{display:none!important}:root .md-cell--order-1,:root .md-cell--order-1-desktop.md-cell--order-1-desktop{order:1}:root .md-cell--order-2,:root .md-cell--order-2-desktop.md-cell--order-2-desktop{order:2}:root .md-cell--order-3,:root .md-cell--order-3-desktop.md-cell--order-3-desktop{order:3}:root .md-cell--order-4,:root .md-cell--order-4-desktop.md-cell--order-4-desktop{order:4}:root .md-cell--order-5,:root .md-cell--order-5-desktop.md-cell--order-5-desktop{order:5}:root .md-cell--order-6,:root .md-cell--order-6-desktop.md-cell--order-6-desktop{order:6}:root .md-cell--order-7,:root .md-cell--order-7-desktop.md-cell--order-7-desktop{order:7}:root .md-cell--order-8,:root .md-cell--order-8-desktop.md-cell--order-8-desktop{order:8}:root .md-cell--order-9,:root .md-cell--order-9-desktop.md-cell--order-9-desktop{order:9}:root .md-cell--order-10,:root .md-cell--order-10-desktop.md-cell--order-10-desktop{order:10}:root .md-cell--order-11,:root .md-cell--order-11-desktop.md-cell--order-11-desktop{order:11}:root .md-cell--order-12,:root .md-cell--order-12-desktop.md-cell--order-12-desktop{order:12}:root .md-cell--1,:root .md-cell--1-desktop.md-cell--1-desktop{width:calc(8.33333% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--1,.md-grid.md-grid--no-spacing>:root .md-cell--1-desktop.md-cell--1-desktop{width:8.3333333333%}:root .md-cell--2,:root .md-cell--2-desktop.md-cell--2-desktop{width:calc(16.66667% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--2,.md-grid.md-grid--no-spacing>:root .md-cell--2-desktop.md-cell--2-desktop{width:16.6666666667%}:root .md-cell--3,:root .md-cell--3-desktop.md-cell--3-desktop{width:calc(25% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--3,.md-grid.md-grid--no-spacing>:root .md-cell--3-desktop.md-cell--3-desktop{width:25%}:root .md-cell--4,:root .md-cell--4-desktop.md-cell--4-desktop{width:calc(33.33333% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--4,.md-grid.md-grid--no-spacing>:root .md-cell--4-desktop.md-cell--4-desktop{width:33.3333333333%}:root .md-cell--5,:root .md-cell--5-desktop.md-cell--5-desktop{width:calc(41.66667% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--5,.md-grid.md-grid--no-spacing>:root .md-cell--5-desktop.md-cell--5-desktop{width:41.6666666667%}:root .md-cell--6,:root .md-cell--6-desktop.md-cell--6-desktop{width:calc(50% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--6,.md-grid.md-grid--no-spacing>:root .md-cell--6-desktop.md-cell--6-desktop{width:50%}:root .md-cell--7,:root .md-cell--7-desktop.md-cell--7-desktop{width:calc(58.33333% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--7,.md-grid.md-grid--no-spacing>:root .md-cell--7-desktop.md-cell--7-desktop{width:58.3333333333%}:root .md-cell--8,:root .md-cell--8-desktop.md-cell--8-desktop{width:calc(66.66667% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--8,.md-grid.md-grid--no-spacing>:root .md-cell--8-desktop.md-cell--8-desktop{width:66.6666666667%}:root .md-cell--9,:root .md-cell--9-desktop.md-cell--9-desktop{width:calc(75% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--9,.md-grid.md-grid--no-spacing>:root .md-cell--9-desktop.md-cell--9-desktop{width:75%}:root .md-cell--10,:root .md-cell--10-desktop.md-cell--10-desktop{width:calc(83.33333% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--10,.md-grid.md-grid--no-spacing>:root .md-cell--10-desktop.md-cell--10-desktop{width:83.3333333333%}:root .md-cell--11,:root .md-cell--11-desktop.md-cell--11-desktop{width:calc(91.66667% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--11,.md-grid.md-grid--no-spacing>:root .md-cell--11-desktop.md-cell--11-desktop{width:91.6666666667%}:root .md-cell--12,:root .md-cell--12-desktop.md-cell--12-desktop{width:calc(100% - 16px)}.md-grid.md-grid--no-spacing>:root .md-cell--12,.md-grid.md-grid--no-spacing>:root .md-cell--12-desktop.md-cell--12-desktop{width:100%}:root .md-cell--1-desktop-offset.md-cell--1-desktop-offset,:root .md-cell--1-offset{margin-left:calc(8.33333% + 8px)}.md-grid--no-spacing>:root .md-cell--1-desktop-offset.md-cell--1-desktop-offset,.md-grid--no-spacing>:root .md-cell--1-offset{margin-left:8.3333333333%}:root .md-cell--2-desktop-offset.md-cell--2-desktop-offset,:root .md-cell--2-offset{margin-left:calc(16.66667% + 8px)}.md-grid--no-spacing>:root .md-cell--2-desktop-offset.md-cell--2-desktop-offset,.md-grid--no-spacing>:root .md-cell--2-offset{margin-left:16.6666666667%}:root .md-cell--3-desktop-offset.md-cell--3-desktop-offset,:root .md-cell--3-offset{margin-left:calc(25% + 8px)}.md-grid--no-spacing>:root .md-cell--3-desktop-offset.md-cell--3-desktop-offset,.md-grid--no-spacing>:root .md-cell--3-offset{margin-left:25%}:root .md-cell--4-desktop-offset.md-cell--4-desktop-offset,:root .md-cell--4-offset{margin-left:calc(33.33333% + 8px)}.md-grid--no-spacing>:root .md-cell--4-desktop-offset.md-cell--4-desktop-offset,.md-grid--no-spacing>:root .md-cell--4-offset{margin-left:33.3333333333%}:root .md-cell--5-desktop-offset.md-cell--5-desktop-offset,:root .md-cell--5-offset{margin-left:calc(41.66667% + 8px)}.md-grid--no-spacing>:root .md-cell--5-desktop-offset.md-cell--5-desktop-offset,.md-grid--no-spacing>:root .md-cell--5-offset{margin-left:41.6666666667%}:root .md-cell--6-desktop-offset.md-cell--6-desktop-offset,:root .md-cell--6-offset{margin-left:calc(50% + 8px)}.md-grid--no-spacing>:root .md-cell--6-desktop-offset.md-cell--6-desktop-offset,.md-grid--no-spacing>:root .md-cell--6-offset{margin-left:50%}:root .md-cell--7-desktop-offset.md-cell--7-desktop-offset,:root .md-cell--7-offset{margin-left:calc(58.33333% + 8px)}.md-grid--no-spacing>:root .md-cell--7-desktop-offset.md-cell--7-desktop-offset,.md-grid--no-spacing>:root .md-cell--7-offset{margin-left:58.3333333333%}:root .md-cell--8-desktop-offset.md-cell--8-desktop-offset,:root .md-cell--8-offset{margin-left:calc(66.66667% + 8px)}.md-grid--no-spacing>:root .md-cell--8-desktop-offset.md-cell--8-desktop-offset,.md-grid--no-spacing>:root .md-cell--8-offset{margin-left:66.6666666667%}:root .md-cell--9-desktop-offset.md-cell--9-desktop-offset,:root .md-cell--9-offset{margin-left:calc(75% + 8px)}.md-grid--no-spacing>:root .md-cell--9-desktop-offset.md-cell--9-desktop-offset,.md-grid--no-spacing>:root .md-cell--9-offset{margin-left:75%}:root .md-cell--10-desktop-offset.md-cell--10-desktop-offset,:root .md-cell--10-offset{margin-left:calc(83.33333% + 8px)}.md-grid--no-spacing>:root .md-cell--10-desktop-offset.md-cell--10-desktop-offset,.md-grid--no-spacing>:root .md-cell--10-offset{margin-left:83.3333333333%}:root .md-cell--11-desktop-offset.md-cell--11-desktop-offset,:root .md-cell--11-offset{margin-left:calc(91.66667% + 8px)}.md-grid--no-spacing>:root .md-cell--11-desktop-offset.md-cell--11-desktop-offset,.md-grid--no-spacing>:root .md-cell--11-offset{margin-left:91.6666666667%}}:root .md-autocomplete-container{position:relative}:root .md-autocomplete-suggestion{color:rgba(0,0,0,.54);line-height:1.15;overflow:hidden;position:absolute;top:12px;white-space:nowrap}@media screen and (min-width:320px){:root .md-autocomplete-suggestion{font-size:16px}:root .md-autocomplete-suggestion--floating{top:37px}:root .md-autocomplete-suggestion--block{top:18px}}@media screen and (min-width:1025px){:root .md-autocomplete-suggestion{font-size:13px}:root .md-autocomplete-suggestion--floating{top:33px}:root .md-autocomplete-suggestion--block{top:15px}}:root .md-avatar{border:1px solid rgba(0,0,0,.12);border-radius:50%;height:40px;overflow:hidden;text-align:center;width:40px}:root .md-avatar .md-icon{color:inherit}:root .md-avatar--icon-sized{height:24px;width:24px}:root .md-avatar-img{height:100%;width:auto}:root .md-avatar-content{align-items:center;display:flex;font-size:24px;height:100%;justify-content:center;width:100%}:root .md-avatar--default{background:#616161;color:#f5f5f5}@media screen and (min-width:1025px){:root .md-avatar-content{font-size:20px}:root .md-avatar--icon-sized{height:20px;width:20px}}:root .md-avatar--red{background:#d50000;color:#ffebee}:root .md-avatar--pink{background:#d81b60;color:#fff}:root .md-avatar--purple{background:#7b1fa2;color:#e1bee7}:root .md-avatar--deep-purple{background:#311b92;color:#d1c4e9}:root .md-avatar--indigo{background:#3949ab;color:#c5cae9}:root .md-avatar--blue{background:#2962ff;color:#fff}:root .md-avatar--light-blue{background:#4fc3f7;color:#311b92}:root .md-avatar--cyan{background:#26c6da;color:#004d40}:root .md-avatar--teal{background:#1de9b6;color:#004d40}:root .md-avatar--green{background:#2e7d32;color:#e8f5e9}:root .md-avatar--light-green{background:#aed581;color:#1b5e20}:root .md-avatar--lime{background:#d4e157;color:#00695c}:root .md-avatar--yellow{background:#ff0;color:#795548}:root .md-avatar--amber{background:#ffca28;color:#4e342e}:root .md-avatar--orange{background:#fb8c00;color:#212121}:root .md-avatar--deep-orange{background:#ff3d00;color:#212121}:root .md-avatar--brown{background:#795548;color:#efebe9}:root .md-avatar--grey{background:#616161;color:#f5f5f5}:root .md-avatar--blue-grey{background:#455a64;color:#eceff1}:root .md-badge-container{position:relative}:root .md-badge{position:absolute;right:-8px;top:-8px}:root .md-badge--circular{align-items:center;border-radius:50%;display:flex;font-size:10px;height:24px;justify-content:center;width:24px}:root .md-badge--default{background:rgba(0,0,0,.2)}:root .md-bottom-navigation{bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:fixed;width:100%;z-index:11}:root .md-bottom-navigation--shifting{transition-duration:.3s;transition-property:background}:root .md-bottom-navigation--dynamic{-webkit-transform:translateZ(0);transform:translateZ(0);transition-duration:.3s;transition-property:background,-webkit-transform;transition-property:background,transform;transition-property:background,transform,-webkit-transform}:root .md-bottom-navigation--dynamic-inactive{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}:root .md-bottom-navigation-offset{padding-bottom:56px}:root .md-bottom-nav{color:inherit;display:block;flex-grow:1;font-size:12px;height:56px;max-width:168px;padding:8px 12px 10px;text-align:center;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:root .md-bottom-nav--active{flex-shrink:0;font-size:14px;padding-top:6px}:root .md-bottom-nav--fixed{min-width:80px}:root .md-bottom-nav--shifting{min-width:96px;position:static;transition-duration:.15s;transition-property:max-width}:root .md-bottom-nav--shifting-inactive{max-width:96px;min-width:56px;padding-top:16px}:root .md-bottom-nav--shifting .md-ink-container{overflow:visible}:root .md-bottom-nav--shifting .md-ink{background:hsla(0,0%,100%,.12)}:root .md-bottom-nav-label{transition-duration:.15s;transition-property:color,font-size}:root .md-bottom-nav-label--shifting-inactive{max-width:32px;overflow:hidden;white-space:nowrap}:root a.md-btn{text-decoration:none}:root .md-btn{background:transparent;border:0;position:relative;transition-duration:.15s;transition-property:background,color}:root .md-btn[disabled] *{pointer-events:none}:root .md-btn--tooltip{overflow:visible}:root .md-btn:focus{outline-style:none}:root .md-btn .md-icon-separator{height:100%}:root .md-btn--hover{background:hsla(0,0%,60%,.12)}:root .md-btn--color-primary-active{background:rgba(3,169,244,.12)}:root .md-btn--color-secondary-active{background:rgba(255,110,64,.12)}:root .md-btn--text{border-radius:2px;font-weight:500;min-width:88px;padding:8px 16px;text-transform:uppercase}:root .md-btn--raised{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);transition:background .15s,box-shadow .3s,color .15s}:root .md-btn--raised-disabled{background:rgba(0,0,0,.12)}:root .md-btn--raised-pressed{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.4)}:root .md-btn--icon{border-radius:50%;color:rgba(0,0,0,.54);height:48px;padding:12px;width:48px}:root .md-btn--floating{height:56px;padding:16px;transition-property:background,box-shadow,color;width:56px}:root .md-btn--floating-mini{height:40px;padding:8px;width:40px}:root .md-btn--fixed{position:fixed;z-index:10}@media screen and (min-width:320px){:root .md-btn--text{height:36px;margin-bottom:6px;margin-top:6px;font-size:14px}:root .md-btn--text:after,:root .md-btn--text:before{content:"";height:6px;left:0;position:absolute;right:0}:root .md-btn--text:before{top:-6px}:root .md-btn--text:after{bottom:-6px}:root .md-btn--fixed-tl{left:16px;top:16px}:root .md-btn--fixed-tr{right:16px;top:16px}:root .md-btn--fixed-bl{bottom:16px;left:16px}:root .md-btn--fixed-br{bottom:16px;right:16px}}@media screen and (min-width:1025px){:root .md-btn--text{height:32px;margin-bottom:0;margin-top:0;font-size:13px}:root .md-btn--text:after,:root .md-btn--text:before{display:none;visibility:hidden}:root .md-btn--text:before{top:0}:root .md-btn--text:after{bottom:0}:root .md-btn--fixed-tl{left:24px;top:24px}:root .md-btn--fixed-tr{right:24px;top:24px}:root .md-btn--fixed-bl{bottom:24px;left:24px}:root .md-btn--fixed-br{bottom:24px;right:24px}:root .md-btn--icon{height:40px;width:40px;padding:10px}:root .md-btn--floating{height:48px;padding:14px;width:48px}:root .md-btn--floating-mini{height:40px;padding:10px;width:40px}}:root .md-card{display:block}:root .md-card--raise{transition-duration:.3s;transition-property:box-shadow}:root .md-collapser--card{transition-duration:.3s;transition-property:background,-webkit-transform;transition-property:background,transform;transition-property:background,transform,-webkit-transform}:root .md-card-text{font-size:14px;padding:16px}:root .md-card-text p{font-size:inherit}:root .md-card-text p:last-child{margin-bottom:0}:root .md-card-text:last-child{padding-bottom:24px}:root .md-card-title{align-items:center;display:flex;padding:16px}:root .md-card-title:last-child{padding-bottom:24px}:root .md-card-title--primary{padding-top:24px}:root .md-card-title--title{font-size:14px;line-height:1.4285714286;margin:0;white-space:normal}:root .md-card-title--large{font-size:24px}:root .md-card-title--one-line{overflow:hidden}:root .md-card-title--one-line .md-card-title--title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root .md-avatar--card{flex-shrink:0;margin-right:16px}:root .md-dialog-footer--card{align-items:center;display:flex;justify-content:flex-start}:root .md-dialog-footer--card-centered{justify-content:center}:root .md-card--table .md-card-title{padding-left:24px}:root .md-chip{align-items:center;background:#e0e0e0;border:0;border-radius:16px;display:inline-flex;height:32px;padding-left:12px;padding-right:12px;position:relative;transition-duration:.15s;transition-property:box-shadow,background;vertical-align:top;white-space:nowrap}:root .md-chip:focus{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);outline-style:none}:root .md-chip--hover.md-chip--hover{background:#616161}:root .md-chip-text{color:rgba(0,0,0,.87);font-size:13px;transition-duration:.15s;transition-property:color}:root .md-chip .md-avatar{border:0;height:32px;left:0;position:absolute;top:0;width:32px}:root .md-chip--avatar{padding-left:40px}:root .md-chip-icon{color:rgba(0,0,0,.54);margin-left:4px;margin-right:4px;position:absolute;right:0;top:4px;z-index:1}:root .md-chip-icon--rotate{-webkit-transform:rotate(45deg);transform:rotate(45deg)}:root .md-chip--remove{padding-right:32px}:root .md-chip-text--contact{font-size:14px}:root .md-chip-text--hover{color:#fff}@media screen and (min-width:1025px){:root .md-chip-icon{margin-left:6px;margin-right:6px;top:6px}}:root .md-collapser.md-collapser,:root .md-collapser .md-tooltip-container{transition-duration:.15s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-collapser .md-tooltip-container{-webkit-transform:rotate(0deg);transform:rotate(0deg)}:root .md-collapser--flipped{-webkit-transform:rotate(180deg);transform:rotate(180deg)}:root .md-collapser--flipped .md-tooltip-container{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}:root .md-data-table{border-collapse:collapse;max-width:100%}:root .md-data-table--full-width{width:100%}:root .md-data-table--responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}:root tbody .md-table-row:not(:last-child),:root thead .md-table-row{border-bottom:1px solid rgba(0,0,0,.12)}:root tbody .md-table-row{transition-duration:.15s;transition-property:background}:root tbody .md-table-row--active{background:#f5f5f5}@media(min-device-width:1025px){:root tbody .md-table-row--hover{background:#eee}}:root .md-table-column{line-height:normal;padding-bottom:0;padding-right:24px;padding-top:0;vertical-align:middle;white-space:nowrap}:root .md-table-column:first-child{padding-left:24px}:root .md-table-column--relative{position:relative}:root .md-table-column--adjusted{padding-right:56px}:root .md-table-column--header{font-size:12px;font-weight:500;height:56px}:root .md-table-column--header .md-icon{font-size:16px}:root .md-table-column--data{font-size:13px;height:48px}:root .md-table-column--plain{height:48px;white-space:normal}:root .md-table-column--grow{width:100%}:root .md-table-column--select-header{padding-left:16px}:root .md-table-column .md-icon-separator{line-height:inherit}:root .md-table-checkbox .md-selection-control-label{display:flex}:root .md-table-checkbox .md-selection-control-container{margin-left:12px;margin-right:12px}:root .md-edit-dialog.md-dialog{width:250px}:root .md-edit-dialog__label{overflow:hidden;padding:16px 0;text-overflow:ellipsis;width:250px}@media screen and (max-width:1024px){:root .md-edit-dialog__label{font-size:16px}}:root .md-edit-dialog__content{display:flex;padding:24px 24px 8px}:root .md-edit-dialog__content:not(:first-child){padding-top:0}:root .md-edit-dialog__header{font-weight:500}:root .md-edit-dialog__header.md-text-field{font-size:12px}:root .md-edit-dialog__blocked-field{height:47px;width:250px}:root .md-edit-dialog__blocked-field.md-edit-dialog__blocked-field{padding-bottom:0;padding-top:0}:root .md-edit-dialog__blocked-field .md-text-field-icon-container{align-items:center}:root .md-table-column--select-field{padding-left:24px}:root .md-select-field-column .md-select-field--btn{height:47px}:root .md-table-footer--pagination .md-table-column{padding-left:0}:root .md-table-pagination{height:56px}:root .md-table-pagination--controls{align-items:center;display:inline-flex;justify-content:flex-start;position:absolute;white-space:nowrap}@media(max-width:767px){:root .md-table-pagination .md-text-field{font-size:13px}:root .md-table-pagination .md-icon-text:first-child{padding-right:4px}:root .md-table-pagination__label{display:none}}:root .md-table-card-header{position:relative}:root .md-table-card-header--no-title{align-items:center;display:flex;height:80px;padding-right:2px}:root .md-table-card-header .md-card-title{padding-right:2px}:root .md-table-card-header .md-card-title:last-child{padding-bottom:16px}:root .md-table-card-header .md-btn--dialog+.md-btn--dialog{margin-left:8px}:root .md-card-title--contextual{background:#fff3e0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}:root .md-card-title--title-contextual{color:#ff6e40;font-size:16px;font-weight:500;line-height:80px}:root .md-drop-down-enter{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}:root .md-drop-down-enter.md-drop-down-enter-active{transition-duration:.15s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-drop-down-enter.md-drop-down-enter-active,:root .md-drop-down-leave{-webkit-transform:translateZ(0);transform:translateZ(0)}:root .md-drop-down-leave.md-drop-down-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);transition-duration:.15s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-data-table--fixed{overflow-y:hidden}:root .md-data-table__fixed-wrapper{display:table;min-width:100%;position:relative}:root .md-data-table__fixed-wrapper--header{padding-top:56px}:root .md-data-table__fixed-wrapper--footer{padding-bottom:48px}:root .md-data-table__scroll-wrapper{overflow-x:hidden;overflow-y:auto}:root .md-table-column--fixed{height:0;padding-bottom:0;padding-top:0;visibility:hidden;white-space:nowrap}:root .md-table-column--fixed>*{display:none}:root .md-table-column--fixed .md-table-column__fixed{display:block}:root .md-table-column__fixed{position:absolute;visibility:visible}:root .md-table-column__fixed--header{top:0}:root .md-table-column__fixed--footer{bottom:0}:root .md-table-column__fixed--flex{align-items:center;display:flex}:root .md-table-column__fixed--flex-right{justify-content:flex-end}:root .md-table-column__fixed .md-table-checkbox--header{display:flex;height:56px}:root .md-table-column__fixed .md-table-checkbox--footer{display:flex;height:48px}:root .md-dialog-container.md-overlay{transition-duration:.3s;z-index:20}:root .md-dialog{width:280px;cursor:auto;position:fixed}:root .md-dialog--centered{left:50%;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);max-height:calc(100% - 48px);max-width:calc(100% - 80px)}:root .md-dialog--centered .md-list{padding-bottom:8px;padding-top:0}:root .md-dialog--centered .md-list-tile{height:auto;padding:16px 24px}:root .md-dialog--centered .md-tile-text--primary{white-space:normal}:root .md-dialog--centered-enter{-webkit-transform:translate3d(-50%,calc(-50% + -30px),0);transform:translate3d(-50%,calc(-50% + -30px),0)}:root .md-dialog--centered-enter.md-dialog--centered-enter-active{transition-duration:.3s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-dialog--centered-enter.md-dialog--centered-enter-active,:root .md-dialog--centered-leave{-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}:root .md-dialog--centered-leave.md-dialog--centered-leave-active{-webkit-transform:translate3d(-50%,calc(-50% + -30px),0);transform:translate3d(-50%,calc(-50% + -30px),0);transition-duration:.3s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-dialog--full-page{bottom:0;left:0;overflow:auto;top:0;width:100vw;z-index:110}:root .md-dialog--full-page-enter{-webkit-transform:scale(0);transform:scale(0)}:root .md-dialog--full-page-enter.md-dialog--full-page-enter-active{-webkit-transform:scale(1);transform:scale(1);transition-duration:.3s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-dialog--full-page-leave{-webkit-transform:scale(1);transform:scale(1)}:root .md-dialog--full-page-leave.md-dialog--full-page-leave-active{-webkit-transform:scale(0);transform:scale(0);transition-duration:.3s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-title--dialog{margin-bottom:0;padding:24px 24px 20px;white-space:normal}:root .md-dialog-content{-webkit-overflow-scrolling:touch;overflow:auto}:root .md-dialog-content--padded{padding:24px}:root .md-dialog-content--padded:not(:first-child){padding-top:0}:root .md-dialog-footer{display:flex;justify-content:flex-end}:root .md-dialog-footer--inline{padding:8px}:root .md-dialog-footer--inline .md-btn--dialog+.md-btn--dialog{margin-left:8px}:root .md-dialog-footer--stacked{align-items:flex-end;flex-direction:column;padding-bottom:8px;padding-right:8px}:root .md-dialog-footer--stacked .md-btn--dialog{margin-bottom:6px;margin-top:6px}:root .md-btn--dialog{height:36px;min-width:64px;padding-left:8px;padding-right:8px}:root .md-divider{background:rgba(0,0,0,.12);border:0;content:"";display:block;height:1px;margin:0}:root .md-divider--vertical{height:100%;width:1px}:root .md-divider--inset{margin-left:72px}:root .md-divider-border{border:0 solid rgba(0,0,0,.12)}:root .md-divider-border--top{border-top-width:1px}:root .md-divider-border--right{border-right-width:1px}:root .md-divider-border--bottom{border-bottom-width:1px}:root .md-divider-border--left{border-left-width:1px}@media screen and (min-width:320px)and (max-width:1024px){:root .md-drawer--left{max-width:320px;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);width:calc(100vw - 56px)}:root .md-drawer--right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}:root .md-drawer--mini.md-drawer--mini{width:48px}:root .md-list-tile--mini.md-list-tile--mini{padding-left:12px;padding-right:12px}:root .md-drawer-relative--mini.md-drawer-relative--mini{margin-left:48px}:root .md-toolbar~.md-list--drawer{height:calc(100% - 56px)}}@media screen and (min-width:320px)and (min-aspect-ratio:13/9){:root .md-toolbar~.md-list--drawer{height:calc(100% - 48px)}}@media screen and (min-width:768px){:root .md-drawer--left{max-width:400px;-webkit-transform:translate3d(-256px,0,0);transform:translate3d(-256px,0,0);width:256px}:root .md-drawer--right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}:root .md-drawer--mini.md-drawer--mini{width:72px}:root .md-list-tile--mini.md-list-tile--mini{padding-left:26px;padding-right:26px}:root .md-drawer-relative{margin-left:256px}:root .md-drawer-relative--mini.md-drawer-relative--mini{margin-left:72px}:root .md-toolbar~.md-list--drawer{height:calc(100% - 64px)}}:root .md-drawer{transition-duration:.3s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-drawer--fixed{bottom:0;position:fixed;top:0;z-index:17}:root .md-drawer--inline{display:inline-block;height:100%}:root .md-drawer--left{left:0}:root .md-drawer--right{right:0}:root .md-drawer--active{-webkit-transform:translateZ(0);transform:translateZ(0)}:root .md-drawer--mini{z-index:16}:root .md-list--drawer{-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto}:root .md-overlay--drawer.md-overlay--drawer{transition-duration:.3s}:root .md-expansion-panel{background:#fff;transition-duration:.15s;transition-property:margin}:root .md-expansion-panel--expanded:not(:first-child){margin-top:16px}:root .md-expansion-panel--expanded:not(:last-child){margin-bottom:16px}:root .md-panel-column--overflown{flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word}:root .md-panel-column:not(:last-child){padding-right:16px}:root .md-panel-header{align-items:center;display:flex;font-size:15px;height:48px;justify-content:space-between;padding-left:24px;padding-right:24px;transition-duration:.15s;transition-property:background,height}:root .md-panel-header--expanded{height:64px}:root .md-panel-header--focused{background:#eee}:root .md-panel-content{padding:0 24px 16px}:root .md-panel-secondary-label{color:rgba(0,0,0,.54);font-size:12px}:root .md-file-input{height:0;opacity:0;overflow:hidden;position:absolute;width:0}:root .md-file-input-container{position:relative}:root .md-file-input-container .md-btn{display:block}:root .md-ink-container{border-radius:inherit;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}:root .md-ink-container--2x{height:200%;left:-50%;top:-50%;width:200%}:root .md-ink{background:rgba(0,0,0,.12);border-radius:50%;display:block;opacity:1;position:absolute;-webkit-transform:scale(0);transform:scale(0);z-index:-1}:root .md-ink--active{transition-duration:.45s;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;transition-timing-function:cubic-bezier(.4,0,1,1)}:root .md-ink--expanded{-webkit-transform:scale(1);transform:scale(1)}:root .md-ink--leaving{opacity:0;transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}:root .md-icon{color:rgba(0,0,0,.54);font-size:24px;text-align:center;transition-duration:.15s;transition-property:color;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:root svg.md-icon{fill:currentColor;height:24px;width:24px}:root .md-icon-separator{align-items:center;display:flex;font-weight:inherit;text-align:left}:root .md-icon-separator .md-icon{flex-grow:0;flex-shrink:0}:root .md-icon-text{flex-grow:1;flex-shrink:0;font-weight:inherit;line-height:inherit}:root .md-icon-text:first-child{padding-right:16px}:root .md-icon-text:last-child{padding-left:16px}@media screen and (min-width:1025px){:root .material-icons.md-icon{font-size:20px}:root svg.md-icon{height:20px;width:20px}}:root .md-layover-enter{-webkit-transform:scale(0);transform:scale(0)}:root .md-layover-enter.md-layover-enter-active{-webkit-transform:scale(1);transform:scale(1);transition-duration:.2s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:cubic-bezier(0,0,.2,1)}:root .md-layover-leave{opacity:1}:root .md-layover-leave.md-layover-leave-active{opacity:0;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,1,1)}:root .md-layover-child{position:fixed;z-index:100}:root .md-layover-child--tl{-webkit-transform-origin:0 0;transform-origin:0 0}:root .md-layover-child--tr{-webkit-transform-origin:100% 0;transform-origin:100% 0}:root .md-layover-child--bl{-webkit-transform-origin:0 100%;transform-origin:0 100%}:root .md-layover-child--br{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}:root .md-layover-child--below{-webkit-transform-origin:50% 0;transform-origin:50% 0}:root .md-layover-child--below.md-layover-enter{-webkit-transform:scaleY(0);transform:scaleY(0)}:root .md-layover-child--below.md-layover-enter.md-layover-enter-active{-webkit-transform:scaleY(1);transform:scaleY(1)}:root .md-layover--simplified{position:relative}:root .md-layover-child--simplified{position:absolute}:root .md-list{background:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:root .md-list .md-avatar,:root .md-list .md-icon{flex-shrink:0}:root .md-list .md-divider:not(.md-list-item--divider-vertical){margin-bottom:8px;margin-top:8px}:root .md-list .md-list:not(.md-list--menu){background:inherit}:root .md-list-tile{align-items:center;display:flex;padding-left:16px;padding-right:16px;text-decoration:none;transition-duration:.15s;transition-property:background}:root .md-list-tile--active{background:rgba(0,0,0,.12)}:root .md-list-item--inset{padding-left:72px}:root .md-list-item--flex{display:flex}:root .md-list-item--button-grow{flex-grow:1}:root .md-list-item--divider-vertical{flex-shrink:0;height:calc(100% - 4px);margin-left:2px;margin-right:2px;margin-top:2px;width:2px}:root .md-list-item--children-inline{align-self:center;padding-right:2px}:root .md-tile-content{flex-grow:1;overflow:hidden}:root .md-tile-content--left-icon{padding-left:32px}:root .md-tile-content--left-avatar{padding-left:16px}:root .md-tile-content--right-padding{padding-right:16px}:root .md-tile-addon{line-height:1.4285714286}:root .md-tile-addon--icon{height:24px}:root .md-tile-addon--avatar{height:40px}:root .md-text--theme-primary .md-icon{color:inherit}:root .md-tile-text--primary,:root .md-tile-text--secondary{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root .md-tile-text--three-lines{white-space:pre-line;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}:root .md-list-tile--three-lines .md-tile-addon{align-self:flex-start}:root .md-list--nested-1 .md-list-tile{padding-left:72px}:root .md-list--nested-2 .md-list-tile{padding-left:108px}:root .md-list-control{flex-grow:1}:root .md-list-control .md-selection-control-label,:root .md-list-control .md-selection-control-label>span{width:100%}:root .md-tile-content--left-button{padding-left:24px}:root .md-list-control--right{justify-content:flex-end}:root .md-list-tile--control-left{padding-left:0}:root .md-list-tile--control-right{padding-right:0}@media screen and (min-width:320px){:root .md-list{padding-bottom:8px;padding-top:8px}:root .md-list-tile{height:48px}:root .md-tile-text--primary{font-size:16px}:root .md-tile-text--secondary{font-size:14px}:root .md-list-tile--avatar{height:56px}:root .md-list-tile--two-lines{height:72px}:root .md-list-tile--three-lines{height:88px}:root .md-list-tile--three-lines .md-tile-text--secondary{height:40px}:root .md-list-tile--three-lines .md-tile-addon{margin-top:14px}}@media screen and (min-width:1025px){:root .md-list{padding-bottom:4px;padding-top:4px}:root .md-list-tile{height:40px}:root .md-tile-text--primary,:root .md-tile-text--secondary{font-size:13px}:root .md-list-tile--avatar{height:48px}:root .md-list-tile--two-lines{height:60px}:root .md-list-tile--three-lines{height:76px}:root .md-list-tile--three-lines .md-tile-text--secondary{height:37.1428571429px}:root .md-list-tile--three-lines .md-tile-addon{margin-top:12px}:root .md-tile-addon--icon{height:20px}:root .md-tile-content--left-icon{padding-left:36px}}:root .md-list--inline{display:flex;padding:0}:root .md-media{display:block;height:0;overflow:hidden;padding:0;position:relative}:root .md-media--16-9{padding-bottom:56.25%}:root .md-media--4-3{padding-bottom:75%}:root .md-media--1-1{padding-bottom:100%}:root .md-media-overlay{background:rgba(0,0,0,.54);bottom:0;position:absolute;width:100%;z-index:1}:root .md-media-overlay .md-btn,:root .md-media-overlay .md-text{color:#fff}:root .md-media-overlay .md-text--secondary{color:hsla(0,0%,100%,.7)}:root .md-list--menu{min-width:112px}:root .md-list--menu-restricted{-webkit-overflow-scrolling:touch;overflow-y:auto}:root .md-list--menu-contained{width:100%}:root .md-list--menu-below{left:0;top:100%;-webkit-transform-origin:50% 0;transform-origin:50% 0}:root .md-list--menu-tr{right:0;top:0;-webkit-transform-origin:100% 0;transform-origin:100% 0}:root .md-list--menu-tl{top:0;-webkit-transform-origin:0 0;transform-origin:0 0}:root .md-list--menu-br{right:0;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}:root .md-list--menu-bl{-webkit-transform-origin:0 100%;transform-origin:0 100%}@media screen and (min-width:1025px){:root .md-list--menu-cascading{padding-bottom:16px;padding-top:16px}:root .md-list--menu-cascading .md-list-tile{padding-left:24px;padding-right:24px}:root .md-list--menu-cascading .md-list-tile:not(.md-list-tile--two-lines):not(.md-list-tile--three-lines){height:32px}:root .md-list--menu-cascading .md-tile-text--primary{font-size:15px}:root .md-list--menu-cascading .md-collapser{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}:root .md-list--menu-cascading .md-collapser--flipped{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@media screen and (min-width:320px){:root .md-list--menu-restricted{max-height:272px}}@media screen and (min-width:1025px){:root .md-list--menu-restricted{max-height:264px}}@media screen and (min-width:320px){:root .md-navigation-drawer-content{min-height:calc(100vh - 56px)}}@media screen and (min-width:320px)and (min-aspect-ratio:13/9){:root .md-navigation-drawer-content{min-height:calc(100vh - 48px)}}@media screen and (min-width:768px){:root .md-navigation-drawer-content{min-height:calc(100vh - 64px)}:root .md-title.md-title--persistent-offset{margin-left:216px}}@media screen and (min-width:1025px){:root .md-title.md-title--persistent-offset{margin-left:226px}}:root .md-toolbar.md-toolbar--over-drawer{z-index:19}:root .md-title--drawer-active.md-title--drawer-active{transition-duration:.3s;transition-property:margin-left}:root .md-navigation-drawer-content{display:block}:root .md-navigation-drawer-content:focus{outline-style:none}:root .md-navigation-drawer-content--inactive{margin-left:0}:root .md-navigation-drawer-content--active{transition-duration:.3s;transition-property:margin-left}:root .md-navigation-drawer-content--prominent-offset{min-height:calc(100vh - 128px)}:root .md-title.md-title--permanent-offset{margin-left:276px}:root .md-cross-fade-enter{opacity:.01;-webkit-transform:translate3d(0,16px,0);transform:translate3d(0,16px,0)}:root .md-cross-fade-enter.md-cross-fade-enter-active{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);transition-duration:.3s;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}:root .md-overlay{background:rgba(0,0,0,.4);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition-duration:.15s;transition-property:opacity;z-index:16}:root .md-overlay--active{opacity:1}:root .md-paper--0{box-shadow:none}@media screen and (min-width:1025px){:root .md-paper--0-hover{transition-duration:.3s;transition-property:box-shadow}:root .md-paper--0-hover:hover{box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4)}}:root .md-paper--1{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)}:root .md-paper--2{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.4)}:root .md-paper--3{box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4)}:root .md-paper--4{box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.4)}:root .md-paper--5{box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.4)}:root .md-picker-container{position:relative}:root .md-picker-content-container{background:#fff}:root .md-picker--inline{box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4);position:absolute;z-index:12}:root .md-picker--inline-icon{left:40px}:root .md-picker-control{padding:0}:root .md-picker-text{color:hsla(0,0%,100%,.7)}:root .md-picker-text.md-picker-text>*{color:inherit}:root .md-picker-text>*{font-weight:inherit;margin:0;transition-duration:.15s;transition-property:color,font}:root .md-picker-text--active{color:#fff;font-weight:500}:root .md-dialog--picker{-webkit-overflow-scrolling:touch;max-height:calc(100% - 16px);max-width:calc(100% - 16px);overflow:auto;width:auto}:root .md-dialog-content--picker{padding:0}:root .md-picker-header{background:#03a9f4;padding:24px}@media(orientation:portrait){:root .md-picker{width:330px}:root .md-picker .md-picker-header{height:110px}:root .md-picker .md-time-periods{display:inline-block;padding-left:1em;padding-right:24px}:root .md-picker .md-picker-content{height:340px}:root .md-picker .md-display-3{font-size:5em;line-height:1}:root .md-picker .md-calendar-dows{padding-bottom:12px}:root .md-picker.md-picker--date .md-display-1{display:inline-block}:root .md-picker .md-calendar-date--btn{height:44px}:root .md-picker .md-calendar-date--btn:after{height:36px;width:36px}:root .md-picker .md-clock-face{height:282px;width:282px}:root .md-picker .md-clock-hand{width:121px}:root .md-picker .md-clock-hand--inner{width:85px}}@media(orientation:landscape){:root .md-picker{display:flex;width:560px}:root .md-picker .md-picker-header{width:190px}:root .md-picker .md-picker-content{height:280px;width:370px}:root .md-picker .md-calendar-date--btn{height:35px}:root .md-picker .md-calendar-date--btn:after{height:32px;width:32px}:root .md-picker.md-picker--time .md-picker-header{padding-top:93.3333333333px}:root .md-picker .md-clock-face{height:244px;width:244px}:root .md-picker .md-clock-hand{width:102px}:root .md-picker .md-clock-hand--inner{width:66px}:root .md-picker .md-time-periods{margin-left:auto;margin-right:2.5em;width:35px}:root .md-picker .md-display-3{font-size:3.25em}}@media(max-width:320px)and (orientation:portrait){:root .md-picker{width:304px}}@media(max-height:320px)and (orientation:landscape){:root .md-picker .md-picker-content{height:256px;width:calc(100vw - 206px)}}:root .md-picker--date .md-picker-control{display:block}:root .md-picker-content--calendar{padding-left:12px;padding-right:12px}:root .md-calendar-controls{align-items:center;display:flex}:root .md-calendar-controls .md-title{flex-grow:1;font-size:16px;margin-bottom:0;text-align:center}:root .md-calendar-date{margin:0;width:14.28571%}:root .md-picker-content--year{-webkit-overflow-scrolling:touch;overflow-y:auto}:root .md-years{list-style:none;margin:0;padding:0}:root .md-year{font-size:16px;padding:12px;transition-duration:.15s;transition-property:color,font-size}:root .md-year:focus:not(.md-year--active){font-size:20px}:root .md-year--active{font-size:24px;font-weight:500}:root .md-calendar-date--btn:after{background:#03a9f4;border-radius:50%;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(0);transform:translateX(-50%) translateY(-50%) scale(0);transition-duration:.15s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;z-index:0}:root .md-calendar-date--btn-active{font-weight:700}:root .md-calendar-date--btn-active:after{-webkit-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}:root .md-calendar-date--date{position:relative;z-index:1}:root .md-calendar-dow{font-size:13px;font-weight:700;line-height:1.4285714286}:root .md-picker-content--clock{padding:24px 24px 12px}:root .md-time-periods .md-picker-control{display:block}:root .md-time-period{font-size:1.1428571429em;font-weight:500;margin:0;padding:0}:root .md-clock-face{background:#f5f5f5;border-radius:50%;position:relative}:root .md-clock-hand{height:2px;position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0;transition-duration:.15s;transition-property:width;z-index:1}:root .md-clock-hand--active{transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}:root .md-clock-hand:after,:root .md-clock-hand:before{background:#03a9f4;border-radius:50%;content:"";position:absolute}:root .md-clock-hand:before{height:6px;left:-3px;top:-2px;width:6px}:root .md-clock-hand:after{height:36px;right:-16px;top:-18px;transition-duration:.15s;transition-property:background,border,-webkit-transform;transition-property:background,border,transform;transition-property:background,border,transform,-webkit-transform;width:36px}:root .md-clock-hand--minute-hover:after{-webkit-transform:scale(.4);transform:scale(.4)}:root .md-clock-time{align-items:center;display:flex;height:36px;justify-content:center;position:absolute;width:36px;z-index:8}:root .md-clock-time:focus{outline-style:none}:root .md-progress{display:block;margin-bottom:1em;margin-top:1em}:root .md-progress--circular-determinate{transition-duration:.15s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-progress--circular-indeterminate{-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:md-circular-progress;animation-name:md-circular-progress;-webkit-animation-timing-function:linear;animation-timing-function:linear}:root .md-circular-progress-path{fill:none;stroke:#ff6e40;stroke-dasharray:187px}:root .md-circular-progress-path--animated{-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:md-circular-progress-dash;animation-name:md-circular-progress-dash;-webkit-animation-timing-function:ease-ine-out;animation-timing-function:ease-ine-out;stroke-dashoffset:0}@-webkit-keyframes md-circular-progress{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}75%{-webkit-transform:rotate(450deg);transform:rotate(450deg)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes md-circular-progress{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}75%{-webkit-transform:rotate(450deg);transform:rotate(450deg)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@-webkit-keyframes md-circular-progress-dash{0%{stroke-dashoffset:187px}50%{stroke-dashoffset:46.75px}to{stroke-dashoffset:187px}}@keyframes md-circular-progress-dash{0%{stroke-dashoffset:187px}50%{stroke-dashoffset:46.75px}to{stroke-dashoffset:187px}}:root .md-progress--linear{background:#ffd180;height:3px;overflow:hidden;position:relative;width:100%}:root .md-progress--linear-active{background:#ff6e40}:root .md-progress--linear-determinate{height:100%;position:absolute;z-index:1}:root .md-progress--linear-indeterminate:after,:root .md-progress--linear-indeterminate:before{background:inherit;bottom:0;content:"";position:absolute;top:0;will-change:left,right;z-index:1}:root .md-progress--linear-indeterminate:before{-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:md-linear-indeterminate;animation-name:md-linear-indeterminate;-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1)}:root .md-progress--linear-indeterminate:after{-webkit-animation-delay:1.15s;animation-delay:1.15s;-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:md-linear-indeterminate-short;animation-name:md-linear-indeterminate-short;-webkit-animation-timing-function:cubic-bezier(.4,0,1,1);animation-timing-function:cubic-bezier(.4,0,1,1)}:root .md-progress--linear-query:after,:root .md-progress--linear-query:before{animation-direction:reverse}@-webkit-keyframes md-linear-indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes md-linear-indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@-webkit-keyframes md-linear-indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes md-linear-indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}:root .md-select-field{cursor:inherit;display:flex;flex-wrap:wrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:root .md-select-field .md-divider{width:100%}:root .md-select-field__toggle{position:relative}:root .md-select-field--btn.md-select-field--btn{padding:16px 16px 16px 24px}:root .md-select-field--text-field{pointer-events:none}:root .md-drop-enter{-webkit-transform:translate3d(0,-6px,0);transform:translate3d(0,-6px,0)}:root .md-drop-enter.md-drop-enter-active{-webkit-transform:translateZ(0);transform:translateZ(0);transition-duration:.3s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}@media screen and (min-width:320px){:root .md-select-field--btn{height:48px}:root .md-select-field--text-field{height:18px}}@media screen and (min-width:1025px){:root .md-select-field--btn{height:40px}:root .md-select-field--text-field{height:15px}}:root .md-selection-control-container--inline{display:inline-block}:root .md-selection-control-input{height:0;position:absolute;visibility:hidden;width:0}:root .md-selection-control-label{align-items:center;display:inline-flex}:root .md-selection-control-group{border:0}:root .md-switch-container{align-items:center;display:flex;height:48px}:root .md-switch-container.md-selection-control-container--inline{display:inline-flex}:root .md-switch-track{border-radius:8px;flex-shrink:0;height:16px;margin-left:12px;margin-right:12px;position:relative;width:40px}:root .md-switch-track--on{background:rgba(255,152,0,.5)}:root .md-switch-track--off{background:rgba(0,0,0,.38)}:root .md-switch-track--disabled{background:rgba(0,0,0,.12)}:root .md-switch-thumb{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);border-radius:50%;content:"";display:block;height:24px;position:absolute;transition-duration:.15s;transition-property:background,-webkit-transform;transition-property:background,transform;transition-property:background,transform,-webkit-transform;width:24px}:root .md-switch-thumb--on{background:#ff9800;-webkit-transform:translate3d(20px,-4px,0);transform:translate3d(20px,-4px,0)}:root .md-switch-thumb--off{background:#fafafa;-webkit-transform:translate3d(-4px,-4px,0);transform:translate3d(-4px,-4px,0)}:root .md-switch-thumb--disabled{background:#bdbdbd}@media screen and (min-width:320px){:root .md-selection-control-label{font-size:16px}}@media screen and (min-width:1025px){:root .md-selection-control-label{font-size:13px}:root .md-selection-control-container{height:40px}}:root .md-slider-container{display:flex;flex-wrap:wrap;text-align:left}:root .md-slider-label{display:block;width:100%}:root .md-slider-input{height:0;position:absolute;visibility:hidden;width:0}:root .md-slider-track{background:rgba(0,0,0,.26);content:"";display:block;flex-grow:1;flex-shrink:0;height:2px;margin-bottom:23px;margin-top:23px;position:relative}:root .md-slider-track-fill{background:#03a9f4;border:0;height:2px;left:0;margin:0;position:absolute;top:0;transition-duration:.15s;transition-property:width}:root .md-slider-track-fill--dragging{transition-property:none}:root .md-slider-thumb{border-radius:50%;content:"";display:inline-block;height:14px;position:absolute;top:-6px;transition-duration:.15s;transition-property:left,background,-webkit-transform;transition-property:left,transform,background;transition-property:left,transform,background,-webkit-transform;width:14px;z-index:5}:root .md-slider-thumb:focus{outline-style:none}:root .md-slider-thumb--on{background:#03a9f4}:root .md-slider-thumb--active{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transform-origin:center;transform-origin:center}:root .md-slider-thumb--dragging{transition-property:background,-webkit-transform;transition-property:transform,background;transition-property:transform,background,-webkit-transform}:root .md-slider-thumb--disabled{background:rgba(0,0,0,.26);-webkit-transform:scale(.75);transform:scale(.75)}:root .md-slider-thumb--continuous-off{background:#fff;border:2px solid rgba(0,0,0,.26);position:relative}:root .md-slider-thumb--mask{-webkit-transform:scale(1);transform:scale(1)}:root .md-slider-thumb--mask-inked{background:rgba(3,169,244,.15);-webkit-transform:scale(3.5);transform:scale(3.5);z-index:4}:root .md-slider-thumb--mask-disabled{background:#fff;border-radius:0;-webkit-transform:scale(1.1);transform:scale(1.1);z-index:4}:root .md-slider-thumb--discrete:after{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid transparent;border-top-left-radius:10px;border-top-right-radius:10px;content:"";height:0;left:0;position:absolute;top:10px;transition-duration:.15s;transition-property:border-top-color,-webkit-transform;transition-property:border-top-color,transform;transition-property:border-top-color,transform,-webkit-transform;width:0}:root .md-slider-thumb--discrete-active{top:0;-webkit-transform:scale(2) translate3d(0,-18px,0);transform:scale(2) translate3d(0,-18px,0)}:root .md-slider-thumb--discrete-on:after{border-top-color:#03a9f4}:root .md-slider-thumb--discrete-off{background:#000}:root .md-slider-thumb--discrete-active-off{background:#bdbdbd}:root .md-slider-thumb--discrete-active-off:after{border-top-color:#bdbdbd}:root .md-slider-thumb--discrete-mask-inked{-webkit-transform:scale(2.5);transform:scale(2.5);transition-duration:.3s}:root .md-slider-thumb--discrete-mask-leaving{background:rgba(3,169,244,.3);transition-duration:.3s;z-index:4}:root .md-slider-discrete-value{align-items:center;color:#fff;display:flex;font-size:12px;height:28px;justify-content:center;position:absolute;text-align:center;-webkit-transform:translate3d(-7px,-43px,0);transform:translate3d(-7px,-43px,0);transition-duration:.15s;transition-property:left;width:28px;z-index:6}:root .md-slider-discrete-tick{background:#000;content:"";height:2px;position:absolute;top:0;z-index:4}:root .md-slider-discrete-value--dragging{transition-property:none}:root .md-slider-editor{text-align:right}:root .md-slider-container .md-text-field-container{margin-left:4px;padding-right:0}@media screen and (min-width:320px){:root .md-slider-ind{font-size:16px;margin-top:14px}}@media screen and (min-width:1025px){:root .md-slider-ind{font-size:13px;margin-top:16px}}:root .md-slider-container .md-icon{margin-bottom:12px;margin-top:12px}:root .md-slider-ind{display:block;text-align:center}:root .md-slider-track--ind-left{margin-left:16px}:root .md-slider-track--ind-right{margin-right:16px}:root .md-subheader{font-size:14px;font-weight:500;height:48px;line-height:48px;padding-left:16px;padding-right:16px}:root .md-snackbar-container{position:absolute}:root .md-snackbar{align-items:center;background:#323232;bottom:0;display:flex;height:48px;justify-content:space-between;position:fixed;-webkit-transform-origin:0 100%;transform-origin:0 100%;z-index:20}:root .md-snackbar--multiline{height:80px}:root .md-snackbar--toast{color:#fff;margin-bottom:0;padding-left:24px;padding-right:24px}:root .md-snackbar-enter-active,:root .md-snackbar-leave-active{transition-duration:.3s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-snackbar-enter-active *,:root .md-snackbar-leave-active *{transition-duration:.3s;transition-property:opacity}:root .md-snackbar-enter.md-snackbar-enter-active{transition-timing-function:cubic-bezier(0,0,.2,1)}:root .md-snackbar-leave.md-snackbar-leave-active{transition-timing-function:cubic-bezier(.4,0,1,1)}:root .md-snackbar-enter *,:root .md-snackbar-leave.md-snackbar-leave-active *{opacity:0}:root .md-snackbar-enter.md-snackbar-enter-active *,:root .md-snackbar-leave *{opacity:1}:root .md-btn--snackbar{padding-left:24px;padding-right:24px}@media screen and (min-width:320px){:root .md-snackbar{left:0;right:0}:root .md-snackbar-enter,:root .md-snackbar-leave.md-snackbar-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}:root .md-snackbar-enter.md-snackbar-enter-active,:root .md-snackbar-leave{-webkit-transform:translateZ(0);transform:translateZ(0)}:root .md-snackbar--action{padding-right:0}:root .md-btn--snackbar-floating{transition:bottom .3s,background .15s,box-shadow .15s,color .15s;will-change:bottom}:root .md-btn--snackbar-floating-adjust{bottom:64px}:root .md-btn--snackbar-floating-multiline-adjust{bottom:96px}}@media screen and (min-width:768px){:root .md-snackbar{border-radius:2px;left:50%;max-width:568px;min-width:288px;right:auto;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}:root .md-snackbar-enter,:root .md-snackbar-leave.md-snackbar-leave-active{-webkit-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}:root .md-snackbar-enter.md-snackbar-enter-active,:root .md-snackbar-leave{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}:root .md-snackbar--action{padding-right:24px}:root .md-btn--snackbar-floating-adjust,:root .md-btn--snackbar-floating-multiline-adjust{bottom:24px}}:root .md-tabs{display:flex;position:relative}:root .md-tabs.md-background--primary .md-ink{background:hsla(0,0%,100%,.12)}:root .md-tabs--centered{justify-content:center}:root .md-tabs--centered .md-tab,:root .md-tabs--pagination .md-tab{flex-grow:0}:root .md-tab{align-items:center;color:inherit;display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;height:48px;justify-content:flex-end;overflow:hidden;padding-bottom:20px;padding-left:12px;padding-right:12px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase}:root .md-tab--multiline{font-size:12px;padding-bottom:12px}:root .md-tab--icon{height:72px;padding-bottom:16px}:root .md-tab--inactive{color:hsla(0,0%,100%,.7)}:root .md-tab-indicator{background:#ff6e40;bottom:0;content:"";height:2px;left:0;position:absolute}:root .md-btn--tab-overflow{bottom:2px;position:absolute}:root .md-btn--tab-overflow--icon{bottom:8px}:root .md-btn--tab-overflow-left{left:6px;z-index:3}:root .md-btn--tab-overflow-right{right:12px}:root .md-menu--tab{margin-right:100%}:root .md-menu--tab .md-icon{color:inherit}:root .md-menu--tab .md-tab{padding-top:12px}:root .md-icon--tab{color:inherit;margin-bottom:10px}:root .md-tab-toolbar{width:100%}:root .md-tabs-fixed-container{left:0;position:fixed;right:0;top:0;z-index:15}:root .md-tabs-content--offset{margin-top:48px}:root .md-tabs-content--offset-icon{margin-top:72px}:root .md-tabs-content--offset-toolbar-prominent{margin-top:176px}:root .md-tabs-content--offset-toolbar-prominent-icon{margin-top:200px}@media screen and (min-width:320px){:root .md-toolbar~.md-tabs{margin-top:-1px}:root .md-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}:root .md-tab{max-width:calc(100vw - 56px);min-width:72px}:root .md-tab-label{font-size:14px;font-weight:500;line-height:14px}}@media screen and (min-width:320px)and (max-aspect-ratio:13/9){:root .md-tabs-content--offset-toolbar{margin-top:104px}:root .md-tabs-content--offset-toolbar-icon{margin-top:128px}}@media screen and (min-width:320px)and (min-aspect-ratio:13/9){:root .md-tabs-content--offset-toolbar{margin-top:96px}:root .md-tabs-content--offset-toolbar-icon{margin-top:120px}}@media screen and (min-width:768px){:root .md-tabs-content--offset-toolbar{margin-top:112px}:root .md-tabs-content--offset-toolbar-icon{margin-top:136px}}@media screen and (min-width:1025px){:root .md-toolbar~.md-tabs{margin-top:0}:root .md-tabs{overflow:visible}:root .md-tab{max-width:264px;min-width:160px;padding-left:24px;padding-right:24px}:root .md-tab-label{font-size:13px;line-height:13px}:root .md-icon--tab{margin-bottom:12px;margin-top:2px}}:root .md-text-field-container{position:relative}:root .md-text-field-container--input{line-height:1.15}:root .md-text-field-container--input-block{display:flex}:root .md-text-field-container--input-block .md-text-field-message-container{flex-shrink:0}:root .md-text-field-container--multiline,:root .md-text-field-multiline-container{transition-duration:.15s;transition-property:height}:root .md-text-field-multiline-container{position:relative}:root .md-text-field-container--multiline{display:flex;flex-direction:column}:root .md-text-field{background:none;border:0;line-height:inherit;padding:0;width:100%}:root .md-text-field:placeholder{color:rgba(0,0,0,.54)}:root .md-text-field:-moz-placeholder,:root .md-text-field::-moz-placeholder{color:rgba(0,0,0,.54)}:root .md-text-field:-ms-input-placeholder{color:rgba(0,0,0,.54)}:root .md-text-field::-webkit-input-placeholder{color:rgba(0,0,0,.54)}:root .md-text-field:focus{outline-style:none}:root .md-text-field[type=search]{-webkit-appearance:textfield}:root .md-text-field:-webkit-autofill,:root .md-text-field:-webkit-autofill:focus{box-shadow:inset 0 0 0 50px #fff}:root .md-text-field--margin{margin-top:13px}:root .md-text-field[disabled]:placeholder{color:rgba(0,0,0,.38)}:root .md-text-field[disabled]:-moz-placeholder,:root .md-text-field[disabled]::-moz-placeholder{color:rgba(0,0,0,.38)}:root .md-text-field[disabled]:-ms-input-placeholder{color:rgba(0,0,0,.38)}:root .md-text-field[disabled]::-webkit-input-placeholder{color:rgba(0,0,0,.38)}:root .md-text-field--multiline{padding-bottom:0;padding-top:0;resize:none}:root .md-text-field--multiline-mask{overflow:hidden;position:absolute;visibility:hidden}:root .md-divider--text-field{margin-top:7px;overflow:visible}:root .md-divider--text-field:after{background:#03a9f4;content:"";display:block;height:2px;transition-duration:.15s;transition-property:width;width:0}:root .md-divider--text-field-expanded:after{width:100%}:root .md-divider--text-field-error,:root .md-divider--text-field-error:after{background:#f44336}:root .md-divider--expand-from-left:after{left:0}:root .md-divider--expand-from-center:after{margin:auto}:root .md-divider--expand-from-right:after{right:0}:root .md-floating-label{cursor:text;line-height:1;pointer-events:none;position:absolute;top:0;transition-duration:.15s;transition-property:font-size,color,-webkit-transform;transition-property:transform,font-size,color;transition-property:transform,font-size,color,-webkit-transform;white-space:nowrap}:root .md-floating-label--floating{font-size:12px}:root .md-floating-label--icon-offset{left:40px}@media screen and (min-width:1025px){:root .md-floating-label--icon-offset{left:36px}}:root .md-text-field-message-container{display:flex;font-size:12px;justify-content:space-between}:root .md-text-field-message-container--count-only{justify-content:flex-end}:root .md-text-field-message-container--left-icon-offset{padding-left:40px}:root .md-text-field-message-container--right-icon-offset{padding-right:40px}:root .md-text-field-message{color:inherit;flex-grow:1;line-height:1.4285714286;transition-duration:.15s;transition-property:opacity;white-space:normal}:root .md-text-field-message--counter{display:block;flex-grow:0;flex-shrink:0;padding-left:16px}:root .md-text-field-message--inactive{opacity:0}:root .md-text-field-message--active{opacity:1}:root .md-text-field-divider-container{display:inline-block}:root .md-text-field-divider-container--grow{display:block;flex-grow:1}:root .md-text-field-divider-container+.md-text-field-icon,:root .md-text-field-icon+.md-text-field-divider-container{margin-left:16px}:root .md-text-field-icon-container{align-items:flex-end;display:flex;width:100%}.md-text-field-container--input-block :root .md-text-field-icon-container{align-items:center}:root .md-text-field-inline-indicator{position:absolute;right:0}:root .md-text-field--inline-indicator{width:calc(100% - 24px)}:root .md-password-btn{background:transparent;border:0;height:24px;padding:0;width:24px}:root .md-password-btn:not(.md-password-btn--focus):focus{outline-style:none}:root .md-password-btn .md-icon{color:inherit}:root .md-password-btn--active:before{background:rgba(0,0,0,.54)}:root .md-password-btn--invisible:after,:root .md-password-btn--invisible:before{content:"";display:block;height:2px;position:absolute;top:50%;width:100%}:root .md-password-btn--invisible:before{-webkit-transform:translate3d(-1px,-50%,0) rotate(45deg);transform:translate3d(-1px,-50%,0) rotate(45deg)}:root .md-password-btn--invisible:after{background:#fafafa;-webkit-transform:translate3d(1px,-50%,0) rotate(45deg);transform:translate3d(1px,-50%,0) rotate(45deg)}@media screen and (min-width:320px){:root .md-text-field-container--input-block{padding-bottom:20px;padding-top:20px}:root .md-text-field-container--multiline-block{margin-bottom:20px;margin-top:20px}:root .md-text-field-container--padded-block{padding-left:20px;padding-right:20px}:root .md-text-field{font-size:16px}:root .md-text-field--floating-margin{margin-top:37px}:root .md-divider--text-field{margin-bottom:8px}:root .md-floating-label--inactive{-webkit-transform:translate3d(0,39px,0);transform:translate3d(0,39px,0)}:root .md-floating-label--inactive-sized{font-size:16px}:root .md-floating-label--floating{-webkit-transform:translate3d(0,16px,0);transform:translate3d(0,16px,0)}:root .md-text-field-icon--positioned{margin-bottom:13.5px}:root .md-text-field-inline-indicator{top:9px}:root .md-text-field-inline-indicator--floating{top:34px}:root .md-text-field-inline-indicator--block{top:17px}:root .md-floating-label--inactive-title{-webkit-transform:translate3d(0,42px,0);transform:translate3d(0,42px,0)}}@media screen and (min-width:1025px){:root .md-text-field-container--input-block{padding-bottom:16px;padding-top:16px}:root .md-text-field-container--multiline-block{margin-bottom:16px;margin-top:16px}:root .md-text-field-container--padded-block{padding-left:16px;padding-right:16px}:root .md-text-field{font-size:13px}:root .md-text-field--floating-margin{margin-top:33px}:root .md-divider--text-field{margin-bottom:4px}:root .md-floating-label--inactive{-webkit-transform:translate3d(0,33px,0);transform:translate3d(0,33px,0)}:root .md-floating-label--inactive-sized{font-size:13px}:root .md-floating-label--floating{-webkit-transform:translate3d(0,12px,0);transform:translate3d(0,12px,0)}:root .md-text-field-icon--positioned{margin-bottom:9.5px}:root .md-password-btn.md-password-btn{height:20px;width:20px}:root .md-text-field-message-container--left-icon-offset{padding-left:36px}:root .md-text-field-message-container--right-icon-offset{padding-right:36px}:root .md-text-field-inline-indicator{top:9px}:root .md-text-field-inline-indicator--floating{top:30px}:root .md-text-field-inline-indicator--block{top:12px}:root .md-floating-label--inactive-title{-webkit-transform:translate3d(0,36px,0);transform:translate3d(0,36px,0)}}:root .md-text-field--title{font-size:34px}:root .md-floating-label--title{transition-duration:.25s}:root .md-floating-label--inactive-title{font-size:34px}@media screen and (min-width:320px){:root .md-toolbar-relative{margin-top:56px}:root .md-toolbar-relative--padding{padding-top:56px}:root .md-toolbar{height:56px}:root .md-btn--toolbar{margin-bottom:4px;margin-top:4px}:root .md-toolbar .md-btn--text{margin-bottom:10px;margin-top:10px}:root .md-toolbar--action-left{margin-left:4px}:root .md-toolbar--action-right{margin-right:4px}:root .md-title--toolbar{line-height:56px;margin-left:20px}:root .md-title--toolbar-offset{margin-left:72px}:root .md-select-field--toolbar.md-select-field--toolbar{margin-bottom:6px;margin-top:6px}}@media screen and (min-width:320px)and (min-aspect-ratio:13/9){:root .md-toolbar-relative{margin-top:48px}:root .md-toolbar-relative--padding{padding-top:48px}:root .md-toolbar{height:48px}:root .md-btn--toolbar{margin-bottom:0;margin-top:0}:root .md-toolbar .md-btn--text{margin-bottom:6px;margin-top:6px}:root .md-toolbar--action-left{margin-left:4px}:root .md-toolbar--action-right{margin-right:4px}:root .md-title--toolbar{line-height:48px;margin-left:20px}:root .md-title--toolbar-offset{margin-left:72px}}@media screen and (min-width:768px){:root .md-toolbar-relative{margin-top:64px}:root .md-toolbar-relative--padding{padding-top:64px}:root .md-toolbar{height:64px}:root .md-btn--toolbar{margin-bottom:8px;margin-top:8px}:root .md-toolbar .md-btn--text{margin-bottom:14px;margin-top:14px}:root .md-toolbar--action-left{margin-left:12px}:root .md-toolbar--action-right{margin-right:12px}:root .md-title--toolbar{line-height:64px;margin-left:20px}:root .md-title--toolbar-offset{margin-left:80px}:root .md-select-field--toolbar.md-select-field--toolbar{margin-bottom:10px;margin-top:10px}}@media screen and (min-width:768px)and (min-aspect-ratio:13/9){:root .md-select-field--toolbar.md-select-field--toolbar{margin-bottom:12px;margin-top:12px}}@media screen and (min-width:1025px){:root .md-toolbar--action-left{margin-left:14px}:root .md-toolbar--action-right{margin-right:14px}:root .md-title--toolbar{margin-left:26px}:root .md-title--toolbar-offset{margin-left:80px}:root .md-btn--toolbar{margin-bottom:12px;margin-top:12px}:root .md-toolbar .md-btn--text{margin-bottom:16px;margin-top:16px}}:root .md-toolbar{display:flex}:root .md-toolbar--fixed{left:0;position:fixed;right:0;top:0;z-index:15}:root .md-toolbar--inset{margin:8px;max-width:calc(100vw - 16px)}:root .md-toolbar--text-white{color:#fff}:root .md-toolbar--text-white .md-btn,:root .md-toolbar--text-white .md-icon,:root .md-toolbar--text-white .md-select-field,:root .md-toolbar--text-white .md-text-field,:root .md-toolbar--text-white .md-title--toolbar{color:inherit}:root .md-toolbar--text-white :placeholder{color:hsla(0,0%,100%,.7)}:root .md-toolbar--text-white :-moz-placeholder,:root .md-toolbar--text-white ::-moz-placeholder{color:hsla(0,0%,100%,.7)}:root .md-toolbar--text-white :-ms-input-placeholder{color:hsla(0,0%,100%,.7)}:root .md-toolbar--text-white ::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}:root .md-toolbar--themed{background:#f5f5f5}:root .md-toolbar--themed .md-title--toolbar{color:rgba(0,0,0,.87)}:root .md-toolbar--prominent{height:128px}:root .md-title--toolbar{color:rgba(0,0,0,.87);margin-bottom:0;transition-duration:.15s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}:root .md-title--toolbar-prominent{position:absolute;-webkit-transform:translate3d(0,64px,0);transform:translate3d(0,64px,0)}:root .md-toolbar-relative--prominent{margin-top:128px}:root .md-toolbar-relative--prominent-padding{padding-top:128px}:root .md-toolbar .md-text-field-container{padding-bottom:0;padding-top:0}:root .md-toolbar .md-text-field--toolbar{font-size:20px}:root .md-toolbar .md-autocomplete,:root .md-toolbar .md-autocomplete-container{height:100%}@media screen and (min-width:320px){:root .md-tooltip{font-size:14px;padding:9px 16px}:root .md-tooltip--top{top:-24px}:root .md-tooltip--right{right:-24px}:root .md-tooltip--bottom{bottom:-24px}:root .md-tooltip--left{left:-24px}}@media screen and (min-width:1025px){:root .md-tooltip{font-size:10px;padding:6px 8px}:root .md-tooltip--top{top:-14px}:root .md-tooltip--right{right:-14px}:root .md-tooltip--bottom{bottom:-14px}:root .md-tooltip--left{left:-14px}}:root .md-tooltip-container{height:100%;left:0;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;z-index:1}:root .md-tooltip{background:#616161;color:#fff;display:block;font-weight:500;opacity:.9;outline-style:none;position:absolute;white-space:nowrap}:root .md-tooltip--active{transition-duration:.15s;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}:root .md-tooltip--enter,:root .md-tooltip--leave-active{opacity:0}:root .md-tooltip--enter-active{opacity:.9;transition-timing-function:cubic-bezier(0,0,.2,1)}:root .md-tooltip--leave-active{transition-timing-function:cubic-bezier(.4,0,1,1)}:root .md-tooltip--horizontal{left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}:root .md-tooltip--vertical{top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}:root .md-tooltip--top-active{-webkit-transform:translate3d(-50%,-100%,0);transform:translate3d(-50%,-100%,0)}:root .md-tooltip--right-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}:root .md-tooltip--bottom-active{-webkit-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}:root .md-tooltip--left-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}:root .md-text{color:rgba(0,0,0,.87)}:root .md-text--secondary{color:rgba(0,0,0,.54)}:root .md-text--disabled{color:rgba(0,0,0,.38)}:root .md-text--theme-primary{color:#03a9f4}:root .md-text--theme-secondary{color:#ff6e40}:root .md-text--error{color:#f44336}:root .md-text--inherit.md-text--inherit{color:inherit}:root .md-ink--primary .md-ink{background:rgba(3,169,244,.26)}:root .md-ink--secondary .md-ink{background:rgba(255,110,64,.26)}:root .md-background{background:#fafafa}:root .md-background--card{background:#fff}:root .md-background--primary{background:#03a9f4;color:#fff}:root .md-background--secondary{background:#ff6e40;color:#fff}@media screen and (min-width:1025px){:root .md-background--primary-hover:hover{background:rgba(3,169,244,.9)}:root .md-background--secondary-hover:hover{background:rgba(255,110,64,.9)}}:root .dark-theme{background:#303030}:root .dark-theme .md-body-1,:root .dark-theme .md-body-2,:root .dark-theme .md-headline,:root .dark-theme .md-subheading-1,:root .dark-theme .md-subheading-2,:root .dark-theme .md-title{color:#fff}:root .dark-theme .md-caption,:root .dark-theme .md-display-1,:root .dark-theme .md-display-2,:root .dark-theme .md-display-3,:root .dark-theme .md-display-4{color:hsla(0,0%,100%,.7)}:root .dark-theme h1,:root .dark-theme h2,:root .dark-theme h3,:root .dark-theme h4,:root .dark-theme h5,:root .dark-theme h6,:root .dark-theme p{color:#fff}:root .dark-theme caption,:root .dark-theme h1{color:hsla(0,0%,100%,.7)}:root .dark-theme .md-badge--default{background:#303030}:root .dark-theme .md-btn--raised-disabled{background:hsla(0,0%,100%,.12)}:root .dark-theme .md-btn--icon{color:hsla(0,0%,100%,.7)}:root .dark-theme .md-chip{background:#757575}:root .dark-theme .md-chip-text{color:hsla(0,0%,100%,.7)}:root .dark-theme tbody .md-table-row:not(:last-child),:root .dark-theme thead .md-table-row{border-bottom-color:hsla(0,0%,100%,.12)}@media(min-device-width:1025px){:root .dark-theme .md-table-row--hover{background:#424242}}:root .dark-theme .md-table-row--active{background:#616161}:root .dark-theme .md-divider{background:hsla(0,0%,100%,.12)}:root .dark-theme .md-divider-border{border-color:hsla(0,0%,100%,.12)}:root .dark-theme .md-expansion-panel{background:#424242}:root .dark-theme .md-icon,:root .dark-theme .md-panel-secondary-label{color:hsla(0,0%,100%,.7)}:root .dark-theme .md-ink{background:hsla(0,0%,100%,.12)}:root .dark-theme .md-list{background:#424242}:root .dark-theme .md-list-tile--active{background:rgba(0,0,0,.12)}:root .dark-theme .md-picker-content-container{background:#303030}:root .dark-theme .md-calendar-date{color:hsla(0,0%,100%,.7)}:root .dark-theme .md-calendar-date .md-picker-text--active{color:#303030}:root .dark-theme .md-background--card .md-slider-thumb--mask-disabled,:root .dark-theme .md-clock-face{background:#424242}:root .dark-theme .md-slider-thumb--disabled,:root .dark-theme .md-slider-track{background:hsla(0,0%,100%,.3)}:root .dark-theme .md-slider-thumb--continuous-off,:root .dark-theme .md-slider-thumb--disabled-mask{background:#303030}:root .dark-theme .md-slider-thumb--off{border-color:hsla(0,0%,100%,.3)}:root .dark-theme .md-slider-discrete-tick{background:#fff}:root .dark-theme .md-text-field:placeholder{color:hsla(0,0%,100%,.7)}:root .dark-theme .md-text-field:-moz-placeholder,:root .dark-theme .md-text-field::-moz-placeholder{color:hsla(0,0%,100%,.7)}:root .dark-theme .md-text-field:-ms-input-placeholder{color:hsla(0,0%,100%,.7)}:root .dark-theme .md-text-field::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}:root .dark-theme .md-text-field[disabled]:placeholder{color:hsla(0,0%,100%,.3)}:root .dark-theme .md-text-field[disabled]:-moz-placeholder,:root .dark-theme .md-text-field[disabled]::-moz-placeholder{color:hsla(0,0%,100%,.3)}:root .dark-theme .md-text-field[disabled]:-ms-input-placeholder{color:hsla(0,0%,100%,.3)}:root .dark-theme .md-text-field[disabled]::-webkit-input-placeholder{color:hsla(0,0%,100%,.3)}:root .dark-theme .md-toolbar--themed{background:#212121}:root .dark-theme .md-text,:root .dark-theme .md-toolbar--themed .md-title{color:#fff}:root .dark-theme .md-text--secondary{color:hsla(0,0%,100%,.7)}:root .dark-theme .md-text--disabled{color:hsla(0,0%,100%,.3)}:root .dark-theme .md-background{background:#303030}:root .dark-theme .md-background--card{background:#424242}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica,Arial,sans-serif;line-height:1.4;background-color:#fff}#root,body,html{width:100%;background-color:#fff!important}a,button{outline:none}a ::-moz-focus-inner,button ::-moz-focus-inner{border:0}input{background-color:transparent}
/*# sourceMappingURL=main.86f4e105.chunk.css.map */