@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}


/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/material-components/material-components-web/blob/master/LICENSE
 */

.mdc-banner__graphic {
        color: #fff;
        color: var(--mdc-theme-surface, #fff)
}

.mdc-banner__graphic {
        background-color: #6200ee;
        background-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-banner__content,
.mdc-banner__fixed {
        min-width: 344px
}

@media(max-width: 480px),
(max-width: 344px) {
        .mdc-banner__content,
        .mdc-banner__fixed {
                min-width: 100%
        }
}

.mdc-banner__content {
        max-width: 720px
}

.mdc-banner {
        z-index: 1;
        border-bottom-style: solid;
        box-sizing: border-box;
        display: none;
        flex-shrink: 0;
        height: 0;
        position: relative;
        width: 100%
}

@media(max-width: 480px) {
        .mdc-banner .mdc-banner__fixed {
                left: 0;
                right: 0
        }
        .mdc-banner .mdc-banner__text {
                margin-left: 16px;
                margin-right: 36px
        }
        [dir=rtl] .mdc-banner .mdc-banner__text,
        .mdc-banner .mdc-banner__text[dir=rtl] {
                margin-left: 36px;
                margin-right: 16px
        }
}

@media(max-width: 480px) {
        .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__content {
                flex-wrap: wrap
        }
        .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__graphic {
                margin-bottom: 12px
        }
        .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text {
                margin-left: 16px;
                margin-right: 8px;
                padding-bottom: 4px
        }
        [dir=rtl] .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text,
        .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text[dir=rtl] {
                margin-left: 8px;
                margin-right: 16px
        }
        .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__actions {
                margin-left: auto
        }
}

.mdc-banner--opening,
.mdc-banner--open,
.mdc-banner--closing {
        display: flex
}

.mdc-banner--open {
        transition: height 300ms ease
}

.mdc-banner--open .mdc-banner__content {
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
        -webkit-transform: translateY(0);
        transform: translateY(0)
}

.mdc-banner--closing {
        transition: height 250ms ease
}

.mdc-banner--closing .mdc-banner__content {
        transition: -webkit-transform 250ms ease;
        transition: transform 250ms ease;
        transition: transform 250ms ease, -webkit-transform 250ms ease
}

.mdc-banner--centered .mdc-banner__content {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0
}

.mdc-banner__fixed {
        border-bottom-style: solid;
        box-sizing: border-box;
        height: inherit;
        position: fixed;
        width: 100%
}

.mdc-banner__content {
        display: flex;
        min-height: 52px;
        position: absolute;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 100%
}

.mdc-banner__graphic-text-wrapper {
        display: flex;
        width: 100%
}

.mdc-banner__graphic {
        margin-left: 16px;
        margin-right: 0;
        flex-shrink: 0;
        margin-top: 16px;
        margin-bottom: 16px;
        text-align: center
}

[dir=rtl] .mdc-banner__graphic,
.mdc-banner__graphic[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-banner__icon {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
}

.mdc-banner__text {
        margin-left: 24px;
        margin-right: 90px;
        align-self: center;
        flex-grow: 1;
        padding-top: 16px;
        padding-bottom: 16px
}

[dir=rtl] .mdc-banner__text,
.mdc-banner__text[dir=rtl] {
        margin-left: 90px;
        margin-right: 24px
}

.mdc-banner__actions {
        padding-left: 0;
        padding-right: 8px;
        align-self: flex-end;
        display: flex;
        flex-shrink: 0;
        padding-bottom: 8px;
        padding-top: 8px
}

[dir=rtl] .mdc-banner__actions,
.mdc-banner__actions[dir=rtl] {
        padding-left: 8px;
        padding-right: 0
}

.mdc-banner__secondary-action {
        margin-left: 0;
        margin-right: 8px
}

[dir=rtl] .mdc-banner__secondary-action,
.mdc-banner__secondary-action[dir=rtl] {
        margin-left: 8px;
        margin-right: 0
}

.mdc-banner {
        background-color: #fff;
        border-bottom-color: rgba(0, 0, 0, 0.12);
        border-bottom-width: 1px;
        border-radius: 0
}

.mdc-banner .mdc-banner__text {
        color: #000
}

.mdc-banner .mdc-banner__text {
        letter-spacing: 0.0178571429em;
        font-size: 0.875rem;
        font-family: Roboto, sans-serif;
        font-weight: 400;
        line-height: 1.25rem
}

.mdc-banner .mdc-banner__graphic {
        border-radius: 50%
}

.mdc-banner .mdc-banner__graphic {
        height: 40px;
        width: 40px
}

.mdc-banner .mdc-banner__fixed {
        background-color: #fff
}

.mdc-banner .mdc-banner__fixed {
        border-bottom-color: rgba(0, 0, 0, 0.12)
}

.mdc-banner .mdc-banner__fixed {
        border-bottom-width: 1px
}

.mdc-banner .mdc-button:not(:disabled) {
        color: #6200ee;
        color: var(--mdc-text-button-label-text-color, #6200ee)
}

.mdc-banner .mdc-button .mdc-button__ripple::before,
.mdc-banner .mdc-button .mdc-button__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-text-button-hover-state-layer-color, #6200ee)
}

.mdc-banner .mdc-button:hover .mdc-button__ripple::before,
.mdc-banner .mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-text-button-hover-state-layer-opacity, 0.04)
}

.mdc-banner .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-banner .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-text-button-focus-state-layer-opacity, 0.12)
}

.mdc-banner .mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-banner .mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.1;
        opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.1)
}

.mdc-banner .mdc-button.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.1)
}

.mdc-banner__secondary-action {
        margin-left: 0;
        margin-right: 8px
}

[dir=rtl] .mdc-banner__secondary-action,
.mdc-banner__secondary-action[dir=rtl] {
        margin-left: 8px;
        margin-right: 0
}

.mdc-touch-target-wrapper {
        display: inline
}

.mdc-elevation-overlay {
        position: absolute;
        border-radius: inherit;
        pointer-events: none;
        opacity: 0;
        opacity: var(--mdc-elevation-overlay-opacity, 0);
        transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
        background-color: #fff;
        background-color: var(--mdc-elevation-overlay-color, #fff)
}

.mdc-button {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        min-width: 64px;
        border: none;
        outline: none;
        line-height: inherit;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        overflow: visible;
        vertical-align: middle;
        background: transparent
}

.mdc-button .mdc-elevation-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
}

.mdc-button::-moz-focus-inner {
        padding: 0;
        border: 0
}

.mdc-button:active {
        outline: none
}

.mdc-button:hover {
        cursor: pointer
}

.mdc-button:disabled {
        cursor: default;
        pointer-events: none
}

.mdc-button .mdc-button__icon {
        margin-left: 0;
        margin-right: 8px;
        display: inline-block;
        position: relative;
        vertical-align: top
}

[dir=rtl] .mdc-button .mdc-button__icon,
.mdc-button .mdc-button__icon[dir=rtl] {
        margin-left: 8px;
        margin-right: 0
}

.mdc-button .mdc-button__label {
        position: relative;
        font-weight: 600;
}

.mdc-button .mdc-button__focus-ring {
        display: none
}

@media screen and (forced-colors: active) {
        .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,
        .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring {
                pointer-events: none;
                border: 2px solid transparent;
                border-radius: 6px;
                box-sizing: content-box;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: calc( 100% + 4px);
                width: calc( 100% + 4px);
                display: block
        }
}

@media screen and (forced-colors: active)and (forced-colors: active) {
        .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,
        .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring {
                border-color: CanvasText
        }
}

@media screen and (forced-colors: active) {
        .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring::after,
        .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring::after {
                content: "";
                border: 2px solid transparent;
                border-radius: 8px;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: calc(100% + 4px);
                width: calc(100% + 4px)
        }
}

@media screen and (forced-colors: active)and (forced-colors: active) {
        .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring::after,
        .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring::after {
                border-color: CanvasText
        }
}

.mdc-button .mdc-button__touch {
        position: absolute;
        top: 50%;
        height: 48px;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
}

.mdc-button__label+.mdc-button__icon {
        margin-left: 8px;
        margin-right: 0
}

[dir=rtl] .mdc-button__label+.mdc-button__icon,
.mdc-button__label+.mdc-button__icon[dir=rtl] {
        margin-left: 0;
        margin-right: 8px
}

svg.mdc-button__icon {
        fill: currentColor
}

.mdc-button--touch {
        margin-top: 6px;
        margin-bottom: 6px
}

.mdc-button {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        text-decoration: none;
        -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
        text-decoration: var(--mdc-typography-button-text-decoration, none)
}

.mdc-button {
        padding: 0 8px 0 8px
}

.mdc-button--unelevated {
        transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 16px 0 16px
}

.mdc-button--unelevated.mdc-button--icon-trailing {
        padding: 0 12px 0 16px
}

.mdc-button--unelevated.mdc-button--icon-leading {
        padding: 0 16px 0 12px
}

.mdc-button--raised {
        transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 16px 0 16px
}

.mdc-button--raised.mdc-button--icon-trailing {
        padding: 0 12px 0 16px
}

.mdc-button--raised.mdc-button--icon-leading {
        padding: 0 16px 0 12px
}

.mdc-button--outlined {
        border-style: solid;
        transition: border 280ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-button--outlined .mdc-button__ripple {
        border-style: solid;
        border-color: transparent
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
        from {
                -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
                transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
        }
        to {
                -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
                transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
        }
}

@keyframes mdc-ripple-fg-radius-in {
        from {
                -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
                transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
        }
        to {
                -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
                transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
        }
}

@-webkit-keyframes mdc-ripple-fg-opacity-in {
        from {
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                opacity: 0
        }
        to {
                opacity: var(--mdc-ripple-fg-opacity, 0)
        }
}

@keyframes mdc-ripple-fg-opacity-in {
        from {
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                opacity: 0
        }
        to {
                opacity: var(--mdc-ripple-fg-opacity, 0)
        }
}

@-webkit-keyframes mdc-ripple-fg-opacity-out {
        from {
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                opacity: var(--mdc-ripple-fg-opacity, 0)
        }
        to {
                opacity: 0
        }
}

@keyframes mdc-ripple-fg-opacity-out {
        from {
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                opacity: var(--mdc-ripple-fg-opacity, 0)
        }
        to {
                opacity: 0
        }
}

.mdc-button {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-button .mdc-button__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-button .mdc-button__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-button__ripple {
        position: absolute;
        box-sizing: content-box;
        overflow: hidden;
        z-index: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
}

.mdc-button {
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-text-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
        font-size: 0.875rem;
        font-size: var(--mdc-text-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
        letter-spacing: 0.0892857143em;
        letter-spacing: var(--mdc-text-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
        font-weight: 500;
        font-weight: var(--mdc-text-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
        text-transform: uppercase;
        text-transform: var(--mdc-text-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
        height: 36px;
        height: var(--mdc-text-button-container-height, 36px);
        border-radius: 4px;
        border-radius: var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))
}

.mdc-button:not(:disabled) {
        color: #6200ee;
        color: var(--mdc-text-button-label-text-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-button:disabled {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-text-button-disabled-label-text-color, rgba(0, 0, 0, 0.38))
}

.mdc-button .mdc-button__icon {
        font-size: 1.125rem;
        font-size: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
        width: 1.125rem;
        width: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
        height: 1.125rem;
        height: var(--mdc-text-button-with-icon-icon-size, 1.125rem)
}

.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-text-button-hover-state-layer-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-button:hover .mdc-button__ripple::before,
.mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-text-button-hover-state-layer-opacity, 0.04)
}

.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-text-button-focus-state-layer-opacity, 0.12)
}

.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.12)
}

.mdc-button.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.12)
}

.mdc-button .mdc-button__ripple {
        border-radius: 4px;
        border-radius: var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))
}

.mdc-button--unelevated {
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-filled-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
        font-size: 0.875rem;
        font-size: var(--mdc-filled-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
        letter-spacing: 0.0892857143em;
        letter-spacing: var(--mdc-filled-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
        font-weight: 500;
        font-weight: var(--mdc-filled-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
        text-transform: uppercase;
        text-transform: var(--mdc-filled-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
        height: 36px;
        height: var(--mdc-filled-button-container-height, 36px);
        border-radius: 4px;
        border-radius: var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))
}

.mdc-button--unelevated:not(:disabled) {
        background-color: #6200ee;
        background-color: var(--mdc-filled-button-container-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-button--unelevated:disabled {
        background-color: rgba(0, 0, 0, 0.12);
        background-color: var(--mdc-filled-button-disabled-container-color, rgba(0, 0, 0, 0.12))
}

.mdc-button--unelevated:not(:disabled) {
        color: #fff;
        color: var(--mdc-filled-button-label-text-color, var(--mdc-theme-on-primary, #fff))
}

.mdc-button--unelevated:disabled {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-filled-button-disabled-label-text-color, rgba(0, 0, 0, 0.38))
}

.mdc-button--unelevated .mdc-button__icon {
        font-size: 1.125rem;
        font-size: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
        width: 1.125rem;
        width: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
        height: 1.125rem;
        height: var(--mdc-filled-button-with-icon-icon-size, 1.125rem)
}

.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
        background-color: #fff;
        background-color: var(--mdc-filled-button-hover-state-layer-color, var(--mdc-theme-on-primary, #fff))
}

.mdc-button--unelevated:hover .mdc-button__ripple::before,
.mdc-button--unelevated.mdc-ripple-surface--hover .mdc-button__ripple::before {
        opacity: 0.08;
        opacity: var(--mdc-filled-button-hover-state-layer-opacity, 0.08)
}

.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-filled-button-focus-state-layer-opacity, 0.24)
}

.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-filled-button-pressed-state-layer-opacity, 0.24)
}

.mdc-button--unelevated.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-filled-button-pressed-state-layer-opacity, 0.24)
}

.mdc-button--unelevated .mdc-button__ripple {
        border-radius: 4px;
        border-radius: var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))
}

.mdc-button--raised {
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-protected-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
        font-size: 0.875rem;
        font-size: var(--mdc-protected-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
        letter-spacing: 0.0892857143em;
        letter-spacing: var(--mdc-protected-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
        font-weight: 500;
        font-weight: var(--mdc-protected-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
        text-transform: uppercase;
        text-transform: var(--mdc-protected-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
        height: 36px;
        height: var(--mdc-protected-button-container-height, 36px);
        border-radius: 4px;
        border-radius: var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));
        --mdc-elevation-box-shadow-for-gss: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
        box-shadow: var(--mdc-protected-button-container-elevation, var(--mdc-elevation-box-shadow-for-gss))
}

.mdc-button--raised:not(:disabled) {
        background-color: #6200ee;
        background-color: var(--mdc-protected-button-container-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-button--raised:disabled {
        background-color: rgba(0, 0, 0, 0.12);
        background-color: var(--mdc-protected-button-disabled-container-color, rgba(0, 0, 0, 0.12))
}

.mdc-button--raised:not(:disabled) {
        color: #fff;
        color: var(--mdc-protected-button-label-text-color, var(--mdc-theme-on-primary, #fff))
}

.mdc-button--raised:disabled {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-protected-button-disabled-label-text-color, rgba(0, 0, 0, 0.38))
}

.mdc-button--raised .mdc-button__icon {
        font-size: 1.125rem;
        font-size: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
        width: 1.125rem;
        width: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
        height: 1.125rem;
        height: var(--mdc-protected-button-with-icon-icon-size, 1.125rem)
}

.mdc-button--raised .mdc-button__ripple::before,
.mdc-button--raised .mdc-button__ripple::after {
        background-color: #fff;
        background-color: var(--mdc-protected-button-hover-state-layer-color, var(--mdc-theme-on-primary, #fff))
}

.mdc-button--raised:hover .mdc-button__ripple::before,
.mdc-button--raised.mdc-ripple-surface--hover .mdc-button__ripple::before {
        opacity: 0.08;
        opacity: var(--mdc-protected-button-hover-state-layer-opacity, 0.08)
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-protected-button-focus-state-layer-opacity, 0.24)
}

.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-protected-button-pressed-state-layer-opacity, 0.24)
}

.mdc-button--raised.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-protected-button-pressed-state-layer-opacity, 0.24)
}

.mdc-button--raised .mdc-button__ripple {
        border-radius: 4px;
        border-radius: var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px))
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus {
        --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: var(--mdc-protected-button-focus-container-elevation, var(--mdc-elevation-box-shadow-for-gss))
}

.mdc-button--raised:hover {
        --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: var(--mdc-protected-button-hover-container-elevation, var(--mdc-elevation-box-shadow-for-gss))
}

.mdc-button--raised:not(:disabled):active {
        --mdc-elevation-box-shadow-for-gss: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
        box-shadow: var(--mdc-protected-button-pressed-container-elevation, var(--mdc-elevation-box-shadow-for-gss))
}

.mdc-button--raised:disabled {
        --mdc-elevation-box-shadow-for-gss: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
        box-shadow: var(--mdc-protected-button-disabled-container-elevation, var(--mdc-elevation-box-shadow-for-gss))
}

.mdc-button--outlined {
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-outlined-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
        font-size: 0.875rem;
        font-size: var(--mdc-outlined-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
        letter-spacing: 0.0892857143em;
        letter-spacing: var(--mdc-outlined-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
        font-weight: 500;
        font-weight: var(--mdc-outlined-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
        text-transform: uppercase;
        text-transform: var(--mdc-outlined-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
        height: 36px;
        height: var(--mdc-outlined-button-container-height, 36px);
        border-radius: 4px;
        border-radius: var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));
        padding: 0 15px 0 15px;
        border-width: 1px;
        border-width: var(--mdc-outlined-button-outline-width, 1px)
}

.mdc-button--outlined:not(:disabled) {
        color: #6200ee;
        color: var(--mdc-outlined-button-label-text-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-button--outlined:disabled {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-outlined-button-disabled-label-text-color, rgba(0, 0, 0, 0.38))
}

.mdc-button--outlined .mdc-button__icon {
        font-size: 1.125rem;
        font-size: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
        width: 1.125rem;
        width: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
        height: 1.125rem;
        height: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem)
}

.mdc-button--outlined .mdc-button__ripple::before,
.mdc-button--outlined .mdc-button__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-outlined-button-hover-state-layer-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-button--outlined:hover .mdc-button__ripple::before,
.mdc-button--outlined.mdc-ripple-surface--hover .mdc-button__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-outlined-button-hover-state-layer-opacity, 0.04)
}

.mdc-button--outlined.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--outlined:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-outlined-button-focus-state-layer-opacity, 0.12)
}

.mdc-button--outlined:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-button--outlined:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-outlined-button-pressed-state-layer-opacity, 0.12)
}

.mdc-button--outlined.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-outlined-button-pressed-state-layer-opacity, 0.12)
}

.mdc-button--outlined .mdc-button__ripple {
        border-radius: 4px;
        border-radius: var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px))
}

.mdc-button--outlined:not(:disabled) {
        border-color: rgba(0, 0, 0, 0.12);
        border-color: var(--mdc-outlined-button-outline-color, rgba(0, 0, 0, 0.12))
}

.mdc-button--outlined:disabled {
        border-color: rgba(0, 0, 0, 0.12);
        border-color: var(--mdc-outlined-button-disabled-outline-color, rgba(0, 0, 0, 0.12))
}

.mdc-button--outlined.mdc-button--icon-trailing {
        padding: 0 11px 0 15px
}

.mdc-button--outlined.mdc-button--icon-leading {
        padding: 0 15px 0 11px
}

.mdc-button--outlined .mdc-button__ripple {
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        border-width: 1px;
        border-width: var(--mdc-outlined-button-outline-width, 1px)
}

.mdc-button--outlined .mdc-button__touch {
        left: calc(-1 * 1px);
        left: calc(-1 * var(--mdc-outlined-button-outline-width, 1px));
        width: calc(100% + 2 * 1px);
        width: calc(100% + 2 * var(--mdc-outlined-button-outline-width, 1px))
}

.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
        margin-left: -4px;
        margin-right: 8px
}

[dir=rtl] .mdc-button--raised .mdc-button__icon,
[dir=rtl] .mdc-button--unelevated .mdc-button__icon,
[dir=rtl] .mdc-button--outlined .mdc-button__icon,
.mdc-button--raised .mdc-button__icon[dir=rtl],
.mdc-button--unelevated .mdc-button__icon[dir=rtl],
.mdc-button--outlined .mdc-button__icon[dir=rtl] {
        margin-left: 8px;
        margin-right: -4px
}

.mdc-button--raised .mdc-button__label+.mdc-button__icon,
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,
.mdc-button--outlined .mdc-button__label+.mdc-button__icon {
        margin-left: 8px;
        margin-right: -4px
}

[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,
[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon,
[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,
.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],
.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl] {
        margin-left: -4px;
        margin-right: 8px
}

.mdc-card {
        border-radius: 4px;
        border-radius: var(--mdc-shape-medium, 4px);
        background-color: #fff;
        background-color: var(--mdc-theme-surface, #fff);
        position: relative;
        box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
        display: flex;
        flex-direction: column;
        box-sizing: border-box
}

.mdc-card .mdc-elevation-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
}

.mdc-card::after {
        border-radius: 4px;
        border-radius: var(--mdc-shape-medium, 4px);
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none;
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-card::after {
                border-color: CanvasText
        }
}

.mdc-card--outlined {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
        border-width: 1px;
        border-style: solid;
        border-color: #e0e0e0
}

.mdc-card--outlined::after {
        border: none
}

.mdc-card__content {
        border-radius: inherit;
        height: 100%
}

.mdc-card__media {
        position: relative;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
}

.mdc-card__media::before {
        display: block;
        content: ""
}

.mdc-card__media:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
}

.mdc-card__media:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit
}

.mdc-card__media--square::before {
        margin-top: 100%
}

.mdc-card__media--16-9::before {
        margin-top: 56.25%
}

.mdc-card__media-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-sizing: border-box
}

.mdc-card__primary-action {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        position: relative;
        outline: none;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden
}

.mdc-card__primary-action:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
}

.mdc-card__primary-action:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit
}

.mdc-card__actions {
        display: flex;
        flex-direction: row;
        align-items: center;
        box-sizing: border-box;
        min-height: 52px;
        padding: 8px
}

.mdc-card__actions--full-bleed {
        padding: 0
}

.mdc-card__action-buttons,
.mdc-card__action-icons {
        display: flex;
        flex-direction: row;
        align-items: center;
        box-sizing: border-box
}

.mdc-card__action-icons {
        color: rgba(0, 0, 0, 0.6);
        flex-grow: 1;
        justify-content: flex-end
}

.mdc-card__action-buttons+.mdc-card__action-icons {
        margin-left: 16px;
        margin-right: 0
}

[dir=rtl] .mdc-card__action-buttons+.mdc-card__action-icons,
.mdc-card__action-buttons+.mdc-card__action-icons[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-card__action {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        box-sizing: border-box;
        justify-content: center;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
}

.mdc-card__action:focus {
        outline: none
}

.mdc-card__action--button {
        margin-left: 0;
        margin-right: 8px;
        padding: 0 8px
}

[dir=rtl] .mdc-card__action--button,
.mdc-card__action--button[dir=rtl] {
        margin-left: 8px;
        margin-right: 0
}

.mdc-card__action--button:last-child {
        margin-left: 0;
        margin-right: 0
}

[dir=rtl] .mdc-card__action--button:last-child,
.mdc-card__action--button:last-child[dir=rtl] {
        margin-left: 0;
        margin-right: 0
}

.mdc-card__actions--full-bleed .mdc-card__action--button {
        justify-content: space-between;
        width: 100%;
        height: auto;
        max-height: none;
        margin: 0;
        padding: 8px 16px;
        text-align: left
}

[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button,
.mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl] {
        text-align: right
}

.mdc-card__action--icon {
        margin: -6px 0;
        padding: 12px
}

.mdc-card__action--icon:not(:disabled) {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-card__primary-action {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-card__primary-action .mdc-card__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-card__primary-action .mdc-card__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-card__primary-action.mdc-ripple-upgraded--unbounded .mdc-card__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation .mdc-card__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation .mdc-card__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

.mdc-card__primary-action:hover .mdc-card__ripple::before,
.mdc-card__primary-action.mdc-ripple-surface--hover .mdc-card__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused .mdc-card__ripple::before,
.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus .mdc-card__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded) .mdc-card__ripple::after {
        transition: opacity 150ms linear
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):active .mdc-card__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-card__primary-action.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-card__primary-action .mdc-card__ripple {
        box-sizing: content-box;
        height: 100%;
        overflow: hidden;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused::after,
.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::after {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 5px double transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-card__primary-action.mdc-ripple-upgraded--background-focused::after,
        .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::after {
                border-color: CanvasText
        }
}

.mdc-checkbox {
        padding: calc((40px - 18px) / 2);
        padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
        margin: calc((40px - 40px) / 2);
        margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2)
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

.mdc-checkbox:hover .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
        transition: opacity 150ms linear
}

.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-checkbox.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
        background-color: #018786;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786))
}

.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
        transition: opacity 150ms linear
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
        background-color: #018786;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786))
}

.mdc-checkbox .mdc-checkbox__background {
        top: calc((40px - 18px) / 2);
        top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
        left: calc((40px - 18px) / 2);
        left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2)
}

.mdc-checkbox .mdc-checkbox__native-control {
        top: calc((40px - 40px) / 2);
        top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
        right: calc((40px - 40px) / 2);
        right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
        left: calc((40px - 40px) / 2);
        left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
        width: 40px;
        width: var(--mdc-checkbox-touch-target-size, 40px);
        height: 40px;
        height: var(--mdc-checkbox-touch-target-size, 40px)
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background {
        border-color: rgba(0, 0, 0, 0.54);
        border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
        background-color: transparent
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background {
        border-color: #018786;
        border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
        background-color: #018786;
        background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786))
}

@-webkit-keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786 {
        0% {
                border-color: rgba(0, 0, 0, 0.54);
                border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
                background-color: transparent
        }
        50% {
                border-color: #018786;
                border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
                background-color: #018786;
                background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786))
        }
}

@keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786 {
        0% {
                border-color: rgba(0, 0, 0, 0.54);
                border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
                background-color: transparent
        }
        50% {
                border-color: #018786;
                border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
                background-color: #018786;
                background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786))
        }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786 {
        0%,
        80% {
                border-color: #018786;
                border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
                background-color: #018786;
                background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786))
        }
        100% {
                border-color: rgba(0, 0, 0, 0.54);
                border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
                background-color: transparent
        }
}

@keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786 {
        0%,
        80% {
                border-color: #018786;
                border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
                background-color: #018786;
                background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786))
        }
        100% {
                border-color: rgba(0, 0, 0, 0.54);
                border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
                background-color: transparent
        }
}

.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
        -webkit-animation-name: mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786;
        animation-name: mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786
}

.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
        -webkit-animation-name: mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786;
        animation-name: mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786
}

.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background {
        border-color: rgba(0, 0, 0, 0.38);
        border-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
        background-color: transparent
}

.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background {
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.38);
        background-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38))
}

.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
        color: #fff;
        color: var(--mdc-checkbox-ink-color, #fff)
}

.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
        border-color: #fff;
        border-color: var(--mdc-checkbox-ink-color, #fff)
}

.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
        color: #fff;
        color: var(--mdc-checkbox-ink-color, #fff)
}

.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
        border-color: #fff;
        border-color: var(--mdc-checkbox-ink-color, #fff)
}

@-webkit-keyframes mdc-checkbox-unchecked-checked-checkmark-path {
        0%,
        50% {
                stroke-dashoffset: 29.7833385
        }
        50% {
                -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
        }
        100% {
                stroke-dashoffset: 0
        }
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
        0%,
        50% {
                stroke-dashoffset: 29.7833385
        }
        50% {
                -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
        }
        100% {
                stroke-dashoffset: 0
        }
}

@-webkit-keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
        0%,
        68.2% {
                -webkit-transform: scaleX(0);
                transform: scaleX(0)
        }
        68.2% {
                -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
                animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }
        100% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
        }
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
        0%,
        68.2% {
                -webkit-transform: scaleX(0);
                transform: scaleX(0)
        }
        68.2% {
                -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
                animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }
        100% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
        }
}

@-webkit-keyframes mdc-checkbox-checked-unchecked-checkmark-path {
        from {
                -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
                animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
                opacity: 1;
                stroke-dashoffset: 0
        }
        to {
                opacity: 0;
                stroke-dashoffset: -29.7833385
        }
}

@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
        from {
                -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
                animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
                opacity: 1;
                stroke-dashoffset: 0
        }
        to {
                opacity: 0;
                stroke-dashoffset: -29.7833385
        }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-checkmark {
        from {
                -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                opacity: 1
        }
        to {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                opacity: 0
        }
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
        from {
                -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                opacity: 1
        }
        to {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                opacity: 0
        }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-checkmark {
        from {
                -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
                animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                opacity: 0
        }
        to {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
                opacity: 1
        }
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
        from {
                -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
                animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                opacity: 0
        }
        to {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
                opacity: 1
        }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-mixedmark {
        from {
                -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
                animation-timing-function: mdc-animation-deceleration-curve-timing-function;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                opacity: 0
        }
        to {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                opacity: 1
        }
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
        from {
                -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
                animation-timing-function: mdc-animation-deceleration-curve-timing-function;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                opacity: 0
        }
        to {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                opacity: 1
        }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-mixedmark {
        from {
                -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
                animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                opacity: 1
        }
        to {
                -webkit-transform: rotate(315deg);
                transform: rotate(315deg);
                opacity: 0
        }
}

@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
        from {
                -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
                animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                opacity: 1
        }
        to {
                -webkit-transform: rotate(315deg);
                transform: rotate(315deg);
                opacity: 0
        }
}

@-webkit-keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
        0% {
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                opacity: 1
        }
        32.8%,
        100% {
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                opacity: 0
        }
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
        0% {
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                opacity: 1
        }
        32.8%,
        100% {
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                opacity: 0
        }
}

.mdc-checkbox {
        display: inline-block;
        position: relative;
        flex: 0 0 18px;
        box-sizing: content-box;
        width: 18px;
        height: 18px;
        line-height: 0;
        white-space: nowrap;
        cursor: pointer;
        vertical-align: bottom
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring {
        pointer-events: none;
        border: 2px solid transparent;
        border-radius: 6px;
        box-sizing: content-box;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%
}

@media screen and (forced-colors: active) {
        .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,
        .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring {
                border-color: CanvasText
        }
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after {
        content: "";
        border: 2px solid transparent;
        border-radius: 8px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc(100% + 4px);
        width: calc(100% + 4px)
}

@media screen and (forced-colors: active) {
        .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,
        .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after {
                border-color: CanvasText
        }
}

@media all and (-ms-high-contrast: none) {
        .mdc-checkbox .mdc-checkbox__focus-ring {
                display: none
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-checkbox__mixedmark {
                margin: 0 1px
        }
}

.mdc-checkbox--disabled {
        cursor: default;
        pointer-events: none
}

.mdc-checkbox__background {
        display: inline-flex;
        position: absolute;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 18px;
        height: 18px;
        border: 2px solid currentColor;
        border-radius: 2px;
        background-color: transparent;
        pointer-events: none;
        will-change: background-color, border-color;
        transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-checkbox__checkmark {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
        opacity: 1
}

.mdc-checkbox__checkmark-path {
        transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        stroke: currentColor;
        stroke-width: 3.12px;
        stroke-dashoffset: 29.7833385;
        stroke-dasharray: 29.7833385
}

.mdc-checkbox__mixedmark {
        width: 100%;
        height: 0;
        -webkit-transform: scaleX(0) rotate(0deg);
        transform: scaleX(0) rotate(0deg);
        border-width: 1px;
        border-style: solid;
        opacity: 0;
        transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
        -webkit-animation-duration: 180ms;
        animation-duration: 180ms;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
        -webkit-animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
        animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
        transition: none
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
        -webkit-animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
        animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
        transition: none
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
        -webkit-animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
        animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
        transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
        -webkit-animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
        animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
        transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
        -webkit-animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
        animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
        transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
        -webkit-animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
        animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
        transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
        -webkit-animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
        animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
        transition: none
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
        -webkit-animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
        animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
        transition: none
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,
.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background {
        transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark-path {
        stroke-dashoffset: 0
}

.mdc-checkbox__native-control {
        position: absolute;
        margin: 0;
        padding: 0;
        opacity: 0;
        cursor: inherit
}

.mdc-checkbox__native-control:disabled {
        cursor: default;
        pointer-events: none
}

.mdc-checkbox--touch {
        margin: calc((48px - 40px) / 2);
        margin: calc((var(--mdc-checkbox-state-layer-size, 48px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2)
}

.mdc-checkbox--touch .mdc-checkbox__native-control {
        top: calc((40px - 48px) / 2);
        top: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
        right: calc((40px - 48px) / 2);
        right: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
        left: calc((40px - 48px) / 2);
        left: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
        width: 48px;
        width: var(--mdc-checkbox-state-layer-size, 48px);
        height: 48px;
        height: var(--mdc-checkbox-state-layer-size, 48px)
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark {
        transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
        opacity: 1
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark {
        -webkit-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg)
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,
.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
        transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark,
.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__mixedmark {
        -webkit-transform: scaleX(1) rotate(0deg);
        transform: scaleX(1) rotate(0deg);
        opacity: 1
}

.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
        transition: none
}

.mdc-checkbox {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-checkbox .mdc-checkbox__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-checkbox .mdc-checkbox__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
        top: var(--mdc-ripple-top, calc(50% - 50%));
        left: var(--mdc-ripple-left, calc(50% - 50%));
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-checkbox {
        z-index: 0
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
        z-index: -1;
        z-index: var(--mdc-ripple-z-index, -1)
}

.mdc-checkbox__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background {
                border-color: GrayText;
                border-color: var(--mdc-checkbox-disabled-unselected-icon-color, GrayText);
                background-color: transparent
        }
        .mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,
        .mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,
        .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background {
                border-color: GrayText;
                background-color: GrayText;
                background-color: var(--mdc-checkbox-disabled-selected-icon-color, GrayText)
        }
        .mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
                color: ButtonText;
                color: var(--mdc-checkbox-selected-checkmark-color, ButtonText)
        }
        .mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
                border-color: ButtonText;
                border-color: var(--mdc-checkbox-selected-checkmark-color, ButtonText)
        }
        .mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
                color: ButtonFace;
                color: var(--mdc-checkbox-disabled-selected-checkmark-color, ButtonFace)
        }
        .mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
                border-color: ButtonFace;
                border-color: var(--mdc-checkbox-disabled-selected-checkmark-color, ButtonFace)
        }
}

.mdc-deprecated-chip-trailing-action__touch {
        position: absolute;
        top: 50%;
        height: 48px;
        left: 50%;
        width: 48px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.mdc-deprecated-chip-trailing-action {
        border: none;
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 0;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        background: none
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__icon {
        height: 18px;
        width: 18px;
        font-size: 18px
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__touch {
        width: 26px
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__icon {
        fill: currentColor;
        color: inherit
}

.mdc-deprecated-chip-trailing-action {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::before,
.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--unbounded .mdc-deprecated-chip-trailing-action__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-chip-trailing-action__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-chip-trailing-action__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::before,
.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::after {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::before,
.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::after {
        top: var(--mdc-ripple-top, calc(50% - 50%));
        left: var(--mdc-ripple-left, calc(50% - 50%));
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::before,
.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))
}

.mdc-deprecated-chip-trailing-action:hover .mdc-deprecated-chip-trailing-action__ripple::before,
.mdc-deprecated-chip-trailing-action.mdc-ripple-surface--hover .mdc-deprecated-chip-trailing-action__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--background-focused .mdc-deprecated-chip-trailing-action__ripple::before,
.mdc-deprecated-chip-trailing-action:not(.mdc-ripple-upgraded):focus .mdc-deprecated-chip-trailing-action__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-deprecated-chip-trailing-action:not(.mdc-ripple-upgraded) .mdc-deprecated-chip-trailing-action__ripple::after {
        transition: opacity 150ms linear
}

.mdc-deprecated-chip-trailing-action:not(.mdc-ripple-upgraded):active .mdc-deprecated-chip-trailing-action__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple {
        position: absolute;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        overflow: hidden
}

.mdc-chip__icon--leading {
        color: rgba(0, 0, 0, .54)
}

.mdc-deprecated-chip-trailing-action {
        color: #000
}

.mdc-chip__icon--trailing {
        color: rgba(0, 0, 0, .54)
}

.mdc-chip__icon--trailing:hover {
        color: rgba(0, 0, 0, .62)
}

.mdc-chip__icon--trailing:focus {
        color: rgba(0, 0, 0, .87)
}

.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
        width: 20px;
        height: 20px;
        font-size: 20px
}

.mdc-deprecated-chip-trailing-action__icon {
        height: 18px;
        width: 18px;
        font-size: 18px
}

.mdc-chip__icon.mdc-chip__icon--trailing {
        width: 18px;
        height: 18px;
        font-size: 18px
}

.mdc-deprecated-chip-trailing-action {
        margin-left: 4px;
        margin-right: -4px
}

[dir=rtl] .mdc-deprecated-chip-trailing-action,
.mdc-deprecated-chip-trailing-action[dir=rtl] {
        margin-left: -4px;
        margin-right: 4px
}

.mdc-chip__icon--trailing {
        margin-left: 4px;
        margin-right: -4px
}

[dir=rtl] .mdc-chip__icon--trailing,
.mdc-chip__icon--trailing[dir=rtl] {
        margin-left: -4px;
        margin-right: 4px
}

.mdc-chip {
        border-radius: 16px;
        background-color: #e0e0e0;
        color: rgba(0, 0, 0, 0.87);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        height: 32px;
        position: relative;
        display: inline-flex;
        align-items: center;
        box-sizing: border-box;
        padding: 0 12px;
        border-width: 0;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none
}

.mdc-chip .mdc-chip__ripple {
        border-radius: 16px
}

.mdc-chip:hover {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
        margin-left: -4px;
        margin-right: 4px
}

[dir=rtl] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
[dir=rtl] .mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden),
.mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir=rtl],
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir=rtl] {
        margin-left: 4px;
        margin-right: -4px
}

.mdc-chip .mdc-elevation-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
}

.mdc-chip::-moz-focus-inner {
        padding: 0;
        border: 0
}

.mdc-chip:hover {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-chip .mdc-chip__touch {
        position: absolute;
        top: 50%;
        height: 48px;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
}

.mdc-chip--exit {
        transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), width 150ms cubic-bezier(0, 0, 0.2, 1), padding 100ms linear, margin 100ms linear;
        opacity: 0
}

.mdc-chip__overflow {
        text-overflow: ellipsis;
        overflow: hidden
}

.mdc-chip__text {
        white-space: nowrap
}

.mdc-chip__icon {
        border-radius: 50%;
        outline: none;
        vertical-align: middle
}

.mdc-chip__checkmark {
        height: 20px
}

.mdc-chip__checkmark-path {
        transition: stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);
        stroke-width: 2px;
        stroke-dashoffset: 29.7833385;
        stroke-dasharray: 29.7833385
}

.mdc-chip__primary-action:focus {
        outline: none
}

.mdc-chip--selected .mdc-chip__checkmark-path {
        stroke-dashoffset: 0
}

.mdc-chip__icon--leading,
.mdc-chip__icon--trailing {
        position: relative
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected {
        color: #6200ee;
        color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading {
        color: rgba(98, 0, 238, .54)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover {
        color: #6200ee;
        color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path {
        stroke: #6200ee;
        stroke: var(--mdc-theme-primary, #3a6d95)
}

.mdc-chip-set--choice .mdc-chip--selected {
        background-color: #fff;
        background-color: var(--mdc-theme-surface, #fff)
}

.mdc-chip__checkmark-svg {
        width: 0;
        height: 20px;
        transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-chip--selected .mdc-chip__checkmark-svg {
        width: 20px
}

.mdc-chip-set--filter .mdc-chip__icon--leading {
        transition: opacity 75ms linear;
        transition-delay: -50ms;
        opacity: 1
}

.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark {
        transition: opacity 75ms linear;
        transition-delay: 80ms;
        opacity: 0
}

.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark .mdc-chip__checkmark-svg {
        transition: width 0ms
}

.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading {
        opacity: 0
}

.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading+.mdc-chip__checkmark {
        width: 0;
        opacity: 1
}

.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading {
        width: 0;
        opacity: 0
}

.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading+.mdc-chip__checkmark {
        width: 20px
}

.mdc-chip {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-chip .mdc-chip__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-chip .mdc-chip__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-chip.mdc-ripple-upgraded--unbounded .mdc-chip__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-chip.mdc-ripple-upgraded--foreground-activation .mdc-chip__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-chip.mdc-ripple-upgraded--foreground-deactivation .mdc-chip__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
        background-color: rgba(0, 0, 0, 0.87);
        background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))
}

.mdc-chip:hover .mdc-chip__ripple::before,
.mdc-chip.mdc-ripple-surface--hover .mdc-chip__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-chip.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,
.mdc-chip.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,
.mdc-chip:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,
.mdc-chip:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-chip:not(.mdc-ripple-upgraded) .mdc-chip__ripple::after {
        transition: opacity 150ms linear
}

.mdc-chip:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-chip.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-chip .mdc-chip__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        overflow: hidden
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before {
        opacity: 0.08;
        opacity: var(--mdc-ripple-selected-opacity, 0.08)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before {
        opacity: 0.12;
        opacity: var(--mdc-ripple-hover-opacity, 0.12)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before {
        transition-duration: 75ms;
        opacity: 0.2;
        opacity: var(--mdc-ripple-focus-opacity, 0.2)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded) .mdc-chip__ripple::after {
        transition: opacity 150ms linear
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after {
        transition-duration: 75ms;
        opacity: 0.2;
        opacity: var(--mdc-ripple-press-opacity, 0.2)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2)
}

@-webkit-keyframes mdc-chip-entry {
        from {
                -webkit-transform: scale(0.8);
                transform: scale(0.8);
                opacity: .4
        }
        to {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1
        }
}

@keyframes mdc-chip-entry {
        from {
                -webkit-transform: scale(0.8);
                transform: scale(0.8);
                opacity: .4
        }
        to {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1
        }
}

.mdc-chip-set {
        padding: 4px;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box
}

.mdc-chip-set .mdc-chip {
        margin: 4px
}

.mdc-chip-set .mdc-chip--touch {
        margin-top: 8px;
        margin-bottom: 8px
}

.mdc-chip-set--input .mdc-chip {
        -webkit-animation: mdc-chip-entry 100ms cubic-bezier(0, 0, 0.2, 1);
        animation: mdc-chip-entry 100ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-circular-progress__determinate-circle,
.mdc-circular-progress__indeterminate-circle-graphic {
        stroke: #6200ee;
        stroke: var(--mdc-theme-primary, #3a6d95)
}

.mdc-circular-progress__determinate-track {
        stroke: transparent
}

@-webkit-keyframes mdc-circular-progress-container-rotate {
        to {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
        }
}

@keyframes mdc-circular-progress-container-rotate {
        to {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
        }
}

@-webkit-keyframes mdc-circular-progress-spinner-layer-rotate {
        12.5% {
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg)
        }
        25% {
                -webkit-transform: rotate(270deg);
                transform: rotate(270deg)
        }
        37.5% {
                -webkit-transform: rotate(405deg);
                transform: rotate(405deg)
        }
        50% {
                -webkit-transform: rotate(540deg);
                transform: rotate(540deg)
        }
        62.5% {
                -webkit-transform: rotate(675deg);
                transform: rotate(675deg)
        }
        75% {
                -webkit-transform: rotate(810deg);
                transform: rotate(810deg)
        }
        87.5% {
                -webkit-transform: rotate(945deg);
                transform: rotate(945deg)
        }
        100% {
                -webkit-transform: rotate(1080deg);
                transform: rotate(1080deg)
        }
}

@keyframes mdc-circular-progress-spinner-layer-rotate {
        12.5% {
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg)
        }
        25% {
                -webkit-transform: rotate(270deg);
                transform: rotate(270deg)
        }
        37.5% {
                -webkit-transform: rotate(405deg);
                transform: rotate(405deg)
        }
        50% {
                -webkit-transform: rotate(540deg);
                transform: rotate(540deg)
        }
        62.5% {
                -webkit-transform: rotate(675deg);
                transform: rotate(675deg)
        }
        75% {
                -webkit-transform: rotate(810deg);
                transform: rotate(810deg)
        }
        87.5% {
                -webkit-transform: rotate(945deg);
                transform: rotate(945deg)
        }
        100% {
                -webkit-transform: rotate(1080deg);
                transform: rotate(1080deg)
        }
}

@-webkit-keyframes mdc-circular-progress-color-1-fade-in-out {
        from {
                opacity: .99
        }
        25% {
                opacity: .99
        }
        26% {
                opacity: 0
        }
        89% {
                opacity: 0
        }
        90% {
                opacity: .99
        }
        to {
                opacity: .99
        }
}

@keyframes mdc-circular-progress-color-1-fade-in-out {
        from {
                opacity: .99
        }
        25% {
                opacity: .99
        }
        26% {
                opacity: 0
        }
        89% {
                opacity: 0
        }
        90% {
                opacity: .99
        }
        to {
                opacity: .99
        }
}

@-webkit-keyframes mdc-circular-progress-color-2-fade-in-out {
        from {
                opacity: 0
        }
        15% {
                opacity: 0
        }
        25% {
                opacity: .99
        }
        50% {
                opacity: .99
        }
        51% {
                opacity: 0
        }
        to {
                opacity: 0
        }
}

@keyframes mdc-circular-progress-color-2-fade-in-out {
        from {
                opacity: 0
        }
        15% {
                opacity: 0
        }
        25% {
                opacity: .99
        }
        50% {
                opacity: .99
        }
        51% {
                opacity: 0
        }
        to {
                opacity: 0
        }
}

@-webkit-keyframes mdc-circular-progress-color-3-fade-in-out {
        from {
                opacity: 0
        }
        40% {
                opacity: 0
        }
        50% {
                opacity: .99
        }
        75% {
                opacity: .99
        }
        76% {
                opacity: 0
        }
        to {
                opacity: 0
        }
}

@keyframes mdc-circular-progress-color-3-fade-in-out {
        from {
                opacity: 0
        }
        40% {
                opacity: 0
        }
        50% {
                opacity: .99
        }
        75% {
                opacity: .99
        }
        76% {
                opacity: 0
        }
        to {
                opacity: 0
        }
}

@-webkit-keyframes mdc-circular-progress-color-4-fade-in-out {
        from {
                opacity: 0
        }
        65% {
                opacity: 0
        }
        75% {
                opacity: .99
        }
        90% {
                opacity: .99
        }
        to {
                opacity: 0
        }
}

@keyframes mdc-circular-progress-color-4-fade-in-out {
        from {
                opacity: 0
        }
        65% {
                opacity: 0
        }
        75% {
                opacity: .99
        }
        90% {
                opacity: .99
        }
        to {
                opacity: 0
        }
}

@-webkit-keyframes mdc-circular-progress-left-spin {
        from {
                -webkit-transform: rotate(265deg);
                transform: rotate(265deg)
        }
        50% {
                -webkit-transform: rotate(130deg);
                transform: rotate(130deg)
        }
        to {
                -webkit-transform: rotate(265deg);
                transform: rotate(265deg)
        }
}

@keyframes mdc-circular-progress-left-spin {
        from {
                -webkit-transform: rotate(265deg);
                transform: rotate(265deg)
        }
        50% {
                -webkit-transform: rotate(130deg);
                transform: rotate(130deg)
        }
        to {
                -webkit-transform: rotate(265deg);
                transform: rotate(265deg)
        }
}

@-webkit-keyframes mdc-circular-progress-right-spin {
        from {
                -webkit-transform: rotate(-265deg);
                transform: rotate(-265deg)
        }
        50% {
                -webkit-transform: rotate(-130deg);
                transform: rotate(-130deg)
        }
        to {
                -webkit-transform: rotate(-265deg);
                transform: rotate(-265deg)
        }
}

@keyframes mdc-circular-progress-right-spin {
        from {
                -webkit-transform: rotate(-265deg);
                transform: rotate(-265deg)
        }
        50% {
                -webkit-transform: rotate(-130deg);
                transform: rotate(-130deg)
        }
        to {
                -webkit-transform: rotate(-265deg);
                transform: rotate(-265deg)
        }
}

.mdc-circular-progress {
        display: inline-flex;
        position: relative;
        direction: ltr;
        line-height: 0;
        transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-circular-progress__determinate-container,
.mdc-circular-progress__indeterminate-circle-graphic,
.mdc-circular-progress__indeterminate-container,
.mdc-circular-progress__spinner-layer {
        position: absolute;
        width: 100%;
        height: 100%
}

.mdc-circular-progress__determinate-container {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
}

.mdc-circular-progress__indeterminate-container {
        font-size: 0;
        letter-spacing: 0;
        white-space: nowrap;
        opacity: 0
}

.mdc-circular-progress__determinate-circle-graphic,
.mdc-circular-progress__indeterminate-circle-graphic {
        fill: transparent
}

.mdc-circular-progress__determinate-circle {
        transition: stroke-dashoffset 500ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-circular-progress__gap-patch {
        position: absolute;
        top: 0;
        left: 47.5%;
        box-sizing: border-box;
        width: 5%;
        height: 100%;
        overflow: hidden
}

.mdc-circular-progress__gap-patch .mdc-circular-progress__indeterminate-circle-graphic {
        left: -900%;
        width: 2000%;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
}

.mdc-circular-progress__circle-clipper {
        display: inline-flex;
        position: relative;
        width: 50%;
        height: 100%;
        overflow: hidden
}

.mdc-circular-progress__circle-clipper .mdc-circular-progress__indeterminate-circle-graphic {
        width: 200%
}

.mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
        left: -100%
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__determinate-container {
        opacity: 0
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
        opacity: 1
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
        -webkit-animation: mdc-circular-progress-container-rotate 1568.2352941176ms linear infinite;
        animation: mdc-circular-progress-container-rotate 1568.2352941176ms linear infinite
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__spinner-layer {
        -webkit-animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__color-1 {
        -webkit-animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__color-2 {
        -webkit-animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__color-3 {
        -webkit-animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__color-4 {
        -webkit-animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-left .mdc-circular-progress__indeterminate-circle-graphic {
        -webkit-animation: mdc-circular-progress-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: mdc-circular-progress-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
        -webkit-animation: mdc-circular-progress-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: mdc-circular-progress-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.mdc-circular-progress--closed {
        opacity: 0
}

.mdc-floating-label {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        position: absolute;
        left: 0;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        line-height: 1.15rem;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: text;
        overflow: hidden;
        will-change: transform;
        transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1)
}

[dir=rtl] .mdc-floating-label,
.mdc-floating-label[dir=rtl] {
        right: 0;
        left: auto;
        -webkit-transform-origin: right top;
        transform-origin: right top;
        text-align: right
}

.mdc-floating-label--float-above {
        cursor: auto
}

.mdc-floating-label--required::after {
        margin-left: 1px;
        margin-right: 0px;
        content: "*"
}

[dir=rtl] .mdc-floating-label--required::after,
.mdc-floating-label--required[dir=rtl]::after {
        margin-left: 0;
        margin-right: 1px
}

.mdc-floating-label--float-above {
        -webkit-transform: translateY(-106%) scale(0.75);
        transform: translateY(-106%) scale(0.75)
}

.mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-standard 250ms 1;
        animation: mdc-floating-label-shake-float-above-standard 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-standard {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-standard {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)
        }
}

.mdc-line-ripple::before,
.mdc-line-ripple::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom-style: solid;
        content: ""
}

.mdc-line-ripple::before {
        border-bottom-width: 1px
}

.mdc-line-ripple::before {
        z-index: 1
}

.mdc-line-ripple::after {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        border-bottom-width: 2px;
        opacity: 0;
        z-index: 2
}

.mdc-line-ripple::after {
        transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-line-ripple--active::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
}

.mdc-line-ripple--deactivating::after {
        opacity: 0
}

.mdc-notched-outline {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: 100%;
        text-align: left;
        pointer-events: none
}

[dir=rtl] .mdc-notched-outline,
.mdc-notched-outline[dir=rtl] {
        text-align: right
}

.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
        box-sizing: border-box;
        height: 100%;
        border-top: 1px solid;
        border-bottom: 1px solid;
        pointer-events: none
}

.mdc-notched-outline__leading {
        border-left: 1px solid;
        border-right: none;
        width: 12px
}

[dir=rtl] .mdc-notched-outline__leading,
.mdc-notched-outline__leading[dir=rtl] {
        border-left: none;
        border-right: 1px solid
}

.mdc-notched-outline__trailing {
        border-left: none;
        border-right: 1px solid;
        flex-grow: 1
}

[dir=rtl] .mdc-notched-outline__trailing,
.mdc-notched-outline__trailing[dir=rtl] {
        border-left: 1px solid;
        border-right: none
}

.mdc-notched-outline__notch {
        flex: 0 0 auto;
        width: auto;
        max-width: calc(100% - 12px * 2)
}

.mdc-notched-outline .mdc-floating-label {
        display: inline-block;
        position: relative;
        max-width: 100%
}

.mdc-notched-outline .mdc-floating-label--float-above {
        text-overflow: clip
}

.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        max-width: 133.3333333333%
}

.mdc-notched-outline--notched .mdc-notched-outline__notch {
        padding-left: 0;
        padding-right: 8px;
        border-top: none
}

[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,
.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
        padding-left: 8px;
        padding-right: 0
}

.mdc-notched-outline--no-label .mdc-notched-outline__notch {
        display: none
}

.mdc-select {
        display: inline-flex;
        position: relative
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-select.mdc-select--disabled .mdc-select__selected-text {
        color: rgba(0, 0, 0, 0.38)
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
        color: #3a6b93
}

.mdc-select.mdc-select--disabled .mdc-floating-label {
        color: rgba(0, 0, 0, 0.38)
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
        fill: rgba(0, 0, 0, 0.54)
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
        fill: #6200ee;
        fill: var(--mdc-theme-primary, #3a6d95)
}

.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
        fill: rgba(0, 0, 0, 0.38)
}

.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-select.mdc-select--disabled+.mdc-select-helper-text {
        color: rgba(0, 0, 0, 0.38)
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__icon {
        color: rgba(0, 0, 0, 0.54)
}

.mdc-select.mdc-select--disabled .mdc-select__icon {
        color: rgba(0, 0, 0, 0.38)
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-select.mdc-select--disabled .mdc-select__selected-text {
                color: GrayText
        }
        .mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
                fill: red
        }
        .mdc-select.mdc-select--disabled .mdc-floating-label {
                color: GrayText
        }
        .mdc-select.mdc-select--disabled .mdc-line-ripple::before {
                border-bottom-color: GrayText
        }
        .mdc-select.mdc-select--disabled .mdc-notched-outline__leading,
        .mdc-select.mdc-select--disabled .mdc-notched-outline__notch,
        .mdc-select.mdc-select--disabled .mdc-notched-outline__trailing {
                border-color: GrayText
        }
        .mdc-select.mdc-select--disabled .mdc-select__icon {
                color: GrayText
        }
        .mdc-select.mdc-select--disabled+.mdc-select-helper-text {
                color: GrayText
        }
}

.mdc-select .mdc-floating-label {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none
}

.mdc-select .mdc-select__anchor {
        padding-left: 16px;
        padding-right: 0
}

[dir=rtl] .mdc-select .mdc-select__anchor,
.mdc-select .mdc-select__anchor[dir=rtl] {
        padding-left: 0;
        padding-right: 16px
}

.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor {
        padding-left: 0;
        padding-right: 0
}

[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,
.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl] {
        padding-left: 0;
        padding-right: 0
}

.mdc-select .mdc-select__icon {
        width: 24px;
        height: 24px;
        font-size: 24px
}

.mdc-select .mdc-select__dropdown-icon {
        width: 24px;
        height: 24px
}

.mdc-select .mdc-select__menu .mdc-deprecated-list-item {
        padding-left: 16px;
        padding-right: 16px
}

[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item,
.mdc-select .mdc-select__menu .mdc-deprecated-list-item[dir=rtl] {
        padding-left: 16px;
        padding-right: 16px
}

.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic {
        margin-left: 0;
        margin-right: 12px
}

[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic,
.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic[dir=rtl] {
        margin-left: 12px;
        margin-right: 0
}

.mdc-select__dropdown-icon {
        margin-left: 12px;
        margin-right: 12px;
        display: inline-flex;
        position: relative;
        align-self: center;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        pointer-events: none
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
        position: absolute;
        top: 0;
        left: 0
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic {
        width: 41.6666666667%;
        height: 20.8333333333%
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
        opacity: 1;
        transition: opacity 75ms linear 75ms
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
        opacity: 0;
        transition: opacity 75ms linear
}

[dir=rtl] .mdc-select__dropdown-icon,
.mdc-select__dropdown-icon[dir=rtl] {
        margin-left: 12px;
        margin-right: 12px
}

.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
        opacity: 0;
        transition: opacity 49.5ms linear
}

.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
        opacity: 1;
        transition: opacity 100.5ms linear 49.5ms
}

.mdc-select__anchor {
        width: 200px;
        min-width: 0;
        flex: 1 1 auto;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        outline: none;
        cursor: pointer
}

.mdc-select__anchor .mdc-floating-label--float-above {
        -webkit-transform: translateY(-106%) scale(0.75);
        transform: translateY(-106%) scale(0.75)
}

.mdc-select__selected-text-container {
        display: flex;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        pointer-events: none;
        box-sizing: border-box;
        width: auto;
        min-width: 0;
        flex-grow: 1;
        height: 28px;
        border: none;
        outline: none;
        padding: 0;
        background-color: transparent;
        color: inherit
}

.mdc-select__selected-text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        line-height: 1.75rem;
        line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 100%;
        text-align: left
}

[dir=rtl] .mdc-select__selected-text,
.mdc-select__selected-text[dir=rtl] {
        text-align: right
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
        color: #b00020;
        color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
        color: #b00020;
        color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg {
        color: #b00020;
        color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
        fill: #b00020;
        fill: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
        fill: #b00020;
        fill: var(--mdc-theme-error, #b00020)
}

.mdc-select--disabled {
        cursor: default;
        pointer-events: none
}

.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item {
        padding-left: 12px;
        padding-right: 12px
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item,
.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item[dir=rtl] {
        padding-left: 12px;
        padding-right: 12px
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-select__menu::before {
                position: absolute;
                box-sizing: border-box;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                border: 1px solid transparent;
                border-radius: inherit;
                content: "";
                pointer-events: none
        }
}

@media screen and (forced-colors: active)and (forced-colors: active),
screen and (-ms-high-contrast: active)and (forced-colors: active) {
        .mdc-select__menu::before {
                border-color: CanvasText
        }
}

.mdc-select__menu .mdc-deprecated-list .mdc-select__icon,
.mdc-select__menu .mdc-list .mdc-select__icon {
        margin-left: 0;
        margin-right: 0
}

[dir=rtl] .mdc-select__menu .mdc-deprecated-list .mdc-select__icon,
[dir=rtl] .mdc-select__menu .mdc-list .mdc-select__icon,
.mdc-select__menu .mdc-deprecated-list .mdc-select__icon[dir=rtl],
.mdc-select__menu .mdc-list .mdc-select__icon[dir=rtl] {
        margin-left: 0;
        margin-right: 0
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-select__menu .mdc-list-item__start {
        display: inline-flex;
        align-items: center
}

.mdc-select__option {
        padding-left: 16px;
        padding-right: 16px
}

[dir=rtl] .mdc-select__option,
.mdc-select__option[dir=rtl] {
        padding-left: 16px;
        padding-right: 16px
}

.mdc-select__one-line-option.mdc-list-item--with-one-line {
        height: 48px
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines {
        height: 64px
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__start {
        margin-top: 20px
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 36px;
        content: "";
        vertical-align: 0
}

.mdc-select__option-with-leading-content {
        padding-left: 0;
        padding-right: 12px
}

.mdc-select__option-with-leading-content.mdc-list-item {
        padding-left: 0;
        padding-right: auto
}

[dir=rtl] .mdc-select__option-with-leading-content.mdc-list-item,
.mdc-select__option-with-leading-content.mdc-list-item[dir=rtl] {
        padding-left: auto;
        padding-right: 0
}

.mdc-select__option-with-leading-content .mdc-list-item__start {
        margin-left: 12px;
        margin-right: 0
}

[dir=rtl] .mdc-select__option-with-leading-content .mdc-list-item__start,
.mdc-select__option-with-leading-content .mdc-list-item__start[dir=rtl] {
        margin-left: 0;
        margin-right: 12px
}

.mdc-select__option-with-leading-content .mdc-list-item__start {
        width: 36px;
        height: 24px
}

[dir=rtl] .mdc-select__option-with-leading-content,
.mdc-select__option-with-leading-content[dir=rtl] {
        padding-left: 12px;
        padding-right: 0
}

.mdc-select__option-with-meta.mdc-list-item {
        padding-left: auto;
        padding-right: 0
}

[dir=rtl] .mdc-select__option-with-meta.mdc-list-item,
.mdc-select__option-with-meta.mdc-list-item[dir=rtl] {
        padding-left: 0;
        padding-right: auto
}

.mdc-select__option-with-meta .mdc-list-item__end {
        margin-left: 12px;
        margin-right: 12px
}

[dir=rtl] .mdc-select__option-with-meta .mdc-list-item__end,
.mdc-select__option-with-meta .mdc-list-item__end[dir=rtl] {
        margin-left: 12px;
        margin-right: 12px
}

.mdc-select--filled .mdc-select__anchor {
        height: 56px;
        display: flex;
        align-items: baseline
}

.mdc-select--filled .mdc-select__anchor::before {
        display: inline-block;
        width: 0;
        height: 40px;
        content: "";
        vertical-align: 0
}

.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before {
        content: "​"
}

.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container {
        height: 100%;
        display: inline-flex;
        align-items: center
}

.mdc-select--filled.mdc-select--no-label .mdc-select__anchor::before {
        display: none
}

.mdc-select--filled .mdc-select__anchor {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--mdc-shape-small, 4px);
        border-top-right-radius: 4px;
        border-top-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
        background-color: whitesmoke
}

.mdc-select--filled.mdc-select--disabled .mdc-select__anchor {
        background-color: #fafafa
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before {
        border-bottom-color: rgba(0, 0, 0, 0.42)
}

.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
        border-bottom-color: rgba(0, 0, 0, 0.87)
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after {
        border-bottom-color: #6200ee;
        border-bottom-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before {
        border-bottom-color: rgba(0, 0, 0, 0.06)
}

.mdc-select--filled .mdc-floating-label {
        max-width: calc(100% - 64px)
}

.mdc-select--filled .mdc-floating-label--float-above {
        max-width: calc(100% / 0.75 - 64px / 0.75)
}

.mdc-select--filled .mdc-menu-surface--is-open-below {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px
}

.mdc-select--filled.mdc-select--focused.mdc-line-ripple::after {
        -webkit-transform: scale(1, 2);
        transform: scale(1, 2);
        opacity: 1
}

.mdc-select--filled .mdc-floating-label {
        left: 16px;
        right: initial
}

[dir=rtl] .mdc-select--filled .mdc-floating-label,
.mdc-select--filled .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 16px
}

.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
        left: 48px;
        right: initial
}

[dir=rtl] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 48px
}

.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
        max-width: calc(100% - 96px)
}

.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label--float-above {
        max-width: calc(100% / 0.75 - 96px / 0.75)
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
        border-bottom-color: #b00020;
        border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
        border-bottom-color: #b00020;
        border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::after {
        border-bottom-color: #b00020;
        border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--outlined {
        border: none
}

.mdc-select--outlined .mdc-select__anchor {
        height: 56px
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
        -webkit-transform: translateY(-37.25px) scale(1);
        transform: translateY(-37.25px) scale(1)
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
        font-size: .75rem
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-34.75px) scale(0.75);
        transform: translateY(-34.75px) scale(0.75)
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-56px 250ms 1;
        animation: mdc-floating-label-shake-float-above-select-outlined-56px 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-56px {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-56px {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
        }
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--mdc-shape-small, 4px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--mdc-shape-small, 4px)
}

[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-top-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-left-radius: 0
}

@supports(top: max(0%)) {
        .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
                width: max(12px, var(--mdc-shape-small, 4px))
        }
}

@supports(top: max(0%)) {
        .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch {
                max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px))*2)
        }
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-top-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-left-radius: 0
}

[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--mdc-shape-small, 4px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--mdc-shape-small, 4px)
}

@supports(top: max(0%)) {
        .mdc-select--outlined .mdc-select__anchor {
                padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px))
        }
}

[dir=rtl] .mdc-select--outlined .mdc-select__anchor,
.mdc-select--outlined .mdc-select__anchor[dir=rtl] {
        padding-left: 0
}

@supports(top: max(0%)) {
        [dir=rtl] .mdc-select--outlined .mdc-select__anchor,
        .mdc-select--outlined .mdc-select__anchor[dir=rtl] {
                padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px))
        }
}

@supports(top: max(0%)) {
        .mdc-select--outlined+.mdc-select-helper-text {
                margin-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px))
        }
}

[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text,
.mdc-select--outlined+.mdc-select-helper-text[dir=rtl] {
        margin-left: 0
}

@supports(top: max(0%)) {
        [dir=rtl] .mdc-select--outlined+.mdc-select-helper-text,
        .mdc-select--outlined+.mdc-select-helper-text[dir=rtl] {
                margin-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px))
        }
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
        background-color: transparent
}

.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor {
        background-color: transparent
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
        border-color: rgba(0, 0, 0, 0.38)
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
        border-color: rgba(0, 0, 0, 0.87)
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
        border-width: 2px
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
        border-color: #6200ee;
        border-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing {
        border-color: rgba(0, 0, 0, 0.06)
}

.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
        max-width: calc(100% - 60px)
}

.mdc-select--outlined .mdc-select__anchor {
        display: flex;
        align-items: baseline;
        overflow: visible
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-select-outlined 250ms 1;
        animation: mdc-floating-label-shake-float-above-select-outlined 250ms 1
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
        -webkit-transform: translateY(-37.25px) scale(1);
        transform: translateY(-37.25px) scale(1)
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
        font-size: .75rem
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-34.75px) scale(0.75);
        transform: translateY(-34.75px) scale(0.75)
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
}

.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch {
        padding-top: 1px
}

.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before {
        content: "​"
}

.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container {
        height: 100%;
        display: inline-flex;
        align-items: center
}

.mdc-select--outlined .mdc-select__anchor::before {
        display: none
}

.mdc-select--outlined .mdc-select__selected-text-container {
        display: flex;
        border: none;
        z-index: 1;
        background-color: transparent
}

.mdc-select--outlined .mdc-select__icon {
        z-index: 2
}

.mdc-select--outlined .mdc-floating-label {
        line-height: 1.15rem;
        left: 4px;
        right: initial
}

[dir=rtl] .mdc-select--outlined .mdc-floating-label,
.mdc-select--outlined .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 4px
}

.mdc-select--outlined.mdc-select--focused .mdc-notched-outline--notched .mdc-notched-outline__notch {
        padding-top: 2px
}

.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
        border-color: #b00020;
        border-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
        border-color: #b00020;
        border-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
        border-width: 2px
}

.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
        border-color: #b00020;
        border-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
        left: 36px;
        right: initial
}

[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 36px
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
        -webkit-transform: translateY(-37.25px) translateX(-32px) scale(1);
        transform: translateY(-37.25px) translateX(-32px) scale(1)
}

[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-37.25px) translateX(32px) scale(1);
        transform: translateY(-37.25px) translateX(32px) scale(1)
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
        font-size: .75rem
}

.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-34.75px) translateX(-32px) scale(0.75);
        transform: translateY(-34.75px) translateX(-32px) scale(0.75)
}

[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-34.75px) translateX(32px) scale(0.75);
        transform: translateY(-34.75px) translateX(32px) scale(0.75)
}

.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
        animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px {
        0% {
                -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px {
        0% {
                -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)
        }
}

[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake,
.mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
        animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl {
        0% {
                -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl {
        0% {
                -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)
        }
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
        max-width: calc(100% - 96px)
}

.mdc-select--outlined .mdc-menu-surface {
        margin-bottom: 8px
}

.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,
.mdc-select--outlined .mdc-menu-surface--is-open-below {
        margin-bottom: 0
}

.mdc-select__anchor {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-select__anchor .mdc-select__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-select__anchor .mdc-select__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
        background-color: rgba(0, 0, 0, 0.87);
        background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))
}

.mdc-select__anchor:hover .mdc-select__ripple::before,
.mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple::before,
.mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-select__anchor .mdc-select__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
        transition: opacity 150ms linear
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
        transition: opacity 150ms linear
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-select-helper-text {
        margin: 0;
        margin-left: 16px;
        margin-right: 16px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.75rem;
        font-size: var(--mdc-typography-caption-font-size, 0.75rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-caption-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-caption-font-weight, 400);
        letter-spacing: 0.0333333333em;
        letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-caption-text-transform, inherit);
        display: block;
        margin-top: 0;
        line-height: normal
}

[dir=rtl] .mdc-select-helper-text,
.mdc-select-helper-text[dir=rtl] {
        margin-left: 16px;
        margin-right: 16px
}

.mdc-select-helper-text::before {
        display: inline-block;
        width: 0;
        height: 16px;
        content: "";
        vertical-align: 0
}

.mdc-select-helper-text--validation-msg {
        opacity: 0;
        transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-select--invalid+.mdc-select-helper-text--validation-msg,
.mdc-select-helper-text--validation-msg-persistent {
        opacity: 1
}

.mdc-select--with-leading-icon .mdc-select__icon {
        display: inline-block;
        box-sizing: border-box;
        border: none;
        text-decoration: none;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        flex-shrink: 0;
        align-self: center;
        background-color: transparent;
        fill: currentColor
}

.mdc-select--with-leading-icon .mdc-select__icon {
        margin-left: 12px;
        margin-right: 12px
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon,
.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl] {
        margin-left: 12px;
        margin-right: 12px
}

.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
        cursor: default;
        pointer-events: none
}

.mdc-data-table__content {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit)
}

.mdc-data-table {
        background-color: #fff;
        background-color: var(--mdc-theme-surface, #fff);
        border-radius: 4px;
        border-radius: var(--mdc-shape-medium, 4px);
        border-width: 1px;
        border-style: solid;
        border-color: rgba(0, 0, 0, .12);
        -webkit-overflow-scrolling: touch;
        display: inline-flex;
        flex-direction: column;
        box-sizing: border-box;
        position: relative
}

.mdc-data-table .mdc-data-table__header-cell:first-child {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--mdc-shape-medium, 4px)
}

[dir=rtl] .mdc-data-table .mdc-data-table__header-cell:first-child,
.mdc-data-table .mdc-data-table__header-cell:first-child[dir=rtl] {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--mdc-shape-medium, 4px);
        border-top-left-radius: 0
}

.mdc-data-table .mdc-data-table__header-cell:last-child {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--mdc-shape-medium, 4px)
}

[dir=rtl] .mdc-data-table .mdc-data-table__header-cell:last-child,
.mdc-data-table .mdc-data-table__header-cell:last-child[dir=rtl] {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--mdc-shape-medium, 4px);
        border-top-right-radius: 0
}

.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:first-child {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--mdc-shape-medium, 4px)
}

[dir=rtl] .mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:first-child,
.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:first-child[dir=rtl] {
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--mdc-shape-medium, 4px);
        border-bottom-left-radius: 0
}

.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:last-child {
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--mdc-shape-medium, 4px)
}

[dir=rtl] .mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:last-child,
.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:last-child[dir=rtl] {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--mdc-shape-medium, 4px);
        border-bottom-right-radius: 0
}

.mdc-data-table__row {
        background-color: inherit
}

.mdc-data-table__header-cell {
        background-color: #fff;
        background-color: var(--mdc-theme-surface, #fff)
}

.mdc-data-table__row--selected {
        background-color: rgba(98, 0, 238, 0.04)
}

.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
        border-color: rgba(0, 0, 0, 0.12)
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
        border-bottom-color: rgba(0, 0, 0, .12)
}

.mdc-data-table__pagination {
        border-top-color: rgba(0, 0, 0, .12)
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
        border-bottom-width: 1px;
        border-bottom-style: solid
}

.mdc-data-table__pagination {
        border-top-width: 1px;
        border-top-style: solid
}

.mdc-data-table__row:last-child .mdc-data-table__cell {
        border-bottom: none
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
        background-color: rgba(0, 0, 0, 0.04)
}

.mdc-data-table__header-cell {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-data-table__row {
        height: 52px
}

.mdc-data-table__pagination {
        min-height: 52px
}

.mdc-data-table__header-row {
        height: 56px
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
        padding: 0 16px 0 16px
}

.mdc-data-table__header-cell--checkbox,
.mdc-data-table__cell--checkbox {
        padding-left: 4px;
        padding-right: 0
}

[dir=rtl] .mdc-data-table__header-cell--checkbox,
[dir=rtl] .mdc-data-table__cell--checkbox,
.mdc-data-table__header-cell--checkbox[dir=rtl],
.mdc-data-table__cell--checkbox[dir=rtl] {
        padding-left: 0;
        padding-right: 4px
}

.mdc-data-table__table-container {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        width: 100%
}

.mdc-data-table__table {
        min-width: 100%;
        border: 0;
        white-space: nowrap;
        border-spacing: 0;
        table-layout: fixed
}

.mdc-data-table__cell {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        box-sizing: border-box;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis
}

[dir=rtl] .mdc-data-table__cell,
.mdc-data-table__cell[dir=rtl] {
        text-align: right
}

.mdc-data-table__cell--numeric {
        text-align: right
}

[dir=rtl] .mdc-data-table__cell--numeric,
.mdc-data-table__cell--numeric[dir=rtl] {
        text-align: left
}

.mdc-data-table__cell--checkbox {
        width: 1px
}

.mdc-data-table__header-cell {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
        line-height: 1.375rem;
        line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
        letter-spacing: 0.0071428571em;
        letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
        box-sizing: border-box;
        text-overflow: ellipsis;
        overflow: hidden;
        outline: none;
        text-align: left
}

[dir=rtl] .mdc-data-table__header-cell,
.mdc-data-table__header-cell[dir=rtl] {
        text-align: right
}

.mdc-data-table__header-cell--checkbox {
        width: 1px
}

.mdc-data-table__header-cell--numeric {
        text-align: right
}

[dir=rtl] .mdc-data-table__header-cell--numeric,
.mdc-data-table__header-cell--numeric[dir=rtl] {
        text-align: left
}

.mdc-data-table__sort-icon-button {
        width: 28px;
        height: 28px;
        padding: 2px;
        -webkit-transform: rotate(0.0001deg);
        transform: rotate(0.0001deg);
        margin-left: 4px;
        margin-right: 0;
        transition: -webkit-transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0
}

.mdc-data-table__sort-icon-button .mdc-icon-button__focus-ring {
        display: none
}

.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
        display: block;
        max-height: 28px;
        max-width: 28px
}

@media screen and (forced-colors: active) {
        .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
        .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
                pointer-events: none;
                border: 2px solid transparent;
                border-radius: 6px;
                box-sizing: content-box;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: 100%;
                width: 100%
        }
}

@media screen and (forced-colors: active)and (forced-colors: active) {
        .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
        .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
                border-color: CanvasText
        }
}

@media screen and (forced-colors: active) {
        .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,
        .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
                content: "";
                border: 2px solid transparent;
                border-radius: 8px;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: calc(100% + 4px);
                width: calc(100% + 4px)
        }
}

@media screen and (forced-colors: active)and (forced-colors: active) {
        .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,
        .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
                border-color: CanvasText
        }
}

.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
        width: 28px;
        height: 28px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px
}

.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
        max-height: 28px;
        max-width: 28px
}

.mdc-data-table__sort-icon-button .mdc-icon-button__touch {
        position: absolute;
        top: 50%;
        height: 28px;
        left: 50%;
        width: 28px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

[dir=rtl] .mdc-data-table__sort-icon-button,
.mdc-data-table__sort-icon-button[dir=rtl] {
        margin-left: 0;
        margin-right: 4px
}

.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button {
        margin-left: 0;
        margin-right: 4px
}

[dir=rtl] .mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button,
.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button[dir=rtl] {
        margin-left: 4px;
        margin-right: 0
}

.mdc-data-table__header-cell--sorted-descending .mdc-data-table__sort-icon-button {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
}

.mdc-data-table__sort-icon-button:focus,
.mdc-data-table__header-cell:hover .mdc-data-table__sort-icon-button,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
        opacity: 1
}

.mdc-data-table__header-cell-wrapper {
        align-items: center;
        display: inline-flex;
        vertical-align: middle
}

.mdc-data-table__header-cell--with-sort {
        cursor: pointer
}

.mdc-data-table__sort-status-label {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px
}

.mdc-data-table--sticky-header .mdc-data-table__header-cell {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1
}

.mdc-data-table__sort-icon-button {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,
.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after {
        background-color: rgba(0, 0, 0, 0.6);
        background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.6))
}

.mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,
.mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after {
        background-color: rgba(0, 0, 0, 0.87);
        background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-data-table__progress-indicator {
        display: none;
        position: absolute;
        width: 100%
}

.mdc-data-table--in-progress .mdc-data-table__progress-indicator {
        display: block
}

.mdc-data-table__scrim {
        background-color: #fff;
        background-color: var(--mdc-theme-surface, #fff);
        height: 100%;
        opacity: .32;
        position: absolute;
        top: 0;
        width: 100%
}

.mdc-data-table__pagination {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end
}

.mdc-data-table__pagination-trailing {
        margin-left: 4px;
        margin-right: 0;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end
}

[dir=rtl] .mdc-data-table__pagination-trailing,
.mdc-data-table__pagination-trailing[dir=rtl] {
        margin-left: 0;
        margin-right: 4px
}

.mdc-data-table__pagination-navigation {
        align-items: center;
        display: flex
}

.mdc-data-table__pagination-button {
        margin-left: 0;
        margin-right: 4px
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon,
.mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
}

[dir=rtl] .mdc-data-table__pagination-button,
.mdc-data-table__pagination-button[dir=rtl] {
        margin-left: 4px;
        margin-right: 0
}

.mdc-data-table__pagination-total {
        margin-left: 14px;
        margin-right: 36px;
        white-space: nowrap
}

[dir=rtl] .mdc-data-table__pagination-total,
.mdc-data-table__pagination-total[dir=rtl] {
        margin-left: 36px;
        margin-right: 14px
}

.mdc-data-table__pagination-rows-per-page {
        margin-left: 0;
        margin-right: 22px;
        align-items: center;
        display: inline-flex
}

[dir=rtl] .mdc-data-table__pagination-rows-per-page,
.mdc-data-table__pagination-rows-per-page[dir=rtl] {
        margin-left: 22px;
        margin-right: 0
}

.mdc-data-table__pagination-rows-per-page-label {
        margin-left: 0;
        margin-right: 12px;
        white-space: nowrap
}

[dir=rtl] .mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__pagination-rows-per-page-label[dir=rtl] {
        margin-left: 12px;
        margin-right: 0
}

.mdc-data-table__pagination-rows-per-page-select {
        min-width: 80px;
        min-width: var(--mdc-menu-min-width, 80px);
        margin: 8px 0
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
        width: 100%;
        min-width: 80px
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
        height: 36px
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
        -webkit-transform: translateY(-27.25px) scale(1);
        transform: translateY(-27.25px) scale(1)
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
        font-size: .75rem
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-24.75px) scale(0.75);
        transform: translateY(-24.75px) scale(0.75)
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-36px 250ms 1;
        animation: mdc-floating-label-shake-float-above-select-outlined-36px 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-36px {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-36px {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)
        }
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__dropdown-icon {
        width: 20px;
        height: 20px
}

.mdc-data-table__pagination-rows-per-page-select.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
        max-width: calc(100% - 56px)
}

.mdc-data-table__pagination-rows-per-page-select .mdc-list-item.mdc-list-item--with-one-line {
        height: 36px
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
        transition: opacity 150ms linear
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background {
        border-color: rgba(0, 0, 0, 0.54);
        border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
        background-color: transparent
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background {
        border-color: #6200ee;
        border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
        background-color: #6200ee;
        background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee))
}

@-webkit-keyframes mdc-checkbox-fade-in-background-8A000000FF6200EE00000000FF6200EE {
        0% {
                border-color: rgba(0, 0, 0, 0.54);
                border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
                background-color: transparent
        }
        50% {
                border-color: #6200ee;
                border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
                background-color: #6200ee;
                background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee))
        }
}

@keyframes mdc-checkbox-fade-in-background-8A000000FF6200EE00000000FF6200EE {
        0% {
                border-color: rgba(0, 0, 0, 0.54);
                border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
                background-color: transparent
        }
        50% {
                border-color: #6200ee;
                border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
                background-color: #6200ee;
                background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee))
        }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-8A000000FF6200EE00000000FF6200EE {
        0%,
        80% {
                border-color: #6200ee;
                border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
                background-color: #6200ee;
                background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee))
        }
        100% {
                border-color: rgba(0, 0, 0, 0.54);
                border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
                background-color: transparent
        }
}

@keyframes mdc-checkbox-fade-out-background-8A000000FF6200EE00000000FF6200EE {
        0%,
        80% {
                border-color: #6200ee;
                border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
                background-color: #6200ee;
                background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee))
        }
        100% {
                border-color: rgba(0, 0, 0, 0.54);
                border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
                background-color: transparent
        }
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
        -webkit-animation-name: mdc-checkbox-fade-in-background-8A000000FF6200EE00000000FF6200EE;
        animation-name: mdc-checkbox-fade-in-background-8A000000FF6200EE00000000FF6200EE
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
        -webkit-animation-name: mdc-checkbox-fade-out-background-8A000000FF6200EE00000000FF6200EE;
        animation-name: mdc-checkbox-fade-out-background-8A000000FF6200EE00000000FF6200EE
}

.mdc-dialog .mdc-dialog__surface {
        background-color: #fff;
        background-color: var(--mdc-theme-surface, #fff)
}

.mdc-dialog .mdc-dialog__scrim {
        background-color: rgba(0, 0, 0, .32)
}

.mdc-dialog .mdc-dialog__surface-scrim {
        background-color: rgba(0, 0, 0, .32)
}

.mdc-dialog .mdc-dialog__title {
        color: rgba(0, 0, 0, .87)
}

.mdc-dialog .mdc-dialog__content {
        color: rgba(0, 0, 0, .6)
}

.mdc-dialog .mdc-dialog__close {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::before,
.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))
}

.mdc-dialog .mdc-dialog__close:hover .mdc-icon-button__ripple::before,
.mdc-dialog .mdc-dialog__close.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.mdc-dialog.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions {
        border-color: rgba(0, 0, 0, .12)
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
        border-bottom: 1px solid rgba(0, 0, 0, .12);
        margin-bottom: 0
}

.mdc-dialog.mdc-dialog-scroll-divider-header.mdc-dialog--fullscreen .mdc-dialog__header {
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12)
}

.mdc-dialog .mdc-dialog__surface {
        border-radius: 4px;
        border-radius: var(--mdc-shape-medium, 4px)
}

.mdc-dialog__surface {
        box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, .12)
}

.mdc-dialog__title {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1.25rem;
        font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
        line-height: 2rem;
        line-height: var(--mdc-typography-headline6-line-height, 2rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-headline6-font-weight, 500);
        letter-spacing: 0.0125em;
        letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
        text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-headline6-text-transform, inherit)
}

.mdc-dialog__content {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-body1-font-size, 1rem);
        line-height: 1.5rem;
        line-height: var(--mdc-typography-body1-line-height, 1.5rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body1-font-weight, 400);
        letter-spacing: 0.03125em;
        letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body1-text-transform, inherit)
}

.mdc-dialog,
.mdc-dialog__scrim {
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        height: 100%
}

.mdc-dialog {
        display: none;
        z-index: 7;
        z-index: var(--mdc-dialog-z-index, 7)
}

.mdc-dialog .mdc-dialog__content {
        padding: 20px 24px 20px 24px
}

.mdc-dialog .mdc-dialog__surface {
        min-width: 280px
}

@media(max-width: 592px) {
        .mdc-dialog .mdc-dialog__surface {
                max-width: calc(100vw - 32px)
        }
}

@media(min-width: 592px) {
        .mdc-dialog .mdc-dialog__surface {
                max-width: 560px
        }
}

.mdc-dialog .mdc-dialog__surface {
        max-height: calc(100% - 32px)
}

.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
        max-width: none
}

@media(max-width: 960px) {
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
                max-height: 560px;
                width: 560px
        }
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
                right: -12px
        }
}

@media(max-width: 720px)and (max-width: 672px) {
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
                width: calc(100vw - 112px)
        }
}

@media(max-width: 720px)and (min-width: 672px) {
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
                width: 560px
        }
}

@media(max-width: 720px)and (max-height: 720px) {
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
                max-height: calc(100vh - 160px)
        }
}

@media(max-width: 720px)and (min-height: 720px) {
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
                max-height: 560px
        }
}

@media(max-width: 720px) {
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
                right: -12px
        }
}

@media(max-width: 720px)and (max-height: 400px) {
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
                height: 100%;
                max-height: 100vh;
                max-width: 100vw;
                width: 100vw;
                border-radius: 0
        }
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
                order: -1;
                left: -12px
        }
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header {
                padding: 0 16px 9px;
                justify-content: flex-start
        }
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title {
                margin-left: calc(16px - 2 * 12px)
        }
}

@media(max-width: 600px) {
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
                height: 100%;
                max-height: 100vh;
                max-width: 100vw;
                width: 100vw;
                border-radius: 0
        }
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
                order: -1;
                left: -12px
        }
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header {
                padding: 0 16px 9px;
                justify-content: flex-start
        }
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title {
                margin-left: calc(16px - 2 * 12px)
        }
}

@media(min-width: 960px) {
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
                width: calc(100vw - 400px)
        }
        .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
                right: -12px
        }
}

.mdc-dialog.mdc-dialog__scrim--hidden .mdc-dialog__scrim {
        opacity: 0
}

.mdc-dialog__scrim {
        opacity: 0;
        z-index: -1
}

.mdc-dialog__container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        box-sizing: border-box;
        height: 100%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        pointer-events: none
}

.mdc-dialog__surface {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
        box-sizing: border-box;
        max-width: 100%;
        max-height: 100%;
        pointer-events: auto;
        overflow-y: auto
}

.mdc-dialog__surface .mdc-elevation-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
}

[dir=rtl] .mdc-dialog__surface,
.mdc-dialog__surface[dir=rtl] {
        text-align: right
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-dialog__surface {
                outline: 2px solid windowText
        }
}

.mdc-dialog__surface::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 2px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-dialog__surface::before {
                border-color: CanvasText
        }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
        .mdc-dialog__surface::before {
                content: none
        }
}

.mdc-dialog__title {
        display: block;
        margin-top: 0;
        position: relative;
        flex-shrink: 0;
        box-sizing: border-box;
        margin: 0 0 1px;
        padding: 0 24px 9px
}

.mdc-dialog__title::before {
        display: inline-block;
        width: 0;
        height: 40px;
        content: "";
        vertical-align: 0
}

[dir=rtl] .mdc-dialog__title,
.mdc-dialog__title[dir=rtl] {
        text-align: right
}

.mdc-dialog--scrollable .mdc-dialog__title {
        margin-bottom: 1px;
        padding-bottom: 15px
}

.mdc-dialog--fullscreen .mdc-dialog__header {
        align-items: baseline;
        border-bottom: 1px solid transparent;
        display: inline-flex;
        justify-content: space-between;
        padding: 0 24px 9px;
        z-index: 1
}

@media screen and (forced-colors: active) {
        .mdc-dialog--fullscreen .mdc-dialog__header {
                border-bottom-color: CanvasText
        }
}

.mdc-dialog--fullscreen .mdc-dialog__header .mdc-dialog__close {
        right: -12px
}

.mdc-dialog--fullscreen .mdc-dialog__title {
        margin-bottom: 0;
        padding: 0;
        border-bottom: 0
}

.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__title {
        border-bottom: 0;
        margin-bottom: 0
}

.mdc-dialog--fullscreen .mdc-dialog__close {
        top: 5px
}

.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions {
        border-top: 1px solid transparent
}

@media screen and (forced-colors: active) {
        .mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions {
                border-top-color: CanvasText
        }
}

.mdc-dialog__content {
        flex-grow: 1;
        box-sizing: border-box;
        margin: 0;
        overflow: auto
}

.mdc-dialog__content>:first-child {
        margin-top: 0
}

.mdc-dialog__content>:last-child {
        margin-bottom: 0
}

.mdc-dialog__title+.mdc-dialog__content,
.mdc-dialog__header+.mdc-dialog__content {
        padding-top: 0
}

.mdc-dialog--scrollable .mdc-dialog__title+.mdc-dialog__content {
        padding-top: 8px;
        padding-bottom: 8px
}

.mdc-dialog__content .mdc-deprecated-list:first-child:last-child {
        padding: 6px 0 0
}

.mdc-dialog--scrollable .mdc-dialog__content .mdc-deprecated-list:first-child:last-child {
        padding: 0
}

.mdc-dialog__actions {
        display: flex;
        position: relative;
        flex-shrink: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        box-sizing: border-box;
        min-height: 52px;
        margin: 0;
        padding: 8px;
        border-top: 1px solid transparent
}

@media screen and (forced-colors: active) {
        .mdc-dialog__actions {
                border-top-color: CanvasText
        }
}

.mdc-dialog--stacked .mdc-dialog__actions {
        flex-direction: column;
        align-items: flex-end
}

.mdc-dialog__button {
        margin-left: 8px;
        margin-right: 0;
        max-width: 100%;
        text-align: right
}

[dir=rtl] .mdc-dialog__button,
.mdc-dialog__button[dir=rtl] {
        margin-left: 0;
        margin-right: 8px
}

.mdc-dialog__button:first-child {
        margin-left: 0;
        margin-right: 0
}

[dir=rtl] .mdc-dialog__button:first-child,
.mdc-dialog__button:first-child[dir=rtl] {
        margin-left: 0;
        margin-right: 0
}

[dir=rtl] .mdc-dialog__button,
.mdc-dialog__button[dir=rtl] {
        text-align: left
}

.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
        margin-top: 12px
}

.mdc-dialog--open,
.mdc-dialog--opening,
.mdc-dialog--closing {
        display: flex
}

.mdc-dialog--opening .mdc-dialog__scrim {
        transition: opacity 150ms linear
}

.mdc-dialog--opening .mdc-dialog__container {
        transition: opacity 75ms linear, -webkit-transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-dialog--closing .mdc-dialog__scrim,
.mdc-dialog--closing .mdc-dialog__container {
        transition: opacity 75ms linear
}

.mdc-dialog--closing .mdc-dialog__container {
        -webkit-transform: none;
        transform: none
}

.mdc-dialog--open .mdc-dialog__scrim {
        opacity: 1
}

.mdc-dialog--open .mdc-dialog__container {
        -webkit-transform: none;
        transform: none;
        opacity: 1
}

.mdc-dialog--open.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim {
        opacity: 1;
        z-index: 1
}

.mdc-dialog--open.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim {
        transition: opacity 75ms linear
}

.mdc-dialog--open.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim {
        transition: opacity 150ms linear
}

.mdc-dialog__surface-scrim {
        display: none;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%
}

.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim,
.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim,
.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim {
        display: block
}

.mdc-dialog-scroll-lock {
        overflow: hidden
}

.mdc-dialog--no-content-padding .mdc-dialog__content {
        padding: 0
}

.mdc-dialog--sheet .mdc-dialog__close {
        right: 12px;
        top: 9px;
        position: absolute;
        z-index: 1
}

.mdc-drawer {
        border-color: rgba(0, 0, 0, 0.12);
        background-color: #fff;
        background-color: var(--mdc-theme-surface, #fff);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top-right-radius: var(--mdc-shape-large, 0);
        border-bottom-right-radius: 0;
        border-bottom-right-radius: var(--mdc-shape-large, 0);
        border-bottom-left-radius: 0;
        z-index: 6;
        width: 256px;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        box-sizing: border-box;
        height: 100%;
        border-right-width: 1px;
        border-right-style: solid;
        overflow: hidden;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-drawer .mdc-drawer__title {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-drawer .mdc-deprecated-list-group__subheader {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-drawer .mdc-drawer__subtitle {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-drawer .mdc-deprecated-list-item__graphic {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-drawer .mdc-deprecated-list-item {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-drawer .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
        color: #6200ee
}

.mdc-drawer .mdc-deprecated-list-item--activated {
        color: rgba(98, 0, 238, 0.87)
}

[dir=rtl] .mdc-drawer,
.mdc-drawer[dir=rtl] {
        border-top-left-radius: 0;
        border-top-left-radius: var(--mdc-shape-large, 0);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-left-radius: var(--mdc-shape-large, 0)
}

.mdc-drawer .mdc-deprecated-list-item {
        border-radius: 4px;
        border-radius: var(--mdc-shape-small, 4px)
}

.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content {
        margin-left: 256px;
        margin-right: 0
}

[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content,
.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content[dir=rtl] {
        margin-left: 0;
        margin-right: 256px
}

[dir=rtl] .mdc-drawer,
.mdc-drawer[dir=rtl] {
        border-right-width: 0;
        border-left-width: 1px;
        border-right-style: none;
        border-left-style: solid
}

.mdc-drawer .mdc-deprecated-list-item {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
        line-height: 1.375rem;
        line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
        letter-spacing: 0.0071428571em;
        letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
        height: calc(48px - 2 * 4px);
        margin: 8px 8px;
        padding: 0 8px
}

.mdc-drawer .mdc-deprecated-list-item:nth-child(1) {
        margin-top: 2px
}

.mdc-drawer .mdc-deprecated-list-item:nth-last-child(1) {
        margin-bottom: 0
}

.mdc-drawer .mdc-deprecated-list-group__subheader {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        display: block;
        margin-top: 0;
        line-height: normal;
        margin: 0;
        padding: 0 16px
}

.mdc-drawer .mdc-deprecated-list-group__subheader::before {
        display: inline-block;
        width: 0;
        height: 24px;
        content: "";
        vertical-align: 0
}

.mdc-drawer .mdc-deprecated-list-divider {
        margin: 3px 0 4px
}

.mdc-drawer .mdc-deprecated-list-item__text,
.mdc-drawer .mdc-deprecated-list-item__graphic {
        pointer-events: none
}

.mdc-drawer--animate {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
}

[dir=rtl] .mdc-drawer--animate,
.mdc-drawer--animate[dir=rtl] {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
}

.mdc-drawer--opening {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition-duration: 250ms
}

[dir=rtl] .mdc-drawer--opening,
.mdc-drawer--opening[dir=rtl] {
        -webkit-transform: translateX(0);
        transform: translateX(0)
}

.mdc-drawer--closing {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition-duration: 200ms
}

[dir=rtl] .mdc-drawer--closing,
.mdc-drawer--closing[dir=rtl] {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
}

.mdc-drawer__header {
        flex-shrink: 0;
        box-sizing: border-box;
        min-height: 64px;
        padding: 0 16px 4px
}

.mdc-drawer__title {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1.25rem;
        font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
        line-height: 2rem;
        line-height: var(--mdc-typography-headline6-line-height, 2rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-headline6-font-weight, 500);
        letter-spacing: 0.0125em;
        letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
        text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-headline6-text-transform, inherit);
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-drawer__title::before {
        display: inline-block;
        width: 0;
        height: 36px;
        content: "";
        vertical-align: 0
}

.mdc-drawer__title::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-drawer__subtitle {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: 0
}

.mdc-drawer__subtitle::before {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: 0
}

.mdc-drawer__content {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
}

.mdc-drawer--dismissible {
        left: 0;
        right: initial;
        display: none;
        position: absolute
}

[dir=rtl] .mdc-drawer--dismissible,
.mdc-drawer--dismissible[dir=rtl] {
        left: initial;
        right: 0
}

.mdc-drawer--dismissible.mdc-drawer--open {
        display: flex
}

.mdc-drawer-app-content {
        margin-left: 0;
        margin-right: 0;
        position: relative
}

[dir=rtl] .mdc-drawer-app-content,
.mdc-drawer-app-content[dir=rtl] {
        margin-left: 0;
        margin-right: 0
}

.mdc-drawer--modal {
        box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, .12);
        left: 0;
        right: initial;
        display: none;
        position: fixed
}

.mdc-drawer--modal+.mdc-drawer-scrim {
        background-color: rgba(0, 0, 0, 0.32)
}

[dir=rtl] .mdc-drawer--modal,
.mdc-drawer--modal[dir=rtl] {
        left: initial;
        right: 0
}

.mdc-drawer--modal.mdc-drawer--open {
        display: flex
}

.mdc-drawer-scrim {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-drawer--open+.mdc-drawer-scrim {
        display: block
}

.mdc-drawer--animate+.mdc-drawer-scrim {
        opacity: 0
}

.mdc-drawer--opening+.mdc-drawer-scrim {
        transition-duration: 250ms;
        opacity: 1
}

.mdc-drawer--closing+.mdc-drawer-scrim {
        transition-duration: 200ms;
        opacity: 0
}

.mdc-elevation--z0 {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, .12)
}

.mdc-elevation--z1 {
        box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, .12)
}

.mdc-elevation--z2 {
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12)
}

.mdc-elevation--z3 {
        box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, .12)
}

.mdc-elevation--z4 {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, .12)
}

.mdc-elevation--z5 {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, .12)
}

.mdc-elevation--z6 {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12)
}

.mdc-elevation--z7 {
        box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, .12)
}

.mdc-elevation--z8 {
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, .12)
}

.mdc-elevation--z9 {
        box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, .12)
}

.mdc-elevation--z10 {
        box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, .12)
}

.mdc-elevation--z11 {
        box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, .12)
}

.mdc-elevation--z12 {
        box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, .12)
}

.mdc-elevation--z13 {
        box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, .12)
}

.mdc-elevation--z14 {
        box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, .12)
}

.mdc-elevation--z15 {
        box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, .12)
}

.mdc-elevation--z16 {
        box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, .12)
}

.mdc-elevation--z17 {
        box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, .12)
}

.mdc-elevation--z18 {
        box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, .12)
}

.mdc-elevation--z19 {
        box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, .12)
}

.mdc-elevation--z20 {
        box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, .12)
}

.mdc-elevation--z21 {
        box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, .12)
}

.mdc-elevation--z22 {
        box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, .12)
}

.mdc-elevation--z23 {
        box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, .12)
}

.mdc-elevation--z24 {
        box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, .12)
}

.mdc-elevation-transition {
        transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
        will-change: box-shadow
}

.mdc-fab {
        position: relative;
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 56px;
        height: 56px;
        padding: 0;
        border: none;
        fill: currentColor;
        text-decoration: none;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        overflow: visible;
        transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, -webkit-transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-fab .mdc-elevation-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
}

.mdc-fab::-moz-focus-inner {
        padding: 0;
        border: 0
}

.mdc-fab:hover {
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, .12)
}

.mdc-fab.mdc-ripple-upgraded--background-focused,
.mdc-fab:not(.mdc-ripple-upgraded):focus {
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, .12)
}

.mdc-fab .mdc-fab__focus-ring {
        position: absolute
}

.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring {
        pointer-events: none;
        border: 2px solid transparent;
        border-radius: 6px;
        box-sizing: content-box;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc( 100% + 4px);
        width: calc( 100% + 4px)
}

@media screen and (forced-colors: active) {
        .mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring,
        .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring {
                border-color: CanvasText
        }
}

.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after {
        content: "";
        border: 2px solid transparent;
        border-radius: 8px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc(100% + 4px);
        width: calc(100% + 4px)
}

@media screen and (forced-colors: active) {
        .mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after,
        .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after {
                border-color: CanvasText
        }
}

.mdc-fab:active,
.mdc-fab:focus:active {
        box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, .12)
}

.mdc-fab:active,
.mdc-fab:focus {
        outline: none
}

.mdc-fab:hover {
        cursor: pointer
}

.mdc-fab>svg {
        width: 100%
}

.mdc-fab--mini {
        width: 40px;
        height: 40px
}

.mdc-fab--extended {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-button-font-size, 0.875rem);
        line-height: 2.25rem;
        line-height: var(--mdc-typography-button-line-height, 2.25rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-button-font-weight, 500);
        letter-spacing: 0.0892857143em;
        letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
        text-decoration: none;
        -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
        text-decoration: var(--mdc-typography-button-text-decoration, none);
        text-transform: uppercase;
        text-transform: var(--mdc-typography-button-text-transform, uppercase);
        border-radius: 24px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        max-width: 100%;
        height: 48px;
        line-height: normal
}

.mdc-fab--extended .mdc-fab__ripple {
        border-radius: 24px
}

.mdc-fab--extended .mdc-fab__icon {
        margin-left: calc(12px - 20px);
        margin-right: 12px
}

[dir=rtl] .mdc-fab--extended .mdc-fab__icon,
.mdc-fab--extended .mdc-fab__icon[dir=rtl] {
        margin-left: 12px;
        margin-right: calc(12px - 20px)
}

.mdc-fab--extended .mdc-fab__label+.mdc-fab__icon {
        margin-left: 12px;
        margin-right: calc(12px - 20px)
}

[dir=rtl] .mdc-fab--extended .mdc-fab__label+.mdc-fab__icon,
.mdc-fab--extended .mdc-fab__label+.mdc-fab__icon[dir=rtl] {
        margin-left: calc(12px - 20px);
        margin-right: 12px
}

.mdc-fab--touch {
        margin-top: 4px;
        margin-bottom: 4px;
        margin-right: 4px;
        margin-left: 4px
}

.mdc-fab--touch .mdc-fab__touch {
        position: absolute;
        top: 50%;
        height: 48px;
        left: 50%;
        width: 48px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.mdc-fab::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-fab::before {
                border-color: CanvasText
        }
}

.mdc-fab__label {
        justify-content: flex-start;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
        overflow-y: visible
}

.mdc-fab__icon {
        transition: -webkit-transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);
        fill: currentColor;
        will-change: transform
}

.mdc-fab .mdc-fab__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center
}

.mdc-fab--exited {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        transition: opacity 15ms linear 150ms, -webkit-transform 180ms 0ms cubic-bezier(0.4, 0, 1, 1);
        transition: opacity 15ms linear 150ms, transform 180ms 0ms cubic-bezier(0.4, 0, 1, 1);
        transition: opacity 15ms linear 150ms, transform 180ms 0ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 180ms 0ms cubic-bezier(0.4, 0, 1, 1)
}

.mdc-fab--exited .mdc-fab__icon {
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: -webkit-transform 135ms 0ms cubic-bezier(0.4, 0, 1, 1);
        transition: transform 135ms 0ms cubic-bezier(0.4, 0, 1, 1);
        transition: transform 135ms 0ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 135ms 0ms cubic-bezier(0.4, 0, 1, 1)
}

.mdc-fab {
        background-color: #018786;
        background-color: var(--mdc-theme-secondary, #018786);
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12)
}

.mdc-fab .mdc-fab__icon {
        width: 24px;
        height: 24px;
        font-size: 24px
}

.mdc-fab,
.mdc-fab:not(:disabled) .mdc-fab__icon,
.mdc-fab:not(:disabled) .mdc-fab__label,
.mdc-fab:disabled .mdc-fab__icon,
.mdc-fab:disabled .mdc-fab__label {
        color: #fff;
        color: var(--mdc-theme-on-secondary, #fff)
}

.mdc-fab:not(.mdc-fab--extended) {
        border-radius: 50%
}

.mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
        border-radius: 50%
}

.mdc-fab {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-fab .mdc-fab__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-fab .mdc-fab__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-fab.mdc-ripple-upgraded--unbounded .mdc-fab__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-fab.mdc-ripple-upgraded--foreground-activation .mdc-fab__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-fab.mdc-ripple-upgraded--foreground-deactivation .mdc-fab__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
        background-color: #fff;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-on-secondary, #fff))
}

.mdc-fab:hover .mdc-fab__ripple::before,
.mdc-fab.mdc-ripple-surface--hover .mdc-fab__ripple::before {
        opacity: 0.08;
        opacity: var(--mdc-ripple-hover-opacity, 0.08)
}

.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-focus-opacity, 0.24)
}

.mdc-fab:not(.mdc-ripple-upgraded) .mdc-fab__ripple::after {
        transition: opacity 150ms linear
}

.mdc-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-press-opacity, 0.24)
}

.mdc-fab.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24)
}

.mdc-fab .mdc-fab__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        overflow: hidden
}

.mdc-fab {
        z-index: 0
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
        z-index: -1;
        z-index: var(--mdc-ripple-z-index, -1)
}

.mdc-form-field {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        color: rgba(0, 0, 0, 0.87);
        color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
        display: inline-flex;
        align-items: center;
        vertical-align: middle
}

.mdc-form-field>label {
        margin-left: 0;
        margin-right: auto;
        padding-left: 4px;
        padding-right: 0;
        order: 0
}

[dir=rtl] .mdc-form-field>label,
.mdc-form-field>label[dir=rtl] {
        margin-left: auto;
        margin-right: 0
}

[dir=rtl] .mdc-form-field>label,
.mdc-form-field>label[dir=rtl] {
        padding-left: 0;
        padding-right: 4px
}

.mdc-form-field--nowrap>label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
}

.mdc-form-field--align-end>label {
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: 4px;
        order: -1
}

[dir=rtl] .mdc-form-field--align-end>label,
.mdc-form-field--align-end>label[dir=rtl] {
        margin-left: 0;
        margin-right: auto
}

[dir=rtl] .mdc-form-field--align-end>label,
.mdc-form-field--align-end>label[dir=rtl] {
        padding-left: 4px;
        padding-right: 0
}

.mdc-form-field--space-between {
        justify-content: space-between
}

.mdc-form-field--space-between>label {
        margin: 0
}

[dir=rtl] .mdc-form-field--space-between>label,
.mdc-form-field--space-between>label[dir=rtl] {
        margin: 0
}

.mdc-icon-button {
        font-size: 24px;
        width: 48px;
        height: 48px;
        padding: 12px
}

.mdc-icon-button .mdc-icon-button__focus-ring {
        display: none
}

.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
        display: block;
        max-height: 48px;
        max-width: 48px
}

@media screen and (forced-colors: active) {
        .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
        .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
                pointer-events: none;
                border: 2px solid transparent;
                border-radius: 6px;
                box-sizing: content-box;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: 100%;
                width: 100%
        }
}

@media screen and (forced-colors: active)and (forced-colors: active) {
        .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
        .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
                border-color: CanvasText
        }
}

@media screen and (forced-colors: active) {
        .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,
        .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
                content: "";
                border: 2px solid transparent;
                border-radius: 8px;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: calc(100% + 4px);
                width: calc(100% + 4px)
        }
}

@media screen and (forced-colors: active)and (forced-colors: active) {
        .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,
        .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
                border-color: CanvasText
        }
}

.mdc-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
        width: 40px;
        height: 40px;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-right: 4px;
        margin-left: 4px
}

.mdc-icon-button.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
.mdc-icon-button.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
        max-height: 40px;
        max-width: 40px
}

.mdc-icon-button .mdc-icon-button__touch {
        position: absolute;
        top: 50%;
        height: 48px;
        left: 50%;
        width: 48px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.mdc-icon-button:disabled {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38))
}

.mdc-icon-button svg,
.mdc-icon-button img {
        width: 24px;
        height: 24px
}

.mdc-icon-button {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        border: none;
        outline: none;
        background-color: transparent;
        fill: currentColor;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 0;
        overflow: visible
}

.mdc-icon-button .mdc-icon-button__touch {
        position: absolute;
        top: 50%;
        height: 48px;
        left: 50%;
        width: 48px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.mdc-icon-button:disabled {
        cursor: default;
        pointer-events: none
}

.mdc-icon-button--display-flex {
        align-items: center;
        display: inline-flex;
        justify-content: center
}

.mdc-icon-button__icon {
        display: inline-block
}

.mdc-icon-button__icon.mdc-icon-button__icon--on {
        display: none
}

.mdc-icon-button--on .mdc-icon-button__icon {
        display: none
}

.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
        display: inline-block
}

.mdc-icon-button__link {
        height: 100%;
        left: 0;
        outline: none;
        position: absolute;
        top: 0;
        width: 100%
}

.mdc-icon-button {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-icon-button .mdc-icon-button__ripple::before,
.mdc-icon-button .mdc-icon-button__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-icon-button .mdc-icon-button__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-icon-button .mdc-icon-button__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-icon-button.mdc-ripple-upgraded--unbounded .mdc-icon-button__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-activation .mdc-icon-button__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation .mdc-icon-button__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-icon-button .mdc-icon-button__ripple::before,
.mdc-icon-button .mdc-icon-button__ripple::after {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%
}

.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::before,
.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::after {
        top: var(--mdc-ripple-top, calc(50% - 50%));
        left: var(--mdc-ripple-left, calc(50% - 50%));
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-icon-button .mdc-icon-button__ripple::before,
.mdc-icon-button .mdc-icon-button__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

.mdc-icon-button:hover .mdc-icon-button__ripple::before,
.mdc-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-icon-button.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-icon-button .mdc-icon-button__ripple {
        height: 100%;
        left: 0px;
        pointer-events: none;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: -1
}

.mdc-image-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0
}

.mdc-image-list__item,
.mdc-image-list__image-aspect-container {
        position: relative;
        box-sizing: border-box
}

.mdc-image-list__item {
        list-style-type: none
}

.mdc-image-list__image {
        width: 100%
}

.mdc-image-list__image-aspect-container .mdc-image-list__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
}

.mdc-image-list__image-aspect-container {
        padding-bottom: calc(100% / 1)
}

.mdc-image-list__image {
        border-radius: 0
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
}

.mdc-image-list__supporting {
        color: rgba(0, 0, 0, 0.87);
        color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 8px 0;
        line-height: 24px
}

.mdc-image-list__label {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        line-height: 1.75rem;
        line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 48px;
        padding: 0 16px;
        background: rgba(0, 0, 0, .6);
        color: #fff
}

.mdc-image-list--masonry {
        display: block
}

.mdc-image-list--masonry .mdc-image-list__item {
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column
}

.mdc-image-list--masonry .mdc-image-list__image {
        display: block;
        height: auto
}

:root {
        --mdc-layout-grid-margin-desktop: 24px;
        --mdc-layout-grid-gutter-desktop: 24px;
        --mdc-layout-grid-column-width-desktop: 72px;
        --mdc-layout-grid-margin-tablet: 16px;
        --mdc-layout-grid-gutter-tablet: 16px;
        --mdc-layout-grid-column-width-tablet: 72px;
        --mdc-layout-grid-margin-phone: 16px;
        --mdc-layout-grid-gutter-phone: 16px;
        --mdc-layout-grid-column-width-phone: 72px
}

@media(min-width: 840px) {
        .mdc-layout-grid {
                box-sizing: border-box;
                margin: 0 auto;
                padding: 24px;
                padding: var(--mdc-layout-grid-margin-desktop, 24px)
        }
}

@media(min-width: 600px)and (max-width: 839px) {
        .mdc-layout-grid {
                box-sizing: border-box;
                margin: 0 auto;
                padding: 16px;
                padding: var(--mdc-layout-grid-margin-tablet, 16px)
        }
}

@media(max-width: 599px) {
        .mdc-layout-grid {
                box-sizing: border-box;
                margin: 0 auto;
                padding: 16px;
                padding: var(--mdc-layout-grid-margin-phone, 16px)
        }
}

@media(min-width: 840px) {
        .mdc-layout-grid__inner {
                display: flex;
                flex-flow: row wrap;
                align-items: stretch;
                margin: -12px;
                margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1)
        }
        @supports(display: grid) {
                .mdc-layout-grid__inner {
                        display: grid;
                        margin: 0;
                        grid-gap: 24px;
                        grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
                        grid-template-columns: repeat(12, minmax(0, 1fr))
                }
        }
}

@media(min-width: 600px)and (max-width: 839px) {
        .mdc-layout-grid__inner {
                display: flex;
                flex-flow: row wrap;
                align-items: stretch;
                margin: -8px;
                margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1)
        }
        @supports(display: grid) {
                .mdc-layout-grid__inner {
                        display: grid;
                        margin: 0;
                        grid-gap: 16px;
                        grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
                        grid-template-columns: repeat(8, minmax(0, 1fr))
                }
        }
}

@media(max-width: 599px) {
        .mdc-layout-grid__inner {
                display: flex;
                flex-flow: row wrap;
                align-items: stretch;
                margin: -8px;
                margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1)
        }
        @supports(display: grid) {
                .mdc-layout-grid__inner {
                        display: grid;
                        margin: 0;
                        grid-gap: 16px;
                        grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
                        grid-template-columns: repeat(4, minmax(0, 1fr))
                }
        }
}

@media(min-width: 840px) {
        .mdc-layout-grid__cell {
                width: calc(33.3333333333% - 24px);
                width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
                box-sizing: border-box;
                margin: 12px;
                margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2)
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell {
                        margin: 0
                }
        }
        .mdc-layout-grid__cell--span-1,
        .mdc-layout-grid__cell--span-1-desktop {
                width: calc(8.3333333333% - 24px);
                width: calc(8.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-1,
                .mdc-layout-grid__cell--span-1-desktop {
                        width: auto;
                        grid-column-end: span 1
                }
        }
        .mdc-layout-grid__cell--span-2,
        .mdc-layout-grid__cell--span-2-desktop {
                width: calc(16.6666666667% - 24px);
                width: calc(16.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-2,
                .mdc-layout-grid__cell--span-2-desktop {
                        width: auto;
                        grid-column-end: span 2
                }
        }
        .mdc-layout-grid__cell--span-3,
        .mdc-layout-grid__cell--span-3-desktop {
                width: calc(25% - 24px);
                width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-3,
                .mdc-layout-grid__cell--span-3-desktop {
                        width: auto;
                        grid-column-end: span 3
                }
        }
        .mdc-layout-grid__cell--span-4,
        .mdc-layout-grid__cell--span-4-desktop {
                width: calc(33.3333333333% - 24px);
                width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-4,
                .mdc-layout-grid__cell--span-4-desktop {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-5,
        .mdc-layout-grid__cell--span-5-desktop {
                width: calc(41.6666666667% - 24px);
                width: calc(41.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-5,
                .mdc-layout-grid__cell--span-5-desktop {
                        width: auto;
                        grid-column-end: span 5
                }
        }
        .mdc-layout-grid__cell--span-6,
        .mdc-layout-grid__cell--span-6-desktop {
                width: calc(50% - 24px);
                width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-6,
                .mdc-layout-grid__cell--span-6-desktop {
                        width: auto;
                        grid-column-end: span 6
                }
        }
        .mdc-layout-grid__cell--span-7,
        .mdc-layout-grid__cell--span-7-desktop {
                width: calc(58.3333333333% - 24px);
                width: calc(58.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-7,
                .mdc-layout-grid__cell--span-7-desktop {
                        width: auto;
                        grid-column-end: span 7
                }
        }
        .mdc-layout-grid__cell--span-8,
        .mdc-layout-grid__cell--span-8-desktop {
                width: calc(66.6666666667% - 24px);
                width: calc(66.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-8,
                .mdc-layout-grid__cell--span-8-desktop {
                        width: auto;
                        grid-column-end: span 8
                }
        }
        .mdc-layout-grid__cell--span-9,
        .mdc-layout-grid__cell--span-9-desktop {
                width: calc(75% - 24px);
                width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-9,
                .mdc-layout-grid__cell--span-9-desktop {
                        width: auto;
                        grid-column-end: span 9
                }
        }
        .mdc-layout-grid__cell--span-10,
        .mdc-layout-grid__cell--span-10-desktop {
                width: calc(83.3333333333% - 24px);
                width: calc(83.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-10,
                .mdc-layout-grid__cell--span-10-desktop {
                        width: auto;
                        grid-column-end: span 10
                }
        }
        .mdc-layout-grid__cell--span-11,
        .mdc-layout-grid__cell--span-11-desktop {
                width: calc(91.6666666667% - 24px);
                width: calc(91.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-11,
                .mdc-layout-grid__cell--span-11-desktop {
                        width: auto;
                        grid-column-end: span 11
                }
        }
        .mdc-layout-grid__cell--span-12,
        .mdc-layout-grid__cell--span-12-desktop {
                width: calc(100% - 24px);
                width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-12,
                .mdc-layout-grid__cell--span-12-desktop {
                        width: auto;
                        grid-column-end: span 12
                }
        }
}

@media(min-width: 600px)and (max-width: 839px) {
        .mdc-layout-grid__cell {
                width: calc(50% - 16px);
                width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
                box-sizing: border-box;
                margin: 8px;
                margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px)/2)
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell {
                        margin: 0
                }
        }
        .mdc-layout-grid__cell--span-1,
        .mdc-layout-grid__cell--span-1-tablet {
                width: calc(12.5% - 16px);
                width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-1,
                .mdc-layout-grid__cell--span-1-tablet {
                        width: auto;
                        grid-column-end: span 1
                }
        }
        .mdc-layout-grid__cell--span-2,
        .mdc-layout-grid__cell--span-2-tablet {
                width: calc(25% - 16px);
                width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-2,
                .mdc-layout-grid__cell--span-2-tablet {
                        width: auto;
                        grid-column-end: span 2
                }
        }
        .mdc-layout-grid__cell--span-3,
        .mdc-layout-grid__cell--span-3-tablet {
                width: calc(37.5% - 16px);
                width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-3,
                .mdc-layout-grid__cell--span-3-tablet {
                        width: auto;
                        grid-column-end: span 3
                }
        }
        .mdc-layout-grid__cell--span-4,
        .mdc-layout-grid__cell--span-4-tablet {
                width: calc(50% - 16px);
                width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-4,
                .mdc-layout-grid__cell--span-4-tablet {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-5,
        .mdc-layout-grid__cell--span-5-tablet {
                width: calc(62.5% - 16px);
                width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-5,
                .mdc-layout-grid__cell--span-5-tablet {
                        width: auto;
                        grid-column-end: span 5
                }
        }
        .mdc-layout-grid__cell--span-6,
        .mdc-layout-grid__cell--span-6-tablet {
                width: calc(75% - 16px);
                width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-6,
                .mdc-layout-grid__cell--span-6-tablet {
                        width: auto;
                        grid-column-end: span 6
                }
        }
        .mdc-layout-grid__cell--span-7,
        .mdc-layout-grid__cell--span-7-tablet {
                width: calc(87.5% - 16px);
                width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-7,
                .mdc-layout-grid__cell--span-7-tablet {
                        width: auto;
                        grid-column-end: span 7
                }
        }
        .mdc-layout-grid__cell--span-8,
        .mdc-layout-grid__cell--span-8-tablet {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-8,
                .mdc-layout-grid__cell--span-8-tablet {
                        width: auto;
                        grid-column-end: span 8
                }
        }
        .mdc-layout-grid__cell--span-9,
        .mdc-layout-grid__cell--span-9-tablet {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-9,
                .mdc-layout-grid__cell--span-9-tablet {
                        width: auto;
                        grid-column-end: span 8
                }
        }
        .mdc-layout-grid__cell--span-10,
        .mdc-layout-grid__cell--span-10-tablet {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-10,
                .mdc-layout-grid__cell--span-10-tablet {
                        width: auto;
                        grid-column-end: span 8
                }
        }
        .mdc-layout-grid__cell--span-11,
        .mdc-layout-grid__cell--span-11-tablet {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-11,
                .mdc-layout-grid__cell--span-11-tablet {
                        width: auto;
                        grid-column-end: span 8
                }
        }
        .mdc-layout-grid__cell--span-12,
        .mdc-layout-grid__cell--span-12-tablet {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-12,
                .mdc-layout-grid__cell--span-12-tablet {
                        width: auto;
                        grid-column-end: span 8
                }
        }
}

@media(max-width: 599px) {
        .mdc-layout-grid__cell {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
                box-sizing: border-box;
                margin: 8px;
                margin: calc(var(--mdc-layout-grid-gutter-phone, 16px)/2)
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell {
                        margin: 0
                }
        }
        .mdc-layout-grid__cell--span-1,
        .mdc-layout-grid__cell--span-1-phone {
                width: calc(25% - 16px);
                width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-1,
                .mdc-layout-grid__cell--span-1-phone {
                        width: auto;
                        grid-column-end: span 1
                }
        }
        .mdc-layout-grid__cell--span-2,
        .mdc-layout-grid__cell--span-2-phone {
                width: calc(50% - 16px);
                width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-2,
                .mdc-layout-grid__cell--span-2-phone {
                        width: auto;
                        grid-column-end: span 2
                }
        }
        .mdc-layout-grid__cell--span-3,
        .mdc-layout-grid__cell--span-3-phone {
                width: calc(75% - 16px);
                width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-3,
                .mdc-layout-grid__cell--span-3-phone {
                        width: auto;
                        grid-column-end: span 3
                }
        }
        .mdc-layout-grid__cell--span-4,
        .mdc-layout-grid__cell--span-4-phone {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-4,
                .mdc-layout-grid__cell--span-4-phone {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-5,
        .mdc-layout-grid__cell--span-5-phone {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-5,
                .mdc-layout-grid__cell--span-5-phone {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-6,
        .mdc-layout-grid__cell--span-6-phone {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-6,
                .mdc-layout-grid__cell--span-6-phone {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-7,
        .mdc-layout-grid__cell--span-7-phone {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-7,
                .mdc-layout-grid__cell--span-7-phone {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-8,
        .mdc-layout-grid__cell--span-8-phone {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-8,
                .mdc-layout-grid__cell--span-8-phone {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-9,
        .mdc-layout-grid__cell--span-9-phone {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-9,
                .mdc-layout-grid__cell--span-9-phone {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-10,
        .mdc-layout-grid__cell--span-10-phone {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-10,
                .mdc-layout-grid__cell--span-10-phone {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-11,
        .mdc-layout-grid__cell--span-11-phone {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-11,
                .mdc-layout-grid__cell--span-11-phone {
                        width: auto;
                        grid-column-end: span 4
                }
        }
        .mdc-layout-grid__cell--span-12,
        .mdc-layout-grid__cell--span-12-phone {
                width: calc(100% - 16px);
                width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
        }
        @supports(display: grid) {
                .mdc-layout-grid__cell--span-12,
                .mdc-layout-grid__cell--span-12-phone {
                        width: auto;
                        grid-column-end: span 4
                }
        }
}

.mdc-layout-grid__cell--order-1 {
        order: 1
}

.mdc-layout-grid__cell--order-2 {
        order: 2
}

.mdc-layout-grid__cell--order-3 {
        order: 3
}

.mdc-layout-grid__cell--order-4 {
        order: 4
}

.mdc-layout-grid__cell--order-5 {
        order: 5
}

.mdc-layout-grid__cell--order-6 {
        order: 6
}

.mdc-layout-grid__cell--order-7 {
        order: 7
}

.mdc-layout-grid__cell--order-8 {
        order: 8
}

.mdc-layout-grid__cell--order-9 {
        order: 9
}

.mdc-layout-grid__cell--order-10 {
        order: 10
}

.mdc-layout-grid__cell--order-11 {
        order: 11
}

.mdc-layout-grid__cell--order-12 {
        order: 12
}

.mdc-layout-grid__cell--align-top {
        align-self: flex-start
}

@supports(display: grid) {
        .mdc-layout-grid__cell--align-top {
                align-self: start
        }
}

.mdc-layout-grid__cell--align-middle {
        align-self: center
}

.mdc-layout-grid__cell--align-bottom {
        align-self: flex-end
}

@supports(display: grid) {
        .mdc-layout-grid__cell--align-bottom {
                align-self: end
        }
}

@media(min-width: 840px) {
        .mdc-layout-grid--fixed-column-width {
                width: 1176px;
                width: calc( var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2)
        }
}

@media(min-width: 600px)and (max-width: 839px) {
        .mdc-layout-grid--fixed-column-width {
                width: 720px;
                width: calc( var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2)
        }
}

@media(max-width: 599px) {
        .mdc-layout-grid--fixed-column-width {
                width: 368px;
                width: calc( var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2)
        }
}

.mdc-layout-grid--align-left {
        margin-right: auto;
        margin-left: 0
}

.mdc-layout-grid--align-right {
        margin-right: 0;
        margin-left: auto
}

@-webkit-keyframes mdc-linear-progress-primary-indeterminate-translate {
        0% {
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        20% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        59.15% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(83.67142%);
                transform: translateX(83.67142%);
                -webkit-transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%));
                transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%))
        }
        100% {
                -webkit-transform: translateX(200.611057%);
                transform: translateX(200.611057%);
                -webkit-transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%));
                transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%))
        }
}

@keyframes mdc-linear-progress-primary-indeterminate-translate {
        0% {
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        20% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        59.15% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(83.67142%);
                transform: translateX(83.67142%);
                -webkit-transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%));
                transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%))
        }
        100% {
                -webkit-transform: translateX(200.611057%);
                transform: translateX(200.611057%);
                -webkit-transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%));
                transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%))
        }
}

@-webkit-keyframes mdc-linear-progress-primary-indeterminate-scale {
        0% {
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
        36.65% {
                -webkit-animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
                animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
        69.15% {
                -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
                animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
                -webkit-transform: scaleX(0.661479);
                transform: scaleX(0.661479)
        }
        100% {
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
}

@keyframes mdc-linear-progress-primary-indeterminate-scale {
        0% {
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
        36.65% {
                -webkit-animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
                animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
        69.15% {
                -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
                animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
                -webkit-transform: scaleX(0.661479);
                transform: scaleX(0.661479)
        }
        100% {
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
}

@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-translate {
        0% {
                -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
                animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        25% {
                -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
                animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
                -webkit-transform: translateX(37.651913%);
                transform: translateX(37.651913%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%));
                transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%))
        }
        48.35% {
                -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
                animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
                -webkit-transform: translateX(84.386165%);
                transform: translateX(84.386165%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%));
                transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%))
        }
        100% {
                -webkit-transform: translateX(160.277782%);
                transform: translateX(160.277782%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%));
                transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%))
        }
}

@keyframes mdc-linear-progress-secondary-indeterminate-translate {
        0% {
                -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
                animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        25% {
                -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
                animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
                -webkit-transform: translateX(37.651913%);
                transform: translateX(37.651913%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%));
                transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%))
        }
        48.35% {
                -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
                animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
                -webkit-transform: translateX(84.386165%);
                transform: translateX(84.386165%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%));
                transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%))
        }
        100% {
                -webkit-transform: translateX(160.277782%);
                transform: translateX(160.277782%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%));
                transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%))
        }
}

@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-scale {
        0% {
                -webkit-animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
                animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
        19.15% {
                -webkit-animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
                animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
                -webkit-transform: scaleX(0.457104);
                transform: scaleX(0.457104)
        }
        44.15% {
                -webkit-animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
                animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
                -webkit-transform: scaleX(0.72796);
                transform: scaleX(0.72796)
        }
        100% {
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
}

@keyframes mdc-linear-progress-secondary-indeterminate-scale {
        0% {
                -webkit-animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
                animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
        19.15% {
                -webkit-animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
                animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
                -webkit-transform: scaleX(0.457104);
                transform: scaleX(0.457104)
        }
        44.15% {
                -webkit-animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
                animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
                -webkit-transform: scaleX(0.72796);
                transform: scaleX(0.72796)
        }
        100% {
                -webkit-transform: scaleX(0.08);
                transform: scaleX(0.08)
        }
}

@-webkit-keyframes mdc-linear-progress-buffering {
        from {
                -webkit-transform: rotate(180deg) translateX(-10px);
                transform: rotate(180deg) translateX(-10px)
        }
}

@keyframes mdc-linear-progress-buffering {
        from {
                -webkit-transform: rotate(180deg) translateX(-10px);
                transform: rotate(180deg) translateX(-10px)
        }
}

@-webkit-keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
        0% {
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        20% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        59.15% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(-83.67142%);
                transform: translateX(-83.67142%);
                -webkit-transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%));
                transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%))
        }
        100% {
                -webkit-transform: translateX(-200.611057%);
                transform: translateX(-200.611057%);
                -webkit-transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%));
                transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%))
        }
}

@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
        0% {
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        20% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        59.15% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(-83.67142%);
                transform: translateX(-83.67142%);
                -webkit-transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%));
                transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%))
        }
        100% {
                -webkit-transform: translateX(-200.611057%);
                transform: translateX(-200.611057%);
                -webkit-transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%));
                transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%))
        }
}

@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
        0% {
                -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
                animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        25% {
                -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
                animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
                -webkit-transform: translateX(-37.651913%);
                transform: translateX(-37.651913%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%));
                transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%))
        }
        48.35% {
                -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
                animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
                -webkit-transform: translateX(-84.386165%);
                transform: translateX(-84.386165%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%));
                transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%))
        }
        100% {
                -webkit-transform: translateX(-160.277782%);
                transform: translateX(-160.277782%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%));
                transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%))
        }
}

@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
        0% {
                -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
                animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
                -webkit-transform: translateX(0);
                transform: translateX(0)
        }
        25% {
                -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
                animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
                -webkit-transform: translateX(-37.651913%);
                transform: translateX(-37.651913%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%));
                transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%))
        }
        48.35% {
                -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
                animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
                -webkit-transform: translateX(-84.386165%);
                transform: translateX(-84.386165%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%));
                transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%))
        }
        100% {
                -webkit-transform: translateX(-160.277782%);
                transform: translateX(-160.277782%);
                -webkit-transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%));
                transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%))
        }
}

@-webkit-keyframes mdc-linear-progress-buffering-reverse {
        from {
                -webkit-transform: translateX(-10px);
                transform: translateX(-10px)
        }
}

@keyframes mdc-linear-progress-buffering-reverse {
        from {
                -webkit-transform: translateX(-10px);
                transform: translateX(-10px)
        }
}

.mdc-linear-progress {
        position: relative;
        width: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        outline: 1px solid transparent;
        overflow: hidden;
        transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

@media screen and (forced-colors: active) {
        .mdc-linear-progress {
                outline-color: CanvasText
        }
}

.mdc-linear-progress__bar {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-animation: none;
        animation: none;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        transition: -webkit-transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-linear-progress__bar-inner {
        display: inline-block;
        position: absolute;
        width: 100%;
        -webkit-animation: none;
        animation: none;
        border-top-style: solid
}

.mdc-linear-progress__buffer {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%
}

.mdc-linear-progress__buffer-dots {
        background-repeat: repeat-x;
        flex: auto;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation: mdc-linear-progress-buffering 250ms infinite linear;
        animation: mdc-linear-progress-buffering 250ms infinite linear
}

.mdc-linear-progress__buffer-bar {
        flex: 0 1 100%;
        transition: flex-basis 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-linear-progress__primary-bar {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
}

.mdc-linear-progress__secondary-bar {
        display: none
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
        transition: none
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
        left: -145.166611%
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
        left: -54.888891%;
        display: block
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar {
        -webkit-animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear;
        animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner {
        -webkit-animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
        animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar {
        -webkit-animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear;
        animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner {
        -webkit-animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear;
        animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__bar {
        right: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar {
        -webkit-animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
        animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar {
        -webkit-animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
        animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__buffer-dots,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__buffer-dots {
        -webkit-animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
        animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
        -webkit-transform: rotate(0);
        transform: rotate(0)
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
        right: -145.166611%;
        left: auto
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar,
.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
        right: -54.888891%;
        left: auto
}

.mdc-linear-progress--closed {
        opacity: 0
}

.mdc-linear-progress--closed-animation-off .mdc-linear-progress__buffer-dots {
        -webkit-animation: none;
        animation: none
}

.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar,
.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar .mdc-linear-progress__bar-inner {
        -webkit-animation: none;
        animation: none
}

.mdc-linear-progress__bar-inner {
        border-color: #6200ee;
        border-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-linear-progress__buffer-dots {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E")
}

.mdc-linear-progress__buffer-bar {
        background-color: #e6e6e6
}

.mdc-linear-progress {
        height: 4px
}

.mdc-linear-progress__bar-inner {
        border-top-width: 4px
}

.mdc-linear-progress__buffer-dots {
        background-size: 10px 4px
}

.mdc-deprecated-list {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        line-height: 1.75rem;
        line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        line-height: 1.5rem;
        margin: 0;
        padding: 8px 0;
        list-style-type: none;
        color: rgba(0, 0, 0, 0.87);
        color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))
}

.mdc-deprecated-list:focus {
        outline: none
}

.mdc-deprecated-list-item {
        height: 48px
}

.mdc-deprecated-list-item__secondary-text {
        color: rgba(0, 0, 0, 0.54);
        color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))
}

.mdc-deprecated-list-item__graphic {
        background-color: transparent
}

.mdc-deprecated-list-item__graphic {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))
}

.mdc-deprecated-list-item__meta {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))
}

.mdc-deprecated-list-group__subheader {
        color: rgba(0, 0, 0, 0.87);
        color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text {
        opacity: .38
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__secondary-text {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-deprecated-list-item--selected,
.mdc-deprecated-list-item--activated {
        color: #6200ee;
        color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
        color: #6200ee;
        color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-deprecated-list--dense {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: .812rem
}

.mdc-deprecated-list-item__wrapper {
        display: block
}

.mdc-deprecated-list-item {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        padding: 0;
        padding-left: 16px;
        padding-right: 16px;
        height: 48px
}

.mdc-deprecated-list-item:focus {
        outline: none
}

.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
.mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
        .mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
                border-color: CanvasText
        }
}

.mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 3px double transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
                border-color: CanvasText
        }
}

[dir=rtl] .mdc-deprecated-list-item,
.mdc-deprecated-list-item[dir=rtl] {
        padding-left: 16px;
        padding-right: 16px
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
        padding-left: 16px;
        padding-right: 16px;
        height: 56px
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item[dir=rtl] {
        padding-left: 16px;
        padding-right: 16px
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
        padding-left: 16px;
        padding-right: 16px;
        height: 56px
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[dir=rtl] {
        padding-left: 16px;
        padding-right: 16px
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item {
        padding-left: 16px;
        padding-right: 16px;
        height: 56px
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[dir=rtl] {
        padding-left: 16px;
        padding-right: 16px
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-item {
        padding-left: 16px;
        padding-right: 16px;
        height: 72px
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item[dir=rtl] {
        padding-left: 16px;
        padding-right: 16px
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item {
        padding-left: 0px;
        padding-right: 16px;
        height: 72px
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item[dir=rtl] {
        padding-left: 16px;
        padding-right: 0px
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
        margin-left: 0;
        margin-right: 16px;
        width: 20px;
        height: 20px
}

[dir=rtl] .mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
        margin-left: 16px;
        margin-right: 0
}

.mdc-deprecated-list-item__graphic {
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        fill: currentColor;
        -o-object-fit: cover;
        object-fit: cover;
        margin-left: 0;
        margin-right: 32px;
        width: 24px;
        height: 24px
}

[dir=rtl] .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item__graphic[dir=rtl] {
        margin-left: 32px;
        margin-right: 0
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
        margin-left: 0;
        margin-right: 32px;
        width: 24px;
        height: 24px
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic[dir=rtl] {
        margin-left: 32px;
        margin-right: 0
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic {
        margin-left: 0;
        margin-right: 16px;
        width: 40px;
        height: 40px;
        border-radius: 50%
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic[dir=rtl] {
        margin-left: 16px;
        margin-right: 0
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic {
        margin-left: 0;
        margin-right: 16px;
        width: 40px;
        height: 40px
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic[dir=rtl] {
        margin-left: 16px;
        margin-right: 0
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic {
        margin-left: 0;
        margin-right: 16px;
        width: 56px;
        height: 56px
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic[dir=rtl] {
        margin-left: 16px;
        margin-right: 0
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic {
        margin-left: 0;
        margin-right: 16px;
        width: 100px;
        height: 56px
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic[dir=rtl] {
        margin-left: 16px;
        margin-right: 0
}

.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
        display: inline-flex
}

.mdc-deprecated-list-item__meta {
        margin-left: auto;
        margin-right: 0
}

.mdc-deprecated-list-item__meta:not(.material-icons) {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.75rem;
        font-size: var(--mdc-typography-caption-font-size, 0.75rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-caption-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-caption-font-weight, 400);
        letter-spacing: 0.0333333333em;
        letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-caption-text-transform, inherit)
}

.mdc-deprecated-list-item[dir=rtl] .mdc-deprecated-list-item__meta,
[dir=rtl] .mdc-deprecated-list-item .mdc-deprecated-list-item__meta {
        margin-left: 0;
        margin-right: auto
}

.mdc-deprecated-list-item__text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
}

.mdc-deprecated-list-item__text[for] {
        pointer-events: none
}

.mdc-deprecated-list-item__primary-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-deprecated-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-deprecated-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 24px;
        content: "";
        vertical-align: 0
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-deprecated-list-item__secondary-text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-deprecated-list-item__secondary-text::before {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: 0
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__secondary-text {
        font-size: inherit
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item {
        height: 40px
}

.mdc-deprecated-list--two-line .mdc-deprecated-list-item__text {
        align-self: flex-start
}

.mdc-deprecated-list--two-line .mdc-deprecated-list-item {
        height: 64px
}

.mdc-deprecated-list--two-line.mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
        height: 72px
}

.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
        align-self: flex-start;
        margin-top: 16px
}

.mdc-deprecated-list--two-line.mdc-deprecated-list--dense .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item {
        height: 60px
}

.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
        margin-left: 0;
        margin-right: 16px;
        width: 36px;
        height: 36px
}

[dir=rtl] .mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
        margin-left: 16px;
        margin-right: 0
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
        cursor: pointer
}

a.mdc-deprecated-list-item {
        color: inherit;
        text-decoration: none
}

.mdc-deprecated-list-divider {
        height: 0;
        margin: 0;
        border: none;
        border-bottom-width: 1px;
        border-bottom-style: solid
}

.mdc-deprecated-list-divider {
        border-bottom-color: rgba(0, 0, 0, 0.12)
}

.mdc-deprecated-list-divider--padded {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 32px)
}

[dir=rtl] .mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--padded[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list-divider--inset {
        margin-left: 72px;
        margin-right: 0;
        width: calc(100% - 72px)
}

[dir=rtl] .mdc-deprecated-list-divider--inset,
.mdc-deprecated-list-divider--inset[dir=rtl] {
        margin-left: 0;
        margin-right: 72px
}

.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded {
        margin-left: 72px;
        margin-right: 0;
        width: calc(100% - 88px)
}

[dir=rtl] .mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded[dir=rtl] {
        margin-left: 0;
        margin-right: 72px
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 16px)
}

[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-trailing {
        width: calc(100% - 16px)
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 32px)
}

[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 16px)
}

[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 32px)
}

[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading {
        margin-left: 72px;
        margin-right: 0;
        width: calc(100% - 72px)
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
        margin-left: 0;
        margin-right: 72px
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-trailing {
        width: calc(100% - 16px)
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
        margin-left: 72px;
        margin-right: 0;
        width: calc(100% - 88px)
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
        margin-left: 0;
        margin-right: 72px
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 16px)
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 32px)
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading {
        margin-left: 72px;
        margin-right: 0;
        width: calc(100% - 72px)
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
        margin-left: 0;
        margin-right: 72px
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-trailing {
        width: calc(100% - 16px)
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
        margin-left: 72px;
        margin-right: 0;
        width: calc(100% - 88px)
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
        margin-left: 0;
        margin-right: 72px
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 16px)
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 32px)
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading {
        margin-left: 72px;
        margin-right: 0;
        width: calc(100% - 72px)
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
        margin-left: 0;
        margin-right: 72px
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-trailing {
        width: calc(100% - 16px)
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
        margin-left: 72px;
        margin-right: 0;
        width: calc(100% - 88px)
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
        margin-left: 0;
        margin-right: 72px
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 16px)
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 32px)
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading {
        margin-left: 88px;
        margin-right: 0;
        width: calc(100% - 88px)
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
        margin-left: 0;
        margin-right: 88px
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-trailing {
        width: calc(100% - 16px)
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
        margin-left: 88px;
        margin-right: 0;
        width: calc(100% - 104px)
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
        margin-left: 0;
        margin-right: 88px
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 16px)
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
        margin-left: 16px;
        margin-right: 0;
        width: calc(100% - 32px)
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading {
        margin-left: 116px;
        margin-right: 0;
        width: calc(100% - 116px)
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
        margin-left: 0;
        margin-right: 116px
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-trailing {
        width: calc(100% - 16px)
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
        margin-left: 116px;
        margin-right: 0;
        width: calc(100% - 132px)
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
        margin-left: 0;
        margin-right: 116px
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
        margin-left: 0px;
        margin-right: 0;
        width: calc(100% - 0px)
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
        margin-left: 0;
        margin-right: 0px
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
        margin-left: 0px;
        margin-right: 0;
        width: calc(100% - 16px)
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
        margin-left: 0;
        margin-right: 0px
}

.mdc-deprecated-list-group .mdc-deprecated-list {
        padding: 0
}

.mdc-deprecated-list-group__subheader {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        line-height: 1.75rem;
        line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        margin: calc((3rem - 1.5rem)/2) 16px
}

.mdc-list-item__primary-text {
        color: rgba(0, 0, 0, 0.87);
        color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))
}

.mdc-list-item__secondary-text {
        color: rgba(0, 0, 0, 0.54);
        color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))
}

.mdc-list-item__overline-text {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
        background-color: transparent
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))
}

.mdc-list-item__end {
        color: rgba(0, 0, 0, 0.38);
        color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
        opacity: .38
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-list-item--disabled .mdc-list-item__secondary-text {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-list-item--disabled .mdc-list-item__overline-text {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        color: #000;
        color: var(--mdc-theme-on-surface, #000)
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
        color: #6200ee;
        color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
        color: #6200ee;
        color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-deprecated-list-group__subheader {
        color: rgba(0, 0, 0, 0.87);
        color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-list-divider::after {
                content: "";
                display: block;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: white
        }
}

.mdc-list {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        line-height: 1.75rem;
        line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        line-height: 1.5rem;
        margin: 0;
        padding: 8px 0;
        list-style-type: none
}

.mdc-list:focus {
        outline: none
}

.mdc-list-item__wrapper {
        display: block
}

.mdc-list-item {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        padding: 0;
        align-items: stretch;
        cursor: pointer
}

.mdc-list-item:focus {
        outline: none
}

.mdc-list-item.mdc-list-item--with-one-line {
        height: 48px
}

.mdc-list-item.mdc-list-item--with-two-lines {
        height: 64px
}

.mdc-list-item.mdc-list-item--with-three-lines {
        height: 88px
}

.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start {
        align-self: center;
        margin-top: 0
}

.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start {
        align-self: flex-start;
        margin-top: 16px
}

.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start {
        align-self: flex-start;
        margin-top: 16px
}

.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end {
        align-self: center;
        margin-top: 0
}

.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end {
        align-self: center;
        margin-top: 0
}

.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end {
        align-self: flex-start;
        margin-top: 16px
}

.mdc-list-item.mdc-list-item--disabled,
.mdc-list-item.mdc-list-item--non-interactive {
        cursor: auto
}

.mdc-list-item:not(.mdc-list-item--selected):focus::before,
.mdc-list-item.mdc-ripple-upgraded--background-focused::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-list-item:not(.mdc-list-item--selected):focus::before,
        .mdc-list-item.mdc-ripple-upgraded--background-focused::before {
                border-color: CanvasText
        }
}

.mdc-list-item.mdc-list-item--selected::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 3px double transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-list-item.mdc-list-item--selected::before {
                border-color: CanvasText
        }
}

.mdc-list-item.mdc-list-item--selected:focus::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 3px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-list-item.mdc-list-item--selected:focus::before {
                border-color: CanvasText
        }
}

a.mdc-list-item {
        color: inherit;
        text-decoration: none
}

.mdc-list-item__start {
        fill: currentColor;
        flex-shrink: 0;
        pointer-events: none
}

.mdc-list-item__end {
        flex-shrink: 0;
        pointer-events: none
}

.mdc-list-item__content {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        align-self: center;
        flex: 1;
        pointer-events: none
}

.mdc-list-item--with-two-lines .mdc-list-item__content,
.mdc-list-item--with-three-lines .mdc-list-item__content {
        align-self: stretch
}

.mdc-list-item__content[for] {
        pointer-events: none
}

.mdc-list-item__primary-text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        line-height: 1.75rem;
        line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
}

.mdc-list-item--with-two-lines .mdc-list-item__primary-text,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item__secondary-text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item__secondary-text::before {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-three-lines .mdc-list-item__secondary-text {
        white-space: normal;
        line-height: 20px
}

.mdc-list-item--with-overline .mdc-list-item__secondary-text {
        white-space: nowrap;
        line-height: auto
}

.mdc-list-item__overline-text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.75rem;
        font-size: var(--mdc-typography-overline-font-size, 0.75rem);
        line-height: 2rem;
        line-height: var(--mdc-typography-overline-line-height, 2rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-overline-font-weight, 500);
        letter-spacing: 0.1666666667em;
        letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
        text-decoration: none;
        -webkit-text-decoration: var(--mdc-typography-overline-text-decoration, none);
        text-decoration: var(--mdc-typography-overline-text-decoration, none);
        text-transform: uppercase;
        text-transform: var(--mdc-typography-overline-text-transform, uppercase);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
}

.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 24px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-three-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-three-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-three-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-avatar.mdc-list-item {
        padding-left: 0;
        padding-right: auto
}

[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item,
.mdc-list-item--with-leading-avatar.mdc-list-item[dir=rtl] {
        padding-left: auto;
        padding-right: 0
}

.mdc-list-item--with-leading-avatar .mdc-list-item__start {
        margin-left: 16px;
        margin-right: 16px
}

[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start,
.mdc-list-item--with-leading-avatar .mdc-list-item__start[dir=rtl] {
        margin-left: 16px;
        margin-right: 16px
}

.mdc-list-item--with-leading-avatar .mdc-list-item__start {
        width: 40px;
        height: 40px
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line {
        height: 56px
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines {
        height: 72px
}

.mdc-list-item--with-leading-avatar .mdc-list-item__start {
        border-radius: 50%
}

.mdc-list-item--with-leading-icon .mdc-list-item__start {
        width: 24px;
        height: 24px
}

.mdc-list-item--with-leading-icon.mdc-list-item {
        padding-left: 0;
        padding-right: auto
}

[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item,
.mdc-list-item--with-leading-icon.mdc-list-item[dir=rtl] {
        padding-left: auto;
        padding-right: 0
}

.mdc-list-item--with-leading-icon .mdc-list-item__start {
        margin-left: 16px;
        margin-right: 32px
}

[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-leading-icon .mdc-list-item__start[dir=rtl] {
        margin-left: 32px;
        margin-right: 16px
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
        height: 56px
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
        height: 72px
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item {
        padding-left: 0;
        padding-right: auto
}

[dir=rtl] .mdc-list-item--with-leading-thumbnail.mdc-list-item,
.mdc-list-item--with-leading-thumbnail.mdc-list-item[dir=rtl] {
        padding-left: auto;
        padding-right: 0
}

.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
        margin-left: 16px;
        margin-right: 16px
}

[dir=rtl] .mdc-list-item--with-leading-thumbnail .mdc-list-item__start,
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start[dir=rtl] {
        margin-left: 16px;
        margin-right: 16px
}

.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
        width: 40px;
        height: 40px
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line {
        height: 56px
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines {
        height: 72px
}

.mdc-list-item--with-leading-image.mdc-list-item {
        padding-left: 0;
        padding-right: auto
}

[dir=rtl] .mdc-list-item--with-leading-image.mdc-list-item,
.mdc-list-item--with-leading-image.mdc-list-item[dir=rtl] {
        padding-left: auto;
        padding-right: 0
}

.mdc-list-item--with-leading-image .mdc-list-item__start {
        margin-left: 16px;
        margin-right: 16px
}

[dir=rtl] .mdc-list-item--with-leading-image .mdc-list-item__start,
.mdc-list-item--with-leading-image .mdc-list-item__start[dir=rtl] {
        margin-left: 16px;
        margin-right: 16px
}

.mdc-list-item--with-leading-image .mdc-list-item__start {
        width: 56px;
        height: 56px
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-image.mdc-list-item--with-one-line {
        height: 72px
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines {
        height: 72px
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__start {
        align-self: flex-start;
        margin-top: 8px
}

.mdc-list-item--with-leading-video.mdc-list-item {
        padding-left: 0;
        padding-right: auto
}

[dir=rtl] .mdc-list-item--with-leading-video.mdc-list-item,
.mdc-list-item--with-leading-video.mdc-list-item[dir=rtl] {
        padding-left: auto;
        padding-right: 0
}

.mdc-list-item--with-leading-video .mdc-list-item__start {
        margin-left: 0;
        margin-right: 16px
}

[dir=rtl] .mdc-list-item--with-leading-video .mdc-list-item__start,
.mdc-list-item--with-leading-video .mdc-list-item__start[dir=rtl] {
        margin-left: 16px;
        margin-right: 0
}

.mdc-list-item--with-leading-video .mdc-list-item__start {
        width: 100px;
        height: 56px
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
        height: 72px
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
        height: 72px
}

.mdc-list-item--with-leading-checkbox.mdc-list-item {
        padding-left: 0;
        padding-right: auto
}

[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item,
.mdc-list-item--with-leading-checkbox.mdc-list-item[dir=rtl] {
        padding-left: auto;
        padding-right: 0
}

.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
        margin-left: 8px;
        margin-right: 24px
}

[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start,
.mdc-list-item--with-leading-checkbox .mdc-list-item__start[dir=rtl] {
        margin-left: 24px;
        margin-right: 8px
}

.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
        width: 40px;
        height: 40px
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start {
        align-self: flex-start;
        margin-top: 8px
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line {
        height: 56px
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines {
        height: 72px
}

.mdc-list-item--with-leading-radio.mdc-list-item {
        padding-left: 0;
        padding-right: auto
}

[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item,
.mdc-list-item--with-leading-radio.mdc-list-item[dir=rtl] {
        padding-left: auto;
        padding-right: 0
}

.mdc-list-item--with-leading-radio .mdc-list-item__start {
        margin-left: 8px;
        margin-right: 24px
}

[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start,
.mdc-list-item--with-leading-radio .mdc-list-item__start[dir=rtl] {
        margin-left: 24px;
        margin-right: 8px
}

.mdc-list-item--with-leading-radio .mdc-list-item__start {
        width: 40px;
        height: 40px
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start {
        align-self: flex-start;
        margin-top: 8px
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line {
        height: 56px
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines {
        height: 72px
}

.mdc-list-item--with-leading-switch.mdc-list-item {
        padding-left: 0;
        padding-right: auto
}

[dir=rtl] .mdc-list-item--with-leading-switch.mdc-list-item,
.mdc-list-item--with-leading-switch.mdc-list-item[dir=rtl] {
        padding-left: auto;
        padding-right: 0
}

.mdc-list-item--with-leading-switch .mdc-list-item__start {
        margin-left: 16px;
        margin-right: 16px
}

[dir=rtl] .mdc-list-item--with-leading-switch .mdc-list-item__start,
.mdc-list-item--with-leading-switch .mdc-list-item__start[dir=rtl] {
        margin-left: 16px;
        margin-right: 16px
}

.mdc-list-item--with-leading-switch .mdc-list-item__start {
        width: 36px;
        height: 20px
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__start {
        align-self: flex-start;
        margin-top: 16px
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-bottom: -20px
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: -20px
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 32px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
        height: 56px
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines {
        height: 72px
}

.mdc-list-item--with-trailing-icon.mdc-list-item {
        padding-left: auto;
        padding-right: 0
}

[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item,
.mdc-list-item--with-trailing-icon.mdc-list-item[dir=rtl] {
        padding-left: 0;
        padding-right: auto
}

.mdc-list-item--with-trailing-icon .mdc-list-item__end {
        margin-left: 16px;
        margin-right: 16px
}

[dir=rtl] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.mdc-list-item--with-trailing-icon .mdc-list-item__end[dir=rtl] {
        margin-left: 16px;
        margin-right: 16px
}

.mdc-list-item--with-trailing-icon .mdc-list-item__end {
        width: 24px;
        height: 24px
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
        align-self: flex-start;
        margin-top: 0
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
        align-self: flex-start;
        margin-top: 0
}

.mdc-list-item--with-trailing-meta.mdc-list-item {
        padding-left: auto;
        padding-right: 0
}

[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item,
.mdc-list-item--with-trailing-meta.mdc-list-item[dir=rtl] {
        padding-left: 0;
        padding-right: auto
}

.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        margin-left: 28px;
        margin-right: 16px
}

[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end,
.mdc-list-item--with-trailing-meta .mdc-list-item__end[dir=rtl] {
        margin-left: 16px;
        margin-right: 28px
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before {
        display: inline-block;
        width: 0;
        height: 28px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-trailing-meta .mdc-list-item__end {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.75rem;
        font-size: var(--mdc-typography-caption-font-size, 0.75rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-caption-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-caption-font-weight, 400);
        letter-spacing: 0.0333333333em;
        letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-caption-text-transform, inherit)
}

.mdc-list-item--with-trailing-checkbox.mdc-list-item {
        padding-left: auto;
        padding-right: 0
}

[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item,
.mdc-list-item--with-trailing-checkbox.mdc-list-item[dir=rtl] {
        padding-left: 0;
        padding-right: auto
}

.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
        margin-left: 24px;
        margin-right: 8px
}

[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end,
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end[dir=rtl] {
        margin-left: 8px;
        margin-right: 24px
}

.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
        width: 40px;
        height: 40px
}

.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end {
        align-self: flex-start;
        margin-top: 8px
}

.mdc-list-item--with-trailing-radio.mdc-list-item {
        padding-left: auto;
        padding-right: 0
}

[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item,
.mdc-list-item--with-trailing-radio.mdc-list-item[dir=rtl] {
        padding-left: 0;
        padding-right: auto
}

.mdc-list-item--with-trailing-radio .mdc-list-item__end {
        margin-left: 24px;
        margin-right: 8px
}

[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end,
.mdc-list-item--with-trailing-radio .mdc-list-item__end[dir=rtl] {
        margin-left: 8px;
        margin-right: 24px
}

.mdc-list-item--with-trailing-radio .mdc-list-item__end {
        width: 40px;
        height: 40px
}

.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end {
        align-self: flex-start;
        margin-top: 8px
}

.mdc-list-item--with-trailing-switch.mdc-list-item {
        padding-left: auto;
        padding-right: 0
}

[dir=rtl] .mdc-list-item--with-trailing-switch.mdc-list-item,
.mdc-list-item--with-trailing-switch.mdc-list-item[dir=rtl] {
        padding-left: 0;
        padding-right: auto
}

.mdc-list-item--with-trailing-switch .mdc-list-item__end {
        margin-left: 16px;
        margin-right: 16px
}

[dir=rtl] .mdc-list-item--with-trailing-switch .mdc-list-item__end,
.mdc-list-item--with-trailing-switch .mdc-list-item__end[dir=rtl] {
        margin-left: 16px;
        margin-right: 16px
}

.mdc-list-item--with-trailing-switch .mdc-list-item__end {
        width: 36px;
        height: 20px
}

.mdc-list-item--with-trailing-switch.mdc-list-item--with-three-lines .mdc-list-item__end {
        align-self: flex-start;
        margin-top: 16px
}

.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: 0
}

.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
        display: block;
        margin-top: 0;
        line-height: normal
}

.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
        display: inline-block;
        width: 0;
        height: 20px;
        content: "";
        vertical-align: 0
}

.mdc-list-item {
        padding-left: 16px;
        padding-right: 16px
}

[dir=rtl] .mdc-list-item,
.mdc-list-item[dir=rtl] {
        padding-left: 16px;
        padding-right: 16px
}

.mdc-list-group .mdc-deprecated-list {
        padding: 0
}

.mdc-list-group__subheader {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        line-height: 1.75rem;
        line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        margin: calc((3rem - 1.5rem)/2) 16px
}

.mdc-list-divider {
        background-color: rgba(0, 0, 0, 0.12)
}

.mdc-list-divider {
        height: 1px
}

.mdc-list-divider {
        padding: 0;
        background-clip: content-box
}

.mdc-list-divider.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset {
        padding-left: 16px;
        padding-right: auto
}

[dir=rtl] .mdc-list-divider.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset,
.mdc-list-divider.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset[dir=rtl] {
        padding-left: auto;
        padding-right: 16px
}

.mdc-list-divider.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset {
        padding-left: auto;
        padding-right: 16px
}

[dir=rtl] .mdc-list-divider.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset,
.mdc-list-divider.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset[dir=rtl],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset[dir=rtl] {
        padding-left: 16px;
        padding-right: auto
}

.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset {
        padding-left: 0px;
        padding-right: auto
}

[dir=rtl] .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset[dir=rtl] {
        padding-left: auto;
        padding-right: 0px
}

[dir=rtl] .mdc-list-divider,
.mdc-list-divider[dir=rtl] {
        padding: 0
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity;
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
        transition: opacity 150ms linear
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
        transition: opacity 150ms linear
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before {
        opacity: 0.12;
        opacity: var(--mdc-ripple-activated-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
        opacity: 0.16;
        opacity: var(--mdc-ripple-hover-opacity, 0.16)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-focus-opacity, 0.24)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
        transition: opacity 150ms linear
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-press-opacity, 0.24)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before {
        opacity: 0.12;
        opacity: var(--mdc-ripple-activated-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
        opacity: 0.16;
        opacity: var(--mdc-ripple-hover-opacity, 0.16)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-focus-opacity, 0.24)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
        transition: opacity 150ms linear
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-press-opacity, 0.24)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before {
        opacity: 0.08;
        opacity: var(--mdc-ripple-selected-opacity, 0.08)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
        opacity: 0.12;
        opacity: var(--mdc-ripple-hover-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.2;
        opacity: var(--mdc-ripple-focus-opacity, 0.2)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
        transition: opacity 150ms linear
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.2;
        opacity: var(--mdc-ripple-press-opacity, 0.2)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before {
        opacity: 0.08;
        opacity: var(--mdc-ripple-selected-opacity, 0.08)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
        opacity: 0.12;
        opacity: var(--mdc-ripple-hover-opacity, 0.12)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.2;
        opacity: var(--mdc-ripple-focus-opacity, 0.2)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
        transition: opacity 150ms linear
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.2;
        opacity: var(--mdc-ripple-press-opacity, 0.2)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2)
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
}

.mdc-deprecated-list-item--disabled {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity;
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
}

:not(.mdc-list-item--disabled).mdc-list-item {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
        transition: opacity 150ms linear
}

:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before {
        opacity: 0.12;
        opacity: var(--mdc-ripple-activated-opacity, 0.12)
}

:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
        opacity: 0.16;
        opacity: var(--mdc-ripple-hover-opacity, 0.16)
}

:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-focus-opacity, 0.24)
}

:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
        transition: opacity 150ms linear
}

:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-press-opacity, 0.24)
}

:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24)
}

:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before {
        opacity: 0.08;
        opacity: var(--mdc-ripple-selected-opacity, 0.08)
}

:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
        opacity: 0.12;
        opacity: var(--mdc-ripple-hover-opacity, 0.12)
}

:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.2;
        opacity: var(--mdc-ripple-focus-opacity, 0.2)
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
        transition: opacity 150ms linear
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
        transition-duration: 75ms;
        opacity: 0.2;
        opacity: var(--mdc-ripple-press-opacity, 0.2)
}

:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2)
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
}

.mdc-list-item--disabled {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-list-item--disabled .mdc-list-item__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-list-item--disabled .mdc-list-item__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-list-item--disabled .mdc-list-item__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
}

.mdc-menu {
        min-width: 112px;
        min-width: var(--mdc-menu-min-width, 112px)
}

.mdc-menu .mdc-deprecated-list-item__meta {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-menu .mdc-deprecated-list-item__graphic {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-menu .mdc-menu-item--submenu-open .mdc-deprecated-list-item__ripple::before {
        opacity: .04
}

.mdc-menu .mdc-menu-item--submenu-open .mdc-list-item__ripple::before {
        opacity: .04
}

.mdc-menu .mdc-deprecated-list {
        color: rgba(0, 0, 0, 0.87)
}

.mdc-menu .mdc-deprecated-list,
.mdc-menu .mdc-list {
        position: relative
}

.mdc-menu .mdc-deprecated-list .mdc-elevation-overlay,
.mdc-menu .mdc-list .mdc-elevation-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
}

.mdc-menu .mdc-deprecated-list-divider {
        margin: 8px 0
}

.mdc-menu .mdc-deprecated-list-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
}

.mdc-menu .mdc-deprecated-list-item--disabled {
        cursor: auto
}

.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__text,
.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__graphic {
        pointer-events: none
}

.mdc-menu__selection-group {
        padding: 0;
        fill: currentColor
}

.mdc-menu__selection-group .mdc-deprecated-list-item {
        padding-left: 56px;
        padding-right: 16px
}

[dir=rtl] .mdc-menu__selection-group .mdc-deprecated-list-item,
.mdc-menu__selection-group .mdc-deprecated-list-item[dir=rtl] {
        padding-left: 16px;
        padding-right: 56px
}

.mdc-menu__selection-group .mdc-menu__selection-group-icon {
        left: 16px;
        right: initial;
        display: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
}

[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon,
.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl] {
        left: initial;
        right: 16px
}

.mdc-menu-item--selected .mdc-menu__selection-group-icon {
        display: inline
}

.mdc-menu-surface {
        display: none;
        position: absolute;
        box-sizing: border-box;
        max-width: calc(100vw - 32px);
        max-width: var(--mdc-menu-max-width, calc(100vw - 32px));
        max-height: calc(100vh - 32px);
        max-height: var(--mdc-menu-max-height, calc(100vh - 32px));
        margin: 0;
        padding: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        opacity: 0;
        overflow: auto;
        will-change: transform, opacity;
        z-index: 8;
        transition: opacity .03s linear, height 250ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform .12s cubic-bezier(0, 0, 0.2, 1);
        transition: opacity .03s linear, transform .12s cubic-bezier(0, 0, 0.2, 1), height 250ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity .03s linear, transform .12s cubic-bezier(0, 0, 0.2, 1), height 250ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform .12s cubic-bezier(0, 0, 0.2, 1);
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
        background-color: #fff;
        background-color: var(--mdc-theme-surface, #fff);
        color: #000;
        color: var(--mdc-theme-on-surface, #000);
        border-radius: 4px;
        border-radius: var(--mdc-shape-medium, 4px);
        transform-origin-left: top left;
        transform-origin-right: top right
}

.mdc-menu-surface:focus {
        outline: none
}

.mdc-menu-surface--animating-open {
        display: inline-block;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0
}

.mdc-menu-surface--open {
        display: inline-block;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
}

.mdc-menu-surface--animating-closed {
        display: inline-block;
        opacity: 0;
        transition: opacity .075s linear
}

[dir=rtl] .mdc-menu-surface,
.mdc-menu-surface[dir=rtl] {
        transform-origin-left: top right;
        transform-origin-right: top left
}

.mdc-menu-surface--anchor {
        position: relative;
        overflow: visible
}

.mdc-menu-surface--fixed {
        position: fixed
}

.mdc-menu-surface--fullwidth {
        width: 100%
}

.mdc-radio {
        padding: calc((40px - 20px) / 2)
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
        border-color: rgba(0, 0, 0, 0.54)
}

.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
        border-color: #018786;
        border-color: var(--mdc-theme-secondary, #018786)
}

.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle {
        border-color: #018786;
        border-color: var(--mdc-theme-secondary, #018786)
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
        border-color: rgba(0, 0, 0, 0.38)
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
        border-color: rgba(0, 0, 0, 0.38)
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle {
        border-color: rgba(0, 0, 0, 0.38)
}

.mdc-radio .mdc-radio__background::before {
        background-color: #018786;
        background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-radio .mdc-radio__background::before {
        top: calc(-1 * (40px - 20px) / 2);
        left: calc(-1 * (40px - 20px) / 2);
        width: 40px;
        height: 40px
}

.mdc-radio .mdc-radio__native-control {
        top: calc((40px - 40px) / 2);
        right: calc((40px - 40px) / 2);
        left: calc((40px - 40px) / 2);
        width: 40px;
        height: 40px
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,
        .mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
                border-color: GrayText
        }
        .mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,
        .mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
                border-color: GrayText
        }
        .mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,
        .mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle {
                border-color: GrayText
        }
}

.mdc-radio {
        display: inline-block;
        position: relative;
        flex: 0 0 auto;
        box-sizing: content-box;
        width: 20px;
        height: 20px;
        cursor: pointer;
        will-change: opacity, transform, border-color, color
}

.mdc-radio__background {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        width: 20px;
        height: 20px
}

.mdc-radio__background::before {
        position: absolute;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: "";
        transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-radio__outer-circle {
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-width: 2px;
        border-style: solid;
        border-radius: 50%;
        transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-radio__inner-circle {
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        border-width: 10px;
        border-style: solid;
        border-radius: 50%;
        transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)
}

.mdc-radio__native-control {
        position: absolute;
        margin: 0;
        padding: 0;
        opacity: 0;
        cursor: inherit;
        z-index: 1
}

.mdc-radio--touch {
        margin-top: 4px;
        margin-bottom: 4px;
        margin-right: 4px;
        margin-left: 4px
}

.mdc-radio--touch .mdc-radio__native-control {
        top: calc((40px - 48px) / 2);
        right: calc((40px - 48px) / 2);
        left: calc((40px - 48px) / 2);
        width: 48px;
        height: 48px
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring {
        pointer-events: none;
        border: 2px solid transparent;
        border-radius: 6px;
        box-sizing: content-box;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%
}

@media screen and (forced-colors: active) {
        .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,
        .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring {
                border-color: CanvasText
        }
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after {
        content: "";
        border: 2px solid transparent;
        border-radius: 8px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc(100% + 4px);
        width: calc(100% + 4px)
}

@media screen and (forced-colors: active) {
        .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,
        .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after {
                border-color: CanvasText
        }
}

.mdc-radio__native-control:checked+.mdc-radio__background,
.mdc-radio__native-control:disabled+.mdc-radio__background {
        transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle {
        transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle {
        transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-radio--disabled {
        cursor: default;
        pointer-events: none
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-radio__native-control:disabled+.mdc-radio__background,
[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background {
        cursor: default
}

.mdc-radio__native-control:focus+.mdc-radio__background::before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .12;
        transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-radio {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-radio .mdc-radio__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-radio .mdc-radio__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-radio.mdc-ripple-upgraded--foreground-activation .mdc-radio__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-radio.mdc-ripple-upgraded--foreground-deactivation .mdc-radio__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
        top: var(--mdc-ripple-top, calc(50% - 50%));
        left: var(--mdc-ripple-left, calc(50% - 50%));
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
        background-color: #018786;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786))
}

.mdc-radio:hover .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-surface--hover .mdc-radio__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple::before,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple::after {
        transition: opacity 150ms linear
}

.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-radio.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__background::before,
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before {
        content: none
}

.mdc-radio__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
}

.mdc-ripple-surface {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity;
        position: relative;
        outline: none;
        overflow: hidden
}

.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-ripple-surface::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-ripple-surface::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-ripple-surface.mdc-ripple-upgraded::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded],
.mdc-ripple-upgraded--unbounded {
        overflow: visible
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,
.mdc-ripple-upgraded--unbounded::before,
.mdc-ripple-upgraded--unbounded::after {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
        top: var(--mdc-ripple-top, calc(50% - 50%));
        left: var(--mdc-ripple-left, calc(50% - 50%));
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
        background-color: #000;
        background-color: var(--mdc-ripple-color, #000)
}

.mdc-ripple-surface:hover::before,
.mdc-ripple-surface.mdc-ripple-surface--hover::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,
.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after {
        transition: opacity 150ms linear
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-ripple-surface.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-segmented-button {
        display: inline-block;
        font-size: 0
}

.mdc-segmented-button__segment {
        border-color: rgba(0, 0, 0, 0.12);
        border-color: var(--mdc-segmented-button-outline-color, rgba(0, 0, 0, 0.12))
}

.mdc-segmented-button__segment {
        color: rgba(0, 0, 0, 0.6);
        color: var(--mdc-segmented-button-unselected-ink-color, rgba(0, 0, 0, 0.6))
}

.mdc-segmented-button__segment {
        background-color: white;
        background-color: var(--mdc-segmented-button-unselected-container-fill-color, white)
}

.mdc-segmented-button__segment--selected {
        color: #6200ee;
        color: var(--mdc-segmented-button-selected-ink-color, #6200ee)
}

.mdc-segmented-button__segment--selected {
        background-color: rgba(98, 0, 238, 0.08);
        background-color: var(--mdc-segmented-button-selected-container-fill-color, rgba(98, 0, 238, 0.08))
}

.mdc-segmented-button__segment {
        position: relative;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-button-font-size, 0.875rem);
        line-height: 2.25rem;
        line-height: var(--mdc-typography-button-line-height, 2.25rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-button-font-weight, 500);
        letter-spacing: 0.0892857143em;
        letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
        text-decoration: none;
        -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
        text-decoration: var(--mdc-typography-button-text-decoration, none);
        text-transform: uppercase;
        text-transform: var(--mdc-typography-button-text-transform, uppercase);
        display: inline-flex;
        vertical-align: top;
        align-items: center;
        height: 36px;
        min-width: 48px;
        padding: 0 12px;
        border-width: 1px 0 1px 1px
}

.mdc-segmented-button__segment .mdc-elevation-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
}

.mdc-segmented-button__segment:hover {
        cursor: pointer
}

.mdc-segmented-button__segment:focus {
        outline-width: 0
}

.mdc-segmented-button__segment:first-child {
        border-radius: 4px 0 0 4px
}

.mdc-segmented-button__segment:last-child {
        border-right-width: 1px;
        border-radius: 0 4px 4px 0
}

.mdc-segmented-button__segment .mdc-segmented-button__segment__touch {
        position: absolute;
        top: 50%;
        height: 48px;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
}

.mdc-segmented-button__segment .mdc-segmented-button__segment--touch {
        margin-top: 0px;
        margin-bottom: 0px
}

.mdc-touch-target-wrapper .mdc-segmented-button__segment {
        border-radius: 0;
        border-right-width: 0
}

.mdc-touch-target-wrapper:first-child .mdc-segmented-button__segment {
        border-radius: 4px 0 0 4px
}

.mdc-touch-target-wrapper:last-child .mdc-segmented-button__segment {
        border-right-width: 1px;
        border-radius: 0 4px 4px 0
}

.mdc-segmented-button__icon {
        width: 24px;
        font-size: 18px
}

.mdc-segmented-button__icon+.mdc-segmented-button__label {
        padding-left: 6px
}

.mdc-segmented-button__segment {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity;
        overflow: hidden
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::before,
.mdc-segmented-button__segment .mdc-segmented-button__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-segmented-button__segment.mdc-ripple-upgraded .mdc-segmented-button__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-segmented-button__segment.mdc-ripple-upgraded .mdc-segmented-button__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-segmented-button__segment.mdc-ripple-upgraded--unbounded .mdc-segmented-button__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-segmented-button__segment.mdc-ripple-upgraded--foreground-activation .mdc-segmented-button__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-segmented-button__segment.mdc-ripple-upgraded--foreground-deactivation .mdc-segmented-button__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::before,
.mdc-segmented-button__segment .mdc-segmented-button__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-segmented-button__segment.mdc-ripple-upgraded .mdc-segmented-button__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::before,
.mdc-segmented-button__segment .mdc-segmented-button__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, #6200ee)
}

.mdc-segmented-button__segment:hover .mdc-segmented-button__ripple::before,
.mdc-segmented-button__segment.mdc-ripple-surface--hover .mdc-segmented-button__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-segmented-button__segment.mdc-ripple-upgraded--background-focused .mdc-segmented-button__ripple::before,
.mdc-segmented-button__segment.mdc-ripple-upgraded:focus-within .mdc-segmented-button__ripple::before,
.mdc-segmented-button__segment:not(.mdc-ripple-upgraded):focus .mdc-segmented-button__ripple::before,
.mdc-segmented-button__segment:not(.mdc-ripple-upgraded):focus-within .mdc-segmented-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-segmented-button__segment:not(.mdc-ripple-upgraded) .mdc-segmented-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-segmented-button__segment:not(.mdc-ripple-upgraded):active .mdc-segmented-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-segmented-button__segment.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
}

.mdc-slider__thumb {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-slider__thumb::before,
.mdc-slider__thumb::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-slider__thumb::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-slider__thumb::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-slider__thumb.mdc-ripple-upgraded::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-slider__thumb.mdc-ripple-upgraded::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-slider__thumb.mdc-ripple-upgraded--unbounded::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-slider__thumb.mdc-ripple-upgraded--foreground-activation::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-slider__thumb.mdc-ripple-upgraded--foreground-deactivation::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-slider__thumb::before,
.mdc-slider__thumb::after {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%
}

.mdc-slider__thumb.mdc-ripple-upgraded::before,
.mdc-slider__thumb.mdc-ripple-upgraded::after {
        top: var(--mdc-ripple-top, calc(50% - 50%));
        left: var(--mdc-ripple-left, calc(50% - 50%));
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-slider__thumb.mdc-ripple-upgraded::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-slider__thumb::before,
.mdc-slider__thumb::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-slider__thumb:hover::before,
.mdc-slider__thumb.mdc-ripple-surface--hover::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,
.mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-slider__thumb:not(.mdc-ripple-upgraded)::after {
        transition: opacity 150ms linear
}

.mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-slider__thumb.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-slider {
        cursor: pointer;
        height: 48px;
        margin: 0 24px;
        position: relative;
        touch-action: pan-y
}

.mdc-slider .mdc-slider__track {
        height: 4px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
}

.mdc-slider .mdc-slider__track--active,
.mdc-slider .mdc-slider__track--inactive {
        display: flex;
        height: 100%;
        position: absolute;
        width: 100%
}

.mdc-slider .mdc-slider__track--active {
        border-radius: 3px;
        height: 6px;
        overflow: hidden;
        top: -1px
}

.mdc-slider .mdc-slider__track--active_fill {
        border-top: 6px solid;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        position: relative;
        -webkit-transform-origin: left;
        transform-origin: left
}

[dir=rtl] .mdc-slider .mdc-slider__track--active_fill,
.mdc-slider .mdc-slider__track--active_fill[dir=rtl] {
        -webkit-transform-origin: right;
        transform-origin: right
}

.mdc-slider .mdc-slider__track--inactive {
        border-radius: 2px;
        height: 4px;
        left: 0;
        top: 0
}

.mdc-slider .mdc-slider__track--inactive::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-slider .mdc-slider__track--inactive::before {
                border-color: CanvasText
        }
}

.mdc-slider .mdc-slider__track--active_fill {
        border-color: #6200ee;
        border-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-slider.mdc-slider--disabled .mdc-slider__track--active_fill {
        border-color: #000;
        border-color: var(--mdc-theme-on-surface, #000)
}

.mdc-slider .mdc-slider__track--inactive {
        background-color: #6200ee;
        background-color: var(--mdc-theme-primary, #3a6d95);
        opacity: .24
}

.mdc-slider.mdc-slider--disabled .mdc-slider__track--inactive {
        background-color: #000;
        background-color: var(--mdc-theme-on-surface, #000);
        opacity: .24
}

.mdc-slider .mdc-slider__value-indicator-container {
        bottom: 44px;
        left: 50%;
        left: var(--slider-value-indicator-container-left, 50%);
        pointer-events: none;
        position: absolute;
        right: var(--slider-value-indicator-container-right);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: var(--slider-value-indicator-container-transform, translateX(-50%));
        transform: var(--slider-value-indicator-container-transform, translateX(-50%))
}

.mdc-slider .mdc-slider__value-indicator {
        transition: -webkit-transform 100ms 0ms cubic-bezier(0.4, 0, 1, 1);
        transition: transform 100ms 0ms cubic-bezier(0.4, 0, 1, 1);
        transition: transform 100ms 0ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 100ms 0ms cubic-bezier(0.4, 0, 1, 1);
        align-items: center;
        border-radius: 4px;
        display: flex;
        height: 32px;
        padding: 0 12px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
}

.mdc-slider .mdc-slider__value-indicator::before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid;
        bottom: -5px;
        content: "";
        height: 0;
        left: 50%;
        left: var(--slider-value-indicator-caret-left, 50%);
        position: absolute;
        right: var(--slider-value-indicator-caret-right);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: var(--slider-value-indicator-caret-transform, translateX(-50%));
        transform: var(--slider-value-indicator-caret-transform, translateX(-50%));
        width: 0
}

.mdc-slider .mdc-slider__value-indicator::after {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-slider .mdc-slider__value-indicator::after {
                border-color: CanvasText
        }
}

.mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator-container {
        pointer-events: auto
}

.mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator {
        transition: -webkit-transform 100ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 100ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 100ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 100ms 0ms cubic-bezier(0, 0, 0.2, 1);
        -webkit-transform: scale(1);
        transform: scale(1)
}

@media(prefers-reduced-motion) {
        .mdc-slider .mdc-slider__value-indicator,
        .mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator {
                transition: none
        }
}

.mdc-slider .mdc-slider__value-indicator-text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
        line-height: 1.375rem;
        line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
        letter-spacing: 0.0071428571em;
        letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle2-text-transform, inherit)
}

.mdc-slider .mdc-slider__value-indicator {
        background-color: #000;
        opacity: .6
}

.mdc-slider .mdc-slider__value-indicator::before {
        border-top-color: #000
}

.mdc-slider .mdc-slider__value-indicator {
        color: #fff;
        color: var(--mdc-theme-on-primary, #fff)
}

.mdc-slider .mdc-slider__thumb {
        display: flex;
        height: 48px;
        left: -24px;
        outline: none;
        position: absolute;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 48px
}

.mdc-slider .mdc-slider__thumb--top {
        z-index: 1
}

.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
        border-style: solid;
        border-width: 1px;
        box-sizing: content-box
}

.mdc-slider .mdc-slider__thumb-knob {
        box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
        border: 10px solid;
        border-radius: 50%;
        box-sizing: border-box;
        height: 20px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px
}

.mdc-slider .mdc-slider__thumb-knob {
        background-color: #6200ee;
        background-color: var(--mdc-theme-primary, #3a6d95);
        border-color: #6200ee;
        border-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
        border-color: #fff
}

.mdc-slider.mdc-slider--disabled .mdc-slider__thumb-knob {
        background-color: #000;
        background-color: var(--mdc-theme-on-surface, #000);
        border-color: #000;
        border-color: var(--mdc-theme-on-surface, #000)
}

.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,
.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,
.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
        border-color: #fff
}

.mdc-slider .mdc-slider__thumb::before,
.mdc-slider .mdc-slider__thumb::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-slider .mdc-slider__thumb:hover::before,
.mdc-slider .mdc-slider__thumb.mdc-ripple-surface--hover::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before,
.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded)::after {
        transition: opacity 150ms linear
}

.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-slider .mdc-slider__tick-marks {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 100%;
        justify-content: space-between;
        padding: 0 1px;
        position: absolute;
        width: 100%
}

.mdc-slider .mdc-slider__tick-mark--active,
.mdc-slider .mdc-slider__tick-mark--inactive {
        border-radius: 50%;
        height: 2px;
        width: 2px
}

.mdc-slider .mdc-slider__tick-mark--active {
        background-color: #fff;
        background-color: var(--mdc-theme-on-primary, #fff);
        opacity: .6
}

.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--active {
        background-color: #fff;
        background-color: var(--mdc-theme-on-primary, #fff);
        opacity: .6
}

.mdc-slider .mdc-slider__tick-mark--inactive {
        background-color: #6200ee;
        background-color: var(--mdc-theme-primary, #3a6d95);
        opacity: .6
}

.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--inactive {
        background-color: #000;
        background-color: var(--mdc-theme-on-surface, #000);
        opacity: .6
}

.mdc-slider--discrete .mdc-slider__thumb,
.mdc-slider--discrete .mdc-slider__track--active_fill {
        transition: -webkit-transform 80ms ease;
        transition: transform 80ms ease;
        transition: transform 80ms ease, -webkit-transform 80ms ease
}

@media(prefers-reduced-motion) {
        .mdc-slider--discrete .mdc-slider__thumb,
        .mdc-slider--discrete .mdc-slider__track--active_fill {
                transition: none
        }
}

.mdc-slider--disabled {
        opacity: .38;
        cursor: auto
}

.mdc-slider--disabled .mdc-slider__thumb {
        pointer-events: none
}

.mdc-slider__input {
        cursor: pointer;
        left: 0;
        margin: 0;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%
}

.mdc-snackbar {
        z-index: 8;
        margin: 8px;
        display: none;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        pointer-events: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-snackbar__surface {
        background-color: #333333
}

.mdc-snackbar__label {
        color: rgba(255, 255, 255, 0.87)
}

.mdc-snackbar__surface {
        min-width: 344px
}

@media(max-width: 480px),
(max-width: 344px) {
        .mdc-snackbar__surface {
                min-width: 100%
        }
}

.mdc-snackbar__surface {
        max-width: 672px
}

.mdc-snackbar__surface {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12)
}

.mdc-snackbar__surface {
        border-radius: 4px;
        border-radius: var(--mdc-shape-small, 4px)
}

.mdc-snackbar--opening,
.mdc-snackbar--open,
.mdc-snackbar--closing {
        display: flex
}

.mdc-snackbar--open .mdc-snackbar__label,
.mdc-snackbar--open .mdc-snackbar__actions {
        visibility: visible
}

.mdc-snackbar--leading {
        justify-content: flex-start
}

.mdc-snackbar--stacked .mdc-snackbar__label {
        padding-left: 16px;
        padding-right: 8px;
        padding-bottom: 12px
}

[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label,
.mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl] {
        padding-left: 8px;
        padding-right: 16px
}

.mdc-snackbar--stacked .mdc-snackbar__surface {
        flex-direction: column;
        align-items: flex-start
}

.mdc-snackbar--stacked .mdc-snackbar__actions {
        align-self: flex-end;
        margin-bottom: 8px
}

.mdc-snackbar__surface {
        padding-left: 0;
        padding-right: 8px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0
}

.mdc-snackbar__surface::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-snackbar__surface::before {
                border-color: CanvasText
        }
}

[dir=rtl] .mdc-snackbar__surface,
.mdc-snackbar__surface[dir=rtl] {
        padding-left: 8px;
        padding-right: 0
}

.mdc-snackbar--open .mdc-snackbar__surface {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        pointer-events: auto;
        transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-snackbar--closing .mdc-snackbar__surface {
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1)
}

.mdc-snackbar__label {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        padding-left: 16px;
        padding-right: 8px;
        width: 100%;
        flex-grow: 1;
        box-sizing: border-box;
        margin: 0;
        visibility: hidden;
        padding-top: 14px;
        padding-bottom: 14px
}

[dir=rtl] .mdc-snackbar__label,
.mdc-snackbar__label[dir=rtl] {
        padding-left: 8px;
        padding-right: 16px
}

.mdc-snackbar__label::before {
        display: inline;
        content: attr(data-mdc-snackbar-label-text)
}

.mdc-snackbar__actions {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        box-sizing: border-box;
        visibility: hidden
}

.mdc-snackbar__action:not(:disabled) {
        color: #bb86fc
}

.mdc-snackbar__action .mdc-button__ripple::before,
.mdc-snackbar__action .mdc-button__ripple::after {
        background-color: #bb86fc;
        background-color: var(--mdc-ripple-color, #bb86fc)
}

.mdc-snackbar__action:hover .mdc-button__ripple::before,
.mdc-snackbar__action.mdc-ripple-surface--hover .mdc-button__ripple::before {
        opacity: 0.08;
        opacity: var(--mdc-ripple-hover-opacity, 0.08)
}

.mdc-snackbar__action.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-focus-opacity, 0.24)
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-press-opacity, 0.24)
}

.mdc-snackbar__action.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24)
}

.mdc-snackbar__dismiss {
        color: rgba(255, 255, 255, 0.87)
}

.mdc-snackbar__dismiss .mdc-icon-button__ripple::before,
.mdc-snackbar__dismiss .mdc-icon-button__ripple::after {
        background-color: rgba(255, 255, 255, 0.87);
        background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87))
}

.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before,
.mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
        opacity: 0.08;
        opacity: var(--mdc-ripple-hover-opacity, 0.08)
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-focus-opacity, 0.24)
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
        transition: opacity 150ms linear
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-press-opacity, 0.24)
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24)
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss {
        width: 36px;
        height: 36px;
        padding: 6px;
        font-size: 18px
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__focus-ring {
        display: none
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
.mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
        display: block;
        max-height: 36px;
        max-width: 36px
}

@media screen and (forced-colors: active) {
        .mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
        .mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
                pointer-events: none;
                border: 2px solid transparent;
                border-radius: 6px;
                box-sizing: content-box;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: 100%;
                width: 100%
        }
}

@media screen and (forced-colors: active)and (forced-colors: active) {
        .mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
        .mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
                border-color: CanvasText
        }
}

@media screen and (forced-colors: active) {
        .mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,
        .mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
                content: "";
                border: 2px solid transparent;
                border-radius: 8px;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: calc(100% + 4px);
                width: calc(100% + 4px)
        }
}

@media screen and (forced-colors: active)and (forced-colors: active) {
        .mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,
        .mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
                border-color: CanvasText
        }
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
        width: 36px;
        height: 36px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
        max-height: 36px;
        max-width: 36px
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__touch {
        position: absolute;
        top: 50%;
        height: 36px;
        left: 50%;
        width: 36px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.mdc-snackbar__action+.mdc-snackbar__dismiss {
        margin-left: 8px;
        margin-right: 0
}

[dir=rtl] .mdc-snackbar__action+.mdc-snackbar__dismiss,
.mdc-snackbar__action+.mdc-snackbar__dismiss[dir=rtl] {
        margin-left: 0;
        margin-right: 8px
}

.mdc-switch {
        align-items: center;
        background: none;
        border: none;
        cursor: pointer;
        display: inline-flex;
        flex-shrink: 0;
        margin: 0;
        outline: none;
        overflow: visible;
        padding: 0;
        position: relative
}

.mdc-switch:disabled {
        cursor: default;
        pointer-events: none
}

.mdc-switch__track {
        overflow: hidden;
        position: relative;
        width: 100%
}

.mdc-switch__track::before,
.mdc-switch__track::after {
        border: 1px solid transparent;
        border-radius: inherit;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%
}

@media screen and (forced-colors: active) {
        .mdc-switch__track::before,
        .mdc-switch__track::after {
                border-color: currentColor
        }
}

.mdc-switch__track::before {
        transition: -webkit-transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
        -webkit-transform: translateX(0);
        transform: translateX(0)
}

.mdc-switch__track::after {
        transition: -webkit-transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
}

[dir=rtl] .mdc-switch__track::after,
.mdc-switch__track[dir=rtl]::after {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
}

.mdc-switch--selected .mdc-switch__track::before {
        transition: -webkit-transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
}

[dir=rtl] .mdc-switch--selected .mdc-switch__track::before,
.mdc-switch--selected .mdc-switch__track[dir=rtl]::before {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
}

.mdc-switch--selected .mdc-switch__track::after {
        transition: -webkit-transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
        -webkit-transform: translateX(0);
        transform: translateX(0)
}

.mdc-switch__handle-track {
        height: 100%;
        pointer-events: none;
        position: absolute;
        top: 0;
        transition: -webkit-transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
        left: 0;
        right: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
}

[dir=rtl] .mdc-switch__handle-track,
.mdc-switch__handle-track[dir=rtl] {
        left: auto;
        right: 0
}

.mdc-switch--selected .mdc-switch__handle-track {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
}

[dir=rtl] .mdc-switch--selected .mdc-switch__handle-track,
.mdc-switch--selected .mdc-switch__handle-track[dir=rtl] {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
}

.mdc-switch__handle {
        display: flex;
        pointer-events: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: auto
}

[dir=rtl] .mdc-switch__handle,
.mdc-switch__handle[dir=rtl] {
        left: auto;
        right: 0
}

.mdc-switch__handle::before,
.mdc-switch__handle::after {
        border: 1px solid transparent;
        border-radius: inherit;
        box-sizing: border-box;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: background-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1), border-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
        z-index: -1
}

@media screen and (forced-colors: active) {
        .mdc-switch__handle::before,
        .mdc-switch__handle::after {
                border-color: currentColor
        }
}

.mdc-switch__shadow {
        border-radius: inherit;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
}

.mdc-elevation-overlay {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
}

.mdc-switch__ripple {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1
}

.mdc-switch:disabled .mdc-switch__ripple {
        display: none
}

.mdc-switch__icons {
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 1
}

.mdc-switch__icon {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        transition: opacity 30ms 0ms cubic-bezier(0.4, 0, 1, 1)
}

.mdc-switch--selected .mdc-switch__icon--on,
.mdc-switch--unselected .mdc-switch__icon--off {
        opacity: 1;
        transition: opacity 45ms 30ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-switch {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-switch .mdc-switch__ripple::before,
.mdc-switch .mdc-switch__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-switch .mdc-switch__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-switch .mdc-switch__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-switch.mdc-ripple-upgraded--unbounded .mdc-switch__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-switch.mdc-ripple-upgraded--foreground-activation .mdc-switch__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-switch.mdc-ripple-upgraded--foreground-deactivation .mdc-switch__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-switch .mdc-switch__ripple::before,
.mdc-switch .mdc-switch__ripple::after {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%
}

.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::before,
.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after {
        top: var(--mdc-ripple-top, calc(50% - 50%));
        left: var(--mdc-ripple-left, calc(50% - 50%));
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-switch .mdc-switch__focus-ring-wrapper {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring,
.mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring {
        pointer-events: none;
        border: 2px solid transparent;
        border-radius: 6px;
        box-sizing: content-box;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc( 100% + 4px);
        width: calc( 100% + 4px)
}

@media screen and (forced-colors: active) {
        .mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring,
        .mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring {
                border-color: CanvasText
        }
}

.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring::after,
.mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring::after {
        content: "";
        border: 2px solid transparent;
        border-radius: 8px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc(100% + 4px);
        width: calc(100% + 4px)
}

@media screen and (forced-colors: active) {
        .mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring::after,
        .mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring::after {
                border-color: CanvasText
        }
}

.mdc-switch {
        width: 36px;
        width: var(--mdc-switch-track-width, 36px)
}

.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
        background: #6200ee;
        background: var(--mdc-switch-selected-handle-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after {
        background: #310077;
        background: var(--mdc-switch-selected-hover-handle-color, #310077)
}

.mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after {
        background: #310077;
        background: var(--mdc-switch-selected-focus-handle-color, #310077)
}

.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after {
        background: #310077;
        background: var(--mdc-switch-selected-pressed-handle-color, #310077)
}

.mdc-switch.mdc-switch--selected:disabled .mdc-switch__handle::after {
        background: #424242;
        background: var(--mdc-switch-disabled-selected-handle-color, #424242)
}

.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after {
        background: #616161;
        background: var(--mdc-switch-unselected-handle-color, #616161)
}

.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after {
        background: #212121;
        background: var(--mdc-switch-unselected-hover-handle-color, #212121)
}

.mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after {
        background: #212121;
        background: var(--mdc-switch-unselected-focus-handle-color, #212121)
}

.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle::after {
        background: #212121;
        background: var(--mdc-switch-unselected-pressed-handle-color, #212121)
}

.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle::after {
        background: #424242;
        background: var(--mdc-switch-disabled-unselected-handle-color, #424242)
}

.mdc-switch .mdc-switch__handle::before {
        background: #fff;
        background: var(--mdc-switch-handle-surface-color, var(--mdc-theme-surface, #fff))
}

.mdc-switch:enabled .mdc-switch__shadow {
        --mdc-elevation-box-shadow-for-gss: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
        box-shadow: var(--mdc-switch-handle-elevation, var(--mdc-elevation-box-shadow-for-gss))
}

.mdc-switch:disabled .mdc-switch__shadow {
        --mdc-elevation-box-shadow-for-gss: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
        box-shadow: var(--mdc-switch-disabled-handle-elevation, var(--mdc-elevation-box-shadow-for-gss))
}

.mdc-switch .mdc-switch__focus-ring-wrapper,
.mdc-switch .mdc-switch__handle {
        height: 20px;
        height: var(--mdc-switch-handle-height, 20px)
}

.mdc-switch:disabled .mdc-switch__handle::after {
        opacity: 0.38;
        opacity: var(--mdc-switch-disabled-handle-opacity, 0.38)
}

.mdc-switch .mdc-switch__handle {
        border-radius: 10px;
        border-radius: var(--mdc-switch-handle-shape, 10px)
}

.mdc-switch .mdc-switch__handle {
        width: 20px;
        width: var(--mdc-switch-handle-width, 20px)
}

.mdc-switch .mdc-switch__handle-track {
        width: calc(100% - 20px);
        width: calc(100% - var(--mdc-switch-handle-width, 20px))
}

.mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon {
        fill: #fff;
        fill: var(--mdc-switch-selected-icon-color, var(--mdc-theme-on-primary, #fff))
}

.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon {
        fill: #fff;
        fill: var(--mdc-switch-disabled-selected-icon-color, var(--mdc-theme-on-primary, #fff))
}

.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon {
        fill: #fff;
        fill: var(--mdc-switch-unselected-icon-color, var(--mdc-theme-on-primary, #fff))
}

.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon {
        fill: #fff;
        fill: var(--mdc-switch-disabled-unselected-icon-color, var(--mdc-theme-on-primary, #fff))
}

.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons {
        opacity: 0.38;
        opacity: var(--mdc-switch-disabled-selected-icon-opacity, 0.38)
}

.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons {
        opacity: 0.38;
        opacity: var(--mdc-switch-disabled-unselected-icon-opacity, 0.38)
}

.mdc-switch.mdc-switch--selected .mdc-switch__icon {
        width: 18px;
        width: var(--mdc-switch-selected-icon-size, 18px);
        height: 18px;
        height: var(--mdc-switch-selected-icon-size, 18px)
}

.mdc-switch.mdc-switch--unselected .mdc-switch__icon {
        width: 18px;
        width: var(--mdc-switch-unselected-icon-size, 18px);
        height: 18px;
        height: var(--mdc-switch-unselected-icon-size, 18px)
}

.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-switch-selected-hover-state-layer-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-switch-selected-focus-state-layer-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-switch-selected-pressed-state-layer-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::after {
        background-color: #424242;
        background-color: var(--mdc-switch-unselected-hover-state-layer-color, #424242)
}

.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::after {
        background-color: #424242;
        background-color: var(--mdc-switch-unselected-focus-state-layer-color, #424242)
}

.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::after {
        background-color: #424242;
        background-color: var(--mdc-switch-unselected-pressed-state-layer-color, #424242)
}

.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-switch-selected-hover-state-layer-opacity, 0.04)
}

.mdc-switch.mdc-switch--selected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-switch-selected-focus-state-layer-opacity, 0.12)
}

.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after {
        transition: opacity 150ms linear
}

.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after {
        transition-duration: 75ms;
        opacity: 0.1;
        opacity: var(--mdc-switch-selected-pressed-state-layer-opacity, 0.1)
}

.mdc-switch.mdc-switch--selected:enabled:active.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-switch-selected-pressed-state-layer-opacity, 0.1)
}

.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-switch-unselected-hover-state-layer-opacity, 0.04)
}

.mdc-switch.mdc-switch--unselected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-switch-unselected-focus-state-layer-opacity, 0.12)
}

.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after {
        transition: opacity 150ms linear
}

.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after {
        transition-duration: 75ms;
        opacity: 0.1;
        opacity: var(--mdc-switch-unselected-pressed-state-layer-opacity, 0.1)
}

.mdc-switch.mdc-switch--unselected:enabled:active.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-switch-unselected-pressed-state-layer-opacity, 0.1)
}

.mdc-switch .mdc-switch__ripple {
        height: 48px;
        height: var(--mdc-switch-state-layer-size, 48px);
        width: 48px;
        width: var(--mdc-switch-state-layer-size, 48px)
}

.mdc-switch .mdc-switch__track {
        height: 14px;
        height: var(--mdc-switch-track-height, 14px)
}

.mdc-switch:disabled .mdc-switch__track {
        opacity: 0.12;
        opacity: var(--mdc-switch-disabled-track-opacity, 0.12)
}

.mdc-switch:enabled .mdc-switch__track::after {
        background: #d7bbff;
        background: var(--mdc-switch-selected-track-color, #d7bbff)
}

.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after {
        background: #d7bbff;
        background: var(--mdc-switch-selected-hover-track-color, #d7bbff)
}

.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after {
        background: #d7bbff;
        background: var(--mdc-switch-selected-focus-track-color, #d7bbff)
}

.mdc-switch:enabled:active .mdc-switch__track::after {
        background: #d7bbff;
        background: var(--mdc-switch-selected-pressed-track-color, #d7bbff)
}

.mdc-switch:disabled .mdc-switch__track::after {
        background: #424242;
        background: var(--mdc-switch-disabled-selected-track-color, #424242)
}

.mdc-switch:enabled .mdc-switch__track::before {
        background: #e0e0e0;
        background: var(--mdc-switch-unselected-track-color, #e0e0e0)
}

.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before {
        background: #e0e0e0;
        background: var(--mdc-switch-unselected-hover-track-color, #e0e0e0)
}

.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before {
        background: #e0e0e0;
        background: var(--mdc-switch-unselected-focus-track-color, #e0e0e0)
}

.mdc-switch:enabled:active .mdc-switch__track::before {
        background: #e0e0e0;
        background: var(--mdc-switch-unselected-pressed-track-color, #e0e0e0)
}

.mdc-switch:disabled .mdc-switch__track::before {
        background: #424242;
        background: var(--mdc-switch-disabled-unselected-track-color, #424242)
}

.mdc-switch .mdc-switch__track {
        border-radius: 7px;
        border-radius: var(--mdc-switch-track-shape, 7px)
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-switch:disabled .mdc-switch__handle::after {
                opacity: 1;
                opacity: var(--mdc-switch-disabled-handle-opacity, 1)
        }
        .mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon {
                fill: ButtonText;
                fill: var(--mdc-switch-selected-icon-color, ButtonText)
        }
        .mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon {
                fill: GrayText;
                fill: var(--mdc-switch-disabled-selected-icon-color, GrayText)
        }
        .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon {
                fill: ButtonText;
                fill: var(--mdc-switch-unselected-icon-color, ButtonText)
        }
        .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon {
                fill: GrayText;
                fill: var(--mdc-switch-disabled-unselected-icon-color, GrayText)
        }
        .mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons {
                opacity: 1;
                opacity: var(--mdc-switch-disabled-selected-icon-opacity, 1)
        }
        .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons {
                opacity: 1;
                opacity: var(--mdc-switch-disabled-unselected-icon-opacity, 1)
        }
        .mdc-switch:disabled .mdc-switch__track {
                opacity: 1;
                opacity: var(--mdc-switch-disabled-track-opacity, 1)
        }
}

.mdc-tab {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-button-font-size, 0.875rem);
        line-height: 2.25rem;
        line-height: var(--mdc-typography-button-line-height, 2.25rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-button-font-weight, 500);
        letter-spacing: 0.0892857143em;
        letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
        text-decoration: none;
        -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
        text-decoration: var(--mdc-typography-button-text-decoration, none);
        text-transform: uppercase;
        text-transform: var(--mdc-typography-button-text-transform, uppercase);
        position: relative
}

.mdc-tab .mdc-tab__text-label {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-tab .mdc-tab__icon {
        color: rgba(0, 0, 0, 0.54);
        fill: currentColor
}

.mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring,
.mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring {
        pointer-events: none;
        border: 2px solid transparent;
        border-radius: 8px;
        box-sizing: content-box;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc( 100% + -12px);
        width: calc( 100% + -8px);
        margin-top: -2px;
        z-index: 2
}

@media screen and (forced-colors: active) {
        .mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring,
        .mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring {
                border-color: CanvasText
        }
}

.mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring::after,
.mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after {
        content: "";
        border: 2px solid transparent;
        border-radius: 10px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc(100% + 4px);
        width: calc(100% + 4px)
}

@media screen and (forced-colors: active) {
        .mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring::after,
        .mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after {
                border-color: CanvasText
        }
}

.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring,
.mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring {
        pointer-events: none;
        border: 2px solid transparent;
        border-radius: 8px;
        box-sizing: content-box;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc( 100% + -8px);
        width: calc( 100% + -8px);
        z-index: 2
}

@media screen and (forced-colors: active) {
        .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring,
        .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring {
                border-color: CanvasText
        }
}

.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring::after,
.mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after {
        content: "";
        border: 2px solid transparent;
        border-radius: 10px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc(100% + 4px);
        width: calc(100% + 4px)
}

@media screen and (forced-colors: active) {
        .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring::after,
        .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after {
                border-color: CanvasText
        }
}

.mdc-tab__content {
        position: relative
}

.mdc-tab__icon {
        width: 24px;
        height: 24px;
        font-size: 24px
}

.mdc-tab--active .mdc-tab__text-label {
        color: #6200ee;
        color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-tab--active .mdc-tab__icon {
        color: #6200ee;
        color: var(--mdc-theme-primary, #3a6d95);
        fill: currentColor
}

.mdc-tab {
        background: none
}

.mdc-tab {
        min-width: 90px;
        padding-right: 24px;
        padding-left: 24px;
        display: flex;
        flex: 1 0 auto;
        justify-content: center;
        box-sizing: border-box;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
        outline: none;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        -webkit-appearance: none;
        z-index: 1
}

.mdc-tab::-moz-focus-inner {
        padding: 0;
        border: 0
}

.mdc-tab--min-width {
        flex: 0 1 auto
}

.mdc-tab__content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: inherit;
        pointer-events: none
}

.mdc-tab__text-label {
        transition: 150ms color linear;
        display: inline-block;
        line-height: 1;
        z-index: 2
}

.mdc-tab__icon {
        transition: 150ms color linear;
        z-index: 2
}

.mdc-tab--stacked .mdc-tab__content {
        flex-direction: column;
        align-items: center;
        justify-content: center
}

.mdc-tab--stacked .mdc-tab__text-label {
        padding-top: 6px;
        padding-bottom: 4px
}

.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
        transition-delay: 100ms
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
        padding-left: 8px;
        padding-right: 0
}

[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label,
.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl] {
        padding-left: 0;
        padding-right: 8px
}

.mdc-tab {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-tab .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-tab .mdc-tab__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-tab .mdc-tab__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-tab.mdc-ripple-upgraded--unbounded .mdc-tab__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-tab.mdc-ripple-upgraded--foreground-activation .mdc-tab__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-tab.mdc-ripple-upgraded--foreground-deactivation .mdc-tab__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-tab .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after {
        background-color: #6200ee;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #3a6d95))
}

.mdc-tab:hover .mdc-tab__ripple::before,
.mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple::before,
.mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after {
        transition: opacity 150ms linear
}

.mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-tab.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-tab__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        will-change: transform, opacity
}

.mdc-tab-bar {
        width: 100%
}

.mdc-tab {
        height: 48px
}

.mdc-tab--stacked {
        height: 72px
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
        border-color: #6200ee;
        border-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
        color: #018786;
        color: var(--mdc-theme-secondary, #018786)
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
        border-top-width: 2px
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
        height: 34px;
        font-size: 34px
}

.mdc-tab-indicator {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        justify-content: center;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1
}

.mdc-tab-indicator__content {
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
}

.mdc-tab-indicator__content--underline {
        align-self: flex-end;
        box-sizing: border-box;
        width: 100%;
        border-top-style: solid
}

.mdc-tab-indicator__content--icon {
        align-self: center;
        margin: 0 auto
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
        opacity: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content {
        transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
        transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
        transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1), 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
        transition: none
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
        transition: 150ms opacity linear
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
        transition-delay: 100ms
}

.mdc-tab-scroller {
        overflow-y: hidden
}

.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
        transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
        transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
        transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1), 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-tab-scroller__test {
        position: absolute;
        top: -9999px;
        width: 100px;
        height: 100px;
        overflow-x: scroll
}

.mdc-tab-scroller__scroll-area {
        -webkit-overflow-scrolling: touch;
        display: flex;
        overflow-x: hidden
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
        display: none
}

.mdc-tab-scroller__scroll-area--scroll {
        overflow-x: scroll
}

.mdc-tab-scroller__scroll-content {
        position: relative;
        display: flex;
        flex: 1 0 auto;
        -webkit-transform: none;
        transform: none;
        will-change: transform
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
        justify-content: flex-start
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
        justify-content: flex-end
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
        justify-content: center
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
        -webkit-overflow-scrolling: auto
}

.mdc-text-field--filled {
        --mdc-ripple-fg-size: 0;
        --mdc-ripple-left: 0;
        --mdc-ripple-top: 0;
        --mdc-ripple-fg-scale: 1;
        --mdc-ripple-fg-translate-end: 0;
        --mdc-ripple-fg-translate-start: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        will-change: transform, opacity
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
}

.mdc-text-field--filled .mdc-text-field__ripple::before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1;
        z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-text-field--filled .mdc-text-field__ripple::after {
        z-index: 0;
        z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
        transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
}

.mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0)
}

.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after {
        -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
        animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after {
        -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
        animation: mdc-ripple-fg-opacity-out 150ms;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
}

.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
        width: var(--mdc-ripple-fg-size, 100%);
        height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-text-field__ripple {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
}

.mdc-text-field {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--mdc-shape-small, 4px);
        border-top-right-radius: 4px;
        border-top-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        display: block;
        align-items: baseline;
        padding: 0 16px;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        will-change: opacity, transform, color
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
        color: #3a6d95;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
        color: #646266
}

@media all {
        .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.54)
        }
        .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.54)
        }
        .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.54)
        }
        .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
                color: rgba(0, 0, 0, 0.54)
        }
}

@media all {
        .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.54)
        }
}

.mdc-text-field .mdc-text-field__input {
        caret-color: #6200ee;
        caret-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
        color: rgba(0, 0, 0, 0.54)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
        color: rgba(0, 0, 0, 0.54)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-text-field .mdc-floating-label {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none
}

.mdc-text-field__input {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        height: 28px;
        transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
        width: 100%;
        min-width: 0;
        border: none;
        border-radius: 0;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0
}

.mdc-text-field__input::-ms-clear {
        display: none
}

.mdc-text-field__input::-webkit-calendar-picker-indicator {
        display: none
}

.mdc-text-field__input:focus {
        outline: none
}

.mdc-text-field__input:invalid {
        box-shadow: none
}

@media all {
        .mdc-text-field__input::-webkit-input-placeholder {
                transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
                opacity: 0
        }
        .mdc-text-field__input:-ms-input-placeholder {
                transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
                opacity: 0
        }
        .mdc-text-field__input::-ms-input-placeholder {
                transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
                opacity: 0
        }
        .mdc-text-field__input::placeholder {
                transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
                opacity: 0
        }
}

@media all {
        .mdc-text-field__input:-ms-input-placeholder {
                transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
                opacity: 0
        }
}

@media all {
        .mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,
        .mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder {
                transition-delay: 40ms;
                transition-duration: 110ms;
                opacity: 1
        }
        .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
        .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
                transition-delay: 40ms;
                transition-duration: 110ms;
                opacity: 1
        }
        .mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder,
        .mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder {
                transition-delay: 40ms;
                transition-duration: 110ms;
                opacity: 1
        }
        .mdc-text-field--no-label .mdc-text-field__input::placeholder,
        .mdc-text-field--focused .mdc-text-field__input::placeholder {
                transition-delay: 40ms;
                transition-duration: 110ms;
                opacity: 1
        }
}

@media all {
        .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
        .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
                transition-delay: 40ms;
                transition-duration: 110ms;
                opacity: 1
        }
}

.mdc-text-field__affix {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
        height: 28px;
        transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        white-space: nowrap
}

.mdc-text-field--label-floating .mdc-text-field__affix,
.mdc-text-field--no-label .mdc-text-field__affix {
        opacity: 1
}

@supports(-webkit-hyphens: none) {
        .mdc-text-field--outlined .mdc-text-field__affix {
                align-items: center;
                align-self: center;
                display: inline-flex;
                height: 100%
        }
}

.mdc-text-field__affix--prefix {
        padding-left: 0;
        padding-right: 2px
}

[dir=rtl] .mdc-text-field__affix--prefix,
.mdc-text-field__affix--prefix[dir=rtl] {
        padding-left: 2px;
        padding-right: 0
}

.mdc-text-field--end-aligned .mdc-text-field__affix--prefix {
        padding-left: 0;
        padding-right: 12px
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,
.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl] {
        padding-left: 12px;
        padding-right: 0
}

.mdc-text-field__affix--suffix {
        padding-left: 12px;
        padding-right: 0
}

[dir=rtl] .mdc-text-field__affix--suffix,
.mdc-text-field__affix--suffix[dir=rtl] {
        padding-left: 0;
        padding-right: 12px
}

.mdc-text-field--end-aligned .mdc-text-field__affix--suffix {
        padding-left: 2px;
        padding-right: 0
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,
.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl] {
        padding-left: 0;
        padding-right: 2px
}

.mdc-text-field--filled {
        height: 56px
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
        background-color: rgba(0, 0, 0, 0.87);
        background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))
}

.mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
        opacity: 0.04;
        opacity: var(--mdc-ripple-hover-opacity, 0.04)
}

.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
        transition-duration: 75ms;
        opacity: 0.12;
        opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.mdc-text-field--filled::before {
        display: inline-block;
        width: 0;
        height: 40px;
        content: "";
        vertical-align: 0
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
        background-color: whitesmoke
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
        border-bottom-color: rgba(0, 0, 0, 0.42)
}

.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
        border-bottom-color: rgba(0, 0, 0, 0.87)
}

.mdc-text-field--filled .mdc-line-ripple::after {
        border-bottom-color: #6200ee;
        border-bottom-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-text-field--filled .mdc-floating-label {
        left: 16px;
        right: initial
}

[dir=rtl] .mdc-text-field--filled .mdc-floating-label,
.mdc-text-field--filled .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 16px
}

.mdc-text-field--filled .mdc-floating-label--float-above {
        -webkit-transform: translateY(-106%) scale(0.75);
        transform: translateY(-106%) scale(0.75)
}

.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
        height: 100%
}

.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label {
        display: none
}

.mdc-text-field--filled.mdc-text-field--no-label::before {
        display: none
}

@supports(-webkit-hyphens: none) {
        .mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix {
                align-items: center;
                align-self: center;
                display: inline-flex;
                height: 100%
        }
}

.mdc-text-field--outlined {
        height: 56px;
        overflow: visible
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
        -webkit-transform: translateY(-37.25px) scale(1);
        transform: translateY(-37.25px) scale(1)
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
        font-size: .75rem
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-34.75px) scale(0.75);
        transform: translateY(-34.75px) scale(0.75)
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
}

.mdc-text-field--outlined .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
        animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
        }
}

.mdc-text-field--outlined .mdc-text-field__input {
        height: 100%
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
        border-color: #3a6d95;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
        border-color: #79b1da;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
        border-color: #6200ee;
        border-color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--mdc-shape-small, 4px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--mdc-shape-small, 4px)
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-top-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-left-radius: 0
}

@supports(top: max(0%)) {
        .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
                width: max(12px, var(--mdc-shape-small, 4px))
        }
}

@supports(top: max(0%)) {
        .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch {
                max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px))*2)
        }
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-top-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--mdc-shape-small, 4px);
        border-bottom-left-radius: 0
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--mdc-shape-small, 4px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--mdc-shape-small, 4px)
}

@supports(top: max(0%)) {
        .mdc-text-field--outlined {
                padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px))
        }
}

@supports(top: max(0%)) {
        .mdc-text-field--outlined {
                padding-right: max(16px, var(--mdc-shape-small, 4px))
        }
}

@supports(top: max(0%)) {
        .mdc-text-field--outlined+.mdc-text-field-helper-line {
                padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px))
        }
}

@supports(top: max(0%)) {
        .mdc-text-field--outlined+.mdc-text-field-helper-line {
                padding-right: max(16px, var(--mdc-shape-small, 4px))
        }
}

.mdc-text-field--outlined.mdc-text-field--with-leading-icon {
        padding-left: 0
}

@supports(top: max(0%)) {
        .mdc-text-field--outlined.mdc-text-field--with-leading-icon {
                padding-right: max(16px, var(--mdc-shape-small, 4px))
        }
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,
.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
        padding-right: 0
}

@supports(top: max(0%)) {
        [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,
        .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
                padding-left: max(16px, var(--mdc-shape-small, 4px))
        }
}

.mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
        padding-right: 0
}

@supports(top: max(0%)) {
        .mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
                padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px))
        }
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
        padding-left: 0
}

@supports(top: max(0%)) {
        [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,
        .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
                padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px))
        }
}

.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
        padding-left: 0;
        padding-right: 0
}

.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
        padding-top: 1px
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
        background-color: transparent;
        background-color: var(--mdc-ripple-color, transparent)
}

.mdc-text-field--outlined .mdc-floating-label {
        left: 4px;
        right: initial
}

[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 4px
}

.mdc-text-field--outlined .mdc-text-field__input {
        display: flex;
        border: none !important;
        background-color: transparent
}

.mdc-text-field--outlined .mdc-notched-outline {
        z-index: 1
}

.mdc-text-field--textarea {
        flex-direction: column;
        align-items: center;
        width: auto;
        height: auto;
        padding: 0;
        transition: none
}

.mdc-text-field--textarea .mdc-floating-label {
        top: 19px
}

.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
        -webkit-transform: none;
        transform: none
}

.mdc-text-field--textarea .mdc-text-field__input {
        flex-grow: 1;
        height: auto;
        min-height: 1.5rem;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        resize: none;
        padding: 0 16px;
        line-height: 1.5rem
}

.mdc-text-field--textarea.mdc-text-field--filled::before {
        display: none
}

.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above {
        -webkit-transform: translateY(-10.25px) scale(0.75);
        transform: translateY(-10.25px) scale(0.75)
}

.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1;
        animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-textarea-filled {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-textarea-filled {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75)
        }
}

.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
        margin-top: 23px;
        margin-bottom: 9px
}

.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
        margin-top: 16px;
        margin-bottom: 16px
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
        padding-top: 0
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
        -webkit-transform: translateY(-27.25px) scale(1);
        transform: translateY(-27.25px) scale(1)
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
        font-size: .75rem
}

.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-24.75px) scale(0.75);
        transform: translateY(-24.75px) scale(0.75)
}

.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1;
        animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-textarea-outlined {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-textarea-outlined {
        0% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
                transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75)
        }
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
        margin-top: 16px;
        margin-bottom: 16px
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label {
        top: 18px
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input {
        margin-bottom: 2px
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter {
        align-self: flex-end;
        padding: 0 16px
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after {
        display: inline-block;
        width: 0;
        height: 16px;
        content: "";
        vertical-align: -16px
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before {
        display: none
}

.mdc-text-field__resizer {
        align-self: stretch;
        display: inline-flex;
        flex-direction: column;
        flex-grow: 1;
        max-height: 100%;
        max-width: 100%;
        min-height: 56px;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        min-width: -moz-available;
        min-width: -webkit-fill-available;
        overflow: hidden;
        resize: both
}

.mdc-text-field--filled .mdc-text-field__resizer {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
}

.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
}

.mdc-text-field--outlined .mdc-text-field__resizer {
        -webkit-transform: translateX(-1px) translateY(-1px);
        transform: translateX(-1px) translateY(-1px)
}

[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,
.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl] {
        -webkit-transform: translateX(1px) translateY(-1px);
        transform: translateX(1px) translateY(-1px)
}

.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter {
        -webkit-transform: translateX(1px) translateY(1px);
        transform: translateX(1px) translateY(1px)
}

[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl] {
        -webkit-transform: translateX(-1px) translateY(1px);
        transform: translateX(-1px) translateY(1px)
}

.mdc-text-field--with-leading-icon {
        padding-left: 0;
        padding-right: 16px
}

[dir=rtl] .mdc-text-field--with-leading-icon,
.mdc-text-field--with-leading-icon[dir=rtl] {
        padding-left: 16px;
        padding-right: 0
}

.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
        max-width: calc(100% - 48px);
        left: 48px;
        right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 48px
}

.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above {
        max-width: calc(100% / 0.75 - 64px / 0.75)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
        left: 36px;
        right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 36px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
        max-width: calc(100% - 60px)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
        -webkit-transform: translateY(-37.25px) translateX(-32px) scale(1);
        transform: translateY(-37.25px) translateX(-32px) scale(1)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-37.25px) translateX(32px) scale(1);
        transform: translateY(-37.25px) translateX(32px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
        font-size: .75rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-34.75px) translateX(-32px) scale(0.75);
        transform: translateY(-34.75px) translateX(-32px) scale(0.75)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-34.75px) translateX(32px) scale(0.75);
        transform: translateY(-34.75px) translateX(32px) scale(0.75)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
        animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
        0% {
                -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
        0% {
                -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)
        }
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
        animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
        0% {
                -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)
        }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
        0% {
                -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)
        }
        33% {
                -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
                -webkit-transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75)
        }
        66% {
                -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
                -webkit-transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75)
        }
        100% {
                -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
                transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)
        }
}

.mdc-text-field--with-trailing-icon {
        padding-left: 16px;
        padding-right: 0
}

[dir=rtl] .mdc-text-field--with-trailing-icon,
.mdc-text-field--with-trailing-icon[dir=rtl] {
        padding-left: 0;
        padding-right: 16px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
        max-width: calc(100% - 64px)
}

.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
        max-width: calc(100% / 0.75 - 64px / 0.75)
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
        max-width: calc(100% - 60px)
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
        padding-left: 0;
        padding-right: 0
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
        max-width: calc(100% - 96px)
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
        max-width: calc(100% / 0.75 - 96px / 0.75)
}

.mdc-text-field-helper-line {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box
}

.mdc-text-field+.mdc-text-field-helper-line {
        padding-right: 16px;
        padding-left: 16px
}

.mdc-form-field>.mdc-text-field+label {
        align-self: flex-start
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
        color: #3a6b93;
}

.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--focused .mdc-notched-outline__trailing {
        border-width: 2px
}

.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
        opacity: 1
}

.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
        padding-top: 2px
}

.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch {
        padding-top: 0
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
        border-bottom-color: #b00020;
        border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
        border-bottom-color: #b00020;
        border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
        color: #b00020;
        color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
        color: #b00020;
        color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid .mdc-text-field__input {
        caret-color: #b00020;
        caret-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
        color: #b00020;
        color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
        border-bottom-color: #b00020;
        border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
        border-color: #b00020;
        border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
        border-color: #b00020;
        border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
        border-color: #b00020;
        border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
        opacity: 1
}

.mdc-text-field--disabled {
        pointer-events: none
}

.mdc-text-field--disabled .mdc-text-field__input {
        color: rgba(0, 0, 0, 0.38)
}

@media all {
        .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.38)
        }
        .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.38)
        }
        .mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.38)
        }
        .mdc-text-field--disabled .mdc-text-field__input::placeholder {
                color: rgba(0, 0, 0, 0.38)
        }
}

@media all {
        .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.38)
        }
}

.mdc-text-field--disabled .mdc-floating-label {
        color: rgba(0, 0, 0, 0.38)
}

.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text {
        color: rgba(0, 0, 0, 0.38)
}

.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter {
        color: rgba(0, 0, 0, 0.38)
}

.mdc-text-field--disabled .mdc-text-field__icon--leading {
        color: rgba(0, 0, 0, 0.3)
}

.mdc-text-field--disabled .mdc-text-field__icon--trailing {
        color: rgba(0, 0, 0, 0.3)
}

.mdc-text-field--disabled .mdc-text-field__affix--prefix {
        color: rgba(0, 0, 0, 0.38)
}

.mdc-text-field--disabled .mdc-text-field__affix--suffix {
        color: rgba(0, 0, 0, 0.38)
}

.mdc-text-field--disabled .mdc-line-ripple::before {
        border-bottom-color: rgba(0, 0, 0, 0.06)
}

.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
        border-color: rgba(0, 0, 0, 0.06)
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
                color: GrayText
        }
        .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
                color: GrayText
        }
        .mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
                color: GrayText
        }
        .mdc-text-field--disabled .mdc-text-field__input::placeholder {
                color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
                color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-floating-label {
                color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text {
                color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-text-field-character-counter,
        .mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter {
                color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-text-field__icon--leading {
                color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-text-field__icon--trailing {
                color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-text-field__affix--prefix {
                color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-text-field__affix--suffix {
                color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-line-ripple::before {
                border-bottom-color: GrayText
        }
}

@media screen and (forced-colors: active),
(-ms-high-contrast: active) {
        .mdc-text-field--disabled .mdc-notched-outline__leading,
        .mdc-text-field--disabled .mdc-notched-outline__notch,
        .mdc-text-field--disabled .mdc-notched-outline__trailing {
                border-color: GrayText
        }
}

@media screen and (forced-colors: active) {
        .mdc-text-field--disabled .mdc-text-field__input {
                background-color: Window
        }
        .mdc-text-field--disabled .mdc-floating-label {
                z-index: 1
        }
}

.mdc-text-field--disabled .mdc-floating-label {
        cursor: default
}

.mdc-text-field--disabled.mdc-text-field--filled {
        background-color: #fafafa
}

.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple {
        display: none
}

.mdc-text-field--disabled .mdc-text-field__input {
        pointer-events: auto
}

.mdc-text-field--end-aligned .mdc-text-field__input {
        text-align: right
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
        text-align: left
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix {
        direction: ltr
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
        padding-left: 0;
        padding-right: 2px
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
        padding-left: 12px;
        padding-right: 0
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading {
        order: 1
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
        order: 2
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input {
        order: 3
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
        order: 4
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing {
        order: 5
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input {
        text-align: right
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix {
        padding-right: 12px
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix {
        padding-left: 2px
}

.mdc-text-field-helper-text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.75rem;
        font-size: var(--mdc-typography-caption-font-size, 0.75rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-caption-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-caption-font-weight, 400);
        letter-spacing: 0.0333333333em;
        letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-caption-text-transform, inherit);
        display: block;
        margin-top: 0;
        line-height: normal;
        margin: 0;
        opacity: 0;
        will-change: opacity;
        transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-text-field-helper-text::before {
        display: inline-block;
        width: 0;
        height: 16px;
        content: "";
        vertical-align: 0
}

.mdc-text-field-helper-text--persistent {
        transition: none;
        opacity: 1;
        will-change: initial
}

.mdc-text-field-character-counter {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.75rem;
        font-size: var(--mdc-typography-caption-font-size, 0.75rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-caption-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-caption-font-weight, 400);
        letter-spacing: 0.0333333333em;
        letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-caption-text-transform, inherit);
        display: block;
        margin-top: 0;
        line-height: normal;
        margin-left: auto;
        margin-right: 0;
        padding-left: 16px;
        padding-right: 0;
        white-space: nowrap
}

.mdc-text-field-character-counter::before {
        display: inline-block;
        width: 0;
        height: 16px;
        content: "";
        vertical-align: 0
}

[dir=rtl] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir=rtl] {
        margin-left: 0;
        margin-right: auto
}

[dir=rtl] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir=rtl] {
        padding-left: 0;
        padding-right: 16px
}

.mdc-text-field__icon {
        align-self: center;
        cursor: pointer
}

.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
        cursor: default;
        pointer-events: none
}

.mdc-text-field__icon svg {
        display: block
}

.mdc-text-field__icon--leading {
        margin-left: 16px;
        margin-right: 8px
}

[dir=rtl] .mdc-text-field__icon--leading,
.mdc-text-field__icon--leading[dir=rtl] {
        margin-left: 8px;
        margin-right: 16px
}

.mdc-text-field__icon--trailing {
        padding: 12px;
        margin-left: 0px;
        margin-right: 0px
}

[dir=rtl] .mdc-text-field__icon--trailing,
.mdc-text-field__icon--trailing[dir=rtl] {
        margin-left: 0px;
        margin-right: 0px
}

:root {
        --mdc-theme-primary: #6200ee;
        --mdc-theme-secondary: #018786;
        --mdc-theme-background: #fff;
        --mdc-theme-surface: #fff;
        --mdc-theme-error: #b00020;
        --mdc-theme-on-primary: #fff;
        --mdc-theme-on-secondary: #fff;
        --mdc-theme-on-surface: #000;
        --mdc-theme-on-error: #fff;
        --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
        --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
        --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
        --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
        --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
        --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
        --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
        --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
        --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
        --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
        --mdc-theme-text-primary-on-dark: white;
        --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
        --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
        --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
        --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5)
}

.mdc-theme--primary {
        color: #6200ee !important;
        color: var(--mdc-theme-primary, #3a6d95) !important
}

.mdc-theme--secondary {
        color: #018786 !important;
        color: var(--mdc-theme-secondary, #018786) !important
}

.mdc-theme--background {
        background-color: #fff;
        background-color: var(--mdc-theme-background, #fff)
}

.mdc-theme--surface {
        background-color: #fff;
        background-color: var(--mdc-theme-surface, #fff)
}

.mdc-theme--error {
        color: #b00020 !important;
        color: var(--mdc-theme-error, #b00020) !important
}

.mdc-theme--on-primary {
        color: #fff !important;
        color: var(--mdc-theme-on-primary, #fff) !important
}

.mdc-theme--on-secondary {
        color: #fff !important;
        color: var(--mdc-theme-on-secondary, #fff) !important
}

.mdc-theme--on-surface {
        color: #000 !important;
        color: var(--mdc-theme-on-surface, #000) !important
}

.mdc-theme--on-error {
        color: #fff !important;
        color: var(--mdc-theme-on-error, #fff) !important
}

.mdc-theme--text-primary-on-background {
        color: rgba(0, 0, 0, 0.87) !important;
        color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)) !important
}

.mdc-theme--text-secondary-on-background {
        color: rgba(0, 0, 0, 0.54) !important;
        color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54)) !important
}

.mdc-theme--text-hint-on-background {
        color: rgba(0, 0, 0, 0.38) !important;
        color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38)) !important
}

.mdc-theme--text-disabled-on-background {
        color: rgba(0, 0, 0, 0.38) !important;
        color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38)) !important
}

.mdc-theme--text-icon-on-background {
        color: rgba(0, 0, 0, 0.38) !important;
        color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)) !important
}

.mdc-theme--text-primary-on-light {
        color: rgba(0, 0, 0, 0.87) !important;
        color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)) !important
}

.mdc-theme--text-secondary-on-light {
        color: rgba(0, 0, 0, 0.54) !important;
        color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)) !important
}

.mdc-theme--text-hint-on-light {
        color: rgba(0, 0, 0, 0.38) !important;
        color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38)) !important
}

.mdc-theme--text-disabled-on-light {
        color: rgba(0, 0, 0, 0.38) !important;
        color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38)) !important
}

.mdc-theme--text-icon-on-light {
        color: rgba(0, 0, 0, 0.38) !important;
        color: var(--mdc-theme-text-icon-on-light, rgba(0, 0, 0, 0.38)) !important
}

.mdc-theme--text-primary-on-dark {
        color: white !important;
        color: var(--mdc-theme-text-primary-on-dark, white) !important
}

.mdc-theme--text-secondary-on-dark {
        color: rgba(255, 255, 255, 0.7) !important;
        color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)) !important
}

.mdc-theme--text-hint-on-dark {
        color: rgba(255, 255, 255, 0.5) !important;
        color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)) !important
}

.mdc-theme--text-disabled-on-dark {
        color: rgba(255, 255, 255, 0.5) !important;
        color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5)) !important
}

.mdc-theme--text-icon-on-dark {
        color: rgba(255, 255, 255, 0.5) !important;
        color: var(--mdc-theme-text-icon-on-dark, rgba(255, 255, 255, 0.5)) !important
}

.mdc-theme--primary-bg {
        background-color: #6200ee !important;
        background-color: var(--mdc-theme-primary, #3a6d95) !important
}

.mdc-theme--secondary-bg {
        background-color: #018786 !important;
        background-color: var(--mdc-theme-secondary, #018786) !important
}

.mdc-tooltip__surface {
        border-radius: 4px;
        border-radius: var(--mdc-shape-small, 4px)
}

.mdc-tooltip__caret-surface-top,
.mdc-tooltip__caret-surface-bottom {
        border-radius: 4px;
        border-radius: var(--mdc-shape-small, 4px)
}

.mdc-tooltip__surface {
        color: white;
        color: var(--mdc-theme-text-primary-on-dark, white)
}

.mdc-tooltip__surface {
        background-color: rgba(0, 0, 0, 0.6)
}

.mdc-tooltip__surface {
        word-break: break-all;
        word-break: var(--mdc-tooltip-word-break, normal);
        overflow-wrap: anywhere
}

.mdc-tooltip {
        z-index: 9
}

.mdc-tooltip--showing-transition .mdc-tooltip__surface-animation {
        transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.mdc-tooltip--hide-transition .mdc-tooltip__surface-animation {
        transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1)
}

.mdc-tooltip__title {
        color: rgba(0, 0, 0, 0.87);
        color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))
}

.mdc-tooltip__content {
        color: rgba(0, 0, 0, 0.6)
}

.mdc-tooltip__content-link {
        color: #6200ee;
        color: var(--mdc-theme-primary, #3a6d95)
}

.mdc-tooltip {
        position: fixed;
        display: none
}

.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface {
        background-color: #fff
}

.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top,
.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom {
        background-color: #fff
}

.mdc-tooltip-wrapper--rich {
        position: relative
}

.mdc-tooltip--shown,
.mdc-tooltip--showing,
.mdc-tooltip--hide {
        display: inline-flex
}

.mdc-tooltip--shown.mdc-tooltip--rich,
.mdc-tooltip--showing.mdc-tooltip--rich,
.mdc-tooltip--hide.mdc-tooltip--rich {
        display: inline-block;
        left: -320px;
        position: absolute
}

.mdc-tooltip__surface {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.75rem;
        font-size: var(--mdc-typography-caption-font-size, 0.75rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-caption-font-weight, 400);
        letter-spacing: 0.0333333333em;
        letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-caption-text-transform, inherit);
        line-height: 16px;
        padding: 4px 8px;
        min-width: 40px;
        max-width: 200px;
        min-height: 24px;
        max-height: 40vh;
        box-sizing: border-box;
        overflow: hidden;
        text-align: center
}

.mdc-tooltip__surface::before {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid transparent;
        border-radius: inherit;
        content: "";
        pointer-events: none
}

@media screen and (forced-colors: active) {
        .mdc-tooltip__surface::before {
                border-color: CanvasText
        }
}

.mdc-tooltip--rich .mdc-tooltip__surface {
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
        align-items: flex-start;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        line-height: 20px;
        min-height: 24px;
        min-width: 40px;
        max-width: 320px;
        position: relative
}

.mdc-tooltip--rich .mdc-tooltip__surface .mdc-elevation-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
}

.mdc-tooltip--multiline .mdc-tooltip__surface {
        text-align: left
}

[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface,
.mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl] {
        text-align: right
}

.mdc-tooltip__surface .mdc-tooltip__title {
        display: block;
        margin-top: 0;
        line-height: 20px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
        line-height: 1.375rem;
        line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
        letter-spacing: 0.0071428571em;
        letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
        margin: 0 8px
}

.mdc-tooltip__surface .mdc-tooltip__title::before {
        display: inline-block;
        width: 0;
        height: 24px;
        content: "";
        vertical-align: 0
}

.mdc-tooltip__surface .mdc-tooltip__content {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit);
        max-width: calc(200px - (2 * 8px));
        margin: 8px;
        text-align: left
}

[dir=rtl] .mdc-tooltip__surface .mdc-tooltip__content,
.mdc-tooltip__surface .mdc-tooltip__content[dir=rtl] {
        text-align: right
}

.mdc-tooltip--rich .mdc-tooltip__surface .mdc-tooltip__content {
        max-width: calc(320px - (2 * 8px));
        align-self: stretch
}

.mdc-tooltip__surface .mdc-tooltip__content-link {
        text-decoration: none
}

.mdc-tooltip--rich-actions,
.mdc-tooltip__content,
.mdc-tooltip__title {
        z-index: 1
}

.mdc-tooltip__surface-animation {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        will-change: transform, opacity
}

.mdc-tooltip--shown .mdc-tooltip__surface-animation {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
}

.mdc-tooltip--hide .mdc-tooltip__surface-animation {
        -webkit-transform: scale(1);
        transform: scale(1)
}

.mdc-tooltip__caret-surface-top,
.mdc-tooltip__caret-surface-bottom {
        position: absolute;
        height: 24px;
        width: 24px;
        -webkit-transform: rotate(35deg) skewY(20deg) scaleX(0.9396926208);
        transform: rotate(35deg) skewY(20deg) scaleX(0.9396926208)
}

.mdc-tooltip__caret-surface-top .mdc-elevation-overlay,
.mdc-tooltip__caret-surface-bottom .mdc-elevation-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
}

.mdc-tooltip__caret-surface-bottom {
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
        outline: 1px solid transparent;
        z-index: -1
}

@media screen and (forced-colors: active) {
        .mdc-tooltip__caret-surface-bottom {
                outline-color: CanvasText
        }
}

.mdc-top-app-bar {
        background-color: #6200ee;
        background-color: var(--mdc-theme-primary, #3a6d95);
        color: white;
        display: flex;
        position: fixed;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        z-index: 4
}

.mdc-top-app-bar .mdc-top-app-bar__action-item,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
        color: #fff;
        color: var(--mdc-theme-on-primary, #fff)
}

.mdc-top-app-bar .mdc-top-app-bar__action-item::before,
.mdc-top-app-bar .mdc-top-app-bar__action-item::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
        background-color: #fff;
        background-color: var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before {
        opacity: 0.08;
        opacity: var(--mdc-ripple-hover-opacity, 0.08)
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-focus-opacity, 0.24)
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
        transition: opacity 150ms linear
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
        transition-duration: 75ms;
        opacity: 0.24;
        opacity: var(--mdc-ripple-press-opacity, 0.24)
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24)
}

.mdc-top-app-bar__row {
        display: flex;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 64px
}

.mdc-top-app-bar__section {
        display: inline-flex;
        flex: 1 1 auto;
        align-items: center;
        min-width: 0;
        padding: 8px 12px;
        z-index: 1
}

.mdc-top-app-bar__section--align-start {
        justify-content: flex-start;
        order: -1
}

.mdc-top-app-bar__section--align-end {
        justify-content: flex-end;
        order: 1
}

.mdc-top-app-bar__title {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1.25rem;
        font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
        line-height: 2rem;
        line-height: var(--mdc-typography-headline6-line-height, 2rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-headline6-font-weight, 500);
        letter-spacing: 0.0125em;
        letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
        text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-headline6-text-transform, inherit);
        padding-left: 20px;
        padding-right: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        z-index: 1
}

[dir=rtl] .mdc-top-app-bar__title,
.mdc-top-app-bar__title[dir=rtl] {
        padding-left: 0;
        padding-right: 20px
}

.mdc-top-app-bar--short-collapsed {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 0
}

[dir=rtl] .mdc-top-app-bar--short-collapsed,
.mdc-top-app-bar--short-collapsed[dir=rtl] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 24px
}

.mdc-top-app-bar--short {
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1)
}

[dir=rtl] .mdc-top-app-bar--short,
.mdc-top-app-bar--short[dir=rtl] {
        right: 0;
        left: auto
}

.mdc-top-app-bar--short .mdc-top-app-bar__row {
        height: 56px
}

.mdc-top-app-bar--short .mdc-top-app-bar__section {
        padding: 4px
}

.mdc-top-app-bar--short .mdc-top-app-bar__title {
        transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 1
}

.mdc-top-app-bar--short-collapsed {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
        width: 56px;
        transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title {
        display: none
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
        transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
        width: 112px
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end {
        padding-left: 0;
        padding-right: 12px
}

[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,
.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl] {
        padding-left: 12px;
        padding-right: 0
}

.mdc-top-app-bar--dense .mdc-top-app-bar__row {
        height: 48px
}

.mdc-top-app-bar--dense .mdc-top-app-bar__section {
        padding: 0 4px
}

.mdc-top-app-bar--dense .mdc-top-app-bar__title {
        padding-left: 12px;
        padding-right: 0
}

[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,
.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl] {
        padding-left: 0;
        padding-right: 12px
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
        height: 128px
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
        align-self: flex-end;
        padding-bottom: 2px
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,
.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon {
        align-self: flex-start
}

.mdc-top-app-bar--fixed {
        transition: box-shadow 200ms linear
}

.mdc-top-app-bar--fixed-scrolled {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
        transition: box-shadow 200ms linear
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
        height: 96px
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section {
        padding: 0 12px
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
        padding-left: 20px;
        padding-right: 0;
        padding-bottom: 9px
}

[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl] {
        padding-left: 0;
        padding-right: 20px
}

.mdc-top-app-bar--fixed-adjust {
        padding-top: 64px
}

.mdc-top-app-bar--dense-fixed-adjust {
        padding-top: 48px
}

.mdc-top-app-bar--short-fixed-adjust {
        padding-top: 56px
}

.mdc-top-app-bar--prominent-fixed-adjust {
        padding-top: 128px
}

.mdc-top-app-bar--dense-prominent-fixed-adjust {
        padding-top: 96px
}

@media(max-width: 599px) {
        .mdc-top-app-bar__row {
                height: 56px
        }
        .mdc-top-app-bar__section {
                padding: 4px
        }
        .mdc-top-app-bar--short {
                transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1)
        }
        .mdc-top-app-bar--short-collapsed {
                transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1)
        }
        .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
                padding-left: 0;
                padding-right: 12px
        }
        [dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,
        .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl] {
                padding-left: 12px;
                padding-right: 0
        }
        .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
                padding-bottom: 6px
        }
        .mdc-top-app-bar--fixed-adjust {
                padding-top: 56px
        }
}

.mdc-typography {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-font-family, Roboto, sans-serif)
}

.mdc-typography--headline1 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-headline1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 6rem;
        font-size: var(--mdc-typography-headline1-font-size, 6rem);
        line-height: 6rem;
        line-height: var(--mdc-typography-headline1-line-height, 6rem);
        font-weight: 300;
        font-weight: var(--mdc-typography-headline1-font-weight, 300);
        letter-spacing: -0.015625em;
        letter-spacing: var(--mdc-typography-headline1-letter-spacing, -0.015625em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-headline1-text-transform, inherit)
}

.mdc-typography--headline2 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-headline2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 3.75rem;
        font-size: var(--mdc-typography-headline2-font-size, 3.75rem);
        line-height: 3.75rem;
        line-height: var(--mdc-typography-headline2-line-height, 3.75rem);
        font-weight: 300;
        font-weight: var(--mdc-typography-headline2-font-weight, 300);
        letter-spacing: -0.0083333333em;
        letter-spacing: var(--mdc-typography-headline2-letter-spacing, -0.0083333333em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-headline2-text-transform, inherit)
}

.mdc-typography--headline3 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-headline3-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 3rem;
        font-size: var(--mdc-typography-headline3-font-size, 3rem);
        line-height: 3.125rem;
        line-height: var(--mdc-typography-headline3-line-height, 3.125rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-headline3-font-weight, 400);
        letter-spacing: normal;
        letter-spacing: var(--mdc-typography-headline3-letter-spacing, normal);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
        text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-headline3-text-transform, inherit)
}

.mdc-typography--headline4 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-headline4-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 2.125rem;
        font-size: var(--mdc-typography-headline4-font-size, 2.125rem);
        line-height: 2.5rem;
        line-height: var(--mdc-typography-headline4-line-height, 2.5rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-headline4-font-weight, 400);
        letter-spacing: 0.0073529412em;
        letter-spacing: var(--mdc-typography-headline4-letter-spacing, 0.0073529412em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
        text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-headline4-text-transform, inherit)
}

.mdc-typography--headline5 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-headline5-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1.5rem;
        font-size: var(--mdc-typography-headline5-font-size, 1.5rem);
        line-height: 2rem;
        line-height: var(--mdc-typography-headline5-line-height, 2rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-headline5-font-weight, 400);
        letter-spacing: normal;
        letter-spacing: var(--mdc-typography-headline5-letter-spacing, normal);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
        text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-headline5-text-transform, inherit)
}

.mdc-typography--headline6 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1.25rem;
        font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
        line-height: 2rem;
        line-height: var(--mdc-typography-headline6-line-height, 2rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-headline6-font-weight, 500);
        letter-spacing: 0.0125em;
        letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
        text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-headline6-text-transform, inherit)
}

.mdc-typography--subtitle1 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
        line-height: 1.75rem;
        line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
        letter-spacing: 0.009375em;
        letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle1-text-transform, inherit)
}

.mdc-typography--subtitle2 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
        line-height: 1.375rem;
        line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
        letter-spacing: 0.0071428571em;
        letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-subtitle2-text-transform, inherit)
}

.mdc-typography--body1 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 1rem;
        font-size: var(--mdc-typography-body1-font-size, 1rem);
        line-height: 1.5rem;
        line-height: var(--mdc-typography-body1-line-height, 1.5rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body1-font-weight, 400);
        letter-spacing: 0.03125em;
        letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body1-text-transform, inherit)
}

.mdc-typography--body2 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-body2-font-size, 0.875rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-body2-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-body2-font-weight, 400);
        letter-spacing: 0.0178571429em;
        letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-body2-text-transform, inherit)
}

.mdc-typography--caption {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.75rem;
        font-size: var(--mdc-typography-caption-font-size, 0.75rem);
        line-height: 1.25rem;
        line-height: var(--mdc-typography-caption-line-height, 1.25rem);
        font-weight: 400;
        font-weight: var(--mdc-typography-caption-font-weight, 400);
        letter-spacing: 0.0333333333em;
        letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
        text-decoration: inherit;
        -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
        text-transform: inherit;
        text-transform: var(--mdc-typography-caption-text-transform, inherit)
}

.mdc-typography--button {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.875rem;
        font-size: var(--mdc-typography-button-font-size, 0.875rem);
        line-height: 2.25rem;
        line-height: var(--mdc-typography-button-line-height, 2.25rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-button-font-weight, 500);
        letter-spacing: 0.0892857143em;
        letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
        text-decoration: none;
        -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
        text-decoration: var(--mdc-typography-button-text-decoration, none);
        text-transform: uppercase;
        text-transform: var(--mdc-typography-button-text-transform, uppercase)
}

.mdc-typography--overline {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto, sans-serif;
        font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
        font-size: 0.75rem;
        font-size: var(--mdc-typography-overline-font-size, 0.75rem);
        line-height: 2rem;
        line-height: var(--mdc-typography-overline-line-height, 2rem);
        font-weight: 500;
        font-weight: var(--mdc-typography-overline-font-weight, 500);
        letter-spacing: 0.1666666667em;
        letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
        text-decoration: none;
        -webkit-text-decoration: var(--mdc-typography-overline-text-decoration, none);
        text-decoration: var(--mdc-typography-overline-text-decoration, none);
        text-transform: uppercase;
        text-transform: var(--mdc-typography-overline-text-transform, uppercase)
}

/*# sourceMappingURL=material-components-web.min.css.map*/
@charset "UTF-8";
:root{--mdc-theme-primary: #010101 !important;--mdc-theme-error: #ff0000 !important;--mm-color-background: #030303;--mm-color-text: #040404;--mm-color-background-emphasis: #060606;--mdc-text-button-label-text-color: #888 !important}@font-face{font-family:"Libre Caslon Text";font-style:normal;font-weight:400;src:url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-regular.eot");src:local(""), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-regular.woff2") format("woff2"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-regular.woff") format("woff"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-regular.ttf") format("truetype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-regular.svg#LibreCaslonText") format("svg")}@font-face{font-family:"Libre Caslon Text";font-style:italic;font-weight:400;src:url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-italic.eot");src:local(""), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-italic.eot?#iefix") format("embedded-opentype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-italic.woff2") format("woff2"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-italic.woff") format("woff"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-italic.ttf") format("truetype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-italic.svg#LibreCaslonText") format("svg")}@font-face{font-family:"Libre Caslon Text";font-style:normal;font-weight:700;src:url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-700.eot");src:local(""), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-700.woff2") format("woff2"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-700.woff") format("woff"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-700.ttf") format("truetype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/libre-caslon-text-v3-latin/libre-caslon-text-v3-latin-700.svg#LibreCaslonText") format("svg")}@font-face{font-family:"Roboto";font-style:normal;font-weight:300;src:url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-300.eot");src:local(""), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-300.woff2") format("woff2"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-300.woff") format("woff"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-300.ttf") format("truetype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-300.svg#Roboto") format("svg")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-regular.eot");src:local(""), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2") format("woff2"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff") format("woff"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-regular.ttf") format("truetype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-regular.svg#Roboto") format("svg")}@font-face{font-family:"Roboto";font-style:normal;font-weight:500;src:url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-500.eot");src:local(""), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-500.woff2") format("woff2"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-500.woff") format("woff"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-500.ttf") format("truetype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-500.svg#Roboto") format("svg")}@font-face{font-family:"Roboto";font-style:normal;font-weight:700;src:url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-700.eot");src:local(""), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-700.woff2") format("woff2"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-700.woff") format("woff"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-700.ttf") format("truetype"), url("../../files/rak-sachsen-anhalt.de/layout/fonts/roboto-v30-latin/roboto-v30-latin-700.svg#Roboto") format("svg")}@font-face{font-family:"FontAwesome";src:url("/files/rak-sachsen-anhalt.de/layout/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("/files/rak-sachsen-anhalt.de/layout/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/files/rak-sachsen-anhalt.de/layout/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/files/rak-sachsen-anhalt.de/layout/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/files/rak-sachsen-anhalt.de/layout/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/files/rak-sachsen-anhalt.de/layout/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa,.back a:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:0.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:0.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:0.2em 0.25em 0.15em;border:solid 0.08em #eee;border-radius:0.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.back a.fa-pull-left:before{margin-right:0.3em}.fa.fa-pull-right,.back a.fa-pull-right:before{margin-left:0.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left,.back a.pull-left:before{margin-right:0.3em}.fa.pull-right,.back a.pull-right:before{margin-left:0.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before,.back a:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #ffcc78;--secondary: #44b3d2;--success: #005770;--info: #d3ef00;--warning: #ffc107;--danger: #ff0000;--light: #f1f1f1;--dark: #292929;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Roboto";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Roboto";font-size:1rem;font-weight:100;line-height:1.6;color:#292929;text-align:left;background-color:white}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#5a5a5a;text-decoration:none;background-color:transparent}a:hover{color:#292929;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:0.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-weight:300;line-height:1.3}h1,.h1{font-size:calc(1.7rem + 0.4vw)}h2,.h2{font-size:calc(1.2rem + 0.2vw)}h3,.h3{font-size:calc(0.8rem + 0.4vw)}h4,.h4{font-size:calc(0.6rem + 0.3vw)}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.3}.display-2{font-size:5.5rem;font-weight:300;line-height:1.3}.display-3{font-size:1.5rem;font-weight:300;line-height:1.3}.display-4{font-size:3.5rem;font-weight:300;line-height:1.3}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0, 0, 0, 0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:white;border:1px solid #dee2e6;border-radius:0.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.container,.bg-black,.custom,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.bg-black,.custom,.container-sm{max-width:540px}}@media (min-width:768px){.container,.bg-black,.custom,.container-sm,.container-md{max-width:720px}}@media (min-width:992px){.container,.bg-black,.custom,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width:1200px){.container,.bg-black,.custom,.container-sm,.container-md,.container-lg,.container-xl{max-width:1280px}}.row{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:12px;padding-left:12px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.form-control{display:block;width:100%;height:calc(1.6em + 0.75rem + 2px);padding:0.375rem 0.75rem;font-size:1rem;font-weight:100;line-height:1.6;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#fffcf8;outline:0;box-shadow:0 0 0 0.2rem rgba(255, 204, 120, 0.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.6}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:0.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.6;color:#292929;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#005770}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;line-height:1.6;color:#fff;background-color:rgba(0, 87, 112, 0.9);border-radius:0.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*="col-"]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#005770;padding-right:calc(1.6em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23005770' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.4em + 0.1875rem) center;background-size:calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#005770;box-shadow:0 0 0 0.2rem rgba(0, 87, 112, 0.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.6em + 0.75rem);background-position:top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#005770;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23005770' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem / calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#005770;box-shadow:0 0 0 0.2rem rgba(0, 87, 112, 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#005770}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#005770}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#005770}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#007fa3;background-color:#007fa3}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 0.2rem rgba(0, 87, 112, 0.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#005770}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#005770}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#005770;box-shadow:0 0 0 0.2rem rgba(0, 87, 112, 0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#ff0000}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;line-height:1.6;color:#fff;background-color:rgba(255, 0, 0, 0.9);border-radius:0.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*="col-"]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#ff0000;padding-right:calc(1.6em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0000' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.4em + 0.1875rem) center;background-size:calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ff0000;box-shadow:0 0 0 0.2rem rgba(255, 0, 0, 0.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.6em + 0.75rem);background-position:top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#ff0000;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0000' stroke='none'/%3e%3c/svg%3e") center right 1.75rem / calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#ff0000;box-shadow:0 0 0 0.2rem rgba(255, 0, 0, 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#ff0000}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#ff0000}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#ff0000}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#f33;background-color:#f33}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 0.2rem rgba(255, 0, 0, 0.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#ff0000}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#ff0000}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff0000;box-shadow:0 0 0 0.2rem rgba(255, 0, 0, 0.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn,.back a{display:inline-block;font-weight:400;color:#292929;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.6;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn,.back a{transition:none}}.btn:hover,.back a:hover{color:#292929;text-decoration:none}.btn:focus,.back a:focus,.btn.focus,.back a.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(255, 204, 120, 0.25)}.btn.disabled,.back a.disabled,.btn:disabled,.back a:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled),.back a:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,.back a.disabled,fieldset:disabled a.btn,fieldset:disabled .back a,.back fieldset:disabled a{pointer-events:none}.btn-primary{color:#fff;background-color:#ffcc78;border-color:#ffcc78}.btn-primary:hover{color:#fff;background-color:#ffbe52;border-color:#ffb945}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#ffbe52;border-color:#ffb945;box-shadow:0 0 0 0.2rem rgba(255, 212, 140, 0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#ffcc78;border-color:#ffcc78}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#ffb945;border-color:#ffb438}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 212, 140, 0.5)}.btn-secondary,.back a{color:#fff;background-color:#44b3d2;border-color:#44b3d2}.btn-secondary:hover,.back a:hover{color:#fff;background-color:#2fa1c1;border-color:#2c99b7}.btn-secondary:focus,.back a:focus,.btn-secondary.focus,.back a.focus{color:#fff;background-color:#2fa1c1;border-color:#2c99b7;box-shadow:0 0 0 0.2rem rgba(96, 190, 217, 0.5)}.btn-secondary.disabled,.back a.disabled,.btn-secondary:disabled,.back a:disabled{color:#fff;background-color:#44b3d2;border-color:#44b3d2}.btn-secondary:not(:disabled):not(.disabled):active,.back a:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.back a.active:not(.disabled):not(:disabled),.show>.btn-secondary.dropdown-toggle,.back .show>a.dropdown-toggle{color:#fff;background-color:#2c99b7;border-color:#2a90ad}.btn-secondary:not(:disabled):not(.disabled):active:focus,.back a:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.back a.active:not(.disabled):not(:disabled):focus,.show>.btn-secondary.dropdown-toggle:focus,.back .show>a.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(96, 190, 217, 0.5)}.btn-success{color:#fff;background-color:#005770;border-color:#005770}.btn-success:hover{color:#fff;background-color:#00394a;border-color:#002f3d}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#00394a;border-color:#002f3d;box-shadow:0 0 0 0.2rem rgba(38, 112, 133, 0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#005770;border-color:#005770}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#002f3d;border-color:#002530}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(38, 112, 133, 0.5)}.btn-info{color:#fff;background-color:#d3ef00;border-color:#d3ef00}.btn-info:hover{color:#fff;background-color:#b1c900;border-color:#a6bc00}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#b1c900;border-color:#a6bc00;box-shadow:0 0 0 0.2rem rgba(218, 241, 38, 0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#d3ef00;border-color:#d3ef00}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#a6bc00;border-color:#9baf00}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(218, 241, 38, 0.5)}.btn-warning{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#fff;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 0.2rem rgba(255, 202, 44, 0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 202, 44, 0.5)}.btn-danger{color:#fff;background-color:#ff0000;border-color:#ff0000}.btn-danger:hover{color:#fff;background-color:#d90000;border-color:#c00}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#d90000;border-color:#c00;box-shadow:0 0 0 0.2rem rgba(255, 38, 38, 0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#ff0000;border-color:#ff0000}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#c00;border-color:#bf0000}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 38, 38, 0.5)}.btn-light{color:#fff;background-color:#f1f1f1;border-color:#f1f1f1}.btn-light:hover{color:#fff;background-color:#dedede;border-color:#d8d8d8}.btn-light:focus,.btn-light.focus{color:#fff;background-color:#dedede;border-color:#d8d8d8;box-shadow:0 0 0 0.2rem rgba(243, 243, 243, 0.5)}.btn-light.disabled,.btn-light:disabled{color:#fff;background-color:#f1f1f1;border-color:#f1f1f1}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#fff;background-color:#d8d8d8;border-color:#d1d1d1}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(243, 243, 243, 0.5)}.btn-dark{color:#fff;background-color:#292929;border-color:#292929}.btn-dark:hover{color:#fff;background-color:#161616;border-color:#101010}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#161616;border-color:#101010;box-shadow:0 0 0 0.2rem rgba(73, 73, 73, 0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#292929;border-color:#292929}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#101010;border-color:#090909}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(73, 73, 73, 0.5)}.btn-outline-primary{color:#ffcc78;border-color:#ffcc78}.btn-outline-primary:hover{color:#fff;background-color:#ffcc78;border-color:#ffcc78}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 0.2rem rgba(255, 204, 120, 0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#ffcc78;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#ffcc78;border-color:#ffcc78}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 204, 120, 0.5)}.btn-outline-secondary{color:#44b3d2;border-color:#44b3d2}.btn-outline-secondary:hover{color:#fff;background-color:#44b3d2;border-color:#44b3d2}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 0.2rem rgba(68, 179, 210, 0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#44b3d2;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#44b3d2;border-color:#44b3d2}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(68, 179, 210, 0.5)}.btn-outline-success{color:#005770;border-color:#005770}.btn-outline-success:hover{color:#fff;background-color:#005770;border-color:#005770}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 0.2rem rgba(0, 87, 112, 0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#005770;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#005770;border-color:#005770}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(0, 87, 112, 0.5)}.btn-outline-info{color:#d3ef00;border-color:#d3ef00}.btn-outline-info:hover{color:#fff;background-color:#d3ef00;border-color:#d3ef00}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 0.2rem rgba(211, 239, 0, 0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#d3ef00;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#d3ef00;border-color:#d3ef00}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(211, 239, 0, 0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 0.2rem rgba(255, 193, 7, 0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 193, 7, 0.5)}.btn-outline-danger{color:#ff0000;border-color:#ff0000}.btn-outline-danger:hover{color:#fff;background-color:#ff0000;border-color:#ff0000}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 0.2rem rgba(255, 0, 0, 0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ff0000;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#ff0000;border-color:#ff0000}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 0, 0, 0.5)}.btn-outline-light{color:#f1f1f1;border-color:#f1f1f1}.btn-outline-light:hover{color:#fff;background-color:#f1f1f1;border-color:#f1f1f1}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 0.2rem rgba(241, 241, 241, 0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f1f1f1;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#fff;background-color:#f1f1f1;border-color:#f1f1f1}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(241, 241, 241, 0.5)}.btn-outline-dark{color:#292929;border-color:#292929}.btn-outline-dark:hover{color:#fff;background-color:#292929;border-color:#292929}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 0.2rem rgba(41, 41, 41, 0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#292929;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#292929;border-color:#292929}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(41, 41, 41, 0.5)}.btn-link{font-weight:400;color:#5a5a5a;text-decoration:none}.btn-link:hover{color:#292929;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0.3rem}.btn-sm{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0, 0, 0, 0.125);border-radius:0.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0, 0, 0, 0.03);border-bottom:1px solid rgba(0, 0, 0, 0.125)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0, 0, 0, 0.03);border-top:1px solid rgba(0, 0, 0, 0.125)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(0.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-deck .card{margin-bottom:12px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-12px;margin-left:-12px}.card-deck .card{flex:1 0 0%;margin-right:12px;margin-bottom:0;margin-left:12px}}.card-group>.card{margin-bottom:12px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#856a3e;background-color:#fff5e4;border-color:#fff1d9}.alert-primary hr{border-top-color:#ffe8c0}.alert-primary .alert-link{color:#624e2e}.alert-secondary{color:#235d6d;background-color:#daf0f6;border-color:#cbeaf2}.alert-secondary hr{border-top-color:#b7e2ed}.alert-secondary .alert-link{color:#173c46}.alert-success{color:#002d3a;background-color:#ccdde2;border-color:#b8d0d7}.alert-success hr{border-top-color:#a8c5ce}.alert-success .alert-link{color:#000507}.alert-info{color:#6e7c00;background-color:#f6fccc;border-color:#f3fbb8}.alert-info hr{border-top-color:#effaa0}.alert-info .alert-link{color:#414900}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#850000;background-color:#fcc;border-color:#ffb8b8}.alert-danger hr{border-top-color:#ff9f9f}.alert-danger .alert-link{color:#520000}.alert-light{color:#7d7d7d;background-color:#fcfcfc;border-color:#fbfbfb}.alert-light hr{border-top-color:#eee}.alert-light .alert-link{color:#646464}.alert-dark{color:#151515;background-color:#d4d4d4;border-color:#c3c3c3}.alert-dark hr{border-top-color:#b6b6b6}.alert-dark .alert-link{color:black}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:0.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#292929;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0, 0, 0, 0.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#ffcc78;border-color:#ffcc78}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#856a3e;background-color:#fff1d9}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#856a3e;background-color:#ffe8c0}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#856a3e;border-color:#856a3e}.list-group-item-secondary{color:#235d6d;background-color:#cbeaf2}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#235d6d;background-color:#b7e2ed}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#235d6d;border-color:#235d6d}.list-group-item-success{color:#002d3a;background-color:#b8d0d7}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#002d3a;background-color:#a8c5ce}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#002d3a;border-color:#002d3a}.list-group-item-info{color:#6e7c00;background-color:#f3fbb8}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#6e7c00;background-color:#effaa0}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#6e7c00;border-color:#6e7c00}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#850000;background-color:#ffb8b8}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#850000;background-color:#ff9f9f}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#850000;border-color:#850000}.list-group-item-light{color:#7d7d7d;background-color:#fbfbfb}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#7d7d7d;background-color:#eee}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#7d7d7d;border-color:#7d7d7d}.list-group-item-dark{color:#151515;background-color:#c3c3c3}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#151515;background-color:#b6b6b6}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#151515;border-color:#151515}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#ffcc78 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#ffb945 !important}.bg-secondary{background-color:#44b3d2 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#2c99b7 !important}.bg-success{background-color:#005770 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#002f3d !important}.bg-info{background-color:#d3ef00 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#a6bc00 !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#ff0000 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#c00 !important}.bg-light{background-color:#f1f1f1 !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#d8d8d8 !important}.bg-dark{background-color:#292929 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#101010 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#ffcc78 !important}.border-secondary{border-color:#44b3d2 !important}.border-success{border-color:#005770 !important}.border-info{border-color:#d3ef00 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#ff0000 !important}.border-light{border-color:#f1f1f1 !important}.border-dark{border-color:#292929 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:0.2rem !important}.rounded{border-radius:0.25rem !important}.rounded-top{border-top-left-radius:0.25rem !important;border-top-right-radius:0.25rem !important}.rounded-right{border-top-right-radius:0.25rem !important;border-bottom-right-radius:0.25rem !important}.rounded-bottom{border-bottom-right-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important}.rounded-left{border-top-left-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important}.rounded-lg{border-radius:0.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width:576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width:768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width:992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width:1200px){.d-xl-none,.mainmenu__mobile_toggler{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width:576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width:768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width:992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width:576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width:768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width:992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width:1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width:576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width:768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width:992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.layout_full h1,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width:1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0, 0, 0, 0)}.text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width:576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width:768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width:992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width:1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#ffcc78 !important}a.text-primary:hover,a.text-primary:focus{color:#ffaf2c !important}.text-secondary{color:#44b3d2 !important}a.text-secondary:hover,a.text-secondary:focus{color:#2787a2 !important}.text-success{color:#005770 !important}a.text-success:hover,a.text-success:focus{color:#001c24 !important}.text-info{color:#d3ef00 !important}a.text-info:hover,a.text-info:focus{color:#8fa300 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#ff0000 !important}a.text-danger:hover,a.text-danger:focus{color:#b30000 !important}.text-light{color:#f1f1f1 !important}a.text-light:hover,a.text-light:focus{color:#cbcbcb !important}.text-dark{color:#292929 !important}a.text-dark:hover,a.text-dark:focus{color:#030303 !important}.text-body{color:#292929 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0, 0, 0, 0.5) !important}.text-white-50{color:rgba(255, 255, 255, 0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.float_left{float:left !important}.float_right{float:right !important}a[href$=".pdf"]:before{content:"" !important;font-family:"FontAwesome" !important;font-size:0.9rem !important;width:1.2rem !important;display:inline-block !important;opacity:0.5 !important;color:#ff0000}.ce_text a:not(.hyperlink_img, .link, .btn, [href^="mailto:"], [href^="tel"]):before{content:"";font-family:"FontAwesome";padding-right:0;font-size:1rem;padding-right:0;width:0.58rem;display:inline-block;opacity:0.7}.ce_text a[href^="http"]:not([href^="https://example.de"]):not([href^="http://example.de"]):not([href^="/"]):not([href=""]){left:1.2rem}.ce_text a[href^="http"]:not([href^="https://example.de"]):not([href^="http://example.de"]):not([href^="/"]):not([href=""]):before{content:"";font-family:"FontAwesome";padding-right:0;font-size:0.85rem;width:1.04rem;display:inline-block;opacity:0.5;position:relative;top:1px}.image_container a:before,a.btn:before,.back a:before,.no-link-icon:before,.no-link-icons a:before{display:none !important}.box-shadow{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15)}button a,.btn a,.back a a{color:inherit;text-decoration:inherit;text-transform:inherit}.breadcrumb ul,#footer .mod_customnav .level_1{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap}.flexlist{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap}.overflow-visible{overflow:visible !important}.flex11auto{flex:1 1 auto}figure{margin-bottom:0}.all-childs-div--mb>div{margin-bottom:15px}body{letter-spacing:0.015em}strong{font-weight:bolder}h1{color:#292929}h1 a{color:#44b3d2}h1 a:hover{color:#f1f1f1;text-decoration:none}h2 a{color:#44b3d2}h2 a:hover{color:#f1f1f1;text-decoration:none}h3 a{color:#44b3d2}h3 a:hover{color:#f1f1f1;text-decoration:none}h4 a{color:#44b3d2}h4 a:hover{color:#f1f1f1;text-decoration:none}h5 a{color:#44b3d2}h5 a:hover{color:#f1f1f1;text-decoration:none}h6 a{color:#44b3d2}h6 a:hover{color:#f1f1f1;text-decoration:none}h1{margin-bottom:calc(1.1rem + 1.2vw)}h2{margin-bottom:calc(1.4rem + 0.2vw)}h3{margin-bottom:calc(0.4rem + 1vw)}@media (min-width:576px){.text-sm-white{color:#fff !important}}@media (min-width:768px){.text-md-white{color:#fff !important}}@media (min-width:992px){.text-lg-white{color:#fff !important}}@media (min-width:1200px){.text-xl-white{color:#fff !important}}.ce_text::after{display:block;clear:both;content:""}#container{position:relative}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}footer{margin-top:0;background:transparent;padding:0;color:#3c3c3c}footer a{color:inherit}footer h1{color:inherit}footer h2{color:inherit}footer h3{color:inherit}footer h4{color:inherit}footer h5{color:inherit}.mod_article{padding-bottom:45px}.mod_article.full{max-width:100%;padding-left:0;padding-right:0}.mod_article.inside-container>.inside{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}@media (min-width:576px){.mod_article.inside-container>.inside{max-width:540px}}@media (min-width:768px){.mod_article.inside-container>.inside{max-width:720px}}@media (min-width:992px){.mod_article.inside-container>.inside{max-width:960px}}@media (min-width:1200px){.mod_article.inside-container>.inside{max-width:1280px}}.page-title{color:#fff;font-weight:300;text-shadow:0 0 4px rgba(0, 0, 0, 0.5);padding:100px 0 100px 0}@media (min-width:768px){.page-title{padding:340px 0 340px 0}}.page-title__subtitle{display:block;font-size:24px}@keyframes bounce{from{transform:translateY(0px) rotate(45deg)}to{transform:translateY(-15px) rotate(45deg)}}@-webkit-keyframes bounce{from{transform:translateY(0px) rotate(45deg)}to{transform:translateY(-15px) rotate(45deg)}}.page-title__morearrow:after{content:" ";width:35px;height:35px;border-right:7px solid #ffcc78;border-bottom:7px solid #ffcc78;display:block;margin:10px auto 0 auto;animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate}header .mod_navigation .level_1{background:#ffffff;display:flex;list-style:none;margin:0;font-family:"Libre Caslon Text";background:#ffffff;padding:0;margin:0}header .mod_navigation .level_1 a,header .mod_navigation .level_1 strong{color:#292929;padding:0;position:relative;display:block;font-size:1rem;text-transform:uppercase;text-shadow:none;margin:0 24px}header .mod_navigation .level_1{justify-content:flex-end}header .mod_navigation .level_1 .trail,header .mod_navigation .level_1 li .active{color:#292929;background-color:#fff;border-radius:0}header .mod_navigation .level_1>li a.submenu:after,header .mod_navigation .level_1 strong.submenu:after{content:"";position:relative;right:-14px;bottom:0.1em;margin-top:auto;margin-bottom:auto;color:#292929;z-index:1;border-top:0;border-right:1px solid;border-bottom:1px solid;border-left:0;width:6px;height:6px;transform:rotate(45deg) translate(-6px, 3px);display:inline-block}header .mod_navigation .level_1 li.submenu{position:relative}header .mod_navigation .level_1 li.submenu>ul{font-family:inherit;list-style:none;width:200px;position:absolute;z-index:9999;display:none;padding:0;background-color:white;border:0;border-radius:3px;margin:0}header .mod_navigation .level_1 li.submenu>ul a,header .mod_navigation .level_1 li.submenu>ul strong{font-size:1rem;padding:8px 18px 8px 18px;margin:0;text-transform:none}header .mod_navigation .level_1 li.submenu>ul .trail,header .mod_navigation .level_1 li.submenu>ul .active,header .mod_navigation .level_1 li.submenu>ul strong{color:#292929;background-color:#e5f5f8}header .mod_navigation .level_1 li.submenu:hover>ul{display:block}header .mod_navigation .level_1>li>a:hover{background:#fff}header .mod_navigation .level_1>li>a{color:#292929}header .mod_navigation .level_2>li>a{color:#292929}header .mod_navigation .level_3>li>a{color:#292929}header .mod_navigation .level_1>li:hover>a{color:#44b3d2}header .mod_navigation .level_1>li:hover:after{color:#44b3d2}header .mod_navigation .level_2>li>a:hover{color:#44b3d2;background:#e5f5f8}header .mod_navigation .level_1>li>a,header .mod_navigation .level_1>li>strong{font-weight:400}header .mod_navigation .level_2>li>a,header .mod_navigation .level_2>li>strong{font-weight:400}header .mod_navigation .level_1>li>a:hover{text-decoration:none}header .mod_navigation .level_2>li>a:hover{text-decoration:none}.breadcrumb{color:#292929;position:relative;top:0}.breadcrumb ul li:before{content:"«";padding-top:0 10px;padding-bottom:0 10px;padding-left:10px;padding-right:10px}.breadcrumb ul li:first-child:before{color:#292929}.breadcrumb ul li:last-child:before{display:none}.nav_subnavi ul{padding:0}.nav_subnavi li{list-style:none}.nav_subnavi a,.nav_subnavi strong{display:block;padding:0.5em 0 0.5em 0}.nav_subnavi a{color:#44b3d2;text-decoration:none}.nav_subnavi a:hover{color:#292929}.nav_subnavi strong{font-weight:normal;color:#292929}.layout_latest{padding:15px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);color:#292929;margin:0px;display:flex !important;flex-direction:column}.layout_latest h2{flex:9 1 110px}.layout_latest h2 a{display:flex;flex:0 0 100%;flex-direction:column}.layout_latest .image_container{flex:0 0 auto;margin-right:-15px;margin-left:-15px;margin-top:-15px}.layout_latest .info{flex:0 0 auto}.layout_latest .ce_text{flex:1 1 180px}.ce_gallery{width:100%;text-align:center}.ce_gallery ul{list-style:none;width:100%;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:space-between}@media (min-width:576px){.ce_gallery ul.cols_2 li{width:50%}.ce_gallery ul.cols_3 li{width:33.3333333333%}.ce_gallery ul.cols_4 li{width:50%}.ce_gallery ul.cols_5 li{width:50%}.ce_gallery ul.cols_6 li{width:50%}.ce_gallery ul.cols_7 li{width:50%}.ce_gallery ul.cols_8 li{width:50%}}@media (min-width:992px){.ce_gallery ul.cols_4 li{width:25%}.ce_gallery ul.cols_5 li{width:20%}.ce_gallery ul.cols_6 li{width:16.6666666667%}.ce_gallery ul.cols_7 li{width:14.28571429%}.ce_gallery ul.cols_8 li{width:12.5%}}.ce_gallery li{margin-left:auto;margin-right:auto}.cm_coverImage img{height:34vh !important;display:block;margin-left:auto;margin-right:auto;object-fit:cover}@media (min-width:992px){.cm_coverImage img{height:800px !important;display:block;margin-left:auto;margin-right:auto}}@media (min-width:1200px){.cm_coverImage img{height:800px !important;display:block;margin-left:auto;margin-right:auto}}.cm_coverImage--praxis img{height:75vh !important;display:block;margin-left:auto;margin-right:auto;object-fit:cover}@media (min-width:992px){.cm_coverImage--praxis img{height:600px !important;display:block;margin-left:auto;margin-right:auto}}@media (min-width:1200px){.cm_coverImage--praxis img{height:600px !important;display:block;margin-left:auto;margin-right:auto}}.cm_coverImage--subpage img{height:160px !important;display:block;margin-left:auto;margin-right:auto;object-fit:cover}@media (min-width:992px){.cm_coverImage--subpage img{height:300px !important;display:block;margin-left:auto;margin-right:auto}}@media (min-width:992px){.cm_overlay--lg{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center}}.cm_overlay--xs{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.image_container{margin-bottom:0}.image_container img{border:0;border-radius:0;max-width:100%;height:auto}@media (max-width:991.98px){.image_container.float_right{float:none !important;text-align:center;margin-left:0 !important;margin-right:0 !important}.image_container.float_left{float:none !important;text-align:center;margin-left:0 !important;margin-right:0 !important}}#backtotop{position:fixed;bottom:20px;right:30px;z-index:99;transform:scale(0);transition:0.8s}.backtotop-active #backtotop{transform:scale(1);transition:0.8s}html{scroll-behavior:smooth}.heading1>h2{border-bottom:3px solid;text-align:right;text-transform:uppercase;font-family:"Libre Caslon Text"}.heading1 .white{color:#fff}.ce_hyperlink .image_container{margin-top:12px;margin-bottom:12px;overflow:hidden;position:relative}.ce_hyperlink .image_container a:before{content:"";background:rgba(68, 179, 210, 0.77);position:absolute;top:0;width:100%;height:100%;display:block !important}.ce_hyperlink .image_container:hover a:before{opacity:0;transition:0.2s}.ce_hyperlink .caption{transition:0.2s;position:absolute;z-index:1;padding:5px;color:#fff;font-size:1rem;font-family:"Libre Caslon Text";background-color:#005770;text-transform:uppercase;display:flex;align-items:end;bottom:0;right:0;margin:15px}.hyperlink_img{display:block}.bg-primary--gridbox{height:394px}.bg-dark--gridbox{margin-top:12px;margin-bottom:12px;color:#f1f1f1;padding:25px 50px}.bg-dark--gridbox a{border-bottom:1px dotted;color:inherit}@media (min-width:768px){.bg-dark--gridbox--home{height:181px}}#footer{line-height:2}#footer>.inside{padding:0}#footer .mod_customnav .level_1{margin-right:-15px;margin-left:-15px}#footer .mod_customnav .level_1>li{padding-right:15px;padding-left:15px}#footer .mod_customnav .level_1 a{color:white}#footer .footer-impressum{text-transform:uppercase;color:#e6e6e6}#footer .footer-impressum p{margin-bottom:0}#footer .footer-impressum a{padding:0 0px 0 16px;border-left:1px solid;margin-left:16px;color:#e6e6e6}#header{color:#292929;background:#fff;position:sticky;top:0;z-index:2;left:0;right:0;padding:0 0 0 0;margin:auto;text-align:left}#header>*{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}@media (min-width:576px){#header>*{max-width:540px}}@media (min-width:768px){#header>*{max-width:720px}}@media (min-width:992px){#header>*{max-width:960px}}@media (min-width:1200px){#header>*{max-width:1280px}}#header:after{content:"";width:100%;-moz-box-shadow:inset 0 0 10px #000000;-webkit-box-shadow:inset 0 0 10px #000000;box-shadow:inset 0 0 10px #000000}.page-logo{position:relative;display:inline;display:inline;max-width:144px;width:100%}@media (min-width:992px){.page-logo{left:0;max-width:240px}}#main{background-color:transparent;padding:0 !important !important;max-width:100%}@media (max-width:1199.98px){#main{padding:0 !important}}.mainmenu__mobile_toggler{border:0;display:flex;justify-content:space-around;flex-direction:column;width:48px;height:42px;background:#44b3d2;color:#fff;font-size:11px;padding:10px;position:fixed;top:6px;text-decoration:none;margin:0px 0px;line-height:16px;z-index:10;right:5px}.mainmenu__mobile_toggler hr{border:0;height:4px;background:#fff;width:100%;margin:0;opacity:1}.mod_article>.ce_accordion{padding-bottom:1rem}.mod_article>.ce_accordion~.ce_accordion{margin-top:-30px}.ce_accordion .toggler{text-align:left}.ce_accordion .toggler:before{position:absolute;left:9px;top:auto}.ce_accordion .toggler{cursor:pointer;background:#ffffff;color:#292929;padding:9px 1em 9px 1em;padding-left:1.7em;border-radius:0;border:0;border-width:1px 1px 1px 1px;font-size:20px;position:relative;margin-bottom:1rem;transition:0.2s}.ce_accordion .toggler:focus{outline:0}.ce_accordion .toggler:before{content:"»";font-size:20px;display:block;transition:0.1s}.ce_accordion .toggler.active:before,.ce_accordion .toggler:hover:before{transform:rotate(90deg)}.ce_accordion .toggler.active:hover:before{transform:rotate(-90deg)}.ce_accordion .toggler:hover,.ce_accordion .toggler.ui-state-active{background:#292929;color:#ffffff;transition:0.1s}.ce_accordion .accordion>div{padding-top:1em;padding-right:1em;margin-bottom:1rem;padding-left:1em}.article-image{position:absolute;z-index:-1;top:0;width:100%}.article-image .image_container img{width:100%;height:auto;border-radius:0}.article-image .image_container:before{content:"";position:absolute;left:0;top:0;bottom:0;right:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.5116421569) 0%, rgba(255, 255, 255, 0) 43%, rgba(0, 0, 0, 0.6488970588) 82%)}.bg-black{color:#fff}table{height:unset !important}tr{height:unset !important;width:unset !important}td{height:unset !important;width:unset !important}td{vertical-align:top}#container img{max-width:100%;height:auto}@media (min-width:992px){.main-right #container{display:flex}.main-right #main{width:100%;max-width:740px}.main-right #right{max-width:400px;width:100%}}.meta-header{position:absolute;width:100%;z-index:1}.meta-header a{border-bottom:1px dotted #aaa;color:#292929;margin-right:40px}.meta-header a:last-child{margin-right:0}.meta-header a:hover{text-decoration:none;color:#44b3d2}@media (max-width:991.98px){.meta-header{position:fixed;top:0;right:0;padding:18px 119px 18px 0;background:#fff;box-shadow:inset 0 0 38px #f7ebd6}.meta-header a{font-size:0;margin-right:24px;border-bottom:0}.meta-header a:first-child{font-size:10px;display:flex !important;align-items:center}.meta-header a i{font-size:19px}}.header_image{margin-top:-43px;z-index:-1;position:relative}#header{box-shadow:0 -14px 20px #000000}@media (max-width:991.98px){#header{padding-top:30px}}#header>.inside{position:relative}@media (min-width:768px){#header>.inside{padding-left:0;padding-right:0}}.breadcrumb a{color:#292929}.breadcrumb ul li:before{content:"" !important;font-family:"FontAwesome";padding-right:10px !important;padding-left:10px !important;font-size:1rem;padding-right:0;width:0.58rem;display:inline-block;opacity:1}.header__article--info{position:absolute;bottom:7px;left:51px;max-width:596px !important;box-shadow:0 0 15px #81a8c3 !important}.header__article--info .alert{background-color:rgba(29, 78, 114, 0.73) !important;margin-bottom:30px;border:0 !important;color:#fff !important}.header__article--info .alert a{color:#acc7de}.page-logo:hover{filter:opacity(0.5)}@media (max-width:991.98px){.page-logo{position:relative;left:-30px}}@media (min-width:768px){.page-logo img{margin-top:-18px;margin-bottom:-9px}}@media (min-width:768px){.bg-white--transparent{background-color:rgba(255, 255, 255, 0.55) !important}}.mod_login .mdc-text-field--outlined{background-color:#fff}.mod_newslist{box-sizing:border-box}.mod_newslist--home{margin-top:12px;margin-bottom:12px;padding:15px}@media (min-width:768px){.mod_newslist--home{height:395px;padding:25px 50px}}.layout_latest{display:block !important}.layout_latest h2{padding-top:0;margin-bottom:0}.layout_latest .info{margin:0;margin-bottom:1rem;font-size:12px;opacity:0.5}.layout_latest .more{display:flex;justify-content:flex-end}.layout_latest .more a{color:#fff !important}.layout_short [itemprop="headline"]{font-size:1.2rem;margin-bottom:0;color:#292929}.mainmenu{z-index:1;position:relative;padding:0}.mainmenu .level_1>li.submenu .level_2,.mainmenu .level_1>li.submenu .level_3{width:240px !important}.mainmenu .level_1>li{padding:0 !important;border-bottom:30px solid #fff;position:relative}.mainmenu .level_1>li:after{border-right:1px solid #e4e4e4;content:"";position:absolute;right:0;height:100%;top:0}.mainmenu .level_2,.mainmenu .level_3{border:solid #d0d0d0 1px !important;border-top:9px solid #44b3d2 !important}.mainmenu .level_2>.submenu:hover{background:#f5fbfc}.mainmenu .level_3{position:absolute;right:-240px;top:-9px;min-height:100%}.mainmenu .level_1>li.submenu .level_2{top:38px}.mainmenu .level_1>li.submenu .level_3{background-color:#f5fbfc !important}.mainmenu .level_1>li.submenu .level_3 a:hover{text-decoration:none;background-color:#e5f5f8;color:#44b3d2}.mainmenu-wrapper .fa-search-link{color:#292929}@media (max-width:991.98px){.mainmenu-wrapper .fa-search-link{position:fixed;top:13px;right:76px;font-size:19px;z-index:1}}@media (min-width:768px){.mainmenu-wrapper .fa-search{border-bottom:37px solid transparent}}.display-3{text-transform:uppercase;font-weight:500;border-bottom:3px solid #fff;font-size:1.05rem;padding:9px 0;margin-bottom:1.4rem}#container h2{padding-top:calc(0.2rem * 1 + 0.5vw)}h1{font-family:"Libre Caslon Text";text-transform:uppercase}h1.ce_headline,.layout_full h1{display:inline-block;border-bottom:3px solid #ffcc78;padding-bottom:7px !important;margin-bottom:50px;padding-left:3em}@media (max-width:767.98px){h1.ce_headline,.layout_full h1{font-size:calc(1.2rem + 0.1vw)}}.layout_full h1{padding-left:0}.mod_article-box{position:relative;margin-top:-324px}@media (min-width:768px){.mod_article-box{box-shadow:0 0 5px #ececec;margin-top:-137px}}.tabcontrol-mittteilungen{position:relative;right:-56px;background-color:#fff;border-radius:15px;overflow:hidden}.layout_short.slick-slide{margin:20px 0;color:#292929}.layout_short.slick-slide h2{font-size:calc(1rem + 0.2vw)}.layout_short.slick-slide a{color:#292929}.layout_short.slick-slide .more a{color:#fff !important;background-color:#866226;padding:4px 16px}.layout_short.slick-slide .more a:hover{text-decoration:none;background-color:#866226}.btn-primary{background-color:#fefbf5 !important}.btn-primary:hover{background-color:#ffcc78 !important}.back a{margin:30px 0;width:100%}.back a:before{position:relative;left:-7px}.calendar th{box-shadow:0 0 1px #ffffff inset;padding:11px;background:#b6c672;border:3px solid #fff}.calendar th.head{border:3px solid #dfee9a;background:#dfed99}.calendar .days{border:5px solid #fff;padding:8px;box-shadow:0 0 5px #9caa5d;background:#eef4d7}.calendar .event a{display:block;background-color:#44b3d2;display:block;padding:10px;color:#fff}.ce_download a{position:relative;display:block;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dotted #ccc;color:#045e74}.myshadow img{box-shadow:0 5px 6px #404040}.myshadow--header{box-shadow:0 8px 9px #656565}header .mod_navigation .level_1>li.forward>strong,header .mod_navigation .level_1>li.active>strong{color:#292929}.mod_navigation .level_1>li.active>strong{color:#292929;border-bottom:4px solid}nav a,nav strong{border-bottom:1px dotted #aaa}.link-color--primary a{color:#ffcc78}.text-white-a a{color:#fff}.bg-secondary-dark{background:#005770 !important}a{transition:0.3s}a:hover{transition:0.3}.image_container a:before{content:"" !important}.image_container a:hover{text-decoration:none}.nav_subnavi strong{position:relative;padding-right:10px;left:10px;color:#ccc}.nav_subnavi strong:before{position:absolute;content:"";font-family:"FontAwesome";padding-right:0;font-size:1rem;padding-right:0;width:0.58rem;display:inline-block;opacity:0.7;left:-10px}.layout_simple a{position:relative;padding-right:10px;left:10px}.layout_simple a:before{position:absolute;content:"";font-family:"FontAwesome";padding-right:0;font-size:1rem;padding-right:0;width:0.58rem;display:inline-block;opacity:0.7;left:-10px}.layout_simple time{position:absolute;right:4px;top:2px;padding:0;color:#c6e2eb;font-size:0.75rem}.tabcontrol_panes{background:#ffcc78}.event.layout_list h3{margin:0 0 0.5rem 0}.event.layout_list time{background:#f1f1f1;padding:5px 13px;display:inline-block}.widget-select{position:relative;margin:1rem 0}.widget-select select{background:#fff;word-wrap:normal;color:#292929;padding:13px 13px 11px 13px;border-color:#ffcc78;border-radius:0;display:block;border-top:20px solid #fff;width:100%}.widget-select label{position:absolute;width:auto;left:12px;top:9px;background:#fff;padding-left:6px;margin:0;font-size:13px;color:#999;padding-right:4px}.widget-text,.widget-password{background:#fff}.widget-text p.error{color:#ff0000;padding:10px 14px 0px 14px;margin-bottom:-14px}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#292929}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#ffffff}.mdc-text-field--outlined{height:66px !important;border-top:22px solid #fff}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:transparent}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:transparent}.team .ce-text,.team .ce_accordionStart{max-width:270px}.ce_text h3{margin-top:calc(0.9rem + 1vw)}.ce_text h3:last-child{margin-bottom:0.5rem}.mod_navigation h3:first-child{margin-bottom:0}.breadcrumb ul li:before{content:""}.breadcrumb ul li.last:before{content:"";font-family:"FontAwesome";padding-right:0;font-size:1rem;width:0.58rem;display:inline-block;opacity:0.7;content:"";font-family:"FontAwesome";padding-right:10px !important;padding-left:10px !important;font-size:1rem;padding-right:0;width:0.58rem;display:inline-block;opacity:0.7}@media (min-width:992px){.custom{display:flex}.custom #col1,.custom #col2,.custom .col1,.custom .col2{width:50%}.custom #col1,.custom .col1{padding-right:15px}.custom #col2,.custom .col2{padding-left:15px}}@media (min-width:992px){.mobil-2-oben .custom{flex-direction:row-reverse}}.pdf-download .hyperlink_txt{display:block;margin-bottom:30px;position:relative;padding-left:50px;min-height:44px;padding-top:21px}.pdf-download .hyperlink_txt:before{content:"";font-family:FontAwesome;font-size:34px;position:absolute;left:0;top:0}.ce_accordionStart{border-bottom:1px solid #e1e1e1;margin-bottom:30px}.ce_accordion .toggler:hover,.ce_accordion .toggler.ui-state-active{background:#f3f3f3;color:#292929;transition:0.1s}.mod_article>.ce_accordion~.ce_accordion{margin-top:0px}.font-face--description{font-family:"Libre Caslon Text";font-size:1.2rem !important;line-height:1.7rem !important}.slick-dots{line-height:0;position:absolute;right:0;bottom:47px;left:0;text-align:center;margin:0 !important;padding:0 !important}.slick-dots li{display:inline}.slick-dots button{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255, 255, 255, 0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;box-shadow:0 0 2px #777;padding:0;border:0}.slick-dots .slick-active button{background-color:#e9b45e}.submit .mdc-button__label{color:#ffffff}.lawyer_filter{padding:0px 7px 1px 7px;margin-top:0}@media (min-width:768px){.lawyer_filter{padding:0px 30px 1px 30px}}.lawyer_filter input[type=text]{padding-left:15px;padding-right:15px;font-weight:300}.lawyer_filter input[type=radio]{position:absolute;right:50000px}.lawyer_filter input[type=radio]:checked+label{background-color:#292929 !important;color:#fff !important;border:6px solid #005770 !important}.lawyer_filter #type{display:flex;position:relative;margin:0 -14px;margin-top:-10px;background:#fff}@media (min-width:768px){.lawyer_filter #type{margin:0 -60px}}.lawyer_filter #type label{background-color:#005770;color:#ffffff;border:6px solid #ffffff;padding:10px}.lawyer_filter input{border:0;height:41px;width:100%}.lawyer_filter label{display:block;color:#fff}.lawyer_filter #search{width:100%;text-align:center;padding:14px;border-radius:5px;background-color:#292929;color:#fff;border:0}.lawyer_filter>div{margin-bottom:15px}.lawyer.ce_accordion .toggler,.lawyer.ce_accordion .accordion>div{margin-bottom:0}.lawyer .info{display:block;opacity:0.5}.pagination ul{list-style:none;display:flex}.pagination ul li{padding:5px}.pagination ul li a{padding:5px;border:1px solid}.instagram-headerlink{position:absolute;bottom:16px;right:71px}@media (min-width:1200px){.instagram-headerlink{bottom:108px;right:15px}}.mm-menu--theme-light{--mm-color-background: #292929;--mm-color-text: #fff;--mm-color-border: rgba(255, 255, 255, 0.5);--mm-color-icon: rgba(255, 255, 255, 40%);--mm-color-text-dimmed:rgba(255, 255, 255, 70%)}
