/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-ink-ripple {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-image: radial-gradient(circle, white 100%, black 100%);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.md-ripple {
  position: absolute;
  background-color: currentColor;
  border-radius: 50%;
  opacity: .2;
  transform: scale(0) translateZ(0);
  transition: none;
  will-change: background-color, opacity, transform, width, height, top, left;
}
.md-ripple.md-active {
    animation: ripple 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.md-ripple.md-active.md-fadeout {
      opacity: 0 !important;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition-duration: .6s;
}
@keyframes ripple {
to {
    transform: scale(2.2) translateZ(0);
}
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/*  Text and Titles
   ========================================================================== */
.md-caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 17px; }

.md-body-1, body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 20px; }

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  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;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px; }

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
  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; }

/*  Links & Buttons
   ========================================================================== */
a:not(.md-button):not(.md-bottom-bar-item) {
  text-decoration: none; }
  a:not(.md-button):not(.md-bottom-bar-item):hover {
    text-decoration: underline; }

button:focus {
  outline: none; }

/*  Structure
   ========================================================================== */
html {
  height: 100%;
  box-sizing: border-box; }
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }

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;
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto, "Noto Sans", Noto, sans-serif; }

/*  Fluid Media
   ========================================================================== */
ul:not(.md-list) > li + li {
  margin-top: 8px; }

/*  Fluid Media
   ========================================================================== */
audio,
img,
svg,
object,
embed,
canvas,
video,
iframe {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle; }
  audio:not(.md-image),
  img:not(.md-image),
  svg:not(.md-image),
  object:not(.md-image),
  embed:not(.md-image),
  canvas:not(.md-image),
  video:not(.md-image),
  iframe:not(.md-image) {
    height: auto; }

/*  Suppress the focus outline on links that cannot be accessed via keyboard.
    This prevents an unwanted focus outline from appearing around elements
    that might still respond to pointer events.
   ========================================================================== */
[tabindex="-1"]:focus {
  outline: none !important; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-scrollbar::-webkit-scrollbar,
.md-scrollbar ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  background-color: rgba(0, 0, 0, 0.05); }
  .md-scrollbar::-webkit-scrollbar:hover,
  .md-scrollbar ::-webkit-scrollbar:hover {
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.054), inset 0 -1px 0 rgba(0, 0, 0, 0.038);
    background-color: rgba(0, 0, 0, 0.087); }

.md-scrollbar::-webkit-scrollbar-button,
.md-scrollbar ::-webkit-scrollbar-button {
  display: none; }

.md-scrollbar::-webkit-scrollbar-corner,
.md-scrollbar ::-webkit-scrollbar-corner {
  background-color: transparent; }

.md-scrollbar::-webkit-scrollbar-thumb,
.md-scrollbar ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.26);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.054), inset 0 -1px 0 rgba(0, 0, 0, 0.087);
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1); }

/*  Text and Titles
   ========================================================================== */
.md-caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 17px; }

.md-body-1, body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 20px; }

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  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;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px; }

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
  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; }

/*  Links & Buttons
   ========================================================================== */
a:not(.md-button):not(.md-bottom-bar-item) {
  text-decoration: none; }
  a:not(.md-button):not(.md-bottom-bar-item):hover {
    text-decoration: underline; }

button:focus {
  outline: none; }
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  border-radius: 40px;
  vertical-align: middle;
}
.md-avatar.md-large {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    border-radius: 64px;
}
.md-avatar.md-large .md-icon {
      width: 40px;
      min-width: 40px;
      height: 40px;
      min-height: 40px;
      font-size: 40px;
      line-height: 40px;
}
.md-avatar.md-avatar-icon {
    background-color: rgba(0, 0, 0, 0.38);
}
.md-avatar.md-avatar-icon .md-icon {
      color: #fff;
}
.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-ink-ripple {
    border-radius: 50%;
}
.md-avatar .md-ink-ripple .md-ripple.md-active {
      animation-duration: .9s;
}
.md-avatar-tooltip.md-tooltip-top {
  margin-top: -8px;
}
.md-avatar-tooltip.md-tooltip-right {
  margin-left: 8px;
}
.md-avatar-tooltip.md-tooltip-bottom {
  margin-top: 8px;
}
.md-avatar-tooltip.md-tooltip-left {
  margin-left: -8px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.54);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-backdrop.md-active {
    opacity: 1;
    pointer-events: auto;
}
.md-backdrop.md-transparent {
    background: rgba(0, 0, 0, 0.005);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-bottom-bar {
  width: 100%;
  min-width: 100%;
  height: 56px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-bottom-bar-item {
  max-width: 168px;
  min-width: 80px;
  height: 100%;
  padding: 8px 12px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1;
      flex: 1;
  position: relative;
  cursor: pointer;
  border: none;
  background: transparent;
  transform: translate3d(0, 0, 0);
  color: currentColor;
  font-family: inherit;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
}
.md-bottom-bar-item.md-active {
    padding-top: 6px;
}
.md-bottom-bar-item.md-active .md-text {
      transform: scale(1) translate3d(0, 0, 0);
}
.md-bottom-bar-item.md-active .md-text,
    .md-bottom-bar-item.md-active .md-icon {
      color: currentColor;
}
.md-bottom-bar-item[disabled] {
    opacity: .38;
}
.md-bottom-bar.md-shift .md-bottom-bar-item {
    min-width: 56px;
    max-width: 96px;
    position: static;
    -ms-flex: 1 1 32px;
        flex: 1 1 32px;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: flex, min-width, max-width;
    transition-property: flex, min-width, max-width, -ms-flex;
}
.md-bottom-bar.md-shift .md-bottom-bar-item .md-icon {
      transform: translate3d(0, 8px, 0);
}
.md-bottom-bar.md-shift .md-bottom-bar-item .md-text {
      opacity: 0;
      transform: scale(1) translate3d(0, 6px, 0);
}
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active {
      min-width: 96px;
      max-width: 168px;
      -ms-flex: 1 1 72px;
          flex: 1 1 72px;
}
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon,
      .md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text {
        opacity: 1;
}
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon {
        transform: scale(1) translate3d(0, 0, 0);
}
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text {
        transform: scale(1) translate3d(0, 2px, 0);
}
.md-bottom-bar-item .md-text {
    transform: scale(0.8571) translateY(2px);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s linear, opacity 0.15s linear;
}
.md-bottom-bar-item .md-icon {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s linear;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-button {
  min-width: 88px;
  min-height: 36px;
  margin: 6px 8px;
  padding: 0 16px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none;
  background: none;
  border: 0;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: currentColor;
  font-family: inherit;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}
.md-button:focus {
    outline: none;
}
.md-button::-moz-focus-inner {
    border: 0;
}
.md-button:hover:not([disabled]):not(.md-raised) {
    background-color: rgba(153, 153, 153, 0.2);
    text-decoration: none;
}
.md-button:hover:not([disabled]).md-raised {
    background-color: rgba(0, 0, 0, 0.12);
}
.md-button:active:not([disabled]) {
    background-color: rgba(153, 153, 153, 0.4);
}
.md-button.md-raised:not([disabled]) {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-button.md-dense {
    min-height: 32px;
    line-height: 32px;
    font-size: 13px;
}
.md-button.md-icon-button .md-icon, .md-button.md-fab .md-icon {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
}
.md-button.md-icon-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 6px;
    padding: 8px;
    border-radius: 50%;
    line-height: 24px;
}
.md-button.md-icon-button:not([disabled]):hover {
      background: none;
}
.md-button.md-icon-button.md-dense {
      width: 32px;
      min-width: 32px;
      height: 32px;
      min-height: 32px;
      padding: 4px;
      line-height: 32px;
}
.md-button.md-icon-button .md-ink-ripple {
      border-radius: 50%;
}
.md-button.md-icon-button .md-ink-ripple .md-ripple {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
}
.md-button.md-icon-button .md-ripple.md-active {
      animation-duration: .9s;
}
.md-button.md-fab {
    width: 56px;
    height: 56px;
    padding: 0;
    min-width: 0;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    border-radius: 56px;
    line-height: 56px;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: background-color, box-shadow, transform;
}
.md-button.md-fab:hover, .md-button.md-fab:focus {
      box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
}
.md-button.md-fab.md-mini {
      width: 40px;
      height: 40px;
      line-height: 40px;
}
.md-button.md-fab .md-ink-ripple {
      border-radius: 56px;
}
.md-button[disabled] {
    color: rgba(0, 0, 0, 0.26);
    cursor: default;
    pointer-events: none;
}
.md-button[disabled].md-raised, .md-button[disabled].md-fab {
      background-color: rgba(0, 0, 0, 0.12);
}
.md-button[disabled].md-fab {
      box-shadow: none;
}
.md-button:after {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-button .md-ink-ripple {
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
}
.md-button.md-icon-button .md-icon,
.md-button.md-fab .md-icon {
  display: block;
}
.md-fab.md-fab-top-left, .md-fab.md-fab-top-center, .md-fab.md-fab-top-right, .md-fab.md-fab-bottom-left, .md-fab.md-fab-bottom-center, .md-fab.md-fab-bottom-right,
.md-speed-dial.md-fab-top-left,
.md-speed-dial.md-fab-top-center,
.md-speed-dial.md-fab-top-right,
.md-speed-dial.md-fab-bottom-left,
.md-speed-dial.md-fab-bottom-center,
.md-speed-dial.md-fab-bottom-right {
  margin: 0;
  position: absolute;
  z-index: 10;
}
.md-fab.md-fab-top-left,
.md-speed-dial.md-fab-top-left {
  top: 24px;
  left: 24px;
}
.md-fab.md-fab-top-center,
.md-speed-dial.md-fab-top-center {
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.md-fab.md-fab-top-right,
.md-speed-dial.md-fab-top-right {
  top: 24px;
  right: 24px;
}
.md-fab.md-fab-bottom-left,
.md-speed-dial.md-fab-bottom-left {
  bottom: 24px;
  left: 24px;
}
.md-fab.md-fab-bottom-center,
.md-speed-dial.md-fab-bottom-center {
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.md-fab.md-fab-bottom-right,
.md-speed-dial.md-fab-bottom-right {
  right: 24px;
  bottom: 24px;
}
.md-button-tooltip.md-tooltip-top {
  margin-top: -8px;
}
.md-button-tooltip.md-tooltip-right {
  margin-left: 8px;
}
.md-button-tooltip.md-tooltip-bottom {
  margin-top: 8px;
}
.md-button-tooltip.md-tooltip-left {
  margin-left: -8px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-button-toggle {
  width: auto;
  display: -ms-flexbox;
  display: flex;
}
.md-button-toggle > .md-button {
    margin: 0;
    overflow: hidden;
    border-width: 1px 0 1px 1px;
    border-radius: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.md-button-toggle > .md-button:first-child {
      border-radius: 2px 0 0 2px;
}
.md-button-toggle > .md-button:last-child {
      border-right-width: 1px;
      border-radius: 0 2px 2px 0;
}
.md-button-toggle > .md-button:not([disabled]) {
      color: rgba(0, 0, 0, 0.54);
}
.md-button-toggle > .md-button:not([disabled]):hover:not(.md-toggle):not(.md-raised) {
        background-color: rgba(153, 153, 153, 0.2);
        text-decoration: none;
}
.md-button-toggle > .md-button .md-ink-ripple {
      border-radius: 2px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-card {
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-card.md-with-hover {
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: box-shadow;
}
.md-card.md-with-hover:hover {
      z-index: 2;
      box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.md-card .md-card-media {
    position: relative;
}
.md-card .md-card-media.md-16-9 {
      overflow: hidden;
}
.md-card .md-card-media.md-16-9:before {
        width: 100%;
        padding-top: 56.25%;
        display: block;
        content: " ";
}
.md-card .md-card-media.md-16-9 img {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
}
.md-card .md-card-media.md-4-3 {
      overflow: hidden;
}
.md-card .md-card-media.md-4-3:before {
        width: 100%;
        padding-top: 75%;
        display: block;
        content: " ";
}
.md-card .md-card-media.md-4-3 img {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
}
.md-card .md-card-media.md-1-1 {
      overflow: hidden;
}
.md-card .md-card-media.md-1-1:before {
        width: 100%;
        padding-top: 100%;
        display: block;
        content: " ";
}
.md-card .md-card-media.md-1-1 img {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
}
.md-card .md-card-media + .md-card-header {
      padding-top: 24px;
}
.md-card .md-card-media + .md-card-content:last-child {
      padding-bottom: 16px;
}
.md-card .md-card-media img {
      width: 100%;
}
.md-card .md-card-header {
    padding: 16px;
}
.md-card .md-card-header:first-child > .md-title:first-child,
    .md-card .md-card-header:first-child > .md-card-header-text > .md-title:first-child {
      margin-top: 8px;
}
.md-card .md-card-header:last-child {
      margin-bottom: 8px;
}
.md-card .md-card-header.md-card-header-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-card .md-card-header + .md-card-content {
      padding-top: 0;
}
.md-card .md-card-header + .md-card-actions:not(:last-child) {
      padding: 0 8px;
}
.md-card .md-card-header .md-avatar {
      margin-right: 16px;
      float: left;
}
.md-card .md-card-header .md-avatar ~ .md-title {
        font-size: 14px;
}
.md-card .md-card-header .md-avatar ~ .md-title,
      .md-card .md-card-header .md-avatar ~ .md-subhead {
        font-weight: 500;
        line-height: 20px;
}
.md-card .md-card-header .md-button {
      margin: 0;
}
.md-card .md-card-header .md-button:last-child {
        margin-right: -4px;
}
.md-card .md-card-header .md-button + .md-button {
        margin-left: 8px;
}
.md-card .md-card-header .md-card-header-text {
      -ms-flex: 1;
          flex: 1;
}
.md-card .md-card-header .md-card-media {
      width: 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
      height: 80px;
      margin-left: 16px;
}
.md-card .md-card-header .md-card-media.md-medium {
        width: 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
        height: 120px;
}
.md-card .md-card-header .md-card-media.md-big {
        width: 160px;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
        height: 160px;
}
.md-card .md-subhead,
  .md-card .md-title,
  .md-card .md-subheading {
    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 .md-card-media-actions {
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.md-card .md-card-media-actions .md-card-media {
      max-width: 240px;
      max-height: 240px;
      -ms-flex: 1;
          flex: 1;
}
.md-card .md-card-media-actions .md-card-actions {
      margin-left: 16px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
}
.md-card .md-card-media-actions .md-card-actions .md-button + .md-button {
        margin: 8px 0 0;
}
.md-card .md-card-content {
    padding: 16px;
    font-size: 14px;
    line-height: 22px;
}
.md-card .md-card-content:last-child {
      padding-bottom: 24px;
}
.md-card .md-card-actions {
    padding: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}
.md-card .md-card-actions .md-button {
      margin: 0;
}
.md-card .md-card-actions .md-button:first-child {
        margin-left: 0;
}
.md-card .md-card-actions .md-button:last-child {
        margin-right: 0;
}
.md-card .md-card-actions .md-button + .md-button {
        margin-left: 4px;
}
.md-card .md-card-area {
    position: relative;
}
.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 .md-card-media-cover {
    position: relative;
    color: #fff;
}
.md-card .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 .md-card-media-cover .md-card-area {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
}
.md-card .md-card-media-cover .md-card-header + .md-card-actions {
      padding-top: 0;
}
.md-card .md-card-media-cover .md-subhead {
      opacity: 1;
}
.md-card .md-card-expand {
    overflow: hidden;
}
.md-card .md-card-expand.md-active [md-expand-trigger] {
      transform: rotateZ(180deg) translate3D(0, 0, 0);
}
.md-card .md-card-expand.md-active .md-card-content {
      margin-top: 0 !important;
      opacity: 1;
      padding: 4px 16px 24px 16px;
      height: auto;
}
.md-card .md-card-expand .md-card-actions {
      padding-top: 0;
      position: relative;
      z-index: 2;
}
.md-card .md-card-expand [md-expand-trigger] {
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      will-change: transform;
}
.md-card .md-card-expand .md-card-content {
      height: 0;
      padding: 0 16px;
      position: relative;
      z-index: 1;
      opacity: 0;
      transform: translate3D(0, 0, 0);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      will-change: margin, height;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-checkbox {
  width: auto;
  margin: 16px 8px 16px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.md-checkbox:not(.md-disabled) {
    cursor: pointer;
}
.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 rgba(0, 0, 0, 0.54);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-checkbox .md-checkbox-container:focus {
      outline: none;
}
.md-checkbox .md-checkbox-container:before {
      width: 48px;
      height: 48px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      content: " ";
}
.md-checkbox .md-checkbox-container:after {
      width: 6px;
      height: 13px;
      position: absolute;
      top: 0;
      left: 5px;
      border: 2px solid #fff;
      border-top: 0;
      border-left: 0;
      opacity: 0;
      transform: rotate(45deg) scale3D(0.15, 0.15, 1);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      content: " ";
}
.md-checkbox .md-checkbox-container input {
      position: absolute;
      left: -999em;
}
.md-checkbox .md-checkbox-container .md-ink-ripple {
      top: -16px;
      right: -16px;
      bottom: -16px;
      left: -16px;
      border-radius: 50%;
      color: rgba(0, 0, 0, 0.54);
}
.md-checkbox .md-checkbox-container .md-ink-ripple .md-ripple {
        width: 48px !important;
        height: 48px !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
}
.md-checkbox .md-checkbox-label {
    height: 20px;
    padding-left: 8px;
    line-height: 20px;
}
.md-checkbox.md-checked .md-checkbox-container:after {
  opacity: 1;
  transform: rotate(45deg) scale3D(1, 1, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-chip {
  height: 32px;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 32px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
}
.md-chip.md-deletable {
    position: relative;
    padding-right: 32px;
}
.md-chip.md-editable .md-chip-container {
    cursor: pointer;
}
.md-chip:focus, .md-chip:active {
    outline: none;
}
.md-chip:focus:not(.md-disabled), .md-chip:active:not(.md-disabled) {
      cursor: pointer;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-chip.md-disabled .md-button {
    pointer-events: none;
    cursor: default;
}
.md-chip .md-button.md-delete {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-chip .md-button.md-delete .md-icon {
      width: 20px;
      min-width: 20px;
      height: 20px;
      min-height: 20px;
      margin: 0;
      font-size: 20px;
}
.md-chip .md-button.md-delete .md-ink-ripple {
      border-radius: 32px;
}
.md-chip .md-button.md-delete .md-ripple {
      opacity: .54;
}
.md-chips {
  min-height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.md-chips .md-chip {
    margin-right: 8px;
    margin-bottom: 4px;
}
.md-chips .md-input {
    width: 128px;
    -ms-flex: 1;
        flex: 1;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-dialog-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 108;
}
.md-dialog-container.md-active {
    pointer-events: auto;
}
.md-dialog-container.md-active .md-dialog {
      opacity: 1 !important;
      transform: scale(1) !important;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition-property: opacity, transform;
}
.md-dialog-backdrop {
  position: fixed;
  z-index: 109;
}
.md-dialog {
  min-width: 280px;
  max-width: 80%;
  max-height: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  overflow: hidden;
  position: relative;
  z-index: 110;
  outline: none;
  border-radius: 2px;
  opacity: 0;
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
  transform: scale(0.9, 0.85);
  transform-origin: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s 0.05s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: opacity, transform;
}
.md-dialog.md-reference {
    transform-origin: top center;
}
.md-dialog.md-transition-off {
    transition: none !important;
}
.md-dialog p {
    margin: 0;
}
.md-dialog-title {
  margin-bottom: 20px;
  padding: 24px 24px 0;
}
.md-dialog-content {
  padding: 0 24px 24px;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: auto;
      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-body {
  margin: 0 -24px;
  padding: 0 24px;
  overflow: auto;
}
.md-dialog-actions {
  min-height: 52px;
  padding: 8px 8px 8px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      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;
    padding: 0 8px;
}
.md-dialog-actions .md-button + .md-button {
      margin-left: 8px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-divider {
  height: 1px;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
.md-divider.md-inset {
    margin-left: 72px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      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-icon {
    cursor: pointer;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 24px;
  margin: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  fill: currentColor;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
}
.md-icon.md-size-2x {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    font-size: 48px;
}
.md-icon.md-size-3x {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 72px;
}
.md-icon.md-size-4x {
    width: 96px;
    min-width: 96px;
    height: 96px;
    min-height: 96px;
    font-size: 96px;
}
.md-icon.md-size-5x {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
    font-size: 120px;
}
.md-icon svg {
    width: 100%;
    height: 100%;
}
img.md-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-image {
  opacity: 0;
  -webkit-filter: saturate(20%);
          filter: saturate(20%);
}
.md-image.md-black-output {
    -webkit-filter: brightness(0.4) saturate(20%);
            filter: brightness(0.4) saturate(20%);
}
.md-image.md-loaded {
    opacity: 1;
    -webkit-filter: saturate(100%);
            filter: saturate(100%);
    transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-input-container {
  width: 100%;
  min-height: 48px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.md-input-container:after {
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    content: " ";
}
.md-input-container label {
    position: absolute;
    top: 23px;
    left: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: .3s;
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
    line-height: 20px;
}
.md-input-container input,
  .md-input-container textarea {
    width: 100%;
    height: 32px;
    padding: 0;
    display: block;
    -ms-flex: 1;
        flex: 1;
    border: none;
    background: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: font-size;
    color: rgba(0, 0, 0, 0.54);
    font-family: inherit;
    font-size: 1px;
    line-height: 32px;
}
.md-input-container input:focus,
    .md-input-container textarea:focus {
      outline: none;
}
.md-input-container input::-webkit-input-placeholder,
    .md-input-container textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.54);
      font-size: 16px;
      text-shadow: none;
      -webkit-text-fill-color: initial;
}
.md-input-container input ~ .md-icon:not(.md-icon-delete),
    .md-input-container textarea ~ .md-icon:not(.md-icon-delete) {
      margin-left: 12px;
}
.md-input-container input ~ .md-icon:not(.md-icon-delete):after,
      .md-input-container textarea ~ .md-icon:not(.md-icon-delete):after {
        right: 0;
        left: auto;
}
.md-input-container textarea {
    min-height: 32px;
    max-height: 230px;
    padding: 5px 0;
    resize: none;
    line-height: 1.3em;
}
.md-input-container .md-error,
  .md-input-container .md-count {
    height: 20px;
    position: absolute;
    bottom: -22px;
    font-size: 12px;
}
.md-input-container .md-error {
    display: block !important;
    left: 0;
    opacity: 0;
    transform: translate3d(0, -8px, 0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.md-input-container .md-count {
    right: 0;
}
.md-input-container .md-icon:not(.md-icon-delete) {
    margin: 4px auto;
    color: rgba(0, 0, 0, 0.54);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-input-container .md-icon:not(.md-icon-delete):after {
      width: 36px;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
      content: "";
}
.md-input-container .md-icon:not(.md-icon-delete) ~ label {
      left: 36px;
}
.md-input-container .md-icon:not(.md-icon-delete) ~ .md-input,
    .md-input-container .md-icon:not(.md-icon-delete) ~ .md-textarea,
    .md-input-container .md-icon:not(.md-icon-delete) ~ .md-file {
      margin-left: 12px;
}
.md-input-container .md-autocomplete,
.md-input-container .md-autocomplete .md-menu,
.md-input-container .md-autocomplete .md-menu .md-input {
  width: 100%;
}
.md-theme-default.md-input-container .md-autocomplete .md-icon:not(.md-icon-search):after {
  height: 0;
}
.md-input-container.md-input-placeholder label {
  pointer-events: auto;
  top: 10px;
  opacity: 0;
  font-size: 12px;
}
.md-input-container.md-input-placeholder input,
.md-input-container.md-input-placeholder textarea {
  font-size: 16px;
}
.md-input-container.md-input-focused label, .md-input-container.md-has-value label {
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 12px;
}
.md-input-container.md-input-focused input,
.md-input-container.md-input-focused textarea, .md-input-container.md-has-value input,
.md-input-container.md-has-value textarea {
  font-size: 16px;
}
.md-input-container.md-has-value input,
.md-input-container.md-has-value textarea {
  color: rgba(0, 0, 0, 0.87);
}
.md-input-container.md-input-inline label {
  pointer-events: none;
}
.md-input-container.md-input-inline.md-input-focused label {
  top: 23px;
  font-size: 16px;
}
.md-input-container.md-input-inline.md-has-value label {
  opacity: 0;
}
.md-input-container.md-input-disabled:after {
  background: bottom left repeat-x;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 33%, transparent 0%);
  background-size: 4px 1px;
}
.md-input-container.md-input-disabled label,
.md-input-container.md-input-disabled input,
.md-input-container.md-input-disabled textarea {
  color: rgba(0, 0, 0, 0.38);
}
.md-input-container.md-has-password.md-input-focused .md-toggle-password {
  color: rgba(0, 0, 0, 0.54);
}
.md-input-container.md-has-password .md-toggle-password {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -2px;
  color: rgba(0, 0, 0, 0.38);
}
.md-input-container.md-has-password .md-toggle-password .md-ink-ripple {
    color: rgba(0, 0, 0, 0.87);
}
.md-input-container.md-clearable.md-input-focused .md-clear-input {
  color: rgba(0, 0, 0, 0.54);
}
.md-input-container.md-clearable .md-clear-input {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -2px;
  color: rgba(0, 0, 0, 0.38);
}
.md-input-container.md-clearable .md-clear-input .md-ink-ripple {
    color: rgba(0, 0, 0, 0.87);
}
.md-input-container.md-input-invalid .md-error {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.md-input-container.md-input-required label:after {
  position: absolute;
  top: 2px;
  right: 0;
  transform: translateX(calc(100% + 2px));
  content: "*";
  font-size: 12px;
  line-height: 1em;
  vertical-align: top;
}
.md-input-container.md-has-select:hover .md-select:not(.md-disabled):after {
  color: rgba(0, 0, 0, 0.87);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
/* Rows and Columns */
.md-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 1;
      flex: 1;
}
.md-row {
  -ms-flex-direction: row;
      flex-direction: row;
}
.md-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

/* Container */
.md-layout.md-container {
  width: 100%;
  max-width: 1200px;
}
.md-layout.md-container.md-centered {
    margin: 0 auto;
}

/* Alignments */
.md-align-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.md-align-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.md-align-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* Vertical Alignments */
.md-vertical-align-start {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.md-vertical-align-center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.md-vertical-align-end {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.md-vertical-align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/* Gutter Size */
.md-gutter:not(.md-column) {
  margin-right: -12px;
  margin-left: -12px;
}
.md-gutter:not(.md-column) > .md-layout {
    padding-right: 12px;
    padding-left: 12px;
}
.md-gutter .md-column {
  margin-top: -12px;
  margin-bottom: -12px;
}
.md-gutter .md-column > .md-layout {
    padding-top: 12px;
    padding-bottom: 12px;
}
.md-gutter-8:not(.md-column) {
  margin-right: -4px;
  margin-left: -4px;
}
.md-gutter-8:not(.md-column) > .md-layout {
    padding-right: 4px;
    padding-left: 4px;
}
.md-gutter-8 .md-column {
  margin-top: -4px;
  margin-bottom: -4px;
}
.md-gutter-8 .md-column > .md-layout {
    padding-top: 4px;
    padding-bottom: 4px;
}
.md-gutter-16:not(.md-column) {
  margin-right: -8px;
  margin-left: -8px;
}
.md-gutter-16:not(.md-column) > .md-layout {
    padding-right: 8px;
    padding-left: 8px;
}
.md-gutter-16 .md-column {
  margin-top: -8px;
  margin-bottom: -8px;
}
.md-gutter-16 .md-column > .md-layout {
    padding-top: 8px;
    padding-bottom: 8px;
}
.md-gutter-24:not(.md-column) {
  margin-right: -12px;
  margin-left: -12px;
}
.md-gutter-24:not(.md-column) > .md-layout {
    padding-right: 12px;
    padding-left: 12px;
}
.md-gutter-24 .md-column {
  margin-top: -12px;
  margin-bottom: -12px;
}
.md-gutter-24 .md-column > .md-layout {
    padding-top: 12px;
    padding-bottom: 12px;
}
.md-gutter-40:not(.md-column) {
  margin-right: -20px;
  margin-left: -20px;
}
.md-gutter-40:not(.md-column) > .md-layout {
    padding-right: 20px;
    padding-left: 20px;
}
.md-gutter-40 .md-column {
  margin-top: -20px;
  margin-bottom: -20px;
}
.md-gutter-40 .md-column > .md-layout {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Flex Size */
.md-flex {
  -ms-flex: 1 1;
      flex: 1 1;
}
.md-flex-33 {
  min-width: 33.33333%;
  -ms-flex: 0 1 33.33333%;
      flex: 0 1 33.33333%;
}
.md-flex-66 {
  min-width: 33.33333%;
  -ms-flex: 0 1 66.66666%;
      flex: 0 1 66.66666%;
}
.md-flex-offset-33 {
  margin-left: 33.33333%;
}
.md-flex-offset-66 {
  margin-left: 66.66666%;
}
.md-flex-5 {
  min-width: 5%;
  -ms-flex: 0 1 5%;
      flex: 0 1 5%;
}
.md-flex-offset-5 {
  margin-left: 5%;
}
.md-flex-10 {
  min-width: 10%;
  -ms-flex: 0 1 10%;
      flex: 0 1 10%;
}
.md-flex-offset-10 {
  margin-left: 10%;
}
.md-flex-15 {
  min-width: 15%;
  -ms-flex: 0 1 15%;
      flex: 0 1 15%;
}
.md-flex-offset-15 {
  margin-left: 15%;
}
.md-flex-20 {
  min-width: 20%;
  -ms-flex: 0 1 20%;
      flex: 0 1 20%;
}
.md-flex-offset-20 {
  margin-left: 20%;
}
.md-flex-25 {
  min-width: 25%;
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
}
.md-flex-offset-25 {
  margin-left: 25%;
}
.md-flex-30 {
  min-width: 30%;
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
}
.md-flex-offset-30 {
  margin-left: 30%;
}
.md-flex-35 {
  min-width: 35%;
  -ms-flex: 0 1 35%;
      flex: 0 1 35%;
}
.md-flex-offset-35 {
  margin-left: 35%;
}
.md-flex-40 {
  min-width: 40%;
  -ms-flex: 0 1 40%;
      flex: 0 1 40%;
}
.md-flex-offset-40 {
  margin-left: 40%;
}
.md-flex-45 {
  min-width: 45%;
  -ms-flex: 0 1 45%;
      flex: 0 1 45%;
}
.md-flex-offset-45 {
  margin-left: 45%;
}
.md-flex-50 {
  min-width: 50%;
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
}
.md-flex-offset-50 {
  margin-left: 50%;
}
.md-flex-55 {
  min-width: 55%;
  -ms-flex: 0 1 55%;
      flex: 0 1 55%;
}
.md-flex-offset-55 {
  margin-left: 55%;
}
.md-flex-60 {
  min-width: 60%;
  -ms-flex: 0 1 60%;
      flex: 0 1 60%;
}
.md-flex-offset-60 {
  margin-left: 60%;
}
.md-flex-65 {
  min-width: 65%;
  -ms-flex: 0 1 65%;
      flex: 0 1 65%;
}
.md-flex-offset-65 {
  margin-left: 65%;
}
.md-flex-70 {
  min-width: 70%;
  -ms-flex: 0 1 70%;
      flex: 0 1 70%;
}
.md-flex-offset-70 {
  margin-left: 70%;
}
.md-flex-75 {
  min-width: 75%;
  -ms-flex: 0 1 75%;
      flex: 0 1 75%;
}
.md-flex-offset-75 {
  margin-left: 75%;
}
.md-flex-80 {
  min-width: 80%;
  -ms-flex: 0 1 80%;
      flex: 0 1 80%;
}
.md-flex-offset-80 {
  margin-left: 80%;
}
.md-flex-85 {
  min-width: 85%;
  -ms-flex: 0 1 85%;
      flex: 0 1 85%;
}
.md-flex-offset-85 {
  margin-left: 85%;
}
.md-flex-90 {
  min-width: 90%;
  -ms-flex: 0 1 90%;
      flex: 0 1 90%;
}
.md-flex-offset-90 {
  margin-left: 90%;
}
.md-flex-95 {
  min-width: 95%;
  -ms-flex: 0 1 95%;
      flex: 0 1 95%;
}
.md-flex-offset-95 {
  margin-left: 95%;
}
.md-flex-100 {
  min-width: 100%;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}
.md-flex-offset-100 {
  margin-left: 100%;
}

/* Responsive Breakpoints */

@media (max-width: 944px) {
  .md-gutter:not(.md-column) {
    margin-right: -8px;
    margin-left: -8px;
  }
  .md-gutter:not(.md-column) > .md-layout {
    padding-right: 8px;
    padding-left: 8px;
  }
  .md-gutter .md-column {
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .md-gutter .md-column > .md-layout {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md-row-small {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-small {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-small {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-small-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-small-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-small-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-small-66 {
    margin-left: 66.66666%;
  }
  .md-flex-small-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-small-5 {
    margin-left: 5%;
  }
  .md-flex-small-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-small-10 {
    margin-left: 10%;
  }
  .md-flex-small-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-small-15 {
    margin-left: 15%;
  }
  .md-flex-small-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-small-20 {
    margin-left: 20%;
  }
  .md-flex-small-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-small-25 {
    margin-left: 25%;
  }
  .md-flex-small-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-small-30 {
    margin-left: 30%;
  }
  .md-flex-small-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-small-35 {
    margin-left: 35%;
  }
  .md-flex-small-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-small-40 {
    margin-left: 40%;
  }
  .md-flex-small-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-small-45 {
    margin-left: 45%;
  }
  .md-flex-small-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-small-50 {
    margin-left: 50%;
  }
  .md-flex-small-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-small-55 {
    margin-left: 55%;
  }
  .md-flex-small-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-small-60 {
    margin-left: 60%;
  }
  .md-flex-small-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-small-65 {
    margin-left: 65%;
  }
  .md-flex-small-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-small-70 {
    margin-left: 70%;
  }
  .md-flex-small-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-small-75 {
    margin-left: 75%;
  }
  .md-flex-small-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-small-80 {
    margin-left: 80%;
  }
  .md-flex-small-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-small-85 {
    margin-left: 85%;
  }
  .md-flex-small-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-small-90 {
    margin-left: 90%;
  }
  .md-flex-small-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-small-95 {
    margin-left: 95%;
  }
  .md-flex-small-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-small-100 {
    margin-left: 100%;
  }
  .md-align-small-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-small-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-small-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-small {
    display: none;
  }
}

@media (min-width: 1904px) {
  .md-row-xlarge {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-xlarge {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-xlarge {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-xlarge-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-xlarge-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-xlarge-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-xlarge-66 {
    margin-left: 66.66666%;
  }
  .md-flex-xlarge-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-xlarge-5 {
    margin-left: 5%;
  }
  .md-flex-xlarge-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-xlarge-10 {
    margin-left: 10%;
  }
  .md-flex-xlarge-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-xlarge-15 {
    margin-left: 15%;
  }
  .md-flex-xlarge-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-xlarge-20 {
    margin-left: 20%;
  }
  .md-flex-xlarge-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-xlarge-25 {
    margin-left: 25%;
  }
  .md-flex-xlarge-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-xlarge-30 {
    margin-left: 30%;
  }
  .md-flex-xlarge-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-xlarge-35 {
    margin-left: 35%;
  }
  .md-flex-xlarge-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-xlarge-40 {
    margin-left: 40%;
  }
  .md-flex-xlarge-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-xlarge-45 {
    margin-left: 45%;
  }
  .md-flex-xlarge-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-xlarge-50 {
    margin-left: 50%;
  }
  .md-flex-xlarge-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-xlarge-55 {
    margin-left: 55%;
  }
  .md-flex-xlarge-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-xlarge-60 {
    margin-left: 60%;
  }
  .md-flex-xlarge-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-xlarge-65 {
    margin-left: 65%;
  }
  .md-flex-xlarge-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-xlarge-70 {
    margin-left: 70%;
  }
  .md-flex-xlarge-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-xlarge-75 {
    margin-left: 75%;
  }
  .md-flex-xlarge-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-xlarge-80 {
    margin-left: 80%;
  }
  .md-flex-xlarge-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-xlarge-85 {
    margin-left: 85%;
  }
  .md-flex-xlarge-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-xlarge-90 {
    margin-left: 90%;
  }
  .md-flex-xlarge-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-xlarge-95 {
    margin-left: 95%;
  }
  .md-flex-xlarge-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-xlarge-100 {
    margin-left: 100%;
  }
  .md-align-xlarge-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-xlarge-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-xlarge-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-xlarge {
    display: none;
  }
}

@media (max-width: 1903px) {
  .md-row-large {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-large {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-large {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-large-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-large-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-large-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-large-66 {
    margin-left: 66.66666%;
  }
  .md-flex-large-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-large-5 {
    margin-left: 5%;
  }
  .md-flex-large-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-large-10 {
    margin-left: 10%;
  }
  .md-flex-large-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-large-15 {
    margin-left: 15%;
  }
  .md-flex-large-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-large-20 {
    margin-left: 20%;
  }
  .md-flex-large-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-large-25 {
    margin-left: 25%;
  }
  .md-flex-large-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-large-30 {
    margin-left: 30%;
  }
  .md-flex-large-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-large-35 {
    margin-left: 35%;
  }
  .md-flex-large-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-large-40 {
    margin-left: 40%;
  }
  .md-flex-large-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-large-45 {
    margin-left: 45%;
  }
  .md-flex-large-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-large-50 {
    margin-left: 50%;
  }
  .md-flex-large-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-large-55 {
    margin-left: 55%;
  }
  .md-flex-large-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-large-60 {
    margin-left: 60%;
  }
  .md-flex-large-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-large-65 {
    margin-left: 65%;
  }
  .md-flex-large-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-large-70 {
    margin-left: 70%;
  }
  .md-flex-large-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-large-75 {
    margin-left: 75%;
  }
  .md-flex-large-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-large-80 {
    margin-left: 80%;
  }
  .md-flex-large-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-large-85 {
    margin-left: 85%;
  }
  .md-flex-large-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-large-90 {
    margin-left: 90%;
  }
  .md-flex-large-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-large-95 {
    margin-left: 95%;
  }
  .md-flex-large-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-large-100 {
    margin-left: 100%;
  }
  .md-align-large-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-large-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-large-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-large {
    display: none;
  }
}

@media (max-width: 1264px) {
  .md-row-medium {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-medium {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-medium {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-medium-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-medium-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-medium-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-medium-66 {
    margin-left: 66.66666%;
  }
  .md-flex-medium-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-medium-5 {
    margin-left: 5%;
  }
  .md-flex-medium-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-medium-10 {
    margin-left: 10%;
  }
  .md-flex-medium-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-medium-15 {
    margin-left: 15%;
  }
  .md-flex-medium-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-medium-20 {
    margin-left: 20%;
  }
  .md-flex-medium-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-medium-25 {
    margin-left: 25%;
  }
  .md-flex-medium-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-medium-30 {
    margin-left: 30%;
  }
  .md-flex-medium-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-medium-35 {
    margin-left: 35%;
  }
  .md-flex-medium-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-medium-40 {
    margin-left: 40%;
  }
  .md-flex-medium-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-medium-45 {
    margin-left: 45%;
  }
  .md-flex-medium-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-medium-50 {
    margin-left: 50%;
  }
  .md-flex-medium-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-medium-55 {
    margin-left: 55%;
  }
  .md-flex-medium-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-medium-60 {
    margin-left: 60%;
  }
  .md-flex-medium-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-medium-65 {
    margin-left: 65%;
  }
  .md-flex-medium-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-medium-70 {
    margin-left: 70%;
  }
  .md-flex-medium-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-medium-75 {
    margin-left: 75%;
  }
  .md-flex-medium-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-medium-80 {
    margin-left: 80%;
  }
  .md-flex-medium-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-medium-85 {
    margin-left: 85%;
  }
  .md-flex-medium-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-medium-90 {
    margin-left: 90%;
  }
  .md-flex-medium-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-medium-95 {
    margin-left: 95%;
  }
  .md-flex-medium-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-medium-100 {
    margin-left: 100%;
  }
  .md-align-medium-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-medium-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-medium-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-medium {
    display: none;
  }
}

@media (max-width: 600px) {
  .md-row-xsmall {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-xsmall {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-xsmall {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-xsmall-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-xsmall-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-xsmall-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-xsmall-66 {
    margin-left: 66.66666%;
  }
  .md-flex-xsmall-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-xsmall-5 {
    margin-left: 5%;
  }
  .md-flex-xsmall-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-xsmall-10 {
    margin-left: 10%;
  }
  .md-flex-xsmall-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-xsmall-15 {
    margin-left: 15%;
  }
  .md-flex-xsmall-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-xsmall-20 {
    margin-left: 20%;
  }
  .md-flex-xsmall-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-xsmall-25 {
    margin-left: 25%;
  }
  .md-flex-xsmall-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-xsmall-30 {
    margin-left: 30%;
  }
  .md-flex-xsmall-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-xsmall-35 {
    margin-left: 35%;
  }
  .md-flex-xsmall-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-xsmall-40 {
    margin-left: 40%;
  }
  .md-flex-xsmall-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-xsmall-45 {
    margin-left: 45%;
  }
  .md-flex-xsmall-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-xsmall-50 {
    margin-left: 50%;
  }
  .md-flex-xsmall-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-xsmall-55 {
    margin-left: 55%;
  }
  .md-flex-xsmall-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-xsmall-60 {
    margin-left: 60%;
  }
  .md-flex-xsmall-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-xsmall-65 {
    margin-left: 65%;
  }
  .md-flex-xsmall-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-xsmall-70 {
    margin-left: 70%;
  }
  .md-flex-xsmall-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-xsmall-75 {
    margin-left: 75%;
  }
  .md-flex-xsmall-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-xsmall-80 {
    margin-left: 80%;
  }
  .md-flex-xsmall-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-xsmall-85 {
    margin-left: 85%;
  }
  .md-flex-xsmall-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-xsmall-90 {
    margin-left: 90%;
  }
  .md-flex-xsmall-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-xsmall-95 {
    margin-left: 95%;
  }
  .md-flex-xsmall-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-xsmall-100 {
    margin-left: 100%;
  }
  .md-align-xsmall-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-xsmall-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-xsmall-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-xsmall {
    display: none;
  }
}

@media (min-width: 1264px) {
  .md-row-large-and-up {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-large-and-up {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-large-and-up {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-large-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-large-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-large-and-up-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-large-and-up-66 {
    margin-left: 66.66666%;
  }
  .md-flex-large-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-large-and-up-5 {
    margin-left: 5%;
  }
  .md-flex-large-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-large-and-up-10 {
    margin-left: 10%;
  }
  .md-flex-large-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-large-and-up-15 {
    margin-left: 15%;
  }
  .md-flex-large-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-large-and-up-20 {
    margin-left: 20%;
  }
  .md-flex-large-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-large-and-up-25 {
    margin-left: 25%;
  }
  .md-flex-large-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-large-and-up-30 {
    margin-left: 30%;
  }
  .md-flex-large-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-large-and-up-35 {
    margin-left: 35%;
  }
  .md-flex-large-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-large-and-up-40 {
    margin-left: 40%;
  }
  .md-flex-large-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-large-and-up-45 {
    margin-left: 45%;
  }
  .md-flex-large-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-large-and-up-50 {
    margin-left: 50%;
  }
  .md-flex-large-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-large-and-up-55 {
    margin-left: 55%;
  }
  .md-flex-large-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-large-and-up-60 {
    margin-left: 60%;
  }
  .md-flex-large-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-large-and-up-65 {
    margin-left: 65%;
  }
  .md-flex-large-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-large-and-up-70 {
    margin-left: 70%;
  }
  .md-flex-large-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-large-and-up-75 {
    margin-left: 75%;
  }
  .md-flex-large-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-large-and-up-80 {
    margin-left: 80%;
  }
  .md-flex-large-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-large-and-up-85 {
    margin-left: 85%;
  }
  .md-flex-large-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-large-and-up-90 {
    margin-left: 90%;
  }
  .md-flex-large-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-large-and-up-95 {
    margin-left: 95%;
  }
  .md-flex-large-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-large-and-up-100 {
    margin-left: 100%;
  }
  .md-align-large-and-up-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-large-and-up-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-large-and-up-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-large-and-up {
    display: none;
  }
}

@media (min-width: 944px) {
  .md-row-medium-and-up {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-medium-and-up {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-medium-and-up {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-medium-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-medium-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-medium-and-up-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-medium-and-up-66 {
    margin-left: 66.66666%;
  }
  .md-flex-medium-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-medium-and-up-5 {
    margin-left: 5%;
  }
  .md-flex-medium-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-medium-and-up-10 {
    margin-left: 10%;
  }
  .md-flex-medium-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-medium-and-up-15 {
    margin-left: 15%;
  }
  .md-flex-medium-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-medium-and-up-20 {
    margin-left: 20%;
  }
  .md-flex-medium-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-medium-and-up-25 {
    margin-left: 25%;
  }
  .md-flex-medium-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-medium-and-up-30 {
    margin-left: 30%;
  }
  .md-flex-medium-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-medium-and-up-35 {
    margin-left: 35%;
  }
  .md-flex-medium-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-medium-and-up-40 {
    margin-left: 40%;
  }
  .md-flex-medium-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-medium-and-up-45 {
    margin-left: 45%;
  }
  .md-flex-medium-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-medium-and-up-50 {
    margin-left: 50%;
  }
  .md-flex-medium-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-medium-and-up-55 {
    margin-left: 55%;
  }
  .md-flex-medium-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-medium-and-up-60 {
    margin-left: 60%;
  }
  .md-flex-medium-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-medium-and-up-65 {
    margin-left: 65%;
  }
  .md-flex-medium-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-medium-and-up-70 {
    margin-left: 70%;
  }
  .md-flex-medium-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-medium-and-up-75 {
    margin-left: 75%;
  }
  .md-flex-medium-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-medium-and-up-80 {
    margin-left: 80%;
  }
  .md-flex-medium-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-medium-and-up-85 {
    margin-left: 85%;
  }
  .md-flex-medium-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-medium-and-up-90 {
    margin-left: 90%;
  }
  .md-flex-medium-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-medium-and-up-95 {
    margin-left: 95%;
  }
  .md-flex-medium-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-medium-and-up-100 {
    margin-left: 100%;
  }
  .md-align-medium-and-up-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-medium-and-up-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-medium-and-up-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-medium-and-up {
    display: none;
  }
}

@media (min-width: 660px) {
  .md-row-small-and-up {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-small-and-up {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-small-and-up {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-small-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-small-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-small-and-up-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-small-and-up-66 {
    margin-left: 66.66666%;
  }
  .md-flex-small-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-small-and-up-5 {
    margin-left: 5%;
  }
  .md-flex-small-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-small-and-up-10 {
    margin-left: 10%;
  }
  .md-flex-small-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-small-and-up-15 {
    margin-left: 15%;
  }
  .md-flex-small-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-small-and-up-20 {
    margin-left: 20%;
  }
  .md-flex-small-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-small-and-up-25 {
    margin-left: 25%;
  }
  .md-flex-small-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-small-and-up-30 {
    margin-left: 30%;
  }
  .md-flex-small-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-small-and-up-35 {
    margin-left: 35%;
  }
  .md-flex-small-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-small-and-up-40 {
    margin-left: 40%;
  }
  .md-flex-small-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-small-and-up-45 {
    margin-left: 45%;
  }
  .md-flex-small-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-small-and-up-50 {
    margin-left: 50%;
  }
  .md-flex-small-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-small-and-up-55 {
    margin-left: 55%;
  }
  .md-flex-small-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-small-and-up-60 {
    margin-left: 60%;
  }
  .md-flex-small-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-small-and-up-65 {
    margin-left: 65%;
  }
  .md-flex-small-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-small-and-up-70 {
    margin-left: 70%;
  }
  .md-flex-small-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-small-and-up-75 {
    margin-left: 75%;
  }
  .md-flex-small-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-small-and-up-80 {
    margin-left: 80%;
  }
  .md-flex-small-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-small-and-up-85 {
    margin-left: 85%;
  }
  .md-flex-small-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-small-and-up-90 {
    margin-left: 90%;
  }
  .md-flex-small-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-small-and-up-95 {
    margin-left: 95%;
  }
  .md-flex-small-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-small-and-up-100 {
    margin-left: 100%;
  }
  .md-align-small-and-up-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-small-and-up-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-small-and-up-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-small-and-up {
    display: none;
  }
}

@media (min-width: 300px) {
  .md-row-xsmall-and-up {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-xsmall-and-up {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-xsmall-and-up {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-xsmall-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-xsmall-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-xsmall-and-up-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-xsmall-and-up-66 {
    margin-left: 66.66666%;
  }
  .md-flex-xsmall-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-xsmall-and-up-5 {
    margin-left: 5%;
  }
  .md-flex-xsmall-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-xsmall-and-up-10 {
    margin-left: 10%;
  }
  .md-flex-xsmall-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-xsmall-and-up-15 {
    margin-left: 15%;
  }
  .md-flex-xsmall-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-xsmall-and-up-20 {
    margin-left: 20%;
  }
  .md-flex-xsmall-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-xsmall-and-up-25 {
    margin-left: 25%;
  }
  .md-flex-xsmall-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-xsmall-and-up-30 {
    margin-left: 30%;
  }
  .md-flex-xsmall-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-xsmall-and-up-35 {
    margin-left: 35%;
  }
  .md-flex-xsmall-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-xsmall-and-up-40 {
    margin-left: 40%;
  }
  .md-flex-xsmall-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-xsmall-and-up-45 {
    margin-left: 45%;
  }
  .md-flex-xsmall-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-xsmall-and-up-50 {
    margin-left: 50%;
  }
  .md-flex-xsmall-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-xsmall-and-up-55 {
    margin-left: 55%;
  }
  .md-flex-xsmall-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-xsmall-and-up-60 {
    margin-left: 60%;
  }
  .md-flex-xsmall-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-xsmall-and-up-65 {
    margin-left: 65%;
  }
  .md-flex-xsmall-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-xsmall-and-up-70 {
    margin-left: 70%;
  }
  .md-flex-xsmall-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-xsmall-and-up-75 {
    margin-left: 75%;
  }
  .md-flex-xsmall-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-xsmall-and-up-80 {
    margin-left: 80%;
  }
  .md-flex-xsmall-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-xsmall-and-up-85 {
    margin-left: 85%;
  }
  .md-flex-xsmall-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-xsmall-and-up-90 {
    margin-left: 90%;
  }
  .md-flex-xsmall-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-xsmall-and-up-95 {
    margin-left: 95%;
  }
  .md-flex-xsmall-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-xsmall-and-up-100 {
    margin-left: 100%;
  }
  .md-align-xsmall-and-up-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-xsmall-and-up-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-xsmall-and-up-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-xsmall-and-up {
    display: none;
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-list {
  margin: 0;
  padding: 8px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  position: relative;
  list-style: none;
}
.md-list.md-dense {
    padding: 4px 0;
}
.md-list.md-dense .md-list-item.md-inset .md-list-item-container {
      padding-left: 72px;
}
.md-list.md-dense .md-list-item .md-list-item-container {
      min-height: 40px;
      font-size: 13px;
}
.md-list.md-dense .md-list-item .md-list-item-container .md-avatar:first-child,
      .md-list.md-dense .md-list-item .md-list-item-container .md-list-action:first-child {
        margin-right: 24px;
}
.md-list.md-dense .md-avatar {
      width: 32px;
      min-width: 32px;
      height: 32px;
      min-height: 32px;
}
.md-list.md-dense .md-list-item-expand {
      min-height: 40px;
}
.md-list.md-double-line.md-dense .md-list-item .md-list-item-container {
    min-height: 60px;
}
.md-list.md-double-line.md-dense .md-list-item .md-avatar {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
}
.md-list.md-double-line.md-dense .md-list-item .md-avatar .md-avatar:first-child,
    .md-list.md-double-line.md-dense .md-list-item .md-avatar .md-list-action:first-child {
      margin-right: 20px;
}
.md-list.md-double-line.md-dense .md-list-text-container > :nth-child(1) {
    font-size: 13px;
}
.md-list.md-double-line.md-dense .md-list-text-container > :nth-child(2) {
    font-size: 13px;
}
.md-list.md-double-line .md-list-item .md-list-item-container {
    min-height: 72px;
}
.md-list.md-triple-line.md-dense .md-list-item .md-list-item-container {
    min-height: 76px;
}
.md-list.md-triple-line.md-dense .md-list-item .md-avatar {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
}
.md-list.md-triple-line.md-dense .md-list-item .md-avatar .md-avatar:first-child,
    .md-list.md-triple-line.md-dense .md-list-item .md-avatar .md-list-action:first-child {
      margin-right: 20px;
}
.md-list.md-triple-line.md-dense .md-list-text-container > :nth-child(1) {
    font-size: 13px;
}
.md-list.md-triple-line.md-dense .md-list-text-container > :nth-child(2) {
    font-size: 13px;
}
.md-list.md-triple-line .md-list-item .md-list-item-container {
    min-height: 88px;
}
.md-list.md-triple-line .md-avatar {
    margin: 0;
}
.md-list .md-subheader.md-inset {
    padding-left: 72px;
}
.md-list > .md-subheader:first-of-type {
    margin-top: -8px;
}
.md-list-item {
  height: auto;
  position: relative;
  z-index: 2;
}
.md-list-item.md-disabled {
    cursor: default;
    pointer-events: none;
}
.md-list-item.md-inset .md-list-item-container {
    padding-left: 72px;
}
.md-list-item .md-button-ghost {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 0;
}
.md-list-item .md-button:not(.md-button-ghost):not(.md-list-item-container) {
    position: relative;
    z-index: 2;
}
.md-list-item .md-button:not(.md-button-ghost):not(.md-list-item-container) .md-icon {
      position: relative;
}
.md-list-item .md-list-item-container {
    min-height: 48px;
    margin: 0;
    padding: 0 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex: 1;
        flex: 1;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.md-list-item .md-list-item-container:hover {
      text-decoration: none;
}
.md-list-item .md-list-item-container > .md-icon:first-child {
      margin-right: 32px;
}
.md-list-item .md-list-item-container .md-avatar:first-child,
    .md-list-item .md-list-item-container .md-list-action:first-child {
      margin-right: 16px;
}
.md-list-item .md-list-item-container .md-list-action {
      margin: 0 -10px 0 0;
}
.md-list-item .md-list-item-container .md-list-action:nth-child(3) {
        margin: 0 -10px 0 16px;
}
.md-list-item .md-divider {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.md-list-item .md-icon,
  .md-list-item .md-avatar,
  .md-list-item .md-list-action:first-child {
    margin: 0;
}
.md-list-item .md-icon:first-of-type + *,
    .md-list-item .md-avatar:first-of-type + *,
    .md-list-item .md-list-action:first-child:first-of-type + * {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.md-list-item .md-avatar {
    margin-top: 8px;
    margin-bottom: 8px;
}
.md-list-item .md-icon {
    color: rgba(0, 0, 0, 0.54);
}
.md-list-item .md-ink-ripple {
    border-radius: 0;
}
.md-list-item-expand {
  min-height: 48px;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  overflow: hidden;
  transform: translate3D(0, 0, 0);
}
.md-list-item-expand:before, .md-list-item-expand:after {
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    content: " ";
}
.md-list-item-expand:before {
    top: 0;
}
.md-list-item-expand:after {
    bottom: 0;
}
.md-list-item-expand.md-active {
    position: relative;
}
.md-list-item-expand.md-active:before, .md-list-item-expand.md-active:after {
      background-color: rgba(0, 0, 0, 0.12);
}
.md-list-item-expand.md-active:first-of-type:before {
      background: none;
}
.md-list-item-expand.md-active:last-of-type:after {
      background: none;
}
.md-list-item-expand.md-active.md-active + .md-active:before {
      background: none;
}
.md-list-item-expand.md-active > .md-list-item-container .md-list-expand-indicator {
      transform: rotateZ(180deg) translate3D(0, 0, 0);
}
.md-list-item-expand.md-active > .md-list-expand {
      margin-bottom: 0 !important;
}
.md-list-item-expand .md-expansion-indicator,
  .md-list-item-expand .md-list-item-container,
  .md-list-item-expand .md-icon {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-list-item-expand .md-list-expand {
    position: relative;
    z-index: 1;
    transform: translate3D(0, 0, 0);
    will-change: margin-bottom;
    transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-list-item-expand .md-list-expand.md-transition-off {
      transition: none !important;
}
.md-list-item-expand .md-list-expand .md-list {
      padding: 0;
}
.md-list-text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  line-height: 1.25em;
  white-space: normal;
}
.md-list-text-container > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.md-list-text-container > :nth-child(1) {
    font-size: 16px;
}
.md-list-text-container > :nth-child(2),
  .md-list-text-container > :nth-child(3) {
    margin: 0;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
}
.md-list-text-container > :nth-child(2):not(:last-child) {
    color: rgba(0, 0, 0, 0.87);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-menu {
  display: inline-block;
}
.md-menu-content {
  width: 168px;
  min-width: 84px;
  max-width: 392px;
  min-height: 64px;
  max-height: calc(100vh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 131;
  transform: scale(0.9, 0.85) translateZ(0);
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), margin 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), transform 0s 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  will-change: transform, opacity, width;
}
.md-menu-content.md-direction-bottom-right {
    margin-top: -20px;
    margin-left: -8px;
    transform-origin: top left;
}
.md-menu-content.md-direction-bottom-right.md-active {
      margin-top: -11px;
}
.md-menu-content.md-direction-bottom-left {
    margin-top: -20px;
    margin-left: 8px;
    transform-origin: top right;
}
.md-menu-content.md-direction-bottom-left.md-active {
      margin-top: -11px;
}
.md-menu-content.md-direction-top-right {
    margin-top: 20px;
    margin-left: -8px;
    transform-origin: bottom left;
}
.md-menu-content.md-direction-top-right.md-active {
      margin-top: 11px;
}
.md-menu-content.md-direction-top-left {
    margin-top: 20px;
    margin-left: 8px;
    transform-origin: bottom right;
}
.md-menu-content.md-direction-top-left.md-active {
      margin-top: 11px;
}
.md-menu-content.md-align-trigger {
    margin: 0;
}
.md-menu-content.md-size-1 {
    width: 84px;
}
.md-menu-content.md-size-2 {
    width: 112px;
}
.md-menu-content.md-size-3 {
    width: 168px;
}
.md-menu-content.md-size-4 {
    width: 224px;
}
.md-menu-content.md-size-5 {
    width: 280px;
}
.md-menu-content.md-size-6 {
    width: 336px;
}
.md-menu-content.md-size-7 {
    width: 392px;
}
.md-menu-content.md-active {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1) translateZ(0);
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-menu-content.md-active .md-list {
      opacity: 1;
      transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-menu-content .md-list {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-menu-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2em;
}
.md-menu-item[disabled] {
    cursor: default;
}
.md-menu-item .md-list-item-holder {
    overflow: hidden;
    text-overflow: ellipsis;
}
.md-menu-backdrop {
  z-index: 130;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-boards {
  width: 100%;
  height: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  position: relative;
}
.md-boards.md-transition-off * {
    transition: none !important;
}
.md-boards.md-dynamic-height .md-boards-content {
    transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-boards .md-boards-navigation {
    bottom: 0;
    width: 100%;
    height: 48px;
    min-height: 48px;
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.md-boards .md-board-header {
    min-width: 24px;
    max-width: 24px;
    margin: 0;
    padding: 0 12px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 0;
    background: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.md-boards .md-board-header.md-disabled {
      cursor: default;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
}
.md-boards .md-board-header-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.md-boards .md-board-header-container .md-icon {
      margin: 0;
}
.md-boards .md-board-header-container .md-icon:not(.md-control) {
      width: 16px;
      min-width: 16px;
      height: 16px;
      min-height: 16px;
      font-size: 16px;
}
.md-boards .md-boards-content {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.md-boards .md-boards-wrapper {
    width: 9999em;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-boards .md-board {
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-progress {
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-progress.md-indeterminate .md-progress-track {
    right: 0;
}
.md-progress.md-indeterminate .md-progress-track:before, .md-progress.md-indeterminate .md-progress-track:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      will-change: left, right;
      content: '';
}
.md-progress.md-indeterminate .md-progress-track:before {
      animation: progress-indeterminate 2.3s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.md-progress.md-indeterminate .md-progress-track:after {
      animation: progress-indeterminate-short 2.3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s;
}
.md-progress.md-progress-enter, .md-progress.md-progress-leave-active {
    opacity: 0;
    transform: scaleY(0) translateZ(0);
}
.md-progress.md-progress-enter-active {
    transform: scaleY(1) translateZ(0);
}
.md-progress-track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@keyframes progress-indeterminate {
0% {
    right: 100%;
    left: -35%;
}
60% {
    right: -100%;
    left: 100%;
}
100% {
    right: -100%;
    left: 100%;
}
}
@keyframes progress-indeterminate-short {
0% {
    right: 100%;
    left: -200%;
}
60% {
    right: -8%;
    left: 107%;
}
100% {
    right: -8%;
    left: 107%;
}
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-radio {
  width: auto;
  margin: 16px 8px 16px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.md-radio:not(.md-disabled) {
    cursor: pointer;
}
.md-radio:not(.md-disabled) .md-radio-label {
      cursor: pointer;
}
.md-radio .md-radio-container {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.54);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-radio .md-radio-container:before {
      width: 48px;
      height: 48px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      content: " ";
}
.md-radio .md-radio-container:after {
      position: absolute;
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
      border-radius: 50%;
      opacity: 0;
      transform: scale3D(0.38, 0.38, 1);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      content: " ";
}
.md-radio .md-radio-container input {
      position: absolute;
      left: -999em;
}
.md-radio .md-radio-container .md-ink-ripple {
      top: -16px;
      right: -16px;
      bottom: -16px;
      left: -16px;
      border-radius: 50%;
      color: rgba(0, 0, 0, 0.54);
}
.md-radio .md-radio-container .md-ink-ripple .md-ripple {
        width: 48px !important;
        height: 48px !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
}
.md-radio .md-radio-label {
    height: 20px;
    padding-left: 8px;
    line-height: 20px;
}
.md-radio.md-checked .md-radio-container:after {
  opacity: 1;
  transform: scale3D(1, 1, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-rating-bar {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  border-radius: 2px;
}
.md-rating-bar > .md-full-icon {
    overflow-x: hidden;
    display: inherit;
}
.md-rating-bar > .md-empty-icon > .md-icon,
  .md-rating-bar > .md-full-icon > .md-icon {
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
}
.md-rating-bar:not([disabled]):hover {
    background-color: rgba(153, 153, 153, 0.2);
}
.md-rating-bar[disabled] > .md-empty-icon > .md-icon,
  .md-rating-bar[disabled] > .md-full-icon > .md-icon {
    cursor: default;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-select {
  width: 100%;
  min-width: 128px;
  height: 32px;
  position: relative;
}
.md-select:focus {
    outline: none;
}
.md-select:not(.md-select-icon):after {
    margin-top: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scaleY(0.45) scaleX(0.85);
    transition: all 0.15s linear;
    content: "\25BC";
}
.md-select.md-active .md-select-menu {
    top: -8px;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(-8px) scale3D(1, 1, 1);
    transform-origin: center top;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: .25s;
    transition-property: opacity, transform, top;
}
.md-select.md-active .md-select-menu > * {
      opacity: 1;
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      transition-duration: .15s;
      transition-delay: .1s;
}
.md-select.md-disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    user-drag: none;
}
.md-select select {
    position: absolute;
    left: -999em;
}
.md-select .md-menu {
    width: 100%;
    height: 32px;
    display: block;
    position: relative;
}
.md-select .md-select-value {
    width: 100%;
    height: 32px;
    padding-right: 24px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.md-select .md-subheader {
    color: rgba(117, 117, 117, 0.87);
    text-transform: uppercase;
}
.md-select .md-subheader:first-child {
      margin-top: -8px;
}
.md-select-content {
  width: auto;
  max-height: 256px;
}
.md-select-content.md-direction-bottom-right {
    margin-top: -15px;
    margin-left: -16px;
}
.md-select-content .md-option[disabled] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    user-drag: none;
}
.md-select-content .md-menu-item .md-list-item-holder {
    overflow: visible;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.md-select-content.md-multiple .md-checkbox {
    margin: 0;
}
.md-select-content.md-multiple .md-checkbox-label {
    padding-left: 16px;
    cursor: pointer;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-sidenav.md-left .md-sidenav-content {
  left: 0;
  transform: translate3D(-100%, 0, 0);
}
.md-sidenav.md-right .md-sidenav-content {
  right: 0;
  transform: translate3D(100%, 0, 0);
}
.md-sidenav.md-fixed .md-sidenav-content,
.md-sidenav.md-fixed .md-sidenav-backdrop {
  position: fixed;
}
.md-sidenav .md-sidenav-content {
  width: 304px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
  will-change: transform;
}
.md-sidenav .md-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.54);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: opacity;
  will-change: opacity;
}
.md-sidenav.md-active .md-sidenav-content {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
  transform: translate3D(0, 0, 0);
}
.md-sidenav.md-active .md-sidenav-backdrop {
  opacity: 1;
  pointer-events: auto;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-snackbar {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 120;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: margin-top, margin-bottom;
}
.md-snackbar.md-position-top-center, .md-snackbar.md-position-bottom-center {
    -ms-flex-pack: center;
        justify-content: center;
}
.md-snackbar.md-position-top-right, .md-snackbar.md-position-bottom-right {
    margin-right: 24px;
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.md-snackbar.md-position-top-left, .md-snackbar.md-position-bottom-left {
    margin-left: 24px;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.md-snackbar.md-position-top-right, .md-snackbar.md-position-top-left, .md-snackbar.md-position-top-center {
    margin-top: 24px;
}
.md-snackbar.md-position-bottom-right, .md-snackbar.md-position-bottom-left {
    margin-bottom: 24px;
}
.md-snackbar.md-position-top-center, .md-snackbar.md-position-top-right, .md-snackbar.md-position-top-left {
    top: 0;
}
.md-snackbar.md-position-top-center .md-snackbar-container, .md-snackbar.md-position-top-right .md-snackbar-container, .md-snackbar.md-position-top-left .md-snackbar-container {
      transform: translate3D(0, calc(-100% - 24px), 0);
}
.md-snackbar.md-position-bottom-center, .md-snackbar.md-position-bottom-right, .md-snackbar.md-position-bottom-left {
    bottom: 0;
}
.md-snackbar.md-position-bottom-center .md-snackbar-container, .md-snackbar.md-position-bottom-right .md-snackbar-container, .md-snackbar.md-position-bottom-left .md-snackbar-container {
      transform: translate3D(0, calc(100% + 24px), 0);
}
.md-snackbar.md-active .md-snackbar-container {
    transform: translate3D(0, 0, 0);
}
.md-snackbar.md-active .md-snackbar-content {
    opacity: 1;
    transition: opacity 0.4s 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-snackbar .md-snackbar-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: opacity;
}
.md-snackbar .md-button {
    min-width: 64px;
    margin: -8px -16px;
}
.md-snackbar .md-button:last-child {
      margin-left: 48px;
}
.md-snackbar-container {
  width: auto;
  min-width: 288px;
  max-width: 568px;
  min-height: 48px;
  padding: 14px 24px;
  overflow: hidden;
  pointer-events: auto;
  border-radius: 2px;
  background-color: #323232;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
  font-size: 14px;
}
.md-has-toast-top-right .md-fab.md-fab-top-right {
  transform: translate3D(0, 68px, 0);
}
.md-has-toast-top-center .md-fab.md-fab-top-center {
  transform: translate3D(-50%, 68px, 0);
}
.md-has-toast-top-left .md-fab.md-fab-top-left {
  transform: translate3D(0, 68px, 0);
}
.md-has-toast-bottom-right .md-fab.md-fab-bottom-right {
  transform: translate3D(0, -68px, 0);
}
.md-has-toast-bottom-center .md-fab.md-fab-bottom-center {
  transform: translate3D(-50%, -68px, 0);
}
.md-has-toast-bottom-left .md-fab.md-fab-bottom-left {
  transform: translate3D(0, -68px, 0);
}
@media (max-width: 600px) {
  .md-snackbar {
    margin: 0 !important;
  }
  .md-snackbar-container {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
  .md-has-toast-top-right .md-fab.md-fab-top-right {
    transform: translate3D(0, 48px, 0);
  }
  .md-has-toast-top-center .md-fab.md-fab-top-center {
    transform: translate3D(-50%, 48px, 0);
  }
  .md-has-toast-top-left .md-fab.md-fab-top-left {
    transform: translate3D(0, 48px, 0);
  }
  .md-has-toast-bottom-right .md-fab.md-fab-bottom-right {
    transform: translate3D(0, -48px, 0);
  }
  .md-has-toast-bottom-center .md-fab.md-fab-bottom-center {
    transform: translate3D(-50%, -48px, 0);
  }
  .md-has-toast-bottom-left .md-fab.md-fab-bottom-left {
    transform: translate3D(0, -48px, 0);
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-speed-dial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
}
.md-speed-dial.md-direction-top.md-mode-fling [md-fab-trigger] ~ .md-button {
    transform: scale(0.95) translate3D(0, 80%, 0);
}
.md-speed-dial.md-direction-top [md-fab-trigger] {
    margin-top: 8px;
}
.md-speed-dial.md-direction-top [md-fab-trigger] ~ .md-button {
      margin-bottom: 16px;
}
.md-speed-dial.md-direction-right {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
}
.md-speed-dial.md-direction-right.md-mode-fling [md-fab-trigger] ~ .md-button {
      transform: scale(0.95) translate3D(-80%, 0, 0);
}
.md-speed-dial.md-direction-right [md-fab-trigger] {
      margin-right: 8px;
}
.md-speed-dial.md-direction-right [md-fab-trigger] ~ .md-button {
        margin-left: 16px;
}
.md-speed-dial.md-direction-bottom {
    -ms-flex-direction: column;
        flex-direction: column;
}
.md-speed-dial.md-direction-bottom.md-mode-fling [md-fab-trigger] ~ .md-button {
      transform: scale(0.95) translate3D(0, -80%, 0);
}
.md-speed-dial.md-direction-bottom [md-fab-trigger] {
      margin-bottom: 8px;
}
.md-speed-dial.md-direction-bottom [md-fab-trigger] ~ .md-button {
        margin-top: 16px;
}
.md-speed-dial.md-direction-left {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: center;
        justify-content: center;
}
.md-speed-dial.md-direction-left.md-mode-fling [md-fab-trigger] ~ .md-button {
      transform: scale(0.95) translate3D(80%, 0, 0);
}
.md-speed-dial.md-direction-left [md-fab-trigger] {
      margin-left: 8px;
}
.md-speed-dial.md-direction-left [md-fab-trigger] ~ .md-button {
        margin-right: 16px;
}
.md-speed-dial.md-mode-scale [md-fab-trigger] ~ .md-button {
    transform: scale(0.6);
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button {
    opacity: 1;
    pointer-events: auto;
    transform: translate3D(0, 0, 0) !important;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(2) {
      transition-delay: 0.05s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(3) {
      transition-delay: 0.1s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(4) {
      transition-delay: 0.15s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(5) {
      transition-delay: 0.2s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(6) {
      transition-delay: 0.25s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(7) {
      transition-delay: 0.3s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(8) {
      transition-delay: 0.35s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(9) {
      transition-delay: 0.4s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(10) {
      transition-delay: 0.45s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(11) {
      transition-delay: 0.5s;
}
.md-speed-dial.md-active [md-fab-trigger] [md-icon-morph] {
    transform: rotateZ(0);
    opacity: 1;
}
.md-speed-dial.md-active [md-fab-trigger] [md-icon-morph] + .md-icon {
      transform: rotateZ(90deg) scale(0.8);
      opacity: 0;
}
.md-speed-dial .md-button {
    margin: 0;
}
.md-speed-dial [md-fab-trigger] {
    position: relative;
    z-index: 2;
}
.md-speed-dial [md-fab-trigger] ~ .md-button {
      position: relative;
      z-index: 1;
      opacity: 0;
      pointer-events: none;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(2) {
        transition-delay: 0.05s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(3) {
        transition-delay: 0.1s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(4) {
        transition-delay: 0.15s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(5) {
        transition-delay: 0.2s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(6) {
        transition-delay: 0.25s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(7) {
        transition-delay: 0.3s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(8) {
        transition-delay: 0.35s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(9) {
        transition-delay: 0.4s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(10) {
        transition-delay: 0.45s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(11) {
        transition-delay: 0.5s;
}
.md-speed-dial [md-icon-morph] + .md-icon,
  .md-speed-dial [md-icon-morph] {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-speed-dial [md-icon-morph] {
    opacity: 0;
    transform: rotateZ(-90deg) scale(0.8);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-spinner {
  display: inline-block;
  position: relative;
  pointer-events: none;
  will-change: transform, opacity;
}
.md-spinner.md-indeterminate .md-spinner-draw {
    animation: spinner-rotate 1.9s linear infinite;
    transform: rotate(0deg) translateZ(0);
}
.md-spinner.md-indeterminate .md-spinner-path {
    stroke-dasharray: 2, 200;
    animation: spinner-dash 1.425s ease-in-out infinite;
}
.md-spinner.md-spinner-leave-active {
    opacity: 0;
    transform: scale(0.8) translateZ(0);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-spinner:not(.md-indeterminate).md-spinner-enter-active {
    transition-duration: 2s;
}
.md-spinner:not(.md-indeterminate).md-spinner-enter-active .md-spinner-draw {
      animation: spinner-initial-rotate 1.98s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.md-spinner-draw {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(270deg) translateZ(0);
  transform-origin: center center;
  will-change: transform, opacity;
}
.md-spinner-path {
  fill: none;
  stroke-dashoffset: 0;
  stroke-miterlimit: 10;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@keyframes spinner-rotate {
to {
    transform: rotate(360deg) translateZ(0);
}
}
@keyframes spinner-initial-rotate {
0% {
    opacity: 0;
    transform: rotate(-90deg) translateZ(0);
}
20% {
    opacity: 1;
}
100% {
    transform: rotate(270deg) translateZ(0);
}
}
@keyframes spinner-dash {
0% {
    stroke-dasharray: 2, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
}
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
}
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-stepper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  position: relative;
  width: 100%;
}
.md-stepper .md-step-header {
    background: none;
    border: 0;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    max-height: 72px;
    padding: 24px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-stepper .md-step-header .md-step-icons, .md-stepper .md-step-header .md-step-titles {
      display: inline-block;
      vertical-align: middle;
}
.md-stepper .md-step-header.md-has-sub-message {
      padding: 15px 24px;
}
.md-stepper .md-step-header.md-has-sub-message .md-step-title {
        margin-bottom: -4px;
}
.md-stepper .md-step-header .md-step-icon {
      border-radius: 50%;
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      margin-right: 8px;
      min-width: 24px;
      padding: 0px 6px;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 24px;
}
.md-stepper .md-step-header .md-step-number {
      border-radius: 50%;
      display: inline-block;
      font-size: 12px;
      margin-right: 8px;
      width: 24px;
}
.md-stepper .md-step-header .md-step-number span {
        display: block;
        line-height: 24px;
        text-align: center;
}
.md-stepper .md-step-header .md-step-title {
      font-size: inherit;
}
.md-stepper .md-step-header.md-disabled {
      cursor: default;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
}
.md-stepper .md-steps-navigation {
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    min-height: 72px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
}
.md-stepper .md-steps-navigation.md-alternate-labels {
      height: 104px;
      min-height: 104px;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-divider {
        margin: 36px 0;
        position: relative;
        width: 100%;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels {
        max-height: 104px;
        text-align: center;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels.md-has-sub-message {
          padding: 24px;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-icons, .md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-titles {
          display: block;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-titles {
          margin-top: 10px;
}
.md-stepper .md-steps-container {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.md-stepper .md-steps-container .md-steps-wrapper {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      transform: translate3d(0, 0, 0);
      transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      width: 9999em;
}
.md-stepper .md-steps-container .md-steps-wrapper .md-step {
        left: 0;
        padding: 16px;
        position: absolute;
        right: 0;
        top: 0;
}
.md-stepper .md-steps-container .md-steps-wrapper .md-step .md-step-content {
          padding: 16px;
          font-size: 14px;
          line-height: 22px;
}
.md-stepper .md-steps-container .md-steps-wrapper .md-step .md-step-content:last-child {
            padding-bottom: 24px;
}
.md-stepper .md-steps-vertical-container .md-step .md-step-header {
    padding-bottom: 8px;
}
.md-stepper .md-steps-vertical-container .md-step:not(:first-of-type) .md-step-header {
    padding-top: 8px;
}
.md-stepper .md-steps-vertical-container .md-step .md-step-content {
    margin: 0 24px 0 34px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-top: 8px;
}
.md-stepper .md-steps-vertical-container .md-step:not(:last-of-type) .md-step-content {
    border-left: 1px solid #BDBDBD;
}
@media (min-width: 660px) {
  .md-stepper .md-steps-navigation .md-steps-navigation-container {
    margin-bottom: -15px;
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-subheader {
  min-height: 48px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-switch {
  width: auto;
  margin: 16px 8px 16px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.md-switch .md-switch-container {
    width: 34px;
    height: 14px;
    position: relative;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: rgba(0, 0, 0, 0.38);
}
.md-switch .md-switch-container .md-switch-thumb {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #fafafa;
      border-radius: 50%;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
      transition: all 0.15s linear;
}
.md-switch .md-switch-container input {
      position: absolute;
      left: -999em;
}
.md-switch .md-switch-container .md-ink-ripple {
      top: -16px;
      right: -16px;
      bottom: -16px;
      left: -16px;
      border-radius: 50%;
      color: rgba(0, 0, 0, 0.54);
}
.md-switch .md-switch-container .md-ink-ripple .md-ripple {
        width: 48px !important;
        height: 48px !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
}
.md-switch .md-switch-container .md-switch-holder {
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      background: none;
      border: none;
      transform: translate(-50%, -50%);
}
.md-switch .md-switch-container .md-switch-holder:focus {
        outline: none;
}
.md-switch .md-switch-label {
    height: 14px;
    padding-left: 8px;
    line-height: 14px;
}
.md-switch.md-dragging .md-switch-thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.md-switch.md-disabled .md-switch-thumb {
  cursor: default;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  overflow-x: auto;
}
.md-table.md-transition-off .md-table-cell,
  .md-table.md-transition-off .md-checkbox .md-checkbox-container,
  .md-table.md-transition-off .md-checkbox .md-checkbox-container:after {
    transition: none !important;
}
.md-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
}
.md-table tbody .md-table-row {
    border-top: 1px solid #e0e0e0;
}
.md-table tbody .md-table-row.md-selected .md-table-cell {
      background-color: #f5f5f5;
}
.md-table tbody .md-table-row:hover .md-table-cell {
      background-color: #eee;
}
.md-table .md-table-head {
    padding: 0;
    position: relative;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
.md-table .md-table-head:last-child .md-table-head-container .md-table-head-text {
      padding-right: 24px;
}
.md-table .md-table-head.md-numeric {
      text-align: right;
}
.md-table .md-table-head .md-icon {
      width: 16px;
      min-width: 16px;
      height: 16px;
      min-height: 16px;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.54);
}
.md-table .md-table-head .md-icon:not(.md-sortable-icon) {
        margin: 0 4px;
}
.md-table .md-table-head .md-icon:first-child {
        margin-left: 0;
}
.md-table .md-table-head .md-icon:last-child {
        margin-right: 0;
}
.md-table .md-table-head-container {
    height: 56px;
    padding: 14px 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-table .md-table-head-text {
    height: 28px;
    padding-right: 32px;
    padding-left: 24px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.md-table .md-sortable {
    cursor: pointer;
}
.md-table .md-sortable:first-of-type .md-sortable-icon {
      left: auto;
      right: 10px;
}
.md-table .md-sortable:hover, .md-table .md-sortable.md-sorted {
      color: rgba(0, 0, 0, 0.87);
}
.md-table .md-sortable:hover .md-sortable-icon, .md-table .md-sortable.md-sorted .md-sortable-icon {
        opacity: 1;
}
.md-table .md-sortable.md-sorted .md-sortable-icon {
      color: rgba(0, 0, 0, 0.87);
}
.md-table .md-sortable.md-sorted-descending .md-sortable-icon {
      transform: translateY(-50%) rotate(180deg);
}
.md-table .md-sortable .md-sortable-icon {
      position: absolute;
      top: 50%;
      left: 2px;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transform: translateY(-50%);
      opacity: 0;
      color: rgba(0, 0, 0, 0.38);
}
.md-table .md-sortable .md-ink-ripple {
      color: rgba(0, 0, 0, 0.87);
}
.md-table .md-table-cell {
    height: 48px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    line-height: 18px;
}
.md-table .md-table-cell:last-child .md-table-cell-container {
      padding-right: 24px;
}
.md-table .md-table-cell.md-numeric {
      text-align: right;
}
.md-table .md-table-cell.md-numeric .md-icon {
        margin: 0;
}
.md-table .md-table-cell.md-numeric .md-table-cell-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
}
.md-table .md-table-cell.md-numeric .md-table-cell-container .md-icon,
        .md-table .md-table-cell.md-numeric .md-table-cell-container .md-button .md-icon {
          margin: auto;
}
.md-table .md-table-cell.md-has-action .md-table-cell-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-table .md-table-cell .md-table-cell-container {
      padding: 6px 32px 6px 24px;
}
.md-table .md-table-cell .md-button {
      width: 36px;
      min-width: 36px;
      height: 36px;
      min-height: 36px;
}
.md-table .md-table-cell .md-button:last-child {
        margin: 0 -10px 0 0;
}
.md-table .md-table-cell .md-button .md-icon {
        margin: auto;
        width: 18px;
        min-width: 18px;
        height: 18px;
        min-height: 18px;
        color: rgba(0, 0, 0, 0.54);
        font-size: 18px;
}
.md-table .md-table-selection {
    width: 60px;
    position: relative;
    vertical-align: middle;
}
.md-table .md-table-selection + .md-table-cell .md-table-cell-container,
    .md-table .md-table-selection + .md-table-head .md-table-head-container .md-table-head-text {
      padding-left: 8px;
}
.md-table .md-table-selection .md-table-cell-container {
      padding-right: 16px;
      padding-left: 24px;
}
.md-table .md-table-selection .md-checkbox {
      margin: 0;
}
.md-table .md-table-selection .md-checkbox-container {
      width: 18px;
      height: 18px;
      margin-top: 1px;
}
.md-table .md-table-selection .md-checkbox-container:after {
        top: -1px;
        left: 4px;
}
.md-table .md-select {
    min-width: 84px;
}
.md-table .md-select-value,
  .md-table .md-option {
    font-size: 13px;
}
.md-table-edit-trigger {
  display: inline-block;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.38);
}
.md-table-edit-trigger.md-edited {
    color: rgba(0, 0, 0, 0.87);
}
.md-table-dialog {
  max-height: 0;
  margin: 0;
  padding: 0 24px 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 24px;
  z-index: 60;
  overflow: hidden;
  pointer-events: none;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), max-height 0s 0.5s;
  transition-duration: .3s;
  transform: translate3D(0, -8px, 0);
}
.md-table-dialog.md-active {
    max-height: 400px;
    pointer-events: auto;
    transform: translate3D(#000);
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: .3s;
}
.md-table-dialog.md-large {
    padding: 12px 24px 2px;
}
.md-table-dialog .md-input-container {
    margin-top: 0;
    margin-bottom: 16px;
}
.md-table-dialog .md-input-container.md-input-placeholder input {
      font-size: 13px;
}
.md-table-dialog .md-input-container.md-input-placeholder input::-webkit-input-placeholder {
        font-size: 13px;
}
.md-table-dialog .md-char-counter {
    font-size: 13.5px;
    color: rgba(0, 0, 0, 0.54);
}
.md-table-dialog .md-button {
    min-width: 64px;
}
.md-table-card {
  overflow: visible;
}
.md-table-card .md-toolbar {
    padding-left: 16px;
    background-color: #fff;
}
.md-table-card .md-title {
    -ms-flex: 1;
        flex: 1;
    font-size: 20px;
}
.md-table-card .md-table-pagination {
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    border-top: 1px solid #e0e0e0;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
}
.md-table-card .md-table-pagination .md-table-pagination-previous {
      margin-right: 2px;
      margin-left: 18px;
}
.md-table-card .md-table-pagination .md-select {
      width: auto;
      min-width: 36px;
      margin: 0 32px;
}
.md-table-card .md-table-pagination .md-select:after {
        margin-top: 0;
}
.md-table-card .md-table-pagination .md-select .md-select-value {
        padding: 0;
        border: none;
        font-size: 13px;
}
.md-table-card .md-table-pagination .md-button:not([disabled]) {
      color: rgba(0, 0, 0, 0.87);
}
.md-table-card .md-table-pagination .md-button[disabled] .md-icon {
      color: rgba(0, 0, 0, 0.26);
}
.md-pagination-select.md-direction-bottom-right {
  margin-top: -16px;
}
.md-pagination-select .md-list-item-holder {
  font-size: 13px;
}
.md-table-alternate-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s;
}
.md-table-alternate-header.md-active {
    pointer-events: auto;
    opacity: 1;
    transform: translate3D(#000);
}
.md-table-alternate-header .md-counter {
    margin-left: 8px;
    -ms-flex: 1;
        flex: 1;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-tabs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  position: relative;
}
.md-tabs.md-transition-off * {
    transition: none !important;
}
.md-tabs.md-dynamic-height .md-tabs-content {
    transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-tabs .md-tabs-navigation {
    height: 48px;
    min-height: 48px;
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}
.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tab-header-navigation-button.md-left {
      -ms-flex-order: 1;
          order: 1;
}
.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tabs-navigation-container {
      -ms-flex-order: 2;
          order: 2;
}
.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tab-header-navigation-button.md-right {
      -ms-flex-order: 3;
          order: 3;
}
.md-tabs .md-tabs-navigation.md-has-icon.md-has-label {
      min-height: 72px;
}
.md-tabs .md-tabs-navigation.md-has-icon.md-has-label .md-icon {
        margin-bottom: 10px;
}
.md-tabs .md-tabs-navigation.md-centered {
      -ms-flex-pack: center;
          justify-content: center;
}
.md-tabs .md-tabs-navigation.md-fixed .md-tabs-navigation-container,
    .md-tabs .md-tabs-navigation.md-fixed .md-tabs-navigation-scroll-container {
      -ms-flex: 1;
          flex: 1;
}
.md-tabs .md-tabs-navigation.md-fixed .md-tab-header {
      -ms-flex: 1;
          flex: 1;
      max-width: none;
}
.md-tabs .md-tabs-navigation.md-right {
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.md-tabs .md-tabs-navigation-container {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}
.md-tabs .md-tabs-navigation-scroll-container {
    display: -ms-flexbox;
    display: flex;
}
.md-tabs .md-tab-header {
    min-width: 72px;
    max-width: 264px;
    margin: 0;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
    border: 0;
    background: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.md-tabs .md-tab-header.md-disabled {
      cursor: default;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
}
.md-tabs .md-tab-header-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.md-tabs .md-tab-header-container .md-icon {
      margin: 0;
}
.md-tabs .md-tab-indicator {
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3D(0, 0, 0);
}
.md-tabs .md-tab-indicator.md-transition-off {
      transition: none !important;
}
.md-tabs .md-tab-indicator.md-to-right {
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), right 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-tabs .md-tab-indicator.md-to-left {
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-tabs .md-tab-header-navigation-button {
    border: none;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.md-tabs .md-tab-header-navigation-button.md-left {
      left: 0;
}
.md-tabs .md-tab-header-navigation-button.md-right {
      right: 0;
}
.md-tabs .md-tab-header-navigation-button.md-disabled {
      pointer-events: none;
      opacity: .4;
}
.md-tabs .md-tabs-content {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.md-tabs .md-tabs-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-tabs .md-tab {
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
@media (min-width: 660px) {
  .md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tabs-navigation-container {
    margin-bottom: -15px;
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-toolbar {
  min-height: 64px;
  padding: 0 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3D(0, 0, 0);
}
.md-toolbar.md-dense {
    min-height: 48px;
}
.md-toolbar.md-dense.md-medium {
      min-height: 72px;
}
.md-toolbar.md-dense.md-large {
      min-height: 96px;
}
.md-toolbar.md-dense .md-toolbar-container {
      height: 48px;
}
.md-toolbar.md-medium {
    min-height: 88px;
}
.md-toolbar.md-medium .md-toolbar-container:nth-child(2) .md-title:first-child {
      margin-left: 56px;
}
.md-toolbar.md-large {
    min-height: 128px;
    -ms-flex-line-pack: inherit;
        align-content: inherit;
}
.md-toolbar.md-large .md-toolbar-container:nth-child(2) .md-title:first-child {
      margin-left: 56px;
}
.md-toolbar.md-account-header {
    min-height: 164px;
}
.md-toolbar.md-account-header .md-ink-ripple {
      color: #fff;
}
.md-toolbar.md-account-header .md-list-item-container:hover:not([disabled]) {
      background-color: rgba(255, 255, 255, 0.12);
}
.md-toolbar.md-account-header .md-avatar-list {
      margin: 16px 0 8px;
}
.md-toolbar.md-account-header .md-avatar-list .md-list-item-container {
        -ms-flex-align: start;
            align-items: flex-start;
}
.md-toolbar.md-account-header .md-avatar-list .md-avatar + .md-avatar {
        margin-left: 16px;
}
.md-toolbar .md-toolbar-container {
    width: 100%;
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.md-toolbar .md-toolbar-container > .md-button:first-child {
      margin-left: 0;
      margin-right: 16px;
}
.md-toolbar .md-toolbar-container > .md-button + .md-button {
      margin-left: 0;
}
.md-toolbar > .md-button:first-child {
    margin-left: 0;
    margin-right: 16px;
}
.md-toolbar > .md-button + .md-button {
    margin-left: 0;
}
.md-toolbar .md-button:hover:not([disabled]):not(.md-raised):not(.md-icon-button):not(.md-fab) {
    background-color: rgba(255, 255, 255, 0.1);
}
.md-toolbar .md-title {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
.md-toolbar .md-title:first-child {
      margin-left: 8px;
}
.md-toolbar .md-title + .md-input-container {
      margin-left: 24px;
}
.md-toolbar .md-input-container {
    min-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.md-toolbar .md-list {
    padding: 0;
    margin: 0 -8px;
    -ms-flex: 1;
        flex: 1;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-tooltip {
  height: 20px;
  padding: 0 8px;
  position: fixed;
  z-index: 200;
  pointer-events: none;
  background-color: rgba(97, 97, 97, 0.87);
  border-radius: 2px;
  opacity: 0;
  transform-origin: center top;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s;
  transition-delay: 0s;
  color: #fff;
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
  font-size: 10px;
  line-height: 20px;
  text-transform: none;
  white-space: nowrap;
}
.md-tooltip.md-active {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition-duration: .3s;
}
.md-tooltip:not(.md-active) {
    transition-delay: 0s !important;
}
.md-tooltip.md-transition-off {
    transition: none !important;
}
.md-tooltip.md-tooltip-top {
    margin-top: -14px;
    transform: translate(-50%, 8px);
}
.md-tooltip.md-tooltip-top.md-active {
      transform: translate(-50%, 0);
}
.md-tooltip.md-tooltip-right {
    margin-left: 14px;
    transform: translate(-8px, 50%);
}
.md-tooltip.md-tooltip-right.md-active {
      transform: translate(0, 50%);
}
.md-tooltip.md-tooltip-bottom {
    margin-top: 14px;
    transform: translate(-50%, -8px);
}
.md-tooltip.md-tooltip-bottom.md-active {
      transform: translate(-50%, 0);
}
.md-tooltip.md-tooltip-left {
    margin-left: -14px;
    transform: translate(8px, 50%);
}
.md-tooltip.md-tooltip-left.md-active {
      transform: translate(0, 50%);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-whiteframe {
  position: relative;
  z-index: 1;
}
.md-whiteframe-1dp {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-2dp {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-3dp {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-4dp {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-7dp {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-8dp {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-9dp {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-10dp {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-12dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-13dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-14dp {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-15dp {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-16dp {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-17dp {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-18dp {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-19dp {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-20dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-21dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-22dp {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-23dp {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-24dp {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

/*# sourceMappingURL=vue-material.css.map*/
/* Colors */
/* = Colors */
/* Paddings and Margins */
.plr-03 {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.ptb-1-plr-05 {
  padding: 1rem 0.5rem;
}
.mt-05-mlr-0-mb-3 {
  margin: 0.5rem 0 3rem;
}
.mt-05-mlr-0-mb-0 {
  margin: 0.5rem 0 0rem;
}
.pt-5-pblr-0 {
  padding: 5rem 0 0;
}
/* = Paddings and Margins */
body,
html {
  width: 100%;
  height: 100%;
}
html {
  font-size: 12px;
  overflow-y: scroll;
}
@media screen and (min-width: 900px) {
  html {
    font-size: 2vw;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 4vw;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 5vw;
  }
}
body {
  background-color: #000000;
  font-family: "Calibri", sans-serif !important;
}
a,
a:hover,
a:visited,
a:active {
  cursor: pointer;
  color: #ffffff !important;
  text-decoration: none !important;
}
ul li * {
  color: #ffffff !important;
}
svg {
  font-style: normal !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BebasNeueRegular", sans-serif !important;
}
p,
li {
  font-family: "Calibri", sans-serif !important;
  font-size: 0.7rem;
  line-height: 0.7rem;
}
h1 {
  font-size: 1.3rem;
  line-height: 1.3rem;
}
h2 {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
h3 {
  font-size: 1.1rem;
  line-height: 1.1rem;
}
h4 {
  font-size: 1rem;
  line-height: 1rem;
}
h5 {
  font-size: 0.9rem;
  line-height: 0.9rem;
}
h6 {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
.md-card-media {
  height: 100%;
  width: 100%;
}
.md-card-media svg {
  width: 100%;
  min-height: 100%;
  height: 100%;
}
.md-card-media img {
  width: 100%;
}
[v-cloak].v-cloak--hidden {
  display: none;
}
.user-select-none {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.centered-content {
  display: flex;
  align-items: center;
}
.top-content {
  display: flex;
  align-items: flex-start;
}
.bottom-content {
  display: flex;
  align-items: flex-end;
}
.white-text {
  color: #ffffff !important;
}
.bg-shadow {
  box-shadow: 0 0 50px #ffffff;
}
.bg-shadow-top {
  box-shadow: 0 -25px 50px #ffffff;
}
/* Main index navigation */
#main-navigation {
  box-shadow: 0 0 100px #ffffff;
}
#main-navigation svg {
  font-family: "BebasNeueRegular", sans-serif !important;
}
#logo,
#logo-xsmall {
  transform-origin: 50% 40%;
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.nav-item-dance * {
  color: #78cbe8;
}
.nav-item-instrumental * {
  color: #8fc791;
}
.nav-item-vocal * {
  color: #c4acd3;
}
.nav-item-amateur * {
  color: #f4a6af;
}
.nav-item-theater * {
  color: #fbed53;
}
.bg-container {
  height: 10vw;
  width: 12.5vw;
  overflow: hidden;
  background: url('../themes/art/assets/images/bg-main.jpg') no-repeat;
  background-size: 100.1vw;
  background-position: 0vw 0vw;
}
.bg-container img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cover-div {
  width: 100%;
  height: 100%;
  display: flex;
}
.left-half .bg-container:nth-child(4n + 1) {
  background-position-x: 0vw;
}
.right-half .bg-container:nth-child(4n + 1) {
  background-position-x: -50.5vw;
}
.left-half .bg-container:nth-child(4n + 2) {
  background-position-x: -12.7vw;
}
.right-half .bg-container:nth-child(4n + 2) {
  background-position-x: -63vw;
}
.left-half .bg-container:nth-child(4n + 3) {
  background-position-x: -25.4vw;
}
.right-half .bg-container:nth-child(4n + 3) {
  background-position-x: -75.5vw;
}
.left-half .bg-container:nth-child(4n + 4) {
  background-position-x: -38.1vw;
}
.right-half .bg-container:nth-child(4n + 4) {
  background-position-x: -88vw;
}
.bg-container:nth-child(n + 1):nth-child(-n + 4) {
  background-position-y: 0vw;
}
.bg-container:nth-child(n + 5):nth-child(-n + 8) {
  background-position-y: -10.08vw;
}
.bg-container:nth-child(n + 9):nth-child(-n + 12) {
  background-position-y: -20.16vw;
}
.bg-container:nth-child(n + 13):nth-child(-n + 16) {
  background-position-y: -30.24vw;
}
.bg-container:nth-child(n + 17):nth-child(-n + 20) {
  background-position-y: -40.32vw;
}
.bg-container:nth-child(n + 21):nth-child(-n + 24) {
  background-position-y: -50.4vw;
}
.bg-container:nth-child(n + 25):nth-child(-n + 28) {
  background-position-y: -60.48vw;
}
.bg-container:nth-child(n + 29):nth-child(-n + 32) {
  background-position-y: -70.56vw;
}
.bg-container:nth-child(n + 33):nth-child(-n + 36) {
  background-position-y: -80.64vw;
}
.bg-container:nth-child(n + 37):nth-child(-n + 40) {
  background-position-y: -90.72vw;
}
.bg-container:nth-child(n + 41):nth-child(-n + 44) {
  background-position-y: -100.8vw;
}
.bg-container:nth-child(n + 45):nth-child(-n + 48) {
  background-position-y: -110.88vw;
}
.bg-container:nth-child(n + 49):nth-child(-n + 52) {
  background-position-y: -120.96vw;
}
.bg-container:nth-child(n + 53):nth-child(-n + 56) {
  background-position-y: -131.04vw;
}
/* = Main index navigation */
/* Top navigation */
.logo-layout {
  position: absolute;
}
.nav-item {
  background-color: #000000;
  text-decoration: none;
  display: flex;
}
.panel-container {
  position: relative;
  z-index: 2;
}
.panel-inner {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.side-panel {
  pointer-events: all;
}
.side-panel svg {
  font-family: "BebasNeueRegular", sans-serif !important;
}
.centered-text * {
  text-align: center;
}
/* = Top navigation */
#menu-container {
  position: relative;
}
#page-content,
#menu-content {
  min-width: 100%;
  color: #ffffff;
}
.full-height {
  height: 100%;
  min-height: 100%;
}
.page-dark {
  background-color: #000000;
}
.page-gray {
  color: #ffffff;
}
.item-vocal * {
  color: #c4acd3;
}
.item-vocal * img {
  background-color: #c4acd3;
}
.item-dance * {
  color: #78cbe8;
}
.item-dance * img {
  background-color: #78cbe8;
}
.item-instrumental * {
  color: #8fc791;
}
.item-instrumental * img {
  background-color: #8fc791;
}
.item-theater * {
  color: #fbed53;
}
.item-theater * img {
  background-color: #fbed53;
}
.item-amateur * {
  color: #f4a6af;
}
.item-amateur * img {
  background-color: #f4a6af;
}
.text-center {
  text-align: center;
}
.section-header {
  pointer-events: all;
  font-size: 2.5rem;
  margin: auto;
  line-height: 3rem;
}
.xs-header {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.sm-and-up-header {
  margin-top: 0;
  font-size: 2.2rem;
  line-height: 2.4rem;
}
.vocal-header {
  pointer-events: all;
  color: #c4acd3;
  margin: auto;
  text-align: center;
  padding: 0 1rem;
}
.dance-header {
  pointer-events: all;
  color: #78cbe8 !important;
  margin: auto;
  text-align: center;
  padding: 0 1rem;
}
.amateur-header {
  pointer-events: all;
  color: #f4a6af;
  margin: auto;
  text-align: center;
  padding: 0 1rem;
}
.instrumental-header {
  pointer-events: all;
  color: #8fc791;
  margin: auto;
  text-align: center;
  padding: 0 1rem;
}
.theater-header {
  pointer-events: all;
  color: #fbed53;
  margin: auto;
  text-align: center;
  padding: 0 1rem;
}
#header-container {
  position: absolute;
  height: 60%;
  pointer-events: none;
  min-width: 100%;
}
#header-outer {
  position: absolute;
  top: 0;
  height: 20%;
  width: 100%;
  min-width: 100%;
  pointer-events: none;
}
#header-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 100%;
}
#footer-content {
  padding: 0 1rem;
  color: #ffffff;
}
#footer-content p {
  letter-spacing: 0.05rem;
  font-size: 0.4rem;
  line-height: 0.6rem;
  margin: 0.4rem 0 0;
}
.active-item {
  pointer-events: none;
}
.active-item * {
  color: #b2b3b3 !important;
}
.vocal.active-item {
  pointer-events: none;
}
.vocal.active-item * {
  color: #c4acd3 !important;
}
.dance.active-item {
  pointer-events: none;
}
.dance.active-item * {
  color: #78cbe8 !important;
}
.amateur.active-item {
  pointer-events: none;
}
.amateur.active-item * {
  color: #f4a6af !important;
}
.instrumental.active-item {
  pointer-events: none;
}
.instrumental.active-item * {
  color: #8fc791 !important;
}
.theater.active-item {
  pointer-events: none;
}
.theater.active-item * {
  color: #fbed53 !important;
}
.highlighted-item {
  pointer-events: all;
}
.highlighted-item * {
  color: #b2b3b3 !important;
}
.vocal.highlighted-item {
  pointer-events: all;
}
.vocal.highlighted-item * {
  color: #c4acd3 !important;
}
.dance.highlighted-item {
  pointer-events: all;
}
.dance.highlighted-item * {
  color: #78cbe8 !important;
}
.amateur.highlighted-item {
  pointer-events: all;
}
.amateur.highlighted-item * {
  color: #f4a6af !important;
}
.instrumental.highlighted-item {
  pointer-events: all;
}
.instrumental.highlighted-item * {
  color: #8fc791 !important;
}
.theater.highlighted-item {
  pointer-events: all;
}
.theater.highlighted-item * {
  color: #fbed53 !important;
}
.cover-img {
  position: relative;
  left: 25%;
}
.cover-txt {
  position: relative;
  right: 25%;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.cover-txt a,
.cover-txt a:hover,
.cover-txt a:visited,
.cover-txt a:active {
  color: #000000 !important;
}
.cover-img-xsmall {
  position: relative;
}
.cover-txt-xsmall {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.cover-txt-xsmall a,
.cover-txt-xsmall a:hover,
.cover-txt-xsmall a:visited,
.cover-txt-xsmall a:active {
  color: #000000 !important;
}
.cover-txt:hover,
.cover-txt-xsmall:hover {
  opacity: 1;
}
.vocal-cover {
  background-color: #c4acd3 !important;
}
.dance-cover {
  background-color: #78cbe8 !important;
}
.amateur-cover {
  background-color: #f4a6af !important;
}
.instrumental-cover {
  background-color: #8fc791 !important;
}
.theater-cover {
  background-color: #fbed53 !important;
}
.vocal-schedule-table {
  width: 100%;
}
.vocal-schedule-table th {
  background-color: #4a3286;
}
.vocal-schedule-table th * {
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 0.85rem;
  font-family: "BebasNeueRegular", sans-serif !important;
}
.vocal-schedule-table tbody * {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.vocal-schedule-table tbody tr.md-table-row {
  border: none;
}
.vocal-schedule-table tbody tr.next-day {
  border-top: 1px solid #4a3286;
}
.vocal-schedule-table tbody tr:nth-child(2n+1) {
  background-color: #c4acd3;
}
.vocal-schedule-table tbody tr:nth-child(2n) {
  background-color: #af9fcd;
}
.vocal-schedule-table tbody td {
  border-left: 1px solid #4a3286;
  border-right: 1px solid #4a3286;
}
.dance-schedule-table {
  width: 100%;
}
.dance-schedule-table th {
  background-color: #1766ae;
}
.dance-schedule-table th * {
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 0.85rem;
  font-family: "BebasNeueRegular", sans-serif !important;
}
.dance-schedule-table tbody * {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.dance-schedule-table tbody tr.md-table-row {
  border: none;
}
.dance-schedule-table tbody tr.next-day {
  border-top: 1px solid #1766ae;
}
.dance-schedule-table tbody tr:nth-child(2n+1) {
  background-color: #78cbe8;
}
.dance-schedule-table tbody tr:nth-child(2n) {
  background-color: #83bfe8;
}
.dance-schedule-table tbody td {
  border-left: 1px solid #1766ae;
  border-right: 1px solid #1766ae;
}
.instrumental-schedule-table {
  width: 100%;
}
.instrumental-schedule-table th {
  background-color: #249155;
}
.instrumental-schedule-table th * {
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 0.85rem;
  font-family: "BebasNeueRegular", sans-serif !important;
}
.instrumental-schedule-table tbody * {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.instrumental-schedule-table tbody tr.md-table-row {
  border: none;
}
.instrumental-schedule-table tbody tr.next-day {
  border-top: 1px solid #249155;
}
.instrumental-schedule-table tbody tr:nth-child(2n+1) {
  background-color: #8fc791;
}
.instrumental-schedule-table tbody tr:nth-child(2n) {
  background-color: #60b882;
}
.instrumental-schedule-table tbody td {
  border-left: 1px solid #249155;
  border-right: 1px solid #249155;
}
.theater-schedule-table {
  width: 100%;
}
.theater-schedule-table th {
  background-color: #da5622;
}
.theater-schedule-table th * {
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 0.85rem;
  font-family: "BebasNeueRegular", sans-serif !important;
}
.theater-schedule-table tbody * {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.theater-schedule-table tbody tr.md-table-row {
  border: none;
}
.theater-schedule-table tbody tr.next-day {
  border-top: 1px solid #da5622;
}
.theater-schedule-table tbody tr:nth-child(2n+1) {
  background-color: #fbed53;
}
.theater-schedule-table tbody tr:nth-child(2n) {
  background-color: #f9b205;
}
.theater-schedule-table tbody td {
  border-left: 1px solid #da5622;
  border-right: 1px solid #da5622;
}
.amateur-schedule-table {
  width: 100%;
}
.amateur-schedule-table th {
  background-color: #9d1f47;
}
.amateur-schedule-table th * {
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 0.85rem;
  font-family: "BebasNeueRegular", sans-serif !important;
}
.amateur-schedule-table tbody * {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.amateur-schedule-table tbody tr.md-table-row {
  border: none;
}
.amateur-schedule-table tbody tr.next-day {
  border-top: 1px solid #9d1f47;
}
.amateur-schedule-table tbody tr:nth-child(2n+1) {
  background-color: #f4a6af;
}
.amateur-schedule-table tbody tr:nth-child(2n) {
  background-color: #f1c163;
}
.amateur-schedule-table tbody td {
  border-left: 1px solid #9d1f47;
  border-right: 1px solid #9d1f47;
}
.swiper-button-prev {
  background-image: url('../themes/art/assets/images/arrow-left.png') !important;
  width: 44px !important;
  height: 44px !important;
  -moz-background-size: 44px 44px !important;
  -o-background-size: 44px 44px !important;
  -webkit-background-size: 44px 44px !important;
  background-size: 44px 44px !important;
}
.swiper-button-next {
  background-image: url('../themes/art/assets/images/arrow-right.png') !important;
  width: 44px !important;
  height: 44px !important;
  -moz-background-size: 44px 44px !important;
  -o-background-size: 44px 44px !important;
  -webkit-background-size: 44px 44px !important;
  background-size: 44px 44px !important;
}
.pswp__button--arrow--left::before {
  width: 44px !important;
  height: 44px !important;
  background-color: transparent !important;
  background-position: 0 0 !important;
  -moz-background-image: url('../themes/art/assets/images/arrow-left.png') !important;
  -o-background-image: url('../themes/art/assets/images/arrow-left.png') !important;
  -webkit-background-image: url('../themes/art/assets/images/arrow-left.png') !important;
  background-image: url('../themes/art/assets/images/arrow-left.png') !important;
  -moz-background-size: 44px 44px !important;
  -o-background-size: 44px 44px !important;
  -webkit-background-size: 44px 44px !important;
  background-size: 44px 44px !important;
}
.pswp__button--arrow--right::before {
  width: 44px !important;
  height: 44px !important;
  background-color: transparent !important;
  background-position: 0 0 !important;
  -moz-background-image: url('../themes/art/assets/images/arrow-right.png') !important;
  -o-background-image: url('../themes/art/assets/images/arrow-right.png') !important;
  -webkit-background-image: url('../themes/art/assets/images/arrow-right.png') !important;
  background-image: url('../themes/art/assets/images/arrow-right.png') !important;
  -moz-background-size: 44px 44px !important;
  -o-background-size: 44px 44px !important;
  -webkit-background-size: 44px 44px !important;
  background-size: 44px 44px !important;
}
/* Animations and actions */
.menu-fade-enter-active {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.menu-fade-leave-active {
  -webkit-transition: opacity 0.9s ease-in;
  -moz-transition: opacity 0.9s ease-in;
  -o-transition: opacity 0.9s ease-in;
  transition: opacity 0.9s ease-in;
}
.menu-fade-enter,
.menu-fade-leave-to {
  opacity: 0;
}
/* = Animations and actions */
/* svg styles */
#main-navigation .fil33,
#main-navigation-xsmall .fil33 {
  fill: #FFDC0A;
}
#main-navigation .fil10,
#main-navigation-xsmall .fil10 {
  fill: #FCC308;
}
#main-navigation .fil5,
#main-navigation-xsmall .fil5 {
  fill: #F9B205;
}
#main-navigation .fil34,
#main-navigation-xsmall .fil34 {
  fill: #F4A6AF;
}
#main-navigation .fil6,
#main-navigation-xsmall .fil6 {
  fill: #F28E16;
}
#main-navigation .fil21,
#main-navigation-xsmall .fil21 {
  fill: #F089A8;
}
#main-navigation .fil13,
#main-navigation-xsmall .fil13 {
  fill: #F08154;
}
#main-navigation .fil16,
#main-navigation-xsmall .fil16 {
  fill: #EF7B1B;
}
#main-navigation .fil24,
#main-navigation-xsmall .fil24 {
  fill: #EC691F;
}
#main-navigation .fil0,
#main-navigation-xsmall .fil0 {
  fill: #EA5E20;
}
#main-navigation .fil1,
#main-navigation-xsmall .fil1 {
  fill: #E84E22;
}
#main-navigation .fil29,
#main-navigation-xsmall .fil29 {
  fill: #E94E4A;
}
#main-navigation .fil27,
#main-navigation-xsmall .fil27 {
  fill: #E63B24;
}
#main-navigation .fil19,
#main-navigation-xsmall .fil19 {
  fill: #E51F4B;
}
#main-navigation .fil31,
#main-navigation-xsmall .fil31 {
  fill: #E51E47;
}
#main-navigation .fil26,
#main-navigation-xsmall .fil26 {
  fill: #E01C3E;
}
#main-navigation .fil2,
#main-navigation-xsmall .fil2 {
  fill: #FEE405;
}
#main-navigation .fil25,
#main-navigation-xsmall .fil25 {
  fill: #EF801A;
}
#main-navigation .fil35,
#main-navigation-xsmall .fil35 {
  fill: #DC3824;
}
#main-navigation .fil18,
#main-navigation-xsmall .fil18 {
  fill: #DD2F24;
}
#main-navigation .fil8,
#main-navigation-xsmall .fil8 {
  fill: #EAB402;
}
#main-navigation .fil12,
#main-navigation-xsmall .fil12 {
  fill: #D31F43;
}
#main-navigation .fil36,
#main-navigation-xsmall .fil36 {
  fill: #CE3023;
}
#main-navigation .fil28,
#main-navigation-xsmall .fil28 {
  fill: #CB2523;
}
#main-navigation .fil14,
#main-navigation-xsmall .fil14 {
  fill: #CA2623;
}
#main-navigation .fil7,
#main-navigation-xsmall .fil7 {
  fill: #FBED53;
}
#main-navigation .fil30,
#main-navigation-xsmall .fil30 {
  fill: #B6222F;
}
#main-navigation .fil3,
#main-navigation-xsmall .fil3 {
  fill: #A42C21;
}
#main-navigation .fil23,
#main-navigation-xsmall .fil23 {
  fill: #9A2C20;
}
#main-navigation .fil20,
#main-navigation-xsmall .fil20 {
  fill: #9D1F47;
}
#main-navigation .fil11,
#main-navigation-xsmall .fil11 {
  fill: #9B551E;
}
#main-navigation .fil32,
#main-navigation-xsmall .fil32 {
  fill: #992E20;
}
#main-navigation .fil15,
#main-navigation-xsmall .fil15 {
  fill: #93271F;
}
#main-navigation .fil54,
#main-navigation-xsmall .fil54 {
  fill: #E2AED0;
}
#main-navigation .fil4,
#main-navigation-xsmall .fil4 {
  fill: #832C1E;
}
#main-navigation .fil9,
#main-navigation-xsmall .fil9 {
  fill: #73261D;
}
#main-navigation .fil22,
#main-navigation-xsmall .fil22 {
  fill: #712033;
}
#main-navigation .fil42,
#main-navigation-xsmall .fil42 {
  fill: #DDA7CD;
}
#main-navigation .fil17,
#main-navigation-xsmall .fil17 {
  fill: #E5DF0D;
}
#main-navigation .fil64,
#main-navigation-xsmall .fil64 {
  fill: #D2ABD0;
}
#main-navigation .fil108,
#main-navigation-xsmall .fil108 {
  fill: #C8C647;
}
#main-navigation .fil104,
#main-navigation-xsmall .fil104 {
  fill: #CFD602;
}
#main-navigation .fil58,
#main-navigation-xsmall .fil58 {
  fill: #C4ACD3;
}
#main-navigation .fil105,
#main-navigation-xsmall .fil105 {
  fill: #B5BA12;
}
#main-navigation .fil45,
#main-navigation-xsmall .fil45 {
  fill: #BF9ECA;
}
#main-navigation .fil39,
#main-navigation-xsmall .fil39 {
  fill: #B796C5;
}
#main-navigation .fil79,
#main-navigation-xsmall .fil79 {
  fill: #B8D05B;
}
#main-navigation .fil78,
#main-navigation-xsmall .fil78 {
  fill: #B8CE32;
}
#main-navigation .fil44,
#main-navigation-xsmall .fil44 {
  fill: #AF9FCD;
}
#main-navigation .fil40,
#main-navigation-xsmall .fil40 {
  fill: #AF9DCC;
}
#main-navigation .fil56,
#main-navigation-xsmall .fil56 {
  fill: #AE9AC9;
}
#main-navigation .fil88,
#main-navigation-xsmall .fil88 {
  fill: #B7CD1B;
}
#main-navigation .fil103,
#main-navigation-xsmall .fil103 {
  fill: #B6CD1B;
}
#main-navigation .fil51,
#main-navigation-xsmall .fil51 {
  fill: #AB97C8;
}
#main-navigation .fil63,
#main-navigation-xsmall .fil63 {
  fill: #A979B2;
}
#main-navigation .fil68,
#main-navigation-xsmall .fil68 {
  fill: #A54994;
}
#main-navigation .fil60,
#main-navigation-xsmall .fil60 {
  fill: #A24894;
}
#main-navigation .fil67,
#main-navigation-xsmall .fil67 {
  fill: #9E8DC2;
}
#main-navigation .fil120,
#main-navigation-xsmall .fil120 {
  fill: #91CAEF;
}
#main-navigation .fil52,
#main-navigation-xsmall .fil52 {
  fill: #9E3E8E;
}
#main-navigation .fil106,
#main-navigation-xsmall .fil106 {
  fill: #96B932;
}
#main-navigation .fil109,
#main-navigation-xsmall .fil109 {
  fill: #789127;
}
#main-navigation .fil74,
#main-navigation-xsmall .fil74 {
  fill: #99C557;
}
#main-navigation .fil102,
#main-navigation-xsmall .fil102 {
  fill: #8FC791;
}
#main-navigation .fil82,
#main-navigation-xsmall .fil82 {
  fill: #94C12B;
}
#main-navigation .fil131,
#main-navigation-xsmall .fil131 {
  fill: #80CDE7;
}
#main-navigation .fil38,
#main-navigation-xsmall .fil38 {
  fill: #8D8BC3;
}
#main-navigation .fil92,
#main-navigation-xsmall .fil92 {
  fill: #89C275;
}
#main-navigation .fil93,
#main-navigation-xsmall .fil93 {
  fill: #8CBE2E;
}
#main-navigation .fil97,
#main-navigation-xsmall .fil97 {
  fill: #78CBE8;
}
#main-navigation .fil77,
#main-navigation-xsmall .fil77 {
  fill: #86BD2F;
}
#main-navigation .fil46,
#main-navigation-xsmall .fil46 {
  fill: #864A95;
}
#main-navigation .fil125,
#main-navigation-xsmall .fil125 {
  fill: #5BC4E7;
}
#main-navigation .fil71,
#main-navigation-xsmall .fil71 {
  fill: #6EB857;
}
#main-navigation .fil84,
#main-navigation-xsmall .fil84 {
  fill: #70B635;
}
#main-navigation .fil62,
#main-navigation-xsmall .fil62 {
  fill: #7E3F8F;
}
#main-navigation .fil66,
#main-navigation-xsmall .fil66 {
  fill: #7F3689;
}
#main-navigation .fil80,
#main-navigation-xsmall .fil80 {
  fill: #60B882;
}
#main-navigation .fil96,
#main-navigation-xsmall .fil96 {
  fill: #5F95CF;
}
#main-navigation .fil107,
#main-navigation-xsmall .fil107 {
  fill: #3D6529;
}
#main-navigation .fil61,
#main-navigation-xsmall .fil61 {
  fill: #74408F;
}
#main-navigation .fil86,
#main-navigation-xsmall .fil86 {
  fill: #59B039;
}
#main-navigation .fil81,
#main-navigation-xsmall .fil81 {
  fill: #57B039;
}
#main-navigation .fil110,
#main-navigation-xsmall .fil110 {
  fill: #488130;
}
#main-navigation .fil113,
#main-navigation-xsmall .fil113 {
  fill: #4DB167;
}
#main-navigation .fil73,
#main-navigation-xsmall .fil73 {
  fill: #54AF3A;
}
#main-navigation .fil87,
#main-navigation-xsmall .fil87 {
  fill: #49B065;
}
#main-navigation .fil115,
#main-navigation-xsmall .fil115 {
  fill: #42AF65;
}
#main-navigation .fil124,
#main-navigation-xsmall .fil124 {
  fill: #09B5E2;
}
#main-navigation .fil111,
#main-navigation-xsmall .fil111 {
  fill: #459C57;
}
#main-navigation .fil83,
#main-navigation-xsmall .fil83 {
  fill: #2F5728;
}
#main-navigation .fil75,
#main-navigation-xsmall .fil75 {
  fill: #43AC3D;
}
#main-navigation .fil94,
#main-navigation-xsmall .fil94 {
  fill: #2EAD71;
}
#main-navigation .fil59,
#main-navigation-xsmall .fil59 {
  fill: #62549E;
}
#main-navigation .fil85,
#main-navigation-xsmall .fil85 {
  fill: #3A8255;
}
#main-navigation .fil119,
#main-navigation-xsmall .fil119 {
  fill: #3192CF;
}
#main-navigation .fil47,
#main-navigation-xsmall .fil47 {
  fill: #60509B;
}
#main-navigation .fil121,
#main-navigation-xsmall .fil121 {
  fill: #139FD0;
}
#main-navigation .fil70,
#main-navigation-xsmall .fil70 {
  fill: #317831;
}
#main-navigation .fil72,
#main-navigation-xsmall .fil72 {
  fill: #2C5F2B;
}
#main-navigation .fil114,
#main-navigation-xsmall .fil114 {
  fill: #329439;
}
#main-navigation .fil65,
#main-navigation-xsmall .fil65 {
  fill: #582B71;
}
#main-navigation .fil117,
#main-navigation-xsmall .fil117 {
  fill: #24A955;
}
#main-navigation .fil116,
#main-navigation-xsmall .fil116 {
  fill: #2E9A46;
}
#main-navigation .fil100,
#main-navigation-xsmall .fil100 {
  fill: #079E94;
}
#main-navigation .fil90,
#main-navigation-xsmall .fil90 {
  fill: #1FA546;
}
#main-navigation .fil91,
#main-navigation-xsmall .fil91 {
  fill: #249155;
}
#main-navigation .fil126,
#main-navigation-xsmall .fil126 {
  fill: #367CBF;
}
#main-navigation .fil122,
#main-navigation-xsmall .fil122 {
  fill: #2486C7;
}
#main-navigation .fil41,
#main-navigation-xsmall .fil41 {
  fill: #5A2F7E;
}
#main-navigation .fil53,
#main-navigation-xsmall .fil53 {
  fill: #5D3387;
}
#main-navigation .fil112,
#main-navigation-xsmall .fil112 {
  fill: #208042;
}
#main-navigation .fil55,
#main-navigation-xsmall .fil55 {
  fill: #543178;
}
#main-navigation .fil49,
#main-navigation-xsmall .fil49 {
  fill: #422857;
}
#main-navigation .fil43,
#main-navigation-xsmall .fil43 {
  fill: #524794;
}
#main-navigation .fil69,
#main-navigation-xsmall .fil69 {
  fill: #563082;
}
#main-navigation .fil76,
#main-navigation-xsmall .fil76 {
  fill: #05733B;
}
#main-navigation .fil89,
#main-navigation-xsmall .fil89 {
  fill: #076E39;
}
#main-navigation .fil48,
#main-navigation-xsmall .fil48 {
  fill: #4F3286;
}
#main-navigation .fil98,
#main-navigation-xsmall .fil98 {
  fill: #0A5E85;
}
#main-navigation .fil130,
#main-navigation-xsmall .fil130 {
  fill: #095C82;
}
#main-navigation .fil57,
#main-navigation-xsmall .fil57 {
  fill: #3B2A5F;
}
#main-navigation .fil37,
#main-navigation-xsmall .fil37 {
  fill: #4A3286;
}
#main-navigation .fil128,
#main-navigation-xsmall .fil128 {
  fill: #1766AE;
}
#main-navigation .fil50,
#main-navigation-xsmall .fil50 {
  fill: #372857;
}
#main-navigation .fil129,
#main-navigation-xsmall .fil129 {
  fill: #02559A;
}
#main-navigation .fil95,
#main-navigation-xsmall .fil95 {
  fill: #134070;
}
#main-navigation .fil118,
#main-navigation-xsmall .fil118 {
  fill: #0F4F94;
}
#main-navigation .fil123,
#main-navigation-xsmall .fil123 {
  fill: #213A6D;
}
#main-navigation .fil127,
#main-navigation-xsmall .fil127 {
  fill: #243463;
}
#main-navigation .fil101,
#main-navigation-xsmall .fil101 {
  fill: #272C53;
}
#main-navigation .fil99,
#main-navigation-xsmall .fil99 {
  fill: #2C3065;
}
#main-navigation .fil132,
#main-navigation-xsmall .fil132 {
  fill: black;
}
#main-navigation .fil137,
#main-navigation-xsmall .fil137 {
  fill: #78CBE8;
}
#main-navigation .fil136,
#main-navigation-xsmall .fil136 {
  fill: #8FC791;
}
#main-navigation .fil135,
#main-navigation-xsmall .fil135 {
  fill: #C4ACD3;
}
#main-navigation .fil134,
#main-navigation-xsmall .fil134 {
  fill: #F4A6AF;
}
#main-navigation .fil133,
#main-navigation-xsmall .fil133 {
  fill: #FBED53;
}
#main-navigation .fil138,
#main-navigation-xsmall .fil138 {
  fill: white;
}
#main-navigation .fil139,
#main-navigation-xsmall .fil139 {
  fill: white;
  fill-rule: nonzero;
}
#main-navigation .fil140,
#main-navigation-xsmall .fil140 {
  fill: #2b3269;
}
#main-navigation .fnt1,
#main-navigation-xsmall .fnt1 {
  font-weight: normal;
  font-size: 55.667px;
}
#main-navigation .fnt0,
#main-navigation-xsmall .fnt0 {
  font-weight: normal;
  font-size: 74.9537px;
}
#top-menu svg {
  font-family: "BebasNeueRegular", sans-serif !important;
}
#top-menu .str0 {
  stroke: #2B2A29;
  stroke-width: 2.36598;
}
#top-menu .fil93 {
  fill: #2B2A29;
}
#top-menu .fil56 {
  fill: #FCC308;
}
#top-menu .fil55 {
  fill: #F9B205;
}
#top-menu .fil39 {
  fill: #F28E16;
}
#top-menu .fil34 {
  fill: #F08154;
}
#top-menu .fil38 {
  fill: #EF7B1B;
}
#top-menu .fil90 {
  fill: #EC691F;
}
#top-menu .fil42 {
  fill: #EA5E20;
}
#top-menu .fil35 {
  fill: #E84E22;
}
#top-menu .fil89 {
  fill: #E94E4A;
}
#top-menu .fil92 {
  fill: #E51E47;
}
#top-menu .fil41 {
  fill: #EAB402;
}
#top-menu .fil33 {
  fill: #D31F43;
}
#top-menu .fil88 {
  fill: #CB2523;
}
#top-menu .fil36 {
  fill: #CA2623;
}
#top-menu .fil40 {
  fill: #FBED53;
}
#top-menu .fil91 {
  fill: #B6222F;
}
#top-menu .fil44 {
  fill: #A42C21;
}
#top-menu .fil57 {
  fill: #9B551E;
}
#top-menu .fil37 {
  fill: #93271F;
}
#top-menu .fil26 {
  fill: #E2AED0;
}
#top-menu .fil43 {
  fill: #73261D;
}
#top-menu .fil32 {
  fill: #DDA7CD;
}
#top-menu .fil97 {
  fill: #D2ABD0;
}
#top-menu .fil81 {
  fill: #C8C647;
}
#top-menu .fil77 {
  fill: #CFD602;
}
#top-menu .fil78 {
  fill: #B5BA12;
}
#top-menu .fil16 {
  fill: #BF9ECA;
}
#top-menu .fil29 {
  fill: #B796C5;
}
#top-menu .fil54 {
  fill: #B8D05B;
}
#top-menu .fil53 {
  fill: #B8CE32;
}
#top-menu .fil15 {
  fill: #AF9FCD;
}
#top-menu .fil30 {
  fill: #AF9DCC;
}
#top-menu .fil76 {
  fill: #B6CD1B;
}
#top-menu .fil22 {
  fill: #AB97C8;
}
#top-menu .fil96 {
  fill: #A979B2;
}
#top-menu .fil0 {
  fill: #91CAEF;
}
#top-menu .fil23 {
  fill: #9E3E8E;
}
#top-menu .fil79 {
  fill: #96B932;
}
#top-menu .fil82 {
  fill: #789127;
}
#top-menu .fil49 {
  fill: #99C557;
}
#top-menu .fil75 {
  fill: #8FC791;
}
#top-menu .fil60 {
  fill: #94C12B;
}
#top-menu .fil14 {
  fill: #80CDE7;
}
#top-menu .fil28 {
  fill: #8D8BC3;
}
#top-menu .fil71 {
  fill: #89C275;
}
#top-menu .fil72 {
  fill: #8CBE2E;
}
#top-menu .fil66 {
  fill: #78CBE8;
}
#top-menu .fil52 {
  fill: #86BD2F;
}
#top-menu .fil17 {
  fill: #864A95;
}
#top-menu .fil7 {
  fill: #5BC4E7;
}
#top-menu .fil46 {
  fill: #6EB857;
}
#top-menu .fil62 {
  fill: #70B635;
}
#top-menu .fil95 {
  fill: #7E3F8F;
}
#top-menu .fil99 {
  fill: #7F3689;
}
#top-menu .fil58 {
  fill: #60B882;
}
#top-menu .fil3 {
  fill: #5F95CF;
}
#top-menu .fil80 {
  fill: #3D6529;
}
#top-menu .fil64 {
  fill: #59B039;
}
#top-menu .fil59 {
  fill: #57B039;
}
#top-menu .fil83 {
  fill: #488130;
}
#top-menu .fil86 {
  fill: #4DB167;
}
#top-menu .fil48 {
  fill: #54AF3A;
}
#top-menu .fil6 {
  fill: #09B5E2;
}
#top-menu .fil84 {
  fill: #459C57;
}
#top-menu .fil61 {
  fill: #2F5728;
}
#top-menu .fil50 {
  fill: #43AC3D;
}
#top-menu .fil73 {
  fill: #2EAD71;
}
#top-menu .fil63 {
  fill: #3A8255;
}
#top-menu .fil18 {
  fill: #60509B;
}
#top-menu .fil1 {
  fill: #139FD0;
}
#top-menu .fil45 {
  fill: #317831;
}
#top-menu .fil47 {
  fill: #2C5F2B;
}
#top-menu .fil87 {
  fill: #329439;
}
#top-menu .fil98 {
  fill: #582B71;
}
#top-menu .fil68 {
  fill: #079E94;
}
#top-menu .fil74 {
  fill: #1FA546;
}
#top-menu .fil70 {
  fill: #249155;
}
#top-menu .fil8 {
  fill: #367CBF;
}
#top-menu .fil2 {
  fill: #2486C7;
}
#top-menu .fil31 {
  fill: #5A2F7E;
}
#top-menu .fil24 {
  fill: #5D3387;
}
#top-menu .fil85 {
  fill: #208042;
}
#top-menu .fil20 {
  fill: #422857;
}
#top-menu .fil25 {
  fill: #524794;
}
#top-menu .fil51 {
  fill: #05733B;
}
#top-menu .fil19 {
  fill: #4F3286;
}
#top-menu .fil67 {
  fill: #0A5E85;
}
#top-menu .fil13 {
  fill: #095C82;
}
#top-menu .fil27 {
  fill: #4A3286;
}
#top-menu .fil10 {
  fill: #1766AE;
}
#top-menu .fil21 {
  fill: #372857;
}
#top-menu .fil11 {
  fill: #02559A;
}
#top-menu .fil65 {
  fill: #134070;
}
#top-menu .fil5 {
  fill: #0F4F94;
}
#top-menu .fil4 {
  fill: #213A6D;
}
#top-menu .fil9 {
  fill: #243463;
}
#top-menu .fil69 {
  fill: #272C53;
}
#top-menu .fil12 {
  fill: #2C3065;
}
#top-menu .fil100 {
  fill: #000000;
}
#top-menu .fil103 {
  fill: #000000;
}
#top-menu .fil101 {
  fill: #ffffff;
}
#top-menu .fil94 {
  fill: #FEFEFE;
  fill-rule: nonzero;
}
#top-menu .fil102 {
  fill: #ffffff;
  fill-rule: nonzero;
}
#top-menu .fil105 {
  fill: #ffffff;
  fill-rule: nonzero;
}
#top-menu .fil104 {
  fill: #ffffff;
  fill-rule: nonzero;
}
#top-menu .fil140 {
  fill: #2b3269;
}
#top-menu .fnt0 {
  font-weight: normal;
  font-size: 258.97px;
}
#top-menu-directions svg {
  font-family: "BebasNeueRegular", sans-serif !important;
}
#top-menu-directions #vocal-bg-top .fil35 {
  fill: #FEFEFE;
}
#top-menu-directions #vocal-bg-top .fil32 {
  fill: #E2AED0;
}
#top-menu-directions #vocal-bg-top .fil6 {
  fill: #DDA7CD;
}
#top-menu-directions #vocal-bg-top .fil2 {
  fill: #D2ABD0;
}
#top-menu-directions #vocal-bg-top .fil16 {
  fill: #C4ACD3;
}
#top-menu-directions #vocal-bg-top .fil21 {
  fill: #BF9ECA;
}
#top-menu-directions #vocal-bg-top .fil25 {
  fill: #B796C5;
}
#top-menu-directions #vocal-bg-top .fil20 {
  fill: #AF9FCD;
}
#top-menu-directions #vocal-bg-top .fil26 {
  fill: #AF9DCC;
}
#top-menu-directions #vocal-bg-top .fil14 {
  fill: #AE9AC9;
}
#top-menu-directions #vocal-bg-top .fil29 {
  fill: #AB97C8;
}
#top-menu-directions #vocal-bg-top .fil1 {
  fill: #A979B2;
}
#top-menu-directions #vocal-bg-top .fil9 {
  fill: #A54994;
}
#top-menu-directions #vocal-bg-top .fil18 {
  fill: #A24894;
}
#top-menu-directions #vocal-bg-top .fil7 {
  fill: #9E8DC2;
}
#top-menu-directions #vocal-bg-top .fil30 {
  fill: #9E3E8E;
}
#top-menu-directions #vocal-bg-top .fil8 {
  fill: #8D8BC3;
}
#top-menu-directions #vocal-bg-top .fil12 {
  fill: #864A95;
}
#top-menu-directions #vocal-bg-top .fil0 {
  fill: #7E3F8F;
}
#top-menu-directions #vocal-bg-top .fil4 {
  fill: #7F3689;
}
#top-menu-directions #vocal-bg-top .fil19 {
  fill: #74408F;
}
#top-menu-directions #vocal-bg-top .fil17 {
  fill: #62549E;
}
#top-menu-directions #vocal-bg-top .fil22 {
  fill: #60509B;
}
#top-menu-directions #vocal-bg-top .fil3 {
  fill: #582B71;
}
#top-menu-directions #vocal-bg-top .fil5 {
  fill: #5A2F7E;
}
#top-menu-directions #vocal-bg-top .fil31 {
  fill: #5D3387;
}
#top-menu-directions #vocal-bg-top .fil13 {
  fill: #543178;
}
#top-menu-directions #vocal-bg-top .fil11 {
  fill: #422857;
}
#top-menu-directions #vocal-bg-top .fil27 {
  fill: #524794;
}
#top-menu-directions #vocal-bg-top .fil10 {
  fill: #563082;
}
#top-menu-directions #vocal-bg-top .fil23 {
  fill: #4F3286;
}
#top-menu-directions #vocal-bg-top .fil15 {
  fill: #3B2A5F;
}
#top-menu-directions #vocal-bg-top .fil24 {
  fill: #4A3286;
}
#top-menu-directions #vocal-bg-top .fil28 {
  fill: #372857;
}
#top-menu-directions #vocal-bg-top .fnt0 {
  font-weight: normal;
  font-size: 184.692px;
}
#top-menu-directions #dance-bg-top .fil22 {
  fill: #FEFEFE;
}
#top-menu-directions #dance-bg-top .fil21 {
  fill: #000000;
}
#top-menu-directions #dance-bg-top .fil9 {
  fill: #91CAEF;
}
#top-menu-directions #dance-bg-top .fil16 {
  fill: #80CDE7;
}
#top-menu-directions #dance-bg-top .fil2 {
  fill: #78CBE8;
}
#top-menu-directions #dance-bg-top .fil17 {
  fill: #5BC4E7;
}
#top-menu-directions #dance-bg-top .fil1 {
  fill: #5F95CF;
}
#top-menu-directions #dance-bg-top .fil13 {
  fill: #09B5E2;
}
#top-menu-directions #dance-bg-top .fil8 {
  fill: #3192CF;
}
#top-menu-directions #dance-bg-top .fil10 {
  fill: #139FD0;
}
#top-menu-directions #dance-bg-top .fil5 {
  fill: #079E94;
}
#top-menu-directions #dance-bg-top .fil18 {
  fill: #367CBF;
}
#top-menu-directions #dance-bg-top .fil11 {
  fill: #2486C7;
}
#top-menu-directions #dance-bg-top .fil3 {
  fill: #0A5E85;
}
#top-menu-directions #dance-bg-top .fil15 {
  fill: #095C82;
}
#top-menu-directions #dance-bg-top .fil14 {
  fill: #1766AE;
}
#top-menu-directions #dance-bg-top .fil20 {
  fill: #02559A;
}
#top-menu-directions #dance-bg-top .fil0 {
  fill: #134070;
}
#top-menu-directions #dance-bg-top .fil7 {
  fill: #0F4F94;
}
#top-menu-directions #dance-bg-top .fil12 {
  fill: #213A6D;
}
#top-menu-directions #dance-bg-top .fil19 {
  fill: #243463;
}
#top-menu-directions #dance-bg-top .fil6 {
  fill: #272C53;
}
#top-menu-directions #dance-bg-top .fil4 {
  fill: #2C3065;
}
#top-menu-directions #dance-bg-top .fil23 {
  fill: #FEFEFE;
  fill-rule: nonzero;
}
#top-menu-directions #dance-bg-top .fnt0 {
  font-weight: normal;
  font-size: 184.667px;
}
#top-menu-directions #instrumental-bg-top .str0 {
  stroke: #2B2A29;
  stroke-width: 1.6889;
}
#top-menu-directions #instrumental-bg-top .fil38 {
  fill: #000000;
}
#top-menu-directions #instrumental-bg-top .fil15 {
  fill: #C8C647;
}
#top-menu-directions #instrumental-bg-top .fil11 {
  fill: #CFD602;
}
#top-menu-directions #instrumental-bg-top .fil35 {
  fill: #B5BA12;
}
#top-menu-directions #instrumental-bg-top .fil24 {
  fill: #B8D05B;
}
#top-menu-directions #instrumental-bg-top .fil5 {
  fill: #B8CE32;
}
#top-menu-directions #instrumental-bg-top .fil7 {
  fill: #B7CD1B;
}
#top-menu-directions #instrumental-bg-top .fil34 {
  fill: #B6CD1B;
}
#top-menu-directions #instrumental-bg-top .fil36 {
  fill: #96B932;
}
#top-menu-directions #instrumental-bg-top .fil37 {
  fill: #789127;
}
#top-menu-directions #instrumental-bg-top .fil22 {
  fill: #99C557;
}
#top-menu-directions #instrumental-bg-top .fil9 {
  fill: #8FC791;
}
#top-menu-directions #instrumental-bg-top .fil26 {
  fill: #94C12B;
}
#top-menu-directions #instrumental-bg-top .fil30 {
  fill: #89C275;
}
#top-menu-directions #instrumental-bg-top .fil31 {
  fill: #8CBE2E;
}
#top-menu-directions #instrumental-bg-top .fil23 {
  fill: #86BD2F;
}
#top-menu-directions #instrumental-bg-top .fil19 {
  fill: #6EB857;
}
#top-menu-directions #instrumental-bg-top .fil1 {
  fill: #70B635;
}
#top-menu-directions #instrumental-bg-top .fil3 {
  fill: #60B882;
}
#top-menu-directions #instrumental-bg-top .fil14 {
  fill: #3D6529;
}
#top-menu-directions #instrumental-bg-top .fil28 {
  fill: #59B039;
}
#top-menu-directions #instrumental-bg-top .fil25 {
  fill: #57B039;
}
#top-menu-directions #instrumental-bg-top .fil17 {
  fill: #488130;
}
#top-menu-directions #instrumental-bg-top .fil13 {
  fill: #4DB167;
}
#top-menu-directions #instrumental-bg-top .fil21 {
  fill: #54AF3A;
}
#top-menu-directions #instrumental-bg-top .fil2 {
  fill: #49B065;
}
#top-menu-directions #instrumental-bg-top .fil10 {
  fill: #459C57;
}
#top-menu-directions #instrumental-bg-top .fil4 {
  fill: #2F5728;
}
#top-menu-directions #instrumental-bg-top .fil6 {
  fill: #43AC3D;
}
#top-menu-directions #instrumental-bg-top .fil32 {
  fill: #2EAD71;
}
#top-menu-directions #instrumental-bg-top .fil27 {
  fill: #3A8255;
}
#top-menu-directions #instrumental-bg-top .fil18 {
  fill: #317831;
}
#top-menu-directions #instrumental-bg-top .fil20 {
  fill: #2C5F2B;
}
#top-menu-directions #instrumental-bg-top .fil16 {
  fill: #329439;
}
#top-menu-directions #instrumental-bg-top .fil33 {
  fill: #1FA546;
}
#top-menu-directions #instrumental-bg-top .fil29 {
  fill: #249155;
}
#top-menu-directions #instrumental-bg-top .fil12 {
  fill: #208042;
}
#top-menu-directions #instrumental-bg-top .fil0 {
  fill: #05733B;
}
#top-menu-directions #instrumental-bg-top .fil8 {
  fill: #076E39;
}
#top-menu-directions #instrumental-bg-top .fnt0 {
  font-weight: normal;
  font-size: 184.7px;
}
#top-menu-directions #theater-bg-top .fil18 {
  fill: #000000;
}
#top-menu-directions #theater-bg-top .fil13 {
  fill: #FFDC0A;
}
#top-menu-directions #theater-bg-top .fil17 {
  fill: #FCC308;
}
#top-menu-directions #theater-bg-top .fil5 {
  fill: #F9B205;
}
#top-menu-directions #theater-bg-top .fil6 {
  fill: #F28E16;
}
#top-menu-directions #theater-bg-top .fil15 {
  fill: #EC691F;
}
#top-menu-directions #theater-bg-top .fil0 {
  fill: #EA5E20;
}
#top-menu-directions #theater-bg-top .fil1 {
  fill: #E84E22;
}
#top-menu-directions #theater-bg-top .fil2 {
  fill: #FEE405;
}
#top-menu-directions #theater-bg-top .fil16 {
  fill: #EF801A;
}
#top-menu-directions #theater-bg-top .fil10 {
  fill: #EAB402;
}
#top-menu-directions #theater-bg-top .fil9 {
  fill: #FBED53;
}
#top-menu-directions #theater-bg-top .fil3 {
  fill: #A42C21;
}
#top-menu-directions #theater-bg-top .fil14 {
  fill: #9A2C20;
}
#top-menu-directions #theater-bg-top .fil8 {
  fill: #9B551E;
}
#top-menu-directions #theater-bg-top .fil12 {
  fill: #992E20;
}
#top-menu-directions #theater-bg-top .fil4 {
  fill: #832C1E;
}
#top-menu-directions #theater-bg-top .fil11 {
  fill: #73261D;
}
#top-menu-directions #theater-bg-top .fil7 {
  fill: #E5DF0D;
}
#top-menu-directions #theater-bg-top .fnt0 {
  font-weight: normal;
  font-size: 184.642px;
}
#top-menu-directions #amateur-bg-top .fil25 {
  fill: #000000;
}
#top-menu-directions #amateur-bg-top .fil13 {
  fill: #F9B205;
}
#top-menu-directions #amateur-bg-top .fil22 {
  fill: #F4A6AF;
}
#top-menu-directions #amateur-bg-top .fil11 {
  fill: #F28E16;
}
#top-menu-directions #amateur-bg-top .fil3 {
  fill: #F089A8;
}
#top-menu-directions #amateur-bg-top .fil6 {
  fill: #F08154;
}
#top-menu-directions #amateur-bg-top .fil10 {
  fill: #EF7B1B;
}
#top-menu-directions #amateur-bg-top .fil18 {
  fill: #EC691F;
}
#top-menu-directions #amateur-bg-top .fil14 {
  fill: #EA5E20;
}
#top-menu-directions #amateur-bg-top .fil7 {
  fill: #E84E22;
}
#top-menu-directions #amateur-bg-top .fil17 {
  fill: #E94E4A;
}
#top-menu-directions #amateur-bg-top .fil15 {
  fill: #E63B24;
}
#top-menu-directions #amateur-bg-top .fil1 {
  fill: #E51F4B;
}
#top-menu-directions #amateur-bg-top .fil21 {
  fill: #E51E47;
}
#top-menu-directions #amateur-bg-top .fil12 {
  fill: #E01C3E;
}
#top-menu-directions #amateur-bg-top .fil23 {
  fill: #DC3824;
}
#top-menu-directions #amateur-bg-top .fil0 {
  fill: #DD2F24;
}
#top-menu-directions #amateur-bg-top .fil19 {
  fill: #EAB402;
}
#top-menu-directions #amateur-bg-top .fil5 {
  fill: #D31F43;
}
#top-menu-directions #amateur-bg-top .fil24 {
  fill: #CE3023;
}
#top-menu-directions #amateur-bg-top .fil16 {
  fill: #CB2523;
}
#top-menu-directions #amateur-bg-top .fil8 {
  fill: #CA2623;
}
#top-menu-directions #amateur-bg-top .fil20 {
  fill: #B6222F;
}
#top-menu-directions #amateur-bg-top .fil2 {
  fill: #9D1F47;
}
#top-menu-directions #amateur-bg-top .fil9 {
  fill: #93271F;
}
#top-menu-directions #amateur-bg-top .fil4 {
  fill: #712033;
}
#top-menu-directions #amateur-bg-top .fnt0 {
  font-weight: normal;
  font-size: 183.706px;
}
#top-menu-directions #manage .fil33 {
  fill: #000000;
}
#top-menu-directions #manage .fil34 {
  fill: #FEFEFE;
  fill-rule: nonzero;
}
.panel-container .fil0 {
  fill: #000000;
}
.panel-container .fil1 {
  fill: #F4A6AF;
}
.panel-container .fil2 {
  fill: #FBED53;
}
.panel-container .fil5 {
  fill: #C4ACD3;
}
.panel-container .fil3 {
  fill: #8FC791;
}
.panel-container .fil4 {
  fill: #78CBE8;
}
.panel-container .fnt1 {
  font-weight: normal;
  font-size: 28.5112px;
}
.panel-container .fnt0 {
  font-weight: normal;
  font-size: 38.3898px;
}
.directions-xsmall .fil1 {
  fill: #000000;
}
.directions-xsmall .fil5 {
  fill: #F4A6AF;
}
.directions-xsmall .fil4 {
  fill: #FBED53;
}
.directions-xsmall .fil0 {
  fill: #C4ACD3;
}
.directions-xsmall .fil3 {
  fill: #8FC791;
}
.directions-xsmall .fil2 {
  fill: #78CBE8;
}
.directions-xsmall .fnt0 {
  font-weight: normal;
  font-size: 50.7718px;
}
.directions-xsmall .fnt1 {
  font-weight: normal;
  font-size: 53.1883px;
}
/* = svg styles */

@font-face {
  font-family: 'BebasNeueRegular';
  font-style: normal;
  font-weight: normal;
  src: url("../themes/art/assets/fonts/BebasNeueRegular.woff") format("woff"), url("../themes/art/assets/fonts/BebasNeueRegular.ttf") format("truetype"), url("../themes/art/assets/fonts/BebasNeueRegular.otf") format("opentype");
}
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: normal;
  src: url("../themes/art/assets/fonts/Calibri.woff") format("woff"), url("../themes/art/assets/fonts/Calibri.ttf") format("truetype");
}
