.flicking-viewport{position:relative;overflow:hidden}.flicking-camera{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;z-index:1}.flicking-camera>*{-ms-flex-negative:0;flex-shrink:0}.flicking-viewport.vertical{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flicking-viewport.vertical>.flicking-camera{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flicking-viewport.flicking-hidden .flicking-camera>*{visibility:hidden}
.flicking-arrow-prev,
.flicking-arrow-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.flicking-arrow-prev.is-circle,
.flicking-arrow-next.is-circle {
  background-color: #f2a65e;
  border-radius: 50%;
}

.flicking-arrow-disabled.is-circle {
  background-color: rgb(10 10 10 / 10%);
}

.flicking-arrow-prev.is-circle::before,
.flicking-arrow-prev.is-circle::after,
.flicking-arrow-next.is-circle::before,
.flicking-arrow-next.is-circle::after {
  background-color: white;
}

.flicking-arrow-prev {
  left: 10px;
}
.flicking-arrow-next {
  right: 10px;
}

.flicking-arrow-prev.is-outside {
  left: -74px;
}
.flicking-arrow-next.is-outside {
  right: -74px;
}

.flicking-arrow-prev::before,
.flicking-arrow-prev::after,
.flicking-arrow-next::before,
.flicking-arrow-next::after {
  content: "";
  width: 24px;
  height: 6px;
  position: absolute;
  background-color: #f2a65e;
}
.flicking-arrow-prev::before {
  top: 50%;
  left: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-prev::after {
  top: calc(50% - 4px);
  left: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-next::before {
  top: 50%;
  right: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.flicking-arrow-next::after {
  top: calc(50% - 4px);
  right: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.flicking-arrow-disabled,
.flicking-arrow-disabled {
  cursor: default;
}

.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after,
.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after {
  background-color: #e6e6e6;
}

.flicking-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.flicking-pagination-bullets,
.flicking-pagination-scroll {
  font-size: 0;
}

.flicking-pagination-scroll {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  white-space: nowrap;
  overflow: hidden;
}

.flicking-pagination-scroll .flicking-pagination-slider {
  -webkit-transition: .2s transform;
  transition: .2s transform;
}
.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-slider,
.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-bullet {
  -webkit-transition: none;
  transition: none;
}

.flicking-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: rgb(10 10 10 / 10%);
  cursor: pointer;
  font-size: 1rem;
}

.flicking-pagination-scroll .flicking-pagination-bullet {
  vertical-align: middle;
  position: relative;
  -webkit-transition: .2s transform;
  transition: .2s transform;
}

.flicking-pagination-bullet-active {
  background-color: #f2a65e;
}

.flicking-pagination-scroll .flicking-pagination-bullet {
  vertical-align: middle;
  position: relative;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.flicking-pagination-scroll .flicking-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.flicking-pagination-scroll .flicking-pagination-bullet-prev,
.flicking-pagination-scroll .flicking-pagination-bullet-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.flicking-pagination-scroll .flicking-pagination-bullet-prev2,
.flicking-pagination-scroll .flicking-pagination-bullet-next2 {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

/*!
 * vue-material v1.0.0-beta-15
 * Made with <3 by marcosmoura 2020
 * Released under the MIT License.
 */
*,:after,:before{box-sizing:inherit}html{height:100%;box-sizing:border-box;transition:background-color .3s cubic-bezier(.25,.8,.25,1)}body{min-height:100%;margin:0;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif}a:not(.md-button){transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:color,background-color,opacity}audio,canvas,embed,iframe,img,object,video{max-width:100%;font-style:italic;vertical-align:middle}audio:not(.md-image),canvas:not(.md-image),embed:not(.md-image),iframe:not(.md-image),img:not(.md-image),object:not(.md-image),video:not(.md-image){height:auto}[tabindex="-1"]:focus{outline:none!important}.md-scrollbar::-webkit-scrollbar{width:8px;height:8px;border-radius:8px}.md-scrollbar::-webkit-scrollbar-thumb{border-radius:8px}.md-scrollbar::-webkit-scrollbar-button{display:none}.md-caption{font-size:12px;font-weight:400;letter-spacing:.02em;line-height:17px}.md-body-1,body{font-weight:400;line-height:20px}.md-body-1,.md-body-2,body{font-size:14px;letter-spacing:.01em}.md-body-2{font-weight:500;line-height:24px}.md-subheading{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em;line-height:26px}.md-headline{font-size:24px;line-height:32px}.md-display-1,.md-headline{font-weight:400;letter-spacing:0}.md-display-1{font-size:34px;line-height:40px}.md-display-2{font-size:45px;font-weight:400;letter-spacing:0;line-height:48px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:58px}.md-display-4{font-size:112px;font-weight:300;letter-spacing:-.01em;line-height:112px}a:not(.md-button){text-decoration:none}a:not(.md-button):hover{text-decoration:underline}button:focus{outline:none}.md-app{display:flex;overflow:hidden;position:relative}.md-app.md-fixed .md-app-scroller{overflow:auto}.md-app.md-fixed-last,.md-app.md-flexible,.md-app.md-overlap,.md-app.md-reveal{transform:translateZ(0)}.md-app.md-fixed-last .md-app-toolbar,.md-app.md-flexible .md-app-toolbar,.md-app.md-overlap .md-app-toolbar,.md-app.md-reveal .md-app-toolbar{position:absolute;top:0}.md-app.md-flexible .md-app-toolbar,.md-app.md-overlap .md-app-toolbar{min-height:0}.md-app.md-flexible .md-toolbar-row:first-child{z-index:2}.md-app.md-flexible .md-toolbar-row:last-child{position:fixed;bottom:0;z-index:1}.md-app.md-flexible .md-display-1{position:fixed}.md-app.md-overlap .md-app-toolbar{z-index:1}.md-app.md-overlap .md-app-content{margin:-64px 24px 24px;position:relative;z-index:2}.md-app-content{padding:16px}.md-app-content>p:first-child{margin-top:0}.md-app-content>p:last-child{margin-bottom:0}.md-app-container{flex:1;display:flex;overflow:auto;transform:translate3D(0,0,0);transition:padding-left .4s cubic-bezier(.4,0,.2,1),padding-right .4s cubic-bezier(.4,0,.2,1);will-change:padding-left,padding-right}.md-app-scroller{flex:1}@media (max-width:960px){.md-app.md-overlap .md-app-content{margin:-64px 16px 16px}}@media (max-width:600px){.md-app.md-overlap .md-app-content{margin:-64px 8px 8px}}@media (min-width:600px){.md-app-drawer.md-permanent-card+.md-app-scroller .md-content{padding-left:0;padding-right:0;border-left:none;border-right:none}.md-app-content{border-left:1px solid transparent;border-right:1px solid transparent}}.md-app-internal-drawer,.md-app-side-drawer .md-app-container{flex-direction:column}.md-app-internal-drawer .md-app-scroller{overflow:auto}.md-no-elevation{box-shadow:none!important}.md-fixed-last .md-reveal-active,.md-flexible .md-reveal-active,.md-overlap .md-reveal-active,.md-reveal .md-reveal-active{transform:translate3d(0,calc(100% + 10px),0);transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:box-shadow,transform;will-change:height,box-shadow,transform}.md-app-toolbar{min-height:64px}.md-overlap .md-app-toolbar{height:196px}.md-fixed-last-active{transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:box-shadow,transform;will-change:height,box-shadow,transform}.md-overlap-off{z-index:3!important}.md-app-content{min-height:100%}.md-app-content .md-card{margin-right:16px;margin-left:16px;overflow:visible}.md-badge-content{position:relative;display:inline-block}.md-badge-content .md-position-top{top:-4px}.md-badge-content .md-position-bottom{bottom:-4px}.md-badge{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;right:-4px;font-size:10px;font-style:normal;width:22px;height:22px;border-radius:50%;color:#fff;pointer-events:none;z-index:6}.md-list-item-content .md-badge{position:relative;top:0;bottom:0;right:0}.md-badge.md-dense{width:18px;height:18px;font-size:8px}.md-badge.md-square{width:auto;border-radius:3px;height:18px;padding:0 4px}.md-autocomplete .md-menu{width:100%;display:flex}.md-autocomplete-loading{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.md-field.md-inline.md-autocomplete-box{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);padding-top:2px;border-radius:2px}.md-field.md-inline.md-autocomplete-box.md-focused{z-index:13}.md-field.md-inline.md-autocomplete-box:after,.md-field.md-inline.md-autocomplete-box:before{display:none}.md-toolbar .md-field.md-inline.md-autocomplete-box{min-height:40px;height:40px;margin:0;box-shadow:none}.md-field.md-inline.md-autocomplete-box .md-menu{align-items:center}.md-field.md-inline.md-autocomplete-box .md-input{padding-left:16px}.md-field.md-inline.md-autocomplete-box.md-focused label,.md-field.md-inline.md-autocomplete-box .md-input-action,.md-field.md-inline.md-autocomplete-box label{top:50%;transform:translateY(-50%)}.md-field.md-inline.md-autocomplete-box .md-input-action{right:8px}.md-field.md-inline.md-autocomplete-box.md-focused label,.md-field.md-inline.md-autocomplete-box label{margin-top:2px;left:16px}.md-autocomplete-box-content:after{height:6px;position:absolute;top:-6px;right:0;left:0;z-index:13;border-bottom:1px solid;content:""}.md-avatar{width:40px;min-width:40px;height:40px;margin:auto;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;-webkit-user-select:none;user-select:none;position:relative;border-radius:40px;transition:.4s cubic-bezier(.4,0,.2,1);transition-property:color,background-color;will-change:color,background-color;font-size:24px;letter-spacing:-.05em;vertical-align:middle}.md-avatar.md-large{min-width:64px;min-height:64px;border-radius:64px;font-size:32px}.md-avatar.md-large .md-icon{font-size:40px!important}.md-avatar.md-small{width:24px;min-width:24px;height:24px;border-radius:24px;font-size:14px}.md-avatar.md-small .md-icon{font-size:16px!important}.md-avatar .md-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md-avatar img{width:100%;height:100%;display:block}.md-avatar .md-ripple{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;border-radius:50%}.md-bottom-bar{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);width:100%;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.md-bottom-bar>.md-ripple{display:flex;flex-wrap:wrap}.md-bottom-bar.md-type-fixed{justify-content:center}.md-bottom-bar.md-type-fixed .md-bottom-bar-item{min-width:80px;max-width:168px;transition:.4s cubic-bezier(.4,0,.2,1);transition-property:color;will-change:color}.md-bottom-bar.md-type-fixed .md-bottom-bar-item .md-bottom-bar-label{transform:scale(.8571) translate3D(0,4px,0)}.md-bottom-bar.md-type-fixed .md-bottom-bar-item.md-active .md-ripple{padding-top:6px}.md-bottom-bar.md-type-fixed .md-bottom-bar-item.md-active .md-bottom-bar-icon{transform:translate3d(0,-2px,0)}.md-bottom-bar.md-type-fixed .md-bottom-bar-item.md-active .md-bottom-bar-label{transform:translate3D(0,3px,0)}.md-bottom-bar.md-type-shift{justify-content:center}.md-bottom-bar.md-type-shift>.md-ripple .md-ripple-enter-active{transition-duration:1.1s!important}.md-bottom-bar.md-type-shift>.md-ripple .md-ripple-enter{opacity:1}.md-bottom-bar.md-type-shift .md-bottom-bar-item{min-width:56px;max-width:96px;flex:1 1 32px;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:padding,min-width,max-width,flex,color;will-change:padding,min-width,max-width,flex,color}.md-bottom-bar.md-type-shift .md-bottom-bar-item .md-ripple{padding:16px}.md-bottom-bar.md-type-shift .md-bottom-bar-item .md-bottom-bar-icon{transform:translate3d(0,8px,0)}.md-bottom-bar.md-type-shift .md-bottom-bar-item .md-bottom-bar-label{opacity:0;transform:scale(.7) translate3d(0,6px,0)}.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active{min-width:96px;max-width:168px;flex:1 1 72px}.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active .md-ripple{padding:6px 0 10px}.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active .md-bottom-bar-icon{transform:translateZ(0)}.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active .md-bottom-bar-label{opacity:1;transform:translate3d(0,3px,0)}.md-bottom-bar .md-bottom-bar-item{height:56px;margin:0;flex:1;cursor:pointer;border-radius:0;font-size:14px;font-weight:400;line-height:1em;text-transform:none}.md-bottom-bar .md-bottom-bar-item .md-ripple{padding:8px 12px 10px;transition:padding .3s cubic-bezier(.25,.8,.25,1);will-change:padding}.md-bottom-bar .md-bottom-bar-item .md-button-content{position:static;display:flex;flex-direction:column;align-items:center}.md-bottom-bar .md-bottom-bar-item .md-bottom-bar-icon,.md-bottom-bar .md-bottom-bar-item .md-bottom-bar-label{transition:.3s cubic-bezier(.4,0,.2,1);transition-property:transform,opacity;will-change:transform,opacity}.md-ripple{width:100%;height:100%;position:relative;z-index:5;overflow:hidden;-webkit-mask-image:radial-gradient(circle,#fff 100%,#000 0)}.md-ripple-wave{position:absolute;z-index:1;pointer-events:none;background:currentColor;border-radius:50%;opacity:0;transform:scale(2) translateZ(0)}.md-ripple-wave.md-centered{animation-duration:1.2s;top:50%;left:50%}.md-ripple-wave~:not(.md-ripple-wave){position:relative;z-index:2}.md-ripple-enter-active{transition:.8s cubic-bezier(.25,.8,.25,1);transition-property:opacity,transform;will-change:opacity,transform}.md-ripple-enter-active.md-centered{transition-duration:1.2s}.md-ripple-enter{opacity:.26;transform:scale(.26) translateZ(0)}.md-button,.md-button-clean{margin:0;padding:0;display:inline-block;position:relative;overflow:hidden;outline:none;background:transparent;border:0;border-radius:0;transition:.4s cubic-bezier(.4,0,.2,1);font-family:inherit;line-height:normal;text-decoration:none;vertical-align:top;white-space:nowrap}.md-button{min-width:88px;height:36px;margin:6px 8px;-webkit-user-select:none;user-select:none;border-radius:2px;font-size:14px;font-weight:500;text-transform:uppercase}.md-button:active{outline:none}.md-button[disabled]{pointer-events:none}.md-button:not([disabled]){cursor:pointer}.md-button:not([disabled]).md-focused:before,.md-button:not([disabled]):active:before,.md-button:not([disabled]):hover:before{background-color:currentColor;opacity:.12}.md-button:not([disabled]).md-focused.md-accent:before,.md-button:not([disabled]).md-focused.md-primary:before,.md-button:not([disabled]):active:before{opacity:.2}.md-button:not([disabled]).md-ripple-off:active:before{opacity:.26}.md-button.md-plain.md-button.md-raised:not([disabled]){color:rgba(0,0,0,.87);background-color:#fff}.md-button.md-plain.md-button.md-raised:not([disabled]) .md-icon-font{color:rgba(0,0,0,.87)}.md-button.md-plain.md-button.md-raised:not([disabled]) .md-icon-image{fill:rgba(0,0,0,.87)}.md-button::-moz-focus-inner{padding:0;border:0}.md-button:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;transition:.4s cubic-bezier(.4,0,.2,1);will-change:background-color,opacity;content:" "}.md-button.md-dense{height:32px;font-size:13px}.md-button.md-raised:not([disabled]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.md-button.md-raised:not([disabled]):active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-button.md-raised:not([disabled]).md-ripple-off:active:before{opacity:.2}.md-button+.md-button{margin-left:0}.md-button .md-ripple{padding:0 8px;display:flex;justify-content:center;align-items:center}.md-button-spaced .md-ripple{padding:0 16px}.md-fab,.md-icon-button{border-radius:50%;z-index:5}.md-fab .md-ripple,.md-fab:before,.md-icon-button .md-ripple,.md-icon-button:before{border-radius:50%}.md-fab.md-dense .md-ripple-wave,.md-fab.md-mini .md-ripple-wave,.md-icon-button .md-ripple-wave{top:0!important;right:0!important;bottom:0!important;left:0!important}.md-icon-button{width:40px;min-width:40px;height:40px;margin:0 6px}.md-icon-button.md-dense{width:32px;min-width:32px;height:32px}.md-icon-button .md-ripple-enter-active{transition-duration:1.2s}.md-fab{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);width:56px;height:56px;min-width:0;overflow:hidden}.md-fab:active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-fab.md-dense,.md-fab.md-mini{width:40px;height:40px}.md-fab.md-fab-top-left,.md-fab.md-fab-top-right{position:absolute;top:24px}.md-fab.md-fab-bottom-left,.md-fab.md-fab-bottom-right{position:absolute;bottom:24px}.md-fab.md-fab-bottom-center,.md-fab.md-fab-top-center{position:absolute;left:50%;transform:translateX(-50%)}.md-fab.md-fab-top-center{top:24px}.md-fab.md-fab-bottom-center{bottom:24px}.md-fab.md-fab-bottom-right,.md-fab.md-fab-top-right{right:24px}.md-fab.md-fab-bottom-left,.md-fab.md-fab-top-left{left:24px}.md-fab.md-fixed{position:fixed}.md-fab .md-ripple{padding:0}.md-button-content{position:relative;z-index:2}.md-card{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:relative;z-index:1;border-radius:2px;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:color,background-color;will-change:color,background-color}.md-card.md-with-hover{cursor:pointer;transition:background-color .3s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.25,.8,.25,1);will-change:background-color,box-shadow}.md-card.md-with-hover:hover{z-index:2;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-card.md-expand-active .md-card-expand-trigger.md-icon-button{transform:rotate(180deg)}.md-card .md-subhead,.md-card .md-subheading,.md-card .md-title{margin:0;font-weight:400}.md-card .md-subhead{opacity:.54;font-size:14px;letter-spacing:.01em;line-height:20px}.md-card .md-subhead+.md-title{margin-top:4px}.md-card .md-title{font-size:24px;letter-spacing:0;line-height:32px}.md-card-area,.md-card>.md-card-area:not(:last-child){position:relative}.md-card>.md-card-area:not(:last-child):after{height:1px;position:absolute;bottom:0;content:" "}.md-card>.md-card-area:not(:last-child):not(.md-inset):after{right:0;left:0}.md-card>.md-card-area:not(:last-child).md-inset:after{right:16px;left:16px}.md-card-header{padding:16px}.md-card-header:first-child>.md-card-header-text>.md-title:first-child,.md-card-header:first-child>.md-title:first-child{margin-top:8px}.md-card-header:last-child{margin-bottom:8px}.md-card-header.md-card-header-flex{display:flex;justify-content:space-between}.md-card-header+.md-card-content{padding-top:0}.md-card-header+.md-card-actions:not(:last-child){padding:0 8px}.md-card-header>img{border-radius:50%}.md-card-header .md-avatar,.md-card-header>img{margin-right:16px;float:left}.md-card-header .md-avatar~.md-title,.md-card-header>img~.md-title{font-size:14px}.md-card-header .md-avatar~.md-subhead,.md-card-header .md-avatar~.md-title,.md-card-header>img~.md-subhead,.md-card-header>img~.md-title{font-weight:500;line-height:20px}.md-card-header .md-button{margin:0}.md-card-header .md-button:last-child{margin-right:-4px}.md-card-header .md-button+.md-button{margin-left:8px}.md-card-header .md-card-header-text{flex:1}.md-card-header .md-card-media{width:80px;height:80px;margin-left:16px;flex:0 0 80px}.md-card-header .md-card-media.md-medium{width:120px;height:120px;flex:0 0 120px}.md-card-header .md-card-media.md-big{width:160px;height:160px;flex:0 0 160px}.md-card-media{position:relative}.md-card-media.md-ratio-16-9{overflow:hidden}.md-card-media.md-ratio-16-9:before{width:100%;padding-top:56.25%;display:block;content:" "}.md-card-media.md-ratio-16-9 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card-media.md-ratio-4-3{overflow:hidden}.md-card-media.md-ratio-4-3:before{width:100%;padding-top:75%;display:block;content:" "}.md-card-media.md-ratio-4-3 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card-media.md-ratio-1-1{overflow:hidden}.md-card-media.md-ratio-1-1:before{width:100%;padding-top:100%;display:block;content:" "}.md-card-media.md-ratio-1-1 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card-media+.md-card-header{padding-top:24px}.md-card-media+.md-card-content:last-child{padding-bottom:16px}.md-card-media img{width:100%}.md-card-media-actions{padding:16px;display:flex;justify-content:space-between}.md-card-media-actions .md-card-media{max-width:240px;max-height:240px;flex:1}.md-card-media-actions .md-card-actions{margin-left:16px;flex-direction:column;justify-content:flex-start;align-items:center}.md-card-media-actions .md-card-actions .md-button+.md-button{margin:8px 0 0}.md-card-media-cover{position:relative;color:#fff}.md-card-media-cover.md-solid .md-card-area{background-color:rgba(0,0,0,.54)}.md-card-media-cover.md-text-scrim .md-card-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.md-card-media-cover .md-card-area{display:flex;flex-direction:column;position:absolute;right:0;bottom:0;left:0;z-index:2}.md-card-media-cover .md-card-header{display:flex;flex-direction:column}.md-card-media-cover .md-card-header+.md-card-actions{padding-top:0}.md-card-media-cover .md-subhead{opacity:1}.md-card-media-cover .md-card-actions .md-button:not(.md-primary):not(.md-accent),.md-card-media-cover .md-card-actions .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon,.md-card-media-cover .md-card-header .md-button:not(.md-primary):not(.md-accent),.md-card-media-cover .md-card-header .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon{color:#fff!important}.md-card-content{padding:16px;font-size:14px;line-height:22px}.md-card-content:last-of-type{padding-bottom:24px}.md-card-expand{overflow:hidden}.md-card-expand .md-card-actions{position:relative;z-index:2}.md-card-expand .md-card-expand-content{position:relative;z-index:1}.md-card-expand-trigger.md-icon-button{transition:transform .4s cubic-bezier(.25,.8,.25,1);will-change:transform}.md-card-expand-content{overflow:hidden;transform:translate3D(0,0,0);transition:.4s cubic-bezier(.4,0,.2,1);transition-property:opacity,margin-top;will-change:opacity,margin-top}.md-card-actions{padding:8px;display:flex;align-items:center}.md-card-actions.md-alignment-right{justify-content:flex-end}.md-card-actions.md-alignment-left{justify-content:flex-start}.md-card-actions.md-alignment-space-between{justify-content:space-between}.md-card-actions .md-button{margin:0}.md-card-actions .md-button:first-child{margin-left:0}.md-card-actions .md-button:last-child{margin-right:0}.md-card-actions .md-button+.md-button{margin-left:4px}.md-checkbox{width:auto;margin:16px 16px 16px 0;display:inline-flex;position:relative}.md-checkbox:not(.md-disabled),.md-checkbox:not(.md-disabled) .md-checkbox-label{cursor:pointer}.md-checkbox .md-checkbox-container{width:20px;min-width:20px;height:20px;position:relative;border-radius:2px;border:2px solid transparent;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-checkbox .md-checkbox-container:focus{outline:none}.md-checkbox .md-checkbox-container:after,.md-checkbox .md-checkbox-container:before{position:absolute;transition:.4s cubic-bezier(.55,0,.55,.2);content:" "}.md-checkbox .md-checkbox-container:before{width:48px;height:48px;top:50%;left:50%;z-index:6;border-radius:50%;transform:translate(-50%,-50%)}.md-checkbox .md-checkbox-container:after{width:6px;height:13px;top:0;left:5px;z-index:7;border:2px solid transparent;border-top:0;border-left:0;opacity:0;transform:rotate(45deg) scale3D(.15,.15,1)}.md-checkbox .md-checkbox-container .md-ripple{width:48px!important;height:48px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%);border-radius:50%}.md-checkbox .md-checkbox-container input{position:absolute;left:-999em}.md-checkbox .md-checkbox-label{height:20px;padding-left:16px;position:relative;line-height:20px}.md-checkbox.md-indeterminate .md-checkbox-container:after{width:12px;height:2px;top:50%;left:50%;z-index:4;border-style:solid;border-width:0 0 2px;opacity:0;transform:translate(-50%,-50%)!important}.md-checkbox.md-checked .md-checkbox-container:after{opacity:1;transform:rotate(45deg) scale3D(1,1,1);transition:.4s cubic-bezier(.25,.8,.25,1)}.md-checkbox.md-disabled.md-checked .md-checkbox-container{border-color:transparent!important}.md-checkbox.md-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:"*";line-height:1em;vertical-align:top}.md-chips.md-field{padding-top:12px;flex-wrap:wrap}.md-chips.md-field.md-has-value label{top:-6px}.md-chips.md-field .md-chip{margin-bottom:4px}.md-chips.md-field .md-chip:last-of-type{margin-right:8px}.md-chips.md-field .md-input{min-width:128px}.md-field{width:100%;min-height:48px;margin:4px 0 24px;padding-top:16px;display:flex;position:relative;font-family:inherit}.md-field:after,.md-field:before{position:absolute;bottom:0;right:0;left:0;z-index:1;transition:border .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),transform 0s cubic-bezier(.4,0,.2,1) .3s;will-change:border,opacity,transform;content:" "}.md-field:after{height:1px}.md-field:before{height:2px;z-index:2;opacity:0;transform:scaleX(.12)}.md-field label{position:absolute;top:23px;left:0;pointer-events:none;transition:.4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s;font-size:16px;line-height:20px}.md-field .md-prefix,.md-field .md-suffix{font-size:16px;line-height:32px;align-self:center;justify-self:center}.md-field .md-prefix{display:none;padding-right:4px}.md-field.md-focused .md-prefix,.md-field.md-has-value .md-prefix{display:block}.md-field .md-input,.md-field .md-textarea{height:32px;padding:0;display:block;flex:1;border:none;background:none;transition:.4s cubic-bezier(.25,.8,.25,1);transition-property:font-size,padding-top,color;font-family:inherit;font-size:16px;line-height:32px}.md-field .md-input[type=date],.md-field .md-textarea[type=date]{font-size:16px}.md-field .md-input[disabled],.md-field .md-textarea[disabled]{cursor:default}.md-field .md-input:focus,.md-field .md-textarea:focus{outline:none}.md-field .md-input::-webkit-input-placeholder,.md-field .md-textarea::-webkit-input-placeholder{font-size:16px;text-shadow:none;-webkit-text-fill-color:initial;-webkit-transition:.4s cubic-bezier(.25,.8,.25,1);transition:.4s cubic-bezier(.25,.8,.25,1);-webkit-transition-property:font-size,color;transition-property:font-size,color}.md-field .md-textarea{min-height:32px;max-height:230px;padding:5px 0;resize:none;line-height:1.3em}.md-field .md-count,.md-field .md-error,.md-field .md-helper-text{height:20px;position:absolute;bottom:-22px;font-size:12px;transition:.3s cubic-bezier(.4,0,.2,1)}.md-field .md-error{display:block!important;left:0;opacity:0;transform:translate3d(0,-8px,0)}.md-field .md-count{right:0}.md-field .md-input-action{width:32px;min-width:32px;height:32px;margin:0;position:absolute;top:16px;right:0;transition:.4s cubic-bezier(.4,0,.2,1)}.md-field .md-input-action.md-input-action-enter-active,.md-field .md-input-action.md-input-action-leave-active{opacity:0}.md-field .md-input-action.md-input-action-enter-to{opacity:1}.md-field>.md-icon{margin:4px auto;position:relative;z-index:3;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-field>.md-icon:last-of-type:not(:first-child):after{display:none}.md-field>.md-icon:after{width:37px;height:4px;position:absolute;left:-1px;bottom:-5px;transition:.3s cubic-bezier(.4,0,.2,1);content:""}.md-field>.md-icon~label{left:36px}.md-field>.md-icon~.md-file,.md-field>.md-icon~.md-input,.md-field>.md-icon~.md-textarea{margin-left:12px}.md-field+.md-has-textarea:not(.md-autogrow){margin-top:36px}.md-field.md-has-placeholder label{pointer-events:auto;top:10px;opacity:0;font-size:12px}.md-field.md-has-placeholder .md-input,.md-field.md-has-placeholder .md-textarea{font-size:16px}.md-field.md-has-textarea:not(.md-autogrow):after,.md-field.md-has-textarea:not(.md-autogrow):before{height:auto;pointer-events:none;top:0;bottom:0;transform:none;background:none!important;border:1px solid transparent;border-radius:3px}.md-field.md-has-textarea:not(.md-autogrow):before{border-width:2px}.md-field.md-has-textarea:not(.md-autogrow) label{top:16px;left:16px}.md-field.md-has-textarea:not(.md-autogrow) .md-textarea{min-height:100px;padding:0 16px;resize:vertical}.md-field.md-has-textarea:not(.md-autogrow)>.md-icon{position:absolute;top:6px;right:6px;z-index:3}.md-field.md-has-textarea:not(.md-autogrow) .md-count{right:6px;bottom:2px}.md-field.md-has-textarea:not(.md-autogrow) .md-clear{top:6px;right:6px}.md-field.md-has-textarea:not(.md-autogrow).md-focused label,.md-field.md-has-textarea:not(.md-autogrow).md-has-value label{top:6px}.md-field.md-has-textarea:not(.md-autogrow).md-focused .md-textarea,.md-field.md-has-textarea:not(.md-autogrow).md-has-value .md-textarea{padding-top:10px}.md-field.md-has-file:after,.md-field.md-has-file:before,.md-field.md-has-file label{left:36px}.md-field.md-has-file .md-input{margin-left:12px}.md-field.md-focused:before,.md-field.md-highlight:before{opacity:1;transform:scaleX(1);transition:.3s cubic-bezier(.4,0,.2,1);transition-property:border,opacity,transform}.md-field.md-focused label,.md-field.md-has-value label{pointer-events:auto;top:0;opacity:1;font-size:12px}.md-field.md-focused .md-input,.md-field.md-focused .md-textarea,.md-field.md-has-value .md-input,.md-field.md-has-value .md-textarea{font-size:16px}.md-field.md-inline label{pointer-events:none}.md-field.md-inline.md-focused label{top:23px;font-size:16px}.md-field.md-inline.md-has-value label{opacity:0}.md-field.md-disabled:after{background:0 100% repeat-x;background-size:4px 1px}.md-field.md-has-password .md-toggle-password{margin:0;position:absolute;right:0;bottom:-2px}.md-field.md-has-password .md-toggle-password svg{width:22px;height:22px}.md-field.md-clearable .md-input{padding-right:30px}@keyframes a{10%,90%{transform:translate3d(-1px,0,0)}30%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.md-field.md-invalid.md-has-value label:not(:focus){animation:a .4s cubic-bezier(.4,0,.2,1) both;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.md-field.md-invalid.md-has-textarea:not(.md-autogrow):before{border-width:2px}.md-field.md-invalid .md-error{opacity:1;transform:translateZ(0)}.md-field.md-invalid .md-helper-text{opacity:0;transform:translate3d(0,-8px,0)}.md-field.md-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:"*";line-height:1em;vertical-align:top}.md-icon{width:24px;min-width:24px;height:24px;font-size:24px!important;margin:auto;display:inline-flex;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;vertical-align:middle}.md-icon.md-size-2x{width:48px;min-width:48px;height:48px;font-size:48px!important}.md-icon.md-size-3x{width:72px;min-width:72px;height:72px;font-size:72px!important}.md-icon.md-size-4x{width:96px;min-width:96px;height:96px;font-size:96px!important}.md-icon.md-size-5x{width:120px;min-width:120px;height:120px;font-size:120px!important}.md-icon-image svg{height:100%;flex:1;transition:fill .4s cubic-bezier(.4,0,.2,1)}.md-icon{transition:color .4s cubic-bezier(.4,0,.2,1);direction:ltr;font-family:Material Icons;font-feature-settings:"liga";font-style:normal;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;word-wrap:normal;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.md-svg-loader{display:block}.md-svg-loader svg{width:100%}.md-chip{height:32px;padding:0 12px;display:inline-block;cursor:default;border-radius:32px;transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:background-color,color,opacity,transform,box-shadow;will-change:background-color,color,opacity,transform,box-shadow;font-size:13px;line-height:32px;vertical-align:middle;white-space:nowrap}.md-chip:focus{outline:none}.md-chip.md-chip-enter-active,.md-chip.md-chip-leave-active{opacity:0;transform:transformZ(0) scale(.8)}.md-chip.md-chip-enter-to{opacity:1;transform:transformZ(0) scale(1)}.md-chip.md-clickable:not(.md-disabled):active,.md-chip.md-deletable:not(.md-disabled):active,.md-chip.md-focused{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.md-chip.md-clickable{padding:0;cursor:pointer}.md-chip.md-clickable>.md-ripple{padding:0 12px}.md-chip.md-deletable{padding-right:32px;position:relative}.md-chip.md-deletable.md-clickable{padding-right:0}.md-chip.md-deletable.md-clickable>.md-ripple{padding-right:32px}.md-chip.md-disabled{cursor:default}.md-chip+.md-chip{margin-left:4px}.md-chip .md-button.md-input-action{width:18px;min-width:18px;height:18px;margin:0;position:absolute;top:50%;right:7px;z-index:6;transform:translate3D(0,-50%,0);transition-duration:.3s;transition-timing-function:cubic-bezier(.25,.8,.25,1);font-size:18px}.md-chip .md-button.md-input-action .md-ripple{padding:0}.md-chip .md-button.md-input-action .md-button-content{height:14px}.md-chip .md-button.md-input-action .md-icon{width:14px;min-width:14px;height:14px;font-size:14px!important;vertical-align:top}.md-chip .md-button.md-input-action .md-icon svg{transition-duration:.3s;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.md-datepicker-overlay{opacity:0}.md-datepicker.md-native label{top:0!important}.md-datepicker .md-date-icon{cursor:pointer}.md-datepicker input[type=date]::-webkit-calendar-picker-indicator,.md-datepicker input[type=date]::-webkit-clear-button,.md-datepicker input[type=date]::-webkit-inner-spin-button{display:none}@media (max-width:600px){.md-datepicker-overlay{opacity:1}}.md-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;overflow:hidden;background:rgba(0,0,0,.6);transition:.35s cubic-bezier(.4,0,.2,1);transition-property:opacity;will-change:opacity}.md-overlay.md-fixed,body>.md-overlay{position:fixed}.md-overlay-enter,.md-overlay-leave-active{opacity:0}.md-datepicker-dialog{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);display:flex;overflow:hidden;z-index:11;border-radius:2px;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:auto;transform-origin:top left;flex-shrink:0;transition:opacity .2s cubic-bezier(.25,.8,.25,1),transform .35s cubic-bezier(.25,.8,.25,1);will-change:opacity,transform,left,top}.md-datepicker-dialog-leave-active{opacity:0}.md-datepicker-dialog-enter{opacity:0;transform:scale(.9)}.md-datepicker-dialog-enter .md-datepicker-body .md-datepicker-calendar{opacity:0;transform:translate3D(0,10%,0)}.md-datepicker-header{min-width:150px;padding:16px}.md-datepicker-header .md-datepicker-year-select{cursor:pointer;opacity:.54;transition:opacity .3s cubic-bezier(.4,0,.2,1);font-size:16px;font-weight:700;letter-spacing:.01em;line-height:24px}.md-datepicker-header .md-datepicker-date-select{cursor:pointer;opacity:.54;transition:opacity .3s cubic-bezier(.4,0,.2,1);font-size:32px;font-weight:900;letter-spacing:0;line-height:1.2em}.md-datepicker-header .md-datepicker-dayname{display:block}.md-datepicker-header .md-selected{opacity:1}.md-datepicker-body{width:320px;position:relative;overflow:hidden;transition:width .3s cubic-bezier(.25,.8,.25,1);will-change:width}.md-datepicker-body .md-button{margin:0}.md-datepicker-body-header{padding:8px;display:flex;align-items:center;justify-content:space-between;position:absolute;top:0;right:0;left:0;pointer-events:none}.md-datepicker-body-header:after,.md-datepicker-body-header:before{width:48px;height:48px;position:absolute;top:0;z-index:2;pointer-events:none;content:" "}.md-datepicker-body-header:after{left:0}.md-datepicker-body-header:before{right:0}.md-datepicker-body-header .md-button{pointer-events:auto;z-index:3}.md-datepicker-body-header-enter .md-button:first-child,.md-datepicker-body-header-leave-active .md-button:first-child{transform:translate3d(-150%,0,0)}.md-datepicker-body-header-enter .md-button:last-child,.md-datepicker-body-header-leave-active .md-button:last-child{transform:translate3d(150%,0,0)}.md-datepicker-body-content{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1);will-change:height}.md-datepicker-panel{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;transition:.35s cubic-bezier(.4,0,.2,1);transition-property:transform,opacity;will-change:transform,opacity}.md-datepicker-calendar.md-datepicker-view-enter,.md-datepicker-calendar.md-datepicker-view-leave-active{transform:translate3d(0,100%,0)}.md-datepicker-calendar.md-previous .md-datepicker-month-enter{transform:translate3D(-100%,0,0)}.md-datepicker-calendar.md-previous .md-datepicker-month-enter .md-datepicker-month-trigger{transform:translate3D(-30%,0,0)}.md-datepicker-calendar.md-next .md-datepicker-month-enter,.md-datepicker-calendar.md-previous .md-datepicker-month-leave-active{transform:translate3D(100%,0,0)}.md-datepicker-calendar.md-next .md-datepicker-month-enter .md-datepicker-month-trigger{transform:translate3D(30%,0,0)}.md-datepicker-calendar.md-next .md-datepicker-month-leave-active{transform:translate3D(-100%,0,0)}.md-datepicker-month{top:8px;bottom:auto;flex-direction:column;transition:.35s cubic-bezier(.4,0,.2,1);transition-property:transform,opacity;will-change:transform,opacity}.md-datepicker-month .md-datepicker-month-trigger{min-height:32px;margin:0 46px 10px;flex:1;border-radius:0;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.md-datepicker-week{display:flex;align-items:center}.md-datepicker-week span{flex:1;font-size:12px;text-align:center}.md-datepicker-days{display:flex;flex-wrap:wrap}.md-datepicker-days .md-datepicker-day,.md-datepicker-days .md-datepicker-empty{margin:1px 0;display:flex;align-items:center;justify-content:center;flex:0 1 14.28571%}.md-datepicker-days .md-datepicker-day-button{width:30px;min-width:30px;height:30px;cursor:pointer;border-radius:30px;transition:.3s cubic-bezier(.4,0,.2,1);line-height:30px;text-align:center}.md-datepicker-days .md-datepicker-selected,.md-datepicker-days .md-datepicker-today{font-weight:700}.md-datepicker-days .md-datepicker-disabled{pointer-events:none}.md-datepicker-month-selector{padding:6px 8px 10px;flex-wrap:wrap;bottom:auto;transition:.35s cubic-bezier(.4,0,.2,1);transition-property:transform,opacity;will-change:transform,opacity}.md-datepicker-month-selector.md-datepicker-view-enter,.md-datepicker-month-selector.md-datepicker-view-leave-active{transform:translate3d(0,-100%,0)}.md-datepicker-month-selector .md-datepicker-year-trigger{width:100%;margin:0 0 8px;flex:1 1 100%}.md-datepicker-month-button,.md-datepicker-year-button{height:36px;margin:3px 0;cursor:pointer;transition:.3s cubic-bezier(.4,0,.2,1);line-height:36px;font-weight:500;text-align:center;text-transform:uppercase}.md-datepicker-month-button{flex:1 1 33.3333%;border-radius:2px;font-size:13px}.md-datepicker-year-selector{flex-direction:column;overflow:auto;bottom:52px;border-bottom:1px solid}.md-datepicker-year-selector.md-datepicker-view-enter,.md-datepicker-year-selector.md-datepicker-view-leave-active{transform:translate3d(0,-100%,0)}.md-datepicker-year-selector .md-button{min-height:36px}.md-datepicker-year-button{font-size:16px}.md-datepicker-year-button.md-datepicker-selected{font-size:24px}@media (max-width:600px){.md-datepicker-dialog{flex-direction:column;top:50%!important;left:50%!important;transform:translate3D(-50%,-50%,0);transform-origin:center center;position:fixed!important}.md-datepicker-dialog-enter{transform:translate3D(-50%,-50%,0) scale(.9)}.md-datepicker-header{min-width:auto;padding:16px 20px}.md-datepicker-header .md-datepicker-dayname{display:inline-block}.md-datepicker-body{width:296px}.md-datepicker-month{padding:0 6px}}.md-popover.md-rendering{opacity:0;transition:none!important}.md-dialog{position:fixed;top:0;left:0;right:0;bottom:0;align-items:center;justify-content:center;pointer-events:none;display:flex;transition-duration:.2s;z-index:11}.md-dialog.md-dialog-enter-to .md-dialog-container,.md-dialog.md-dialog-leave .md-dialog-container{opacity:1;transform:scale(1)}.md-dialog.md-dialog-enter .md-dialog-container,.md-dialog.md-dialog-leave-to .md-dialog-container{opacity:0;transform:scale(.9)}.md-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);min-width:280px;max-width:80%;max-height:80%;margin:auto;display:flex;flex-flow:column;overflow:hidden;border-radius:2px;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:auto;opacity:1;transform-origin:center center;transition:opacity .15s cubic-bezier(.25,.8,.25,1),transform .2s cubic-bezier(.25,.8,.25,1);will-change:opacity,transform}.md-dialog-container.md-dialog-enter-to,.md-dialog-container.md-dialog-leave{opacity:1;transform:translate(-50%,-50%) scale(1)}.md-dialog-container.md-dialog-enter,.md-dialog-container.md-dialog-leave-to{opacity:0;transform:translate(-50%,-50%) scale(.9)}.md-dialog-container .md-tabs{flex:1;max-width:100%}.md-dialog-container .md-tabs-navigation{padding:0 12px}@media (max-width:600px){.md-dialog.md-dialog-enter-to .md-dialog-fullscreen,.md-dialog.md-dialog-leave .md-dialog-fullscreen{opacity:0;transform:translateY(30%)}.md-dialog.md-dialog-enter .md-dialog-fullscreen,.md-dialog.md-dialog-leave-to .md-dialog-fullscreen{opacity:1;transform:translate(0)}.md-dialog-container .md-tab{padding:12px}.md-dialog-fullscreen{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;transform:none}.md-dialog-fullscreen.md-dialog-enter,.md-dialog-fullscreen.md-dialog-leave-to{opacity:0;transform:translate3D(0,30%,0)}.md-dialog-fullscreen.md-dialog-enter-to,.md-dialog-fullscreen.md-dialog-leave{opacity:1;transform:translate3D(0,0,0)}}.md-dialog-title{margin-bottom:20px;padding:24px 24px 0}.md-dialog-content{padding:0 24px 24px;flex:1;flex-basis:auto;overflow:auto;position:relative}.md-dialog-content:first-child{padding-top:24px}.md-dialog-content p:first-child:not(:only-child){margin-top:0}.md-dialog-content p:last-child:not(:only-child){margin-bottom:0}.md-dialog-actions{min-height:52px;padding:8px 8px 8px 24px;display:flex;align-items:center;justify-content:flex-end;position:relative}.md-dialog-actions:before{height:1px;position:absolute;top:-1px;right:0;left:0;content:" "}.md-dialog-actions .md-button{min-width:64px;margin:0}.md-dialog-actions .md-button+.md-button{margin-left:8px}.md-divider{height:1px;margin:0;padding:0;display:block;border:0;transition:margin-left .3s cubic-bezier(.4,0,.2,1);will-change:margin-left}.md-divider.md-inset{margin-left:72px}.md-drawer{position:absolute;top:0;bottom:0;left:0;z-index:8;transform:translate3D(-100%,0,0);transition:transform .4s cubic-bezier(.25,.8,.25,1);will-change:transform,box-shadow;width:400px;max-width:calc(100vw - 56px);overflow-x:hidden;overflow-y:auto}.md-drawer.md-right{right:0;left:auto;transform:translate3D(100%,0,0)}.md-drawer.md-fixed{position:fixed}.md-drawer.md-active{transform:translate3D(0,0,0);transition-timing-function:cubic-bezier(.4,0,.2,1)}.md-drawer.md-temporary.md-left+.md-app-container .md-content{border-left:none}.md-drawer.md-temporary.md-right-previous+.md-app-container .md-content{border-right:none}.md-drawer.md-temporary.md-active{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-drawer.md-persistent:not(.md-active).md-left+.md-app-container .md-content{border-left:none}.md-drawer.md-persistent:not(.md-active).md-right-previous+.md-app-container .md-content{border-right:none}.md-drawer.md-persistent-mini{transform:translate3D(0,64px,0);transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:transform,width;will-change:transform,box-shadow}.md-drawer.md-persistent-mini.md-left{border-right:1px solid}.md-drawer.md-persistent-mini.md-right{border-left:1px solid}.md-drawer.md-persistent-mini.md-active.md-left+.md-app-container .md-content{border-left:none}.md-drawer.md-persistent-mini.md-active.md-right-previous+.md-app-container .md-content{border-right:none}.md-drawer.md-persistent-mini:not(.md-active){width:70px!important;z-index:1;white-space:nowrap}.md-drawer.md-persistent-mini:not(.md-active) .md-toolbar{display:none}.md-drawer.md-persistent-mini:not(.md-active) .md-list-item-content{padding:0 23px}.md-drawer.md-persistent-mini.md-active{position:relative;transform:translate3D(0,0,0);white-space:normal}.md-drawer .md-list-item-container{font-size:14px;text-transform:none}@media (max-width:600px){.md-drawer{width:320px}.md-drawer.md-active{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}}@media (min-width:600px){.md-drawer:not(.md-temporary)~.md-overlay{background:none;pointer-events:none}.md-drawer.md-permanent{position:relative;transform:translate3D(0,0,0)}.md-drawer.md-permanent-full{z-index:3}.md-drawer.md-permanent-full .md-list{padding-top:0}.md-drawer.md-permanent-card,.md-drawer.md-permanent-clipped{z-index:1}.md-drawer.md-permanent-card{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:relative;border-radius:2px;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:color,background-color;will-change:color,background-color;margin:8px;z-index:1}}@media (min-width:960px){.md-drawer.md-permanent-card{margin:16px}}@media (min-width:1280px){.md-drawer.md-permanent-card{margin:24px}}.md-elevation-0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.md-elevation-1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.md-elevation-2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.md-elevation-3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.md-elevation-4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.md-elevation-5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.md-elevation-6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.md-elevation-7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.md-elevation-8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-elevation-9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.md-elevation-10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.md-elevation-11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.md-elevation-12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-elevation-13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.md-elevation-14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.md-elevation-15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.md-elevation-16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-elevation-17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.md-elevation-18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.md-elevation-19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.md-elevation-20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.md-elevation-21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.md-elevation-22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.md-elevation-23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.md-elevation-24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.md-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:420px;padding:36px;margin:0 auto;position:relative;transition:opacity .15s cubic-bezier(0,0,.2,1),transform .3s cubic-bezier(0,0,.2,1);will-change:transform,opacity}.md-empty-state.md-rounded{max-width:auto;border-radius:50%}.md-empty-state.md-rounded .md-empty-state-container{padding:40px;position:absolute;top:0;right:0;bottom:0;left:0}.md-empty-state .md-button{margin:.5em 0 0}.md-empty-state-enter{opacity:0;transform:scale(.87)}.md-empty-state-enter .md-empty-state-container{opacity:0}.md-empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:opacity .4s cubic-bezier(.4,0,.2,1);will-change:opacity}.md-empty-state-icon{width:160px;min-width:160px;height:160px;font-size:160px!important;margin:0}.md-empty-state-label{font-size:26px;font-weight:500;line-height:40px}.md-empty-state-description{margin:1em 0;font-size:16px;line-height:24px}.md-menu.md-select{display:flex;flex:1;overflow:auto}.md-menu.md-select:not(.md-disabled) .md-icon,.md-menu.md-select:not(.md-disabled) .md-input{cursor:pointer;outline:none}.md-menu.md-select .md-input{flex:1;min-width:0}.md-menu.md-select .md-input-fake,.md-menu.md-select select{width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0}.md-menu-content.md-select-menu{z-index:12;width:100%}.md-menu-content.md-select-menu.md-menu-content-enter{transform:translate3d(0,-8px,0) scaleY(.3)}.md-menu-content.md-select-menu .md-list{transition:opacity .3s cubic-bezier(.55,0,.55,.2)}.md-menu{display:inline-block}.md-menu>.md-button{margin:0}.md-menu-content{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);min-width:112px;max-width:280px;max-height:35vh;display:flex;flex-direction:row;position:absolute;z-index:9;border-radius:2px;transition:transform .2s cubic-bezier(.25,.8,.25,1),opacity .3s cubic-bezier(.25,.8,.25,1);will-change:opacity,transform,top,left!important}.md-menu-content.md-shallow{position:fixed!important;top:-9999em!important;left:-9999em!important;pointer-events:none}.md-menu-content.md-menu-content-enter-active{opacity:1;transform:translateZ(0)}.md-menu-content.md-menu-content-leave-active{transition:opacity .4s cubic-bezier(.4,0,.2,1);opacity:0}.md-menu-content.md-menu-content-enter.md-menu-content-top-start{transform-origin:bottom left;transform:translate3d(0,8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-top-end{transform-origin:bottom right;transform:translate3d(0,8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-right-start{transform-origin:left top;transform:translate3d(0,-8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-right-end{transform-origin:left bottom;transform:translate3d(0,8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-bottom-start{transform-origin:top left;transform:translate3d(0,-8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-bottom-end{transform-origin:top right;transform:translate3d(0,-8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-left-start{transform-origin:right top;transform:translate3d(0,-8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-left-end{transform-origin:right bottom;transform:translate3d(0,8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter .md-list{opacity:0}.md-menu-content.md-menu-content-medium{min-width:168px}.md-menu-content.md-menu-content-big{min-width:224px}.md-menu-content.md-menu-content-huge{min-width:280px}.md-menu-content-container{flex:1;overflow:auto}.md-menu-content-container .md-list{transition:opacity .3s cubic-bezier(.25,.8,.25,1);will-change:opacity;font-family:Roboto,sans-serif;text-transform:none;white-space:nowrap}.md-menu-content-container .md-list .md-list-item-container{height:100%}@media (max-width:960px){.md-menu-content-container .md-list{font-size:14px}}.md-list{margin:0;padding:8px 0;display:flex;flex-flow:column nowrap;position:relative;list-style:none}.md-list.md-dense{padding:4px 0}.md-list .md-divider{margin-top:-1px}.md-list .md-subheader.md-inset{padding-left:72px}.md-list>.md-subheader:first-of-type{margin-top:-8px}.md-optgroup .md-subheader{text-transform:uppercase}.md-optgroup .md-ripple.md-list-item-content{padding-left:24px}.md-file{display:flex;flex:1}.md-file input[type=file]{width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0}.md-file .md-file-icon:not(.md-disabled){cursor:pointer}.md-file .md-file-icon.md-disabled{pointer-events:none}.md-highlight-text{flex:1}.md-highlight-text-match{font-weight:500}.md-image{display:flex;justify-content:center;align-items:center}.md-layout{display:flex;flex-wrap:wrap}.md-layout .md-layout{flex:1}.md-layout .md-layout-nowrap{flex-wrap:nowrap}.md-layout.md-centered{width:100%;max-width:1200px;margin:0 auto}.md-layout.md-gutter{margin-right:-20px;margin-left:-20px}.md-layout.md-gutter>.md-layout-item{padding-right:20px;padding-left:20px}@media (max-width:1903px){.md-layout.md-gutter{margin-right:-20px;margin-left:-20px}.md-layout.md-gutter>.md-layout-item{padding-right:20px;padding-left:20px}}@media (max-width:1280px){.md-layout.md-gutter{margin-right:-12px;margin-left:-12px}.md-layout.md-gutter>.md-layout-item{padding-right:12px;padding-left:12px}}@media (max-width:960px){.md-layout.md-gutter{margin-right:-8px;margin-left:-8px}.md-layout.md-gutter>.md-layout-item{padding-right:8px;padding-left:8px}}@media (max-width:600px){.md-layout.md-gutter{margin-right:-4px;margin-left:-4px}.md-layout.md-gutter>.md-layout-item{padding-right:4px;padding-left:4px}}.md-layout.md-alignment-top-left{justify-content:flex-start;align-items:flex-start}.md-layout.md-alignment-top-center{justify-content:center;align-items:flex-start}.md-layout.md-alignment-top-right{justify-content:flex-end;align-items:flex-start}.md-layout.md-alignment-top-space-around{justify-content:space-around;align-items:flex-start}.md-layout.md-alignment-top-space-between{justify-content:space-between;align-items:flex-start}.md-layout.md-alignment-center-left{justify-content:flex-start;align-items:center}.md-layout.md-alignment-center,.md-layout.md-alignment-center-center{justify-content:center;align-items:center}.md-layout.md-alignment-center-right{justify-content:flex-end;align-items:center}.md-layout.md-alignment-center-space-around{justify-content:space-around;align-items:center}.md-layout.md-alignment-center-space-between{justify-content:space-between;align-items:center}.md-layout.md-alignment-bottom-left{justify-content:flex-start;align-items:flex-end}.md-layout.md-alignment-bottom-center{justify-content:center;align-items:flex-end}.md-layout.md-alignment-bottom-right{justify-content:flex-end;align-items:flex-end}.md-layout.md-alignment-bottom-space-around{justify-content:space-around;align-items:flex-end}.md-layout.md-alignment-bottom-space-between{justify-content:space-between;align-items:flex-end}.md-layout.md-alignment-space-around-left{justify-content:flex-start;align-items:space-around}.md-layout.md-alignment-space-around-center{justify-content:center;align-items:space-around}.md-layout.md-alignment-space-around-right{justify-content:flex-end;align-items:space-around}.md-layout.md-alignment-space-around-space-around{justify-content:space-around;align-items:space-around}.md-layout.md-alignment-space-around-space-between{justify-content:space-between;align-items:space-around}.md-layout.md-alignment-space-between-left{justify-content:flex-start;align-items:space-between}.md-layout.md-alignment-space-between-center{justify-content:center;align-items:space-between}.md-layout.md-alignment-space-between-right{justify-content:flex-end;align-items:space-between}.md-layout.md-alignment-space-between-space-around{justify-content:space-around;align-items:space-between}.md-layout.md-alignment-space-between-space-between{justify-content:space-between;align-items:space-between}.md-layout-item{flex:1 1}.md-layout-item.md-layout{margin:0}.md-layout-item.md-size{flex:1 1}.md-layout-item.md-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}@media (min-width:1904px){.md-layout-item.md-xlarge-size{flex:1 1}.md-layout-item.md-xlarge-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-xlarge-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-xlarge-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-xlarge-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-xlarge-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-xlarge-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-xlarge-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-xlarge-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-xlarge-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-xlarge-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-xlarge-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-xlarge-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-xlarge-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-xlarge-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-xlarge-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-xlarge-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-xlarge-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-xlarge-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-xlarge-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-xlarge-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-xlarge-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-xlarge-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}@media (max-width:1903px){.md-layout-item.md-large-size{flex:1 1}.md-layout-item.md-large-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-large-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-large-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-large-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-large-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-large-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-large-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-large-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-large-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-large-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-large-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-large-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-large-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-large-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-large-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-large-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-large-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-large-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-large-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-large-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-large-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-large-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}@media (max-width:1280px){.md-layout-item.md-medium-size{flex:1 1}.md-layout-item.md-medium-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-medium-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-medium-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-medium-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-medium-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-medium-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-medium-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-medium-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-medium-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-medium-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-medium-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-medium-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-medium-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-medium-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-medium-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-medium-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-medium-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-medium-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-medium-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-medium-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-medium-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-medium-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}@media (max-width:960px){.md-layout-item.md-small-size{flex:1 1}.md-layout-item.md-small-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-small-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-small-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-small-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-small-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-small-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-small-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-small-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-small-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-small-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-small-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-small-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-small-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-small-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-small-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-small-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-small-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-small-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-small-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-small-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-small-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-small-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}@media (max-width:600px){.md-layout-item.md-xsmall-size{flex:1 1}.md-layout-item.md-xsmall-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-xsmall-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-xsmall-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-xsmall-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-xsmall-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-xsmall-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-xsmall-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-xsmall-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-xsmall-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-xsmall-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-xsmall-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-xsmall-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-xsmall-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-xsmall-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-xsmall-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-xsmall-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-xsmall-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-xsmall-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-xsmall-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-xsmall-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-xsmall-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-xsmall-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}.md-hide{display:none}@media (min-width:1904px){.md-xlarge-hide{display:none}}@media (max-width:1903px){.md-large-hide{display:none}}@media (max-width:1280px){.md-medium-hide{display:none}}@media (max-width:960px){.md-small-hide{display:none}}@media (max-width:600px){.md-xsmall-hide{display:none}}.md-list-item{height:auto;position:relative;z-index:2}.md-list-item.md-inset .md-list-item-content{padding-left:72px}.md-list-item .md-icon{margin:0;transition-property:color,margin-right}.md-list-item-container{width:100%;font-size:16px;font-weight:400;text-align:left;text-transform:none}.md-list-item-container:not(.md-list-item-default):not([disabled])>.md-list-item-content{-webkit-user-select:none;user-select:none;cursor:pointer}.md-list-item-container.md-button-clean:hover{opacity:1;text-decoration:none}.md-list-item-content{min-height:48px;padding:4px 16px;display:flex;align-items:center;justify-content:space-between;transition:padding .4s cubic-bezier(.25,.8,.25,1);will-change:padding}.md-list.md-dense .md-list-item-content{min-height:40px;font-size:13px}.md-list.md-dense .md-list-item-content>.md-avatar{margin-top:0;margin-bottom:0}.md-list.md-dense .md-list-item-content>.md-avatar:not(.md-small){width:36px;min-width:36px;height:36px}.md-list.md-dense .md-list-item-content>.md-avatar:first-child{margin-right:20px}.md-list.md-double-line .md-list-item-content{min-height:72px}.md-list.md-double-line.md-dense .md-list-item-content{min-height:60px}.md-list.md-triple-line .md-list-item-content{min-height:88px}.md-list.md-triple-line.md-dense .md-list-item-content{min-height:76px}.md-list-item-content .md-list-action{margin:0 -10px 0 0}.md-list-item-content .md-list-action:last-of-type{margin:0 -10px 0 16px}.md-list.md-triple-line .md-list-item-content .md-list-action:last-of-type{align-self:flex-start}.md-list-item-content>.md-icon:first-child{margin-right:32px}.md-list-item-content>.md-icon:last-child{margin-left:16px}.md-list-item-content>.md-checkbox,.md-list-item-content>.md-radio{margin:0}.md-list-item-content>.md-checkbox:first-child,.md-list-item-content>.md-radio:first-child{margin-right:36px}.md-list-item-content>.md-switch{margin:0}.md-list-item-content>.md-switch:first-child{margin-right:22px}.md-list-item-content>.md-avatar{margin:4px 0}.md-list-item-content>.md-avatar:first-child{margin-right:16px}.md-list-item-text{flex:1;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;line-height:1.25em;white-space:nowrap}.md-list.md-dense .md-list-item-text{font-size:13px}.md-list-item-text *{width:100%;margin:0;overflow:hidden;line-height:1.25em;text-overflow:ellipsis}.md-list-item-text :nth-child(2),.md-list-item-text :nth-child(3){font-size:14px}.md-list.md-dense .md-list-item-text *{font-size:13px}.md-list-item-expand{border-top:1px solid transparent;border-bottom:1px solid transparent;transition:border .4s cubic-bezier(.25,.8,.25,1);will-change:border}.md-list-item-expand.md-active>.md-list-item-content>.md-list-expand-icon{perspective:1000px;perspective-origin:50% 50%;transform:rotateX(180deg)}.md-list-item-expand.md-active .md-list-expand{opacity:1;transform:translate3D(0,0,0)}.md-list-item-expand .md-list-expand{height:0;opacity:0;overflow:hidden;transform:translate3D(0,-24px,0);transition:.4s cubic-bezier(.25,.8,.25,1);transition-property:transform,opacity;will-change:transform,opacity}.md-list-item-expand .md-list-expand-icon{transition:transform .4s cubic-bezier(.25,.8,.25,1);will-change:transform}@keyframes b{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(.5,0,.7,.5);transform:translateX(0)}60%{animation-timing-function:cubic-bezier(.3,.38,.55,.96);transform:translateX(83.67%)}to{transform:translateX(200.61%)}}@keyframes c{0%{transform:scaleX(.08)}35%{animation-timing-function:cubic-bezier(.33,.12,.79,1);transform:scaleX(.08)}70%{animation-timing-function:cubic-bezier(.06,.11,.6,1);transform:scaleX(.66)}to{transform:scaleX(.08)}}@keyframes d{0%{animation-timing-function:cubic-bezier(.15,0,.52,.41);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(.31,.28,.8,.73);transform:translateX(37.65%)}50%{animation-timing-function:cubic-bezier(.4,.63,.6,.9);transform:translateX(84.39%)}to{transform:translateX(160.28%)}}@keyframes e{0%{animation-timing-function:cubic-bezier(.15,0,.52,.41);transform:scaleX(.08)}20%{animation-timing-function:cubic-bezier(.31,.28,.8,.73);transform:scaleX(.46)}45%{animation-timing-function:cubic-bezier(.4,.63,.6,.9);transform:scaleX(.73)}to{transform:scaleX(.08)}}@keyframes f{to{transform:translate3D(-8px,0,0)}}.md-progress-bar{height:5px;overflow:hidden;position:relative;transform:translateZ(0) scaleY(1);transform-origin:center center;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.md-progress-bar.md-indeterminate .md-progress-bar-track,.md-progress-bar.md-query .md-progress-bar-track{left:-150%;animation:b 2s infinite linear}.md-progress-bar.md-indeterminate .md-progress-bar-track:after,.md-progress-bar.md-query .md-progress-bar-track:after{animation:c 2s infinite linear}.md-progress-bar.md-indeterminate .md-progress-bar-fill,.md-progress-bar.md-query .md-progress-bar-fill{left:-55%;animation:d 2s infinite linear}.md-progress-bar.md-indeterminate .md-progress-bar-fill:after,.md-progress-bar.md-query .md-progress-bar-fill:after{animation:e 2s infinite linear}.md-progress-bar.md-buffer .md-progress-bar-buffer,.md-progress-bar.md-buffer .md-progress-bar-fill,.md-progress-bar.md-buffer .md-progress-bar-track,.md-progress-bar.md-determinate .md-progress-bar-buffer,.md-progress-bar.md-determinate .md-progress-bar-fill,.md-progress-bar.md-determinate .md-progress-bar-track{transition:.25s cubic-bezier(.25,.8,.25,1)}.md-progress-bar.md-determinate .md-progress-bar-track{display:none}.md-progress-bar.md-buffer .md-progress-bar-buffer{border-top:4px dotted;animation:f .25s infinite linear}.md-progress-bar.md-query{transform:rotate(180deg)}.md-progress-bar-enter,.md-progress-bar-leave-active{opacity:.5;transform:translateZ(0) scaleY(0)}.md-progress-bar-buffer,.md-progress-bar-fill,.md-progress-bar-track{transform-origin:top left}.md-progress-bar-buffer,.md-progress-bar-buffer:after,.md-progress-bar-fill,.md-progress-bar-fill:after,.md-progress-bar-track,.md-progress-bar-track:after{width:100%;height:100%;position:absolute;will-change:transform}.md-progress-bar-buffer:after,.md-progress-bar-fill:after,.md-progress-bar-track:after{display:inline-block;left:0;content:" "}@keyframes g{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes h{0%{opacity:0;transform:rotate(-90deg) translateZ(0)}20%{opacity:1}to{transform:rotate(270deg) translateZ(0)}}@keyframes i{0%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(0)}12.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(0)}12.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(72.5deg)}25%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(72.5deg)}25.1%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(270deg)}37.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(270deg)}37.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(161.5deg)}50%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(161.5deg)}50.01%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(180deg)}62.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(180deg)}62.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(251.5deg)}75%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(251.5deg)}75.01%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(90deg)}87.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(90deg)}87.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(341.5deg)}to{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(341.5deg)}}.md-progress-spinner{display:inline-flex;position:relative}.md-progress-spinner.md-indeterminate{animation:g 2s linear infinite}.md-progress-spinner.md-indeterminate.md-progress-spinner-enter .md-progress-spinner-draw,.md-progress-spinner.md-indeterminate.md-progress-spinner-leave-to .md-progress-spinner-draw{opacity:0;transform:scale(.1)}.md-progress-spinner.md-indeterminate.md-progress-spinner-enter-active,.md-progress-spinner.md-indeterminate.md-progress-spinner-leave-active{transition-duration:.4s;animation:none}.md-progress-spinner.md-indeterminate .md-progress-spinner-circle{animation:4s infinite cubic-bezier(.25,.8,.25,1);animation-name:i}.md-progress-spinner.md-determinate.md-progress-spinner-enter-active{transition-duration:2s}.md-progress-spinner.md-determinate.md-progress-spinner-enter-active .md-progress-spinner-draw{animation:h 1.98s cubic-bezier(.25,.8,.25,1) forwards}.md-progress-spinner.md-determinate.md-progress-spinner-leave-active{transition-duration:2s}.md-progress-spinner.md-determinate.md-progress-spinner-leave-active .md-progress-spinner-draw{animation:h reverse 1.98s cubic-bezier(.25,.8,.25,1) forwards}.md-progress-spinner.md-determinate .md-progress-spinner-draw{transition:none}.md-progress-spinner-draw{overflow:visible;transform:scale(1) rotate(-90deg);transform-origin:center;transition:.4s cubic-bezier(.25,.8,.25,1);will-change:opacity,transform}.md-progress-spinner-circle{fill:none;transform-origin:center;transition:stroke-dashoffset .25s cubic-bezier(.25,.8,.25,1);will-change:stroke-dashoffset,stroke-dasharray,stroke-width,animation-name,r}.md-radio{width:auto;margin:16px 16px 16px 0;display:inline-flex;position:relative}.md-radio:not(.md-disabled),.md-radio:not(.md-disabled) .md-radio-label{cursor:pointer}.md-radio .md-radio-container{width:20px;min-width:20px;height:20px;position:relative;border:2px solid transparent;border-radius:50%;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-radio .md-radio-container:focus{outline:none}.md-radio .md-radio-container:after,.md-radio .md-radio-container:before{position:absolute;transition:.4s cubic-bezier(.55,0,.55,.2);content:" "}.md-radio .md-radio-container:before{width:48px;height:48px;top:50%;left:50%;z-index:6;border-radius:50%;transform:translate(-50%,-50%)}.md-radio .md-radio-container:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;opacity:0;transform:scale3D(.38,.38,1);content:" "}.md-radio .md-radio-container .md-ripple{width:48px!important;height:48px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%);border-radius:50%}.md-radio .md-radio-container input{position:absolute;left:-999em}.md-radio .md-radio-label{height:20px;padding-left:16px;position:relative;line-height:20px}.md-radio.md-checked .md-radio-container:after{opacity:1;transform:scale3D(1,1,1);transition:.4s cubic-bezier(.25,.8,.25,1)}.md-radio.md-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:"*";line-height:1em;vertical-align:top}.md-snackbar{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);min-width:288px;max-width:568px;min-height:48px;max-height:80px;padding:14px 24px;display:flex;align-items:center;position:fixed;z-index:14;border-radius:2px;transition:.4s cubic-bezier(.4,0,.2,1);will-change:background-color,color,opacity,transform}.md-snackbar.md-position-center{margin:0 auto;right:0;bottom:0;left:0}.md-snackbar.md-position-center.md-snackbar-enter,.md-snackbar.md-position-center.md-snackbar-leave-active{transform:translate3D(0,calc(100% + 8px),0)}.md-snackbar.md-position-left{bottom:24px;left:24px}.md-snackbar.md-position-left.md-snackbar-enter,.md-snackbar.md-position-left.md-snackbar-leave-active{transform:translate3D(0,calc(100% + 32px),0)}.md-snackbar-enter,.md-snackbar-enter .md-snackbar-content,.md-snackbar-leave-active,.md-snackbar-leave-active .md-snackbar-content{opacity:0}.md-snackbar-content{flex:1;display:flex;align-items:center;justify-content:space-between;transition:opacity .38s cubic-bezier(.55,0,.55,.2)}.md-snackbar-content .md-button{min-width:0;margin:-8px -8px -8px 36px}.md-snackbar-content .md-button+.md-button{margin-left:16px}@media (max-width:600px){.md-snackbar{left:0;transform:none;border-radius:0}.md-snackbar-content .md-button{margin-left:12px}}.md-speed-dial{display:inline-flex;flex-direction:column}.md-speed-dial.md-top-left,.md-speed-dial.md-top-right{position:absolute;top:24px}.md-speed-dial.md-bottom-left,.md-speed-dial.md-bottom-right{position:absolute;bottom:24px}.md-speed-dial.md-bottom-center,.md-speed-dial.md-top-center{position:absolute;left:50%;transform:translateX(-50%)}.md-speed-dial.md-top-center{top:24px}.md-speed-dial.md-bottom-center{bottom:24px}.md-speed-dial.md-bottom-right,.md-speed-dial.md-top-right{right:24px}.md-speed-dial.md-bottom-left,.md-speed-dial.md-top-left{left:24px}.md-speed-dial.md-fixed{position:fixed}.md-speed-dial.md-direction-top.md-effect-fling .md-speed-dial-content .md-button{transform:translate3d(0,50%,0) scale(.8)}.md-speed-dial.md-direction-top .md-speed-dial-target{order:2;margin-bottom:0!important}.md-speed-dial.md-direction-top .md-speed-dial-content{order:1}.md-speed-dial.md-direction-top .md-speed-dial-content .md-button:first-child{margin-top:0}.md-speed-dial.md-direction-bottom.md-effect-fling .md-speed-dial-content .md-button{transform:translate3d(0,-50%,0) scale(.8)}.md-speed-dial.md-direction-bottom .md-speed-dial-target{order:1;margin-top:0!important}.md-speed-dial.md-direction-bottom .md-speed-dial-content{order:2}.md-speed-dial.md-direction-bottom .md-speed-dial-content .md-button:last-child{margin-bottom:0}.md-speed-dial.md-effect-scale .md-speed-dial-content .md-button{transform:scale(.3)}.md-speed-dial.md-active .md-morph-initial,.md-speed-dial.md-with-hover:hover .md-morph-initial{opacity:0;transform:translate3D(-50%,-50%,0) rotate(90deg) scale(.7)}.md-speed-dial.md-active .md-morph-final,.md-speed-dial.md-with-hover:hover .md-morph-final{opacity:1;transform:translate3D(-50%,-50%,0) rotate(0deg) scale(1)}.md-speed-dial.md-active .md-speed-dial-content .md-button,.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button{pointer-events:auto;opacity:1;transform:translateZ(0) scale(1)!important;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.25,.8,.25,1)}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="0"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="0"]{transition-delay:0s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="1"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="1"]{transition-delay:.1s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="2"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="2"]{transition-delay:.2s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="3"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="3"]{transition-delay:.3s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="4"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="4"]{transition-delay:.4s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="5"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="5"]{transition-delay:.5s}.md-speed-dial .md-button{margin:6px 0}.md-speed-dial .md-speed-dial-content .md-button{pointer-events:none;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform 0s cubic-bezier(.4,0,.2,1) .3s;will-change:opacity,transform}.md-speed-dial .md-morph-final,.md-speed-dial .md-morph-initial{position:absolute;top:50%;left:50%;transform:translate3D(-50%,-50%,0);transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:opacity,transform;will-change:opacity,transform}.md-speed-dial .md-morph-final{opacity:0;transform:translate3D(-50%,-50%,0) scale(.7) rotate(-90deg)}.md-speed-dial-target{z-index:1}.md-speed-dial-content{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.md-speed-dial-content,.md-steppers{transition:.3s cubic-bezier(.4,0,.2,1)}.md-steppers{transition-property:color,background-color;will-change:color,background-color}.md-steppers.md-no-transition *{transition:none!important}.md-steppers.md-dynamic-height .md-steppers-wrapper{transition:height .3s cubic-bezier(.4,0,.2,1);will-change:height}.md-steppers.md-horizontal.md-alternative .md-stepper-header{height:104px}.md-steppers.md-horizontal.md-alternative .md-stepper-header:first-of-type .md-stepper-icon:before,.md-steppers.md-horizontal.md-alternative .md-stepper-header:first-of-type .md-stepper-number:before,.md-steppers.md-horizontal.md-alternative .md-stepper-header:last-of-type .md-stepper-icon:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header:last-of-type .md-stepper-number:after{content:none}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-ripple{justify-content:center}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content{padding-top:16px;flex-direction:column}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content:before{content:none}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-text{height:32px;justify-content:flex-start;text-align:center}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number{margin:0 8px 8px;position:relative}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:before,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:before{width:9999%;height:1px;position:absolute;top:50%;z-index:2;transition:background-color .3s cubic-bezier(.4,0,.2,1);will-change:background-color;content:" "}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:after{left:calc(100% + 8px)}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:before,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:before{right:32px}.md-steppers.md-vertical .md-stepper-header{height:56px}.md-steppers.md-vertical .md-stepper-header .md-ripple{padding:0 24px 0 16px}.md-steppers.md-vertical .md-steppers-container{display:block}.md-steppers.md-vertical .md-button-content:after,.md-steppers.md-vertical .md-button-content:before{content:none}.md-steppers.md-vertical .md-stepper-icon,.md-steppers.md-vertical .md-stepper-number{margin-right:12px}.md-steppers.md-vertical .md-stepper{flex:none;padding:0;position:relative}.md-steppers.md-vertical .md-stepper:last-of-type:after{content:none}.md-steppers.md-vertical .md-stepper:after{width:1px;position:absolute;top:48px;bottom:-8px;left:36px;z-index:2;transition:background-color .3s cubic-bezier(.4,0,.2,1);will-change:background-color;content:" "}.md-steppers-navigation{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);display:flex}.md-steppers-navigation .md-stepper-header{width:auto}.md-stepper-header{width:100%;height:72px;margin:0;flex:1;border-radius:0;font-weight:400;text-align:left;text-transform:none}.md-stepper-header:first-of-type .md-button-content:before,.md-stepper-header:last-of-type .md-button-content:after{content:none}.md-stepper-header.md-active,.md-stepper-header.md-error{font-weight:500}.md-stepper-header .md-ripple{padding:0 16px;justify-content:flex-start}.md-stepper-header .md-button-content{padding:0 8px;display:flex;align-items:center;transition:color .3s cubic-bezier(.4,0,.2,1);will-change:color}.md-stepper-header .md-button-content:after,.md-stepper-header .md-button-content:before{height:1px;position:absolute;top:50%;transition:background-color .3s cubic-bezier(.4,0,.2,1);will-change:background-color;content:" "}.md-stepper-header .md-button-content:after{width:9999%;left:100%}.md-stepper-header .md-button-content:before{width:16px;left:-16px}.md-stepper-header .md-button-content svg{transition:.3s cubic-bezier(.4,0,.2,1);transition-property:color,fill;will-change:color,fill}.md-stepper-text{display:flex;flex-direction:column;justify-content:center;line-height:16px;white-space:nowrap}.md-stepper-icon,.md-stepper-number{margin-right:8px;transition:color .3s cubic-bezier(.4,0,.2,1);will-change:color}.md-stepper-number{width:24px;height:24px;border-radius:24px;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:color,background-color;will-change:color,background-color;font-size:12px;line-height:24px;text-align:center}.md-stepper-done{width:20px;height:20px;transform:translateY(-1px)}.md-stepper-editable{width:14px;height:14px;transform:translateY(-1px)}.md-stepper-description,.md-stepper-error{font-size:12px;font-weight:400;line-height:16px}.md-stepper-description{opacity:.54}.md-steppers-wrapper{overflow:hidden;transition:none;will-change:height}.md-steppers-container{display:flex;align-items:flex-start;flex-wrap:nowrap;transform:translateZ(0);transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.md-stepper{width:100%;flex:1 0 100%;padding:16px 24px}@media (max-width:960px){.md-stepper{padding:8px 16px}}.md-steppers.md-vertical .md-stepper-content{padding:0 24px 0 60px;height:0;overflow:hidden;opacity:0;transform:translate3D(0,-20px,0);transition:.35s cubic-bezier(.25,.8,.25,1);transition-property:opacity,transform,height,padding-bottom;will-change:opacity,transform,height,padding-bottom}.md-steppers.md-vertical .md-stepper-content.md-active{height:auto;padding-bottom:40px;opacity:1;transform:translate3D(0,0,0)}.md-subheader{min-height:48px;padding:0 16px;display:flex;align-items:center;flex-flow:row wrap;font-size:14px;font-weight:500}.md-switch{width:auto;margin:16px 16px 16px 0;display:inline-flex;position:relative}.md-switch:not(.md-disabled),.md-switch:not(.md-disabled) .md-switch-label{cursor:pointer}.md-switch .md-switch-container{width:34px;min-width:34px;height:14px;margin:3px 0;display:flex;align-items:center;position:relative;border-radius:14px;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-switch .md-switch-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);width:20px;height:20px;position:relative;border-radius:50%;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-switch .md-switch-thumb:before{width:48px;height:48px;position:absolute;top:50%;left:50%;z-index:6;transform:translate(-50%,-50%);content:" "}.md-switch .md-switch-thumb .md-ripple{width:48px!important;height:48px!important;top:50%!important;left:50%!important;position:absolute;transform:translate(-50%,-50%);border-radius:50%}.md-switch .md-switch-thumb input{position:absolute;left:-999em}.md-switch .md-switch-label{height:20px;padding-left:16px;position:relative;line-height:20px}.md-switch.md-checked .md-switch-thumb{transform:translate3d(15px,0,0)}.md-switch.md-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:"*";line-height:1em;vertical-align:top}.md-table{display:flex;flex-flow:column wrap;overflow-x:auto}.md-table .md-table-fixed-header{position:relative}.md-table .md-table-fixed-header .md-table-fixed-header-container{flex:1;overflow-x:auto}.md-table .md-table-fixed-header .md-table-fixed-header-container::-webkit-scrollbar,.md-table .md-table-fixed-header .md-table-fixed-header-container::-webkit-scrollbar-button,.md-table .md-table-fixed-header .md-table-fixed-header-container::-webkit-scrollbar-thumb{display:none}.md-table .md-table-fixed-header-active{border-bottom:1px solid}.md-table .md-table-content{flex:1;overflow-x:auto;transition:height .3s cubic-bezier(.4,0,.2,1)}.md-table .md-table-empty{display:flex;align-items:center;justify-content:center}.md-table table{width:100%;border-spacing:0;border-collapse:collapse;overflow:hidden}.md-table-head{padding:0;position:relative;font-size:12px;line-height:16px;text-align:left}.md-table-head:last-child:not(:first-child) .md-table-head-label{padding-right:24px}.md-table-head.md-numeric{text-align:right}.md-table-head.md-sortable:first-of-type .md-table-sortable-icon,.md-table-head.md-table-cell-selection+.md-sortable .md-table-sortable-icon{right:8px;left:auto}.md-table-head .md-icon{width:16px;height:16px;font-size:16px}.md-table-head .md-icon:not(.md-sortable-icon){margin:0 4px}.md-table-head .md-icon:first-child{margin-left:0}.md-table-head .md-icon:last-child{margin-right:0}.md-sortable{cursor:pointer}.md-sortable.md-sorted .md-table-sortable-icon,.md-sortable:hover .md-table-sortable-icon{opacity:1}.md-sortable.md-sorted-desc .md-table-sortable-icon{transform:translateY(-50%) rotate(180deg)}.md-table-head-container{height:56px;padding:14px 0}.md-table-head-container,.md-table-head-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md-table-head-label{height:28px;padding-right:32px;padding-left:24px;display:inline-block;position:relative;line-height:28px}.md-table-sortable-icon{position:absolute;top:50%;left:0;transition:.3s cubic-bezier(.4,0,.2,1);transform:translateY(-50%);opacity:0;color:rgba(0,0,0,.38)}.md-table-alternate-header{position:absolute;top:0;right:0;left:0;z-index:2;will-change:opacity,transform}.md-table-alternate-header-enter,.md-table-alternate-header-leave-active{opacity:0;transform:translate3d(0,-100%,0)}.md-table-alternate-header-enter-active{transition:.3s cubic-bezier(.4,0,.2,1)}.md-table-alternate-header-leave-active{transition:.2s cubic-bezier(.4,0,1,1)}.md-table-row{transition:.3s cubic-bezier(.4,0,.2,1);transition-property:background-color,font-weight;will-change:background-color,font-weight}.md-table-row.md-has-selection{cursor:pointer}.md-table-row.md-selected-single{font-weight:500}tbody .md-table-row td{border-top:1px solid}.md-table-cell-selection{width:66px}.md-table-cell-selection+td .md-table-cell-container,.md-table-cell-selection+th .md-table-head-label{padding-left:0}.md-table-cell-selection .md-table-cell-container,.md-table-cell-selection .md-table-cell-label,.md-table-cell-selection .md-table-head-container,.md-table-cell-selection .md-table-head-label{padding:0;display:flex;align-items:center;justify-content:center;overflow:visible}.md-table-cell-selection .md-checkbox{margin:0}.md-table-cell-selection .md-checkbox .md-checkbox-container{width:18px;min-width:18px;height:18px}.md-table-cell-selection .md-checkbox .md-checkbox-container:after{top:-1px;left:4px}.md-table-toolbar{padding-left:24px}.md-table-toolbar .md-title{flex:1;font-size:20px}.md-toolbar,.md-toolbar-row{width:100%;min-height:64px;display:flex;align-items:center;align-content:center;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:opacity,background-color,box-shadow,transform,color,min-height;will-change:opacity,background-color,box-shadow,transform,color,min-height}.md-toolbar{padding:0 16px;flex-flow:row wrap;position:relative;z-index:2}.md-toolbar.md-dense{min-height:48px}.md-toolbar.md-large .md-toolbar-row,.md-toolbar.md-medium .md-toolbar-row{min-height:64px}.md-toolbar.md-medium{min-height:88px}.md-toolbar.md-large{min-height:128px;align-content:inherit}.md-toolbar.md-large.md-dense{min-height:96px}.md-toolbar.md-large.md-dense .md-toolbar-row+.md-toolbar-row{min-height:32px}.md-toolbar .md-toolbar-offset{margin-left:56px}.md-toolbar .md-button,.md-toolbar .md-icon{z-index:1}.md-toolbar .md-button~.md-title,.md-toolbar .md-icon~.md-title{margin-left:24px}.md-toolbar .md-button:last-child{margin-right:0}.md-toolbar .md-button:first-child{margin-left:0}.md-toolbar .md-display-1,.md-toolbar .md-display-2,.md-toolbar .md-title{margin:0;margin-left:8px;overflow:hidden;font-weight:400;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.md-toolbar .md-display-1{padding:12px 0}.md-toolbar .md-field{margin-top:2px;margin-bottom:14px;padding-top:16px}.md-toolbar-row{align-self:flex-start}.md-toolbar-section-end,.md-toolbar-section-start{display:flex;align-items:center;flex:1}.md-toolbar-section-start{justify-content:flex-start;order:0}.md-toolbar-section-end{justify-content:flex-end;order:10}@media (max-width:960px){.md-toolbar,.md-toolbar-row{min-height:48px}.md-toolbar{padding:0 8px}.md-toolbar .md-toolbar-offset{margin-left:48px}.md-toolbar .md-button~.md-title,.md-toolbar .md-icon~.md-title{margin-left:16px}}@media (max-width:600px){.md-toolbar,.md-toolbar-row{min-height:56px}}.md-table-empty-state{padding-left:24px}.md-table-cell{height:48px;position:relative;transition:.3s cubic-bezier(.4,0,.2,1);font-size:13px;line-height:18px}.md-table-cell.md-numeric{text-align:right}.md-table-cell:last-child .md-table-cell-container{padding-right:24px}.md-table-cell-container{padding:6px 32px 6px 24px}.md-table-pagination{height:56px;display:flex;flex:1;align-items:center;justify-content:flex-end;border-top:1px solid;font-size:12px}.md-table-pagination .md-table-pagination-previous{margin-right:2px;margin-left:18px}.md-table-pagination .md-field{width:48px;min-width:36px;margin:-16px 24px 0 32px}.md-table-pagination .md-field:after,.md-table-pagination .md-field:before{display:none}.md-table-pagination .md-field .md-select-value{font-size:13px}.md-menu-content.md-pagination-select{max-width:82px;min-width:56px;margin-top:5px}.md-tabs{display:flex;flex-direction:column}.md-tabs.md-no-transition *{transition:none!important}.md-tabs.md-dynamic-height .md-tabs-content{transition:height .3s cubic-bezier(.4,0,.2,1);will-change:height}.md-tabs.md-transparent .md-tabs-content,.md-tabs.md-transparent .md-tabs-navigation{background-color:transparent!important}.md-tabs.md-dynamic-height .md-tabs-content{transition:height .35s cubic-bezier(.25,.8,.25,1)}.md-tabs.md-alignment-left .md-tabs-navigation{justify-content:flex-start}.md-tabs.md-alignment-right .md-tabs-navigation{justify-content:flex-end}.md-tabs.md-alignment-centered .md-tabs-navigation,.md-tabs.md-alignment-fixed .md-tabs-navigation{justify-content:center}.md-tabs.md-alignment-fixed .md-tabs-navigation .md-button{max-width:264px;min-width:160px;flex:1}.md-toolbar .md-tabs{padding-left:48px}.md-tabs-navigation{display:flex;position:relative}.md-tabs-navigation .md-button{max-width:264px;min-width:72px;height:48px;margin:0;cursor:pointer;border-radius:0;font-size:13px}.md-tabs-navigation .md-button-content{position:static}.md-tabs-navigation .md-icon-label{height:72px}.md-tabs-navigation .md-icon-label .md-button-content{display:flex;flex-direction:column;justify-content:center}.md-tabs-navigation .md-icon-label .md-tab-icon+.md-tab-label{margin-top:10px}.md-tabs-navigation .md-ripple{padding:0 24px}.md-tabs-indicator{height:2px;position:absolute;bottom:0;left:0;transform:translateZ(0);will-change:left,right}.md-tabs-indicator.md-tabs-indicator-left{transition:left .3s cubic-bezier(.4,0,.2,1),right .35s cubic-bezier(.4,0,.2,1)}.md-tabs-indicator.md-tabs-indicator-right{transition:right .3s cubic-bezier(.4,0,.2,1),left .35s cubic-bezier(.4,0,.2,1)}.md-tabs-content{overflow:hidden;transition:none;will-change:height}.md-tabs-container{display:flex;align-items:flex-start;flex-wrap:nowrap;transform:translateZ(0);transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.md-tab{width:100%;flex:1 0 100%;padding:16px}@media (max-width:960px){.md-tabs.md-alignment-fixed .md-tabs-navigation .md-button{min-width:72px}.md-toolbar .md-tabs{margin:0 -8px;padding-left:0}.md-tabs-navigation .md-ripple{padding:0 12px}.md-tab{padding:8px}}.md-tooltip{height:22px;padding:0 8px;position:fixed;z-index:12;pointer-events:none;border-radius:2px;transition:.15s cubic-bezier(0,0,.2,1);transition-property:opacity,transform;will-change:opacity,transform,top,left!important;font-size:10px;line-height:22px;text-transform:none;white-space:nowrap}.md-tooltip.md-tooltip-leave-active{transition-timing-function:cubic-bezier(.4,0,1,1)}.md-tooltip.md-tooltip-enter,.md-tooltip.md-tooltip-leave-active{opacity:0}.md-tooltip.md-tooltip-enter.md-tooltip-top,.md-tooltip.md-tooltip-leave-active.md-tooltip-top{transform:translate3d(0,4px,0) scale(.95)}.md-tooltip.md-tooltip-enter.md-tooltip-right,.md-tooltip.md-tooltip-leave-active.md-tooltip-right{transform:translate3d(-4px,0,0) scale(.95)}.md-tooltip.md-tooltip-enter.md-tooltip-bottom,.md-tooltip.md-tooltip-leave-active.md-tooltip-bottom{transform:translate3d(0,-4px,0) scale(.95)}.md-tooltip.md-tooltip-enter.md-tooltip-left,.md-tooltip.md-tooltip-leave-active.md-tooltip-left{transform:translate3d(4px,0,0) scale(.95)}@media (max-width:960px){.md-tooltip{height:32px;font-size:14px;line-height:32px}}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-top;
}

.octicon.spin {
  -webkit-animation: spin 1s linear 0s infinite;
          animation: spin 1s linear 0s infinite;
}

.gh-button-container {
  display: inline-block;
  float: left;
  margin: 0 5px;
}

.gh-button-container a {
  text-decoration: none !important;
}

.gh-button-container.loading {
  visibility: hidden;
}

.gh-button {
  background-color: #eff3f6;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
  background-position: -1px -1px;
  background-repeat: repeat-x;
  background-size: 110% 110%;
  border-radius: 0.25em;
  border: 1px solid rgba(27, 31, 35, 0.2);
  color: #24292e;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 3px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

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

.gh-button:hover {
  background-color: #e6ebf1;
  background-image: linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);
  background-position: 0 -0.5em;
  background-repeat: repeat-x;
  border-color: rgba(27, 31, 35, 0.35);
  text-decoration: none !important;
}

.gh-button:active {
  background-color: #e9ecef;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.35);
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}

.gh-button:focus {
  box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.3);
  outline: 0;
}

.gh-button.with-count {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

a.social-count {
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 1px solid rgba(27, 31, 35, 0.2);
  border-right: 1px solid rgba(27, 31, 35, 0.2);
  border-bottom: 1px solid rgba(27, 31, 35, 0.2);
  color: #24292e;
  float: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 3px 10px;
  text-decoration: none !important;
  vertical-align: middle;
}

a.social-count:hover {
  color: #0366d6;
  cursor: pointer;
}

a.social-count.no-count::before {
  content: '\00A0';
}

@-webkit-keyframes spin-border{to{transform:rotate(360deg)}}@keyframes spin-border{to{transform:rotate(360deg)}}.spin{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spin-border .75s linear infinite;animation:spin-border .75s linear infinite}.spin.sm{width:1rem;height:1rem;border-width:.2em}.spin.primary{color:#007bff}.spin.secondary{color:#6c757d}.spin.success{color:#28a745}.spin.info{color:#17a2b8}.spin.warning{color:#ffc107}.spin.danger{color:#dc3545}.spin.light{color:#f8f9fa}.spin.dark{color:#343a40}@-webkit-keyframes spin-grow{0%{transform:scale(0)}50%{opacity:1}}@keyframes spin-grow{0%{transform:scale(0)}50%{opacity:1}}.spin-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spin-grow .75s linear infinite;animation:spin-grow .75s linear infinite}.spin-grow.sm{width:1rem;height:1rem}.spin-grow.primary{color:#007bff}.spin-grow.secondary{color:#6c757d}.spin-grow.success{color:#28a745}.spin-grow.info{color:#17a2b8}.spin-grow.warning{color:#ffc107}.spin-grow.danger{color:#dc3545}.spin-grow.light{color:#f8f9fa}.spin-grow.dark{color:#343a40}@-webkit-keyframes spin-round{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spin-round{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.spin-round{position:relative;width:48px;height:48px;display:inline-block;box-sizing:border-box}.spin-round:before{border-radius:50%;content:" ";width:48px;height:48px;display:inline-block;box-sizing:border-box;border-top:solid 6px #bababa;border-right:solid 6px #bababa;border-bottom:solid 6px #bababa;border-left:solid 6px #bababa;position:absolute;top:0;left:0}.spin-round:after{border-radius:50%;content:" ";width:48px;height:48px;display:inline-block;box-sizing:border-box;border-top:solid 6px #f56151;border-right:solid 6px transparent;border-bottom:solid 6px transparent;border-left:solid 6px transparent;position:absolute;top:0;left:0;-webkit-animation:spin-round 1s ease-in-out infinite;animation:spin-round 1s ease-in-out infinite}.spin-round.primary:after{border-top-color:#007bff}.spin-round.secondary:after{border-top-color:#6c757d}.spin-round.success:after{border-top-color:#28a745}.spin-round.info:after{border-top-color:#17a2b8}.spin-round.warning:after{border-top-color:#ffc107}.spin-round.danger:after{border-top-color:#dc3545}.spin-round.light:after{border-top-color:#f8f9fa}.spin-round.dark:after{border-top-color:#343a40}.spin-bubble{border-radius:50%;width:24px;height:24px;display:inline-block;box-sizing:border-box;background:#58bd55;-webkit-animation:spin-bubble 1s linear infinite;animation:spin-bubble 1s linear infinite}.spin-bubble:before{border-radius:50%;content:" ";width:24px;height:24px;display:inline-block;box-sizing:border-box;background-color:#58bd55;position:absolute;left:-30px;-webkit-animation:spin-bubble-before 1s ease-in-out infinite;animation:spin-bubble-before 1s ease-in-out infinite}.spin-bubble:after{border-radius:50%;content:" ";width:24px;height:24px;display:inline-block;box-sizing:border-box;background-color:#58bd55;position:absolute;right:-30px;-webkit-animation:spin-bubble-after 1s ease-in-out infinite;animation:spin-bubble-after 1s ease-in-out infinite}.spin-bubble.primary,.spin-bubble.primary:after,.spin-bubble.primary:before{background-color:#007bff}.spin-bubble.secondary,.spin-bubble.secondary:after,.spin-bubble.secondary:before{background-color:#6c757d}.spin-bubble.success,.spin-bubble.success:after,.spin-bubble.success:before{background-color:#28a745}.spin-bubble.info,.spin-bubble.info:after,.spin-bubble.info:before{background-color:#17a2b8}.spin-bubble.warning,.spin-bubble.warning:after,.spin-bubble.warning:before{background-color:#ffc107}.spin-bubble.danger,.spin-bubble.danger:after,.spin-bubble.danger:before{background-color:#dc3545}.spin-bubble.light,.spin-bubble.light:after,.spin-bubble.light:before{background-color:#f8f9fa}.spin-bubble.dark,.spin-bubble.dark:after,.spin-bubble.dark:before{background-color:#343a40}@-webkit-keyframes spin-bubble{0%{opacity:.5;transform:scale(1) translateX(0)}25%{opacity:1;transform:scale(1.1) translateX(-15px)}50%{opacity:1;transform:scale(1.2) translateX(15px)}100%{opacity:.5;transform:scale(1) translateX(0)}}@keyframes spin-bubble{0%{opacity:.5;transform:scale(1) translateX(0)}25%{opacity:1;transform:scale(1.1) translateX(-15px)}50%{opacity:1;transform:scale(1.2) translateX(15px)}100%{opacity:.5;transform:scale(1) translateX(0)}}@-webkit-keyframes spin-bubble-before{0%{opacity:.5;transform:scale(1)}25%{transform:scale(1.1)}100%,50%{opacity:1;transform:scale(1)}}@keyframes spin-bubble-before{0%{opacity:.5;transform:scale(1)}25%{transform:scale(1.1)}100%,50%{opacity:1;transform:scale(1)}}@-webkit-keyframes spin-bubble-after{0%,50%{opacity:.5;transform:scale(1)}50%{transform:scale(1.1)}100%,75%{opacity:1;transform:scale(1)}}@keyframes spin-bubble-after{0%,50%{opacity:.5;transform:scale(1)}50%{transform:scale(1.1)}100%,75%{opacity:1;transform:scale(1)}}@-webkit-keyframes spin-skeleton{0%{transform:rotate(0);opacity:1}50%{opacity:.7}100%{transform:rotate(360deg);opacity:1}}@keyframes spin-skeleton{0%{transform:rotate(0);opacity:1}50%{opacity:.7}100%{transform:rotate(360deg);opacity:1}}.spin-skeleton{border-radius:50%;border-top:solid 6px #f56151;border-right:solid 6px transparent;border-bottom:solid 6px transparent;border-left:solid 6px transparent;width:48px;height:48px;display:inline-block;box-sizing:border-box;position:relative;-webkit-animation:spin-skeleton 1s linear infinite;animation:spin-skeleton 1s linear infinite}.spin-skeleton:before{border-radius:50%;content:" ";width:48px;height:48px;display:inline-block;box-sizing:border-box;border-top:solid 6px transparent;border-right:solid 6px transparent;border-bottom:solid 6px transparent;border-left:solid 6px #f56151;position:absolute;top:-6px;left:-6px;transform:rotateZ(-30deg)}.spin-skeleton:after{border-radius:50%;content:" ";width:48px;height:48px;display:inline-block;box-sizing:border-box;border-top:solid 6px transparent;border-right:solid 6px #f56151;border-bottom:solid 6px transparent;border-left:solid 6px transparent;position:absolute;top:-6px;right:-6px;transform:rotateZ(30deg)}.spin-skeleton.primary{border-top-color:#007bff}.spin-skeleton.primary:before{border-left-color:#007bff}.spin-skeleton.primary:after{border-right-color:#007bff}.spin-skeleton.secondary{border-top-color:#6c757d}.spin-skeleton.secondary:before{border-left-color:#6c757d}.spin-skeleton.secondary:after{border-right-color:#6c757d}.spin-skeleton.success{border-top-color:#28a745}.spin-skeleton.success:before{border-left-color:#28a745}.spin-skeleton.success:after{border-right-color:#28a745}.spin-skeleton.info{border-top-color:#17a2b8}.spin-skeleton.info:before{border-left-color:#17a2b8}.spin-skeleton.info:after{border-right-color:#17a2b8}.spin-skeleton.warning{border-top-color:#ffc107}.spin-skeleton.warning:before{border-left-color:#ffc107}.spin-skeleton.warning:after{border-right-color:#ffc107}.spin-skeleton.danger{border-top-color:#dc3545}.spin-skeleton.danger:before{border-left-color:#dc3545}.spin-skeleton.danger:after{border-right-color:#dc3545}.spin-skeleton.light{border-top-color:#f8f9fa}.spin-skeleton.light:before{border-left-color:#f8f9fa}.spin-skeleton.light:after{border-right-color:#f8f9fa}.spin-skeleton.dark{border-top-color:#343a40}.spin-skeleton.dark:before{border-left-color:#343a40}.spin-skeleton.dark:after{border-right-color:#343a40}@-webkit-keyframes spin-whirly{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spin-whirly{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.spin-whirly{overflow:hidden;position:relative;text-indent:-9999px;display:inline-block;width:8px;height:8px;background:0 0;border-radius:100%;box-shadow:#e66 0 26px 0 6px,#e66 .90971px 26.05079px 0 5.93333px,#e66 1.82297px 26.06967px 0 5.86667px,#e66 2.73865px 26.05647px 0 5.8px,#e66 3.65561px 26.01104px 0 5.73333px,#e66 4.57274px 25.93327px 0 5.66667px,#e66 5.48887px 25.8231px 0 5.6px,#e66 6.40287px 25.68049px 0 5.53333px,#e66 7.31358px 25.50548px 0 5.46667px,#e66 8.21985px 25.2981px 0 5.4px,#e66 9.12054px 25.05847px 0 5.33333px,#e66 10.01448px 24.78672px 0 5.26667px,#e66 10.90054px 24.48302px 0 5.2px,#e66 11.77757px 24.1476px 0 5.13333px,#e66 12.64443px 23.78072px 0 5.06667px,#e66 13.5px 23.38269px 0 5px,#e66 14.34315px 22.95384px 0 4.93333px,#e66 15.17277px 22.49455px 0 4.86667px,#e66 15.98776px 22.00526px 0 4.8px,#e66 16.78704px 21.48643px 0 4.73333px,#e66 17.56953px 20.93855px 0 4.66667px,#e66 18.33418px 20.36217px 0 4.6px,#e66 19.07995px 19.75787px 0 4.53333px,#e66 19.80582px 19.12626px 0 4.46667px,#e66 20.5108px 18.468px 0 4.4px,#e66 21.1939px 17.78379px 0 4.33333px,#e66 21.85416px 17.07434px 0 4.26667px,#e66 22.49067px 16.34043px 0 4.2px,#e66 23.10251px 15.58284px 0 4.13333px,#e66 23.68881px 14.80241px 0 4.06667px,#e66 24.24871px 14px 0 4px,#e66 24.7814px 13.1765px 0 3.93333px,#e66 25.28607px 12.33284px 0 3.86667px,#e66 25.76198px 11.46997px 0 3.8px,#e66 26.2084px 10.58888px 0 3.73333px,#e66 26.62462px 9.69057px 0 3.66667px,#e66 27.01001px 8.77608px 0 3.6px,#e66 27.36392px 7.84648px 0 3.53333px,#e66 27.68577px 6.90284px 0 3.46667px,#e66 27.97502px 5.94627px 0 3.4px,#e66 28.23116px 4.97791px 0 3.33333px,#e66 28.4537px 3.99891px 0 3.26667px,#e66 28.64223px 3.01042px 0 3.2px,#e66 28.79635px 2.01364px 0 3.13333px,#e66 28.91571px 1.00976px 0 3.06667px,#e66 29px 0 0 3px,#e66 29.04896px -1.01441px 0 2.93333px,#e66 29.06237px -2.03224px 0 2.86667px,#e66 29.04004px -3.05223px 0 2.8px,#e66 28.98185px -4.07313px 0 2.73333px,#e66 28.88769px -5.09368px 0 2.66667px,#e66 28.75754px -6.1126px 0 2.6px,#e66 28.59138px -7.12863px 0 2.53333px,#e66 28.38926px -8.14049px 0 2.46667px,#e66 28.15127px -9.1469px 0 2.4px,#e66 27.87755px -10.1466px 0 2.33333px,#e66 27.56827px -11.1383px 0 2.26667px,#e66 27.22365px -12.12075px 0 2.2px,#e66 26.84398px -13.09268px 0 2.13333px,#e66 26.42956px -14.05285px 0 2.06667px,#e66 25.98076px -15px 0 2px,#e66 25.49798px -15.93291px 0 1.93333px,#e66 24.98167px -16.85035px 0 1.86667px,#e66 24.43231px -17.75111px 0 1.8px,#e66 23.85046px -18.63402px 0 1.73333px,#e66 23.23668px -19.49789px 0 1.66667px,#e66 22.5916px -20.34157px 0 1.6px,#e66 21.91589px -21.16393px 0 1.53333px,#e66 21.21024px -21.96384px 0 1.46667px,#e66 20.4754px -22.74023px 0 1.4px,#e66 19.71215px -23.49203px 0 1.33333px,#e66 18.92133px -24.2182px 0 1.26667px,#e66 18.10379px -24.91772px 0 1.2px,#e66 17.26042px -25.58963px 0 1.13333px,#e66 16.39217px -26.23295px 0 1.06667px,#e66 15.5px -26.84679px 0 1px,#e66 14.58492px -27.43024px 0 .93333px,#e66 13.64796px -27.98245px 0 .86667px,#e66 12.69018px -28.50262px 0 .8px,#e66 11.7127px -28.98995px 0 .73333px,#e66 10.71663px -29.4437px 0 .66667px,#e66 9.70313px -29.86317px 0 .6px,#e66 8.67339px -30.2477px 0 .53333px,#e66 7.6286px -30.59666px 0 .46667px,#e66 6.57001px -30.90946px 0 .4px,#e66 5.49886px -31.18558px 0 .33333px,#e66 4.41643px -31.42451px 0 .26667px,#e66 3.32401px -31.6258px 0 .2px,#e66 2.22291px -31.78904px 0 .13333px,#e66 1.11446px -31.91388px 0 .06667px,#e66 0 -32px 0 0,#e66 -1.11911px -32.04713px 0 -.06667px,#e66 -2.24151px -32.05506px 0 -.13333px,#e66 -3.36582px -32.02361px 0 -.2px,#e66 -4.49065px -31.95265px 0 -.26667px,#e66 -5.61462px -31.84212px 0 -.33333px,#e66 -6.73634px -31.69198px 0 -.4px,#e66 -7.8544px -31.50227px 0 -.46667px,#e66 -8.9674px -31.27305px 0 -.53333px,#e66 -10.07395px -31.00444px 0 -.6px,#e66 -11.17266px -30.69663px 0 -.66667px,#e66 -12.26212px -30.34982px 0 -.73333px,#e66 -13.34096px -29.96429px 0 -.8px,#e66 -14.4078px -29.54036px 0 -.86667px,#e66 -15.46126px -29.07841px 0 -.93333px,#e66 -16.5px -28.57884px 0 -1px,#e66 -17.52266px -28.04212px 0 -1.06667px,#e66 -18.52792px -27.46878px 0 -1.13333px,#e66 -19.51447px -26.85936px 0 -1.2px,#e66 -20.48101px -26.21449px 0 -1.26667px,#e66 -21.42625px -25.53481px 0 -1.33333px,#e66 -22.34896px -24.82104px 0 -1.4px,#e66 -23.2479px -24.07391px 0 -1.46667px,#e66 -24.12186px -23.29421px 0 -1.53333px,#e66 -24.96967px -22.48279px 0 -1.6px,#e66 -25.79016px -21.64052px 0 -1.66667px,#e66 -26.58223px -20.76831px 0 -1.73333px,#e66 -27.34477px -19.86714px 0 -1.8px,#e66 -28.07674px -18.938px 0 -1.86667px,#e66 -28.7771px -17.98193px 0 -1.93333px,#e66 -29.44486px -17px 0 -2px,#e66 -30.07908px -15.99333px 0 -2.06667px,#e66 -30.67884px -14.96307px 0 -2.13333px,#e66 -31.24325px -13.91039px 0 -2.2px,#e66 -31.7715px -12.83652px 0 -2.26667px,#e66 -32.26278px -11.74269px 0 -2.33333px,#e66 -32.71634px -10.63018px 0 -2.4px,#e66 -33.13149px -9.5003px 0 -2.46667px,#e66 -33.50755px -8.35437px 0 -2.53333px,#e66 -33.84391px -7.19374px 0 -2.6px,#e66 -34.14px -6.0198px 0 -2.66667px,#e66 -34.39531px -4.83395px 0 -2.73333px,#e66 -34.60936px -3.63759px 0 -2.8px,#e66 -34.78173px -2.43218px 0 -2.86667px,#e66 -34.91205px -1.21916px 0 -2.93333px,#e66 -35px 0 0 -3px,#e66 -35.04531px 1.22381px 0 -3.06667px,#e66 -35.04775px 2.45078px 0 -3.13333px,#e66 -35.00717px 3.6794px 0 -3.2px,#e66 -34.92345px 4.90817px 0 -3.26667px,#e66 -34.79654px 6.13557px 0 -3.33333px,#e66 -34.62643px 7.36007px 0 -3.4px,#e66 -34.41316px 8.58016px 0 -3.46667px,#e66 -34.15683px 9.79431px 0 -3.53333px,#e66 -33.85761px 11.001px 0 -3.6px,#e66 -33.5157px 12.19872px 0 -3.66667px,#e66 -33.13137px 13.38594px 0 -3.73333px,#e66 -32.70493px 14.56117px 0 -3.8px,#e66 -32.23675px 15.72291px 0 -3.86667px,#e66 -31.72725px 16.86968px 0 -3.93333px,#e66 -31.17691px 18px 0 -4px,#e66 -30.58627px 19.11242px 0 -4.06667px,#e66 -29.95589px 20.2055px 0 -4.13333px,#e66 -29.28642px 21.27783px 0 -4.2px,#e66 -28.57852px 22.32799px 0 -4.26667px,#e66 -27.83295px 23.35462px 0 -4.33333px,#e66 -27.05047px 24.35635px 0 -4.4px,#e66 -26.23192px 25.33188px 0 -4.46667px,#e66 -25.37819px 26.27988px 0 -4.53333px,#e66 -24.49018px 27.1991px 0 -4.6px,#e66 -23.56888px 28.0883px 0 -4.66667px,#e66 -22.6153px 28.94626px 0 -4.73333px,#e66 -21.6305px 29.77183px 0 -4.8px,#e66 -20.61558px 30.56385px 0 -4.86667px,#e66 -19.57168px 31.32124px 0 -4.93333px,#e66 -18.5px 32.04294px 0 -5px,#e66 -17.40175px 32.72792px 0 -5.06667px,#e66 -16.27818px 33.37522px 0 -5.13333px,#e66 -15.1306px 33.98389px 0 -5.2px,#e66 -13.96034px 34.55305px 0 -5.26667px,#e66 -12.76875px 35.08186px 0 -5.33333px,#e66 -11.55724px 35.56951px 0 -5.4px,#e66 -10.32721px 36.01527px 0 -5.46667px,#e66 -9.08014px 36.41843px 0 -5.53333px,#e66 -7.81748px 36.77835px 0 -5.6px,#e66 -6.54075px 37.09443px 0 -5.66667px,#e66 -5.25147px 37.36612px 0 -5.73333px,#e66 -3.95118px 37.59293px 0 -5.8px,#e66 -2.64145px 37.77443px 0 -5.86667px,#e66 -1.32385px 37.91023px 0 -5.93333px;-webkit-animation:spin-whirly 1.25s infinite linear;animation:spin-whirly 1.25s infinite linear;transform-origin:50% 50%}.spin-whirly.primary{box-shadow:#007bff 0 26px 0 6px,#007bff .90971px 26.05079px 0 5.93333px,#007bff 1.82297px 26.06967px 0 5.86667px,#007bff 2.73865px 26.05647px 0 5.8px,#007bff 3.65561px 26.01104px 0 5.73333px,#007bff 4.57274px 25.93327px 0 5.66667px,#007bff 5.48887px 25.8231px 0 5.6px,#007bff 6.40287px 25.68049px 0 5.53333px,#007bff 7.31358px 25.50548px 0 5.46667px,#007bff 8.21985px 25.2981px 0 5.4px,#007bff 9.12054px 25.05847px 0 5.33333px,#007bff 10.01448px 24.78672px 0 5.26667px,#007bff 10.90054px 24.48302px 0 5.2px,#007bff 11.77757px 24.1476px 0 5.13333px,#007bff 12.64443px 23.78072px 0 5.06667px,#007bff 13.5px 23.38269px 0 5px,#007bff 14.34315px 22.95384px 0 4.93333px,#007bff 15.17277px 22.49455px 0 4.86667px,#007bff 15.98776px 22.00526px 0 4.8px,#007bff 16.78704px 21.48643px 0 4.73333px,#007bff 17.56953px 20.93855px 0 4.66667px,#007bff 18.33418px 20.36217px 0 4.6px,#007bff 19.07995px 19.75787px 0 4.53333px,#007bff 19.80582px 19.12626px 0 4.46667px,#007bff 20.5108px 18.468px 0 4.4px,#007bff 21.1939px 17.78379px 0 4.33333px,#007bff 21.85416px 17.07434px 0 4.26667px,#007bff 22.49067px 16.34043px 0 4.2px,#007bff 23.10251px 15.58284px 0 4.13333px,#007bff 23.68881px 14.80241px 0 4.06667px,#007bff 24.24871px 14px 0 4px,#007bff 24.7814px 13.1765px 0 3.93333px,#007bff 25.28607px 12.33284px 0 3.86667px,#007bff 25.76198px 11.46997px 0 3.8px,#007bff 26.2084px 10.58888px 0 3.73333px,#007bff 26.62462px 9.69057px 0 3.66667px,#007bff 27.01001px 8.77608px 0 3.6px,#007bff 27.36392px 7.84648px 0 3.53333px,#007bff 27.68577px 6.90284px 0 3.46667px,#007bff 27.97502px 5.94627px 0 3.4px,#007bff 28.23116px 4.97791px 0 3.33333px,#007bff 28.4537px 3.99891px 0 3.26667px,#007bff 28.64223px 3.01042px 0 3.2px,#007bff 28.79635px 2.01364px 0 3.13333px,#007bff 28.91571px 1.00976px 0 3.06667px,#007bff 29px 0 0 3px,#007bff 29.04896px -1.01441px 0 2.93333px,#007bff 29.06237px -2.03224px 0 2.86667px,#007bff 29.04004px -3.05223px 0 2.8px,#007bff 28.98185px -4.07313px 0 2.73333px,#007bff 28.88769px -5.09368px 0 2.66667px,#007bff 28.75754px -6.1126px 0 2.6px,#007bff 28.59138px -7.12863px 0 2.53333px,#007bff 28.38926px -8.14049px 0 2.46667px,#007bff 28.15127px -9.1469px 0 2.4px,#007bff 27.87755px -10.1466px 0 2.33333px,#007bff 27.56827px -11.1383px 0 2.26667px,#007bff 27.22365px -12.12075px 0 2.2px,#007bff 26.84398px -13.09268px 0 2.13333px,#007bff 26.42956px -14.05285px 0 2.06667px,#007bff 25.98076px -15px 0 2px,#007bff 25.49798px -15.93291px 0 1.93333px,#007bff 24.98167px -16.85035px 0 1.86667px,#007bff 24.43231px -17.75111px 0 1.8px,#007bff 23.85046px -18.63402px 0 1.73333px,#007bff 23.23668px -19.49789px 0 1.66667px,#007bff 22.5916px -20.34157px 0 1.6px,#007bff 21.91589px -21.16393px 0 1.53333px,#007bff 21.21024px -21.96384px 0 1.46667px,#007bff 20.4754px -22.74023px 0 1.4px,#007bff 19.71215px -23.49203px 0 1.33333px,#007bff 18.92133px -24.2182px 0 1.26667px,#007bff 18.10379px -24.91772px 0 1.2px,#007bff 17.26042px -25.58963px 0 1.13333px,#007bff 16.39217px -26.23295px 0 1.06667px,#007bff 15.5px -26.84679px 0 1px,#007bff 14.58492px -27.43024px 0 .93333px,#007bff 13.64796px -27.98245px 0 .86667px,#007bff 12.69018px -28.50262px 0 .8px,#007bff 11.7127px -28.98995px 0 .73333px,#007bff 10.71663px -29.4437px 0 .66667px,#007bff 9.70313px -29.86317px 0 .6px,#007bff 8.67339px -30.2477px 0 .53333px,#007bff 7.6286px -30.59666px 0 .46667px,#007bff 6.57001px -30.90946px 0 .4px,#007bff 5.49886px -31.18558px 0 .33333px,#007bff 4.41643px -31.42451px 0 .26667px,#007bff 3.32401px -31.6258px 0 .2px,#007bff 2.22291px -31.78904px 0 .13333px,#007bff 1.11446px -31.91388px 0 .06667px,#007bff 0 -32px 0 0,#007bff -1.11911px -32.04713px 0 -.06667px,#007bff -2.24151px -32.05506px 0 -.13333px,#007bff -3.36582px -32.02361px 0 -.2px,#007bff -4.49065px -31.95265px 0 -.26667px,#007bff -5.61462px -31.84212px 0 -.33333px,#007bff -6.73634px -31.69198px 0 -.4px,#007bff -7.8544px -31.50227px 0 -.46667px,#007bff -8.9674px -31.27305px 0 -.53333px,#007bff -10.07395px -31.00444px 0 -.6px,#007bff -11.17266px -30.69663px 0 -.66667px,#007bff -12.26212px -30.34982px 0 -.73333px,#007bff -13.34096px -29.96429px 0 -.8px,#007bff -14.4078px -29.54036px 0 -.86667px,#007bff -15.46126px -29.07841px 0 -.93333px,#007bff -16.5px -28.57884px 0 -1px,#007bff -17.52266px -28.04212px 0 -1.06667px,#007bff -18.52792px -27.46878px 0 -1.13333px,#007bff -19.51447px -26.85936px 0 -1.2px,#007bff -20.48101px -26.21449px 0 -1.26667px,#007bff -21.42625px -25.53481px 0 -1.33333px,#007bff -22.34896px -24.82104px 0 -1.4px,#007bff -23.2479px -24.07391px 0 -1.46667px,#007bff -24.12186px -23.29421px 0 -1.53333px,#007bff -24.96967px -22.48279px 0 -1.6px,#007bff -25.79016px -21.64052px 0 -1.66667px,#007bff -26.58223px -20.76831px 0 -1.73333px,#007bff -27.34477px -19.86714px 0 -1.8px,#007bff -28.07674px -18.938px 0 -1.86667px,#007bff -28.7771px -17.98193px 0 -1.93333px,#007bff -29.44486px -17px 0 -2px,#007bff -30.07908px -15.99333px 0 -2.06667px,#007bff -30.67884px -14.96307px 0 -2.13333px,#007bff -31.24325px -13.91039px 0 -2.2px,#007bff -31.7715px -12.83652px 0 -2.26667px,#007bff -32.26278px -11.74269px 0 -2.33333px,#007bff -32.71634px -10.63018px 0 -2.4px,#007bff -33.13149px -9.5003px 0 -2.46667px,#007bff -33.50755px -8.35437px 0 -2.53333px,#007bff -33.84391px -7.19374px 0 -2.6px,#007bff -34.14px -6.0198px 0 -2.66667px,#007bff -34.39531px -4.83395px 0 -2.73333px,#007bff -34.60936px -3.63759px 0 -2.8px,#007bff -34.78173px -2.43218px 0 -2.86667px,#007bff -34.91205px -1.21916px 0 -2.93333px,#007bff -35px 0 0 -3px,#007bff -35.04531px 1.22381px 0 -3.06667px,#007bff -35.04775px 2.45078px 0 -3.13333px,#007bff -35.00717px 3.6794px 0 -3.2px,#007bff -34.92345px 4.90817px 0 -3.26667px,#007bff -34.79654px 6.13557px 0 -3.33333px,#007bff -34.62643px 7.36007px 0 -3.4px,#007bff -34.41316px 8.58016px 0 -3.46667px,#007bff -34.15683px 9.79431px 0 -3.53333px,#007bff -33.85761px 11.001px 0 -3.6px,#007bff -33.5157px 12.19872px 0 -3.66667px,#007bff -33.13137px 13.38594px 0 -3.73333px,#007bff -32.70493px 14.56117px 0 -3.8px,#007bff -32.23675px 15.72291px 0 -3.86667px,#007bff -31.72725px 16.86968px 0 -3.93333px,#007bff -31.17691px 18px 0 -4px,#007bff -30.58627px 19.11242px 0 -4.06667px,#007bff -29.95589px 20.2055px 0 -4.13333px,#007bff -29.28642px 21.27783px 0 -4.2px,#007bff -28.57852px 22.32799px 0 -4.26667px,#007bff -27.83295px 23.35462px 0 -4.33333px,#007bff -27.05047px 24.35635px 0 -4.4px,#007bff -26.23192px 25.33188px 0 -4.46667px,#007bff -25.37819px 26.27988px 0 -4.53333px,#007bff -24.49018px 27.1991px 0 -4.6px,#007bff -23.56888px 28.0883px 0 -4.66667px,#007bff -22.6153px 28.94626px 0 -4.73333px,#007bff -21.6305px 29.77183px 0 -4.8px,#007bff -20.61558px 30.56385px 0 -4.86667px,#007bff -19.57168px 31.32124px 0 -4.93333px,#007bff -18.5px 32.04294px 0 -5px,#007bff -17.40175px 32.72792px 0 -5.06667px,#007bff -16.27818px 33.37522px 0 -5.13333px,#007bff -15.1306px 33.98389px 0 -5.2px,#007bff -13.96034px 34.55305px 0 -5.26667px,#007bff -12.76875px 35.08186px 0 -5.33333px,#007bff -11.55724px 35.56951px 0 -5.4px,#007bff -10.32721px 36.01527px 0 -5.46667px,#007bff -9.08014px 36.41843px 0 -5.53333px,#007bff -7.81748px 36.77835px 0 -5.6px,#007bff -6.54075px 37.09443px 0 -5.66667px,#007bff -5.25147px 37.36612px 0 -5.73333px,#007bff -3.95118px 37.59293px 0 -5.8px,#007bff -2.64145px 37.77443px 0 -5.86667px,#007bff -1.32385px 37.91023px 0 -5.93333px}.spin-whirly.secondary{box-shadow:#6c757d 0 26px 0 6px,#6c757d .90971px 26.05079px 0 5.93333px,#6c757d 1.82297px 26.06967px 0 5.86667px,#6c757d 2.73865px 26.05647px 0 5.8px,#6c757d 3.65561px 26.01104px 0 5.73333px,#6c757d 4.57274px 25.93327px 0 5.66667px,#6c757d 5.48887px 25.8231px 0 5.6px,#6c757d 6.40287px 25.68049px 0 5.53333px,#6c757d 7.31358px 25.50548px 0 5.46667px,#6c757d 8.21985px 25.2981px 0 5.4px,#6c757d 9.12054px 25.05847px 0 5.33333px,#6c757d 10.01448px 24.78672px 0 5.26667px,#6c757d 10.90054px 24.48302px 0 5.2px,#6c757d 11.77757px 24.1476px 0 5.13333px,#6c757d 12.64443px 23.78072px 0 5.06667px,#6c757d 13.5px 23.38269px 0 5px,#6c757d 14.34315px 22.95384px 0 4.93333px,#6c757d 15.17277px 22.49455px 0 4.86667px,#6c757d 15.98776px 22.00526px 0 4.8px,#6c757d 16.78704px 21.48643px 0 4.73333px,#6c757d 17.56953px 20.93855px 0 4.66667px,#6c757d 18.33418px 20.36217px 0 4.6px,#6c757d 19.07995px 19.75787px 0 4.53333px,#6c757d 19.80582px 19.12626px 0 4.46667px,#6c757d 20.5108px 18.468px 0 4.4px,#6c757d 21.1939px 17.78379px 0 4.33333px,#6c757d 21.85416px 17.07434px 0 4.26667px,#6c757d 22.49067px 16.34043px 0 4.2px,#6c757d 23.10251px 15.58284px 0 4.13333px,#6c757d 23.68881px 14.80241px 0 4.06667px,#6c757d 24.24871px 14px 0 4px,#6c757d 24.7814px 13.1765px 0 3.93333px,#6c757d 25.28607px 12.33284px 0 3.86667px,#6c757d 25.76198px 11.46997px 0 3.8px,#6c757d 26.2084px 10.58888px 0 3.73333px,#6c757d 26.62462px 9.69057px 0 3.66667px,#6c757d 27.01001px 8.77608px 0 3.6px,#6c757d 27.36392px 7.84648px 0 3.53333px,#6c757d 27.68577px 6.90284px 0 3.46667px,#6c757d 27.97502px 5.94627px 0 3.4px,#6c757d 28.23116px 4.97791px 0 3.33333px,#6c757d 28.4537px 3.99891px 0 3.26667px,#6c757d 28.64223px 3.01042px 0 3.2px,#6c757d 28.79635px 2.01364px 0 3.13333px,#6c757d 28.91571px 1.00976px 0 3.06667px,#6c757d 29px 0 0 3px,#6c757d 29.04896px -1.01441px 0 2.93333px,#6c757d 29.06237px -2.03224px 0 2.86667px,#6c757d 29.04004px -3.05223px 0 2.8px,#6c757d 28.98185px -4.07313px 0 2.73333px,#6c757d 28.88769px -5.09368px 0 2.66667px,#6c757d 28.75754px -6.1126px 0 2.6px,#6c757d 28.59138px -7.12863px 0 2.53333px,#6c757d 28.38926px -8.14049px 0 2.46667px,#6c757d 28.15127px -9.1469px 0 2.4px,#6c757d 27.87755px -10.1466px 0 2.33333px,#6c757d 27.56827px -11.1383px 0 2.26667px,#6c757d 27.22365px -12.12075px 0 2.2px,#6c757d 26.84398px -13.09268px 0 2.13333px,#6c757d 26.42956px -14.05285px 0 2.06667px,#6c757d 25.98076px -15px 0 2px,#6c757d 25.49798px -15.93291px 0 1.93333px,#6c757d 24.98167px -16.85035px 0 1.86667px,#6c757d 24.43231px -17.75111px 0 1.8px,#6c757d 23.85046px -18.63402px 0 1.73333px,#6c757d 23.23668px -19.49789px 0 1.66667px,#6c757d 22.5916px -20.34157px 0 1.6px,#6c757d 21.91589px -21.16393px 0 1.53333px,#6c757d 21.21024px -21.96384px 0 1.46667px,#6c757d 20.4754px -22.74023px 0 1.4px,#6c757d 19.71215px -23.49203px 0 1.33333px,#6c757d 18.92133px -24.2182px 0 1.26667px,#6c757d 18.10379px -24.91772px 0 1.2px,#6c757d 17.26042px -25.58963px 0 1.13333px,#6c757d 16.39217px -26.23295px 0 1.06667px,#6c757d 15.5px -26.84679px 0 1px,#6c757d 14.58492px -27.43024px 0 .93333px,#6c757d 13.64796px -27.98245px 0 .86667px,#6c757d 12.69018px -28.50262px 0 .8px,#6c757d 11.7127px -28.98995px 0 .73333px,#6c757d 10.71663px -29.4437px 0 .66667px,#6c757d 9.70313px -29.86317px 0 .6px,#6c757d 8.67339px -30.2477px 0 .53333px,#6c757d 7.6286px -30.59666px 0 .46667px,#6c757d 6.57001px -30.90946px 0 .4px,#6c757d 5.49886px -31.18558px 0 .33333px,#6c757d 4.41643px -31.42451px 0 .26667px,#6c757d 3.32401px -31.6258px 0 .2px,#6c757d 2.22291px -31.78904px 0 .13333px,#6c757d 1.11446px -31.91388px 0 .06667px,#6c757d 0 -32px 0 0,#6c757d -1.11911px -32.04713px 0 -.06667px,#6c757d -2.24151px -32.05506px 0 -.13333px,#6c757d -3.36582px -32.02361px 0 -.2px,#6c757d -4.49065px -31.95265px 0 -.26667px,#6c757d -5.61462px -31.84212px 0 -.33333px,#6c757d -6.73634px -31.69198px 0 -.4px,#6c757d -7.8544px -31.50227px 0 -.46667px,#6c757d -8.9674px -31.27305px 0 -.53333px,#6c757d -10.07395px -31.00444px 0 -.6px,#6c757d -11.17266px -30.69663px 0 -.66667px,#6c757d -12.26212px -30.34982px 0 -.73333px,#6c757d -13.34096px -29.96429px 0 -.8px,#6c757d -14.4078px -29.54036px 0 -.86667px,#6c757d -15.46126px -29.07841px 0 -.93333px,#6c757d -16.5px -28.57884px 0 -1px,#6c757d -17.52266px -28.04212px 0 -1.06667px,#6c757d -18.52792px -27.46878px 0 -1.13333px,#6c757d -19.51447px -26.85936px 0 -1.2px,#6c757d -20.48101px -26.21449px 0 -1.26667px,#6c757d -21.42625px -25.53481px 0 -1.33333px,#6c757d -22.34896px -24.82104px 0 -1.4px,#6c757d -23.2479px -24.07391px 0 -1.46667px,#6c757d -24.12186px -23.29421px 0 -1.53333px,#6c757d -24.96967px -22.48279px 0 -1.6px,#6c757d -25.79016px -21.64052px 0 -1.66667px,#6c757d -26.58223px -20.76831px 0 -1.73333px,#6c757d -27.34477px -19.86714px 0 -1.8px,#6c757d -28.07674px -18.938px 0 -1.86667px,#6c757d -28.7771px -17.98193px 0 -1.93333px,#6c757d -29.44486px -17px 0 -2px,#6c757d -30.07908px -15.99333px 0 -2.06667px,#6c757d -30.67884px -14.96307px 0 -2.13333px,#6c757d -31.24325px -13.91039px 0 -2.2px,#6c757d -31.7715px -12.83652px 0 -2.26667px,#6c757d -32.26278px -11.74269px 0 -2.33333px,#6c757d -32.71634px -10.63018px 0 -2.4px,#6c757d -33.13149px -9.5003px 0 -2.46667px,#6c757d -33.50755px -8.35437px 0 -2.53333px,#6c757d -33.84391px -7.19374px 0 -2.6px,#6c757d -34.14px -6.0198px 0 -2.66667px,#6c757d -34.39531px -4.83395px 0 -2.73333px,#6c757d -34.60936px -3.63759px 0 -2.8px,#6c757d -34.78173px -2.43218px 0 -2.86667px,#6c757d -34.91205px -1.21916px 0 -2.93333px,#6c757d -35px 0 0 -3px,#6c757d -35.04531px 1.22381px 0 -3.06667px,#6c757d -35.04775px 2.45078px 0 -3.13333px,#6c757d -35.00717px 3.6794px 0 -3.2px,#6c757d -34.92345px 4.90817px 0 -3.26667px,#6c757d -34.79654px 6.13557px 0 -3.33333px,#6c757d -34.62643px 7.36007px 0 -3.4px,#6c757d -34.41316px 8.58016px 0 -3.46667px,#6c757d -34.15683px 9.79431px 0 -3.53333px,#6c757d -33.85761px 11.001px 0 -3.6px,#6c757d -33.5157px 12.19872px 0 -3.66667px,#6c757d -33.13137px 13.38594px 0 -3.73333px,#6c757d -32.70493px 14.56117px 0 -3.8px,#6c757d -32.23675px 15.72291px 0 -3.86667px,#6c757d -31.72725px 16.86968px 0 -3.93333px,#6c757d -31.17691px 18px 0 -4px,#6c757d -30.58627px 19.11242px 0 -4.06667px,#6c757d -29.95589px 20.2055px 0 -4.13333px,#6c757d -29.28642px 21.27783px 0 -4.2px,#6c757d -28.57852px 22.32799px 0 -4.26667px,#6c757d -27.83295px 23.35462px 0 -4.33333px,#6c757d -27.05047px 24.35635px 0 -4.4px,#6c757d -26.23192px 25.33188px 0 -4.46667px,#6c757d -25.37819px 26.27988px 0 -4.53333px,#6c757d -24.49018px 27.1991px 0 -4.6px,#6c757d -23.56888px 28.0883px 0 -4.66667px,#6c757d -22.6153px 28.94626px 0 -4.73333px,#6c757d -21.6305px 29.77183px 0 -4.8px,#6c757d -20.61558px 30.56385px 0 -4.86667px,#6c757d -19.57168px 31.32124px 0 -4.93333px,#6c757d -18.5px 32.04294px 0 -5px,#6c757d -17.40175px 32.72792px 0 -5.06667px,#6c757d -16.27818px 33.37522px 0 -5.13333px,#6c757d -15.1306px 33.98389px 0 -5.2px,#6c757d -13.96034px 34.55305px 0 -5.26667px,#6c757d -12.76875px 35.08186px 0 -5.33333px,#6c757d -11.55724px 35.56951px 0 -5.4px,#6c757d -10.32721px 36.01527px 0 -5.46667px,#6c757d -9.08014px 36.41843px 0 -5.53333px,#6c757d -7.81748px 36.77835px 0 -5.6px,#6c757d -6.54075px 37.09443px 0 -5.66667px,#6c757d -5.25147px 37.36612px 0 -5.73333px,#6c757d -3.95118px 37.59293px 0 -5.8px,#6c757d -2.64145px 37.77443px 0 -5.86667px,#6c757d -1.32385px 37.91023px 0 -5.93333px}.spin-whirly.success{box-shadow:#28a745 0 26px 0 6px,#28a745 .90971px 26.05079px 0 5.93333px,#28a745 1.82297px 26.06967px 0 5.86667px,#28a745 2.73865px 26.05647px 0 5.8px,#28a745 3.65561px 26.01104px 0 5.73333px,#28a745 4.57274px 25.93327px 0 5.66667px,#28a745 5.48887px 25.8231px 0 5.6px,#28a745 6.40287px 25.68049px 0 5.53333px,#28a745 7.31358px 25.50548px 0 5.46667px,#28a745 8.21985px 25.2981px 0 5.4px,#28a745 9.12054px 25.05847px 0 5.33333px,#28a745 10.01448px 24.78672px 0 5.26667px,#28a745 10.90054px 24.48302px 0 5.2px,#28a745 11.77757px 24.1476px 0 5.13333px,#28a745 12.64443px 23.78072px 0 5.06667px,#28a745 13.5px 23.38269px 0 5px,#28a745 14.34315px 22.95384px 0 4.93333px,#28a745 15.17277px 22.49455px 0 4.86667px,#28a745 15.98776px 22.00526px 0 4.8px,#28a745 16.78704px 21.48643px 0 4.73333px,#28a745 17.56953px 20.93855px 0 4.66667px,#28a745 18.33418px 20.36217px 0 4.6px,#28a745 19.07995px 19.75787px 0 4.53333px,#28a745 19.80582px 19.12626px 0 4.46667px,#28a745 20.5108px 18.468px 0 4.4px,#28a745 21.1939px 17.78379px 0 4.33333px,#28a745 21.85416px 17.07434px 0 4.26667px,#28a745 22.49067px 16.34043px 0 4.2px,#28a745 23.10251px 15.58284px 0 4.13333px,#28a745 23.68881px 14.80241px 0 4.06667px,#28a745 24.24871px 14px 0 4px,#28a745 24.7814px 13.1765px 0 3.93333px,#28a745 25.28607px 12.33284px 0 3.86667px,#28a745 25.76198px 11.46997px 0 3.8px,#28a745 26.2084px 10.58888px 0 3.73333px,#28a745 26.62462px 9.69057px 0 3.66667px,#28a745 27.01001px 8.77608px 0 3.6px,#28a745 27.36392px 7.84648px 0 3.53333px,#28a745 27.68577px 6.90284px 0 3.46667px,#28a745 27.97502px 5.94627px 0 3.4px,#28a745 28.23116px 4.97791px 0 3.33333px,#28a745 28.4537px 3.99891px 0 3.26667px,#28a745 28.64223px 3.01042px 0 3.2px,#28a745 28.79635px 2.01364px 0 3.13333px,#28a745 28.91571px 1.00976px 0 3.06667px,#28a745 29px 0 0 3px,#28a745 29.04896px -1.01441px 0 2.93333px,#28a745 29.06237px -2.03224px 0 2.86667px,#28a745 29.04004px -3.05223px 0 2.8px,#28a745 28.98185px -4.07313px 0 2.73333px,#28a745 28.88769px -5.09368px 0 2.66667px,#28a745 28.75754px -6.1126px 0 2.6px,#28a745 28.59138px -7.12863px 0 2.53333px,#28a745 28.38926px -8.14049px 0 2.46667px,#28a745 28.15127px -9.1469px 0 2.4px,#28a745 27.87755px -10.1466px 0 2.33333px,#28a745 27.56827px -11.1383px 0 2.26667px,#28a745 27.22365px -12.12075px 0 2.2px,#28a745 26.84398px -13.09268px 0 2.13333px,#28a745 26.42956px -14.05285px 0 2.06667px,#28a745 25.98076px -15px 0 2px,#28a745 25.49798px -15.93291px 0 1.93333px,#28a745 24.98167px -16.85035px 0 1.86667px,#28a745 24.43231px -17.75111px 0 1.8px,#28a745 23.85046px -18.63402px 0 1.73333px,#28a745 23.23668px -19.49789px 0 1.66667px,#28a745 22.5916px -20.34157px 0 1.6px,#28a745 21.91589px -21.16393px 0 1.53333px,#28a745 21.21024px -21.96384px 0 1.46667px,#28a745 20.4754px -22.74023px 0 1.4px,#28a745 19.71215px -23.49203px 0 1.33333px,#28a745 18.92133px -24.2182px 0 1.26667px,#28a745 18.10379px -24.91772px 0 1.2px,#28a745 17.26042px -25.58963px 0 1.13333px,#28a745 16.39217px -26.23295px 0 1.06667px,#28a745 15.5px -26.84679px 0 1px,#28a745 14.58492px -27.43024px 0 .93333px,#28a745 13.64796px -27.98245px 0 .86667px,#28a745 12.69018px -28.50262px 0 .8px,#28a745 11.7127px -28.98995px 0 .73333px,#28a745 10.71663px -29.4437px 0 .66667px,#28a745 9.70313px -29.86317px 0 .6px,#28a745 8.67339px -30.2477px 0 .53333px,#28a745 7.6286px -30.59666px 0 .46667px,#28a745 6.57001px -30.90946px 0 .4px,#28a745 5.49886px -31.18558px 0 .33333px,#28a745 4.41643px -31.42451px 0 .26667px,#28a745 3.32401px -31.6258px 0 .2px,#28a745 2.22291px -31.78904px 0 .13333px,#28a745 1.11446px -31.91388px 0 .06667px,#28a745 0 -32px 0 0,#28a745 -1.11911px -32.04713px 0 -.06667px,#28a745 -2.24151px -32.05506px 0 -.13333px,#28a745 -3.36582px -32.02361px 0 -.2px,#28a745 -4.49065px -31.95265px 0 -.26667px,#28a745 -5.61462px -31.84212px 0 -.33333px,#28a745 -6.73634px -31.69198px 0 -.4px,#28a745 -7.8544px -31.50227px 0 -.46667px,#28a745 -8.9674px -31.27305px 0 -.53333px,#28a745 -10.07395px -31.00444px 0 -.6px,#28a745 -11.17266px -30.69663px 0 -.66667px,#28a745 -12.26212px -30.34982px 0 -.73333px,#28a745 -13.34096px -29.96429px 0 -.8px,#28a745 -14.4078px -29.54036px 0 -.86667px,#28a745 -15.46126px -29.07841px 0 -.93333px,#28a745 -16.5px -28.57884px 0 -1px,#28a745 -17.52266px -28.04212px 0 -1.06667px,#28a745 -18.52792px -27.46878px 0 -1.13333px,#28a745 -19.51447px -26.85936px 0 -1.2px,#28a745 -20.48101px -26.21449px 0 -1.26667px,#28a745 -21.42625px -25.53481px 0 -1.33333px,#28a745 -22.34896px -24.82104px 0 -1.4px,#28a745 -23.2479px -24.07391px 0 -1.46667px,#28a745 -24.12186px -23.29421px 0 -1.53333px,#28a745 -24.96967px -22.48279px 0 -1.6px,#28a745 -25.79016px -21.64052px 0 -1.66667px,#28a745 -26.58223px -20.76831px 0 -1.73333px,#28a745 -27.34477px -19.86714px 0 -1.8px,#28a745 -28.07674px -18.938px 0 -1.86667px,#28a745 -28.7771px -17.98193px 0 -1.93333px,#28a745 -29.44486px -17px 0 -2px,#28a745 -30.07908px -15.99333px 0 -2.06667px,#28a745 -30.67884px -14.96307px 0 -2.13333px,#28a745 -31.24325px -13.91039px 0 -2.2px,#28a745 -31.7715px -12.83652px 0 -2.26667px,#28a745 -32.26278px -11.74269px 0 -2.33333px,#28a745 -32.71634px -10.63018px 0 -2.4px,#28a745 -33.13149px -9.5003px 0 -2.46667px,#28a745 -33.50755px -8.35437px 0 -2.53333px,#28a745 -33.84391px -7.19374px 0 -2.6px,#28a745 -34.14px -6.0198px 0 -2.66667px,#28a745 -34.39531px -4.83395px 0 -2.73333px,#28a745 -34.60936px -3.63759px 0 -2.8px,#28a745 -34.78173px -2.43218px 0 -2.86667px,#28a745 -34.91205px -1.21916px 0 -2.93333px,#28a745 -35px 0 0 -3px,#28a745 -35.04531px 1.22381px 0 -3.06667px,#28a745 -35.04775px 2.45078px 0 -3.13333px,#28a745 -35.00717px 3.6794px 0 -3.2px,#28a745 -34.92345px 4.90817px 0 -3.26667px,#28a745 -34.79654px 6.13557px 0 -3.33333px,#28a745 -34.62643px 7.36007px 0 -3.4px,#28a745 -34.41316px 8.58016px 0 -3.46667px,#28a745 -34.15683px 9.79431px 0 -3.53333px,#28a745 -33.85761px 11.001px 0 -3.6px,#28a745 -33.5157px 12.19872px 0 -3.66667px,#28a745 -33.13137px 13.38594px 0 -3.73333px,#28a745 -32.70493px 14.56117px 0 -3.8px,#28a745 -32.23675px 15.72291px 0 -3.86667px,#28a745 -31.72725px 16.86968px 0 -3.93333px,#28a745 -31.17691px 18px 0 -4px,#28a745 -30.58627px 19.11242px 0 -4.06667px,#28a745 -29.95589px 20.2055px 0 -4.13333px,#28a745 -29.28642px 21.27783px 0 -4.2px,#28a745 -28.57852px 22.32799px 0 -4.26667px,#28a745 -27.83295px 23.35462px 0 -4.33333px,#28a745 -27.05047px 24.35635px 0 -4.4px,#28a745 -26.23192px 25.33188px 0 -4.46667px,#28a745 -25.37819px 26.27988px 0 -4.53333px,#28a745 -24.49018px 27.1991px 0 -4.6px,#28a745 -23.56888px 28.0883px 0 -4.66667px,#28a745 -22.6153px 28.94626px 0 -4.73333px,#28a745 -21.6305px 29.77183px 0 -4.8px,#28a745 -20.61558px 30.56385px 0 -4.86667px,#28a745 -19.57168px 31.32124px 0 -4.93333px,#28a745 -18.5px 32.04294px 0 -5px,#28a745 -17.40175px 32.72792px 0 -5.06667px,#28a745 -16.27818px 33.37522px 0 -5.13333px,#28a745 -15.1306px 33.98389px 0 -5.2px,#28a745 -13.96034px 34.55305px 0 -5.26667px,#28a745 -12.76875px 35.08186px 0 -5.33333px,#28a745 -11.55724px 35.56951px 0 -5.4px,#28a745 -10.32721px 36.01527px 0 -5.46667px,#28a745 -9.08014px 36.41843px 0 -5.53333px,#28a745 -7.81748px 36.77835px 0 -5.6px,#28a745 -6.54075px 37.09443px 0 -5.66667px,#28a745 -5.25147px 37.36612px 0 -5.73333px,#28a745 -3.95118px 37.59293px 0 -5.8px,#28a745 -2.64145px 37.77443px 0 -5.86667px,#28a745 -1.32385px 37.91023px 0 -5.93333px}.spin-whirly.info{box-shadow:#17a2b8 0 26px 0 6px,#17a2b8 .90971px 26.05079px 0 5.93333px,#17a2b8 1.82297px 26.06967px 0 5.86667px,#17a2b8 2.73865px 26.05647px 0 5.8px,#17a2b8 3.65561px 26.01104px 0 5.73333px,#17a2b8 4.57274px 25.93327px 0 5.66667px,#17a2b8 5.48887px 25.8231px 0 5.6px,#17a2b8 6.40287px 25.68049px 0 5.53333px,#17a2b8 7.31358px 25.50548px 0 5.46667px,#17a2b8 8.21985px 25.2981px 0 5.4px,#17a2b8 9.12054px 25.05847px 0 5.33333px,#17a2b8 10.01448px 24.78672px 0 5.26667px,#17a2b8 10.90054px 24.48302px 0 5.2px,#17a2b8 11.77757px 24.1476px 0 5.13333px,#17a2b8 12.64443px 23.78072px 0 5.06667px,#17a2b8 13.5px 23.38269px 0 5px,#17a2b8 14.34315px 22.95384px 0 4.93333px,#17a2b8 15.17277px 22.49455px 0 4.86667px,#17a2b8 15.98776px 22.00526px 0 4.8px,#17a2b8 16.78704px 21.48643px 0 4.73333px,#17a2b8 17.56953px 20.93855px 0 4.66667px,#17a2b8 18.33418px 20.36217px 0 4.6px,#17a2b8 19.07995px 19.75787px 0 4.53333px,#17a2b8 19.80582px 19.12626px 0 4.46667px,#17a2b8 20.5108px 18.468px 0 4.4px,#17a2b8 21.1939px 17.78379px 0 4.33333px,#17a2b8 21.85416px 17.07434px 0 4.26667px,#17a2b8 22.49067px 16.34043px 0 4.2px,#17a2b8 23.10251px 15.58284px 0 4.13333px,#17a2b8 23.68881px 14.80241px 0 4.06667px,#17a2b8 24.24871px 14px 0 4px,#17a2b8 24.7814px 13.1765px 0 3.93333px,#17a2b8 25.28607px 12.33284px 0 3.86667px,#17a2b8 25.76198px 11.46997px 0 3.8px,#17a2b8 26.2084px 10.58888px 0 3.73333px,#17a2b8 26.62462px 9.69057px 0 3.66667px,#17a2b8 27.01001px 8.77608px 0 3.6px,#17a2b8 27.36392px 7.84648px 0 3.53333px,#17a2b8 27.68577px 6.90284px 0 3.46667px,#17a2b8 27.97502px 5.94627px 0 3.4px,#17a2b8 28.23116px 4.97791px 0 3.33333px,#17a2b8 28.4537px 3.99891px 0 3.26667px,#17a2b8 28.64223px 3.01042px 0 3.2px,#17a2b8 28.79635px 2.01364px 0 3.13333px,#17a2b8 28.91571px 1.00976px 0 3.06667px,#17a2b8 29px 0 0 3px,#17a2b8 29.04896px -1.01441px 0 2.93333px,#17a2b8 29.06237px -2.03224px 0 2.86667px,#17a2b8 29.04004px -3.05223px 0 2.8px,#17a2b8 28.98185px -4.07313px 0 2.73333px,#17a2b8 28.88769px -5.09368px 0 2.66667px,#17a2b8 28.75754px -6.1126px 0 2.6px,#17a2b8 28.59138px -7.12863px 0 2.53333px,#17a2b8 28.38926px -8.14049px 0 2.46667px,#17a2b8 28.15127px -9.1469px 0 2.4px,#17a2b8 27.87755px -10.1466px 0 2.33333px,#17a2b8 27.56827px -11.1383px 0 2.26667px,#17a2b8 27.22365px -12.12075px 0 2.2px,#17a2b8 26.84398px -13.09268px 0 2.13333px,#17a2b8 26.42956px -14.05285px 0 2.06667px,#17a2b8 25.98076px -15px 0 2px,#17a2b8 25.49798px -15.93291px 0 1.93333px,#17a2b8 24.98167px -16.85035px 0 1.86667px,#17a2b8 24.43231px -17.75111px 0 1.8px,#17a2b8 23.85046px -18.63402px 0 1.73333px,#17a2b8 23.23668px -19.49789px 0 1.66667px,#17a2b8 22.5916px -20.34157px 0 1.6px,#17a2b8 21.91589px -21.16393px 0 1.53333px,#17a2b8 21.21024px -21.96384px 0 1.46667px,#17a2b8 20.4754px -22.74023px 0 1.4px,#17a2b8 19.71215px -23.49203px 0 1.33333px,#17a2b8 18.92133px -24.2182px 0 1.26667px,#17a2b8 18.10379px -24.91772px 0 1.2px,#17a2b8 17.26042px -25.58963px 0 1.13333px,#17a2b8 16.39217px -26.23295px 0 1.06667px,#17a2b8 15.5px -26.84679px 0 1px,#17a2b8 14.58492px -27.43024px 0 .93333px,#17a2b8 13.64796px -27.98245px 0 .86667px,#17a2b8 12.69018px -28.50262px 0 .8px,#17a2b8 11.7127px -28.98995px 0 .73333px,#17a2b8 10.71663px -29.4437px 0 .66667px,#17a2b8 9.70313px -29.86317px 0 .6px,#17a2b8 8.67339px -30.2477px 0 .53333px,#17a2b8 7.6286px -30.59666px 0 .46667px,#17a2b8 6.57001px -30.90946px 0 .4px,#17a2b8 5.49886px -31.18558px 0 .33333px,#17a2b8 4.41643px -31.42451px 0 .26667px,#17a2b8 3.32401px -31.6258px 0 .2px,#17a2b8 2.22291px -31.78904px 0 .13333px,#17a2b8 1.11446px -31.91388px 0 .06667px,#17a2b8 0 -32px 0 0,#17a2b8 -1.11911px -32.04713px 0 -.06667px,#17a2b8 -2.24151px -32.05506px 0 -.13333px,#17a2b8 -3.36582px -32.02361px 0 -.2px,#17a2b8 -4.49065px -31.95265px 0 -.26667px,#17a2b8 -5.61462px -31.84212px 0 -.33333px,#17a2b8 -6.73634px -31.69198px 0 -.4px,#17a2b8 -7.8544px -31.50227px 0 -.46667px,#17a2b8 -8.9674px -31.27305px 0 -.53333px,#17a2b8 -10.07395px -31.00444px 0 -.6px,#17a2b8 -11.17266px -30.69663px 0 -.66667px,#17a2b8 -12.26212px -30.34982px 0 -.73333px,#17a2b8 -13.34096px -29.96429px 0 -.8px,#17a2b8 -14.4078px -29.54036px 0 -.86667px,#17a2b8 -15.46126px -29.07841px 0 -.93333px,#17a2b8 -16.5px -28.57884px 0 -1px,#17a2b8 -17.52266px -28.04212px 0 -1.06667px,#17a2b8 -18.52792px -27.46878px 0 -1.13333px,#17a2b8 -19.51447px -26.85936px 0 -1.2px,#17a2b8 -20.48101px -26.21449px 0 -1.26667px,#17a2b8 -21.42625px -25.53481px 0 -1.33333px,#17a2b8 -22.34896px -24.82104px 0 -1.4px,#17a2b8 -23.2479px -24.07391px 0 -1.46667px,#17a2b8 -24.12186px -23.29421px 0 -1.53333px,#17a2b8 -24.96967px -22.48279px 0 -1.6px,#17a2b8 -25.79016px -21.64052px 0 -1.66667px,#17a2b8 -26.58223px -20.76831px 0 -1.73333px,#17a2b8 -27.34477px -19.86714px 0 -1.8px,#17a2b8 -28.07674px -18.938px 0 -1.86667px,#17a2b8 -28.7771px -17.98193px 0 -1.93333px,#17a2b8 -29.44486px -17px 0 -2px,#17a2b8 -30.07908px -15.99333px 0 -2.06667px,#17a2b8 -30.67884px -14.96307px 0 -2.13333px,#17a2b8 -31.24325px -13.91039px 0 -2.2px,#17a2b8 -31.7715px -12.83652px 0 -2.26667px,#17a2b8 -32.26278px -11.74269px 0 -2.33333px,#17a2b8 -32.71634px -10.63018px 0 -2.4px,#17a2b8 -33.13149px -9.5003px 0 -2.46667px,#17a2b8 -33.50755px -8.35437px 0 -2.53333px,#17a2b8 -33.84391px -7.19374px 0 -2.6px,#17a2b8 -34.14px -6.0198px 0 -2.66667px,#17a2b8 -34.39531px -4.83395px 0 -2.73333px,#17a2b8 -34.60936px -3.63759px 0 -2.8px,#17a2b8 -34.78173px -2.43218px 0 -2.86667px,#17a2b8 -34.91205px -1.21916px 0 -2.93333px,#17a2b8 -35px 0 0 -3px,#17a2b8 -35.04531px 1.22381px 0 -3.06667px,#17a2b8 -35.04775px 2.45078px 0 -3.13333px,#17a2b8 -35.00717px 3.6794px 0 -3.2px,#17a2b8 -34.92345px 4.90817px 0 -3.26667px,#17a2b8 -34.79654px 6.13557px 0 -3.33333px,#17a2b8 -34.62643px 7.36007px 0 -3.4px,#17a2b8 -34.41316px 8.58016px 0 -3.46667px,#17a2b8 -34.15683px 9.79431px 0 -3.53333px,#17a2b8 -33.85761px 11.001px 0 -3.6px,#17a2b8 -33.5157px 12.19872px 0 -3.66667px,#17a2b8 -33.13137px 13.38594px 0 -3.73333px,#17a2b8 -32.70493px 14.56117px 0 -3.8px,#17a2b8 -32.23675px 15.72291px 0 -3.86667px,#17a2b8 -31.72725px 16.86968px 0 -3.93333px,#17a2b8 -31.17691px 18px 0 -4px,#17a2b8 -30.58627px 19.11242px 0 -4.06667px,#17a2b8 -29.95589px 20.2055px 0 -4.13333px,#17a2b8 -29.28642px 21.27783px 0 -4.2px,#17a2b8 -28.57852px 22.32799px 0 -4.26667px,#17a2b8 -27.83295px 23.35462px 0 -4.33333px,#17a2b8 -27.05047px 24.35635px 0 -4.4px,#17a2b8 -26.23192px 25.33188px 0 -4.46667px,#17a2b8 -25.37819px 26.27988px 0 -4.53333px,#17a2b8 -24.49018px 27.1991px 0 -4.6px,#17a2b8 -23.56888px 28.0883px 0 -4.66667px,#17a2b8 -22.6153px 28.94626px 0 -4.73333px,#17a2b8 -21.6305px 29.77183px 0 -4.8px,#17a2b8 -20.61558px 30.56385px 0 -4.86667px,#17a2b8 -19.57168px 31.32124px 0 -4.93333px,#17a2b8 -18.5px 32.04294px 0 -5px,#17a2b8 -17.40175px 32.72792px 0 -5.06667px,#17a2b8 -16.27818px 33.37522px 0 -5.13333px,#17a2b8 -15.1306px 33.98389px 0 -5.2px,#17a2b8 -13.96034px 34.55305px 0 -5.26667px,#17a2b8 -12.76875px 35.08186px 0 -5.33333px,#17a2b8 -11.55724px 35.56951px 0 -5.4px,#17a2b8 -10.32721px 36.01527px 0 -5.46667px,#17a2b8 -9.08014px 36.41843px 0 -5.53333px,#17a2b8 -7.81748px 36.77835px 0 -5.6px,#17a2b8 -6.54075px 37.09443px 0 -5.66667px,#17a2b8 -5.25147px 37.36612px 0 -5.73333px,#17a2b8 -3.95118px 37.59293px 0 -5.8px,#17a2b8 -2.64145px 37.77443px 0 -5.86667px,#17a2b8 -1.32385px 37.91023px 0 -5.93333px}.spin-whirly.warning{box-shadow:#ffc107 0 26px 0 6px,#ffc107 .90971px 26.05079px 0 5.93333px,#ffc107 1.82297px 26.06967px 0 5.86667px,#ffc107 2.73865px 26.05647px 0 5.8px,#ffc107 3.65561px 26.01104px 0 5.73333px,#ffc107 4.57274px 25.93327px 0 5.66667px,#ffc107 5.48887px 25.8231px 0 5.6px,#ffc107 6.40287px 25.68049px 0 5.53333px,#ffc107 7.31358px 25.50548px 0 5.46667px,#ffc107 8.21985px 25.2981px 0 5.4px,#ffc107 9.12054px 25.05847px 0 5.33333px,#ffc107 10.01448px 24.78672px 0 5.26667px,#ffc107 10.90054px 24.48302px 0 5.2px,#ffc107 11.77757px 24.1476px 0 5.13333px,#ffc107 12.64443px 23.78072px 0 5.06667px,#ffc107 13.5px 23.38269px 0 5px,#ffc107 14.34315px 22.95384px 0 4.93333px,#ffc107 15.17277px 22.49455px 0 4.86667px,#ffc107 15.98776px 22.00526px 0 4.8px,#ffc107 16.78704px 21.48643px 0 4.73333px,#ffc107 17.56953px 20.93855px 0 4.66667px,#ffc107 18.33418px 20.36217px 0 4.6px,#ffc107 19.07995px 19.75787px 0 4.53333px,#ffc107 19.80582px 19.12626px 0 4.46667px,#ffc107 20.5108px 18.468px 0 4.4px,#ffc107 21.1939px 17.78379px 0 4.33333px,#ffc107 21.85416px 17.07434px 0 4.26667px,#ffc107 22.49067px 16.34043px 0 4.2px,#ffc107 23.10251px 15.58284px 0 4.13333px,#ffc107 23.68881px 14.80241px 0 4.06667px,#ffc107 24.24871px 14px 0 4px,#ffc107 24.7814px 13.1765px 0 3.93333px,#ffc107 25.28607px 12.33284px 0 3.86667px,#ffc107 25.76198px 11.46997px 0 3.8px,#ffc107 26.2084px 10.58888px 0 3.73333px,#ffc107 26.62462px 9.69057px 0 3.66667px,#ffc107 27.01001px 8.77608px 0 3.6px,#ffc107 27.36392px 7.84648px 0 3.53333px,#ffc107 27.68577px 6.90284px 0 3.46667px,#ffc107 27.97502px 5.94627px 0 3.4px,#ffc107 28.23116px 4.97791px 0 3.33333px,#ffc107 28.4537px 3.99891px 0 3.26667px,#ffc107 28.64223px 3.01042px 0 3.2px,#ffc107 28.79635px 2.01364px 0 3.13333px,#ffc107 28.91571px 1.00976px 0 3.06667px,#ffc107 29px 0 0 3px,#ffc107 29.04896px -1.01441px 0 2.93333px,#ffc107 29.06237px -2.03224px 0 2.86667px,#ffc107 29.04004px -3.05223px 0 2.8px,#ffc107 28.98185px -4.07313px 0 2.73333px,#ffc107 28.88769px -5.09368px 0 2.66667px,#ffc107 28.75754px -6.1126px 0 2.6px,#ffc107 28.59138px -7.12863px 0 2.53333px,#ffc107 28.38926px -8.14049px 0 2.46667px,#ffc107 28.15127px -9.1469px 0 2.4px,#ffc107 27.87755px -10.1466px 0 2.33333px,#ffc107 27.56827px -11.1383px 0 2.26667px,#ffc107 27.22365px -12.12075px 0 2.2px,#ffc107 26.84398px -13.09268px 0 2.13333px,#ffc107 26.42956px -14.05285px 0 2.06667px,#ffc107 25.98076px -15px 0 2px,#ffc107 25.49798px -15.93291px 0 1.93333px,#ffc107 24.98167px -16.85035px 0 1.86667px,#ffc107 24.43231px -17.75111px 0 1.8px,#ffc107 23.85046px -18.63402px 0 1.73333px,#ffc107 23.23668px -19.49789px 0 1.66667px,#ffc107 22.5916px -20.34157px 0 1.6px,#ffc107 21.91589px -21.16393px 0 1.53333px,#ffc107 21.21024px -21.96384px 0 1.46667px,#ffc107 20.4754px -22.74023px 0 1.4px,#ffc107 19.71215px -23.49203px 0 1.33333px,#ffc107 18.92133px -24.2182px 0 1.26667px,#ffc107 18.10379px -24.91772px 0 1.2px,#ffc107 17.26042px -25.58963px 0 1.13333px,#ffc107 16.39217px -26.23295px 0 1.06667px,#ffc107 15.5px -26.84679px 0 1px,#ffc107 14.58492px -27.43024px 0 .93333px,#ffc107 13.64796px -27.98245px 0 .86667px,#ffc107 12.69018px -28.50262px 0 .8px,#ffc107 11.7127px -28.98995px 0 .73333px,#ffc107 10.71663px -29.4437px 0 .66667px,#ffc107 9.70313px -29.86317px 0 .6px,#ffc107 8.67339px -30.2477px 0 .53333px,#ffc107 7.6286px -30.59666px 0 .46667px,#ffc107 6.57001px -30.90946px 0 .4px,#ffc107 5.49886px -31.18558px 0 .33333px,#ffc107 4.41643px -31.42451px 0 .26667px,#ffc107 3.32401px -31.6258px 0 .2px,#ffc107 2.22291px -31.78904px 0 .13333px,#ffc107 1.11446px -31.91388px 0 .06667px,#ffc107 0 -32px 0 0,#ffc107 -1.11911px -32.04713px 0 -.06667px,#ffc107 -2.24151px -32.05506px 0 -.13333px,#ffc107 -3.36582px -32.02361px 0 -.2px,#ffc107 -4.49065px -31.95265px 0 -.26667px,#ffc107 -5.61462px -31.84212px 0 -.33333px,#ffc107 -6.73634px -31.69198px 0 -.4px,#ffc107 -7.8544px -31.50227px 0 -.46667px,#ffc107 -8.9674px -31.27305px 0 -.53333px,#ffc107 -10.07395px -31.00444px 0 -.6px,#ffc107 -11.17266px -30.69663px 0 -.66667px,#ffc107 -12.26212px -30.34982px 0 -.73333px,#ffc107 -13.34096px -29.96429px 0 -.8px,#ffc107 -14.4078px -29.54036px 0 -.86667px,#ffc107 -15.46126px -29.07841px 0 -.93333px,#ffc107 -16.5px -28.57884px 0 -1px,#ffc107 -17.52266px -28.04212px 0 -1.06667px,#ffc107 -18.52792px -27.46878px 0 -1.13333px,#ffc107 -19.51447px -26.85936px 0 -1.2px,#ffc107 -20.48101px -26.21449px 0 -1.26667px,#ffc107 -21.42625px -25.53481px 0 -1.33333px,#ffc107 -22.34896px -24.82104px 0 -1.4px,#ffc107 -23.2479px -24.07391px 0 -1.46667px,#ffc107 -24.12186px -23.29421px 0 -1.53333px,#ffc107 -24.96967px -22.48279px 0 -1.6px,#ffc107 -25.79016px -21.64052px 0 -1.66667px,#ffc107 -26.58223px -20.76831px 0 -1.73333px,#ffc107 -27.34477px -19.86714px 0 -1.8px,#ffc107 -28.07674px -18.938px 0 -1.86667px,#ffc107 -28.7771px -17.98193px 0 -1.93333px,#ffc107 -29.44486px -17px 0 -2px,#ffc107 -30.07908px -15.99333px 0 -2.06667px,#ffc107 -30.67884px -14.96307px 0 -2.13333px,#ffc107 -31.24325px -13.91039px 0 -2.2px,#ffc107 -31.7715px -12.83652px 0 -2.26667px,#ffc107 -32.26278px -11.74269px 0 -2.33333px,#ffc107 -32.71634px -10.63018px 0 -2.4px,#ffc107 -33.13149px -9.5003px 0 -2.46667px,#ffc107 -33.50755px -8.35437px 0 -2.53333px,#ffc107 -33.84391px -7.19374px 0 -2.6px,#ffc107 -34.14px -6.0198px 0 -2.66667px,#ffc107 -34.39531px -4.83395px 0 -2.73333px,#ffc107 -34.60936px -3.63759px 0 -2.8px,#ffc107 -34.78173px -2.43218px 0 -2.86667px,#ffc107 -34.91205px -1.21916px 0 -2.93333px,#ffc107 -35px 0 0 -3px,#ffc107 -35.04531px 1.22381px 0 -3.06667px,#ffc107 -35.04775px 2.45078px 0 -3.13333px,#ffc107 -35.00717px 3.6794px 0 -3.2px,#ffc107 -34.92345px 4.90817px 0 -3.26667px,#ffc107 -34.79654px 6.13557px 0 -3.33333px,#ffc107 -34.62643px 7.36007px 0 -3.4px,#ffc107 -34.41316px 8.58016px 0 -3.46667px,#ffc107 -34.15683px 9.79431px 0 -3.53333px,#ffc107 -33.85761px 11.001px 0 -3.6px,#ffc107 -33.5157px 12.19872px 0 -3.66667px,#ffc107 -33.13137px 13.38594px 0 -3.73333px,#ffc107 -32.70493px 14.56117px 0 -3.8px,#ffc107 -32.23675px 15.72291px 0 -3.86667px,#ffc107 -31.72725px 16.86968px 0 -3.93333px,#ffc107 -31.17691px 18px 0 -4px,#ffc107 -30.58627px 19.11242px 0 -4.06667px,#ffc107 -29.95589px 20.2055px 0 -4.13333px,#ffc107 -29.28642px 21.27783px 0 -4.2px,#ffc107 -28.57852px 22.32799px 0 -4.26667px,#ffc107 -27.83295px 23.35462px 0 -4.33333px,#ffc107 -27.05047px 24.35635px 0 -4.4px,#ffc107 -26.23192px 25.33188px 0 -4.46667px,#ffc107 -25.37819px 26.27988px 0 -4.53333px,#ffc107 -24.49018px 27.1991px 0 -4.6px,#ffc107 -23.56888px 28.0883px 0 -4.66667px,#ffc107 -22.6153px 28.94626px 0 -4.73333px,#ffc107 -21.6305px 29.77183px 0 -4.8px,#ffc107 -20.61558px 30.56385px 0 -4.86667px,#ffc107 -19.57168px 31.32124px 0 -4.93333px,#ffc107 -18.5px 32.04294px 0 -5px,#ffc107 -17.40175px 32.72792px 0 -5.06667px,#ffc107 -16.27818px 33.37522px 0 -5.13333px,#ffc107 -15.1306px 33.98389px 0 -5.2px,#ffc107 -13.96034px 34.55305px 0 -5.26667px,#ffc107 -12.76875px 35.08186px 0 -5.33333px,#ffc107 -11.55724px 35.56951px 0 -5.4px,#ffc107 -10.32721px 36.01527px 0 -5.46667px,#ffc107 -9.08014px 36.41843px 0 -5.53333px,#ffc107 -7.81748px 36.77835px 0 -5.6px,#ffc107 -6.54075px 37.09443px 0 -5.66667px,#ffc107 -5.25147px 37.36612px 0 -5.73333px,#ffc107 -3.95118px 37.59293px 0 -5.8px,#ffc107 -2.64145px 37.77443px 0 -5.86667px,#ffc107 -1.32385px 37.91023px 0 -5.93333px}.spin-whirly.danger{box-shadow:#dc3545 0 26px 0 6px,#dc3545 .90971px 26.05079px 0 5.93333px,#dc3545 1.82297px 26.06967px 0 5.86667px,#dc3545 2.73865px 26.05647px 0 5.8px,#dc3545 3.65561px 26.01104px 0 5.73333px,#dc3545 4.57274px 25.93327px 0 5.66667px,#dc3545 5.48887px 25.8231px 0 5.6px,#dc3545 6.40287px 25.68049px 0 5.53333px,#dc3545 7.31358px 25.50548px 0 5.46667px,#dc3545 8.21985px 25.2981px 0 5.4px,#dc3545 9.12054px 25.05847px 0 5.33333px,#dc3545 10.01448px 24.78672px 0 5.26667px,#dc3545 10.90054px 24.48302px 0 5.2px,#dc3545 11.77757px 24.1476px 0 5.13333px,#dc3545 12.64443px 23.78072px 0 5.06667px,#dc3545 13.5px 23.38269px 0 5px,#dc3545 14.34315px 22.95384px 0 4.93333px,#dc3545 15.17277px 22.49455px 0 4.86667px,#dc3545 15.98776px 22.00526px 0 4.8px,#dc3545 16.78704px 21.48643px 0 4.73333px,#dc3545 17.56953px 20.93855px 0 4.66667px,#dc3545 18.33418px 20.36217px 0 4.6px,#dc3545 19.07995px 19.75787px 0 4.53333px,#dc3545 19.80582px 19.12626px 0 4.46667px,#dc3545 20.5108px 18.468px 0 4.4px,#dc3545 21.1939px 17.78379px 0 4.33333px,#dc3545 21.85416px 17.07434px 0 4.26667px,#dc3545 22.49067px 16.34043px 0 4.2px,#dc3545 23.10251px 15.58284px 0 4.13333px,#dc3545 23.68881px 14.80241px 0 4.06667px,#dc3545 24.24871px 14px 0 4px,#dc3545 24.7814px 13.1765px 0 3.93333px,#dc3545 25.28607px 12.33284px 0 3.86667px,#dc3545 25.76198px 11.46997px 0 3.8px,#dc3545 26.2084px 10.58888px 0 3.73333px,#dc3545 26.62462px 9.69057px 0 3.66667px,#dc3545 27.01001px 8.77608px 0 3.6px,#dc3545 27.36392px 7.84648px 0 3.53333px,#dc3545 27.68577px 6.90284px 0 3.46667px,#dc3545 27.97502px 5.94627px 0 3.4px,#dc3545 28.23116px 4.97791px 0 3.33333px,#dc3545 28.4537px 3.99891px 0 3.26667px,#dc3545 28.64223px 3.01042px 0 3.2px,#dc3545 28.79635px 2.01364px 0 3.13333px,#dc3545 28.91571px 1.00976px 0 3.06667px,#dc3545 29px 0 0 3px,#dc3545 29.04896px -1.01441px 0 2.93333px,#dc3545 29.06237px -2.03224px 0 2.86667px,#dc3545 29.04004px -3.05223px 0 2.8px,#dc3545 28.98185px -4.07313px 0 2.73333px,#dc3545 28.88769px -5.09368px 0 2.66667px,#dc3545 28.75754px -6.1126px 0 2.6px,#dc3545 28.59138px -7.12863px 0 2.53333px,#dc3545 28.38926px -8.14049px 0 2.46667px,#dc3545 28.15127px -9.1469px 0 2.4px,#dc3545 27.87755px -10.1466px 0 2.33333px,#dc3545 27.56827px -11.1383px 0 2.26667px,#dc3545 27.22365px -12.12075px 0 2.2px,#dc3545 26.84398px -13.09268px 0 2.13333px,#dc3545 26.42956px -14.05285px 0 2.06667px,#dc3545 25.98076px -15px 0 2px,#dc3545 25.49798px -15.93291px 0 1.93333px,#dc3545 24.98167px -16.85035px 0 1.86667px,#dc3545 24.43231px -17.75111px 0 1.8px,#dc3545 23.85046px -18.63402px 0 1.73333px,#dc3545 23.23668px -19.49789px 0 1.66667px,#dc3545 22.5916px -20.34157px 0 1.6px,#dc3545 21.91589px -21.16393px 0 1.53333px,#dc3545 21.21024px -21.96384px 0 1.46667px,#dc3545 20.4754px -22.74023px 0 1.4px,#dc3545 19.71215px -23.49203px 0 1.33333px,#dc3545 18.92133px -24.2182px 0 1.26667px,#dc3545 18.10379px -24.91772px 0 1.2px,#dc3545 17.26042px -25.58963px 0 1.13333px,#dc3545 16.39217px -26.23295px 0 1.06667px,#dc3545 15.5px -26.84679px 0 1px,#dc3545 14.58492px -27.43024px 0 .93333px,#dc3545 13.64796px -27.98245px 0 .86667px,#dc3545 12.69018px -28.50262px 0 .8px,#dc3545 11.7127px -28.98995px 0 .73333px,#dc3545 10.71663px -29.4437px 0 .66667px,#dc3545 9.70313px -29.86317px 0 .6px,#dc3545 8.67339px -30.2477px 0 .53333px,#dc3545 7.6286px -30.59666px 0 .46667px,#dc3545 6.57001px -30.90946px 0 .4px,#dc3545 5.49886px -31.18558px 0 .33333px,#dc3545 4.41643px -31.42451px 0 .26667px,#dc3545 3.32401px -31.6258px 0 .2px,#dc3545 2.22291px -31.78904px 0 .13333px,#dc3545 1.11446px -31.91388px 0 .06667px,#dc3545 0 -32px 0 0,#dc3545 -1.11911px -32.04713px 0 -.06667px,#dc3545 -2.24151px -32.05506px 0 -.13333px,#dc3545 -3.36582px -32.02361px 0 -.2px,#dc3545 -4.49065px -31.95265px 0 -.26667px,#dc3545 -5.61462px -31.84212px 0 -.33333px,#dc3545 -6.73634px -31.69198px 0 -.4px,#dc3545 -7.8544px -31.50227px 0 -.46667px,#dc3545 -8.9674px -31.27305px 0 -.53333px,#dc3545 -10.07395px -31.00444px 0 -.6px,#dc3545 -11.17266px -30.69663px 0 -.66667px,#dc3545 -12.26212px -30.34982px 0 -.73333px,#dc3545 -13.34096px -29.96429px 0 -.8px,#dc3545 -14.4078px -29.54036px 0 -.86667px,#dc3545 -15.46126px -29.07841px 0 -.93333px,#dc3545 -16.5px -28.57884px 0 -1px,#dc3545 -17.52266px -28.04212px 0 -1.06667px,#dc3545 -18.52792px -27.46878px 0 -1.13333px,#dc3545 -19.51447px -26.85936px 0 -1.2px,#dc3545 -20.48101px -26.21449px 0 -1.26667px,#dc3545 -21.42625px -25.53481px 0 -1.33333px,#dc3545 -22.34896px -24.82104px 0 -1.4px,#dc3545 -23.2479px -24.07391px 0 -1.46667px,#dc3545 -24.12186px -23.29421px 0 -1.53333px,#dc3545 -24.96967px -22.48279px 0 -1.6px,#dc3545 -25.79016px -21.64052px 0 -1.66667px,#dc3545 -26.58223px -20.76831px 0 -1.73333px,#dc3545 -27.34477px -19.86714px 0 -1.8px,#dc3545 -28.07674px -18.938px 0 -1.86667px,#dc3545 -28.7771px -17.98193px 0 -1.93333px,#dc3545 -29.44486px -17px 0 -2px,#dc3545 -30.07908px -15.99333px 0 -2.06667px,#dc3545 -30.67884px -14.96307px 0 -2.13333px,#dc3545 -31.24325px -13.91039px 0 -2.2px,#dc3545 -31.7715px -12.83652px 0 -2.26667px,#dc3545 -32.26278px -11.74269px 0 -2.33333px,#dc3545 -32.71634px -10.63018px 0 -2.4px,#dc3545 -33.13149px -9.5003px 0 -2.46667px,#dc3545 -33.50755px -8.35437px 0 -2.53333px,#dc3545 -33.84391px -7.19374px 0 -2.6px,#dc3545 -34.14px -6.0198px 0 -2.66667px,#dc3545 -34.39531px -4.83395px 0 -2.73333px,#dc3545 -34.60936px -3.63759px 0 -2.8px,#dc3545 -34.78173px -2.43218px 0 -2.86667px,#dc3545 -34.91205px -1.21916px 0 -2.93333px,#dc3545 -35px 0 0 -3px,#dc3545 -35.04531px 1.22381px 0 -3.06667px,#dc3545 -35.04775px 2.45078px 0 -3.13333px,#dc3545 -35.00717px 3.6794px 0 -3.2px,#dc3545 -34.92345px 4.90817px 0 -3.26667px,#dc3545 -34.79654px 6.13557px 0 -3.33333px,#dc3545 -34.62643px 7.36007px 0 -3.4px,#dc3545 -34.41316px 8.58016px 0 -3.46667px,#dc3545 -34.15683px 9.79431px 0 -3.53333px,#dc3545 -33.85761px 11.001px 0 -3.6px,#dc3545 -33.5157px 12.19872px 0 -3.66667px,#dc3545 -33.13137px 13.38594px 0 -3.73333px,#dc3545 -32.70493px 14.56117px 0 -3.8px,#dc3545 -32.23675px 15.72291px 0 -3.86667px,#dc3545 -31.72725px 16.86968px 0 -3.93333px,#dc3545 -31.17691px 18px 0 -4px,#dc3545 -30.58627px 19.11242px 0 -4.06667px,#dc3545 -29.95589px 20.2055px 0 -4.13333px,#dc3545 -29.28642px 21.27783px 0 -4.2px,#dc3545 -28.57852px 22.32799px 0 -4.26667px,#dc3545 -27.83295px 23.35462px 0 -4.33333px,#dc3545 -27.05047px 24.35635px 0 -4.4px,#dc3545 -26.23192px 25.33188px 0 -4.46667px,#dc3545 -25.37819px 26.27988px 0 -4.53333px,#dc3545 -24.49018px 27.1991px 0 -4.6px,#dc3545 -23.56888px 28.0883px 0 -4.66667px,#dc3545 -22.6153px 28.94626px 0 -4.73333px,#dc3545 -21.6305px 29.77183px 0 -4.8px,#dc3545 -20.61558px 30.56385px 0 -4.86667px,#dc3545 -19.57168px 31.32124px 0 -4.93333px,#dc3545 -18.5px 32.04294px 0 -5px,#dc3545 -17.40175px 32.72792px 0 -5.06667px,#dc3545 -16.27818px 33.37522px 0 -5.13333px,#dc3545 -15.1306px 33.98389px 0 -5.2px,#dc3545 -13.96034px 34.55305px 0 -5.26667px,#dc3545 -12.76875px 35.08186px 0 -5.33333px,#dc3545 -11.55724px 35.56951px 0 -5.4px,#dc3545 -10.32721px 36.01527px 0 -5.46667px,#dc3545 -9.08014px 36.41843px 0 -5.53333px,#dc3545 -7.81748px 36.77835px 0 -5.6px,#dc3545 -6.54075px 37.09443px 0 -5.66667px,#dc3545 -5.25147px 37.36612px 0 -5.73333px,#dc3545 -3.95118px 37.59293px 0 -5.8px,#dc3545 -2.64145px 37.77443px 0 -5.86667px,#dc3545 -1.32385px 37.91023px 0 -5.93333px}.spin-whirly.light{box-shadow:#f8f9fa 0 26px 0 6px,#f8f9fa .90971px 26.05079px 0 5.93333px,#f8f9fa 1.82297px 26.06967px 0 5.86667px,#f8f9fa 2.73865px 26.05647px 0 5.8px,#f8f9fa 3.65561px 26.01104px 0 5.73333px,#f8f9fa 4.57274px 25.93327px 0 5.66667px,#f8f9fa 5.48887px 25.8231px 0 5.6px,#f8f9fa 6.40287px 25.68049px 0 5.53333px,#f8f9fa 7.31358px 25.50548px 0 5.46667px,#f8f9fa 8.21985px 25.2981px 0 5.4px,#f8f9fa 9.12054px 25.05847px 0 5.33333px,#f8f9fa 10.01448px 24.78672px 0 5.26667px,#f8f9fa 10.90054px 24.48302px 0 5.2px,#f8f9fa 11.77757px 24.1476px 0 5.13333px,#f8f9fa 12.64443px 23.78072px 0 5.06667px,#f8f9fa 13.5px 23.38269px 0 5px,#f8f9fa 14.34315px 22.95384px 0 4.93333px,#f8f9fa 15.17277px 22.49455px 0 4.86667px,#f8f9fa 15.98776px 22.00526px 0 4.8px,#f8f9fa 16.78704px 21.48643px 0 4.73333px,#f8f9fa 17.56953px 20.93855px 0 4.66667px,#f8f9fa 18.33418px 20.36217px 0 4.6px,#f8f9fa 19.07995px 19.75787px 0 4.53333px,#f8f9fa 19.80582px 19.12626px 0 4.46667px,#f8f9fa 20.5108px 18.468px 0 4.4px,#f8f9fa 21.1939px 17.78379px 0 4.33333px,#f8f9fa 21.85416px 17.07434px 0 4.26667px,#f8f9fa 22.49067px 16.34043px 0 4.2px,#f8f9fa 23.10251px 15.58284px 0 4.13333px,#f8f9fa 23.68881px 14.80241px 0 4.06667px,#f8f9fa 24.24871px 14px 0 4px,#f8f9fa 24.7814px 13.1765px 0 3.93333px,#f8f9fa 25.28607px 12.33284px 0 3.86667px,#f8f9fa 25.76198px 11.46997px 0 3.8px,#f8f9fa 26.2084px 10.58888px 0 3.73333px,#f8f9fa 26.62462px 9.69057px 0 3.66667px,#f8f9fa 27.01001px 8.77608px 0 3.6px,#f8f9fa 27.36392px 7.84648px 0 3.53333px,#f8f9fa 27.68577px 6.90284px 0 3.46667px,#f8f9fa 27.97502px 5.94627px 0 3.4px,#f8f9fa 28.23116px 4.97791px 0 3.33333px,#f8f9fa 28.4537px 3.99891px 0 3.26667px,#f8f9fa 28.64223px 3.01042px 0 3.2px,#f8f9fa 28.79635px 2.01364px 0 3.13333px,#f8f9fa 28.91571px 1.00976px 0 3.06667px,#f8f9fa 29px 0 0 3px,#f8f9fa 29.04896px -1.01441px 0 2.93333px,#f8f9fa 29.06237px -2.03224px 0 2.86667px,#f8f9fa 29.04004px -3.05223px 0 2.8px,#f8f9fa 28.98185px -4.07313px 0 2.73333px,#f8f9fa 28.88769px -5.09368px 0 2.66667px,#f8f9fa 28.75754px -6.1126px 0 2.6px,#f8f9fa 28.59138px -7.12863px 0 2.53333px,#f8f9fa 28.38926px -8.14049px 0 2.46667px,#f8f9fa 28.15127px -9.1469px 0 2.4px,#f8f9fa 27.87755px -10.1466px 0 2.33333px,#f8f9fa 27.56827px -11.1383px 0 2.26667px,#f8f9fa 27.22365px -12.12075px 0 2.2px,#f8f9fa 26.84398px -13.09268px 0 2.13333px,#f8f9fa 26.42956px -14.05285px 0 2.06667px,#f8f9fa 25.98076px -15px 0 2px,#f8f9fa 25.49798px -15.93291px 0 1.93333px,#f8f9fa 24.98167px -16.85035px 0 1.86667px,#f8f9fa 24.43231px -17.75111px 0 1.8px,#f8f9fa 23.85046px -18.63402px 0 1.73333px,#f8f9fa 23.23668px -19.49789px 0 1.66667px,#f8f9fa 22.5916px -20.34157px 0 1.6px,#f8f9fa 21.91589px -21.16393px 0 1.53333px,#f8f9fa 21.21024px -21.96384px 0 1.46667px,#f8f9fa 20.4754px -22.74023px 0 1.4px,#f8f9fa 19.71215px -23.49203px 0 1.33333px,#f8f9fa 18.92133px -24.2182px 0 1.26667px,#f8f9fa 18.10379px -24.91772px 0 1.2px,#f8f9fa 17.26042px -25.58963px 0 1.13333px,#f8f9fa 16.39217px -26.23295px 0 1.06667px,#f8f9fa 15.5px -26.84679px 0 1px,#f8f9fa 14.58492px -27.43024px 0 .93333px,#f8f9fa 13.64796px -27.98245px 0 .86667px,#f8f9fa 12.69018px -28.50262px 0 .8px,#f8f9fa 11.7127px -28.98995px 0 .73333px,#f8f9fa 10.71663px -29.4437px 0 .66667px,#f8f9fa 9.70313px -29.86317px 0 .6px,#f8f9fa 8.67339px -30.2477px 0 .53333px,#f8f9fa 7.6286px -30.59666px 0 .46667px,#f8f9fa 6.57001px -30.90946px 0 .4px,#f8f9fa 5.49886px -31.18558px 0 .33333px,#f8f9fa 4.41643px -31.42451px 0 .26667px,#f8f9fa 3.32401px -31.6258px 0 .2px,#f8f9fa 2.22291px -31.78904px 0 .13333px,#f8f9fa 1.11446px -31.91388px 0 .06667px,#f8f9fa 0 -32px 0 0,#f8f9fa -1.11911px -32.04713px 0 -.06667px,#f8f9fa -2.24151px -32.05506px 0 -.13333px,#f8f9fa -3.36582px -32.02361px 0 -.2px,#f8f9fa -4.49065px -31.95265px 0 -.26667px,#f8f9fa -5.61462px -31.84212px 0 -.33333px,#f8f9fa -6.73634px -31.69198px 0 -.4px,#f8f9fa -7.8544px -31.50227px 0 -.46667px,#f8f9fa -8.9674px -31.27305px 0 -.53333px,#f8f9fa -10.07395px -31.00444px 0 -.6px,#f8f9fa -11.17266px -30.69663px 0 -.66667px,#f8f9fa -12.26212px -30.34982px 0 -.73333px,#f8f9fa -13.34096px -29.96429px 0 -.8px,#f8f9fa -14.4078px -29.54036px 0 -.86667px,#f8f9fa -15.46126px -29.07841px 0 -.93333px,#f8f9fa -16.5px -28.57884px 0 -1px,#f8f9fa -17.52266px -28.04212px 0 -1.06667px,#f8f9fa -18.52792px -27.46878px 0 -1.13333px,#f8f9fa -19.51447px -26.85936px 0 -1.2px,#f8f9fa -20.48101px -26.21449px 0 -1.26667px,#f8f9fa -21.42625px -25.53481px 0 -1.33333px,#f8f9fa -22.34896px -24.82104px 0 -1.4px,#f8f9fa -23.2479px -24.07391px 0 -1.46667px,#f8f9fa -24.12186px -23.29421px 0 -1.53333px,#f8f9fa -24.96967px -22.48279px 0 -1.6px,#f8f9fa -25.79016px -21.64052px 0 -1.66667px,#f8f9fa -26.58223px -20.76831px 0 -1.73333px,#f8f9fa -27.34477px -19.86714px 0 -1.8px,#f8f9fa -28.07674px -18.938px 0 -1.86667px,#f8f9fa -28.7771px -17.98193px 0 -1.93333px,#f8f9fa -29.44486px -17px 0 -2px,#f8f9fa -30.07908px -15.99333px 0 -2.06667px,#f8f9fa -30.67884px -14.96307px 0 -2.13333px,#f8f9fa -31.24325px -13.91039px 0 -2.2px,#f8f9fa -31.7715px -12.83652px 0 -2.26667px,#f8f9fa -32.26278px -11.74269px 0 -2.33333px,#f8f9fa -32.71634px -10.63018px 0 -2.4px,#f8f9fa -33.13149px -9.5003px 0 -2.46667px,#f8f9fa -33.50755px -8.35437px 0 -2.53333px,#f8f9fa -33.84391px -7.19374px 0 -2.6px,#f8f9fa -34.14px -6.0198px 0 -2.66667px,#f8f9fa -34.39531px -4.83395px 0 -2.73333px,#f8f9fa -34.60936px -3.63759px 0 -2.8px,#f8f9fa -34.78173px -2.43218px 0 -2.86667px,#f8f9fa -34.91205px -1.21916px 0 -2.93333px,#f8f9fa -35px 0 0 -3px,#f8f9fa -35.04531px 1.22381px 0 -3.06667px,#f8f9fa -35.04775px 2.45078px 0 -3.13333px,#f8f9fa -35.00717px 3.6794px 0 -3.2px,#f8f9fa -34.92345px 4.90817px 0 -3.26667px,#f8f9fa -34.79654px 6.13557px 0 -3.33333px,#f8f9fa -34.62643px 7.36007px 0 -3.4px,#f8f9fa -34.41316px 8.58016px 0 -3.46667px,#f8f9fa -34.15683px 9.79431px 0 -3.53333px,#f8f9fa -33.85761px 11.001px 0 -3.6px,#f8f9fa -33.5157px 12.19872px 0 -3.66667px,#f8f9fa -33.13137px 13.38594px 0 -3.73333px,#f8f9fa -32.70493px 14.56117px 0 -3.8px,#f8f9fa -32.23675px 15.72291px 0 -3.86667px,#f8f9fa -31.72725px 16.86968px 0 -3.93333px,#f8f9fa -31.17691px 18px 0 -4px,#f8f9fa -30.58627px 19.11242px 0 -4.06667px,#f8f9fa -29.95589px 20.2055px 0 -4.13333px,#f8f9fa -29.28642px 21.27783px 0 -4.2px,#f8f9fa -28.57852px 22.32799px 0 -4.26667px,#f8f9fa -27.83295px 23.35462px 0 -4.33333px,#f8f9fa -27.05047px 24.35635px 0 -4.4px,#f8f9fa -26.23192px 25.33188px 0 -4.46667px,#f8f9fa -25.37819px 26.27988px 0 -4.53333px,#f8f9fa -24.49018px 27.1991px 0 -4.6px,#f8f9fa -23.56888px 28.0883px 0 -4.66667px,#f8f9fa -22.6153px 28.94626px 0 -4.73333px,#f8f9fa -21.6305px 29.77183px 0 -4.8px,#f8f9fa -20.61558px 30.56385px 0 -4.86667px,#f8f9fa -19.57168px 31.32124px 0 -4.93333px,#f8f9fa -18.5px 32.04294px 0 -5px,#f8f9fa -17.40175px 32.72792px 0 -5.06667px,#f8f9fa -16.27818px 33.37522px 0 -5.13333px,#f8f9fa -15.1306px 33.98389px 0 -5.2px,#f8f9fa -13.96034px 34.55305px 0 -5.26667px,#f8f9fa -12.76875px 35.08186px 0 -5.33333px,#f8f9fa -11.55724px 35.56951px 0 -5.4px,#f8f9fa -10.32721px 36.01527px 0 -5.46667px,#f8f9fa -9.08014px 36.41843px 0 -5.53333px,#f8f9fa -7.81748px 36.77835px 0 -5.6px,#f8f9fa -6.54075px 37.09443px 0 -5.66667px,#f8f9fa -5.25147px 37.36612px 0 -5.73333px,#f8f9fa -3.95118px 37.59293px 0 -5.8px,#f8f9fa -2.64145px 37.77443px 0 -5.86667px,#f8f9fa -1.32385px 37.91023px 0 -5.93333px}.spin-whirly.dark{box-shadow:#343a40 0 26px 0 6px,#343a40 .90971px 26.05079px 0 5.93333px,#343a40 1.82297px 26.06967px 0 5.86667px,#343a40 2.73865px 26.05647px 0 5.8px,#343a40 3.65561px 26.01104px 0 5.73333px,#343a40 4.57274px 25.93327px 0 5.66667px,#343a40 5.48887px 25.8231px 0 5.6px,#343a40 6.40287px 25.68049px 0 5.53333px,#343a40 7.31358px 25.50548px 0 5.46667px,#343a40 8.21985px 25.2981px 0 5.4px,#343a40 9.12054px 25.05847px 0 5.33333px,#343a40 10.01448px 24.78672px 0 5.26667px,#343a40 10.90054px 24.48302px 0 5.2px,#343a40 11.77757px 24.1476px 0 5.13333px,#343a40 12.64443px 23.78072px 0 5.06667px,#343a40 13.5px 23.38269px 0 5px,#343a40 14.34315px 22.95384px 0 4.93333px,#343a40 15.17277px 22.49455px 0 4.86667px,#343a40 15.98776px 22.00526px 0 4.8px,#343a40 16.78704px 21.48643px 0 4.73333px,#343a40 17.56953px 20.93855px 0 4.66667px,#343a40 18.33418px 20.36217px 0 4.6px,#343a40 19.07995px 19.75787px 0 4.53333px,#343a40 19.80582px 19.12626px 0 4.46667px,#343a40 20.5108px 18.468px 0 4.4px,#343a40 21.1939px 17.78379px 0 4.33333px,#343a40 21.85416px 17.07434px 0 4.26667px,#343a40 22.49067px 16.34043px 0 4.2px,#343a40 23.10251px 15.58284px 0 4.13333px,#343a40 23.68881px 14.80241px 0 4.06667px,#343a40 24.24871px 14px 0 4px,#343a40 24.7814px 13.1765px 0 3.93333px,#343a40 25.28607px 12.33284px 0 3.86667px,#343a40 25.76198px 11.46997px 0 3.8px,#343a40 26.2084px 10.58888px 0 3.73333px,#343a40 26.62462px 9.69057px 0 3.66667px,#343a40 27.01001px 8.77608px 0 3.6px,#343a40 27.36392px 7.84648px 0 3.53333px,#343a40 27.68577px 6.90284px 0 3.46667px,#343a40 27.97502px 5.94627px 0 3.4px,#343a40 28.23116px 4.97791px 0 3.33333px,#343a40 28.4537px 3.99891px 0 3.26667px,#343a40 28.64223px 3.01042px 0 3.2px,#343a40 28.79635px 2.01364px 0 3.13333px,#343a40 28.91571px 1.00976px 0 3.06667px,#343a40 29px 0 0 3px,#343a40 29.04896px -1.01441px 0 2.93333px,#343a40 29.06237px -2.03224px 0 2.86667px,#343a40 29.04004px -3.05223px 0 2.8px,#343a40 28.98185px -4.07313px 0 2.73333px,#343a40 28.88769px -5.09368px 0 2.66667px,#343a40 28.75754px -6.1126px 0 2.6px,#343a40 28.59138px -7.12863px 0 2.53333px,#343a40 28.38926px -8.14049px 0 2.46667px,#343a40 28.15127px -9.1469px 0 2.4px,#343a40 27.87755px -10.1466px 0 2.33333px,#343a40 27.56827px -11.1383px 0 2.26667px,#343a40 27.22365px -12.12075px 0 2.2px,#343a40 26.84398px -13.09268px 0 2.13333px,#343a40 26.42956px -14.05285px 0 2.06667px,#343a40 25.98076px -15px 0 2px,#343a40 25.49798px -15.93291px 0 1.93333px,#343a40 24.98167px -16.85035px 0 1.86667px,#343a40 24.43231px -17.75111px 0 1.8px,#343a40 23.85046px -18.63402px 0 1.73333px,#343a40 23.23668px -19.49789px 0 1.66667px,#343a40 22.5916px -20.34157px 0 1.6px,#343a40 21.91589px -21.16393px 0 1.53333px,#343a40 21.21024px -21.96384px 0 1.46667px,#343a40 20.4754px -22.74023px 0 1.4px,#343a40 19.71215px -23.49203px 0 1.33333px,#343a40 18.92133px -24.2182px 0 1.26667px,#343a40 18.10379px -24.91772px 0 1.2px,#343a40 17.26042px -25.58963px 0 1.13333px,#343a40 16.39217px -26.23295px 0 1.06667px,#343a40 15.5px -26.84679px 0 1px,#343a40 14.58492px -27.43024px 0 .93333px,#343a40 13.64796px -27.98245px 0 .86667px,#343a40 12.69018px -28.50262px 0 .8px,#343a40 11.7127px -28.98995px 0 .73333px,#343a40 10.71663px -29.4437px 0 .66667px,#343a40 9.70313px -29.86317px 0 .6px,#343a40 8.67339px -30.2477px 0 .53333px,#343a40 7.6286px -30.59666px 0 .46667px,#343a40 6.57001px -30.90946px 0 .4px,#343a40 5.49886px -31.18558px 0 .33333px,#343a40 4.41643px -31.42451px 0 .26667px,#343a40 3.32401px -31.6258px 0 .2px,#343a40 2.22291px -31.78904px 0 .13333px,#343a40 1.11446px -31.91388px 0 .06667px,#343a40 0 -32px 0 0,#343a40 -1.11911px -32.04713px 0 -.06667px,#343a40 -2.24151px -32.05506px 0 -.13333px,#343a40 -3.36582px -32.02361px 0 -.2px,#343a40 -4.49065px -31.95265px 0 -.26667px,#343a40 -5.61462px -31.84212px 0 -.33333px,#343a40 -6.73634px -31.69198px 0 -.4px,#343a40 -7.8544px -31.50227px 0 -.46667px,#343a40 -8.9674px -31.27305px 0 -.53333px,#343a40 -10.07395px -31.00444px 0 -.6px,#343a40 -11.17266px -30.69663px 0 -.66667px,#343a40 -12.26212px -30.34982px 0 -.73333px,#343a40 -13.34096px -29.96429px 0 -.8px,#343a40 -14.4078px -29.54036px 0 -.86667px,#343a40 -15.46126px -29.07841px 0 -.93333px,#343a40 -16.5px -28.57884px 0 -1px,#343a40 -17.52266px -28.04212px 0 -1.06667px,#343a40 -18.52792px -27.46878px 0 -1.13333px,#343a40 -19.51447px -26.85936px 0 -1.2px,#343a40 -20.48101px -26.21449px 0 -1.26667px,#343a40 -21.42625px -25.53481px 0 -1.33333px,#343a40 -22.34896px -24.82104px 0 -1.4px,#343a40 -23.2479px -24.07391px 0 -1.46667px,#343a40 -24.12186px -23.29421px 0 -1.53333px,#343a40 -24.96967px -22.48279px 0 -1.6px,#343a40 -25.79016px -21.64052px 0 -1.66667px,#343a40 -26.58223px -20.76831px 0 -1.73333px,#343a40 -27.34477px -19.86714px 0 -1.8px,#343a40 -28.07674px -18.938px 0 -1.86667px,#343a40 -28.7771px -17.98193px 0 -1.93333px,#343a40 -29.44486px -17px 0 -2px,#343a40 -30.07908px -15.99333px 0 -2.06667px,#343a40 -30.67884px -14.96307px 0 -2.13333px,#343a40 -31.24325px -13.91039px 0 -2.2px,#343a40 -31.7715px -12.83652px 0 -2.26667px,#343a40 -32.26278px -11.74269px 0 -2.33333px,#343a40 -32.71634px -10.63018px 0 -2.4px,#343a40 -33.13149px -9.5003px 0 -2.46667px,#343a40 -33.50755px -8.35437px 0 -2.53333px,#343a40 -33.84391px -7.19374px 0 -2.6px,#343a40 -34.14px -6.0198px 0 -2.66667px,#343a40 -34.39531px -4.83395px 0 -2.73333px,#343a40 -34.60936px -3.63759px 0 -2.8px,#343a40 -34.78173px -2.43218px 0 -2.86667px,#343a40 -34.91205px -1.21916px 0 -2.93333px,#343a40 -35px 0 0 -3px,#343a40 -35.04531px 1.22381px 0 -3.06667px,#343a40 -35.04775px 2.45078px 0 -3.13333px,#343a40 -35.00717px 3.6794px 0 -3.2px,#343a40 -34.92345px 4.90817px 0 -3.26667px,#343a40 -34.79654px 6.13557px 0 -3.33333px,#343a40 -34.62643px 7.36007px 0 -3.4px,#343a40 -34.41316px 8.58016px 0 -3.46667px,#343a40 -34.15683px 9.79431px 0 -3.53333px,#343a40 -33.85761px 11.001px 0 -3.6px,#343a40 -33.5157px 12.19872px 0 -3.66667px,#343a40 -33.13137px 13.38594px 0 -3.73333px,#343a40 -32.70493px 14.56117px 0 -3.8px,#343a40 -32.23675px 15.72291px 0 -3.86667px,#343a40 -31.72725px 16.86968px 0 -3.93333px,#343a40 -31.17691px 18px 0 -4px,#343a40 -30.58627px 19.11242px 0 -4.06667px,#343a40 -29.95589px 20.2055px 0 -4.13333px,#343a40 -29.28642px 21.27783px 0 -4.2px,#343a40 -28.57852px 22.32799px 0 -4.26667px,#343a40 -27.83295px 23.35462px 0 -4.33333px,#343a40 -27.05047px 24.35635px 0 -4.4px,#343a40 -26.23192px 25.33188px 0 -4.46667px,#343a40 -25.37819px 26.27988px 0 -4.53333px,#343a40 -24.49018px 27.1991px 0 -4.6px,#343a40 -23.56888px 28.0883px 0 -4.66667px,#343a40 -22.6153px 28.94626px 0 -4.73333px,#343a40 -21.6305px 29.77183px 0 -4.8px,#343a40 -20.61558px 30.56385px 0 -4.86667px,#343a40 -19.57168px 31.32124px 0 -4.93333px,#343a40 -18.5px 32.04294px 0 -5px,#343a40 -17.40175px 32.72792px 0 -5.06667px,#343a40 -16.27818px 33.37522px 0 -5.13333px,#343a40 -15.1306px 33.98389px 0 -5.2px,#343a40 -13.96034px 34.55305px 0 -5.26667px,#343a40 -12.76875px 35.08186px 0 -5.33333px,#343a40 -11.55724px 35.56951px 0 -5.4px,#343a40 -10.32721px 36.01527px 0 -5.46667px,#343a40 -9.08014px 36.41843px 0 -5.53333px,#343a40 -7.81748px 36.77835px 0 -5.6px,#343a40 -6.54075px 37.09443px 0 -5.66667px,#343a40 -5.25147px 37.36612px 0 -5.73333px,#343a40 -3.95118px 37.59293px 0 -5.8px,#343a40 -2.64145px 37.77443px 0 -5.86667px,#343a40 -1.32385px 37.91023px 0 -5.93333px}
