@import url(//fonts.googleapis.com/css?family=Material%20Icons);@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap);@import url(//fonts.googleapis.com/css?family=Raleway:200,300,400&display=swap);@charset "UTF-8";

/* @import url("//fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C500");
body {
    background: #00516d;
}

.login-container {

}

.horizontal-divider{
    background: white;
    color: white;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0 1em;
    padding: 0;
}

.h1-with-body h1 {
    margin-top: 0;
    margin-bottom: 12px;
}

.h1-with-body {
    font-family: "Raleway", sans-serif;
    font-size: 2.48832rem;
    font-weight: 100;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility;
}

.login-form {
    text-align: center;
    line-height: 1.45em;
}

.login-body {
    color:white;
}

.custom-button {
    background: #007d9b;
    color: #FFFFFF;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    line-height: 1.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility;
    border: none;
    border-radius: 2px;
    position: relative;
    height: 48px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Open Sans","Roboto","Helvetica","Arial",sans-serif;    
    overflow: hidden;
    will-change: box-shadow;
    -webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.custom-button:hover {
    background: #00516d;
}

.sso-input {
    border-radius: 0;
    font: 400 13.3333px Arial;
    background-color: white;

    height: 3em;
    font-size: 16px;
    font-family: "Open Sans","Roboto","Helvetica","Arial",sans-serif;

}

.invalid-feedback {
    font-size: 16px;
} */

.close-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  height: 2rem;
  padding: 0.5rem;
  z-index: 1500;
  padding-top: 22px;
  padding-right: 10px;
}

.nav-padding-top {
  padding-top: 46px;
}

.ng-star-inserted {
  color: #000;
}

.mdl-selectfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  margin: 0;
  vertical-align: middle;
  line-height: 20px;
  font-size: 16px;
  padding: 20px 0;
  z-index: inherit;
}

.mdl-selectfield__select {
  visibility: visible;
  font-size: 16px;
  margin: 2px 0 3px 0;
  padding: 0;
  width: 100%;
}

.mdl-selectfield__label {
  color: rgba(0, 0, 0, 0.26);
  vertical-align: middle;
  bottom: 0;
  font-size: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.mdl-selectfield.is-dirty .mdl-selectfield__label,
.mdl-selectfield.is-focused .mdl-selectfield__label {
  visibility: hidden;
}

.mdl-selectfield--floating-label .mdl-selectfield__label {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label,
.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
  color: #3f51b5;
  font-size: 12px;
  top: 4px;
  visibility: visible;
}

.mdl-selectfield.is-disabled.is-disabled .mdl-selectfield__label {
  color: rgba(0, 0, 0, 0.26);
}

.mdl-selectfield.is-invalid .mdl-selectfield__label {
  color: #d50000;
}

.mdl-selectfield__error {
  color: #d50000;
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  visibility: hidden;
  display: block;
  white-space: nowrap;
}

.mdl-selectfield.is-invalid .mdl-selectfield__error {
  visibility: visible;
}

.mdl-selectfield.is-focused .mdl-selectfield__error,
.mdl-selectfield--floating-label.is-focused .mdl-selectfield__error {
  visibility: hidden;
}

.mdl-selectfield__box {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  outline: none;
  overflow: hidden;
  cursor: pointer;
}

.mdl-selectfield__box > .mdl-selectfield__arrow-down__container {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  height: 5px;
  width: 10px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-left: 7px;
  padding-right: 7px;
}

.mdl-selectfield__box > .mdl-selectfield__arrow-down__container .mdl-selectfield__arrow-down {
  display: block;
  width: 0;
  height: 0;
  outline: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.26);
}

.mdl-selectfield.is-invalid .mdl-selectfield__box > .mdl-selectfield__arrow-down__container .mdl-selectfield__arrow-down {
  border-top-color: #d50000;
}

.mdl-selectfield.is-focused .mdl-selectfield__box > .mdl-selectfield__arrow-down__container {
  visibility: hidden;
}

.mdl-selectfield__box .mdl-selectfield__box-value {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  outline: none;
  white-space: nowrap;
  width: 92%;
  overflow: hidden;
}

.mdl-selectfield.is-focused .mdl-selectfield__box {
  outline: none;
  visibility: hidden;
}

.mdl-selectfield.is-invalid .mdl-selectfield__box {
  border-color: #d50000;
}

.mdl-selectfield.is-disabled .mdl-selectfield__box {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.mdl-selectfield__list-option-box {
  position: absolute;
  left: 0;
  top: 24px;
  right: 0;
  display: none;
  background: white;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  opacity: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  min-width: 124px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.mdl-selectfield__list-option-box ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.mdl-selectfield__list-option-box ul > li {
  font-size: 16px;
  color: rgba(33, 33, 33, 0.87);
  line-height: 19px;
  min-height: 19px;
  padding: 10px 14px 8px 14px;
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  outline: none;
  box-sizing: content-box;
}

.mdl-selectfield__list-option-box ul > li:hover,
.mdl-selectfield__list-option-box ul > li.is-selected {
  background-color: #f8f8f8;
}

.mdl-selectfield__list-option-box ul > li.is-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: white;
  cursor: default;
}

.mdl-selectfield.is-focused .mdl-selectfield__list-option-box {
  display: block;
  opacity: 1;
  z-index: 999;
}

.getmdl-select {
  outline: none;
}

.getmdl-select .mdl-textfield__input {
  cursor: pointer;
}

.getmdl-select .selected {
  background-color: #ddd;
}

.getmdl-select .mdl-icon-toggle__label {
  float: right;
  margin-top: -30px;
  color: rgba(0, 0, 0, 0.4);
  transform: rotate(0);
  transition: transform 0.3s;
}

.getmdl-select.is-focused .mdl-icon-toggle__label {
  color: #3f51b5;
  transform: rotate(180deg);
}

.getmdl-select .mdl-menu__container {
  width: 100% !important;
  margin-top: 2px;
}

.getmdl-select .mdl-menu__container .mdl-menu {
  width: 100%;
}

.getmdl-select .mdl-menu__container .mdl-menu .mdl-menu__item {
  font-size: 16px;
}

.getmdl-select__fix-height .mdl-menu__container .mdl-menu {
  overflow-y: auto;
  max-height: 288px !important;
}

.getmdl-select__fix-height .mdl-menu.mdl-menu--top-left {
  bottom: auto;
  top: 0;
}

/**
* material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.3.0
* @license Apache-2.0
* @copyright 2015 Google, Inc.
* @link https://github.com/google/material-design-lite
*/

html {
  color: rgba(0, 0, 0, 0.87);
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *,
  *:before,
  *:after,
  *:first-letter {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

a,
.mdl-accordion,
.mdl-button,
.mdl-card,
.mdl-checkbox,
.mdl-dropdown-menu,
.mdl-icon-toggle,
.mdl-item,
.mdl-radio,
.mdl-slider,
.mdl-switch,
.mdl-tabs__tab {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

main {
  display: block;
}

*[hidden] {
  display: none !important;
}

html,
body {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  opacity: 0.54;
  font-size: 0.6em;
}

h1 {
  font-size: 56px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 24px 0;
}

h1,
h2 {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 45px;
  line-height: 48px;
}

h2,
h3 {
  margin: 24px 0;
}

h3 {
  font-size: 34px;
  line-height: 40px;
}

h3,
h4 {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  margin: 24px 0 16px;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

h5,
h6 {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  margin: 24px 0 16px;
}

h6 {
  font-size: 16px;
  letter-spacing: 0.04em;
}

h6,
p {
  font-weight: 400;
  line-height: 24px;
}

p {
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 16px;
}

a {
  color: #ff2962;
  font-weight: 500;
}

blockquote {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  position: relative;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

blockquote:before {
  position: absolute;
  left: -0.5em;
  content: "\201C";
}

blockquote:after {
  content: "\201D";
  margin-left: -0.05em;
}

mark {
  background-color: #f4ff81;
}

dt {
  font-weight: 700;
}

address {
  font-size: 12px;
  line-height: 1;
  font-style: normal;
}

address,
ul,
ol {
  font-weight: 400;
  letter-spacing: 0;
}

ul,
ol {
  font-size: 14px;
  line-height: 24px;
}

.mdl-typography--display-4,
.mdl-typography--display-4-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 112px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mdl-typography--display-4-color-contrast {
  opacity: 0.54;
}

.mdl-typography--display-3,
.mdl-typography--display-3-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.mdl-typography--display-3-color-contrast {
  opacity: 0.54;
}

.mdl-typography--display-2,
.mdl-typography--display-2-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
}

.mdl-typography--display-2-color-contrast {
  opacity: 0.54;
}

.mdl-typography--display-1,
.mdl-typography--display-1-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.mdl-typography--display-1-color-contrast {
  opacity: 0.54;
}

.mdl-typography--headline,
.mdl-typography--headline-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
}

.mdl-typography--headline-color-contrast {
  opacity: 0.87;
}

.mdl-typography--title,
.mdl-typography--title-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.mdl-typography--title-color-contrast {
  opacity: 0.87;
}

.mdl-typography--subhead,
.mdl-typography--subhead-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
}

.mdl-typography--subhead-color-contrast {
  opacity: 0.87;
}

.mdl-typography--body-2,
.mdl-typography--body-2-color-contrast {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}

.mdl-typography--body-2-color-contrast {
  opacity: 0.87;
}

.mdl-typography--body-1,
.mdl-typography--body-1-color-contrast {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.mdl-typography--body-1-color-contrast {
  opacity: 0.87;
}

.mdl-typography--body-2-force-preferred-font,
.mdl-typography--body-2-force-preferred-font-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}

.mdl-typography--body-2-force-preferred-font-color-contrast {
  opacity: 0.87;
}

.mdl-typography--body-1-force-preferred-font,
.mdl-typography--body-1-force-preferred-font-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.mdl-typography--body-1-force-preferred-font-color-contrast {
  opacity: 0.87;
}

.mdl-typography--caption,
.mdl-typography--caption-force-preferred-font {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.mdl-typography--caption-force-preferred-font {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
}

.mdl-typography--caption-color-contrast {
  line-height: 1;
  letter-spacing: 0;
}

.mdl-typography--caption-color-contrast,
.mdl-typography--caption-force-preferred-font-color-contrast {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.54;
}

.mdl-typography--caption-force-preferred-font-color-contrast,
.mdl-typography--menu {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.mdl-typography--menu {
  font-size: 14px;
  font-weight: 500;
}

.mdl-typography--menu-color-contrast {
  opacity: 0.87;
}

.mdl-typography--menu-color-contrast,
.mdl-typography--button,
.mdl-typography--button-color-contrast {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.mdl-typography--button,
.mdl-typography--button-color-contrast {
  text-transform: uppercase;
}

.mdl-typography--button-color-contrast {
  opacity: 0.87;
}

.mdl-typography--text-left {
  text-align: left;
}

.mdl-typography--text-right {
  text-align: right;
}

.mdl-typography--text-center {
  text-align: center;
}

.mdl-typography--text-justify {
  text-align: justify;
}

.mdl-typography--text-nowrap {
  white-space: nowrap;
}

.mdl-typography--text-lowercase {
  text-transform: lowercase;
}

.mdl-typography--text-uppercase {
  text-transform: uppercase;
}

.mdl-typography--text-capitalize {
  text-transform: capitalize;
}

.mdl-typography--font-thin {
  font-weight: 200 !important;
}

.mdl-typography--font-light {
  font-weight: 300 !important;
}

.mdl-typography--font-regular {
  font-weight: 400 !important;
}

.mdl-typography--font-medium {
  font-weight: 500 !important;
}

.mdl-typography--font-bold {
  font-weight: 700 !important;
}

.mdl-typography--font-black {
  font-weight: 900 !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.mdl-color-text--red {
  color: #f44336 !important;
}

.mdl-color--red {
  background-color: #f44336 !important;
}

.mdl-color-text--red-50 {
  color: #ffebee !important;
}

.mdl-color--red-50 {
  background-color: #ffebee !important;
}

.mdl-color-text--red-100 {
  color: #ffcdd2 !important;
}

.mdl-color--red-100 {
  background-color: #ffcdd2 !important;
}

.mdl-color-text--red-200 {
  color: #ef9a9a !important;
}

.mdl-color--red-200 {
  background-color: #ef9a9a !important;
}

.mdl-color-text--red-300 {
  color: #e57373 !important;
}

.mdl-color--red-300 {
  background-color: #e57373 !important;
}

.mdl-color-text--red-400 {
  color: #ef5350 !important;
}

.mdl-color--red-400 {
  background-color: #ef5350 !important;
}

.mdl-color-text--red-500 {
  color: #f44336 !important;
}

.mdl-color--red-500 {
  background-color: #f44336 !important;
}

.mdl-color-text--red-600 {
  color: #e53935 !important;
}

.mdl-color--red-600 {
  background-color: #e53935 !important;
}

.mdl-color-text--red-700 {
  color: #d32f2f !important;
}

.mdl-color--red-700 {
  background-color: #d32f2f !important;
}

.mdl-color-text--red-800 {
  color: #c62828 !important;
}

.mdl-color--red-800 {
  background-color: #c62828 !important;
}

.mdl-color-text--red-900 {
  color: #b71c1c !important;
}

.mdl-color--red-900 {
  background-color: #b71c1c !important;
}

.mdl-color-text--red-A100 {
  color: #ff8a80 !important;
}

.mdl-color--red-A100 {
  background-color: #ff8a80 !important;
}

.mdl-color-text--red-A200 {
  color: #ff5252 !important;
}

.mdl-color--red-A200 {
  background-color: #ff5252 !important;
}

.mdl-color-text--red-A400 {
  color: #ff1744 !important;
}

.mdl-color--red-A400 {
  background-color: #ff1744 !important;
}

.mdl-color-text--red-A700 {
  color: #d50000 !important;
}

.mdl-color--red-A700 {
  background-color: #d50000 !important;
}

.mdl-color-text--pink {
  color: #e91e63 !important;
}

.mdl-color--pink {
  background-color: #e91e63 !important;
}

.mdl-color-text--pink-50 {
  color: #fce4ec !important;
}

.mdl-color--pink-50 {
  background-color: #fce4ec !important;
}

.mdl-color-text--pink-100 {
  color: #f8bbd0 !important;
}

.mdl-color--pink-100 {
  background-color: #f8bbd0 !important;
}

.mdl-color-text--pink-200 {
  color: #f48fb1 !important;
}

.mdl-color--pink-200 {
  background-color: #f48fb1 !important;
}

.mdl-color-text--pink-300 {
  color: #f06292 !important;
}

.mdl-color--pink-300 {
  background-color: #f06292 !important;
}

.mdl-color-text--pink-400 {
  color: #ec407a !important;
}

.mdl-color--pink-400 {
  background-color: #ec407a !important;
}

.mdl-color-text--pink-500 {
  color: #e91e63 !important;
}

.mdl-color--pink-500 {
  background-color: #e91e63 !important;
}

.mdl-color-text--pink-600 {
  color: #d81b60 !important;
}

.mdl-color--pink-600 {
  background-color: #d81b60 !important;
}

.mdl-color-text--pink-700 {
  color: #c2185b !important;
}

.mdl-color--pink-700 {
  background-color: #c2185b !important;
}

.mdl-color-text--pink-800 {
  color: #ad1457 !important;
}

.mdl-color--pink-800 {
  background-color: #ad1457 !important;
}

.mdl-color-text--pink-900 {
  color: #880e4f !important;
}

.mdl-color--pink-900 {
  background-color: #880e4f !important;
}

.mdl-color-text--pink-A100 {
  color: #ff80ab !important;
}

.mdl-color--pink-A100 {
  background-color: #ff80ab !important;
}

.mdl-color-text--pink-A200 {
  color: #ff4081 !important;
}

.mdl-color--pink-A200 {
  background-color: #ff4081 !important;
}

.mdl-color-text--pink-A400 {
  color: #f50057 !important;
}

.mdl-color--pink-A400 {
  background-color: #f50057 !important;
}

.mdl-color-text--pink-A700 {
  color: #c51162 !important;
}

.mdl-color--pink-A700 {
  background-color: #c51162 !important;
}

.mdl-color-text--purple {
  color: #9c27b0 !important;
}

.mdl-color--purple {
  background-color: #9c27b0 !important;
}

.mdl-color-text--purple-50 {
  color: #f3e5f5 !important;
}

.mdl-color--purple-50 {
  background-color: #f3e5f5 !important;
}

.mdl-color-text--purple-100 {
  color: #e1bee7 !important;
}

.mdl-color--purple-100 {
  background-color: #e1bee7 !important;
}

.mdl-color-text--purple-200 {
  color: #ce93d8 !important;
}

.mdl-color--purple-200 {
  background-color: #ce93d8 !important;
}

.mdl-color-text--purple-300 {
  color: #ba68c8 !important;
}

.mdl-color--purple-300 {
  background-color: #ba68c8 !important;
}

.mdl-color-text--purple-400 {
  color: #ab47bc !important;
}

.mdl-color--purple-400 {
  background-color: #ab47bc !important;
}

.mdl-color-text--purple-500 {
  color: #9c27b0 !important;
}

.mdl-color--purple-500 {
  background-color: #9c27b0 !important;
}

.mdl-color-text--purple-600 {
  color: #8e24aa !important;
}

.mdl-color--purple-600 {
  background-color: #8e24aa !important;
}

.mdl-color-text--purple-700 {
  color: #7b1fa2 !important;
}

.mdl-color--purple-700 {
  background-color: #7b1fa2 !important;
}

.mdl-color-text--purple-800 {
  color: #6a1b9a !important;
}

.mdl-color--purple-800 {
  background-color: #6a1b9a !important;
}

.mdl-color-text--purple-900 {
  color: #4a148c !important;
}

.mdl-color--purple-900 {
  background-color: #4a148c !important;
}

.mdl-color-text--purple-A100 {
  color: #ea80fc !important;
}

.mdl-color--purple-A100 {
  background-color: #ea80fc !important;
}

.mdl-color-text--purple-A200 {
  color: #e040fb !important;
}

.mdl-color--purple-A200 {
  background-color: #e040fb !important;
}

.mdl-color-text--purple-A400 {
  color: #d500f9 !important;
}

.mdl-color--purple-A400 {
  background-color: #d500f9 !important;
}

.mdl-color-text--purple-A700 {
  color: #a0f !important;
}

.mdl-color--purple-A700 {
  background-color: #a0f !important;
}

.mdl-color-text--deep-purple {
  color: #673ab7 !important;
}

.mdl-color--deep-purple {
  background-color: #673ab7 !important;
}

.mdl-color-text--deep-purple-50 {
  color: #ede7f6 !important;
}

.mdl-color--deep-purple-50 {
  background-color: #ede7f6 !important;
}

.mdl-color-text--deep-purple-100 {
  color: #d1c4e9 !important;
}

.mdl-color--deep-purple-100 {
  background-color: #d1c4e9 !important;
}

.mdl-color-text--deep-purple-200 {
  color: #b39ddb !important;
}

.mdl-color--deep-purple-200 {
  background-color: #b39ddb !important;
}

.mdl-color-text--deep-purple-300 {
  color: #9575cd !important;
}

.mdl-color--deep-purple-300 {
  background-color: #9575cd !important;
}

.mdl-color-text--deep-purple-400 {
  color: #7e57c2 !important;
}

.mdl-color--deep-purple-400 {
  background-color: #7e57c2 !important;
}

.mdl-color-text--deep-purple-500 {
  color: #673ab7 !important;
}

.mdl-color--deep-purple-500 {
  background-color: #673ab7 !important;
}

.mdl-color-text--deep-purple-600 {
  color: #5e35b1 !important;
}

.mdl-color--deep-purple-600 {
  background-color: #5e35b1 !important;
}

.mdl-color-text--deep-purple-700 {
  color: #512da8 !important;
}

.mdl-color--deep-purple-700 {
  background-color: #512da8 !important;
}

.mdl-color-text--deep-purple-800 {
  color: #4527a0 !important;
}

.mdl-color--deep-purple-800 {
  background-color: #4527a0 !important;
}

.mdl-color-text--deep-purple-900 {
  color: #311b92 !important;
}

.mdl-color--deep-purple-900 {
  background-color: #311b92 !important;
}

.mdl-color-text--deep-purple-A100 {
  color: #b388ff !important;
}

.mdl-color--deep-purple-A100 {
  background-color: #b388ff !important;
}

.mdl-color-text--deep-purple-A200 {
  color: #7c4dff !important;
}

.mdl-color--deep-purple-A200 {
  background-color: #7c4dff !important;
}

.mdl-color-text--deep-purple-A400 {
  color: #651fff !important;
}

.mdl-color--deep-purple-A400 {
  background-color: #651fff !important;
}

.mdl-color-text--deep-purple-A700 {
  color: #6200ea !important;
}

.mdl-color--deep-purple-A700 {
  background-color: #6200ea !important;
}

.mdl-color-text--indigo {
  color: #3f51b5 !important;
}

.mdl-color--indigo {
  background-color: #3f51b5 !important;
}

.mdl-color-text--indigo-50 {
  color: #e8eaf6 !important;
}

.mdl-color--indigo-50 {
  background-color: #e8eaf6 !important;
}

.mdl-color-text--indigo-100 {
  color: #c5cae9 !important;
}

.mdl-color--indigo-100 {
  background-color: #c5cae9 !important;
}

.mdl-color-text--indigo-200 {
  color: #9fa8da !important;
}

.mdl-color--indigo-200 {
  background-color: #9fa8da !important;
}

.mdl-color-text--indigo-300 {
  color: #7986cb !important;
}

.mdl-color--indigo-300 {
  background-color: #7986cb !important;
}

.mdl-color-text--indigo-400 {
  color: #5c6bc0 !important;
}

.mdl-color--indigo-400 {
  background-color: #5c6bc0 !important;
}

.mdl-color-text--indigo-500 {
  color: #3f51b5 !important;
}

.mdl-color--indigo-500 {
  background-color: #3f51b5 !important;
}

.mdl-color-text--indigo-600 {
  color: #3949ab !important;
}

.mdl-color--indigo-600 {
  background-color: #3949ab !important;
}

.mdl-color-text--indigo-700 {
  color: #303f9f !important;
}

.mdl-color--indigo-700 {
  background-color: #303f9f !important;
}

.mdl-color-text--indigo-800 {
  color: #283593 !important;
}

.mdl-color--indigo-800 {
  background-color: #283593 !important;
}

.mdl-color-text--indigo-900 {
  color: #1a237e !important;
}

.mdl-color--indigo-900 {
  background-color: #1a237e !important;
}

.mdl-color-text--indigo-A100 {
  color: #8c9eff !important;
}

.mdl-color--indigo-A100 {
  background-color: #8c9eff !important;
}

.mdl-color-text--indigo-A200 {
  color: #536dfe !important;
}

.mdl-color--indigo-A200 {
  background-color: #536dfe !important;
}

.mdl-color-text--indigo-A400 {
  color: #3d5afe !important;
}

.mdl-color--indigo-A400 {
  background-color: #3d5afe !important;
}

.mdl-color-text--indigo-A700 {
  color: #304ffe !important;
}

.mdl-color--indigo-A700 {
  background-color: #304ffe !important;
}

.mdl-color-text--blue {
  color: #2196f3 !important;
}

.mdl-color--blue {
  background-color: #2196f3 !important;
}

.mdl-color-text--blue-50 {
  color: #e3f2fd !important;
}

.mdl-color--blue-50 {
  background-color: #e3f2fd !important;
}

.mdl-color-text--blue-100 {
  color: #bbdefb !important;
}

.mdl-color--blue-100 {
  background-color: #bbdefb !important;
}

.mdl-color-text--blue-200 {
  color: #90caf9 !important;
}

.mdl-color--blue-200 {
  background-color: #90caf9 !important;
}

.mdl-color-text--blue-300 {
  color: #64b5f6 !important;
}

.mdl-color--blue-300 {
  background-color: #64b5f6 !important;
}

.mdl-color-text--blue-400 {
  color: #42a5f5 !important;
}

.mdl-color--blue-400 {
  background-color: #42a5f5 !important;
}

.mdl-color-text--blue-500 {
  color: #2196f3 !important;
}

.mdl-color--blue-500 {
  background-color: #2196f3 !important;
}

.mdl-color-text--blue-600 {
  color: #1e88e5 !important;
}

.mdl-color--blue-600 {
  background-color: #1e88e5 !important;
}

.mdl-color-text--blue-700 {
  color: #1976d2 !important;
}

.mdl-color--blue-700 {
  background-color: #1976d2 !important;
}

.mdl-color-text--blue-800 {
  color: #1565c0 !important;
}

.mdl-color--blue-800 {
  background-color: #1565c0 !important;
}

.mdl-color-text--blue-900 {
  color: #0d47a1 !important;
}

.mdl-color--blue-900 {
  background-color: #0d47a1 !important;
}

.mdl-color-text--blue-A100 {
  color: #82b1ff !important;
}

.mdl-color--blue-A100 {
  background-color: #82b1ff !important;
}

.mdl-color-text--blue-A200 {
  color: #448aff !important;
}

.mdl-color--blue-A200 {
  background-color: #448aff !important;
}

.mdl-color-text--blue-A400 {
  color: #2979ff !important;
}

.mdl-color--blue-A400 {
  background-color: #2979ff !important;
}

.mdl-color-text--blue-A700 {
  color: #2962ff !important;
}

.mdl-color--blue-A700 {
  background-color: #2962ff !important;
}

.mdl-color-text--light-blue {
  color: #03a9f4 !important;
}

.mdl-color--light-blue {
  background-color: #03a9f4 !important;
}

.mdl-color-text--light-blue-50 {
  color: #e1f5fe !important;
}

.mdl-color--light-blue-50 {
  background-color: #e1f5fe !important;
}

.mdl-color-text--light-blue-100 {
  color: #b3e5fc !important;
}

.mdl-color--light-blue-100 {
  background-color: #b3e5fc !important;
}

.mdl-color-text--light-blue-200 {
  color: #81d4fa !important;
}

.mdl-color--light-blue-200 {
  background-color: #81d4fa !important;
}

.mdl-color-text--light-blue-300 {
  color: #4fc3f7 !important;
}

.mdl-color--light-blue-300 {
  background-color: #4fc3f7 !important;
}

.mdl-color-text--light-blue-400 {
  color: #29b6f6 !important;
}

.mdl-color--light-blue-400 {
  background-color: #29b6f6 !important;
}

.mdl-color-text--light-blue-500 {
  color: #03a9f4 !important;
}

.mdl-color--light-blue-500 {
  background-color: #03a9f4 !important;
}

.mdl-color-text--light-blue-600 {
  color: #039be5 !important;
}

.mdl-color--light-blue-600 {
  background-color: #039be5 !important;
}

.mdl-color-text--light-blue-700 {
  color: #0288d1 !important;
}

.mdl-color--light-blue-700 {
  background-color: #0288d1 !important;
}

.mdl-color-text--light-blue-800 {
  color: #0277bd !important;
}

.mdl-color--light-blue-800 {
  background-color: #0277bd !important;
}

.mdl-color-text--light-blue-900 {
  color: #01579b !important;
}

.mdl-color--light-blue-900 {
  background-color: #01579b !important;
}

.mdl-color-text--light-blue-A100 {
  color: #80d8ff !important;
}

.mdl-color--light-blue-A100 {
  background-color: #80d8ff !important;
}

.mdl-color-text--light-blue-A200 {
  color: #40c4ff !important;
}

.mdl-color--light-blue-A200 {
  background-color: #40c4ff !important;
}

.mdl-color-text--light-blue-A400 {
  color: #00b0ff !important;
}

.mdl-color--light-blue-A400 {
  background-color: #00b0ff !important;
}

.mdl-color-text--light-blue-A700 {
  color: #0091ea !important;
}

.mdl-color--light-blue-A700 {
  background-color: #0091ea !important;
}

.mdl-color-text--cyan {
  color: #00bcd4 !important;
}

.mdl-color--cyan {
  background-color: #00bcd4 !important;
}

.mdl-color-text--cyan-50 {
  color: #e0f7fa !important;
}

.mdl-color--cyan-50 {
  background-color: #e0f7fa !important;
}

.mdl-color-text--cyan-100 {
  color: #b2ebf2 !important;
}

.mdl-color--cyan-100 {
  background-color: #b2ebf2 !important;
}

.mdl-color-text--cyan-200 {
  color: #80deea !important;
}

.mdl-color--cyan-200 {
  background-color: #80deea !important;
}

.mdl-color-text--cyan-300 {
  color: #4dd0e1 !important;
}

.mdl-color--cyan-300 {
  background-color: #4dd0e1 !important;
}

.mdl-color-text--cyan-400 {
  color: #26c6da !important;
}

.mdl-color--cyan-400 {
  background-color: #26c6da !important;
}

.mdl-color-text--cyan-500 {
  color: #00bcd4 !important;
}

.mdl-color--cyan-500 {
  background-color: #00bcd4 !important;
}

.mdl-color-text--cyan-600 {
  color: #00acc1 !important;
}

.mdl-color--cyan-600 {
  background-color: #00acc1 !important;
}

.mdl-color-text--cyan-700 {
  color: #0097a7 !important;
}

.mdl-color--cyan-700 {
  background-color: #0097a7 !important;
}

.mdl-color-text--cyan-800 {
  color: #00838f !important;
}

.mdl-color--cyan-800 {
  background-color: #00838f !important;
}

.mdl-color-text--cyan-900 {
  color: #006064 !important;
}

.mdl-color--cyan-900 {
  background-color: #006064 !important;
}

.mdl-color-text--cyan-A100 {
  color: #84ffff !important;
}

.mdl-color--cyan-A100 {
  background-color: #84ffff !important;
}

.mdl-color-text--cyan-A200 {
  color: #18ffff !important;
}

.mdl-color--cyan-A200 {
  background-color: #18ffff !important;
}

.mdl-color-text--cyan-A400 {
  color: #00e5ff !important;
}

.mdl-color--cyan-A400 {
  background-color: #00e5ff !important;
}

.mdl-color-text--cyan-A700 {
  color: #00b8d4 !important;
}

.mdl-color--cyan-A700 {
  background-color: #00b8d4 !important;
}

.mdl-color-text--teal {
  color: #009688 !important;
}

.mdl-color--teal {
  background-color: #009688 !important;
}

.mdl-color-text--teal-50 {
  color: #e0f2f1 !important;
}

.mdl-color--teal-50 {
  background-color: #e0f2f1 !important;
}

.mdl-color-text--teal-100 {
  color: #b2dfdb !important;
}

.mdl-color--teal-100 {
  background-color: #b2dfdb !important;
}

.mdl-color-text--teal-200 {
  color: #80cbc4 !important;
}

.mdl-color--teal-200 {
  background-color: #80cbc4 !important;
}

.mdl-color-text--teal-300 {
  color: #4db6ac !important;
}

.mdl-color--teal-300 {
  background-color: #4db6ac !important;
}

.mdl-color-text--teal-400 {
  color: #26a69a !important;
}

.mdl-color--teal-400 {
  background-color: #26a69a !important;
}

.mdl-color-text--teal-500 {
  color: #009688 !important;
}

.mdl-color--teal-500 {
  background-color: #009688 !important;
}

.mdl-color-text--teal-600 {
  color: #00897b !important;
}

.mdl-color--teal-600 {
  background-color: #00897b !important;
}

.mdl-color-text--teal-700 {
  color: #00796b !important;
}

.mdl-color--teal-700 {
  background-color: #00796b !important;
}

.mdl-color-text--teal-800 {
  color: #00695c !important;
}

.mdl-color--teal-800 {
  background-color: #00695c !important;
}

.mdl-color-text--teal-900 {
  color: #004d40 !important;
}

.mdl-color--teal-900 {
  background-color: #004d40 !important;
}

.mdl-color-text--teal-A100 {
  color: #a7ffeb !important;
}

.mdl-color--teal-A100 {
  background-color: #a7ffeb !important;
}

.mdl-color-text--teal-A200 {
  color: #64ffda !important;
}

.mdl-color--teal-A200 {
  background-color: #64ffda !important;
}

.mdl-color-text--teal-A400 {
  color: #1de9b6 !important;
}

.mdl-color--teal-A400 {
  background-color: #1de9b6 !important;
}

.mdl-color-text--teal-A700 {
  color: #00bfa5 !important;
}

.mdl-color--teal-A700 {
  background-color: #00bfa5 !important;
}

.mdl-color-text--green {
  color: #4caf50 !important;
}

.mdl-color--green {
  background-color: #4caf50 !important;
}

.mdl-color-text--green-50 {
  color: #e8f5e9 !important;
}

.mdl-color--green-50 {
  background-color: #e8f5e9 !important;
}

.mdl-color-text--green-100 {
  color: #c8e6c9 !important;
}

.mdl-color--green-100 {
  background-color: #c8e6c9 !important;
}

.mdl-color-text--green-200 {
  color: #a5d6a7 !important;
}

.mdl-color--green-200 {
  background-color: #a5d6a7 !important;
}

.mdl-color-text--green-300 {
  color: #81c784 !important;
}

.mdl-color--green-300 {
  background-color: #81c784 !important;
}

.mdl-color-text--green-400 {
  color: #66bb6a !important;
}

.mdl-color--green-400 {
  background-color: #66bb6a !important;
}

.mdl-color-text--green-500 {
  color: #4caf50 !important;
}

.mdl-color--green-500 {
  background-color: #4caf50 !important;
}

.mdl-color-text--green-600 {
  color: #43a047 !important;
}

.mdl-color--green-600 {
  background-color: #43a047 !important;
}

.mdl-color-text--green-700 {
  color: #388e3c !important;
}

.mdl-color--green-700 {
  background-color: #388e3c !important;
}

.mdl-color-text--green-800 {
  color: #2e7d32 !important;
}

.mdl-color--green-800 {
  background-color: #2e7d32 !important;
}

.mdl-color-text--green-900 {
  color: #1b5e20 !important;
}

.mdl-color--green-900 {
  background-color: #1b5e20 !important;
}

.mdl-color-text--green-A100 {
  color: #b9f6ca !important;
}

.mdl-color--green-A100 {
  background-color: #b9f6ca !important;
}

.mdl-color-text--green-A200 {
  color: #69f0ae !important;
}

.mdl-color--green-A200 {
  background-color: #69f0ae !important;
}

.mdl-color-text--green-A400 {
  color: #00e676 !important;
}

.mdl-color--green-A400 {
  background-color: #00e676 !important;
}

.mdl-color-text--green-A700 {
  color: #00c853 !important;
}

.mdl-color--green-A700 {
  background-color: #00c853 !important;
}

.mdl-color-text--light-green {
  color: #8bc34a !important;
}

.mdl-color--light-green {
  background-color: #8bc34a !important;
}

.mdl-color-text--light-green-50 {
  color: #f1f8e9 !important;
}

.mdl-color--light-green-50 {
  background-color: #f1f8e9 !important;
}

.mdl-color-text--light-green-100 {
  color: #dcedc8 !important;
}

.mdl-color--light-green-100 {
  background-color: #dcedc8 !important;
}

.mdl-color-text--light-green-200 {
  color: #c5e1a5 !important;
}

.mdl-color--light-green-200 {
  background-color: #c5e1a5 !important;
}

.mdl-color-text--light-green-300 {
  color: #aed581 !important;
}

.mdl-color--light-green-300 {
  background-color: #aed581 !important;
}

.mdl-color-text--light-green-400 {
  color: #9ccc65 !important;
}

.mdl-color--light-green-400 {
  background-color: #9ccc65 !important;
}

.mdl-color-text--light-green-500 {
  color: #8bc34a !important;
}

.mdl-color--light-green-500 {
  background-color: #8bc34a !important;
}

.mdl-color-text--light-green-600 {
  color: #7cb342 !important;
}

.mdl-color--light-green-600 {
  background-color: #7cb342 !important;
}

.mdl-color-text--light-green-700 {
  color: #689f38 !important;
}

.mdl-color--light-green-700 {
  background-color: #689f38 !important;
}

.mdl-color-text--light-green-800 {
  color: #558b2f !important;
}

.mdl-color--light-green-800 {
  background-color: #558b2f !important;
}

.mdl-color-text--light-green-900 {
  color: #33691e !important;
}

.mdl-color--light-green-900 {
  background-color: #33691e !important;
}

.mdl-color-text--light-green-A100 {
  color: #ccff90 !important;
}

.mdl-color--light-green-A100 {
  background-color: #ccff90 !important;
}

.mdl-color-text--light-green-A200 {
  color: #b2ff59 !important;
}

.mdl-color--light-green-A200 {
  background-color: #b2ff59 !important;
}

.mdl-color-text--light-green-A400 {
  color: #76ff03 !important;
}

.mdl-color--light-green-A400 {
  background-color: #76ff03 !important;
}

.mdl-color-text--light-green-A700 {
  color: #64dd17 !important;
}

.mdl-color--light-green-A700 {
  background-color: #64dd17 !important;
}

.mdl-color-text--lime {
  color: #cddc39 !important;
}

.mdl-color--lime {
  background-color: #cddc39 !important;
}

.mdl-color-text--lime-50 {
  color: #f9fbe7 !important;
}

.mdl-color--lime-50 {
  background-color: #f9fbe7 !important;
}

.mdl-color-text--lime-100 {
  color: #f0f4c3 !important;
}

.mdl-color--lime-100 {
  background-color: #f0f4c3 !important;
}

.mdl-color-text--lime-200 {
  color: #e6ee9c !important;
}

.mdl-color--lime-200 {
  background-color: #e6ee9c !important;
}

.mdl-color-text--lime-300 {
  color: #dce775 !important;
}

.mdl-color--lime-300 {
  background-color: #dce775 !important;
}

.mdl-color-text--lime-400 {
  color: #d4e157 !important;
}

.mdl-color--lime-400 {
  background-color: #d4e157 !important;
}

.mdl-color-text--lime-500 {
  color: #cddc39 !important;
}

.mdl-color--lime-500 {
  background-color: #cddc39 !important;
}

.mdl-color-text--lime-600 {
  color: #c0ca33 !important;
}

.mdl-color--lime-600 {
  background-color: #c0ca33 !important;
}

.mdl-color-text--lime-700 {
  color: #afb42b !important;
}

.mdl-color--lime-700 {
  background-color: #afb42b !important;
}

.mdl-color-text--lime-800 {
  color: #9e9d24 !important;
}

.mdl-color--lime-800 {
  background-color: #9e9d24 !important;
}

.mdl-color-text--lime-900 {
  color: #827717 !important;
}

.mdl-color--lime-900 {
  background-color: #827717 !important;
}

.mdl-color-text--lime-A100 {
  color: #f4ff81 !important;
}

.mdl-color--lime-A100 {
  background-color: #f4ff81 !important;
}

.mdl-color-text--lime-A200 {
  color: #eeff41 !important;
}

.mdl-color--lime-A200 {
  background-color: #eeff41 !important;
}

.mdl-color-text--lime-A400 {
  color: #c6ff00 !important;
}

.mdl-color--lime-A400 {
  background-color: #c6ff00 !important;
}

.mdl-color-text--lime-A700 {
  color: #aeea00 !important;
}

.mdl-color--lime-A700 {
  background-color: #aeea00 !important;
}

.mdl-color-text--yellow {
  color: #ffeb3b !important;
}

.mdl-color--yellow {
  background-color: #ffeb3b !important;
}

.mdl-color-text--yellow-50 {
  color: #fffde7 !important;
}

.mdl-color--yellow-50 {
  background-color: #fffde7 !important;
}

.mdl-color-text--yellow-100 {
  color: #fff9c4 !important;
}

.mdl-color--yellow-100 {
  background-color: #fff9c4 !important;
}

.mdl-color-text--yellow-200 {
  color: #fff59d !important;
}

.mdl-color--yellow-200 {
  background-color: #fff59d !important;
}

.mdl-color-text--yellow-300 {
  color: #fff176 !important;
}

.mdl-color--yellow-300 {
  background-color: #fff176 !important;
}

.mdl-color-text--yellow-400 {
  color: #ffee58 !important;
}

.mdl-color--yellow-400 {
  background-color: #ffee58 !important;
}

.mdl-color-text--yellow-500 {
  color: #ffeb3b !important;
}

.mdl-color--yellow-500 {
  background-color: #ffeb3b !important;
}

.mdl-color-text--yellow-600 {
  color: #fdd835 !important;
}

.mdl-color--yellow-600 {
  background-color: #fdd835 !important;
}

.mdl-color-text--yellow-700 {
  color: #fbc02d !important;
}

.mdl-color--yellow-700 {
  background-color: #fbc02d !important;
}

.mdl-color-text--yellow-800 {
  color: #f9a825 !important;
}

.mdl-color--yellow-800 {
  background-color: #f9a825 !important;
}

.mdl-color-text--yellow-900 {
  color: #f57f17 !important;
}

.mdl-color--yellow-900 {
  background-color: #f57f17 !important;
}

.mdl-color-text--yellow-A100 {
  color: #ffff8d !important;
}

.mdl-color--yellow-A100 {
  background-color: #ffff8d !important;
}

.mdl-color-text--yellow-A200 {
  color: #ff0 !important;
}

.mdl-color--yellow-A200 {
  background-color: #ff0 !important;
}

.mdl-color-text--yellow-A400 {
  color: #ffea00 !important;
}

.mdl-color--yellow-A400 {
  background-color: #ffea00 !important;
}

.mdl-color-text--yellow-A700 {
  color: #ffd600 !important;
}

.mdl-color--yellow-A700 {
  background-color: #ffd600 !important;
}

.mdl-color-text--amber {
  color: #ffc107 !important;
}

.mdl-color--amber {
  background-color: #ffc107 !important;
}

.mdl-color-text--amber-50 {
  color: #fff8e1 !important;
}

.mdl-color--amber-50 {
  background-color: #fff8e1 !important;
}

.mdl-color-text--amber-100 {
  color: #ffecb3 !important;
}

.mdl-color--amber-100 {
  background-color: #ffecb3 !important;
}

.mdl-color-text--amber-200 {
  color: #ffe082 !important;
}

.mdl-color--amber-200 {
  background-color: #ffe082 !important;
}

.mdl-color-text--amber-300 {
  color: #ffd54f !important;
}

.mdl-color--amber-300 {
  background-color: #ffd54f !important;
}

.mdl-color-text--amber-400 {
  color: #ffca28 !important;
}

.mdl-color--amber-400 {
  background-color: #ffca28 !important;
}

.mdl-color-text--amber-500 {
  color: #ffc107 !important;
}

.mdl-color--amber-500 {
  background-color: #ffc107 !important;
}

.mdl-color-text--amber-600 {
  color: #ffb300 !important;
}

.mdl-color--amber-600 {
  background-color: #ffb300 !important;
}

.mdl-color-text--amber-700 {
  color: #ffa000 !important;
}

.mdl-color--amber-700 {
  background-color: #ffa000 !important;
}

.mdl-color-text--amber-800 {
  color: #ff8f00 !important;
}

.mdl-color--amber-800 {
  background-color: #ff8f00 !important;
}

.mdl-color-text--amber-900 {
  color: #ff6f00 !important;
}

.mdl-color--amber-900 {
  background-color: #ff6f00 !important;
}

.mdl-color-text--amber-A100 {
  color: #ffe57f !important;
}

.mdl-color--amber-A100 {
  background-color: #ffe57f !important;
}

.mdl-color-text--amber-A200 {
  color: #ffd740 !important;
}

.mdl-color--amber-A200 {
  background-color: #ffd740 !important;
}

.mdl-color-text--amber-A400 {
  color: #ffc400 !important;
}

.mdl-color--amber-A400 {
  background-color: #ffc400 !important;
}

.mdl-color-text--amber-A700 {
  color: #ffab00 !important;
}

.mdl-color--amber-A700 {
  background-color: #ffab00 !important;
}

.mdl-color-text--orange {
  color: #ff9800 !important;
}

.mdl-color--orange {
  background-color: #ff9800 !important;
}

.mdl-color-text--orange-50 {
  color: #fff3e0 !important;
}

.mdl-color--orange-50 {
  background-color: #fff3e0 !important;
}

.mdl-color-text--orange-100 {
  color: #ffe0b2 !important;
}

.mdl-color--orange-100 {
  background-color: #ffe0b2 !important;
}

.mdl-color-text--orange-200 {
  color: #ffcc80 !important;
}

.mdl-color--orange-200 {
  background-color: #ffcc80 !important;
}

.mdl-color-text--orange-300 {
  color: #ffb74d !important;
}

.mdl-color--orange-300 {
  background-color: #ffb74d !important;
}

.mdl-color-text--orange-400 {
  color: #ffa726 !important;
}

.mdl-color--orange-400 {
  background-color: #ffa726 !important;
}

.mdl-color-text--orange-500 {
  color: #ff9800 !important;
}

.mdl-color--orange-500 {
  background-color: #ff9800 !important;
}

.mdl-color-text--orange-600 {
  color: #fb8c00 !important;
}

.mdl-color--orange-600 {
  background-color: #fb8c00 !important;
}

.mdl-color-text--orange-700 {
  color: #f57c00 !important;
}

.mdl-color--orange-700 {
  background-color: #f57c00 !important;
}

.mdl-color-text--orange-800 {
  color: #ef6c00 !important;
}

.mdl-color--orange-800 {
  background-color: #ef6c00 !important;
}

.mdl-color-text--orange-900 {
  color: #e65100 !important;
}

.mdl-color--orange-900 {
  background-color: #e65100 !important;
}

.mdl-color-text--orange-A100 {
  color: #ffd180 !important;
}

.mdl-color--orange-A100 {
  background-color: #ffd180 !important;
}

.mdl-color-text--orange-A200 {
  color: #ffab40 !important;
}

.mdl-color--orange-A200 {
  background-color: #ffab40 !important;
}

.mdl-color-text--orange-A400 {
  color: #ff9100 !important;
}

.mdl-color--orange-A400 {
  background-color: #ff9100 !important;
}

.mdl-color-text--orange-A700 {
  color: #ff6d00 !important;
}

.mdl-color--orange-A700 {
  background-color: #ff6d00 !important;
}

.mdl-color-text--deep-orange {
  color: #ff5722 !important;
}

.mdl-color--deep-orange {
  background-color: #ff5722 !important;
}

.mdl-color-text--deep-orange-50 {
  color: #fbe9e7 !important;
}

.mdl-color--deep-orange-50 {
  background-color: #fbe9e7 !important;
}

.mdl-color-text--deep-orange-100 {
  color: #ffccbc !important;
}

.mdl-color--deep-orange-100 {
  background-color: #ffccbc !important;
}

.mdl-color-text--deep-orange-200 {
  color: #ffab91 !important;
}

.mdl-color--deep-orange-200 {
  background-color: #ffab91 !important;
}

.mdl-color-text--deep-orange-300 {
  color: #ff8a65 !important;
}

.mdl-color--deep-orange-300 {
  background-color: #ff8a65 !important;
}

.mdl-color-text--deep-orange-400 {
  color: #ff7043 !important;
}

.mdl-color--deep-orange-400 {
  background-color: #ff7043 !important;
}

.mdl-color-text--deep-orange-500 {
  color: #ff5722 !important;
}

.mdl-color--deep-orange-500 {
  background-color: #ff5722 !important;
}

.mdl-color-text--deep-orange-600 {
  color: #f4511e !important;
}

.mdl-color--deep-orange-600 {
  background-color: #f4511e !important;
}

.mdl-color-text--deep-orange-700 {
  color: #e64a19 !important;
}

.mdl-color--deep-orange-700 {
  background-color: #e64a19 !important;
}

.mdl-color-text--deep-orange-800 {
  color: #d84315 !important;
}

.mdl-color--deep-orange-800 {
  background-color: #d84315 !important;
}

.mdl-color-text--deep-orange-900 {
  color: #bf360c !important;
}

.mdl-color--deep-orange-900 {
  background-color: #bf360c !important;
}

.mdl-color-text--deep-orange-A100 {
  color: #ff9e80 !important;
}

.mdl-color--deep-orange-A100 {
  background-color: #ff9e80 !important;
}

.mdl-color-text--deep-orange-A200 {
  color: #ff6e40 !important;
}

.mdl-color--deep-orange-A200 {
  background-color: #ff6e40 !important;
}

.mdl-color-text--deep-orange-A400 {
  color: #ff3d00 !important;
}

.mdl-color--deep-orange-A400 {
  background-color: #ff3d00 !important;
}

.mdl-color-text--deep-orange-A700 {
  color: #dd2c00 !important;
}

.mdl-color--deep-orange-A700 {
  background-color: #dd2c00 !important;
}

.mdl-color-text--brown {
  color: #795548 !important;
}

.mdl-color--brown {
  background-color: #795548 !important;
}

.mdl-color-text--brown-50 {
  color: #efebe9 !important;
}

.mdl-color--brown-50 {
  background-color: #efebe9 !important;
}

.mdl-color-text--brown-100 {
  color: #d7ccc8 !important;
}

.mdl-color--brown-100 {
  background-color: #d7ccc8 !important;
}

.mdl-color-text--brown-200 {
  color: #bcaaa4 !important;
}

.mdl-color--brown-200 {
  background-color: #bcaaa4 !important;
}

.mdl-color-text--brown-300 {
  color: #a1887f !important;
}

.mdl-color--brown-300 {
  background-color: #a1887f !important;
}

.mdl-color-text--brown-400 {
  color: #8d6e63 !important;
}

.mdl-color--brown-400 {
  background-color: #8d6e63 !important;
}

.mdl-color-text--brown-500 {
  color: #795548 !important;
}

.mdl-color--brown-500 {
  background-color: #795548 !important;
}

.mdl-color-text--brown-600 {
  color: #6d4c41 !important;
}

.mdl-color--brown-600 {
  background-color: #6d4c41 !important;
}

.mdl-color-text--brown-700 {
  color: #5d4037 !important;
}

.mdl-color--brown-700 {
  background-color: #5d4037 !important;
}

.mdl-color-text--brown-800 {
  color: #4e342e !important;
}

.mdl-color--brown-800 {
  background-color: #4e342e !important;
}

.mdl-color-text--brown-900 {
  color: #3e2723 !important;
}

.mdl-color--brown-900 {
  background-color: #3e2723 !important;
}

.mdl-color-text--grey {
  color: #9e9e9e !important;
}

.mdl-color--grey {
  background-color: #9e9e9e !important;
}

.mdl-color-text--grey-50 {
  color: #fafafa !important;
}

.mdl-color--grey-50 {
  background-color: #fafafa !important;
}

.mdl-color-text--grey-100 {
  color: #f5f5f5 !important;
}

.mdl-color--grey-100 {
  background-color: #f5f5f5 !important;
}

.mdl-color-text--grey-200 {
  color: #eee !important;
}

.mdl-color--grey-200 {
  background-color: #eee !important;
}

.mdl-color-text--grey-300 {
  color: #e0e0e0 !important;
}

.mdl-color--grey-300 {
  background-color: #e0e0e0 !important;
}

.mdl-color-text--grey-400 {
  color: #bdbdbd !important;
}

.mdl-color--grey-400 {
  background-color: #bdbdbd !important;
}

.mdl-color-text--grey-500 {
  color: #9e9e9e !important;
}

.mdl-color--grey-500 {
  background-color: #9e9e9e !important;
}

.mdl-color-text--grey-600 {
  color: #757575 !important;
}

.mdl-color--grey-600 {
  background-color: #757575 !important;
}

.mdl-color-text--grey-700 {
  color: #616161 !important;
}

.mdl-color--grey-700 {
  background-color: #616161 !important;
}

.mdl-color-text--grey-800 {
  color: #424242 !important;
}

.mdl-color--grey-800 {
  background-color: #424242 !important;
}

.mdl-color-text--grey-900 {
  color: #212121 !important;
}

.mdl-color--grey-900 {
  background-color: #212121 !important;
}

.mdl-color-text--blue-grey {
  color: #607d8b !important;
}

.mdl-color--blue-grey {
  background-color: #607d8b !important;
}

.mdl-color-text--blue-grey-50 {
  color: #eceff1 !important;
}

.mdl-color--blue-grey-50 {
  background-color: #eceff1 !important;
}

.mdl-color-text--blue-grey-100 {
  color: #cfd8dc !important;
}

.mdl-color--blue-grey-100 {
  background-color: #cfd8dc !important;
}

.mdl-color-text--blue-grey-200 {
  color: #b0bec5 !important;
}

.mdl-color--blue-grey-200 {
  background-color: #b0bec5 !important;
}

.mdl-color-text--blue-grey-300 {
  color: #90a4ae !important;
}

.mdl-color--blue-grey-300 {
  background-color: #90a4ae !important;
}

.mdl-color-text--blue-grey-400 {
  color: #78909c !important;
}

.mdl-color--blue-grey-400 {
  background-color: #78909c !important;
}

.mdl-color-text--blue-grey-500 {
  color: #607d8b !important;
}

.mdl-color--blue-grey-500 {
  background-color: #607d8b !important;
}

.mdl-color-text--blue-grey-600 {
  color: #546e7a !important;
}

.mdl-color--blue-grey-600 {
  background-color: #546e7a !important;
}

.mdl-color-text--blue-grey-700 {
  color: #455a64 !important;
}

.mdl-color--blue-grey-700 {
  background-color: #455a64 !important;
}

.mdl-color-text--blue-grey-800 {
  color: #37474f !important;
}

.mdl-color--blue-grey-800 {
  background-color: #37474f !important;
}

.mdl-color-text--blue-grey-900 {
  color: #263238 !important;
}

.mdl-color--blue-grey-900 {
  background-color: #263238 !important;
}

.mdl-color--black {
  background-color: #000 !important;
}

.mdl-color-text--black {
  color: #000 !important;
}

.mdl-color--white {
  background-color: #fff !important;
}

.mdl-color-text--white {
  color: #fff !important;
}

.mdl-color--primary {
  background-color: #2962ff !important;
}

.mdl-color--primary-contrast {
  background-color: #fff !important;
}

.mdl-color--primary-dark {
  background-color: #0039cb !important;
}

.mdl-color--accent {
  background-color: #ff2962 !important;
}

.mdl-color--accent-contrast {
  background-color: #fff !important;
}

.mdl-color-text--primary {
  color: #2962ff !important;
}

.mdl-color-text--primary-contrast {
  color: #fff !important;
}

.mdl-color-text--primary-dark {
  color: #0039cb !important;
}

.mdl-color-text--accent {
  color: #ff2962 !important;
}

.mdl-color-text--accent-contrast {
  color: #fff !important;
}

.mdl-ripple {
  background: #000;
  border-radius: 50%;
  height: 50px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 50px;
  overflow: hidden;
}

.mdl-ripple.is-animating {
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
}

.mdl-ripple.is-visible {
  opacity: 0.3;
}

.mdl-animation--default,
.mdl-animation--fast-out-slow-in {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-animation--linear-out-slow-in {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.mdl-animation--fast-out-linear-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.mdl-badge {
  position: relative;
  white-space: nowrap;
  margin-right: 24px;
}

.mdl-badge:not([data-badge]) {
  margin-right: auto;
}

.mdl-badge[data-badge]:after {
  content: attr(data-badge);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: -11px;
  right: -24px;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff2962;
  color: #fff;
}

.mdl-button .mdl-badge[data-badge]:after {
  top: -10px;
  right: -5px;
}

.mdl-badge.mdl-badge--no-background[data-badge]:after {
  color: #ff2962;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 1px gray;
}

.mdl-badge.mdl-badge--overlap {
  margin-right: 10px;
}

.mdl-badge.mdl-badge--overlap:after {
  right: -10px;
}

.mdl-button {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #000;
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

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

.mdl-button:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.mdl-button:focus:not(:active) {
  background-color: rgba(0, 0, 0, 0.12);
}

.mdl-button:active {
  background-color: rgba(158, 158, 158, 0.4);
}

.mdl-button.mdl-button--colored {
  color: #2962ff;
}

.mdl-button.mdl-button--colored:focus:not(:active) {
  background-color: rgba(0, 0, 0, 0.12);
}

input.mdl-button[type=submit] {
  -webkit-appearance: none;
}

.mdl-button--raised {
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-button--raised:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158, 158, 158, 0.4);
}

.mdl-button--raised:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158, 158, 158, 0.4);
}

.mdl-button--raised.mdl-button--colored {
  background: #2962ff;
  color: #fff;
}

.mdl-button--raised.mdl-button--colored:hover {
  background-color: #2962ff;
}

.mdl-button--raised.mdl-button--colored:active {
  background-color: #2962ff;
}

.mdl-button--raised.mdl-button--colored:focus:not(:active) {
  background-color: #2962ff;
}

.mdl-button--raised.mdl-button--colored .mdl-ripple {
  background: #fff;
}

.mdl-button--fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
}

.mdl-button--fab .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}

.mdl-button--fab.mdl-button--mini-fab {
  height: 40px;
  min-width: 40px;
  width: 40px;
}

.mdl-button--fab .mdl-button__ripple-container {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}

.mdl-button--fab:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158, 158, 158, 0.4);
}

.mdl-button--fab:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158, 158, 158, 0.4);
}

.mdl-button--fab.mdl-button--colored {
  background: #ff2962;
  color: #fff;
}

.mdl-button--fab.mdl-button--colored:hover {
  background-color: #ff2962;
}

.mdl-button--fab.mdl-button--colored:focus:not(:active) {
  background-color: #ff2962;
}

.mdl-button--fab.mdl-button--colored:active {
  background-color: #ff2962;
}

.mdl-button--fab.mdl-button--colored .mdl-ripple {
  background: #fff;
}

.mdl-button--icon {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal;
}

.mdl-button--icon .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}

.mdl-button--icon.mdl-button--mini-icon {
  height: 24px;
  min-width: 24px;
  width: 24px;
}

.mdl-button--icon.mdl-button--mini-icon .material-icons {
  top: 0;
  left: 0;
}

.mdl-button--icon .mdl-button__ripple-container {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}

.mdl-button__ripple-container {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple,
.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple {
  background-color: transparent;
}

.mdl-button--primary.mdl-button--primary {
  color: #2962ff;
}

.mdl-button--primary.mdl-button--primary .mdl-ripple {
  background: #fff;
}

.mdl-button--primary.mdl-button--primary.mdl-button--raised,
.mdl-button--primary.mdl-button--primary.mdl-button--fab {
  color: #fff;
  background-color: #2962ff;
}

.mdl-button--accent.mdl-button--accent {
  color: #ff2962;
}

.mdl-button--accent.mdl-button--accent .mdl-ripple {
  background: #fff;
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised,
.mdl-button--accent.mdl-button--accent.mdl-button--fab {
  color: #fff;
  background-color: #ff2962;
}

.mdl-button[disabled][disabled],
.mdl-button.mdl-button--disabled.mdl-button--disabled {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
  background-color: transparent;
}

.mdl-button--fab[disabled][disabled],
.mdl-button--fab.mdl-button--disabled.mdl-button--disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.mdl-button--raised[disabled][disabled],
.mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
}

.mdl-button--colored[disabled][disabled],
.mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mdl-button .material-icons {
  vertical-align: middle;
}

.mdl-card {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  min-height: 200px;
  overflow: hidden;
  width: 330px;
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}

.mdl-card__media {
  background-color: #ff2962;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-origin: padding-box;
  background-attachment: scroll;
  box-sizing: border-box;
}

.mdl-card__title {
  align-items: center;
  color: #000;
  display: block;
  display: flex;
  line-height: normal;
  padding: 16px;
  perspective-origin: 165px 56px;
  transform-origin: 165px 56px;
  box-sizing: border-box;
}

.mdl-card__title.mdl-card--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mdl-card__title-text {
  align-self: flex-end;
  color: inherit;
  display: block;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
  transform-origin: 149px 48px;
  margin: 0;
}

.mdl-card__subtitle-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
}

.mdl-card__supporting-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
  line-height: 18px;
  overflow: hidden;
  padding: 16px;
  width: 90%;
}

.mdl-card__supporting-text.mdl-card--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mdl-card__actions {
  font-size: 16px;
  line-height: normal;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px;
  box-sizing: border-box;
}

.mdl-card__actions.mdl-card--border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mdl-card--expand {
  flex-grow: 1;
}

.mdl-card__menu {
  position: absolute;
  right: 16px;
  top: 16px;
}

.mdl-checkbox {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
}

.mdl-checkbox.is-upgraded {
  padding-left: 24px;
}

.mdl-checkbox__input {
  line-height: 24px;
}

.mdl-checkbox.is-upgraded .mdl-checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.mdl-checkbox__box-outline {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  z-index: 2;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border: 2px solid #2962ff;
}

fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline,
.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
  border: 2px solid rgba(0, 0, 0, 0.26);
  cursor: auto;
}

.mdl-checkbox__focus-helper {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
}

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
  box-shadow: 0 0 0 8px rgba(41, 98, 255, 0.26);
  background-color: rgba(41, 98, 255, 0.26);
}

.mdl-checkbox__tick-outline {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
  mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
  background: 0 0;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-image;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background-color: #2962ff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline,
.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline {
  background-color: rgba(0, 0, 0, 0.26);
}

.mdl-checkbox__label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

fieldset[disabled] .mdl-checkbox .mdl-checkbox__label,
.mdl-checkbox.is-disabled .mdl-checkbox__label {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto;
}

.mdl-checkbox__ripple-container {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -10px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}

.mdl-checkbox__ripple-container .mdl-ripple {
  background: #2962ff;
}

fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
  cursor: auto;
}

fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
  background: 0 0;
}

.mdl-chip {
  height: 32px;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
}

.mdl-chip__text {
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
}

.mdl-chip__action {
  height: 24px;
  width: 24px;
  background: 0 0;
  opacity: 0.54;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 4px;
  font-size: 13px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  outline: none;
}

.mdl-chip__action,
.mdl-chip__contact {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}

.mdl-chip__contact {
  height: 32px;
  width: 32px;
  border-radius: 16px;
  margin-right: 8px;
  font-size: 18px;
  line-height: 32px;
}

.mdl-chip:focus {
  outline: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-chip:active {
  background-color: #d6d6d6;
}

.mdl-chip--deletable {
  padding-right: 4px;
}

.mdl-chip--contact {
  padding-left: 0;
}

.mdl-data-table {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 13px;
  background-color: #fff;
}

.mdl-data-table thead {
  padding-bottom: 3px;
}

.mdl-data-table thead .mdl-data-table__select {
  margin-top: 0;
}

.mdl-data-table tbody tr {
  position: relative;
  height: 48px;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
}

.mdl-data-table tbody tr.is-selected {
  background-color: #e0e0e0;
}

.mdl-data-table tbody tr:hover {
  background-color: #eee;
}

.mdl-data-table td {
  text-align: right;
}

.mdl-data-table th {
  padding: 0 18px 12px 18px;
  text-align: right;
}

.mdl-data-table td:first-of-type,
.mdl-data-table th:first-of-type {
  padding-left: 24px;
}

.mdl-data-table td:last-of-type,
.mdl-data-table th:last-of-type {
  padding-right: 24px;
}

.mdl-data-table td {
  position: relative;
  height: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 18px;
  box-sizing: border-box;
}

.mdl-data-table td,
.mdl-data-table td .mdl-data-table__select {
  vertical-align: middle;
}

.mdl-data-table th {
  position: relative;
  vertical-align: bottom;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  height: 48px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 8px;
  box-sizing: border-box;
}

.mdl-data-table th.mdl-data-table__header--sorted-ascending,
.mdl-data-table th.mdl-data-table__header--sorted-descending {
  color: rgba(0, 0, 0, 0.87);
}

.mdl-data-table th.mdl-data-table__header--sorted-ascending:before,
.mdl-data-table th.mdl-data-table__header--sorted-descending:before {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  content: "\E5D8";
  margin-right: 5px;
  vertical-align: sub;
}

.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover,
.mdl-data-table th.mdl-data-table__header--sorted-descending:hover {
  cursor: pointer;
}

.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover:before,
.mdl-data-table th.mdl-data-table__header--sorted-descending:hover:before {
  color: rgba(0, 0, 0, 0.26);
}

.mdl-data-table th.mdl-data-table__header--sorted-descending:before {
  content: "\E5DB";
}

.mdl-data-table__select {
  width: 16px;
}

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
  text-align: left;
}

.mdl-dialog {
  border: none;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  width: 280px;
}

.mdl-dialog__title {
  padding: 24px 24px 0;
  margin: 0;
  font-size: 2.5rem;
}

.mdl-dialog__actions {
  padding: 8px 8px 8px 24px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.mdl-dialog__actions > * {
  margin-right: 8px;
  height: 36px;
}

.mdl-dialog__actions > *:first-child {
  margin-right: 0;
}

.mdl-dialog__actions--full-width {
  padding: 0 0 8px;
}

.mdl-dialog__actions--full-width > * {
  height: 48px;
  flex: 0 0 auto;
  width: 100%;
  padding-right: 16px;
  margin-right: 0;
  text-align: right;
}

.mdl-dialog__content {
  padding: 20px 24px 24px;
  color: rgba(0, 0, 0, 0.54);
}

.mdl-expansion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.mdl-expansion__summary {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  padding-left: 24px;
  padding-right: 24px;
  height: 48px;
  display: flex;
  outline: none;
}

.mdl-expansion__summary::-webkit-details-marker {
  display: none;
}

.mdl-expansion__summary::after {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "\E313";
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: center;
  transition: transform 200ms, color 200ms;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.38);
}

.mdl-expansion__summary:focus {
  background-color: #eeeeee;
}

.mdl-expansion__summary:focus::after {
  color: rgba(0, 0, 0, 0.54);
}

.mdl-expansion__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 500;
  flex-basis: 30%;
  margin-right: 16px;
}

.mdl-expansion__subheader {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
}

.mdl-expansion__secondary-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 500;
  flex-basis: 30%;
  color: rgba(0, 0, 0, 0.87);
  margin-right: 16px;
}

.mdl-expansion__content {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  padding: 16px 24px;
}

.mdl-expansion__content + .mdl-expansion__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-expansion__actions {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mdl-expansion__action {
  margin-right: 8px;
}

.mdl-expansion[open] .mdl-expansion__summary::after {
  transform: rotate(180deg);
}

.mdl-mega-footer {
  padding: 16px 40px;
  color: #9e9e9e;
  background-color: #424242;
}

.mdl-mega-footer--top-section:after,
.mdl-mega-footer--middle-section:after,
.mdl-mega-footer--bottom-section:after,
.mdl-mega-footer__top-section:after,
.mdl-mega-footer__middle-section:after,
.mdl-mega-footer__bottom-section:after {
  content: "";
  display: block;
  clear: both;
}

.mdl-mega-footer--left-section,
.mdl-mega-footer__left-section,
.mdl-mega-footer--right-section,
.mdl-mega-footer__right-section {
  margin-bottom: 16px;
}

.mdl-mega-footer--right-section a,
.mdl-mega-footer__right-section a {
  display: block;
  margin-bottom: 16px;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 760px) {
  .mdl-mega-footer--left-section,
  .mdl-mega-footer__left-section {
    float: left;
  }

  .mdl-mega-footer--right-section,
  .mdl-mega-footer__right-section {
    float: right;
  }

  .mdl-mega-footer--right-section a,
  .mdl-mega-footer__right-section a {
    display: inline-block;
    margin-left: 16px;
    line-height: 36px;
    vertical-align: middle;
  }
}

.mdl-mega-footer--social-btn,
.mdl-mega-footer__social-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-color: #9e9e9e;
  border: none;
}

.mdl-mega-footer--drop-down-section,
.mdl-mega-footer__drop-down-section {
  display: block;
  position: relative;
}

@media screen and (min-width: 760px) {
  .mdl-mega-footer--drop-down-section,
  .mdl-mega-footer__drop-down-section {
    width: 33%;
  }

  .mdl-mega-footer--drop-down-section:nth-child(1),
  .mdl-mega-footer--drop-down-section:nth-child(2),
  .mdl-mega-footer__drop-down-section:nth-child(1),
  .mdl-mega-footer__drop-down-section:nth-child(2) {
    float: left;
  }

  .mdl-mega-footer--drop-down-section:nth-child(3),
  .mdl-mega-footer__drop-down-section:nth-child(3) {
    float: right;
  }

  .mdl-mega-footer--drop-down-section:nth-child(3):after,
  .mdl-mega-footer__drop-down-section:nth-child(3):after {
    clear: right;
  }

  .mdl-mega-footer--drop-down-section:nth-child(4),
  .mdl-mega-footer__drop-down-section:nth-child(4) {
    clear: right;
    float: right;
  }

  .mdl-mega-footer--middle-section:after,
  .mdl-mega-footer__middle-section:after {
    content: "";
    display: block;
    clear: both;
  }

  .mdl-mega-footer--bottom-section,
  .mdl-mega-footer__bottom-section {
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .mdl-mega-footer--drop-down-section,
  .mdl-mega-footer--drop-down-section:nth-child(3),
  .mdl-mega-footer--drop-down-section:nth-child(4),
  .mdl-mega-footer__drop-down-section,
  .mdl-mega-footer__drop-down-section:nth-child(3),
  .mdl-mega-footer__drop-down-section:nth-child(4) {
    width: 24%;
    float: left;
  }
}

.mdl-mega-footer--heading-checkbox,
.mdl-mega-footer__heading-checkbox {
  position: absolute;
  width: 100%;
  height: 55.8px;
  padding: 32px;
  margin: -16px 0 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.mdl-mega-footer--heading-checkbox + .mdl-mega-footer--heading:after,
.mdl-mega-footer--heading-checkbox + .mdl-mega-footer__heading:after,
.mdl-mega-footer__heading-checkbox + .mdl-mega-footer--heading:after,
.mdl-mega-footer__heading-checkbox + .mdl-mega-footer__heading:after {
  font-family: "Material Icons";
  content: "\E5CE";
}

.mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--link-list,
.mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__link-list,
.mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list,
.mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list,
.mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--link-list,
.mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__link-list,
.mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list,
.mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list {
  display: none;
}

.mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading:after,
.mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading:after,
.mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading:after,
.mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading:after {
  font-family: "Material Icons";
  content: "\E5CF";
}

.mdl-mega-footer--heading,
.mdl-mega-footer__heading {
  position: relative;
  width: 100%;
  padding-right: 39.8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #e0e0e0;
}

.mdl-mega-footer--heading:after,
.mdl-mega-footer__heading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 23.8px;
  height: 23.8px;
  background-size: cover;
}

.mdl-mega-footer--link-list,
.mdl-mega-footer__link-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.mdl-mega-footer--link-list:after,
.mdl-mega-footer__link-list:after {
  clear: both;
  display: block;
  content: "";
}

.mdl-mega-footer--link-list li,
.mdl-mega-footer__link-list li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}

.mdl-mega-footer--link-list a,
.mdl-mega-footer__link-list a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (min-width: 760px) {
  .mdl-mega-footer--heading-checkbox,
  .mdl-mega-footer__heading-checkbox {
    display: none;
  }

  .mdl-mega-footer--heading-checkbox + .mdl-mega-footer--heading:after,
  .mdl-mega-footer--heading-checkbox + .mdl-mega-footer__heading:after,
  .mdl-mega-footer__heading-checkbox + .mdl-mega-footer--heading:after,
  .mdl-mega-footer__heading-checkbox + .mdl-mega-footer__heading:after {
    content: "";
  }

  .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--link-list,
  .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__link-list,
  .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list,
  .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list,
  .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--link-list,
  .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__link-list,
  .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list,
  .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list {
    display: block;
  }

  .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading:after,
  .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading:after,
  .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading:after,
  .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading:after {
    content: "";
  }
}

.mdl-mega-footer--bottom-section,
.mdl-mega-footer__bottom-section {
  padding-top: 16px;
  margin-bottom: 16px;
}

.mdl-logo {
  margin-bottom: 16px;
  color: #fff;
}

.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li,
.mdl-mega-footer__bottom-section .mdl-mega-footer__link-list li {
  float: left;
  margin-bottom: 0;
  margin-right: 16px;
}

@media screen and (min-width: 760px) {
  .mdl-logo {
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.mdl-mini-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 32px 16px;
  color: #9e9e9e;
  background-color: #424242;
}

.mdl-mini-footer:after {
  content: "";
  display: block;
}

.mdl-mini-footer .mdl-logo {
  line-height: 36px;
}

.mdl-mini-footer--link-list,
.mdl-mini-footer__link-list {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mdl-mini-footer--link-list li,
.mdl-mini-footer__link-list li {
  margin-bottom: 0;
  margin-right: 16px;
}

@media screen and (min-width: 760px) {
  .mdl-mini-footer--link-list li,
  .mdl-mini-footer__link-list li {
    line-height: 36px;
  }
}

.mdl-mini-footer--link-list a,
.mdl-mini-footer__link-list a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.mdl-mini-footer--left-section,
.mdl-mini-footer__left-section {
  display: inline-block;
  order: 0;
}

.mdl-mini-footer--right-section,
.mdl-mini-footer__right-section {
  display: inline-block;
  order: 1;
}

.mdl-mini-footer--social-btn,
.mdl-mini-footer__social-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-color: #9e9e9e;
  border: none;
}

.mdl-icon-toggle {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0;
}

.mdl-icon-toggle__input {
  line-height: 32px;
}

.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.mdl-icon-toggle__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 32px;
  width: 32px;
  min-width: 32px;
  color: #616161;
  border-radius: 50%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background-color: transparent;
  will-change: background-color;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-icon-toggle__label.material-icons {
  line-height: 32px;
  font-size: 24px;
}

.mdl-icon-toggle.is-checked .mdl-icon-toggle__label {
  color: #2962ff;
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto;
  transition: none;
}

.mdl-icon-toggle.is-focused .mdl-icon-toggle__label {
  background-color: rgba(0, 0, 0, 0.12);
}

.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label {
  background-color: rgba(41, 98, 255, 0.26);
}

.mdl-icon-toggle__ripple-container {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -2px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}

.mdl-icon-toggle__ripple-container .mdl-ripple {
  background: #616161;
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container {
  cursor: auto;
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple {
  background: 0 0;
}

.mdl-list {
  display: block;
  padding: 8px 0;
  list-style: none;
}

.mdl-list__item {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  min-height: 48px;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 16px;
  cursor: default;
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
}

.mdl-list__item,
.mdl-list__item .mdl-list__item-primary-content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.mdl-list__item .mdl-list__item-primary-content {
  order: 0;
  flex-grow: 2;
  text-decoration: none;
}

.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-icon {
  margin-right: 32px;
}

.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-avatar {
  margin-right: 16px;
}

.mdl-list__item .mdl-list__item-secondary-content {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin-left: 16px;
}

.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-action label {
  display: inline;
}

.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.54);
}

.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-sub-header {
  padding: 0 0 0 16px;
}

.mdl-list__item-icon,
.mdl-list__item-icon.material-icons {
  height: 24px;
  width: 24px;
  font-size: 24px;
  box-sizing: border-box;
  color: #757575;
}

.mdl-list__item-avatar,
.mdl-list__item-avatar.material-icons {
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #757575;
  font-size: 40px;
  color: #fff;
}

.mdl-list__item--two-line {
  height: 72px;
}

.mdl-list__item--two-line .mdl-list__item-primary-content {
  height: 36px;
  line-height: 20px;
  display: block;
}

.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-avatar {
  float: left;
}

.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-icon {
  float: left;
  margin-top: 6px;
}

.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-secondary-content {
  height: 36px;
}

.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  padding: 0;
}

.mdl-list__item--three-line {
  height: 88px;
}

.mdl-list__item--three-line .mdl-list__item-primary-content {
  height: 52px;
  line-height: 20px;
  display: block;
}

.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-avatar,
.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-icon {
  float: left;
}

.mdl-list__item--three-line .mdl-list__item-secondary-content {
  height: 52px;
}

.mdl-list__item--three-line .mdl-list__item-text-body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  height: 52px;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  padding: 0;
}

.mdl-menu__container {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  overflow: visible;
  height: 0;
  width: 0;
  visibility: hidden;
  z-index: -1;
}

.mdl-menu__container.is-visible,
.mdl-menu__container.is-animating {
  z-index: 999;
  visibility: visible;
}

.mdl-menu__outline {
  display: block;
  background: #fff;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.mdl-menu__container.is-visible .mdl-menu__outline {
  opacity: 1;
  transform: scale(1);
  z-index: 999;
}

.mdl-menu__outline.mdl-menu--bottom-right {
  transform-origin: 100% 0;
}

.mdl-menu__outline.mdl-menu--top-left {
  transform-origin: 0 100%;
}

.mdl-menu__outline.mdl-menu--top-right {
  transform-origin: 100% 100%;
}

.mdl-menu {
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 124px;
  padding: 8px 0;
  margin: 0;
  opacity: 0;
  clip: rect(0 0 0 0);
  z-index: -1;
}

.mdl-menu__container.is-visible .mdl-menu {
  opacity: 1;
  z-index: 999;
}

.mdl-menu.is-animating {
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-menu.mdl-menu--bottom-right {
  left: auto;
  right: 0;
}

.mdl-menu.mdl-menu--top-left {
  top: auto;
  bottom: 0;
}

.mdl-menu.mdl-menu--top-right {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.mdl-menu.mdl-menu--unaligned {
  top: auto;
  left: auto;
}

.mdl-menu__item {
  display: block;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 16px;
  outline-color: #bdbdbd;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mdl-menu__container.is-visible .mdl-menu__item {
  opacity: 1;
}

.mdl-menu__item::-moz-focus-inner {
  border: 0;
}

.mdl-menu__item--full-bleed-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-menu__item[disabled],
.mdl-menu__item[data-mdl-disabled] {
  color: #bdbdbd;
  background-color: transparent;
  cursor: auto;
}

.mdl-menu__item[disabled]:hover,
.mdl-menu__item[data-mdl-disabled]:hover {
  background-color: transparent;
}

.mdl-menu__item[disabled]:focus,
.mdl-menu__item[data-mdl-disabled]:focus {
  background-color: transparent;
}

.mdl-menu__item[disabled] .mdl-ripple,
.mdl-menu__item[data-mdl-disabled] .mdl-ripple {
  background: 0 0;
}

.mdl-menu__item:hover {
  background-color: #eee;
}

.mdl-menu__item:focus {
  outline: none;
  background-color: #eee;
}

.mdl-menu__item:active {
  background-color: #e0e0e0;
}

.mdl-menu__item--ripple-container {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.mdl-progress {
  display: block;
  position: relative;
  height: 4px;
  width: 500px;
  max-width: 100%;
}

.mdl-progress > .bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-progress > .progressbar {
  background-color: #2962ff;
  z-index: 1;
  left: 0;
}

.mdl-progress > .bufferbar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #2962ff, #2962ff);
  z-index: 0;
  left: 0;
}

.mdl-progress > .auxbar {
  right: 0;
}

@supports (-webkit-appearance: none) {
  .mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate) > .auxbar,
  .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #2962ff, #2962ff);
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
  }
}

.mdl-progress:not(.mdl-progress--indeterminate) > .auxbar,
.mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(to right, #2962ff, #2962ff);
}

.mdl-progress.mdl-progress--indeterminate > .bar1,
.mdl-progress.mdl-progress__indeterminate > .bar1 {
  -webkit-animation-name: indeterminate1;
  animation-name: indeterminate1;
}

.mdl-progress.mdl-progress--indeterminate > .bar1,
.mdl-progress.mdl-progress__indeterminate > .bar1,
.mdl-progress.mdl-progress--indeterminate > .bar3,
.mdl-progress.mdl-progress__indeterminate > .bar3 {
  background-color: #2962ff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.mdl-progress.mdl-progress--indeterminate > .bar3,
.mdl-progress.mdl-progress__indeterminate > .bar3 {
  background-image: none;
  -webkit-animation-name: indeterminate2;
  animation-name: indeterminate2;
}

@-webkit-keyframes indeterminate1 {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 25%;
    width: 75%;
  }

  75% {
    left: 100%;
    width: 0%;
  }
}

@keyframes indeterminate1 {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 25%;
    width: 75%;
  }

  75% {
    left: 100%;
    width: 0%;
  }
}

@-webkit-keyframes indeterminate2 {
  0%, 50% {
    left: 0%;
    width: 0%;
  }

  75% {
    left: 0%;
    width: 25%;
  }

  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes indeterminate2 {
  0%, 50% {
    left: 0%;
    width: 0%;
  }

  75% {
    left: 0%;
    width: 25%;
  }

  100% {
    left: 100%;
    width: 0%;
  }
}

.mdl-navigation {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.mdl-navigation__link {
  color: #424242;
  text-decoration: none;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87;
}

.mdl-navigation__link .material-icons {
  vertical-align: middle;
}

.mdl-layout {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.mdl-layout.is-small-screen .mdl-layout--large-screen-only {
  display: none;
}

.mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only {
  display: none;
}

.mdl-layout__container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mdl-layout__title,
.mdl-layout-title {
  display: block;
  position: relative;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  box-sizing: border-box;
}

.mdl-layout-spacer {
  flex-grow: 1;
}

.mdl-layout__drawer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 240px;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  background: #fafafa;
  transform: translateX(-250px);
  transform-style: preserve-3d;
  will-change: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform;
  color: #424242;
  overflow: visible;
  overflow-y: auto;
  z-index: 5;
}

.mdl-layout__drawer.is-visible {
  transform: translateX(0);
}

.mdl-layout__drawer.is-visible ~ .mdl-layout__content.mdl-layout__content {
  overflow: hidden;
}

.mdl-layout__drawer > * {
  flex-shrink: 0;
}

.mdl-layout__drawer > .mdl-layout__title,
.mdl-layout__drawer > .mdl-layout-title {
  line-height: 64px;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__drawer > .mdl-layout__title,
  .mdl-layout__drawer > .mdl-layout-title {
    line-height: 56px;
    padding-left: 16px;
  }
}

.mdl-layout__drawer .mdl-navigation {
  flex-direction: column;
  align-items: stretch;
  padding-top: 16px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  display: block;
  flex-shrink: 0;
  padding: 16px 40px;
  margin: 0;
  color: #757575;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    padding: 16px;
  }
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
  background-color: #e0e0e0;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
  background-color: #e0e0e0;
  color: #000;
}

@media screen and (min-width: 1025px) {
  .mdl-layout--fixed-drawer > .mdl-layout__drawer {
    transform: translateX(0);
  }
}

.mdl-layout__drawer-button {
  display: block;
  position: absolute;
  height: 48px;
  width: 48px;
  border: 0;
  flex-shrink: 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  line-height: 56px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 8px 12px;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 4;
}

.mdl-layout__header .mdl-layout__drawer-button {
  position: absolute;
  color: #fff;
  background-color: inherit;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header .mdl-layout__drawer-button {
    margin: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .mdl-layout__drawer-button {
    margin: 4px;
    color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 1025px) {
  .mdl-layout__drawer-button {
    line-height: 54px;
  }

  .mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button,
  .mdl-layout--fixed-drawer > .mdl-layout__drawer-button,
  .mdl-layout--no-drawer-button .mdl-layout__drawer-button {
    display: none;
  }
}

.mdl-layout__header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  min-height: 64px;
  max-height: 1000px;
  z-index: 3;
  background-color: #2962ff;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: max-height, box-shadow;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header {
    min-height: 56px;
  }
}

.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen) > .mdl-layout__header {
  margin-left: 240px;
  width: calc(100% - 240px);
}

@media screen and (min-width: 1025px) {
  .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
    padding-left: 40px;
  }
}

.mdl-layout__header > .mdl-layout-icon {
  position: absolute;
  left: 40px;
  top: 16px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  z-index: 3;
  display: block;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header > .mdl-layout-icon {
    left: 16px;
    top: 12px;
  }
}

.mdl-layout.has-drawer .mdl-layout__header > .mdl-layout-icon {
  display: none;
}

.mdl-layout__header.is-compact {
  max-height: 64px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header.is-compact {
    max-height: 56px;
  }
}

.mdl-layout__header.is-compact.has-tabs {
  height: 112px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header.is-compact.has-tabs {
    min-height: 104px;
  }
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header {
    display: none;
  }

  .mdl-layout--fixed-header > .mdl-layout__header {
    display: flex;
  }
}

.mdl-layout__header--transparent.mdl-layout__header--transparent {
  background-color: transparent;
  box-shadow: none;
}

.mdl-layout__header--seamed,
.mdl-layout__header--scroll {
  box-shadow: none;
}

.mdl-layout__header--waterfall {
  box-shadow: none;
  overflow: hidden;
}

.mdl-layout__header--waterfall.is-casting-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-layout__header--waterfall.mdl-layout__header--waterfall-hide-top {
  justify-content: flex-end;
}

.mdl-layout__header-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  box-sizing: border-box;
  align-self: stretch;
  align-items: center;
  height: 64px;
  margin: 0;
  padding: 0 40px 0 80px;
}

.mdl-layout--no-drawer-button .mdl-layout__header-row {
  padding-left: 40px;
}

@media screen and (min-width: 1025px) {
  .mdl-layout--no-desktop-drawer-button .mdl-layout__header-row {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header-row {
    height: 56px;
    padding: 0 16px 0 72px;
  }

  .mdl-layout--no-drawer-button .mdl-layout__header-row {
    padding-left: 16px;
  }
}

.mdl-layout__header-row > * {
  flex-shrink: 0;
}

.mdl-layout__header--scroll .mdl-layout__header-row {
  width: 100%;
}

.mdl-layout__header-row .mdl-navigation {
  margin: 0;
  padding: 0;
  height: 64px;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header-row .mdl-navigation {
    height: 56px;
  }
}

.mdl-layout__header-row .mdl-navigation__link {
  display: block;
  color: #fff;
  line-height: 64px;
  padding: 0 24px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header-row .mdl-navigation__link {
    line-height: 56px;
    padding: 0 16px;
  }
}

.mdl-layout__obfuscator {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-layout__obfuscator.is-visible {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

@supports (pointer-events: auto) {
  .mdl-layout__obfuscator {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition-property: opacity;
    visibility: visible;
    pointer-events: none;
  }

  .mdl-layout__obfuscator.is-visible {
    pointer-events: auto;
    opacity: 1;
  }
}

.mdl-layout__content {
  -ms-flex: 0 1 auto;
  position: relative;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.mdl-layout--fixed-drawer > .mdl-layout__content {
  margin-left: 240px;
}

.mdl-layout__container.has-scrolling-header .mdl-layout__content {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .mdl-layout--fixed-drawer > .mdl-layout__content {
    margin-left: 0;
  }

  .mdl-layout__container.has-scrolling-header .mdl-layout__content {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.mdl-layout__tab-bar {
  height: 96px;
  margin: 0;
  width: calc(100% - 112px);
  padding: 0 0 0 56px;
  display: flex;
  background-color: #2962ff;
  overflow-y: hidden;
  overflow-x: scroll;
}

.mdl-layout__tab-bar::-webkit-scrollbar {
  display: none;
}

.mdl-layout--no-drawer-button .mdl-layout__tab-bar {
  padding-left: 16px;
  width: calc(100% - 32px);
}

@media screen and (min-width: 1025px) {
  .mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar {
    padding-left: 16px;
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 1024px) {
  .mdl-layout__tab-bar {
    width: calc(100% - 60px);
    padding: 0 0 0 60px;
  }

  .mdl-layout--no-drawer-button .mdl-layout__tab-bar {
    width: calc(100% - 8px);
    padding-left: 4px;
  }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar {
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.mdl-layout__tab-bar-container {
  position: relative;
  height: 48px;
  width: 100%;
  border: none;
  margin: 0;
  z-index: 2;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.mdl-layout__container > .mdl-layout__tab-bar-container {
  position: absolute;
  top: 0;
  left: 0;
}

.mdl-layout__tab-bar-button {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 48px;
  width: 56px;
  z-index: 4;
  text-align: center;
  background-color: #2962ff;
  color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button,
.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button {
  width: 16px;
}

.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button .material-icons,
.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button .material-icons {
  position: relative;
  left: -4px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__tab-bar-button {
    width: 60px;
  }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button {
  display: none;
}

.mdl-layout__tab-bar-button .material-icons {
  line-height: 48px;
}

.mdl-layout__tab-bar-button.is-active {
  color: #fff;
}

.mdl-layout__tab-bar-left-button {
  left: 0;
}

.mdl-layout__tab-bar-right-button {
  right: 0;
}

.mdl-layout__tab {
  margin: 0;
  border: none;
  padding: 0 24px;
  float: left;
  position: relative;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__tab {
    padding: 0 12px;
  }
}

.mdl-layout--fixed-tabs .mdl-layout__tab {
  float: none;
  flex-grow: 1;
  padding: 0;
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
  color: #fff;
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: #ff2962;
  -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) alternate forwards;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) alternate forwards;
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.mdl-layout__tab .mdl-layout__tab-ripple-container {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple {
  background-color: #fff;
}

.mdl-layout__tab-panel {
  display: block;
}

.mdl-layout.is-upgraded .mdl-layout__tab-panel {
  display: none;
}

.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active {
  display: block;
}

.mdl-radio {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  height: 24px;
  margin: 0;
  padding-left: 0;
}

.mdl-radio.is-upgraded {
  padding-left: 24px;
}

.mdl-radio__button {
  line-height: 24px;
}

.mdl-radio.is-upgraded .mdl-radio__button {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.mdl-radio__outer-circle {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  z-index: 2;
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
  border: 2px solid #2962ff;
}

.mdl-radio__outer-circle fieldset[disabled] .mdl-radio,
.mdl-radio.is-disabled .mdl-radio__outer-circle {
  border: 2px solid rgba(0, 0, 0, 0.26);
  cursor: auto;
}

.mdl-radio__inner-circle {
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 8px;
  left: 4px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform;
  transform: scale(0, 0);
  border-radius: 50%;
  background: #2962ff;
}

.mdl-radio.is-checked .mdl-radio__inner-circle {
  transform: scale(1, 1);
}

fieldset[disabled] .mdl-radio .mdl-radio__inner-circle,
.mdl-radio.is-disabled .mdl-radio__inner-circle {
  background: rgba(0, 0, 0, 0.26);
  cursor: auto;
}

.mdl-radio.is-focused .mdl-radio__inner-circle {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

.mdl-radio__label {
  cursor: pointer;
}

fieldset[disabled] .mdl-radio .mdl-radio__label,
.mdl-radio.is-disabled .mdl-radio__label {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto;
}

.mdl-radio__ripple-container {
  position: absolute;
  z-index: 2;
  top: -9px;
  left: -13px;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}

.mdl-radio__ripple-container .mdl-ripple {
  background: #2962ff;
}

fieldset[disabled] .mdl-radio .mdl-radio__ripple-container,
.mdl-radio.is-disabled .mdl-radio__ripple-container {
  cursor: auto;
}

fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple,
.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple {
  background: 0 0;
}

_:-ms-input-placeholder,
:root .mdl-slider.mdl-slider.is-upgraded {
  -ms-appearance: none;
  height: 32px;
  margin: 0;
}

.mdl-slider {
  width: calc(100% - 40px);
  margin: 0 20px;
}

.mdl-slider.is-upgraded {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2px;
  background: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  padding: 0;
  color: #2962ff;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 1;
  cursor: pointer;
}

.mdl-slider.is-upgraded::-moz-focus-outer {
  border: 0;
}

.mdl-slider.is-upgraded::-ms-tooltip {
  display: none;
}

.mdl-slider.is-upgraded::-webkit-slider-runnable-track {
  background: 0 0;
}

.mdl-slider.is-upgraded::-moz-range-track {
  background: 0 0;
  border: none;
}

.mdl-slider.is-upgraded::-ms-track {
  background: 0 0;
  color: transparent;
  height: 2px;
  width: 100%;
  border: none;
}

.mdl-slider.is-upgraded::-ms-fill-lower {
  padding: 0;
  background: linear-gradient(to right, transparent, transparent 16px, #2962ff 16px, #2962ff 0);
}

.mdl-slider.is-upgraded::-ms-fill-upper {
  padding: 0;
  background: linear-gradient(to left, transparent, transparent 16px, rgba(0, 0, 0, 0.26) 16px, rgba(0, 0, 0, 0.26) 0);
}

.mdl-slider.is-upgraded::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #2962ff;
  border: none;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-slider.is-upgraded::-moz-range-thumb {
  -moz-appearance: none;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background-image: none;
  background: #2962ff;
  border: none;
}

.mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(41, 98, 255, 0.26);
}

.mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(41, 98, 255, 0.26);
}

.mdl-slider.is-upgraded:active::-webkit-slider-thumb {
  background-image: none;
  background: #2962ff;
  transform: scale(1.5);
}

.mdl-slider.is-upgraded:active::-moz-range-thumb {
  background-image: none;
  background: #2962ff;
  transform: scale(1.5);
}

.mdl-slider.is-upgraded::-ms-thumb {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #2962ff;
  transform: scale(0.375);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb {
  background: radial-gradient(circle closest-side, #2962ff 0%, #2962ff 37.5%, rgba(41, 98, 255, 0.26) 37.5%, rgba(41, 98, 255, 0.26) 100%);
  transform: scale(1);
}

.mdl-slider.is-upgraded:active::-ms-thumb {
  background: #2962ff;
  transform: scale(0.5625);
}

.mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
  border: 2px solid rgba(0, 0, 0, 0.26);
  background: 0 0;
}

.mdl-slider.is-upgraded.is-lowest-value::-moz-range-thumb {
  border: 2px solid rgba(0, 0, 0, 0.26);
  background: 0 0;
}

.mdl-slider.is-upgraded.is-lowest-value + .mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 6px;
}

.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.12);
}

.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.12);
}

.mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb {
  border: 1.6px solid rgba(0, 0, 0, 0.26);
  transform: scale(1.5);
}

.mdl-slider.is-upgraded.is-lowest-value:active + .mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 9px;
}

.mdl-slider.is-upgraded.is-lowest-value:active::-moz-range-thumb {
  border: 1.5px solid rgba(0, 0, 0, 0.26);
  transform: scale(1.5);
}

.mdl-slider.is-upgraded.is-lowest-value::-ms-thumb {
  background: radial-gradient(circle closest-side, transparent 0%, transparent 66.67%, rgba(0, 0, 0, 0.26) 66.67%, rgba(0, 0, 0, 0.26) 100%);
}

.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-thumb {
  background: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.26) 25%, rgba(0, 0, 0, 0.26) 37.5%, rgba(0, 0, 0, 0.12) 37.5%, rgba(0, 0, 0, 0.12) 100%);
  transform: scale(1);
}

.mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb {
  transform: scale(0.5625);
  background: radial-gradient(circle closest-side, transparent 0%, transparent 77.78%, rgba(0, 0, 0, 0.26) 77.78%, rgba(0, 0, 0, 0.26) 100%);
}

.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower {
  background: 0 0;
}

.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper {
  margin-left: 6px;
}

.mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper {
  margin-left: 9px;
}

.mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb,
.mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb,
.mdl-slider.is-upgraded:disabled::-webkit-slider-thumb {
  transform: scale(0.667);
  background: rgba(0, 0, 0, 0.26);
}

.mdl-slider.is-upgraded:disabled:focus::-moz-range-thumb,
.mdl-slider.is-upgraded:disabled:active::-moz-range-thumb,
.mdl-slider.is-upgraded:disabled::-moz-range-thumb {
  transform: scale(0.667);
  background: rgba(0, 0, 0, 0.26);
}

.mdl-slider.is-upgraded:disabled + .mdl-slider__background-flex > .mdl-slider__background-lower {
  background-color: rgba(0, 0, 0, 0.26);
  left: -6px;
}

.mdl-slider.is-upgraded:disabled + .mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 6px;
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb {
  border: 3px solid rgba(0, 0, 0, 0.26);
  background: 0 0;
  transform: scale(0.667);
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-moz-range-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-moz-range-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled::-moz-range-thumb {
  border: 3px solid rgba(0, 0, 0, 0.26);
  background: 0 0;
  transform: scale(0.667);
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:active + .mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 6px;
}

.mdl-slider.is-upgraded:disabled:focus::-ms-thumb,
.mdl-slider.is-upgraded:disabled:active::-ms-thumb,
.mdl-slider.is-upgraded:disabled::-ms-thumb {
  transform: scale(0.25);
  background: rgba(0, 0, 0, 0.26);
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb {
  transform: scale(0.25);
  background: radial-gradient(circle closest-side, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.26) 50%, rgba(0, 0, 0, 0.26) 100%);
}

.mdl-slider.is-upgraded:disabled::-ms-fill-lower {
  margin-right: 6px;
  background: linear-gradient(to right, transparent, transparent 25px, rgba(0, 0, 0, 0.26) 25px, rgba(0, 0, 0, 0.26) 0);
}

.mdl-slider.is-upgraded:disabled::-ms-fill-upper {
  margin-left: 6px;
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper {
  margin-left: 6px;
}

.mdl-slider__ie-container {
  height: 18px;
  overflow: visible;
  border: none;
  margin: none;
  padding: none;
}

.mdl-slider__container {
  height: 18px;
  position: relative;
  flex-direction: row;
}

.mdl-slider__container,
.mdl-slider__background-flex {
  background: 0 0;
  display: flex;
}

.mdl-slider__background-flex {
  position: absolute;
  height: 2px;
  width: calc(100% - 52px);
  top: 50%;
  left: 0;
  margin: 0 26px;
  overflow: hidden;
  border: 0;
  padding: 0;
  transform: translate(0, -1px);
}

.mdl-slider__background-lower {
  background: #2962ff;
}

.mdl-slider__background-lower,
.mdl-slider__background-upper {
  flex: 0;
  position: relative;
  border: 0;
  padding: 0;
}

.mdl-slider__background-upper {
  background: rgba(0, 0, 0, 0.26);
  transition: left 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-snackbar {
  position: fixed;
  bottom: 0;
  left: 50%;
  cursor: default;
  background-color: #323232;
  z-index: 3;
  display: block;
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  will-change: transform;
  transform: translate(0, 80px);
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
}

@media (max-width: 479px) {
  .mdl-snackbar {
    width: 100%;
    left: 0;
    min-height: 48px;
    max-height: 80px;
  }
}

@media (min-width: 480px) {
  .mdl-snackbar {
    min-width: 288px;
    max-width: 568px;
    border-radius: 2px;
    transform: translate(-50%, 80px);
  }
}

.mdl-snackbar--active {
  transform: translate(0, 0);
  pointer-events: auto;
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 480px) {
  .mdl-snackbar--active {
    transform: translate(-50%, 0);
  }
}

.mdl-snackbar__text {
  padding: 14px 12px 14px 24px;
  vertical-align: middle;
  color: #fff;
  float: left;
}

.mdl-snackbar__action {
  background: 0 0;
  border: none;
  color: #ff2962;
  float: right;
  padding: 14px 24px 14px 12px;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  outline: none;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.mdl-snackbar__action::-moz-focus-inner {
  border: 0;
}

.mdl-snackbar__action:not([aria-hidden]) {
  opacity: 1;
  pointer-events: auto;
}

.mdl-spinner {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}

.mdl-spinner:not(.is-upgraded).is-active:after {
  content: "Loading...";
}

.mdl-spinner.is-upgraded.is-active {
  -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
  animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
}

@-webkit-keyframes mdl-spinner__container-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes mdl-spinner__container-rotate {
  to {
    transform: rotate(360deg);
  }
}

.mdl-spinner__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.mdl-spinner__layer-1 {
  border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1 {
  border-color: #2962ff;
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdl-spinner__layer-2 {
  border-color: #f44336;
}

.mdl-spinner--single-color .mdl-spinner__layer-2 {
  border-color: #2962ff;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdl-spinner__layer-3 {
  border-color: #fdd835;
}

.mdl-spinner--single-color .mdl-spinner__layer-3 {
  border-color: #2962ff;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdl-spinner__layer-4 {
  border-color: #4caf50;
}

.mdl-spinner--single-color .mdl-spinner__layer-4 {
  border-color: #2962ff;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(270deg);
  }

  37.5% {
    transform: rotate(405deg);
  }

  50% {
    transform: rotate(540deg);
  }

  62.5% {
    transform: rotate(675deg);
  }

  75% {
    transform: rotate(810deg);
  }

  87.5% {
    transform: rotate(945deg);
  }

  to {
    transform: rotate(1080deg);
  }
}

@keyframes mdl-spinner__fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(270deg);
  }

  37.5% {
    transform: rotate(405deg);
  }

  50% {
    transform: rotate(540deg);
  }

  62.5% {
    transform: rotate(675deg);
  }

  75% {
    transform: rotate(810deg);
  }

  87.5% {
    transform: rotate(945deg);
  }

  to {
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
  from, 25% {
    opacity: 0.99;
  }

  26%, 89% {
    opacity: 0;
  }

  90%, 100% {
    opacity: 0.99;
  }
}

@keyframes mdl-spinner__layer-1-fade-in-out {
  from, 25% {
    opacity: 0.99;
  }

  26%, 89% {
    opacity: 0;
  }

  90%, 100% {
    opacity: 0.99;
  }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
  from, 15% {
    opacity: 0;
  }

  25%, 50% {
    opacity: 0.99;
  }

  51% {
    opacity: 0;
  }
}

@keyframes mdl-spinner__layer-2-fade-in-out {
  from, 15% {
    opacity: 0;
  }

  25%, 50% {
    opacity: 0.99;
  }

  51% {
    opacity: 0;
  }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
  from, 40% {
    opacity: 0;
  }

  50%, 75% {
    opacity: 0.99;
  }

  76% {
    opacity: 0;
  }
}

@keyframes mdl-spinner__layer-3-fade-in-out {
  from, 40% {
    opacity: 0;
  }

  50%, 75% {
    opacity: 0.99;
  }

  76% {
    opacity: 0;
  }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
  from, 65% {
    opacity: 0;
  }

  75%, 90% {
    opacity: 0.99;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mdl-spinner__layer-4-fade-in-out {
  from, 65% {
    opacity: 0;
  }

  75%, 90% {
    opacity: 0.99;
  }

  100% {
    opacity: 0;
  }
}

.mdl-spinner__gap-patch {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.mdl-spinner__gap-patch .mdl-spinner__circle {
  width: 1000%;
  left: -450%;
}

.mdl-spinner__circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.mdl-spinner__circle-clipper.mdl-spinner__left {
  float: left;
}

.mdl-spinner__circle-clipper.mdl-spinner__right {
  float: right;
}

.mdl-spinner__circle-clipper .mdl-spinner__circle {
  width: 200%;
}

.mdl-spinner__circle {
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
  -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
  -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes mdl-spinner__left-spin {
  from {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(130deg);
  }
}

@keyframes mdl-spinner__left-spin {
  from {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(130deg);
  }
}

@-webkit-keyframes mdl-spinner__right-spin {
  from {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }

  to {
    transform: rotate(-130deg);
  }
}

@keyframes mdl-spinner__right-spin {
  from {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }

  to {
    transform: rotate(-130deg);
  }
}

.mdl-switch {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  overflow: visible;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mdl-switch.is-upgraded {
  padding-left: 28px;
}

.mdl-switch__input {
  line-height: 24px;
}

.mdl-switch.is-upgraded .mdl-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.mdl-switch__track {
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 36px;
  border-radius: 14px;
  cursor: pointer;
}

.mdl-switch.is-checked .mdl-switch__track {
  background: rgba(41, 98, 255, 0.5);
}

.mdl-switch__track fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__track {
  background: rgba(0, 0, 0, 0.12);
  cursor: auto;
}

.mdl-switch__thumb {
  background: #fafafa;
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: left;
}

.mdl-switch.is-checked .mdl-switch__thumb {
  background: #2962ff;
  left: 16px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mdl-switch__thumb fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__thumb {
  background: #bdbdbd;
  cursor: auto;
}

.mdl-switch__focus-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-4px, -4px);
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
  box-shadow: 0 0 0 20px rgba(41, 98, 255, 0.26);
  background-color: rgba(41, 98, 255, 0.26);
}

.mdl-switch__label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  left: 24px;
}

.mdl-switch__label fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__label {
  color: #bdbdbd;
  cursor: auto;
}

.mdl-switch__ripple-container {
  position: absolute;
  z-index: 2;
  top: -12px;
  left: -14px;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
  transition-duration: 0.4s;
  transition-timing-function: step-end;
  transition-property: left;
}

.mdl-switch__ripple-container .mdl-ripple {
  background: #2962ff;
}

.mdl-switch__ripple-container fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__ripple-container {
  cursor: auto;
}

fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple,
.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple {
  background: 0 0;
}

.mdl-switch.is-checked .mdl-switch__ripple-container {
  left: 2px;
}

.mdl-tabs {
  display: block;
  width: 100%;
}

.mdl-tabs__tab-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: space-between;
  align-items: flex-start;
  height: 48px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.mdl-tabs__tab {
  margin: 0;
  border: none;
  padding: 0 24px;
  float: left;
  position: relative;
  display: block;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  overflow: hidden;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: rgba(0, 0, 0, 0.87);
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: #2962ff;
  -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) alternate forwards;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) alternate forwards;
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.mdl-tabs__tab .mdl-tabs__ripple-container {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
  background: #2962ff;
}

.mdl-tabs__panel {
  display: block;
}

.mdl-tabs.is-upgraded .mdl-tabs__panel {
  display: none;
}

.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
  display: block;
}

@-webkit-keyframes border-expand {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes border-expand {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

.mdl-textfield {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
}

.mdl-textfield .mdl-button {
  position: absolute;
  bottom: 20px;
}

.mdl-textfield--align-right {
  text-align: right;
}

.mdl-textfield--full-width {
  width: 100%;
}

.mdl-textfield--expandable {
  min-width: 32px;
  width: auto;
  min-height: 32px;
}

.mdl-textfield--expandable .mdl-button--icon {
  top: 16px;
}

.mdl-textfield__input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  font-size: 16px;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
}

.mdl-textfield__input[type=number] {
  -moz-appearance: textfield;
}

.mdl-textfield__input[type=number]::-webkit-inner-spin-button,
.mdl-textfield__input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mdl-textfield.is-focused .mdl-textfield__input {
  outline: none;
}

.mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: #d50000;
  box-shadow: none;
}

fieldset[disabled] .mdl-textfield .mdl-textfield__input,
.mdl-textfield.is-disabled .mdl-textfield__input {
  background-color: transparent;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.mdl-textfield textarea.mdl-textfield__input {
  display: block;
}

.mdl-textfield__label {
  bottom: 0;
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.mdl-textfield.is-dirty .mdl-textfield__label,
.mdl-textfield.has-placeholder .mdl-textfield__label {
  visibility: hidden;
}

.mdl-textfield--floating-label .mdl-textfield__label {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  transition: none;
}

fieldset[disabled] .mdl-textfield .mdl-textfield__label,
.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
  color: rgba(0, 0, 0, 0.26);
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #2962ff;
  font-size: 12px;
  top: 4px;
  visibility: visible;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label {
  top: -16px;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  color: #d50000;
  font-size: 12px;
}

.mdl-textfield__label:after {
  background-color: #2962ff;
  bottom: 20px;
  content: "";
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
  left: 0;
  visibility: visible;
  width: 100%;
}

.mdl-textfield.is-invalid .mdl-textfield__label:after {
  background-color: #d50000;
}

.mdl-textfield__error {
  color: #d50000;
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  visibility: hidden;
  display: block;
}

.mdl-textfield.is-invalid .mdl-textfield__error {
  visibility: visible;
}

.mdl-textfield__expandable-holder {
  display: inline-block;
  position: relative;
  margin-left: 32px;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  max-width: 0.1px;
}

.mdl-textfield.is-focused .mdl-textfield__expandable-holder,
.mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
  max-width: 600px;
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
  bottom: 0;
}

.mdl-tooltip {
  transform: scale(0);
  transform-origin: top center;
  z-index: 999;
  background: rgba(97, 97, 97, 0.9);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  max-width: 170px;
  position: fixed;
  top: -500px;
  left: -500px;
  padding: 8px;
  text-align: center;
}

.mdl-tooltip.is-active {
  -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
  animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

.mdl-tooltip--large {
  line-height: 14px;
  font-size: 14px;
  padding: 16px;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(0.99);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(0.99);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

.mdl-shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mdl-shadow--4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}

.mdl-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  align-items: stretch;
}

.mdl-grid.mdl-grid--no-spacing {
  padding: 0;
}

.mdl-cell {
  box-sizing: border-box;
}

.mdl-cell--top {
  align-self: flex-start;
}

.mdl-cell--middle {
  -ms-grid-row-align: center;
  align-self: center;
}

.mdl-cell--bottom {
  align-self: flex-end;
}

.mdl-cell--stretch {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.mdl-grid.mdl-grid--no-spacing > .mdl-cell {
  margin: 0;
}

.mdl-cell--order-1 {
  order: 1;
}

.mdl-cell--order-2 {
  order: 2;
}

.mdl-cell--order-3 {
  order: 3;
}

.mdl-cell--order-4 {
  order: 4;
}

.mdl-cell--order-5 {
  order: 5;
}

.mdl-cell--order-6 {
  order: 6;
}

.mdl-cell--order-7 {
  order: 7;
}

.mdl-cell--order-8 {
  order: 8;
}

.mdl-cell--order-9 {
  order: 9;
}

.mdl-cell--order-10 {
  order: 10;
}

.mdl-cell--order-11 {
  order: 11;
}

.mdl-cell--order-12 {
  order: 12;
}

@media (max-width: 479px) {
  .mdl-grid {
    padding: 8px;
  }

  .mdl-cell {
    margin: 8px;
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell {
    width: 100%;
  }

  .mdl-cell--hide-phone {
    display: none !important;
  }

  .mdl-cell--order-1-phone.mdl-cell--order-1-phone {
    order: 1;
  }

  .mdl-cell--order-2-phone.mdl-cell--order-2-phone {
    order: 2;
  }

  .mdl-cell--order-3-phone.mdl-cell--order-3-phone {
    order: 3;
  }

  .mdl-cell--order-4-phone.mdl-cell--order-4-phone {
    order: 4;
  }

  .mdl-cell--order-5-phone.mdl-cell--order-5-phone {
    order: 5;
  }

  .mdl-cell--order-6-phone.mdl-cell--order-6-phone {
    order: 6;
  }

  .mdl-cell--order-7-phone.mdl-cell--order-7-phone {
    order: 7;
  }

  .mdl-cell--order-8-phone.mdl-cell--order-8-phone {
    order: 8;
  }

  .mdl-cell--order-9-phone.mdl-cell--order-9-phone {
    order: 9;
  }

  .mdl-cell--order-10-phone.mdl-cell--order-10-phone {
    order: 10;
  }

  .mdl-cell--order-11-phone.mdl-cell--order-11-phone {
    order: 11;
  }

  .mdl-cell--order-12-phone.mdl-cell--order-12-phone {
    order: 12;
  }

  .mdl-cell--1-col,
  .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
    width: calc(25% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--1-col,
  .mdl-grid--no-spacing > .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
    width: 25%;
  }

  .mdl-cell--2-col,
  .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
    width: calc(50% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--2-col,
  .mdl-grid--no-spacing > .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
    width: 50%;
  }

  .mdl-cell--3-col,
  .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
    width: calc(75% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--3-col,
  .mdl-grid--no-spacing > .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
    width: 75%;
  }

  .mdl-cell--4-col,
  .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--4-col,
  .mdl-grid--no-spacing > .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
    width: 100%;
  }

  .mdl-cell--5-col,
  .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--5-col,
  .mdl-grid--no-spacing > .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
    width: 100%;
  }

  .mdl-cell--6-col,
  .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--6-col,
  .mdl-grid--no-spacing > .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
    width: 100%;
  }

  .mdl-cell--7-col,
  .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--7-col,
  .mdl-grid--no-spacing > .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
    width: 100%;
  }

  .mdl-cell--8-col,
  .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--8-col,
  .mdl-grid--no-spacing > .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
    width: 100%;
  }

  .mdl-cell--9-col,
  .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--9-col,
  .mdl-grid--no-spacing > .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
    width: 100%;
  }

  .mdl-cell--10-col,
  .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--10-col,
  .mdl-grid--no-spacing > .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
    width: 100%;
  }

  .mdl-cell--11-col,
  .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--11-col,
  .mdl-grid--no-spacing > .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
    width: 100%;
  }

  .mdl-cell--12-col,
  .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--12-col,
  .mdl-grid--no-spacing > .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
    width: 100%;
  }

  .mdl-cell--1-offset,
  .mdl-cell--1-offset-phone.mdl-cell--1-offset-phone {
    margin-left: calc(25% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset-phone.mdl-cell--1-offset-phone {
    margin-left: 25%;
  }

  .mdl-cell--2-offset,
  .mdl-cell--2-offset-phone.mdl-cell--2-offset-phone {
    margin-left: calc(50% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset-phone.mdl-cell--2-offset-phone {
    margin-left: 50%;
  }

  .mdl-cell--3-offset,
  .mdl-cell--3-offset-phone.mdl-cell--3-offset-phone {
    margin-left: calc(75% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset-phone.mdl-cell--3-offset-phone {
    margin-left: 75%;
  }
}

@media (min-width: 480px) and (max-width: 839px) {
  .mdl-grid {
    padding: 8px;
  }

  .mdl-cell {
    margin: 8px;
    width: calc(50% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell {
    width: 50%;
  }

  .mdl-cell--hide-tablet {
    display: none !important;
  }

  .mdl-cell--order-1-tablet.mdl-cell--order-1-tablet {
    order: 1;
  }

  .mdl-cell--order-2-tablet.mdl-cell--order-2-tablet {
    order: 2;
  }

  .mdl-cell--order-3-tablet.mdl-cell--order-3-tablet {
    order: 3;
  }

  .mdl-cell--order-4-tablet.mdl-cell--order-4-tablet {
    order: 4;
  }

  .mdl-cell--order-5-tablet.mdl-cell--order-5-tablet {
    order: 5;
  }

  .mdl-cell--order-6-tablet.mdl-cell--order-6-tablet {
    order: 6;
  }

  .mdl-cell--order-7-tablet.mdl-cell--order-7-tablet {
    order: 7;
  }

  .mdl-cell--order-8-tablet.mdl-cell--order-8-tablet {
    order: 8;
  }

  .mdl-cell--order-9-tablet.mdl-cell--order-9-tablet {
    order: 9;
  }

  .mdl-cell--order-10-tablet.mdl-cell--order-10-tablet {
    order: 10;
  }

  .mdl-cell--order-11-tablet.mdl-cell--order-11-tablet {
    order: 11;
  }

  .mdl-cell--order-12-tablet.mdl-cell--order-12-tablet {
    order: 12;
  }

  .mdl-cell--1-col,
  .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
    width: calc(12.5% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--1-col,
  .mdl-grid--no-spacing > .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
    width: 12.5%;
  }

  .mdl-cell--2-col,
  .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
    width: calc(25% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--2-col,
  .mdl-grid--no-spacing > .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
    width: 25%;
  }

  .mdl-cell--3-col,
  .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
    width: calc(37.5% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--3-col,
  .mdl-grid--no-spacing > .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
    width: 37.5%;
  }

  .mdl-cell--4-col,
  .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
    width: calc(50% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--4-col,
  .mdl-grid--no-spacing > .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
    width: 50%;
  }

  .mdl-cell--5-col,
  .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
    width: calc(62.5% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--5-col,
  .mdl-grid--no-spacing > .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
    width: 62.5%;
  }

  .mdl-cell--6-col,
  .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
    width: calc(75% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--6-col,
  .mdl-grid--no-spacing > .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
    width: 75%;
  }

  .mdl-cell--7-col,
  .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
    width: calc(87.5% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--7-col,
  .mdl-grid--no-spacing > .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
    width: 87.5%;
  }

  .mdl-cell--8-col,
  .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--8-col,
  .mdl-grid--no-spacing > .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
    width: 100%;
  }

  .mdl-cell--9-col,
  .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--9-col,
  .mdl-grid--no-spacing > .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
    width: 100%;
  }

  .mdl-cell--10-col,
  .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--10-col,
  .mdl-grid--no-spacing > .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
    width: 100%;
  }

  .mdl-cell--11-col,
  .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--11-col,
  .mdl-grid--no-spacing > .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
    width: 100%;
  }

  .mdl-cell--12-col,
  .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--12-col,
  .mdl-grid--no-spacing > .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
    width: 100%;
  }

  .mdl-cell--1-offset,
  .mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet {
    margin-left: calc(12.5% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet {
    margin-left: 12.5%;
  }

  .mdl-cell--2-offset,
  .mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet {
    margin-left: calc(25% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet {
    margin-left: 25%;
  }

  .mdl-cell--3-offset,
  .mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet {
    margin-left: calc(37.5% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet {
    margin-left: 37.5%;
  }

  .mdl-cell--4-offset,
  .mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet {
    margin-left: calc(50% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet {
    margin-left: 50%;
  }

  .mdl-cell--5-offset,
  .mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet {
    margin-left: calc(62.5% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet {
    margin-left: 62.5%;
  }

  .mdl-cell--6-offset,
  .mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet {
    margin-left: calc(75% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet {
    margin-left: 75%;
  }

  .mdl-cell--7-offset,
  .mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet {
    margin-left: calc(87.5% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet {
    margin-left: 87.5%;
  }
}

@media (min-width: 840px) {
  .mdl-grid {
    padding: 8px;
  }

  .mdl-cell {
    margin: 8px;
    width: calc(33.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell {
    width: 33.3333333333%;
  }

  .mdl-cell--hide-desktop {
    display: none !important;
  }

  .mdl-cell--order-1-desktop.mdl-cell--order-1-desktop {
    order: 1;
  }

  .mdl-cell--order-2-desktop.mdl-cell--order-2-desktop {
    order: 2;
  }

  .mdl-cell--order-3-desktop.mdl-cell--order-3-desktop {
    order: 3;
  }

  .mdl-cell--order-4-desktop.mdl-cell--order-4-desktop {
    order: 4;
  }

  .mdl-cell--order-5-desktop.mdl-cell--order-5-desktop {
    order: 5;
  }

  .mdl-cell--order-6-desktop.mdl-cell--order-6-desktop {
    order: 6;
  }

  .mdl-cell--order-7-desktop.mdl-cell--order-7-desktop {
    order: 7;
  }

  .mdl-cell--order-8-desktop.mdl-cell--order-8-desktop {
    order: 8;
  }

  .mdl-cell--order-9-desktop.mdl-cell--order-9-desktop {
    order: 9;
  }

  .mdl-cell--order-10-desktop.mdl-cell--order-10-desktop {
    order: 10;
  }

  .mdl-cell--order-11-desktop.mdl-cell--order-11-desktop {
    order: 11;
  }

  .mdl-cell--order-12-desktop.mdl-cell--order-12-desktop {
    order: 12;
  }

  .mdl-cell--1-col,
  .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
    width: calc(8.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--1-col,
  .mdl-grid--no-spacing > .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
    width: 8.3333333333%;
  }

  .mdl-cell--2-col,
  .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
    width: calc(16.6666666667% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--2-col,
  .mdl-grid--no-spacing > .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
    width: 16.6666666667%;
  }

  .mdl-cell--3-col,
  .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
    width: calc(25% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--3-col,
  .mdl-grid--no-spacing > .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
    width: 25%;
  }

  .mdl-cell--4-col,
  .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
    width: calc(33.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--4-col,
  .mdl-grid--no-spacing > .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
    width: 33.3333333333%;
  }

  .mdl-cell--5-col,
  .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
    width: calc(41.6666666667% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--5-col,
  .mdl-grid--no-spacing > .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
    width: 41.6666666667%;
  }

  .mdl-cell--6-col,
  .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
    width: calc(50% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--6-col,
  .mdl-grid--no-spacing > .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
    width: 50%;
  }

  .mdl-cell--7-col,
  .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
    width: calc(58.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--7-col,
  .mdl-grid--no-spacing > .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
    width: 58.3333333333%;
  }

  .mdl-cell--8-col,
  .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
    width: calc(66.6666666667% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--8-col,
  .mdl-grid--no-spacing > .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
    width: 66.6666666667%;
  }

  .mdl-cell--9-col,
  .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
    width: calc(75% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--9-col,
  .mdl-grid--no-spacing > .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
    width: 75%;
  }

  .mdl-cell--10-col,
  .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
    width: calc(83.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--10-col,
  .mdl-grid--no-spacing > .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
    width: 83.3333333333%;
  }

  .mdl-cell--11-col,
  .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
    width: calc(91.6666666667% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--11-col,
  .mdl-grid--no-spacing > .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
    width: 91.6666666667%;
  }

  .mdl-cell--12-col,
  .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--12-col,
  .mdl-grid--no-spacing > .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
    width: 100%;
  }

  .mdl-cell--1-offset,
  .mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop {
    margin-left: calc(8.3333333333% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop {
    margin-left: 8.3333333333%;
  }

  .mdl-cell--2-offset,
  .mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop {
    margin-left: calc(16.6666666667% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop {
    margin-left: 16.6666666667%;
  }

  .mdl-cell--3-offset,
  .mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop {
    margin-left: calc(25% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop {
    margin-left: 25%;
  }

  .mdl-cell--4-offset,
  .mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop {
    margin-left: calc(33.3333333333% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop {
    margin-left: 33.3333333333%;
  }

  .mdl-cell--5-offset,
  .mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop {
    margin-left: calc(41.6666666667% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop {
    margin-left: 41.6666666667%;
  }

  .mdl-cell--6-offset,
  .mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop {
    margin-left: calc(50% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop {
    margin-left: 50%;
  }

  .mdl-cell--7-offset,
  .mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop {
    margin-left: calc(58.3333333333% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop {
    margin-left: 58.3333333333%;
  }

  .mdl-cell--8-offset,
  .mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop {
    margin-left: calc(66.6666666667% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--8-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop {
    margin-left: 66.6666666667%;
  }

  .mdl-cell--9-offset,
  .mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop {
    margin-left: calc(75% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--9-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop {
    margin-left: 75%;
  }

  .mdl-cell--10-offset,
  .mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop {
    margin-left: calc(83.3333333333% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--10-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop {
    margin-left: 83.3333333333%;
  }

  .mdl-cell--11-offset,
  .mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop {
    margin-left: calc(91.6666666667% + 8px);
  }

  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--11-offset,
  .mdl-grid.mdl-grid--no-spacing > .mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop {
    margin-left: 91.6666666667%;
  }
}

/*!
* surveyjs - Survey JavaScript library v1.1.2
* Copyright (c) 2015-2019 Devsoft Baltic OÜ  - http://surveyjs.io/
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
*/

.sv_window {
  position: fixed;
  bottom: 3px;
  right: 10px;
  background-color: cadetblue;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.sv_window_title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.sv_window_content {
  padding: 8px;
  margin: 0;
}

.sv_window_title a,
.sv_window_title a:link,
.sv_window_title a:visited {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  color: black;
}

.sv_main.sv_frame .sv_container {
  max-width: 80%;
  margin: auto;
  padding: 0 1em;
}

.sv_main.sv_frame .sv_container .sv_header {
  padding-top: 5em;
  padding-bottom: 1em;
}

.sv_main {
  background-color: #f4f4f4;
}

.sv_main hr {
  border-bottom: 1px solid #e7e7e7;
}

.sv_main input[type=button],
.sv_main button {
  color: white;
  background-color: #1ab394;
}

.sv_main input[type=button]:hover,
.sv_main button:hover {
  background-color: #179d82;
}

.sv_main .sv_q_other input,
.sv_main .sv_q_text_root,
.sv_main .sv_q_dropdown_control,
.sv_main input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),
.sv_main select,
.sv_main textarea {
  border: 1px solid #e7e7e7;
  color: #6d7072;
  background-color: white;
}

.sv_main .sv_q_other input:focus,
.sv_main .sv_q_text_root:focus,
.sv_main .sv_q_dropdown_control:focus,
.sv_main input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]):focus,
.sv_main select:focus,
.sv_main textarea:focus {
  border: 1px solid #1ab394;
}

.sv_main .sv_select_wrapper {
  background-color: white;
}

.sv_main .sv_select_wrapper:before {
  background-color: #1ab394;
}

.sv_main .sv_header {
  color: #6d7072;
}

.sv_main .sv_custom_header {
  background-color: #e7e7e7;
}

.sv_main .sv_container {
  color: #6d7072;
}

.sv_main .sv_body {
  background-color: white;
  border-top: 2px solid #1ab394;
}

.sv_main .sv_progress {
  background-color: #e7e7e7;
}

.sv_main .sv_progress_bar {
  background-color: #1ab394;
}

.sv_main .sv_p_root > .sv_row {
  border-bottom: 1px solid #e7e7e7;
}

.sv_main .sv_p_root > .sv_row:nth-child(odd) {
  background-color: white;
}

.sv_main .sv_p_root > .sv_row:nth-child(even) {
  background-color: #f4f4f4;
}

.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
  border: 1px solid #ed5565;
  background-color: #fcdfe2;
  color: #ed5565;
}

.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + input,
.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + textarea,
.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + .sv_select_wrapper select {
  border: 1px solid #ed5565;
}

.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + input:focus,
.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + textarea:focus,
.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + .sv_select_wrapper select:focus {
  outline: #ed5565 auto 5px;
}

.sv_main table.sv_q_matrix tr,
.sv_main table.sv_q_matrix_dropdown tr,
.sv_main table.sv_q_matrix_dynamic tr {
  border-bottom: 1px solid #e7e7e7;
}

.sv_main .sv_q_m_cell_selected {
  color: white;
  background-color: #179d82;
}

.sv_main .sv_q_rating_item.active .sv_q_rating_item_text {
  background-color: #179d82;
  border-color: #179d82;
  color: white;
}

.sv_main .sv_q_rating_item .sv_q_rating_item_text {
  border: 1px solid #e7e7e7;
}

.sv_main .sv_q_rating_item .sv_q_rating_item_text:hover {
  border: 1px solid #179d82;
}

.sv_main .sv_q_imgsel.checked label > div {
  background-color: #1ab394;
}

.sv_main .sv_q_file_remove:hover {
  color: #1ab394;
}

.sv_main {
  position: relative;
  width: 100%;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

.sv_main hr {
  border: none;
}

.sv_main input[type=button],
.sv_main button {
  font-size: 0.85em;
  font-weight: bold;
  line-height: 2em;
  border: none;
  min-width: 100px;
  cursor: pointer;
  padding: 0 2em;
  border-radius: 2px;
}

.sv_main .sv_custom_header {
  position: absolute;
  width: 100%;
  height: 74%;
  max-height: 275px;
}

.sv_main .sv_container {
  position: relative;
}

.sv_main .sv_container .sv_header {
  padding: 1em;
}

.sv_main .sv_container .sv_header h3 {
  font-size: 2em;
  font-weight: 300;
  text-align: left;
  margin: 0;
}

.sv_main .sv_container .sv_body {
  padding: 1em 1em 1.6428em 1em;
}

.sv_main .sv_container .sv_body.sv_completed_page {
  text-align: center;
  padding: 5em 1em;
}

.sv_main .sv_container .sv_body.sv_completed_page > h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}

.sv_main .sv_container .sv_body .sv_progress {
  height: 0.3em;
}

.sv_main .sv_container .sv_body .sv_progress .sv_progress_bar {
  height: 100%;
  min-width: 100px;
  position: relative;
  margin-top: 2em;
}

.sv_main .sv_container .sv_body .sv_progress .sv_progress_bar > span {
  position: absolute;
  top: -1.5em;
  display: inline-block;
  white-space: nowrap;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_page_title {
  font-size: 1em;
  margin-top: 0.1em;
  font-weight: normal;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_p_title {
  font-weight: bold;
  font-size: 1.15em;
  margin: 1.5em 0 0 0;
}

.sv_main .sv_container .sv_body .sv_p_root > .sv_row {
  padding: 0;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_title {
  font-weight: bold;
  font-size: 1em;
  margin: 0.5em 0;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_description {
  margin-top: -0.6em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_flow .sv_q_checkbox_inline,
.sv_main .sv_container .sv_body .sv_p_root .sv_q_flow .sv_q_radiogroup_inline,
.sv_main .sv_container .sv_body .sv_p_root .sv_q_flow .sv_q_imagepicker_inline {
  line-height: 2em;
  display: inline-block;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q {
  padding: 0.5em 1em 1.5em 1em;
  box-sizing: border-box;
  overflow: auto;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_panel_dynamic .sv_q_title {
  font-weight: normal;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
  margin: 1em 0;
  padding: 1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,
.sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),
.sv_main .sv_container .sv_body .sv_p_root .sv_q select,
.sv_main .sv_container .sv_body .sv_p_root .sv_q textarea {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 2em;
  padding-left: 1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]):focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q select:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q textarea:focus {
  outline: none;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,
.sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),
.sv_main .sv_container .sv_body .sv_p_root .sv_q select {
  height: calc(2em + 1px);
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_text_root,
.sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_dropdown_control {
  min-height: 2.43em;
  min-width: 7em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select {
  display: block;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select::-ms-expand {
  display: none;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper:before {
  padding: 1em;
  position: absolute;
  right: 1px;
  right: 0;
  top: 1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNCAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQgMzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMiwxNiAxNCwxNCAxNywxNyAyMCwxNCAyMiwxNiAxNywyMSAiLz4KPC9zdmc+Cg==);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=color] {
  min-height: 2em;
  padding: 0;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=radio],
.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=checkbox] {
  margin: 0;
  margin-right: 0.55em;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  font-size: 1em;
  margin-top: -0.1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=radio]:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=checkbox]:focus {
  outline: 1px dotted #1ab394;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup.sv_q_radiogroup_inline:not(:last-child),
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox.sv_q_checkbox_inline:not(:last-child),
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imgsel.sv_q_imagepicker_inline:not(:last-child) {
  margin-right: 1.5em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imgsel label > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px;
  border: 1px solid lightgray;
  border-radius: 4px;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imgsel label > div > img {
  display: block;
  pointer-events: none;
  position: relative;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup_clear {
  margin-top: 0.5em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox_inline,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup_inline,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imagepicker_inline {
  line-height: 2em;
  display: inline-block;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_footer {
  padding: 1em 0;
}

.sv_main .sv_container .sv_body .sv_p_root table {
  width: 100%;
  border-collapse: collapse;
}

.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix .sv_matrix_dynamic_button,
.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_matrix_dynamic_button,
.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dynamic .sv_matrix_dynamic_button {
  padding: 0.3em 2em;
}

@media (min-width: 768px) {
  .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td {
    min-width: 10em;
  }
}

.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td .sv_q_m_label {
  position: static;
  display: block;
  width: 100%;
}

.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_qcbc .sv_q_checkbox_control_label {
  margin-right: 1.5em;
}

.sv_main .sv_container .sv_body .sv_p_root table td,
.sv_main .sv_container .sv_body .sv_p_root table th {
  text-align: left;
  padding: 0 1em;
}

.sv_main .sv_container .sv_body .sv_p_root table td {
  padding: 0.5em;
}

.sv_main .sv_container .sv_body .sv_p_root table th {
  line-height: 1.3em;
  padding: 0.5em;
  vertical-align: bottom;
  font-weight: bold;
}

.sv_main .sv_container .sv_body .sv_p_root fieldset.sv_qcbc {
  line-height: 2em;
  padding-top: 0.1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_other {
  margin-left: 1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_select_column {
  display: inline-block;
  vertical-align: top;
  min-width: 10%;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating {
  line-height: 2em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item {
  cursor: pointer;
  word-spacing: -0.3em;
  font-weight: normal;
  display: inline;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item > * {
  word-spacing: initial;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item > * {
    word-spacing: normal;
  }
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item .sv_q_rating_item_text {
  display: inline-block;
  min-width: 2em;
  padding: 0 0.3em;
  margin-left: -1px;
  text-align: center;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item:not(:first-child) .sv_q_rating_item_text:not(:hover) {
  border-left-color: transparent;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_min_text {
  margin-right: 0.5em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_max_text {
  margin-left: 0.5em;
}

.sv_main .sv_container .sv_body .sv_nav {
  padding: 1em 0;
  min-height: 2em;
}

.sv_main .sv_container .sv_body .sv_nav .sv_start_btn,
.sv_main .sv_container .sv_body .sv_nav .sv_next_btn,
.sv_main .sv_container .sv_body .sv_nav .sv_complete_btn {
  float: right;
}

.sv_main .sv_container .sv_body .sv_nav .sv_prev_btn {
  float: left;
}

@media (max-width: 600px) {
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn {
    display: block;
    width: 100% !important;
  }

  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .title-left,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .title-left {
    float: none;
  }

  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_radiogroup_inline,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_checkbox_inline,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_imagepicker_inline,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_radiogroup_inline,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_checkbox_inline,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_imagepicker_inline {
    display: block;
  }

  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic {
    display: block;
  }

  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix thead,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown thead,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic thead,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix thead,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown thead,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic thead {
    display: none;
  }

  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tbody,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tr,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tbody,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tr,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tbody,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tr,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tbody,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tr,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tbody,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tr,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tbody,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tr,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td {
    display: block;
  }

  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td:before,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td:before,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td:before,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td:before {
    content: attr(headers);
  }

  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td label.sv_q_m_label,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td label.sv_q_m_label {
    display: inline;
  }

  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td:after,
  .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td:after {
    content: attr(headers);
  }
}

/* @import url("//fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C500"); */

html {
  font-size: 16px;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

body {
  font-size: 16px;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

p {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  letter-spacing: 0.2px;
}

a {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

ol {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

ul {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

div {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

span {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

button {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  line-height: 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.list {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.mdl-button {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  line-height: 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.font-button {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  line-height: 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.font-body-1 {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.font-emphasise {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.font-strong {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.font-overline {
  font-size: 0.69444rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
  display: flex;
  align-self: flex-start;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.font-body-2 {
  font-size: 0.83333rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  opacity: 0.64;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.font-caption {
  font-size: 0.83333rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  .font-caption {
    font-size: 1rem;
  }
}

.font-link {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

small {
  font-size: 0.83333rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  small {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1.2rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.font-heading-5 {
  font-size: 1.2rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 2.48832rem;
  font-weight: 100;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.0736rem;
  }
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 2.0736rem;
  font-weight: 200;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.728rem;
  }
}

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.728rem;
  font-weight: 200;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.44rem;
  }
}

h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.44rem;
  font-weight: 100;
  font-weight: 200;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.2rem;
  }
}

.font-heading-1 {
  font-family: "Raleway", sans-serif;
  font-size: 2.48832rem;
  font-weight: 100;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  .font-heading-1 {
    font-size: 2.0736rem;
  }
}

.font-heading-2 {
  font-family: "Raleway", sans-serif;
  font-size: 2.0736rem;
  font-weight: 100;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  .font-heading-2 {
    font-size: 1.728rem;
  }
}

.font-heading-3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.728rem;
  font-weight: 100;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  .font-heading-3 {
    font-size: 1.44rem;
  }
}

.font-heading-4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.44rem;
  font-weight: 100;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 479px) {
  .font-heading-4 {
    font-size: 1.2rem;
  }
}

a {
  color: #007d9b;
  cursor: pointer;
}

p .material-icons {
  font-size: 1rem;
}

.font-centered {
  text-align: center;
}

.font-left {
  text-align: left;
}

.font-right {
  text-align: right;
}

.font-emphasise {
  font-style: italic;
}

.font-single-line {
  line-height: 1em;
}

.font-single-line * {
  line-height: 1em;
}

.color-primary {
  background-color: #007d9b;
}

.color-primary + .sg-label::after {
  content: "#007d9b";
}

.color-primary-background {
  background-color: #FFFFFF;
}

.color-primary-background + .sg-label::after {
  content: "#FFFFFF";
}

.color-primary-dark {
  background-color: #00516d;
}

.color-primary-dark + .sg-label::after {
  content: "#00516d";
}

.color-primary-ultra-dark {
  background-color: #002942;
}

.color-primary-ultra-dark + .sg-label::after {
  content: "#002942";
}

.color-secondary {
  background-color: #74d3ea;
}

.color-secondary + .sg-label::after {
  content: "#74d3ea";
}

.color-secondary-background {
  background-color: #ffffff;
}

.color-secondary-background + .sg-label::after {
  content: "#ffffff";
}

.color-secondary-light {
  background-color: #1ea65e;
}

.color-secondary-light + .sg-label::after {
  content: "#1ea65e";
}

.color-secondary-dark {
  background-color: #970570;
}

.color-secondary-dark + .sg-label::after {
  content: "#970570";
}

.color-neutral-light {
  background-color: #F5F5F6;
}

.color-neutral-light + .sg-label::after {
  content: "#F5F5F6";
}

.color-secondary-neutral-light {
  background-color: #c74298;
}

.color-secondary-neutral-light + .sg-label::after {
  content: "#c74298";
}

.color-neutral-dark {
  background-color: #E0E0E0;
}

.color-neutral-dark + .sg-label::after {
  content: "#E0E0E0";
}

.color-light {
  background-color: #FFFFFF;
}

.color-light + .sg-label::after {
  content: "#FFFFFF";
}

.color-dark {
  background-color: #000000;
}

.color-dark + .sg-label::after {
  content: "#000000";
}

.color-success {
  background-color: #009624;
}

.color-success + .sg-label::after {
  content: "#009624";
}

.color-warning {
  background-color: #d32f2f;
}

.color-warning + .sg-label::after {
  content: "#d32f2f";
}

.color-links {
  background-color: #4a4a4a;
}

.color-links + .sg-label::after {
  content: "#4a4a4a";
}

.background-image-katrina {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-katrina.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-katrina:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-katrina:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-ali {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-ali.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-ali:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-ali:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-alex {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-alex.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-alex:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-alex:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-ben {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-ben.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-ben:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-ben:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-404 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-404.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-404:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-404:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-500 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-500:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-500:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-assistance {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-assistance.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-assistance:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-assistance:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-forgot-password {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-forgot-password.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-forgot-password:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-forgot-password:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-privacy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-privacy.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-privacy:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-privacy:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-set-password {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-set-password.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-set-password:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-set-password:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-terms {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-terms.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-terms:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-terms:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-logout {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-logout.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #74d3ea;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-logout:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-logout:after {
    content: "";
    background: rgba(100, 221, 250, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/background-image-pattern.png");
  background-repeat: repeat;
  background-position: center;
  text-align: left;
  background-blend-mode: soft-light;
  background-color: #00516d;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-pattern:after {
    content: "";
    background: rgba(0, 81, 109, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-pattern:after {
    content: "";
    background: rgba(0, 81, 109, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-image-none {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #00516d;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image-none:after {
    content: "";
    background: rgba(0, 81, 109, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .background-image-none:after {
    content: "";
    background: rgba(0, 81, 109, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.background-vignette::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+80,000000+100&0+1,0.08+80,0.24+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.font-color-primary {
  color: #007d9b;
}

.font-color-primary a {
  color: #007d9b;
  font-weight: 500;
}

.font-color-primary-background {
  color: #FFFFFF;
}

.font-color-primary-background a {
  color: #FFFFFF;
  font-weight: 500;
}

.font-color-primary-dark {
  color: #00516d;
}

.font-color-primary-dark a {
  color: #00516d;
  font-weight: 500;
}

.font-color-primary-ultra-dark {
  color: #002942;
}

.font-color-primary-ultra-dark a {
  color: #002942;
  font-weight: 500;
}

.font-color-secondary {
  color: #74d3ea;
}

.font-color-secondary a {
  color: #74d3ea;
  font-weight: 500;
}

.font-color-secondary-background {
  color: #ffffff;
}

.font-color-secondary-background a {
  color: #ffffff;
  font-weight: 500;
}

.font-color-secondary-light {
  color: #1ea65e;
}

.font-color-secondary-light a {
  color: #1ea65e;
  font-weight: 500;
}

.font-color-secondary-dark {
  color: #970570;
}

.font-color-secondary-dark a {
  color: #970570;
  font-weight: 500;
}

.font-color-neutral-light {
  color: #F5F5F6;
}

.font-color-neutral-light a {
  color: #F5F5F6;
  font-weight: 500;
}

.font-color-secondary-neutral-light {
  color: #c74298;
}

.font-color-secondary-neutral-light a {
  color: #c74298;
  font-weight: 500;
}

.font-color-neutral-dark {
  color: #E0E0E0;
}

.font-color-neutral-dark a {
  color: #E0E0E0;
  font-weight: 500;
}

.font-color-light {
  color: #FFFFFF;
}

.font-color-light a {
  color: #FFFFFF;
  font-weight: 500;
}

.font-color-dark {
  color: #000000;
}

.font-color-dark a {
  color: #000000;
  font-weight: 500;
}

.font-color-success {
  color: #009624;
}

.font-color-success a {
  color: #009624;
  font-weight: 500;
}

.font-color-warning {
  color: #d32f2f;
}

.font-color-warning a {
  color: #d32f2f;
  font-weight: 500;
}

.font-color-links {
  color: #4a4a4a;
}

.font-color-links a {
  color: #4a4a4a;
  font-weight: 500;
}

.color-primary,
.color-primary-dark,
.color-primary-ultra-dark {
  color: #FFFFFF;
}

.color-primary a,
.color-primary-dark a,
.color-primary-ultra-dark a {
  color: #74d3ea;
}

.color-secondary,
.color-secondary-dark,
.color-secondary-light {
  color: #ffffff;
}

.color-secondary a,
.color-secondary-dark a,
.color-secondary-light a {
  color: #007d9b;
}

.color-light,
.color-neutral-light,
.color-neutral-dark {
  color: #000000;
}

.color-light a,
.color-neutral-light a,
.color-neutral-dark a {
  color: #007d9b;
}

.color-dark {
  color: #FFFFFF;
}

.color-dark a {
  color: #74d3ea;
}

.height-8-px {
  height: 8px;
}

.width-8-px {
  width: 8px;
}

.height-16-px {
  height: 16px;
}

.width-16-px {
  width: 16px;
}

.height-32-px {
  height: 32px;
}

.width-32-px {
  width: 32px;
}

.height-64-px {
  height: 64px;
}

.width-64-px {
  width: 64px;
}

.height-96-px {
  height: 96px;
}

.width-96-px {
  width: 96px;
}

.height-128-px {
  height: 128px;
}

.width-128-px {
  width: 128px;
}

.height-1-rem {
  height: 1rem;
}

.height-2-rem {
  height: 2rem;
}

.height-3-rem {
  height: 3rem;
}

.height-4-rem {
  height: 4rem;
}

.height-5-rem {
  height: 5rem;
}

.line-height-1-rem {
  line-height: 1rem;
}

.line-height-2-rem {
  line-height: 2rem;
}

.line-height-3-rem {
  line-height: 3rem;
}

.line-height-4-rem {
  line-height: 4rem;
}

.line-height-5-rem {
  line-height: 5rem;
}

.width-quarter {
  width: 25%;
}

.width-half {
  width: 50%;
}

.width-three-quarter {
  width: 75%;
}

.width-full {
  width: 100%;
}

.width-auto {
  width: auto;
}

.margin-0-px {
  margin: 0px;
}

.margin-top-0-px {
  margin-top: 0px;
}

.margin-bottom-0-px {
  margin-bottom: 0px;
}

.margin-left-0-px {
  margin-left: 0px;
}

.margin-right-0-px {
  margin-right: 0px;
}

.margin-vertical-0-px {
  margin-bottom: 0px;
  margin-top: 0px;
}

.padding-vertical-0-px {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.padding-horizontal-0-px {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.padding-0-px {
  padding: 0px !important;
}

.margin-8-px {
  margin: 8px;
}

.margin-top-8-px {
  margin-top: 8px;
}

.margin-bottom-8-px {
  margin-bottom: 8px;
}

.margin-left-8-px {
  margin-left: 8px;
}

.margin-right-8-px {
  margin-right: 8px;
}

.margin-vertical-8-px {
  margin-bottom: 8px;
  margin-top: 8px;
}

.padding-vertical-8-px {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.padding-horizontal-8-px {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.padding-8-px {
  padding: 8px !important;
}

.margin-16-px {
  margin: 16px;
}

.margin-top-16-px {
  margin-top: 16px;
}

.margin-bottom-16-px {
  margin-bottom: 16px;
}

.margin-left-16-px {
  margin-left: 16px;
}

.margin-right-16-px {
  margin-right: 16px;
}

.margin-vertical-16-px {
  margin-bottom: 16px;
  margin-top: 16px;
}

.padding-vertical-16-px {
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}

.padding-horizontal-16-px {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.padding-16-px {
  padding: 16px !important;
}

.margin-32-px {
  margin: 32px;
}

.margin-top-32-px {
  margin-top: 32px;
}

.margin-bottom-32-px {
  margin-bottom: 32px;
}

.margin-left-32-px {
  margin-left: 32px;
}

.margin-right-32-px {
  margin-right: 32px;
}

.margin-vertical-32-px {
  margin-bottom: 32px;
  margin-top: 32px;
}

.padding-vertical-32-px {
  padding-bottom: 32px !important;
  padding-top: 32px !important;
}

.padding-horizontal-32-px {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.padding-32-px {
  padding: 32px !important;
}

.margin-64-px {
  margin: 64px;
}

.margin-top-64-px {
  margin-top: 64px;
}

.margin-bottom-64-px {
  margin-bottom: 64px;
}

.margin-left-64-px {
  margin-left: 64px;
}

.margin-right-64-px {
  margin-right: 64px;
}

.margin-vertical-64-px {
  margin-bottom: 64px;
  margin-top: 64px;
}

.padding-vertical-64-px {
  padding-bottom: 64px !important;
  padding-top: 64px !important;
}

.padding-horizontal-64-px {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.padding-64-px {
  padding: 64px !important;
}

.margin-128-px {
  margin: 128px;
}

.margin-top-128-px {
  margin-top: 128px;
}

.margin-bottom-128-px {
  margin-bottom: 128px;
}

.margin-left-128-px {
  margin-left: 128px;
}

.margin-right-128-px {
  margin-right: 128px;
}

.margin-vertical-128-px {
  margin-bottom: 128px;
  margin-top: 128px;
}

.padding-vertical-128-px {
  padding-bottom: 128px !important;
  padding-top: 128px !important;
}

.padding-horizontal-128-px {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.padding-128-px {
  padding: 128px !important;
}

.remove-child-margin * {
  margin: 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column > div {
  margin-bottom: 0.5rem;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

@media all and (max-width: 768px) {
  .flex-row {
    flex-direction: column;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-right {
  display: flex;
  align-items: flex-end;
}

.align-left {
  display: flex;
  align-items: flex-start;
}

.align-middle {
  display: flex;
  align-items: center;
}

.justify-content-left {
  justify-content: flex-start;
}

.justify-content-right {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.component-panel {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.content-block:not(:first-child) {
  padding-top: 4rem;
}

.content-block .h4-with-body {
  margin-top: 0;
}

.hr-surround:before {
  content: "";
  height: 2px;
  background-color: #FFFFFF;
  width: calc((100% - 1220px - 1rem)/2);
  left: 1rem;
  top: 0;
  position: absolute;
}

.hr-surround:after {
  content: "";
  height: 2px;
  background-color: #FFFFFF;
  width: calc((100% - 1220px - 3rem)/2);
  right: 1rem;
  top: 0;
  position: absolute;
}

.next-panel-overlay--light {
  position: relative;
}

.next-panel-overlay--light:after {
  content: "";
  height: 1rem;
  width: 100%;
  position: absolute;
  background-color: #FFFFFF;
  bottom: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  left: 0;
}

.next-panel-overlay--light _:-ms-fullscreen,
:root .next-panel-overlay--light:after {
  bottom: -1px;
}

.mdl-color--primary {
  background-color: #007d9b !important;
}

.mdl-color--accent {
  background-color: #74d3ea !important;
}

.mdl-layout {
  min-height: 100%;
  height: auto;
}

.mdl-layout .mdl-layout__content {
  flex-shrink: 0;
  overflow: visible;
  z-index: 4;
}

.mdl-layout .mdl-layout__content .page-content {
  padding: 0rem 0;
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mdl-layout .mdl-layout__content {
    min-height: 100vh;
  }
}

.mdl-grid {
  max-width: 1220px;
  position: relative;
  overflow: visible;
}

.mdl-button:not(.mdl-button--icon):not(.mdl-button--fab):not(.mdl-button--colored):not(.mdl-button--outline) {
  color: #007d9b;
}

.mdl-button.mdl-button--colored {
  background: #007d9b;
  color: #FFFFFF;
}

.mdl-button.mdl-button--colored:hover {
  background: #0d8572;
}

.mdl-button.mdl-button--colored.mdl-button--accent {
  background: #74d3ea;
  color: #ffffff;
}

.mdl-button.mdl-button--colored.mdl-button--accent:hover {
  background: #970570;
}

.mdl-button.mdl-button--colored.mdl-button--primary {
  background: #007d9b;
  color: #FFFFFF;
}

.mdl-button.mdl-button--colored.mdl-button--primary:hover {
  background: #0d8572;
}

.mdl-textfield .mdl-textfield__label::after {
  background-color: #007d9b;
}

.mdl-textfield.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #007d9b;
}

.mdl-chip.mdl-color--primary {
  color: #FFFFFF;
}

.mdl-chip.mdl-color--accent {
  color: #ffffff;
}

.mdl-badge[data-badge]:after {
  background: #74d3ea;
  color: #ffffff;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border: 2px solid #007d9b;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background-color: #007d9b;
}

.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

.avatar-container .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: #FFFFFF 2px solid;
  height: 4.5rem;
  width: 4.5rem;
  margin-bottom: 0.5rem;
}

.avatar-container .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mdl-badge {
  left: 1rem;
  line-height: 22px;
  letter-spacing: 0;
}

.mdl-badge.color-warning[data-badge]:after {
  background: #d32f2f;
  color: #FFFFFF;
}

.mdl-button.mdl-button--outline-dark {
  border: 1px solid #000000;
  color: #000000 !important;
}

.mdl-button.mdl-button--outline-light {
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
}

.mdl-button.mdl-button--light {
  color: #FFFFFF !important;
}

.mdl-button.mdl-button--dark {
  color: #000000 !important;
}

.mdl-button.mdl-button--icon {
  min-width: unset;
}

.mdl-button.mdl-button--icon .mdl-chip__action {
  margin: 0;
}

.mdl-button:not(.mdl-button--fab):not(.mdl-button--icon) {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 20px;
  border-radius: 0px !important;
}

.mdl-button .mdl-badge.mdl-badge--overlap {
  margin: 0;
  display: block;
}

.mdl-button:after {
  display: block;
}

.cta-button {
  width: 100%;
  text-align: center;
}

.cta-button .mdl-lg-button {
  width: calc(100% - 6rem);
}

.cta-button .mdl-button {
  margin-top: 1rem;
  width: calc(100% - 6rem);
}

.color-primary .mdl-button.mdl-button--outline,
.color-primary-dark .mdl-button.mdl-button--outline,
.color-primary-ultra-dark .mdl-button.mdl-button--outline {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.color-secondary .mdl-button.mdl-button--outline,
.color-secondary-dark .mdl-button.mdl-button--outline,
.color-secondary-light .mdl-button.mdl-button--outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.mdl-checkbox {
  text-align: left;
  height: unset;
}

.mdl-checkbox .mdl-checkbox__label {
  margin-left: 0.5rem;
  display: block;
}

.mdl-checkbox .mdl-checkbox__tick-outline {
  height: 150%;
}

.mdl-checkbox.font-color-light .mdl-checkbox__box-outline {
  border-color: #FFFFFF;
}

.mdl-checkbox.font-color-light.is-checked .mdl-checkbox__tick-outline {
  background-color: #FFFFFF;
}

.mdl-checkbox:not(:first-child) {
  margin-top: 1rem;
}

.mdl-chip .mdl-chip__text {
  line-height: 1em;
}

.mdl-chip.mdl-color--accent {
  color: #ffffff;
}

.mdl-chip.mdl-color--accent .mdl-chip__action {
  color: #ffffff;
}

.mdl-chip.mdl-color--primary {
  color: #FFFFFF;
}

.mdl-chip.mdl-color--primary .mdl-chip__action {
  color: #FFFFFF;
}

.credential-icon {
  align-items: center;
  justify-content: center;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 1.25rem;
  color: #007d9b;
  background: #FFFFFF;
}

.credential-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}

.credential-icon svg .credential-icon-svg {
  fill: #007d9b;
}

.credential-shield {
  width: 3rem;
  height: 3rem;
}

.credential-shield .st0 {
  opacity: 0.5;
}

.credential-shield .st1 {
  fill: #E1E2E1;
}

.date-picker .mdl-textfield__label {
  top: 4px;
  visibility: visible;
}

.horizontal-divider {
  margin: 0 1rem;
}

.material-icons.hero-icon {
  font-size: 6rem;
}

.iframe {
  height: 320px;
}

.iframe iframe {
  border: none;
  overflow-y: scroll;
}

.polygon-top {
  fill: #007d9b;
}

.primary-logo {
  max-width: 13rem;
  max-height: 13rem;
}

.primary-logo img {
  width: 100%;
  height: 100%;
}

.secondary-logo {
  max-width: 10rem;
  max-height: 10rem;
}

.secondary-logo img {
  width: 100%;
  height: 100%;
}

.mdl-selectfield {
  width: 100%;
}

.mdl-selectfield .mdl-selectfield__error {
  right: 1rem;
}

.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label {
  color: #007d9b;
}

.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
  color: #007d9b;
}

.selection-indicator {
  color: #FFFFFF;
  margin: 0.5rem;
}

.selection-indicator .material-icons {
  font-size: 1rem;
}

.selection-indicator .deselected {
  display: flex;
}

.selection-indicator .selected {
  display: none;
}

.selection-indicator.active .deselected {
  display: none;
}

.selection-indicator.active .selected {
  display: flex;
}

.status-indicator .material-icons {
  color: #009624;
  font-size: 12px;
}

.status-indicator.active .material-icons {
  opacity: 1;
  color: #d32f2f;
}

.mdl-textfield {
  width: 100%;
}

.mdl-textfield .mdl-textfield__error {
  right: 1rem;
  margin-top: 0px;
}

@media (max-width: 320px) {
  .mdl-textfield .mdl-textfield__error {
    font-size: 11px;
  }
}

.mdl-textfield .mdl-textfield__expandable-holder {
  display: flex;
  flex-grow: 1;
}

.vertical-line {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.avatar-upload {
  display: inline-block;
  text-align: center;
}

.button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-self: center;
}

.button-group.justify .mdl-button {
  width: 50%;
}

.button-group .mdl-button {
  margin: 0 0.5rem;
}

.callout-right {
  display: inline-flex;
}

.callout-right .callout-content {
  text-align: right;
}

@media all and (max-width: 768px) {
  .callout-right .callout-content {
    text-align: center;
  }
}

.callout-right .callout-polygon {
  margin-left: 2rem;
}

.callout-right .callout-polygon svg {
  width: 2rem;
  height: 22rem;
  fill: rgba(255, 255, 255, 0.5);
}

@media all and (max-width: 768px) {
  .callout-right .callout-polygon {
    display: none;
  }
}

.workplace-skill .mdl-card__icons {
  padding: 16px;
  display: flex;
  justify-content: space-between;
}

.workplace-skill .mdl-card__icons .primary {
  display: flex;
  justify-content: space-between;
}

.workplace-skill .mdl-card__title {
  padding-bottom: 0;
}

.workplace-skill .mdl-card__title h4 {
  font-size: 1.2rem;
}

.workplace-skill .mdl-card__supporting-text {
  width: calc(100% - 32px);
  font-family: "Open-Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 14px;
  /* //margin-bottom: 1rem; } */
}

.workplace-skill .mdl-card__actions {
  padding: 0 16px;
}

.workplace-skill .mdl-card__actions .mdl-button:hover {
  background: transparent;
  color: rgba(74, 74, 74, 0.5) !important;
}

.workplace-skill .mdl-card__actions .mdl-button {
  color: #4a4a4a !important;
  width: 100%;
  padding: 0;
  text-align: center;
  padding-bottom: 8px;
}

.workplace-skill .mdl-card__actions hr {
  background: #1ea65e;
  height: 2px;
  border-top: 0;
}

.card-header {
  height: 7rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.card-header .card-title {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.mdl-card.card {
  display: flex;
  flex-grow: 1;
  width: 100%;
  min-height: unset;
}

.mdl-card.card.one-third-width {
  width: calc((100%/3) - 1rem);
}

.mdl-card.card .mdl-card__title {
  padding: 0.5rem;
  min-height: 5rem;
  position: relative;
  background-color: #007d9b;
  color: #FFFFFF;
}

.mdl-card.card .mdl-card__title .mdl-card__title-text {
  font-weight: 100;
  width: 100%;
  padding: 0 1rem;
  display: block;
  position: relative;
  align-self: center;
  text-align: center;
}

.mdl-card.card .mdl-card__supporting-text {
  text-align: left;
  display: flex;
  flex-grow: 1;
}

.checkbox-list .mdl-checkbox {
  margin: 1rem;
}

.progress {
  position: relative;
  display: flex;
  text-align: center;
  margin: 0.5rem 1rem;
  align-items: center;
  justify-items: center;
}

.progress .material-icons {
  width: 100%;
  opacity: 0.32;
}

.progress svg {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.progress svg:nth-child(1) path {
  stroke: #007d9b;
  stroke-width: 4;
}

.progress svg:nth-child(2) path {
  fill: none;
  stroke-width: 6;
  stroke-dasharray: 629;
  stroke: #F5F5F6;
  -webkit-animation: load 1s;
  animation: load 1s;
}

.progress[data-percentage="1"] svg:nth-child(2) path {
  stroke-dashoffset: 6.29;
}

.progress[data-percentage="2"] svg:nth-child(2) path {
  stroke-dashoffset: 12.58;
}

.progress[data-percentage="3"] svg:nth-child(2) path {
  stroke-dashoffset: 18.87;
}

.progress[data-percentage="4"] svg:nth-child(2) path {
  stroke-dashoffset: 25.16;
}

.progress[data-percentage="5"] svg:nth-child(2) path {
  stroke-dashoffset: 31.45;
}

.progress[data-percentage="6"] svg:nth-child(2) path {
  stroke-dashoffset: 37.74;
}

.progress[data-percentage="7"] svg:nth-child(2) path {
  stroke-dashoffset: 44.03;
}

.progress[data-percentage="8"] svg:nth-child(2) path {
  stroke-dashoffset: 50.32;
}

.progress[data-percentage="9"] svg:nth-child(2) path {
  stroke-dashoffset: 56.61;
}

.progress[data-percentage="10"] svg:nth-child(2) path {
  stroke-dashoffset: 62.9;
}

.progress[data-percentage="11"] svg:nth-child(2) path {
  stroke-dashoffset: 69.19;
}

.progress[data-percentage="12"] svg:nth-child(2) path {
  stroke-dashoffset: 75.48;
}

.progress[data-percentage="13"] svg:nth-child(2) path {
  stroke-dashoffset: 81.77;
}

.progress[data-percentage="14"] svg:nth-child(2) path {
  stroke-dashoffset: 88.06;
}

.progress[data-percentage="15"] svg:nth-child(2) path {
  stroke-dashoffset: 94.35;
}

.progress[data-percentage="16"] svg:nth-child(2) path {
  stroke-dashoffset: 100.64;
}

.progress[data-percentage="17"] svg:nth-child(2) path {
  stroke-dashoffset: 106.93;
}

.progress[data-percentage="18"] svg:nth-child(2) path {
  stroke-dashoffset: 113.22;
}

.progress[data-percentage="19"] svg:nth-child(2) path {
  stroke-dashoffset: 119.51;
}

.progress[data-percentage="20"] svg:nth-child(2) path {
  stroke-dashoffset: 125.8;
}

.progress[data-percentage="21"] svg:nth-child(2) path {
  stroke-dashoffset: 132.09;
}

.progress[data-percentage="22"] svg:nth-child(2) path {
  stroke-dashoffset: 138.38;
}

.progress[data-percentage="23"] svg:nth-child(2) path {
  stroke-dashoffset: 144.67;
}

.progress[data-percentage="24"] svg:nth-child(2) path {
  stroke-dashoffset: 150.96;
}

.progress[data-percentage="25"] svg:nth-child(2) path {
  stroke-dashoffset: 157.25;
}

.progress[data-percentage="26"] svg:nth-child(2) path {
  stroke-dashoffset: 163.54;
}

.progress[data-percentage="27"] svg:nth-child(2) path {
  stroke-dashoffset: 169.83;
}

.progress[data-percentage="28"] svg:nth-child(2) path {
  stroke-dashoffset: 176.12;
}

.progress[data-percentage="29"] svg:nth-child(2) path {
  stroke-dashoffset: 182.41;
}

.progress[data-percentage="30"] svg:nth-child(2) path {
  stroke-dashoffset: 188.7;
}

.progress[data-percentage="31"] svg:nth-child(2) path {
  stroke-dashoffset: 194.99;
}

.progress[data-percentage="32"] svg:nth-child(2) path {
  stroke-dashoffset: 201.28;
}

.progress[data-percentage="33"] svg:nth-child(2) path {
  stroke-dashoffset: 207.57;
}

.progress[data-percentage="34"] svg:nth-child(2) path {
  stroke-dashoffset: 213.86;
}

.progress[data-percentage="35"] svg:nth-child(2) path {
  stroke-dashoffset: 220.15;
}

.progress[data-percentage="36"] svg:nth-child(2) path {
  stroke-dashoffset: 226.44;
}

.progress[data-percentage="37"] svg:nth-child(2) path {
  stroke-dashoffset: 232.73;
}

.progress[data-percentage="38"] svg:nth-child(2) path {
  stroke-dashoffset: 239.02;
}

.progress[data-percentage="39"] svg:nth-child(2) path {
  stroke-dashoffset: 245.31;
}

.progress[data-percentage="40"] svg:nth-child(2) path {
  stroke-dashoffset: 251.6;
}

.progress[data-percentage="41"] svg:nth-child(2) path {
  stroke-dashoffset: 257.89;
}

.progress[data-percentage="42"] svg:nth-child(2) path {
  stroke-dashoffset: 264.18;
}

.progress[data-percentage="43"] svg:nth-child(2) path {
  stroke-dashoffset: 270.47;
}

.progress[data-percentage="44"] svg:nth-child(2) path {
  stroke-dashoffset: 276.76;
}

.progress[data-percentage="45"] svg:nth-child(2) path {
  stroke-dashoffset: 283.05;
}

.progress[data-percentage="46"] svg:nth-child(2) path {
  stroke-dashoffset: 289.34;
}

.progress[data-percentage="47"] svg:nth-child(2) path {
  stroke-dashoffset: 295.63;
}

.progress[data-percentage="48"] svg:nth-child(2) path {
  stroke-dashoffset: 301.92;
}

.progress[data-percentage="49"] svg:nth-child(2) path {
  stroke-dashoffset: 308.21;
}

.progress[data-percentage="50"] svg:nth-child(2) path {
  stroke-dashoffset: 314.5;
}

.progress[data-percentage="51"] svg:nth-child(2) path {
  stroke-dashoffset: 320.79;
}

.progress[data-percentage="52"] svg:nth-child(2) path {
  stroke-dashoffset: 327.08;
}

.progress[data-percentage="53"] svg:nth-child(2) path {
  stroke-dashoffset: 333.37;
}

.progress[data-percentage="54"] svg:nth-child(2) path {
  stroke-dashoffset: 339.66;
}

.progress[data-percentage="55"] svg:nth-child(2) path {
  stroke-dashoffset: 345.95;
}

.progress[data-percentage="56"] svg:nth-child(2) path {
  stroke-dashoffset: 352.24;
}

.progress[data-percentage="57"] svg:nth-child(2) path {
  stroke-dashoffset: 358.53;
}

.progress[data-percentage="58"] svg:nth-child(2) path {
  stroke-dashoffset: 364.82;
}

.progress[data-percentage="59"] svg:nth-child(2) path {
  stroke-dashoffset: 371.11;
}

.progress[data-percentage="60"] svg:nth-child(2) path {
  stroke-dashoffset: 377.4;
}

.progress[data-percentage="61"] svg:nth-child(2) path {
  stroke-dashoffset: 383.69;
}

.progress[data-percentage="62"] svg:nth-child(2) path {
  stroke-dashoffset: 389.98;
}

.progress[data-percentage="63"] svg:nth-child(2) path {
  stroke-dashoffset: 396.27;
}

.progress[data-percentage="64"] svg:nth-child(2) path {
  stroke-dashoffset: 402.56;
}

.progress[data-percentage="65"] svg:nth-child(2) path {
  stroke-dashoffset: 408.85;
}

.progress[data-percentage="66"] svg:nth-child(2) path {
  stroke-dashoffset: 415.14;
}

.progress[data-percentage="67"] svg:nth-child(2) path {
  stroke-dashoffset: 421.43;
}

.progress[data-percentage="68"] svg:nth-child(2) path {
  stroke-dashoffset: 427.72;
}

.progress[data-percentage="69"] svg:nth-child(2) path {
  stroke-dashoffset: 434.01;
}

.progress[data-percentage="70"] svg:nth-child(2) path {
  stroke-dashoffset: 440.3;
}

.progress[data-percentage="71"] svg:nth-child(2) path {
  stroke-dashoffset: 446.59;
}

.progress[data-percentage="72"] svg:nth-child(2) path {
  stroke-dashoffset: 452.88;
}

.progress[data-percentage="73"] svg:nth-child(2) path {
  stroke-dashoffset: 459.17;
}

.progress[data-percentage="74"] svg:nth-child(2) path {
  stroke-dashoffset: 465.46;
}

.progress[data-percentage="75"] svg:nth-child(2) path {
  stroke-dashoffset: 471.75;
}

.progress[data-percentage="76"] svg:nth-child(2) path {
  stroke-dashoffset: 478.04;
}

.progress[data-percentage="77"] svg:nth-child(2) path {
  stroke-dashoffset: 484.33;
}

.progress[data-percentage="78"] svg:nth-child(2) path {
  stroke-dashoffset: 490.62;
}

.progress[data-percentage="79"] svg:nth-child(2) path {
  stroke-dashoffset: 496.91;
}

.progress[data-percentage="80"] svg:nth-child(2) path {
  stroke-dashoffset: 503.2;
}

.progress[data-percentage="81"] svg:nth-child(2) path {
  stroke-dashoffset: 509.49;
}

.progress[data-percentage="82"] svg:nth-child(2) path {
  stroke-dashoffset: 515.78;
}

.progress[data-percentage="83"] svg:nth-child(2) path {
  stroke-dashoffset: 522.07;
}

.progress[data-percentage="84"] svg:nth-child(2) path {
  stroke-dashoffset: 528.36;
}

.progress[data-percentage="85"] svg:nth-child(2) path {
  stroke-dashoffset: 534.65;
}

.progress[data-percentage="86"] svg:nth-child(2) path {
  stroke-dashoffset: 540.94;
}

.progress[data-percentage="87"] svg:nth-child(2) path {
  stroke-dashoffset: 547.23;
}

.progress[data-percentage="88"] svg:nth-child(2) path {
  stroke-dashoffset: 553.52;
}

.progress[data-percentage="89"] svg:nth-child(2) path {
  stroke-dashoffset: 559.81;
}

.progress[data-percentage="90"] svg:nth-child(2) path {
  stroke-dashoffset: 566.1;
}

.progress[data-percentage="91"] svg:nth-child(2) path {
  stroke-dashoffset: 572.39;
}

.progress[data-percentage="92"] svg:nth-child(2) path {
  stroke-dashoffset: 578.68;
}

.progress[data-percentage="93"] svg:nth-child(2) path {
  stroke-dashoffset: 584.97;
}

.progress[data-percentage="94"] svg:nth-child(2) path {
  stroke-dashoffset: 591.26;
}

.progress[data-percentage="95"] svg:nth-child(2) path {
  stroke-dashoffset: 597.55;
}

.progress[data-percentage="96"] svg:nth-child(2) path {
  stroke-dashoffset: 603.84;
}

.progress[data-percentage="97"] svg:nth-child(2) path {
  stroke-dashoffset: 610.13;
}

.progress[data-percentage="98"] svg:nth-child(2) path {
  stroke-dashoffset: 616.42;
}

.progress[data-percentage="99"] svg:nth-child(2) path {
  stroke-dashoffset: 622.71;
}

.progress[data-percentage="100"] svg:nth-child(2) path {
  stroke-dashoffset: 629;
}

@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}

@keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}

.complete-indicator {
  display: none;
}

.incomplete-indicator {
  display: flex;
}

.is_complete .complete-indicator {
  display: flex;
}

.is_complete .incomplete-indicator {
  display: none;
}

.contact-card .mdl-card__actions {
  background-color: #00516d;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}

.contact-card .mdl-card__actions .avatar {
  height: 3rem;
  width: 3rem;
  margin-right: 1rem;
}

.contact-card .mdl-card__supporting-text .readonly-field:not(:last-child) {
  margin-bottom: 0.5rem;
}

.contact-chip-group .mdl-chip {
  margin-right: 1rem;
  cursor: pointer;
}

.contact-chip-group .mdl-chip .mdl-chip__contact {
  border: 2px solid #dedede;
  width: 28px;
  height: 28px;
}

.contact-chip-group .mdl-chip .mdl-chip__contact img {
  width: 100%;
  height: 100%;
  vertical-align: unset;
}

.contact-chip-group .mdl-chip .mdl-chip__contact .material-icons {
  font-size: 28px;
  line-height: 28px;
}

.contact-chip {
  position: relative;
}

.contact-chip .contact-card {
  position: absolute;
  display: none;
  top: -1rem;
  left: 0;
}

.contact-chip.is-active .contact-card {
  display: block;
}

.evidence-card {
  padding: 0;
  min-height: auto;
  width: 100%;
}

.evidence-card .mdl-card__actions {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.evidence-card .mdl-card__actions #expand-more {
  display: flex;
}

.evidence-card .mdl-card__actions #expand-less {
  display: none;
}

.evidence-card .mdl-card__content {
  padding: 0 1rem;
}

.evidence-card .mdl-card__content p {
  margin: 0;
}

.evidence-card .mdl-card__supporting-text {
  display: none;
  padding: 1rem;
  width: unset;
  flex-direction: column;
}

.evidence-card .mdl-card__supporting-text .evidence-attribute {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
}

.evidence-card .mdl-card__supporting-text .evidence-attribute .material-icons {
  margin-right: 1rem;
}

.evidence-card .mdl-card__supporting-text .evidence-attribute p {
  margin: 0;
}

.evidence-card .mdl-card__supporting-text .evidence-attribute:not(:last-child) {
  margin-bottom: 1rem;
}

.evidence-card.is-expanded .mdl-card__actions #expand-more {
  display: none;
}

.evidence-card.is-expanded .mdl-card__actions #expand-less {
  display: flex;
}

.evidence-card.is-expanded .mdl-card__supporting-text {
  display: flex;
}

.example-template-question {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
}

.example-template-question .status-indicator {
  position: absolute;
  left: -0.75rem;
}

.example-template-question .example-template-question-content {
  width: 100%;
  text-align: left;
  padding-right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.example-template-question .example-template-question-content .title {
  font-weight: 500;
  width: 100%;
}

.example-template-question .example-template-question-content .instruction {
  width: 100%;
}

app-example-form {
  width: 100%;
}

.expanding-search-form {
  position: relative;
  display: flex;
}

.expanding-search-form .search-results {
  background: #FFFFFF;
  position: absolute;
  left: 3rem;
  right: 0;
  top: 52px;
  display: none;
  z-index: 5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 1px -4px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
  -webkit-animation: FadeIn 0.3s ease-in-out;
  animation: FadeIn 0.3s ease-in-out;
}

.expanding-search-form .search-results .mdl-list {
  width: 100%;
}

.expanding-search-form .search-results .mdl-list .mdl-list__item {
  padding: 0;
}

.expanding-search-form .search-results .mdl-list .mdl-list__item a {
  width: 100%;
  align-items: center;
  padding: 1rem;
}

.expanding-search-form .search-results .mdl-list .mdl-list__item a:hover {
  background-color: #F5F5F6;
}

.expanding-search-form .search-results .mdl-list .mdl-list__item a .material-icons {
  float: right;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

.expanding-textfield {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}

.expanding-textfield .mdl-textfield__expandable-action {
  visibility: hidden;
}

.expanding-textfield .mdl-textfield__expandable-action .mdl-button {
  min-width: 12rem;
  margin-left: 0.5rem;
}

.expanding-textfield .mdl-textfield.mdl-textfield--expandable .mdl-button--icon {
  top: unset;
}

.expanding-textfield .mdl-textfield.mdl-textfield--expandable.is-dirty + .mdl-textfield__expandable-action {
  visibility: visible;
}

.file-upload {
  padding: 1rem 0;
}

.file-upload .file-upload__title {
  color: rgba(0, 0, 0, 0.26);
}

.file-upload .upload-container {
  margin-bottom: 1rem;
}

.h1-with-body {
  margin-top: 1rem;
  margin-bottom: 0;
}

.h1-with-body h1 {
  margin-top: 0;
  margin-bottom: 12px;
}

.h1-with-body p {
  margin: 0;
}

.h1-with-body p:not(:first-child) {
  margin-top: 1rem;
}

.h1-with-body .mdl-cell {
  margin-top: 0;
  margin-bottom: 0;
}

.h1-with-body h2 {
  line-height: 0.7;
}

.h2-with-body {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h2-with-body h2 {
  margin-top: 0;
}

.h2-with-body p {
  margin: 0;
}

.h2-with-body p:not(:first-child) {
  margin-top: 1rem;
}

.h2-with-body .mdl-cell {
  margin-top: 0;
  margin-bottom: 0;
}

.h4-with-body {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h4-with-body h4 {
  margin-top: 0;
}

.h4-with-body p {
  margin: 0;
}

.h4-with-body p:not(:first-child) {
  margin-top: 1rem;
}

.h4-with-body .mdl-cell {
  margin-top: 0;
  margin-bottom: 0;
}

.h4-with-icon-list h4 {
  margin-top: 0;
}

.heading-with-context h4 {
  margin: 0;
}

.mdl-card.hero-card {
  display: flex;
  flex-grow: 1;
  width: 100%;
}

.mdl-card.hero-card.one-third-width {
  width: calc((100%/3) - 1rem);
}

.mdl-card.hero-card .mdl-card__title {
  padding: 0;
  min-height: 5rem;
  position: relative;
  background-color: #007d9b;
  color: #FFFFFF;
}

.mdl-card.hero-card .mdl-card__title .mdl-card__title-text {
  background-color: rgba(0, 81, 109, 0.32);
  width: 100%;
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mdl-card.hero-card .mdl-card__title .mdl-card__media {
  width: 100%;
  overflow: hidden;
  background-color: unset;
}

.mdl-card.hero-card .mdl-card__title .mdl-card__media img {
  min-width: 100%;
  width: 100%;
  height: auto;
}

.mdl-card.hero-card .mdl-card__supporting-text {
  min-height: 6rem;
}

.icon-list.font-color-light .mdl-list__item-primary-content {
  color: #FFFFFF;
}

.icon-list.font-color-light .mdl-list__item-primary-content .mdl-list__item-icon {
  color: #FFFFFF;
}

.indicator-group {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: center;
}

.mdl-card.invite-card {
  background-color: #007d9b;
  text-align: left;
  width: unset;
  cursor: default;
}

.mdl-card.invite-card .mdl-card__title,
.mdl-card.invite-card .mdl-card__supporting-text {
  color: #FFFFFF;
}

.mdl-card.invite-card .mdl-card__title {
  align-items: flex-start;
  justify-content: space-between;
}

.mdl-card.invite-card .mdl-card__title .material-icons {
  font-size: 2.5rem;
}

.mdl-card.invite-card .mdl-card__title .completed-icon {
  display: none;
}

.mdl-card.invite-card .mdl-card__title .active-icon {
  display: flex;
}

.mdl-card.invite-card .mdl-card__supporting-text .received-date,
.mdl-card.invite-card .mdl-card__supporting-text .due-date,
.mdl-card.invite-card .mdl-card__supporting-text .completed-date {
  margin-bottom: 0;
}

.mdl-card.invite-card .mdl-card__supporting-text .completed-date {
  display: none;
}

.mdl-card.invite-card .mdl-card__supporting-text .due-date {
  display: flex;
}

.mdl-card.invite-card:not(.completed):not(.expired) {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.mdl-card.invite-card:not(.completed):not(.expired):hover {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.14), 0 8px 1px -8px rgba(0, 0, 0, 0.2), 0 8px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}

.mdl-card.invite-card.expired {
  background-color: rgba(224, 224, 224, 0.2);
}

.mdl-card.invite-card.expired .mdl-card__title,
.mdl-card.invite-card.expired .font-body-2 {
  opacity: 0.6;
}

.mdl-card.invite-card.expired .completed-icon,
.mdl-card.invite-card.expired .completed-date {
  display: none;
}

.mdl-card.invite-card.expired .active-icon,
.mdl-card.invite-card.expired .due-date {
  display: none;
}

.mdl-card.invite-card.completed {
  background-color: rgba(0, 125, 155, 0.6);
}

.mdl-card.invite-card.completed .completed-icon,
.mdl-card.invite-card.completed .completed-date {
  display: flex;
}

.mdl-card.invite-card.completed .active-icon,
.mdl-card.invite-card.completed .due-date {
  display: none;
}

.primary-item-icon {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.primary-item-icon .credential-icon {
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #1ea65e;
  margin-right: 5px;
}

.primary-item-icon .credential-icon .material-icons {
  color: #ffffff;
}

.secondary-item-icon {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.secondary-item-icon .credential-icon {
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.secondary-item-icon .credential-icon .material-icons {
  color: #1ea65e;
  font-size: 32px;
}

.mdl-list__item.list-item {
  background-color: #FFFFFF;
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
}

.mdl-list__item.list-item .material-icons {
  margin-right: 1rem;
}

.mdl-list__item.list-item .mdl-list__item-primary-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.mdl-list__item.list-item .mdl-list__item-primary-content .mdl-list__item-text-title,
.mdl-list__item.list-item .mdl-list__item-primary-content .mdl-list__item-text-body {
  width: 100%;
  text-align: left;
}

.color-primary .navigation-with-context a,
.color-primary-dark .navigation-with-context a,
.color-primary-ultra-dark .navigation-with-context a {
  color: #FFFFFF;
}

.secondary-background .navigation-with-context a {
  color: #ffffff;
}

.navigation-with-context h4.has-context {
  margin-left: 15px;
}

.navigation-with-context .context-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navigation-with-context .context-container .font-overline {
  line-height: 24px;
}

.navigation-with-context .context-container .breadcrumb-divider {
  width: 1rem;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}

.mdl-card.outcome-card {
  display: flex;
  flex-grow: 1;
  margin: 0.5rem;
  width: 100%;
}

.mdl-card.outcome-card .mdl-card__title {
  padding: 0;
  background-color: #007d9b;
  color: #FFFFFF;
}

.mdl-card.outcome-card .mdl-card__title .mdl-card__title-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1rem;
  align-self: center;
}

.mdl-card.outcome-card .mdl-card__supporting-text {
  min-height: 6rem;
  width: auto;
}

.mdl-card.outcome-card .mdl-card__supporting-text .mdl-list .mdl-list__item .mdl-list__item-primary-content .mdl-list__item-icon {
  width: 1.5rem;
  margin-left: 0.75rem;
  margin-right: 2.75rem;
}

.mdl-card.outcome-card .mdl-card__supporting-text .mdl-list .mdl-list__item .mdl-list__item-primary-content .mdl-list__item-text-body {
  margin-left: 1rem;
}

.mdl-card.outcome-card .mdl-card__supporting-text .mdl-list .mdl-list__item .mdl-list__item-primary-content .mdl-list__item-text-body span {
  display: block;
}

.mdl-card.outcome-card .mdl-card__supporting-text .mdl-list .mdl-list__item .mdl-list__item-primary-content .mdl-list__item-text-body span:not(:first-child) {
  margin-top: 1rem;
}

.mdl-layout__drawer .menu-drawer-header {
  height: 8rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  padding-right: 1rem;
}

.mdl-layout__drawer .menu-drawer-header .profile-chip {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}

.mdl-layout__drawer .menu-drawer-header .profile-chip .profile-chip-content {
  margin-left: 1rem;
  word-wrap: break-word;
  word-break: break-all;
}

.mdl-layout__drawer .menu-drawer-header .profile-chip .profile-chip-content * {
  margin: 0;
  margin-right: 1rem;
}

.mdl-layout__drawer .menu-drawer-header .profile-chip .avatar {
  height: 3.5rem;
  width: 3.5rem;
  margin: 0;
}

.mdl-layout__drawer .menu-drawer-header svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.search-form {
  position: relative;
  display: flex;
  flex-grow: 1;
}

.search-form .search-results {
  background: #FFFFFF;
  position: absolute;
  left: 3rem;
  right: 0;
  top: 48px;
  display: none;
  z-index: 5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 1px -4px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
  -webkit-animation: FadeIn 0.3s ease-in-out;
  animation: FadeIn 0.3s ease-in-out;
}

.search-form .search-results .mdl-list {
  width: 100%;
}

.search-form .search-results .mdl-list .mdl-list__item {
  padding: 0;
}

.search-form .search-results .mdl-list .mdl-list__item a {
  width: 100%;
  align-items: center;
  padding: 1rem;
}

.search-form .search-results .mdl-list .mdl-list__item a:hover {
  background-color: #F5F5F6;
}

.search-form .search-results .mdl-list .mdl-list__item a .material-icons {
  display: none;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

.mdl-step {
  position: relative;
}

.mdl-step .mdl-step__label {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  cursor: pointer;
  margin-bottom: 8px;
  align-items: center;
}

.mdl-step .mdl-step__label .mdl-step__title {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  flex-flow: column nowrap;
  order: 2;
  width: calc(100% - 1rem);
}

.mdl-step .mdl-step__label .mdl-step__title-message {
  position: absolute;
  font-size: 12px;
  opacity: 0.7;
  font-weight: 500;
  top: 28px;
}

.mdl-step .mdl-step__label .mdl-step__label-indicator {
  order: 1;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  color: white;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: auto;
}

.mdl-step .mdl-step__label .mdl-step__label-indicator .mdl-step__label-indicator-content {
  line-height: 1em;
}

.mdl-step .mdl-step__label .mdl-step__label-indicator > :first-child {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  font-size: 15px;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.mdl-step .mdl-step__label .mdl-step__content {
  display: none;
  height: calc(100% - 132px);
  width: inherit;
  overflow: auto;
  margin-left: 64px;
  margin-right: 24px;
}

.mdl-step .mdl-step__label .mdl-step__actions {
  display: none;
  padding-top: 16px;
  height: 48px;
  margin-left: 64px;
  margin-right: 24px;
}

.mdl-step .mdl-step__label .mdl-step__actions [data-stepper-next].mdl-button--raised.mdl-button--colored {
  background-color: #007d9b;
  box-shadow: none;
}

.mdl-step .mdl-step__label .mdl-step__transient {
  position: absolute;
  top: 72px;
  left: 64px;
  z-index: 2;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  width: calc(100% - 88px);
  height: calc(100% - 132px);
  transition: 0.3s all ease-in-out;
}

.mdl-step .mdl-step__label .mdl-step__transient-overlay {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.mdl-step .mdl-step__label .mdl-step__transient-loader {
  z-index: 4;
  margin: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mdl-step .mdl-step__label {
    display: inline-block;
  }
}

.mdl-step .mdl-step__label--with-sublabel {
  align-items: baseline;
}

.mdl-step.is-active .mdl-step__label {
  width: 100%;
}

.mdl-step.is-active .mdl-step__title {
  font-weight: bold;
}

.mdl-step.is-active .mdl-step__content {
  display: block;
}

.mdl-step.is-active .mdl-step__label-indicator {
  background-color: #FFFFFF;
  color: #007d9b;
}

.mdl-step.is-active .mdl-step__actions {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  justify-content: flex-start;
}

.mdl-step.is-active .mdl-step__actions [data-stepper-next] {
  order: 1;
  margin-right: 8px;
}

.mdl-step.is-active .mdl-step__actions [data-stepper-cancel] {
  order: 2;
}

.mdl-step.is-active .mdl-step__actions [data-stepper-skip] {
  order: 3;
  margin-left: auto;
}

.mdl-step.is-active .mdl-step__actions [data-stepper-back] {
  order: 4;
  margin-left: auto;
}

.mdl-step .mdl-step__tooltip {
  display: none;
  position: absolute;
  width: 300px;
  left: -150px;
  top: 32px;
  padding: 0 20px;
  text-align: center;
  -webkit-animation: FadeIn 0.5s ease-in-out;
  animation: FadeIn 0.5s ease-in-out;
}

.mdl-step .mdl-step__tooltip p {
  padding: 0;
  margin: 0;
}

.mdl-step:hover .mdl-step__tooltip {
  display: block;
}

.mdl-step:hover .mdl-step__tooltip .mdl-step__tooltip-text {
  display: none;
}

.mdl-step:not(.is-active) {
  height: initial !important;
}

.mdl-step:not(.is-active):hover .mdl-step__tooltip {
  display: block;
}

.mdl-step:not(.is-active):hover .mdl-step__tooltip .mdl-step__tooltip-text {
  display: block;
}

.mdl-step:not(:last-child) {
  margin-bottom: 24px;
}

.mdl-step:not(:last-child).is-active {
  margin-bottom: 36px;
}

.mdl-step .mdl-step-error-message {
  display: none;
}

.mdl-step > * {
  -webkit-animation: FadeIn 0.5s ease-in-out;
  animation: FadeIn 0.5s ease-in-out;
}

.mdl-step.mdl-step--completed .mdl-step__label-indicator {
  background-color: #007d9b;
}

.mdl-step.mdl-step--error .mdl-step__title {
  color: #74d3ea;
}

.mdl-step.mdl-step--error .mdl-step-error-message {
  display: block;
  color: #74d3ea;
  font-weight: normal;
}

.mdl-step.mdl-step--error .mdl-step__label-indicator {
  background-color: #74d3ea !important;
  font-weight: bold;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

.subheading-with-context {
  text-align: left;
}

.subheading-with-context h5 {
  margin: 0;
}

.submission-item-icon {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.submission-item-icon .credential-icon {
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab-bar {
  border: none;
  height: auto;
  margin-top: 5px;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab {
  letter-spacing: 0.1rem;
  font-weight: 400;
  width: 25%;
  font-size: 11px;
  padding: 0;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: #FFFFFF;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  z-index: 5;
  background: #970570;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab :after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: #ffffff;
  -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.tag-group {
  padding: 1rem 0;
}

.tag-group .tag-group__title {
  color: rgba(0, 0, 0, 0.26);
}

.tag-group .tag-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.tag-group .tag-container .mdl-chip {
  margin-right: 1rem;
}

.tag-group .tag-container .mdl-chip.draggable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
}

.tag-group .tag-container .mdl-chip.draggable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.technical-skill {
  background: transparent;
  border-top: 2px solid #fff;
  min-height: auto;
  box-shadow: none;
}

.technical-skill .mdl-card__title {
  padding: 0;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.technical-skill .mdl-card__title h4 {
  color: #FFFFFF;
  text-decoration: underline;
  padding-bottom: 12px;
  font-size: 1.45rem;
}

.technical-skill .mdl-card__title .mdl-card__title-icon {
  align-self: flex-start;
  color: #fff;
}

.technical-skill .mdl-card__supporting-text {
  width: 100%;
  font-family: "Open-Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0;
}

.technical-skill .mdl-card__supporting-text .mdl-list {
  padding: 0;
  margin: 0;
}

.technical-skill .mdl-card__supporting-text .mdl-list .mdl-list__item {
  min-height: 24px;
  padding: 0;
  color: #FFFFFF;
}

.technical-skill .mdl-card__supporting-text .mdl-list .mdl-list__item .mdl-list__item-primary-content {
  font-size: 0.8rem;
}

.technical-skill .mdl-card__actions {
  padding: 0 16px;
}

.technical-skill .mdl-card__actions .mdl-button:hover {
  background: transparent;
  color: rgba(74, 74, 74, 0.5) !important;
}

.technical-skill .mdl-card__actions .mdl-button {
  color: #4a4a4a !important;
  width: 100%;
  padding: 0;
  text-align: center;
  padding-bottom: 8px;
}

.technical-skill .mdl-card__actions hr {
  background: #1ea65e;
  height: 2px;
  border-top: 0;
}

.textarea-with-counter {
  width: 100%;
}

.textarea-with-counter .mdl-textfield.shaded textarea {
  background: #F5F5F6;
}

.textarea-with-counter .mdl-textfield.is-focused + .word-counter {
  color: #007d9b;
}

.textarea-with-counter .word-counter {
  text-align: right;
  margin-top: -20px;
}

.textfield-container {
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  padding-bottom: 0.25rem;
}

.textfield-container .textfield-with-icon {
  height: 3rem;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-grow: 1;
}

.textfield-container .textfield-with-icon .material-icons {
  background-color: #E0E0E0;
  color: #000000;
  text-align: center;
  padding: 0.75rem;
}

.textfield-container .textfield-with-icon .mdl-textfield {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  flex-grow: 1;
  background: white;
}

.textfield-container .textfield-with-icon .mdl-textfield .mdl-textfield__input,
.textfield-container .textfield-with-icon .mdl-textfield .mdl-textfield__label {
  display: flex;
  width: calc(100% - .25rem);
  height: 3rem;
  padding: 0;
  padding-left: 0.25rem;
  top: 0;
  line-height: 3rem;
  color: #9B9B9B;
}

.textfield-container .textfield-with-icon .mdl-textfield .mdl-textfield__label::after {
  bottom: 0;
}

.textfield-container .textfield-with-icon .mdl-textfield .mdl-textfield__input {
  color: black;
}

.textfield-container .textfield-secondary-actions-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.textfield-container .textfield-secondary-actions-container .textfield-secondary-action {
  padding-top: 0.25rem;
  flex-grow: 1;
}

.add-or-search {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-items: stretch;
  align-items: center;
}

.add-or-search .add {
  width: 50%;
  text-align: right;
  padding-right: 1rem;
}

.add-or-search .expanding-search-form {
  width: 50%;
  text-align: left;
  margin-top: 6px;
  padding-left: 1rem;
}

.mdl-notification .banner {
  margin-bottom: 16px;
  box-shadow: none;
}

.mdl-notification .no-data {
  width: 100%;
}

.banner {
  width: 100%;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.2), inset 0 4px 1px -4px rgba(0, 0, 0, 0.2), inset 0 4px 5px 0 rgba(0, 0, 0, 0.12);
}

.banner .banner-container {
  display: flex;
  flex-direction: row;
}

.banner .banner-container .banner-icon {
  background-color: #007d9b;
  width: 4rem;
  height: 4rem;
  margin-top: 16px;
  border-radius: 2rem;
  margin-right: 2rem;
  position: relative;
  cursor: pointer;
}

.banner .banner-container .banner-icon .mdl-badge {
  position: absolute;
  right: 0;
  top: 0;
}

.banner .banner-container .banner-icon .material-icons {
  font-size: 2rem;
  margin: 1rem;
  color: #FFFFFF;
}

.banner .banner-container .banner-content {
  flex-grow: 1;
  width: 80%;
}

.banner .banner-container .banner-content .banner-body {
  margin-bottom: 0px;
}

.banner .banner-container .banner-content h5 {
  margin-bottom: 0;
  margin-top: 16px;
}

.banner .banner-container .banner-content .banner-actions {
  text-align: right;
}

app-notification-item {
  width: 100%;
}

.card-group .mdl-cell {
  display: flex;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.carousel .carousel-items {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}

.carousel #previous-button,
.carousel #next-button {
  color: #FFFFFF;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.32);
  font-size: 2rem;
}

.carousel #previous-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1rem;
}

.carousel #previous-button .material-icons {
  left: 25%;
}

.carousel #next-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1rem;
}

.carousel #next-button .material-icons {
  left: 75%;
}

.credentials-list {
  padding: 1rem;
}

.credentials-list .credential-group {
  position: relative;
}

.credentials-list .credential-group .vertical-line {
  height: 2rem;
  left: 2.7rem;
  margin-top: -1.25rem;
}

.credentials-list .credential-group .credential-group-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.credentials-list .credential-group .credential-group-header h4 {
  margin: 0;
  flex-grow: 1;
}

.credentials-list .credential-group .credential-group-header.progress-hidden {
  margin-top: 2rem;
}

.credentials-list .credential-group .credential-group-header.progress-hidden .progress,
.credentials-list .credential-group .credential-group-header.progress-hidden .material-icons {
  display: none;
}

.credentials-list .credential-group .credential-group-header.progress-hidden h4 {
  text-align: center;
}

.credentials-list .credential-group .credential-group-header .progress {
  width: 4rem;
  height: 4rem;
  left: -4px;
}

.credentials-list .credential-group .credential-group-header .mdl-button {
  margin: 1rem;
}

.credentials-list .credential-list-item {
  margin: 0.5rem 0;
  transition: background-color 0.3s ease;
  color: rgba(0, 0, 0, 0.32);
}

.credentials-list .credential-list-item .mdl-list__item-primary-content {
  margin-left: 1rem;
}

.credentials-list .credential-list-item.masters-aligned {
  color: #000000;
}

.credentials-list .credential-list-item.masters-aligned .credential-shield .st1 {
  fill: #c74298;
}

.credentials-list .credential-list-item.pre-masters-aligned {
  color: #000000;
}

.credentials-list .credential-list-item.pre-masters-aligned .credential-shield .st1 {
  fill: #c74298;
}

.credentials-list .credential-list-item.bachelor-aligned {
  color: #000000;
}

.credentials-list .credential-list-item.bachelor-aligned .credential-shield .st1 {
  fill: #c74298;
}

dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

.mdl-layout__drawer {
  border-left: 1px solid #F5F5F6;
  background: #FFFFFF;
  color: #000000;
}

.mdl-layout__obfuscator {
  color: rgba(0, 0, 0, 0.5);
}

.mdl-layout__drawer.is-visible ~ .mdl-layout__content.mdl-layout__content {
  overflow: visible;
}

.mdl-layout__content.mdl-drawer {
  margin-top: 16px;
  width: 100%;
}

.mdl-layout__drawer-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 440px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  padding: 1rem;
  top: 0;
  right: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-right: 1px solid #F5F5F6;
  background: #FFFFFF;
  transform: translateX(440px);
  transform-style: preserve-3d;
  will-change: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform;
  color: #000000;
  overflow: visible;
  overflow-y: auto;
  z-index: 5;
}

.mdl-layout__drawer-right.active {
  transform: translateX(0);
}

.mdl-layout__drawer-right > .mdl-layout-title {
  text-align: left;
  padding-right: 16px;
  margin-bottom: 1rem;
}

.mdl-layout__drawer-right .requirements-drawer {
  display: none;
}

.mdl-layout__obfuscator-right {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ob-active {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.example-template {
  width: 100%;
}

.example-template .example-heading {
  text-align: left;
}

.example-template .example-heading .mdl-button {
  float: right;
}

.example-template .example-form {
  color: #000000;
  padding: 2rem 1.5rem;
  background: #FFFFFF;
}

.example-template .example-form .question-block {
  margin-bottom: 2rem;
  position: relative;
}

.example-template .example-form .question-block .mdl-grid {
  padding-top: 0;
  padding-bottom: 0;
}

.example-template .example-form .question-block .criteria-list {
  padding: 1rem 2rem;
  padding-right: 6rem;
}

.example-template .example-form .question-block .criteria-list .credential {
  margin-bottom: 2rem;
  text-align: left;
}

.example-template .example-form .question-block .evidence-block .add-or-search {
  background: #FFFFFF;
  z-index: 4;
  margin: 0 3rem;
}

.example-template .example-form .question-block .evidence-block .block-outline {
  width: 100%;
  height: calc(100% - 2.5rem);
  top: 2.5rem;
  left: 0;
  position: absolute;
  border: 1px solid #E0E0E0;
  z-index: 1;
}

.example-template .example-form .question-block .evidence-block .evidence-item {
  z-index: 3;
}

.color-secondary .mdl-logo,
.color-secondary-dark .mdl-logo,
.color-secondary-light .mdl-logo {
  color: #ffffff;
}

.color-secondary .mdl-mini-footer__left-section a,
.color-secondary-dark .mdl-mini-footer__left-section a,
.color-secondary-light .mdl-mini-footer__left-section a {
  color: rgba(255, 255, 255, 0.4);
}

.color-primary .mdl-logo,
.color-primary-dark .mdl-logo,
.color-primary-ultra-dark .mdl-logo {
  color: #FFFFFF;
}

.color-primary .mdl-mini-footer__left-section a,
.color-primary-dark .mdl-mini-footer__left-section a,
.color-primary-ultra-dark .mdl-mini-footer__left-section a {
  color: rgba(255, 255, 255, 0.4);
}

.color-light .mdl-logo {
  color: #000000;
}

.mdl-mini-footer {
  background-color: rgba(0, 81, 109, 0);
  padding: 0 0 0 1rem;
  height: 16rem;
  z-index: 1;
}

.mdl-mini-footer .mdl-mini-footer__left-section {
  padding-top: 12rem;
  height: 4rem;
}

.mdl-mini-footer .mdl-logo {
  margin-bottom: 0;
}

.mdl-mini-footer .powered-by {
  height: 16rem;
  width: 14rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}

.mdl-mini-footer .powered-by .polygon-bottom-right {
  fill: #FFFFFF;
}

.mdl-mini-footer .powered-by .polygon-container {
  width: 14rem;
  height: 16rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.mdl-mini-footer .powered-by .secondary-logo-container {
  z-index: 1;
  height: 5rem;
  padding-top: 10rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mdl-mini-footer .powered-by .secondary-logo-container p {
  margin: 0;
}

.mdl-mini-footer .powered-by .client-logo {
  width: 5rem;
  height: 5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (max-width: 479px) {
  .mdl-mini-footer .mdl-mini-footer__left-section,
  .mdl-mini-footer .mdl-mini-footer__right-section {
    width: 100%;
    padding: 0;
  }

  .mdl-mini-footer .mdl-mini-footer__left-section {
    margin-bottom: -4rem;
  }

  .mdl-mini-footer .powered-by {
    width: 100%;
  }
}

.form .form__content .mdl-cell {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.form .form__content .mdl-cell .title {
  margin-bottom: 0;
}

.form .form__content .mdl-cell .hint {
  color: rgba(0, 0, 0, 0.26);
}

.form .form__actions {
  padding: 2rem 0.5rem 1rem 0.5rem;
}

.frequently-asked-questions .faq-item {
  text-align: left;
}

.frequently-asked-questions .faq-item p {
  padding-left: 1rem;
}

.full-screen-form .full-screen-form__header {
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007d9b;
  color: #FFFFFF;
}

.full-screen-form .full-screen-form__header .full-screen-form__title {
  padding: 0;
  margin: 0;
}

.full-screen-form form {
  width: 100%;
}

.full-screen-form form .full-screen-form__content {
  text-align: left;
  margin-top: 2rem;
}

.full-screen-form form .full-screen-form__actions {
  height: 3rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.full-screen-form form .full-screen-form__actions .button-group {
  width: 100%;
}

.mdl-layout__header {
  height: 5rem;
  justify-content: center;
}

.mdl-layout__header .primary-logo {
  height: 4rem;
  width: 4rem;
}

.mdl-layout__header .mdl-layout__drawer-button {
  height: 3rem;
  width: 3rem;
  top: 1.3rem;
  margin: 0;
  left: auto;
  right: 0;
}

.mdl-layout__header .mdl-layout__header-row {
  padding-right: 4rem;
  padding-left: 0rem;
}

.mdl-layout__drawer {
  right: 0 !important;
  transform: translateX(250px);
  left: auto;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  color: #000000;
  letter-spacing: 1.43px;
  font-family: "Open-Sans", sans-serif;
  text-transform: uppercase;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link .material-icons {
  margin-right: 8px;
  color: #000000;
}

.mdl-layout__drawer.is-visible {
  width: 320px;
}

.multi-textfield-form .mdl-checkbox {
  margin: 2rem 1rem;
}

.readonly-field .readonly-field__label {
  font-size: 10px;
}

.select-dialog {
  position: fixed;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  z-index: 99999;
}

.select-dialog .mdl-card__title {
  justify-content: center;
}

.select-dialog-obfuscator {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 20;
}

@media screen and (max-width: 479px) {
  #set-password-form .cta-button .mdl-button {
    width: 100%;
  }
}

.text-with-indicator p {
  margin-bottom: 8px;
}

.single-action-form .flex-row .mdl-button {
  margin-left: 1rem;
}

@media all and (max-width: 768px) {
  .single-action-form .flex-row .mdl-button {
    margin-top: 2rem;
    margin-left: 0;
  }
}

.single-action-form .cta-button h4 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.mdl-stepper {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1000;
}

.mdl-stepper > li {
  list-style: none;
}

@media only screen and (max-width: 375px) {
  .mdl-stepper {
    width: 100vw;
  }

  .mdl-grid .mdl-cell .mdl-stepper {
    margin-left: -16px;
  }
}

@media only screen and (min-width: 841px) {
  .mdl-stepper--horizontal {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding: 0;
  }

  .mdl-stepper--horizontal > .mdl-step {
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    justify-content: center;
    align-items: initial;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: initial;
    max-height: 84px;
    overflow: visible;
    top: -12px;
  }

  .mdl-stepper--horizontal > .mdl-step .mdl-step__title {
    margin-right: 1rem;
  }

  .mdl-stepper--horizontal > .mdl-step.is-active {
    flex: auto;
  }
}

@media only screen and (min-width: 841px) and (-ms-high-contrast: active), only screen and (min-width: 841px) and (-ms-high-contrast: none) {
  .mdl-stepper--horizontal > .mdl-step.is-active {
    top: -18px;
  }

  .mdl-stepper--horizontal > .mdl-step.is-active .mdl-step__title {
    margin-left: 12px;
    padding-right: 64px;
  }

  .mdl-stepper--horizontal > .mdl-step.is-active .mdl-step__label-indicator {
    position: absolute;
    left: -24px;
    top: 0;
  }

  .mdl-stepper--horizontal > .mdl-step.is-active .mdl-step__tooltip {
    left: -174px;
  }
}

@media only screen and (min-width: 841px) {
  .mdl-stepper--horizontal > .mdl-step:not(.is-active) .mdl-step__title {
    display: none;
  }

  .mdl-stepper--horizontal > .mdl-step.is-active.mdl-step--transient:before {
    content: attr(data-step-transient-message);
    -webkit-animation: FadeInFromBottom 0.3s cubic-bezier(0, 0, 0, 0.99);
    animation: FadeInFromBottom 0.3s cubic-bezier(0, 0, 0, 0.99);
    position: absolute;
    padding-left: 24px;
    display: flex;
    font-size: 16px;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 24px);
    height: 84px;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 9;
  }

  .mdl-stepper--horizontal > .mdl-step .mdl-step__transient {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mdl-stepper--horizontal > .mdl-step:not(:first-child):not(:last-child) {
    margin: 0;
  }

  .mdl-stepper--horizontal > .mdl-step {
    flex: 1;
  }

  .mdl-stepper--horizontal > .mdl-step:last-child {
    flex: inherit;
  }

  .mdl-stepper--horizontal > .mdl-step:not(:last-child):after {
    content: "";
    position: relative;
    top: 13px;
    width: 100%;
    /* margin-left: -12px; */
    height: 2px;
    background-color: #FFFFFF;
    opacity: 0.6;
  }
}

@media only screen and (min-width: 841px) and (-ms-high-contrast: active), only screen and (min-width: 841px) and (-ms-high-contrast: none) {
  .mdl-stepper--horizontal > .mdl-step:not(:last-child):after {
    display: inline-block;
  }
}

@media only screen and (min-width: 841px) {
  .mdl-stepper--horizontal > .mdl-step.mdl-step--completed:after {
    opacity: 1;
  }

  .mdl-stepper--horizontal {
    margin: 0 auto;
  }

  .mdl-stepper--horizontal .mdl-step__label {
    margin: 0;
    padding: 0;
    min-height: 1rem;
    transition: 0.025s border-radius linear;
  }

  .mdl-stepper--horizontal .mdl-step__label:active {
    border-radius: 100%;
  }

  .mdl-stepper--horizontal .mdl-step__label:active > .mdl-step__title {
    width: initial;
  }

  .mdl-stepper--horizontal .mdl-step__label > .mdl-step__title > .mdl-step__title-message {
    position: relative;
  }

  .mdl-stepper--horizontal .mdl-step__label > .mdl-step__title > * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media only screen and (min-width: 841px) and (-ms-high-contrast: active), only screen and (min-width: 841px) and (-ms-high-contrast: none) {
  .mdl-stepper--horizontal .mdl-step__label > .mdl-step__title > * {
    overflow: visible;
  }
}

@media only screen and (min-width: 841px) {
  .mdl-stepper--horizontal .mdl-step__label > .mdl-step__label-indicator {
    margin-top: auto;
  }
}

@media only screen and (min-width: 841px) and (-ms-high-contrast: active), only screen and (min-width: 841px) and (-ms-high-contrast: none) {
  .mdl-stepper--horizontal .mdl-step__label > .mdl-step__label-indicator {
    display: inline-block;
  }
}

@media only screen and (min-width: 841px) {
  .mdl-stepper--horizontal .mdl-step__label .mdl-step > .mdl-step__content {
    position: absolute;
    left: 0;
    width: calc(100% - 48px);
    margin: 24px;
  }

  .mdl-stepper--horizontal .mdl-step__label .mdl-step > .mdl-step__actions {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 24px;
    width: calc(100% - 48px);
  }

  .mdl-stepper--horizontal .mdl-step__label .mdl-step > .mdl-step__actions [data-stepper-next] {
    order: 4;
    margin-left: 8px;
    margin-right: 0;
    color: #007d9b;
    background-color: transparent;
  }

  .mdl-stepper--horizontal .mdl-step__label .mdl-step > .mdl-step__actions [data-stepper-cancel] {
    order: 3;
    margin-left: auto;
  }

  .mdl-stepper--horizontal .mdl-step__label .mdl-step > .mdl-step__actions [data-stepper-skip] {
    order: 2;
    margin-left: auto;
  }

  .mdl-stepper--horizontal .mdl-step__label .mdl-step > .mdl-step__actions [data-stepper-back] {
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }

  .mdl-stepper--horizontal .mdl-stepper--linear > .mdl-step:not(.mdl-step--completed):not(.is-active) .mdl-step__title > .mdl-step__title-text {
    opacity: 0.5;
  }
}

@-webkit-keyframes FadeInFromBottom {
  0% {
    height: 0;
    padding-top: 84px;
    background-color: white;
    color: white;
  }

  25% {
    color: white;
  }
}

@keyframes FadeInFromBottom {
  0% {
    height: 0;
    padding-top: 84px;
    background-color: white;
    color: white;
  }

  25% {
    color: white;
  }
}

.submission-list {
  padding: 0;
}

.submission-list .submission-list-item {
  padding: 0;
  padding-right: 1rem;
  margin: 1rem;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}

.submission-list .submission-list-item .heading-with-context {
  margin-bottom: 0.25rem;
}

.submission-list .submission-list-item .mdl-list__item-primary-content {
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;
}

.submission-list .submission-list-item:hover {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.14), 0 8px 1px -8px rgba(0, 0, 0, 0.2), 0 8px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}

.mdl-tabs {
  margin: 0;
}

.timeline {
  margin: 32px 0;
}

.timeline .timeline-item {
  display: flex;
  flex-direction: row;
  position: relative;
}

.timeline .timeline-item .material-icons {
  font-size: 2rem;
}

.timeline .timeline-item .vertical-line {
  background-color: #FFFFFF;
  left: 1rem;
  width: 1px;
  top: 2rem;
  height: calc(100% - 2rem);
}

.timeline .timeline-item .mdl-list__item.list-item {
  background-color: #007d9b;
  color: #FFFFFF;
  position: relative;
  overflow: visible;
  flex-grow: 1;
  margin-left: 1rem;
  margin-top: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}

.timeline .timeline-item .mdl-list__item.list-item:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-color: transparent transparent transparent #007d9b;
  top: 0.5rem;
  left: -0.5rem;
  transform: rotate(180deg);
}

.vixverify-sample {
  width: 100%;
}

.vixverify-sample img {
  width: 100%;
  height: auto;
}

body.dialog-open {
  overflow: hidden;
}

.nsm-dialog-btn-close {
  border: 0;
  background: none;
  color: #2d2d2d;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2em;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: background-color 500ms;
  background-color: transparent;
  z-index: 999;
}

.overlay.nsm-overlay-open {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay.transparent {
  background-color: transparent;
}

.nsm-dialog {
  position: relative;
  opacity: 1;
  visibility: visible;
  min-height: 200px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  pointer-events: none;
}

.nsm-dialog.nsm-dialog-close {
  opacity: 0;
}

.nsm-dialog.nsm-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2));
}

.nsm-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  padding: 1rem;
  margin: 1.75rem;
  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);
  outline: 0;
  transform: translate3d(0, 0, 0);
}

.nsm-body {
  position: relative;
  flex: 1 1 auto;
}

/* *************************
* Animations
* *************************/

.nsm-dialog[class*=nsm-dialog-animation-] {
  transition: transform 500ms ease-in-out, opacity 500ms;
}

.nsm-dialog-animation-ltr {
  transform: translate3d(-50%, 0, 0);
}

.nsm-dialog-animation-ltr.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}

.nsm-dialog-animation-ltr.nsm-dialog-close {
  transform: translate3d(-50%, 0, 0);
}

.nsm-dialog-animation-rtl {
  transform: translate3d(50%, 0, 0);
}

.nsm-dialog-animation-rtl.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}

.nsm-dialog-animation-rtl.nsm-dialog-close {
  transform: translate3d(50%, 0, 0);
}

.nsm-dialog-animation-ttb {
  transform: translate3d(0, -50%, 0);
}

.nsm-dialog-animation-ttb.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}

.nsm-dialog-animation-ttb.nsm-dialog-close {
  transform: translate3d(0, -50%, 0);
}

.nsm-dialog-animation-btt {
  transform: translate3d(0, 50%, 0);
}

.nsm-dialog-animation-btt.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}

.nsm-dialog-animation-btt.nsm-dialog-close {
  transform: translate3d(0, 50%, 0);
}

.mdl-popup-main.bg-dark .nsm-content {
  background: #f4f4f4;
}

@media screen and (max-width: 599px) {
  .mdl-popup-main {
    height: 100%;
  }

  .mdl-popup-main .nsm-content {
    margin: 0;
    height: 100%;
    overflow-y: scroll;
  }

  .mdl-popup__footer {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1500;
  }
}

@media screen and (min-width: 600px) {
  .mdl-popup-main {
    max-width: 792.5px;
    width: 61.9%;
  }
}

@media screen and (min-width: 600px) and (min-width: 840px) {
  .mdl-popup-main.mdl-popup-cell-10 {
    max-width: 855px;
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (min-width: 840px) {
  .mdl-popup-main.mdl-popup-cell-8 {
    max-width: 690px;
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  .mdl-popup-main .nsm-dialog {
    width: 600px;
  }
}

@media screen and (min-width: 600px) and (max-width: 840px) {
  .mdl-popup-main {
    width: 100%;
  }
}

.mdl-popup-main {
  position: relative;
}

.mdl-popup-main .mdl-grid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 599px) {
  .mdl-popup-main .mdl-grid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.mdl-popup-main .nsm-content {
  padding: 0;
}

.mdl-popup-main .nsm-dialog-btn-close {
  top: 21px;
  right: 23px;
}

@media screen and (max-width: 599px) {
  .mdl-popup-main .nsm-dialog-btn-close {
    right: 16px;
  }
}

.mdl-popup-main .mdl-popup {
  color: #000;
}

.mdl-popup-main .mdl-popup .mdl-popup__title {
  max-width: calc(100% - 48px);
}

.mdl-popup-main .mdl-popup .mdl-popup__title .h2-with-body {
  margin: 0;
}

.mdl-popup-main .mdl-popup .mdl-popup__title .h2-with-body h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mdl-popup-main .mdl-popup .mdl-popup__title .h2-with-body h2 {
  font-size: 1.5rem;
  font-weight: 200;
  margin-top: -0.5rem;
  color: #2f2f2f;
  margin-bottom: 0.25rem;
  letter-spacing: 0.18px;
}

.mdl-popup-main .mdl-popup .mdl-popup__subtext {
  margin: 0 1rem;
}

.mdl-popup-main .mdl-popup .mdl-popup__media {
  position: relative;
}

.mdl-popup-main .mdl-popup .mdl-popup__media .mdl-popup__media-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin: 1.25rem 2rem;
}

@media screen and (max-width: 599px) {
  .mdl-popup-main .mdl-popup .mdl-popup__media .mdl-popup__media-icon {
    margin: 0.75rem 1.25rem;
  }
}

.mdl-popup-main .mdl-popup .mdl-popup__media > img {
  max-width: 100%;
  width: 100%;
}

.mdl-popup-main .mdl-popup .mdl-popup__card .mdl-popup__supoorting-text {
  text-transform: uppercase;
  font-size: 1rem;
  color: #2f2f2f;
  margin-bottom: 1rem;
}

.mdl-popup-main .mdl-popup .mdl-popup__card .mdl-popup__supoorting-text i {
  vertical-align: bottom;
}

.mdl-popup-main .mdl-popup .mdl-popup__card .mdl-card {
  margin-bottom: 1.5rem;
  min-height: auto;
}

.mdl-popup-main .mdl-popup .mdl-popup__card .mdl-card.last {
  margin-bottom: 0;
}

.mdl-popup-main .mdl-popup .mdl-popup__card .mdl-card h2.title {
  margin-bottom: 0.25px;
}

.mdl-popup-main .mdl-popup .mdl-popup__card .mdl-card .list {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
}

.mdl-popup-main .mdl-popup .mdl-popup__card .mdl-card .list li {
  margin-bottom: 10px;
  color: #2f2f2f;
  font-weight: 600;
  /* letter-spacing: 1.2px; */
  /* font-size: 0.8rem; */
}

.mdl-popup-main .mdl-popup .mdl-popup__card h2.title {
  font-size: 1.5rem;
  color: #2f2f2f;
  font-weight: 200;
  letter-spacing: 0.18px;
}

.mdl-popup-main .mdl-popup .mdl-popup__footer {
  margin-top: 2rem;
  background: #0d8572;
  padding: 15px;
  bottom: 0;
}

.mdl-popup-main .mdl-popup .mdl-popup__footer.stcrs {
  background: #e78ace;
}

.mdl-popup-main .mdl-popup .mdl-popup__footer.stcrs .mdl-button--colored {
  background: #970570;
}

.mdl-popup-main .mdl-popup .mdl-popup__footer.vcrs {
  background: #1ea65e;
}

.mdl-popup-main .mdl-popup .mdl-popup__footer.vcrs .mdl-button--colored {
  background: #03465d;
}

.mdl-popup-main .mdl-popup .mdl-popup__footer .mdl-button--colored {
  background: #1ea65e;
}

@media (max-width: 599px) {
  .phone-pd-ml .mdl-pad-0 {
    padding: 0px;
  }

  .phone-pd-ml .mdl-ml-0 {
    margin-left: 0;
  }

  .phone-pd-ml .mdl-ml-50 {
    width: calc(50% - 8px);
  }

  .phone-pd-ml .mdl-ml-50-fl {
    width: 50%;
  }

  .phone-pd-ml .mdl-mr-0 {
    margin-right: 0;
  }

  .phone-pd-ml .mdl-mr-50 {
    width: calc(50% - 8px);
  }

  .phone-pd-ml .mdl-wd-100 {
    width: 100%;
  }

  .phone-pd-ml .mdl-mrl-0 {
    margin-left: 0;
    margin-right: 0;
  }
}

.mdl-mini-footer {
  height: 4.5rem;
}

@media (max-width: 479px) {
  .learning .credentials-list .credential-list-item .font-button {
    margin-top: 1rem;
  }
}

.learning-group .group-title {
  font-size: 16px;
  margin-top: 0.5rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.learning-group .group-title.last {
  margin-top: 3rem;
}

.learning-group .group-type {
  font-size: 18px;
  margin-top: 0.5rem;
  letter-spacing: 0.13px;
  font-family: "Raleway", sans-serif;
}

.learning .c-learning .credential-list-item {
  padding: 0.25rem;
}

.learning .credentials-list {
  padding: 0;
}

.learning .credentials-list .credential-list-item {
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  flex-wrap: wrap;
  margin: 0;
}

.learning .credentials-list .credential-list-item .credential-shield-main {
  display: flex;
}

.learning .credentials-list .credential-list-item .credential-shield-main .credential-shield {
  position: relative;
}

.learning .credentials-list .credential-list-item .font-button {
  display: flex;
  flex-direction: row;
}

.learning .credentials-list .credential-list-item .completed i {
  color: #1ea65e;
  margin-left: 20px;
  font-size: 32px;
  margin-top: 10px;
}

.learning .credentials-list .credential-list-item .subheading-with-context {
  color: #ffffff;
}

.learning .credentials-list .credential-list-item .subheading-with-context .font-overline svg {
  height: 14px;
  margin-right: 2px;
  margin-top: -3px;
}

.learning .credentials-list .credential-list-item .subheading-with-context h6 {
  margin: 0 0 5px 0;
}

.credential-list .mdl-list__item {
  padding: 0;
}

.instructions,
.advice,
.credentials {
  padding: 2rem 1rem 1rem 1rem;
}

.help-button {
  display: flex;
  padding-bottom: 0;
  padding-top: 1rem;
  margin: 0;
  font-size: 1rem;
  color: #ffd923;
}

.help-button a {
  margin-left: 5px;
  text-transform: uppercase;
  color: #ffd923;
}

.learning-instruction {
  background: #efefef;
  color: #004942;
}

.learning-instruction .mdl-instruction-list {
  margin-bottom: 1rem;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-primary-content {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-primary-content.justified-right {
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-primary-content.justified-right span {
  text-decoration: underline;
  color: #004942;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-primary-content .mdl-badge {
  left: 8px;
  margin-right: 40px;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-primary-content .mdl-badge[data-badge]:after {
  width: 32px;
  height: 32px;
  font-size: 1rem;
  top: -17px;
  background: #9b9b9b;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-primary-content span {
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-primary-content i {
  margin-right: 0.5rem;
  font-size: 32px;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-secondary-content {
  display: flex;
  margin-left: 5px;
  margin-bottom: 5px;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-secondary-content span {
  margin-left: 0.75rem;
  text-decoration: underline;
}

.learning-instruction .mdl-instruction-list .mdl-instruction-list__item-secondary-content span.view-r {
  color: #004942;
}

.learning-instruction .credential-shield-main {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  color: #2f2f2f;
}

.learning-instruction .credential-shield-main .credential-shield {
  position: relative;
  width: 3rem;
  height: 3rem;
}

.learning-instruction .credential-shield-main .credential-shield img {
  position: absolute;
  width: 20px;
  left: 0px;
  right: -9px;
  top: 11px;
  margin: auto;
}

.learning-instruction .credential-shield-main .credential-shield .st0 {
  opacity: 0.5;
}

.learning-instruction .credential-shield-main .credential-shield .st1 {
  fill: #c74298;
}

.learning-instruction .credential-shield-main h6 {
  font-size: 1.2rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.learning-instruction .advice,
.learning-instruction .credentials {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
}

.learning-instruction .advice {
  color: #970570;
}

.learning-instruction .advice .mdl-badge[data-badge]:after {
  background: #970570 !important;
}

.learning-instruction .advice .subheading-with-context h6 {
  font-size: 24px;
}

.learning-instruction .credentials {
  color: #9b9b9b;
}

.learning-instruction .credentials .mdl-badge[data-badge].half-square:after {
  border-radius: 0;
  border-bottom-left-radius: 48%;
  border-bottom-right-radius: 48%;
  height: 34px;
}

.credential-shield-view {
  margin-bottom: 1rem !important;
  display: flex;
}

.credential-shield-view .credential-shield {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
}

.credential-shield-view .credential-shield .st1 {
  fill: #0d8572;
}

@media (min-width: 480px) {
  .desktop-tablet-center {
    text-align: center;
  }
}

.diagnostic-question-set .mdl-checkbox__box-outline {
  width: 20px;
  height: 20px;
  background: #d8d8d8;
  border: 0;
}

.diagnostic-question-set .mdl-checkbox__label {
  font-size: 14px;
  line-height: 1.33;
}

.diagnostic-question-set .is-checked .mdl-checkbox__box-outline {
  border: 2px solid #d8d8d8;
  background-color: #004942;
}

.diagnostic-question-set .is-checked .mdl-checkbox__tick-outline {
  background-color: #d8d8d8;
}

.diagnostic-question-set .mdl-checkbox.is-checked.mdl-checkbox__box-outline {
  background: transparent;
  border: 0;
}

.mdl-login-btn {
  margin-top: 15px;
}

.mdl-button:not(.mdl-button--fab):not(.mdl-button--icon) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.mtb-20-px {
  margin: 1.25rem 0;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab {
  font-size: 11px;
  padding: 0;
  line-height: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 64px;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab-bar {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}

.pb-20-px {
  padding-bottom: 20px;
}

.workplace-skill .mdl-card__icons {
  padding: 16px 16px 0 16px;
}

.scroll-to-top {
  opacity: 0;
}

.show-scroll {
  opacity: 1;
}

@media (max-width: 479px) {
  .mdl-snackbar {
    max-height: 120px;
    display: flex;
    justify-content: center;
  }

  .mdl-snackbar .mdl-snackbar__action {
    margin-right: 8px;
    text-align: center;
  }
}

.mdl-snackbar {
  z-index: 2000;
}

.cta-button .mdl-button {
  width: calc(100% - 1rem);
}

.primary-item-icon .credential-icon {
  background-color: transparent;
}

.primary-item-icon .credential-icon img {
  max-width: 100%;
}

.secondary-item-icon .credential-icon.in-progress i {
  color: #970570;
}

.diagonostic-bg,
.background-greentte {
  background-color: #0d8572;
}

.diagonostic-btn {
  background-color: #1DA65D;
}

.diagonostic-color {
  color: #0d8572;
}

.background-greentte {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
}

.mdl-shadow--2dp {
  box-shadow: none;
}

.diagnostic-question {
  display: flex;
  flex-basis: inherit;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.diagnostic-question span {
  max-width: 90%;
}

.diagnostic-question-set .mdl-checkbox-card {
  display: flex;
}

.diagnostic-question-set .label {
  width: 20px !important;
  height: 20px !important;
}

.diagnostic-oval {
  height: 30px;
  width: 30px;
  background-color: #1ea65e;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  margin-left: -4px;
}

.mdl-card__title.diagst-card-title {
  padding-top: 0px;
}

.diagnostic-qn {
  margin-left: initial;
}

.mdl-checkbox {
  display: inline;
}

@media (max-width: 479px) {
  .round-chkbox {
    position: relative;
    float: left;
    width: 5%;
  }

  .diagst-answer {
    float: left;
  }
}

@media (min-width: 480px) {
  .round-chkbox {
    text-align: center;
    position: relative;
  }

  .round-chkbox label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    position: absolute;
    width: 28px;
  }

  .round-chkbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }

  .round-chkbox input[type=checkbox] {
    visibility: hidden;
  }

  .round-chkbox input[type=checkbox]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
  }

  .round-chkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
  }
}

app-textbox,
app-checkbox,
app-radio,
app-dropdown {
  width: 100%;
}

.diagnostic-question-set select {
  font-size: 14px;
}

.diagnostic-question-set .mdl-textfield {
  background: #e5ebe5;
}

.diagnostic-question-set .mdl-textfield textarea,
.diagnostic-question-set .mdl-textfield input {
  padding: 0.5rem;
  width: calc(100% - 1rem);
  font-size: 14px;
}

.diagnostic-question-set .mdl-textfield {
  padding: 0;
}

.diagnostic-question-set .mdl-radio .mdl-radio__label {
  font-size: 14px;
  line-height: 1.33;
  margin-left: 0.5rem;
  margin-top: 15px;
}

.diagnostic-question-set .mdl-radio.is-checked .mdl-radio__outer-circle {
  border: 2px solid #004942;
}

.diagnostic-question-set .mdl-radio .mdl-radio__outer-circle {
  width: 22px;
  height: 22px;
  margin-top: -2px;
}

.diagnostic-question-set .mdl-radio .mdl-radio__inner-circle {
  width: 14px;
  height: 14px;
  background: #004942;
  margin-top: -2px;
}

.credential-shield.diagonostic-result {
  width: 26px;
  height: 28px;
  padding-right: 22px;
  float: left;
}

.current-learning .last {
  margin-bottom: 0;
}

.current-learning .contact-inner {
  padding-top: 0;
}

.news-panel {
  margin-top: 0;
}

.news-panel .slide-2 {
  margin: 0;
  width: 100%;
}

.news-panel .slide-2 .mdl-card {
  min-height: auto;
}

.news-panel .slide-2 .mdl-card__title {
  padding: 4px 0px 0px 0px !important;
  width: 100%;
  position: relative;
  margin-top: 2.375rem;
}

.news-panel .slide-2 .mdl-card__title .mdl-card__media_text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  display: flex;
  width: 522px;
  justify-content: flex-end;
}

.news-panel .slide-2 .mdl-card__title .mdl-card__media_text.right-align {
  right: 0;
  left: auto;
  justify-content: flex-start;
  padding-left: 1.03125rem;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-2 .mdl-card__title .mdl-card__media_text {
    width: 30px;
    bottom: 0;
    padding-left: 1.03125rem;
  }
}

.news-panel .slide-2 .mdl-card__title .mdl-card__media_text h5 {
  color: #2f2f2f;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin: 18px 12px 18px 12px;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-2 .mdl-card__title .mdl-card__media_text h5 {
    font-size: 1.125rem;
  }
}

.news-panel .slide-2 .h1-with-body {
  width: 522px;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-2 .h1-with-body {
    width: 301px;
  }
}

.news-panel .slide-2 .h1-with-body .mdl-cell {
  margin: 0;
}

.news-panel .slide-2 .h1-with-body .navigator {
  margin-top: 2rem;
  display: flex;
  align-content: center;
  display: flex;
  align-items: center;
  /* width: auto; */
  justify-items: center;
  justify-content: space-between;
}

.news-panel .slide-2 .h1-with-body .navigator .navigatio-title {
  max-width: 360px;
}

.news-panel .slide-2 .h1-with-body .navigator .navigatio-title span {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Open-Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0.75px;
  position: relative;
}

.news-panel .slide-2 .h1-with-body .navigator .navigatio-title span:after {
  border-bottom: 0.1em solid #fff;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 100%;
}

.news-panel .slide-2 .h1-with-body .navigator span.arrow {
  padding-left: 1.5rem;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-2 .h1-with-body .navigator span.arrow {
    padding-left: 0;
  }
}

.news-panel .slide-2 .h1-with-body .navigator span.arrow svg {
  height: 45px;
  fill: #ffffff;
}

.news-panel .slide-2 .h1-with-body .navigator span.arrow i {
  font-size: 48px;
}

.news-panel .slide-1 {
  margin: 0;
  width: 100%;
}

.news-panel .slide-1 .mdl-card__title {
  padding: 4px 0px 0px 0px !important;
  width: 100%;
  position: relative;
}

.news-panel .slide-1 .mdl-card__title .mdl-card__media {
  position: relative;
}

.news-panel .slide-1 .mdl-card__title .mdl-card__media_text_uber {
  position: absolute;
  top: 1.18rem;
  left: 1.18rem;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-1 .mdl-card__title .mdl-card__media_text_uber {
    max-width: 62px;
    top: 0.625rem;
    left: 0.625rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 839px) {
  .news-panel .slide-1 .mdl-card__title .mdl-card__media_text_uber {
    max-width: 107px;
    top: 1rem;
    left: 1rem;
  }
}

.news-panel .slide-1 .mdl-card__title .mdl-card__media_text_uber img {
  max-width: 100%;
}

.news-panel .slide-1 .mdl-card__title .mdl-card__media_text {
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #ffffff;
  width: 428px;
  height: 99px;
}

@media screen and (max-width: 839px) {
  .news-panel .slide-1 .mdl-card__title .mdl-card__media_text {
    width: 323px;
    height: 70px;
  }
}

@media screen and (max-width: 599px) {
  .news-panel .slide-1 .mdl-card__title .mdl-card__media_text {
    width: 242px;
    bottom: 30px;
    height: 64px;
  }
}

.news-panel .slide-1 .mdl-card__title .mdl-card__media_text h2 {
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 840px) {
  .news-panel .slide-1 .mdl-card__title .mdl-card__media_text h2 {
    font-size: 38px !important;
    line-height: 99px;
  }
}

@media screen and (max-width: 839px) {
  .news-panel .slide-1 .mdl-card__title .mdl-card__media_text h2 {
    line-height: 70px;
  }
}

@media screen and (max-width: 599px) {
  .news-panel .slide-1 .mdl-card__title .mdl-card__media_text h2 {
    line-height: 64px;
  }
}

.news-panel .slide-1 .h1-with-body .navigator {
  display: flex;
  align-content: center;
  display: flex;
  align-items: center;
  /* width: auto; */
  justify-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-1 .h1-with-body .navigator {
    justify-content: space-between;
  }
}

.news-panel .slide-1 .h1-with-body .navigator .navigatio-title {
  max-width: 490px;
}

.news-panel .slide-1 .h1-with-body .navigator .navigatio-title span {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Open-Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  position: relative;
  text-transform: uppercase;
}

.news-panel .slide-1 .h1-with-body .navigator .navigatio-title span:after {
  border-bottom: 0.1em solid #fff;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 100%;
}

.news-panel .slide-1 .h1-with-body .navigator span.arrow {
  padding-left: 1.5rem;
  cursor: pointer;
  padding-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-1 .h1-with-body .navigator span.arrow {
    padding-left: 10px;
    padding-bottom: 23px;
  }
}

.news-panel .slide-1 .h1-with-body .navigator span.arrow svg {
  height: 45px;
  fill: #ffffff;
}

.news-panel .slide-1 .h1-with-body .navigator span.arrow i {
  font-size: 48px;
}

.news-panel .slide-3 .mdl-list {
  margin-top: 0;
  padding-top: 0;
}

.news-panel .slide-3 .mdl-list .mdl-list__item--two-line.last {
  height: 96px;
}

.news-panel .slide-3 .mdl-list .mdl-list__item--two-line.last .mdl-list__item-primary-content {
  height: 60px;
}

.news-panel .slide-3 .mdl-list .mdl-list__item--two-line.last .mdl-list__item-primary-content .mdl-list__item-sub-title {
  margin-left: 66px;
}

.news-panel .slide-3 .mdl-list .title {
  font-family: "Open-Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  color: #ffffff;
  text-transform: uppercase;
}

.news-panel .slide-3 .mdl-list .mdl-list__item-sub-title {
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.44px;
  color: #ffffff;
}

.news-panel .slide-3 .mdl-list .mdl-list__item-avatar {
  background: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
}

.news-panel .slide-3 .mdl-list .mdl-list__item-avatar svg {
  margin-bottom: 16px;
}

.news-panel .slide-3 .h1-with-body h3 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-3 .h1-with-body h3 {
    margin-top: 0;
  }
}

.news-panel .slide-3 .h1-with-body .mdl-list__item--two-line {
  padding: 0;
}

.news-panel .slide-3 .h1-with-body .navigator {
  display: flex;
  align-content: center;
  display: flex;
  align-items: center;
  /* width: auto; */
  justify-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-3 .h1-with-body .navigator {
    justify-content: space-between;
  }
}

@media screen and (max-width: 839px) {
  .news-panel .slide-3 .h1-with-body .navigator .mdl-cell--hide-phone {
    max-width: 360px;
  }
}

.news-panel .slide-3 .h1-with-body .navigator .navigatio-title span {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Open-Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  position: relative;
  text-transform: uppercase;
}

.news-panel .slide-3 .h1-with-body .navigator .navigatio-title span:after {
  border-bottom: 0.1em solid #fff;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 100%;
}

.news-panel .slide-3 .h1-with-body .navigator span.arrow {
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .news-panel .slide-3 .h1-with-body .navigator span.arrow {
    padding-left: 0;
  }
}

.news-panel .slide-3 .h1-with-body .navigator span.arrow svg {
  height: 45px;
  fill: #ffffff;
}

.news-panel .slide-3 .h1-with-body .navigator span.arrow i {
  font-size: 48px;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q {
  padding: 0;
}

.sv_main .sv_q {
  margin: 2rem 0;
}

.sv_main .sv_body {
  border-top: 0px;
}

.sv_main .sv_container .sv_body {
  padding: 0.5rem 2rem 1.5rem 2rem;
}

@media screen and (max-width: 599px) {
  .sv_main .sv_container .sv_body {
    padding: 0.5rem 1rem 1.5rem 1rem;
  }
}

.sv_main .sv_p_root > .sv_row {
  border-bottom: 0px solid #d8d8d8;
}

.sv_main .sv_p_root > .sv_row:last-child {
  border-bottom: 0;
}

.sv_main .sv_p_root > .sv_row:nth-child(3) .sv_q {
  margin-top: 0;
}

.sv_main .sv_p_root > .sv_row:nth-child(even) {
  background-color: transparent;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_p_title {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 0.8rem;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_p_title span {
  font-size: 28px;
  letter-spacing: 0.21px;
  color: #1ea65e;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

.sv_q_checkbox_control_item {
  position: absolute;
  opacity: 0;
}

.sv_q_checkbox_control_item + span {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.sv_q_checkbox_control_item + span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #d8d8d8;
}

.sv_q_checkbox_control_item:hover + span:before {
  background: #d8d8d8;
}

.sv_q_checkbox_control_item:checked + span:before {
  background: #d8d8d8;
}

.sv_q_checkbox_control_item:checked + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: #004942;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #004942, 4px 0 0 #004942, 4px -2px 0 #004942, 4px -4px 0 #004942, 4px -6px 0 #004942, 4px -8px 0 #004942;
  transform: rotate(45deg);
}

.sv_main .sv_qstn .sv_q_text_root,
.sv_main .sv_qstn textarea {
  font-family: "Open-Sans", sans-serif;
  font-size: 14px !important;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #000000;
}

.sv_main .sv_qstn .sv_select_wrapper::before {
  background-color: #004942;
}

.sv_main .sv_qstn .sv_select_wrapper select {
  font-size: 12px !important;
  font-family: "Open-Sans", sans-serif;
  color: #000000;
  height: calc(2.75em + 1px) !important;
}

.sv_main .sv_qstn .sv-q-col-1 {
  padding: 0px;
}

.sv_main .sv_qstn .sv_q_radiogroup .sv_q_radiogroup_label {
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-bottom: 1rem;
}

.sv_main .sv_qstn .sv_q_radiogroup input[type=radio] + span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 11px;
}

.sv_main .sv_qstn .sv_q_radiogroup input[type=radio] + span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  position: absolute;
  top: -10px;
  left: 0;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 50%;
}

.sv_main .sv_qstn .sv_q_radiogroup input[type=radio] {
  display: none !important;
  *display: inline;
}

.sv_main .sv_qstn .sv_q_radiogroup input[type=radio]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #004942;
}

.sv_main .sv_qstn .sv_q_radiogroup label span {
  font-family: "Open-Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000000;
}

.sv_main .sv_qcbx .sv_q_checkbox .sv_q_checkbox_label {
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
  margin-bottom: 1rem;
}

.sv_main .sv_qcbx .sv_q_checkbox .sv_q_checkbox_label .sv_q_checkbox_control_label {
  width: 90%;
  margin-left: 5px;
}

.sv_main .sv_qcbx .sv_q_checkbox .sv_q_checkbox_label .sv_q_checkbox_control_label span {
  font-family: "Open-Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.2px;
  letter-spacing: normal;
  color: #000000;
}

.sv_main .sv_q_erbox {
  padding: 0.2rem 0.5rem !important;
}

.sv_main .sv_q_erbox span {
  font-family: "Open-Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.sv_main .sv_nav {
  width: 100%;
}

.sv_main .sv_nav input {
  width: 100%;
  color: #fff;
  font-family: "Open-Sans", sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  margin-bottom: 0.5rem;
  height: 3rem;
  background: #1DA65D;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  border: 0;
}

.sv_main .sv_q_title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem !important;
}

.sv_main .sv_q_title h5 {
  font-size: 1rem;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}

.sv_main .sv_q_title span:nth-child(2) {
  display: none;
}

.sv_main .sv_q_title span:nth-child(3) {
  width: calc(100% - 2.875rem);
  padding-left: 0.875rem;
  font-family: "Open-Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 0.2px;
  color: #000000;
}

.sv_main .sv_q_title .sv_q_num {
  background: #1DA65D;
  width: 2rem;
  height: 2rem;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 32px;
}

.credential-form .textfield-container {
  margin: 3rem 0;
  /* Reset Select */
  /* Remove IE arrow */
  /* Custom Select */
  /* Arrow */
  /* Transition */
}

.credential-form .textfield-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #E0E0E0;
  background-image: none;
}

.credential-form .textfield-container select::-ms-expand {
  display: none;
}

.credential-form .textfield-container .select {
  position: relative;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #E0E0E0;
  overflow: hidden;
  border-radius: 0.25em;
}

.credential-form .textfield-container select {
  height: 3rem;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
  color: #000;
}

.credential-form .textfield-container .select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}

.credential-form .textfield-container .select:hover::after {
  color: #f39c12;
}

.sts .mdl-card--main {
  margin-top: 0px !important;
}

.sts .st {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.sts .st .status-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  margin-right: 0.6rem;
}

.sts .st .status-icon i {
  color: #000000;
  padding: 3px;
}

.mdl-grid {
  max-width: 1280px;
}

@media (min-width: 839px) {
  .learning .credentials-list li .mdl-list__item-primary-content {
    margin-right: 1rem;
  }
}

.mdl-list__item--two-line .mdl-list__item-primary-content {
  height: 46px !important;
}

.mdl-snackbar {
  background: #f4f4f4;
}

.mdl-snackbar .mdl-snackbar__text {
  color: #000000;
}

.mdl-snackbar .mdl-snackbar__action {
  color: #D50000;
}

.mdl-card__supporting-text.ng-star-inserted {
  color: #000;
}

button.mdl-button.mdl-js-button.mdl-js-ripple-effect.mdl-button--raised.height-3-rem.mdl-button--colored.width-full.view-button {
  margin-top: 30px;
}

.mdl-card__supporting-text {
  color: #2e2e2e;
}

.cdl-list {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}

.cdl-list h6 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.13px;
  color: #000000;
}

.cdl-list h2 {
  margin: 0;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #2f2f2f;
  font-family: "Raleway", sans-serif;
}

.cdl-list .cdl-icon {
  align-items: center;
  justify-content: center;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 1.25rem;
  color: #007d9b;
  display: flex;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-right: 0.75rem;
}

.cdl-list .cdl-icon img {
  max-width: 100%;
}

/* this is a hack to change images for responsive design */

@media screen and (min-width: 839px) {
  .img-hero-desktop {
    display: block;
  }

  .img-hero {
    display: none;
  }
}

@media screen and (max-width: 839px) {
  .img-hero-desktop {
    display: none;
  }

  .img-hero {
    display: block;
  }
}

/** new style Guide */

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.31px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 599px) {
  h1 {
    font-size: 36px;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
  }
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.28px;
}

h2.semi-bold {
  font-weight: 400;
  color: #000000;
}

@media screen and (max-width: 599px) {
  h2 {
    font-size: 36px;
    line-height: 1.14 !important;
    letter-spacing: normal;
    text-align: center;
  }
}

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #ffffff;
}

h3.black {
  color: #000000;
}

h3.bright-Green {
  color: #1ea65e;
}

@media screen and (max-width: 599px) {
  h3 {
    font-size: 28px;
    letter-spacing: 0.2px;
  }
}

h4 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #000000;
}

h4.semi-bold {
  font-weight: 600;
}

h4.purple {
  letter-spacing: 0.21px;
  color: #970570;
}

h4.white {
  color: #ffffff;
  letter-spacing: 0.18px;
}

h4.green {
  letter-spacing: 0.21px;
  color: #004942;
}

h4.bright-Green {
  letter-spacing: 0.24px;
  color: #1ea65e;
}

h4.light-black {
  color: #2f2f2f;
}

@media screen and (max-width: 599px) {
  h4 {
    font-size: 24px;
    letter-spacing: 0.18px;
  }

  h4.semi-bold {
    font-weight: 600;
    letter-spacing: 0.18px;
  }

  h4.bright-Green {
    font-size: 28px;
    letter-spacing: 0.21px;
    color: #1ea65e;
  }

  h4.white {
    letter-spacing: normal;
    color: #ffffff;
  }
}

h5 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.18px;
  color: #ffffff;
}

h5.white {
  color: #ffffff;
}

h5.bright-Green {
  color: #1ea65e;
}

h5.black {
  color: #000000;
}

@media screen and (max-width: 599px) {
  h5 {
    font-size: 18px;
    letter-spacing: 0.13px;
  }

  h5.white {
    color: #ffffff;
    text-align: left;
  }

  h5.black {
    color: #000000;
    letter-spacing: 0.13px;
  }

  h5.semi-bold {
    font-weight: 400;
    color: #000000;
  }
}

h6 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

h6.white {
  color: #ffffff;
}

h6.black {
  color: #000000;
}

@media screen and (max-width: 599px) {
  h6 {
    font-size: 18px;
    letter-spacing: 0.13px;
  }

  h6.white {
    color: #ffffff;
  }

  h6.semi-bold {
    font-weight: 400;
    color: #000000;
  }
}

.home-title {
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.25px;
  text-align: center;
  color: #ffffff;
}

/*CAROUSEL*/

.home-carousel {
  min-height: 400px;
  width: 100%;
}

.home-carousel .mdl-card__media img {
  width: 100%;
}

.home-carousel .carousel-container {
  width: 100%;
  overflow: hidden;
  direction: ltr;
  cursor: -webkit-grab;
}

.home-carousel .mdl-card {
  width: 100%;
  float: left;
  position: relative;
  height: 450px;
}

.home-carousel .mdl-card:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.home-carousel .mdl-card__title-text {
  position: absolute;
  left: 16px;
  bottom: 0px;
  font-family: "Raleway";
  font-size: 34px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #FFFFFF;
}

.home-carousel .mdl-card__title {
  color: #FFFFFF;
  background: #03a9f4;
  padding: 0;
  position: relative;
}

.home-carousel .carousel-container .mdl-cell--12-col {
  margin: 0;
  width: 100%;
  padding: 10px;
}

.home-carousel .mdl-card__actions {
  font-family: "Open-Sans", sans-serif;
  margin: 0 16px;
  width: calc(100% - 32px);
  text-align: center;
  opacity: 0.87;
}

.home-carousel .mdl-card__actions a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  text-align: center;
  color: #585858;
}

.home-carousel .mdl-card__actions a:hover {
  background: transparent;
  opacity: 0.6;
}

.home-carousel .mdl-card__supporting-text {
  margin-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  color: #000000;
  overflow: initial;
}

.home-carousel .indicators {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.home-carousel .next {
  position: absolute;
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0.32);
  border: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  right: -48px;
  text-align: right;
  cursor: pointer;
}

.home-carousel .next i {
  margin-right: 8px;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.6);
}

.home-carousel .prev i {
  margin-left: 8px;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.6);
}

.home-carousel .prev.disabled {
  cursor: default;
  opacity: 0.3;
}

.home-carousel .next.disabled {
  cursor: default;
  opacity: 0.3;
}

.home-carousel .prev {
  cursor: pointer;
  position: absolute;
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0.32);
  border: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  left: -48px;
  text-align: left;
}

.home-carousel .dot {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #FFFFFF;
  background: transparent;
  margin: 16px;
}

.home-carousel .dot.active {
  background: #FFFFFF;
}

.home-carousel .mdl-card__media {
  margin: 0;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0;
}

.carousel .carousel-items {
  display: block;
  flex-grow: 1;
  padding: 0;
  flex-direction: row;
  overflow: hidden;
}

.carousel .carousel-items.active {
  max-height: 650px;
}

.carousel #previous-button,
.carousel #next-button {
  color: #FFFFFF;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.32);
  font-size: 2rem;
}

.carousel #previous-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1rem;
}

.carousel #previous-button .material-icons {
  left: 25%;
}

.carousel #next-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1rem;
}

.carousel #next-button .material-icons {
  left: 75%;
}

/*CAROUSEL - END*/

.mdl-card.hero-card {
  display: flex;
  flex-grow: 1;
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
}

.mdl-card.hero-card.one-third-width {
  width: calc((100%/3) - 1rem);
}

.mdl-card.hero-card .mdl-card__title {
  padding: 0;
  min-height: 5rem;
  position: relative;
  background-color: transparent;
  padding: 15px 0px 0px 0px;
  color: #FFFFFF;
}

.mdl-card.hero-card .mdl-card__title .mdl-card__title-text {
  background-color: rgba(0, 81, 109, 0.32);
  width: 100%;
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mdl-card.hero-card .mdl-card__title .mdl-card__media {
  width: 100%;
  overflow: hidden;
  background-color: unset;
}

.mdl-card.hero-card .mdl-card__title .mdl-card__media img {
  min-width: 100%;
  width: 100%;
  height: auto;
}

.mdl-card.hero-card .mdl-card__supporting-text {
  min-height: 6rem;
}

.workplace-skill .mdl-card__actions .grayed-hr {
  background: #9b9b9b;
  height: 2px;
  border-top: 0;
}

.padding-10-px {
  padding: 10px;
}

@media (max-width: 599px) {
  .home .mdl-wd-100 {
    width: 100%;
  }

  .home .mdl-mrl-0 {
    margin-left: 0;
    margin-right: 0;
  }
}

.view-button {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  background: #007d9b;
  color: #FFFFFF;
}

/* Contact us styles  */

.contactus {
  margin: 0;
  width: 100%;
}

.contact-inner {
  background: #f4f4f4;
  padding: 1rem 2rem 1.5rem 2rem;
}

@media screen and (max-width: 599px) {
  .contact-inner {
    padding: 1rem 1.25rem 1.5rem 1.25rem;
  }
}

.contact-inner .mdl-textfield {
  padding: 20px 0 5px 0;
}

.contact-inner .mdl-textfield__label:after {
  bottom: 5px;
}

.textarea-with-counter {
  margin-bottom: 2rem;
}

.textarea-with-counter .word-counter {
  color: #000000;
  margin-top: 0;
}

.contact-inner-heading :after {
  content: "x";
  color: #2f2f2f;
  font-weight: 600;
  font-family: Arial, sans-serif;
  right: 20px;
  top: 15px;
  position: absolute;
}

.contact-inner-heading h3 {
  color: #2f2f2f;
}

.contactus hr {
  opacity: 0.3;
  border: solid 1px #9b9b9b;
}

.contact-inner h6 {
  color: #000000 !important;
}

.contact-inner h5 {
  color: #000000 !important;
}

.contact-inner select {
  color: #000000 !important;
}

.contact-inner .mdl-textfield__input {
  color: #000000 !important;
  font-family: "Open-Sans", sans-serif;
  font-weight: 300;
}

.contact-margin-top {
  margin-top: 8px;
}

/*Skill builder contact*/

.contact-div {
  background-color: white !important;
}

.text-black-color-class {
  color: #000000 !important;
}

label.mdl-textfield__label {
  color: #9b9b9b !important;
}

@media (max-width: 320px) {
  label.mdl-textfield__label {
    font-size: 13px;
  }
}

.navigation-with-context h4.has-context {
  margin: 10px 0px 7px 6px;
}

.mdl-layout__header {
  height: 4rem;
}

.mdl-layout__header .primary-logo {
  width: 100%;
  margin-left: 1rem;
}

.mdl-layout__drawer-button {
  line-height: 0px;
}

.mdl--label {
  font-family: "Open-Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #000000;
}

@media screen and (max-width: 599px) {
  .l-title h2 {
    margin-top: 0.5rem;
  }
}

.head-grid {
  margin-top: 0;
  padding-top: 0;
}

.head-grid .mdl-cell {
  margin-top: 0;
  padding-top: 0;
}

.head-grid .mdl-grid {
  margin-top: 0;
  padding-top: 0;
}

.head-grid .mdl-grid .mdl-cell {
  margin-top: 0;
  padding-top: 0;
}

.head-grid .mdl-grid .mdl-cell h3 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 599px) {
  .head-grid .mdl-grid .mdl-cell h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.mdl-justify--center {
  justify-content: center;
}

.mdl-margin-top-0 {
  margin-top: 0;
}

.mdl-margin-bottom-0 {
  margin-top: 0;
}

.mdl-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.flat-button {
  font-family: "Open-Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: center;
  color: var(--white);
}

.mdl-justified {
  justify-content: center;
}

app-topics {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 2px;
  height: 100%;
}

.mdl-card--main {
  margin-top: 0px;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  background: #1ea65e;
}

.pointer {
  cursor: pointer;
}

.dialog-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.la-ball-8bits[_ngcontent-ogd-c1],
.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-8bits[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 12px;
  height: 12px;
}

.la-ball-8bits.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 0;
  opacity: 0;
  transform: translate(100%, 100%);
  -webkit-animation: 1s infinite ball-8bits;
  animation: 1s infinite ball-8bits;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-delay: -0.9375s;
  animation-delay: -0.9375s;
  top: -100%;
  left: 0;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
  top: -100%;
  left: 33.3333333333%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: -0.8125s;
  animation-delay: -0.8125s;
  top: -66.6666666667%;
  left: 66.6666666667%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
  top: -33.3333333333%;
  left: 100%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-delay: -0.6875s;
  animation-delay: -0.6875s;
  top: 0;
  left: 100%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
  top: 33.3333333333%;
  left: 100%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  -webkit-animation-delay: -0.5625s;
  animation-delay: -0.5625s;
  top: 66.6666666667%;
  left: 66.6666666667%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  top: 100%;
  left: 33.3333333333%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(9) {
  -webkit-animation-delay: -0.4375s;
  animation-delay: -0.4375s;
  top: 100%;
  left: 0;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(10) {
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
  top: 100%;
  left: -33.3333333333%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(11) {
  -webkit-animation-delay: -0.3125s;
  animation-delay: -0.3125s;
  top: 66.6666666667%;
  left: -66.6666666667%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(12) {
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
  top: 33.3333333333%;
  left: -100%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(13) {
  -webkit-animation-delay: -0.1875s;
  animation-delay: -0.1875s;
  top: 0;
  left: -100%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(14) {
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
  top: -33.3333333333%;
  left: -100%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(15) {
  -webkit-animation-delay: -0.0625s;
  animation-delay: -0.0625s;
  top: -66.6666666667%;
  left: -66.6666666667%;
}

.la-ball-8bits[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(16) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  top: -100%;
  left: -33.3333333333%;
}

.la-ball-8bits.la-sm[_ngcontent-ogd-c1] {
  width: 6px;
  height: 6px;
}

.la-ball-8bits.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 2px;
  height: 2px;
}

.la-ball-8bits.la-2x[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
}

.la-ball-8bits.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 8px;
  height: 8px;
}

.la-ball-8bits.la-3x[_ngcontent-ogd-c1] {
  width: 36px;
  height: 36px;
}

.la-ball-8bits.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 12px;
  height: 12px;
}

@-webkit-keyframes ball-8bits {
  0%, 50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@keyframes ball-8bits {
  0%, 50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

.la-ball-atom[_ngcontent-ogd-c1],
.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-atom[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-atom.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60%;
  height: 60%;
  background: #aaa;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-animation: 4.5s linear infinite ball-atom-shrink;
  animation: 4.5s linear infinite ball-atom-shrink;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)) {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  -webkit-animation: 1.5s steps(2, end) infinite ball-atom-zindex;
  animation: 1.5s steps(2, end) infinite ball-atom-zindex;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  opacity: 0.75;
  -webkit-animation: 1.5s infinite ball-atom-position, 1.5s infinite ball-atom-size;
  animation: 1.5s infinite ball-atom-position, 1.5s infinite ball-atom-size;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2):before {
  -webkit-animation-delay: 0s, -1.125s;
  animation-delay: 0s, -1.125s;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3):before {
  -webkit-animation-delay: -1s, -0.75s;
  animation-delay: -1s, -0.75s;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  transform: rotate(240deg);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.la-ball-atom[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4):before {
  -webkit-animation-delay: -0.5s, -125ms;
  animation-delay: -0.5s, -125ms;
}

.la-ball-atom.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-atom.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)):before {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-atom.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-atom.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)):before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.la-ball-atom.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-atom.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)):before {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

@-webkit-keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}

@keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}

@-webkit-keyframes ball-atom-size {
  50% {
    transform: scale(0.5, 0.5);
  }
}

@keyframes ball-atom-size {
  50% {
    transform: scale(0.5, 0.5);
  }
}

@-webkit-keyframes ball-atom-zindex {
  50% {
    z-index: 10;
  }
}

@keyframes ball-atom-zindex {
  50% {
    z-index: 10;
  }
}

@-webkit-keyframes ball-atom-shrink {
  50% {
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}

@keyframes ball-atom-shrink {
  50% {
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}

.la-ball-beat[_ngcontent-ogd-c1],
.la-ball-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-beat[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}

.la-ball-beat.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: 0.7s linear -0.15s infinite ball-beat;
  animation: 0.7s linear -0.15s infinite ball-beat;
}

.la-ball-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2n-1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-ball-beat.la-sm[_ngcontent-ogd-c1] {
  width: 26px;
  height: 8px;
}

.la-ball-beat.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-beat.la-2x[_ngcontent-ogd-c1] {
  width: 108px;
  height: 36px;
}

.la-ball-beat.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-beat.la-3x[_ngcontent-ogd-c1] {
  width: 162px;
  height: 54px;
}

.la-ball-beat.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.la-ball-circus[_ngcontent-ogd-c1],
.la-ball-circus[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-circus[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 16px;
  height: 16px;
}

.la-ball-circus.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-circus[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite ball-circus-position, 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite ball-circus-size;
  animation: 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite ball-circus-position, 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite ball-circus-size;
}

.la-ball-circus[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-delay: 0s, -0.5s;
  animation-delay: 0s, -0.5s;
}

.la-ball-circus[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: -0.5s, -1s;
  animation-delay: -0.5s, -1s;
}

.la-ball-circus[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: -1s, -1.5s;
  animation-delay: -1s, -1.5s;
}

.la-ball-circus[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-delay: -1.5s, -2s;
  animation-delay: -1.5s, -2s;
}

.la-ball-circus[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-delay: -2s, -2.5s;
  animation-delay: -2s, -2.5s;
}

.la-ball-circus.la-sm[_ngcontent-ogd-c1],
.la-ball-circus.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 8px;
  height: 8px;
}

.la-ball-circus.la-2x[_ngcontent-ogd-c1],
.la-ball-circus.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 32px;
  height: 32px;
}

.la-ball-circus.la-3x[_ngcontent-ogd-c1],
.la-ball-circus.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 48px;
  height: 48px;
}

@-webkit-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}

@keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}

@-webkit-keyframes ball-circus-size {
  50% {
    transform: scale(0.3, 0.3);
  }
}

@keyframes ball-circus-size {
  50% {
    transform: scale(0.3, 0.3);
  }
}

.la-ball-climbing-dot[_ngcontent-ogd-c1],
.la-ball-climbing-dot[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-climbing-dot[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 42px;
  height: 32px;
}

.la-ball-climbing-dot.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-climbing-dot[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-climbing-dot[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  position: absolute;
  bottom: 32%;
  left: 18%;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transform-origin: center bottom;
  -webkit-animation: 0.6s ease-in-out infinite ball-climbing-dot-jump;
  animation: 0.6s ease-in-out infinite ball-climbing-dot-jump;
}

.la-ball-climbing-dot[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 2px;
  border-radius: 0;
  transform: translate(60%, 0);
  -webkit-animation: 1.8s linear infinite ball-climbing-dot-steps;
  animation: 1.8s linear infinite ball-climbing-dot-steps;
}

.la-ball-climbing-dot[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)):nth-child(2) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-climbing-dot[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)):nth-child(3) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.la-ball-climbing-dot[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)):nth-child(4) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.la-ball-climbing-dot.la-sm[_ngcontent-ogd-c1] {
  width: 20px;
  height: 16px;
}

.la-ball-climbing-dot.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  width: 6px;
  height: 6px;
}

.la-ball-climbing-dot.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)) {
  width: 6px;
  height: 1px;
}

.la-ball-climbing-dot.la-2x[_ngcontent-ogd-c1] {
  width: 84px;
  height: 64px;
}

.la-ball-climbing-dot.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  width: 28px;
  height: 28px;
}

.la-ball-climbing-dot.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)) {
  width: 28px;
  height: 4px;
}

.la-ball-climbing-dot.la-3x[_ngcontent-ogd-c1] {
  width: 126px;
  height: 96px;
}

.la-ball-climbing-dot.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  width: 42px;
  height: 42px;
}

.la-ball-climbing-dot.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(:nth-child(1)) {
  width: 42px;
  height: 6px;
}

@-webkit-keyframes ball-climbing-dot-jump {
  0%, 100% {
    transform: scale(1, 0.7);
  }

  20%, 80%, 90% {
    transform: scale(0.7, 1.2);
  }

  40%, 46% {
    transform: scale(1, 1);
  }

  50% {
    bottom: 125%;
  }
}

@keyframes ball-climbing-dot-jump {
  0%, 100% {
    transform: scale(1, 0.7);
  }

  20%, 80%, 90% {
    transform: scale(0.7, 1.2);
  }

  40%, 46% {
    transform: scale(1, 1);
  }

  50% {
    bottom: 125%;
  }
}

@-webkit-keyframes ball-climbing-dot-steps {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    right: 100%;
    opacity: 0;
  }
}

@keyframes ball-climbing-dot-steps {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    right: 100%;
    opacity: 0;
  }
}

.la-ball-clip-rotate-multiple[_ngcontent-ogd-c1],
.la-ball-clip-rotate-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-clip-rotate-multiple[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-clip-rotate-multiple.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-clip-rotate-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  background: 0 0;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-clip-rotate-multiple-rotate;
  animation: 1s ease-in-out infinite ball-clip-rotate-multiple-rotate;
}

.la-ball-clip-rotate-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  border-right-color: transparent;
  border-left-color: transparent;
}

.la-ball-clip-rotate-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  width: 16px;
  height: 16px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  border-width: 1px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  width: 16px;
  height: 16px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  width: 8px;
  height: 8px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  border-width: 4px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  width: 64px;
  height: 64px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  width: 32px;
  height: 32px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  border-width: 6px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  width: 96px;
  height: 96px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  width: 48px;
  height: 48px;
}

@-webkit-keyframes ball-clip-rotate-multiple-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes ball-clip-rotate-multiple-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.la-ball-clip-rotate-pulse[_ngcontent-ogd-c1],
.la-ball-clip-rotate-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-clip-rotate-pulse[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-clip-rotate-pulse.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-clip-rotate-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
}

.la-ball-clip-rotate-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-style: solid;
  border-width: 2px;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-animation: 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite ball-clip-rotate-pulse-rotate;
  animation: 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite ball-clip-rotate-pulse-rotate;
}

.la-ball-clip-rotate-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  width: 16px;
  height: 16px;
  -webkit-animation: 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite ball-clip-rotate-pulse-scale;
  animation: 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite ball-clip-rotate-pulse-scale;
}

.la-ball-clip-rotate-pulse.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-clip-rotate-pulse.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-ball-clip-rotate-pulse.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  width: 8px;
  height: 8px;
}

.la-ball-clip-rotate-pulse.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-clip-rotate-pulse.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-ball-clip-rotate-pulse.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  width: 32px;
  height: 32px;
}

.la-ball-clip-rotate-pulse.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-clip-rotate-pulse.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

.la-ball-clip-rotate-pulse.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  width: 48px;
  height: 48px;
}

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  30% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.15);
  }
}

@keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  30% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.15);
  }
}

.la-ball-clip-rotate[_ngcontent-ogd-c1],
.la-ball-clip-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-clip-rotate[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-clip-rotate.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-clip-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: 0.75s linear infinite ball-clip-rotate;
  animation: 0.75s linear infinite ball-clip-rotate;
}

.la-ball-clip-rotate.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-clip-rotate.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-ball-clip-rotate.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-clip-rotate.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-ball-clip-rotate.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-clip-rotate.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

@-webkit-keyframes ball-clip-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes ball-clip-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.la-ball-elastic-dots[_ngcontent-ogd-c1],
.la-ball-elastic-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-elastic-dots[_ngcontent-ogd-c1] {
  display: block;
  color: #fff;
  width: 120px;
  height: 10px;
  font-size: 0;
  text-align: center;
}

.la-ball-elastic-dots.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-elastic-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  display: inline-block;
  width: 10px;
  height: 10px;
  white-space: nowrap;
  border-radius: 100%;
  -webkit-animation: 1s infinite ball-elastic-dots-anim;
  animation: 1s infinite ball-elastic-dots-anim;
}

.la-ball-elastic-dots.la-sm[_ngcontent-ogd-c1] {
  width: 60px;
  height: 4px;
}

.la-ball-elastic-dots.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
}

.la-ball-elastic-dots.la-2x[_ngcontent-ogd-c1] {
  width: 240px;
  height: 20px;
}

.la-ball-elastic-dots.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
}

.la-ball-elastic-dots.la-3x[_ngcontent-ogd-c1] {
  width: 360px;
  height: 30px;
}

.la-ball-elastic-dots.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes ball-elastic-dots-anim {
  0%, 100% {
    margin: 0;
    transform: scale(1);
  }

  50% {
    margin: 0 5%;
    transform: scale(0.65);
  }
}

@keyframes ball-elastic-dots-anim {
  0%, 100% {
    margin: 0;
    transform: scale(1);
  }

  50% {
    margin: 0 5%;
    transform: scale(0.65);
  }
}

.la-ball-fall[_ngcontent-ogd-c1],
.la-ball-fall[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fall[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}

.la-ball-fall.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-fall[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1s ease-in-out infinite ball-fall;
  animation: 1s ease-in-out infinite ball-fall;
}

.la-ball-fall[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.la-ball-fall[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.la-ball-fall[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-fall.la-sm[_ngcontent-ogd-c1] {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x[_ngcontent-ogd-c1] {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x[_ngcontent-ogd-c1] {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }

  10%, 90% {
    opacity: 0.5;
  }

  20%, 80% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }

  10%, 90% {
    opacity: 0.5;
  }

  20%, 80% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}

.la-ball-fussion[_ngcontent-ogd-c1],
.la-ball-fussion[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fussion[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 8px;
  height: 8px;
}

.la-ball-fussion.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-fussion[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-animation: 1s infinite ball-fussion-ball1;
  animation: 1s infinite ball-fussion-ball1;
}

.la-ball-fussion[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 0;
  left: 50%;
  z-index: 1;
}

.la-ball-fussion[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 50%;
  left: 100%;
  z-index: 2;
  -webkit-animation-name: ball-fussion-ball2;
  animation-name: ball-fussion-ball2;
}

.la-ball-fussion[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-animation-name: ball-fussion-ball3;
  animation-name: ball-fussion-ball3;
}

.la-ball-fussion[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-animation-name: ball-fussion-ball4;
  animation-name: ball-fussion-ball4;
}

.la-ball-fussion.la-sm[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
}

.la-ball-fussion.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 6px;
  height: 6px;
}

.la-ball-fussion.la-2x[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-fussion.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1],
.la-ball-fussion.la-3x[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
}

.la-ball-fussion.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 36px;
  height: 36px;
}

@-webkit-keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
  }

  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
  }

  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
  }
}

@keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
  }

  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
  }

  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
  }
}

@-webkit-keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
  }

  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }

  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}

@keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
  }

  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }

  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}

@-webkit-keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
  }

  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
  }

  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
  }
}

@keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
  }

  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
  }

  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
  }
}

@-webkit-keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
  }

  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}

@keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
  }

  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}

.la-ball-grid-beat[_ngcontent-ogd-c1],
.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 36px;
  height: 36px;
}

.la-ball-grid-beat.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 8px;
  height: 8px;
  margin: 2px;
  border-radius: 100%;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-delay: 0.03s;
  animation-delay: 0.03s;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-duration: 1.02s;
  animation-duration: 1.02s;
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-duration: 1.06s;
  animation-duration: 1.06s;
  -webkit-animation-delay: -0.69s;
  animation-delay: -0.69s;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: -0.41s;
  animation-delay: -0.41s;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  -webkit-animation-duration: 0.84s;
  animation-duration: 0.84s;
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  -webkit-animation-duration: 0.68s;
  animation-duration: 0.68s;
  -webkit-animation-delay: -0.66s;
  animation-delay: -0.66s;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  -webkit-animation-duration: 0.93s;
  animation-duration: 0.93s;
  -webkit-animation-delay: -0.76s;
  animation-delay: -0.76s;
}

.la-ball-grid-beat[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(9) {
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
  -webkit-animation-delay: -0.76s;
  animation-delay: -0.76s;
}

.la-ball-grid-beat.la-sm[_ngcontent-ogd-c1] {
  width: 18px;
  height: 18px;
}

.la-ball-grid-beat.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin: 1px;
}

.la-ball-grid-beat.la-2x[_ngcontent-ogd-c1] {
  width: 72px;
  height: 72px;
}

.la-ball-grid-beat.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  margin: 4px;
}

.la-ball-grid-beat.la-3x[_ngcontent-ogd-c1] {
  width: 108px;
  height: 108px;
}

.la-ball-grid-beat.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin: 6px;
}

@-webkit-keyframes ball-grid-beat {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

@keyframes ball-grid-beat {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

.la-ball-grid-pulse[_ngcontent-ogd-c1],
.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 36px;
  height: 36px;
}

.la-ball-grid-pulse.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 8px;
  height: 8px;
  margin: 2px;
  border-radius: 100%;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-delay: 0.03s;
  animation-delay: 0.03s;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-duration: 1.02s;
  animation-duration: 1.02s;
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-duration: 1.06s;
  animation-duration: 1.06s;
  -webkit-animation-delay: -0.69s;
  animation-delay: -0.69s;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: -0.41s;
  animation-delay: -0.41s;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  -webkit-animation-duration: 0.84s;
  animation-duration: 0.84s;
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  -webkit-animation-duration: 0.68s;
  animation-duration: 0.68s;
  -webkit-animation-delay: -0.66s;
  animation-delay: -0.66s;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  -webkit-animation-duration: 0.93s;
  animation-duration: 0.93s;
  -webkit-animation-delay: -0.76s;
  animation-delay: -0.76s;
}

.la-ball-grid-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(9) {
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
  -webkit-animation-delay: -0.76s;
  animation-delay: -0.76s;
}

.la-ball-grid-pulse.la-sm[_ngcontent-ogd-c1] {
  width: 18px;
  height: 18px;
}

.la-ball-grid-pulse.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin: 1px;
}

.la-ball-grid-pulse.la-2x[_ngcontent-ogd-c1] {
  width: 72px;
  height: 72px;
}

.la-ball-grid-pulse.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  margin: 4px;
}

.la-ball-grid-pulse.la-3x[_ngcontent-ogd-c1] {
  width: 108px;
  height: 108px;
}

.la-ball-grid-pulse.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin: 6px;
}

@-webkit-keyframes ball-grid-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.35;
    transform: scale(0.45);
  }
}

@keyframes ball-grid-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.35;
    transform: scale(0.45);
  }
}

.la-ball-newton-cradle[_ngcontent-ogd-c1],
.la-ball-newton-cradle[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-newton-cradle[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 10px;
}

.la-ball-newton-cradle.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-newton-cradle[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.la-ball-newton-cradle[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  transform: translateX(0);
  -webkit-animation: 1s ease-out infinite ball-newton-cradle-left;
  animation: 1s ease-out infinite ball-newton-cradle-left;
}

.la-ball-newton-cradle[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  transform: translateX(0);
  -webkit-animation: 1s ease-out infinite ball-newton-cradle-right;
  animation: 1s ease-out infinite ball-newton-cradle-right;
}

.la-ball-newton-cradle.la-sm[_ngcontent-ogd-c1] {
  width: 20px;
  height: 4px;
}

.la-ball-newton-cradle.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
}

.la-ball-newton-cradle.la-2x[_ngcontent-ogd-c1] {
  width: 80px;
  height: 20px;
}

.la-ball-newton-cradle.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
}

.la-ball-newton-cradle.la-3x[_ngcontent-ogd-c1] {
  width: 120px;
  height: 30px;
}

.la-ball-newton-cradle.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes ball-newton-cradle-left {
  25% {
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    transform: translateX(0);
  }
}

@keyframes ball-newton-cradle-left {
  25% {
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    transform: translateX(0);
  }
}

@-webkit-keyframes ball-newton-cradle-right {
  100%, 50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes ball-newton-cradle-right {
  100%, 50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.la-ball-pulse-rise[_ngcontent-ogd-c1],
.la-ball-pulse-rise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-pulse-rise[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 70px;
  height: 14px;
}

.la-ball-pulse-rise.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-pulse-rise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-radius: 100%;
  -webkit-animation: 1s cubic-bezier(0.15, 0.36, 0.9, 0.6) infinite ball-pulse-rise-even;
  animation: 1s cubic-bezier(0.15, 0.36, 0.9, 0.6) infinite ball-pulse-rise-even;
}

.la-ball-pulse-rise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}

.la-ball-pulse-rise.la-sm[_ngcontent-ogd-c1] {
  width: 34px;
  height: 6px;
}

.la-ball-pulse-rise.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin: 1px;
}

.la-ball-pulse-rise.la-2x[_ngcontent-ogd-c1] {
  width: 140px;
  height: 28px;
}

.la-ball-pulse-rise.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
  margin: 4px;
}

.la-ball-pulse-rise.la-3x[_ngcontent-ogd-c1] {
  width: 210px;
  height: 42px;
}

.la-ball-pulse-rise.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
  margin: 6px;
}

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }

  25% {
    transform: translateY(-200%);
  }

  50% {
    opacity: 0.35;
    transform: scale(0.3);
  }

  75% {
    transform: translateY(200%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    transform: scale(1);
  }
}

@keyframes ball-pulse-rise-even {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }

  25% {
    transform: translateY(-200%);
  }

  50% {
    opacity: 0.35;
    transform: scale(0.3);
  }

  75% {
    transform: translateY(200%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    transform: scale(1);
  }
}

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    opacity: 0.35;
    transform: scale(0.4);
  }

  25% {
    transform: translateY(200%);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  75% {
    transform: translateY(-200%);
  }

  100% {
    opacity: 0.35;
    transform: translateY(0);
    transform: scale(0.75);
  }
}

@keyframes ball-pulse-rise-odd {
  0% {
    opacity: 0.35;
    transform: scale(0.4);
  }

  25% {
    transform: translateY(200%);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  75% {
    transform: translateY(-200%);
  }

  100% {
    opacity: 0.35;
    transform: translateY(0);
    transform: scale(0.75);
  }
}

.la-ball-pulse-sync[_ngcontent-ogd-c1],
.la-ball-pulse-sync[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-pulse-sync[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}

.la-ball-pulse-sync.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-pulse-sync[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: 0.6s ease-in-out infinite ball-pulse-sync;
  animation: 0.6s ease-in-out infinite ball-pulse-sync;
}

.la-ball-pulse-sync[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-delay: -0.14s;
  animation-delay: -0.14s;
}

.la-ball-pulse-sync[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: -0.07s;
  animation-delay: -0.07s;
}

.la-ball-pulse-sync[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-pulse-sync.la-sm[_ngcontent-ogd-c1] {
  width: 26px;
  height: 8px;
}

.la-ball-pulse-sync.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-pulse-sync.la-2x[_ngcontent-ogd-c1] {
  width: 108px;
  height: 36px;
}

.la-ball-pulse-sync.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-pulse-sync.la-3x[_ngcontent-ogd-c1] {
  width: 162px;
  height: 54px;
}

.la-ball-pulse-sync.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    transform: translateY(100%);
  }

  66% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(100%);
  }

  66% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.la-ball-pulse[_ngcontent-ogd-c1],
.la-ball-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-pulse[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}

.la-ball-pulse.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: 1s infinite ball-pulse;
  animation: 1s infinite ball-pulse;
}

.la-ball-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.la-ball-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.la-ball-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-pulse.la-sm[_ngcontent-ogd-c1] {
  width: 26px;
  height: 8px;
}

.la-ball-pulse.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-pulse.la-2x[_ngcontent-ogd-c1] {
  width: 108px;
  height: 36px;
}

.la-ball-pulse.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-pulse.la-3x[_ngcontent-ogd-c1] {
  width: 162px;
  height: 54px;
}

.la-ball-pulse.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@-webkit-keyframes ball-pulse {
  0%, 100%, 60% {
    opacity: 1;
    transform: scale(1);
  }

  30% {
    opacity: 0.1;
    transform: scale(0.01);
  }
}

@keyframes ball-pulse {
  0%, 100%, 60% {
    opacity: 1;
    transform: scale(1);
  }

  30% {
    opacity: 0.1;
    transform: scale(0.01);
  }
}

.la-ball-rotate[_ngcontent-ogd-c1],
.la-ball-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-rotate[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 10px;
  height: 10px;
}

.la-ball-rotate.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite ball-rotate-animation;
  animation: 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite ball-rotate-animation;
}

.la-ball-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after,
.la-ball-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  position: absolute;
  width: inherit;
  height: inherit;
  margin: inherit;
  content: "";
  background: currentColor;
  border-radius: inherit;
  opacity: 0.8;
}

.la-ball-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  top: 0;
  left: -150%;
}

.la-ball-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  top: 0;
  left: 150%;
}

.la-ball-rotate.la-sm[_ngcontent-ogd-c1],
.la-ball-rotate.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
}

.la-ball-rotate.la-2x[_ngcontent-ogd-c1],
.la-ball-rotate.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
}

.la-ball-rotate.la-3x[_ngcontent-ogd-c1],
.la-ball-rotate.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes ball-rotate-animation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes ball-rotate-animation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.la-ball-running-dots[_ngcontent-ogd-c1],
.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-running-dots[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 10px;
  height: 10px;
}

.la-ball-running-dots.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -25px;
  border-radius: 100%;
  -webkit-animation: 2s linear infinite ball-running-dots-animate;
  animation: 2s linear infinite ball-running-dots-animate;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(9) {
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}

.la-ball-running-dots[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(10) {
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}

.la-ball-running-dots.la-sm[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
}

.la-ball-running-dots.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin-left: -12px;
}

.la-ball-running-dots.la-2x[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
}

.la-ball-running-dots.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
  margin-left: -50px;
}

.la-ball-running-dots.la-3x[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
}

.la-ball-running-dots.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
  margin-left: -75px;
}

@-webkit-keyframes ball-running-dots-animate {
  0%, 100% {
    width: 100%;
    height: 100%;
    transform: translateY(0) translateX(500%);
  }

  80% {
    transform: translateY(0) translateX(0);
  }

  85% {
    width: 100%;
    height: 100%;
    transform: translateY(-125%) translateX(0);
  }

  90% {
    width: 200%;
    height: 75%;
  }

  95% {
    width: 100%;
    height: 100%;
    transform: translateY(-100%) translateX(500%);
  }
}

@keyframes ball-running-dots-animate {
  0%, 100% {
    width: 100%;
    height: 100%;
    transform: translateY(0) translateX(500%);
  }

  80% {
    transform: translateY(0) translateX(0);
  }

  85% {
    width: 100%;
    height: 100%;
    transform: translateY(-125%) translateX(0);
  }

  90% {
    width: 200%;
    height: 75%;
  }

  95% {
    width: 100%;
    height: 100%;
    transform: translateY(-100%) translateX(500%);
  }
}

.la-ball-scale-multiple[_ngcontent-ogd-c1],
.la-ball-scale-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-scale-multiple[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-scale-multiple.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-scale-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1s linear infinite ball-scale-multiple;
  animation: 1s linear infinite ball-scale-multiple;
}

.la-ball-scale-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.la-ball-scale-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.la-ball-scale-multiple.la-sm[_ngcontent-ogd-c1],
.la-ball-scale-multiple.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-scale-multiple.la-2x[_ngcontent-ogd-c1],
.la-ball-scale-multiple.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-scale-multiple.la-3x[_ngcontent-ogd-c1],
.la-ball-scale-multiple.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  5% {
    opacity: 0.75;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  5% {
    opacity: 0.75;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.la-ball-scale-pulse[_ngcontent-ogd-c1],
.la-ball-scale-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-scale-pulse[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-scale-pulse.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-scale-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: 2s ease-in-out infinite ball-scale-pulse;
  animation: 2s ease-in-out infinite ball-scale-pulse;
}

.la-ball-scale-pulse[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.la-ball-scale-pulse.la-sm[_ngcontent-ogd-c1],
.la-ball-scale-pulse.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-scale-pulse.la-2x[_ngcontent-ogd-c1],
.la-ball-scale-pulse.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-scale-pulse.la-3x[_ngcontent-ogd-c1],
.la-ball-scale-pulse.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

@-webkit-keyframes ball-scale-pulse {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes ball-scale-pulse {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.la-ball-scale-ripple-multiple[_ngcontent-ogd-c1],
.la-ball-scale-ripple-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-scale-ripple-multiple[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-scale-ripple-multiple.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-scale-ripple-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1.25s cubic-bezier(0.21, 0.53, 0.56, 0.8) infinite ball-scale-ripple-multiple;
  animation: 1.25s cubic-bezier(0.21, 0.53, 0.56, 0.8) infinite ball-scale-ripple-multiple;
}

.la-ball-scale-ripple-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-scale-ripple-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.la-ball-scale-ripple-multiple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.la-ball-scale-ripple-multiple.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-scale-ripple-multiple.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-ball-scale-ripple-multiple.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-scale-ripple-multiple.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-ball-scale-ripple-multiple.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-scale-ripple-multiple.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

.la-ball-scale-ripple[_ngcontent-ogd-c1],
.la-ball-scale-ripple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-scale-ripple[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-scale-ripple.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-scale-ripple[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) infinite ball-scale-ripple;
  animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) infinite ball-scale-ripple;
}

.la-ball-scale-ripple.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-scale-ripple.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-ball-scale-ripple.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-scale-ripple.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-ball-scale-ripple.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-scale-ripple.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }

  70% {
    opacity: 0.65;
    transform: scale(1);
  }

  100% {
    opacity: 0;
  }
}

@keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }

  70% {
    opacity: 0.65;
    transform: scale(1);
  }

  100% {
    opacity: 0;
  }
}

.la-ball-scale[_ngcontent-ogd-c1],
.la-ball-scale[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-scale[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-scale.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-scale[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1s ease-in-out infinite ball-scale;
  animation: 1s ease-in-out infinite ball-scale;
}

.la-ball-scale.la-sm[_ngcontent-ogd-c1],
.la-ball-scale.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-scale.la-2x[_ngcontent-ogd-c1],
.la-ball-scale.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-scale.la-3x[_ngcontent-ogd-c1],
.la-ball-scale.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

@-webkit-keyframes ball-scale {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes ball-scale {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1],
.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 6s linear infinite ball-spin-clockwise-fade-rotating-rotate;
  animation: 6s linear infinite ball-spin-clockwise-fade-rotating-rotate;
}

.la-ball-spin-clockwise-fade-rotating.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ball-spin-clockwise-fade-rotating;
  animation: 1s linear infinite ball-spin-clockwise-fade-rotating;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-spin-clockwise-fade-rotating.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-spin-clockwise-fade-rotating.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin-clockwise-fade-rotating.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-spin-clockwise-fade-rotating.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin-clockwise-fade-rotating.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-spin-clockwise-fade-rotating.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@-webkit-keyframes ball-spin-clockwise-fade-rotating-rotate {
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes ball-spin-clockwise-fade-rotating-rotate {
  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes ball-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.25;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ball-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.25;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1],
.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-spin-clockwise-fade.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ball-spin-clockwise-fade;
  animation: 1s linear infinite ball-spin-clockwise-fade;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.la-ball-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-spin-clockwise-fade.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-spin-clockwise-fade.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin-clockwise-fade.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-spin-clockwise-fade.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin-clockwise-fade.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-spin-clockwise-fade.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@-webkit-keyframes ball-spin-clockwise-fade {
  50% {
    opacity: 0.25;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ball-spin-clockwise-fade {
  50% {
    opacity: 0.25;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1],
.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-spin-clockwise.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-spin-clockwise;
  animation: 1s ease-in-out infinite ball-spin-clockwise;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.la-ball-spin-clockwise[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-spin-clockwise.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-spin-clockwise.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin-clockwise.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-spin-clockwise.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin-clockwise.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-spin-clockwise.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@-webkit-keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1],
.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 6s linear infinite ball-spin-fade-rotate;
  animation: 6s linear infinite ball-spin-fade-rotate;
}

.la-ball-spin-fade-rotating.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ball-spin-fade;
  animation: 1s linear infinite ball-spin-fade;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.la-ball-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.la-ball-spin-fade-rotating.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-spin-fade-rotating.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin-fade-rotating.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-spin-fade-rotating.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin-fade-rotating.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-spin-fade-rotating.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@-webkit-keyframes ball-spin-fade-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes ball-spin-fade-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.la-ball-spin-fade[_ngcontent-ogd-c1],
.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-spin-fade.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ball-spin-fade;
  animation: 1s linear infinite ball-spin-fade;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.la-ball-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.la-ball-spin-fade.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-spin-fade.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin-fade.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-spin-fade.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin-fade.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-spin-fade.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@-webkit-keyframes ball-spin-fade {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.25;
    transform: scale(0.5);
  }
}

@keyframes ball-spin-fade {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.25;
    transform: scale(0.5);
  }
}

.la-ball-spin-rotate[_ngcontent-ogd-c1],
.la-ball-spin-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-spin-rotate[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 2s linear infinite ball-spin-rotate;
  animation: 2s linear infinite ball-spin-rotate;
}

.la-ball-spin-rotate.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-spin-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  -webkit-animation: 2s ease-in-out infinite ball-spin-bounce;
  animation: 2s ease-in-out infinite ball-spin-bounce;
}

.la-ball-spin-rotate[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.la-ball-spin-rotate.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-spin-rotate.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-spin-rotate.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

@-webkit-keyframes ball-spin-rotate {
  100% {
    transform: rotate(360deg);
  }
}

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

@-webkit-keyframes ball-spin-bounce {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes ball-spin-bounce {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.la-ball-spin[_ngcontent-ogd-c1],
.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-spin[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-spin.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-spin;
  animation: 1s ease-in-out infinite ball-spin;
}

.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}

.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.la-ball-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.la-ball-spin.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-spin.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-spin.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-spin.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@-webkit-keyframes ball-spin {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes ball-spin {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1],
.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 26px;
  height: 26px;
}

.la-ball-square-clockwise-spin.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-square-clockwise-spin;
  animation: 1s ease-in-out infinite ball-square-clockwise-spin;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 0;
  left: 50%;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 0;
  left: 100%;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 50%;
  left: 100%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 100%;
  left: 100%;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 100%;
  left: 50%;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 100%;
  left: 0;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.la-ball-square-clockwise-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 50%;
  left: 0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-square-clockwise-spin.la-sm[_ngcontent-ogd-c1] {
  width: 12px;
  height: 12px;
}

.la-ball-square-clockwise-spin.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}

.la-ball-square-clockwise-spin.la-2x[_ngcontent-ogd-c1] {
  width: 52px;
  height: 52px;
}

.la-ball-square-clockwise-spin.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.la-ball-square-clockwise-spin.la-3x[_ngcontent-ogd-c1] {
  width: 78px;
  height: 78px;
}

.la-ball-square-clockwise-spin.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
}

@-webkit-keyframes ball-square-clockwise-spin {
  0%, 100%, 40% {
    transform: scale(0.4);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes ball-square-clockwise-spin {
  0%, 100%, 40% {
    transform: scale(0.4);
  }

  70% {
    transform: scale(1);
  }
}

.la-ball-square-spin[_ngcontent-ogd-c1],
.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-square-spin[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 26px;
  height: 26px;
}

.la-ball-square-spin.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-square-spin;
  animation: 1s ease-in-out infinite ball-square-spin;
}

.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 0;
  left: 50%;
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 0;
  left: 100%;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 50%;
  left: 100%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 100%;
  left: 100%;
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}

.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 100%;
  left: 50%;
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 100%;
  left: 0;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.la-ball-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 50%;
  left: 0;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.la-ball-square-spin.la-sm[_ngcontent-ogd-c1] {
  width: 12px;
  height: 12px;
}

.la-ball-square-spin.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}

.la-ball-square-spin.la-2x[_ngcontent-ogd-c1] {
  width: 52px;
  height: 52px;
}

.la-ball-square-spin.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.la-ball-square-spin.la-3x[_ngcontent-ogd-c1] {
  width: 78px;
  height: 78px;
}

.la-ball-square-spin.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
}

@-webkit-keyframes ball-square-spin {
  0%, 100%, 40% {
    transform: scale(0.4);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes ball-square-spin {
  0%, 100%, 40% {
    transform: scale(0.4);
  }

  70% {
    transform: scale(1);
  }
}

.la-ball-triangle-path[_ngcontent-ogd-c1],
.la-ball-triangle-path[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-ball-triangle-path[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-ball-triangle-path.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-triangle-path[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.la-ball-triangle-path[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation: 2s ease-in-out infinite ball-triangle-path-ball-one;
  animation: 2s ease-in-out infinite ball-triangle-path-ball-one;
}

.la-ball-triangle-path[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation: 2s ease-in-out infinite ball-triangle-path-ball-two;
  animation: 2s ease-in-out infinite ball-triangle-path-ball-two;
}

.la-ball-triangle-path[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation: 2s ease-in-out infinite ball-triangle-path-ball-tree;
  animation: 2s ease-in-out infinite ball-triangle-path-ball-tree;
}

.la-ball-triangle-path.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-triangle-path.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
}

.la-ball-triangle-path.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-triangle-path.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
}

.la-ball-triangle-path.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-triangle-path.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes ball-triangle-path-ball-one {
  0% {
    transform: translate(0, 220%);
  }

  17%, 50%, 83% {
    opacity: 0.25;
  }

  33% {
    opacity: 1;
    transform: translate(110%, 0);
  }

  66% {
    opacity: 1;
    transform: translate(220%, 220%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 220%);
  }
}

@keyframes ball-triangle-path-ball-one {
  0% {
    transform: translate(0, 220%);
  }

  17%, 50%, 83% {
    opacity: 0.25;
  }

  33% {
    opacity: 1;
    transform: translate(110%, 0);
  }

  66% {
    opacity: 1;
    transform: translate(220%, 220%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 220%);
  }
}

@-webkit-keyframes ball-triangle-path-ball-two {
  0% {
    transform: translate(110%, 0);
  }

  17%, 50%, 83% {
    opacity: 0.25;
  }

  33% {
    opacity: 1;
    transform: translate(220%, 220%);
  }

  66% {
    opacity: 1;
    transform: translate(0, 220%);
  }

  100% {
    opacity: 1;
    transform: translate(110%, 0);
  }
}

@keyframes ball-triangle-path-ball-two {
  0% {
    transform: translate(110%, 0);
  }

  17%, 50%, 83% {
    opacity: 0.25;
  }

  33% {
    opacity: 1;
    transform: translate(220%, 220%);
  }

  66% {
    opacity: 1;
    transform: translate(0, 220%);
  }

  100% {
    opacity: 1;
    transform: translate(110%, 0);
  }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
  0% {
    transform: translate(220%, 220%);
  }

  17%, 50%, 83% {
    opacity: 0.25;
  }

  33% {
    opacity: 1;
    transform: translate(0, 220%);
  }

  66% {
    opacity: 1;
    transform: translate(110%, 0);
  }

  100% {
    opacity: 1;
    transform: translate(220%, 220%);
  }
}

@keyframes ball-triangle-path-ball-tree {
  0% {
    transform: translate(220%, 220%);
  }

  17%, 50%, 83% {
    opacity: 0.25;
  }

  33% {
    opacity: 1;
    transform: translate(0, 220%);
  }

  66% {
    opacity: 1;
    transform: translate(110%, 0);
  }

  100% {
    opacity: 1;
    transform: translate(220%, 220%);
  }
}

.la-ball-zig-zag-deflect[_ngcontent-ogd-c1],
.la-ball-zig-zag-deflect[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  box-sizing: border-box;
}

.la-ball-zig-zag-deflect[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  position: relative;
  width: 32px;
  height: 32px;
}

.la-ball-zig-zag-deflect.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-zig-zag-deflect[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 100%;
}

.la-ball-zig-zag-deflect[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  -webkit-animation: 1.5s linear infinite ball-zig-deflect;
  animation: 1.5s linear infinite ball-zig-deflect;
}

.la-ball-zig-zag-deflect[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  -webkit-animation: 1.5s linear infinite ball-zag-deflect;
  animation: 1.5s linear infinite ball-zag-deflect;
}

.la-ball-zig-zag-deflect.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-zig-zag-deflect.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-zig-zag-deflect.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-zig-zag-deflect.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.la-ball-zig-zag-deflect.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-zig-zag-deflect.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

@-webkit-keyframes ball-zig-deflect {
  17%, 84% {
    transform: translate(-80%, -160%);
  }

  34%, 67% {
    transform: translate(80%, -160%);
  }

  100%, 50% {
    transform: translate(0, 0);
  }
}

@keyframes ball-zig-deflect {
  17%, 84% {
    transform: translate(-80%, -160%);
  }

  34%, 67% {
    transform: translate(80%, -160%);
  }

  100%, 50% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ball-zag-deflect {
  17%, 84% {
    transform: translate(80%, 160%);
  }

  34%, 67% {
    transform: translate(-80%, 160%);
  }

  100%, 50% {
    transform: translate(0, 0);
  }
}

@keyframes ball-zag-deflect {
  17%, 84% {
    transform: translate(80%, 160%);
  }

  34%, 67% {
    transform: translate(-80%, 160%);
  }

  100%, 50% {
    transform: translate(0, 0);
  }
}

.la-ball-zig-zag[_ngcontent-ogd-c1],
.la-ball-zig-zag[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  box-sizing: border-box;
}

.la-ball-zig-zag[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  position: relative;
  width: 32px;
  height: 32px;
}

.la-ball-zig-zag.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-ball-zig-zag[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 100%;
}

.la-ball-zig-zag[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:first-child {
  -webkit-animation: 0.7s linear infinite ball-zig-effect;
  animation: 0.7s linear infinite ball-zig-effect;
}

.la-ball-zig-zag[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  -webkit-animation: 0.7s linear infinite ball-zag-effect;
  animation: 0.7s linear infinite ball-zag-effect;
}

.la-ball-zig-zag.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-ball-zig-zag.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-zig-zag.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-ball-zig-zag.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.la-ball-zig-zag.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-ball-zig-zag.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

@-webkit-keyframes ball-zig-effect {
  0%, 100% {
    transform: translate(0, 0);
  }

  33% {
    transform: translate(-75%, -150%);
  }

  66% {
    transform: translate(75%, -150%);
  }
}

@keyframes ball-zig-effect {
  0%, 100% {
    transform: translate(0, 0);
  }

  33% {
    transform: translate(-75%, -150%);
  }

  66% {
    transform: translate(75%, -150%);
  }
}

@-webkit-keyframes ball-zag-effect {
  0%, 100% {
    transform: translate(0, 0);
  }

  33% {
    transform: translate(75%, 150%);
  }

  66% {
    transform: translate(-75%, 150%);
  }
}

@keyframes ball-zag-effect {
  0%, 100% {
    transform: translate(0, 0);
  }

  33% {
    transform: translate(75%, 150%);
  }

  66% {
    transform: translate(-75%, 150%);
  }
}

.la-cog[_ngcontent-ogd-c1],
.la-cog[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-cog[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 31px;
  height: 31px;
}

.la-cog.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-cog[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  border: 2px dashed currentColor;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 100%;
  -webkit-animation: 4s linear infinite cog-rotate;
  animation: 4s linear infinite cog-rotate;
}

.la-cog[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid currentColor;
  border-radius: 100%;
}

.la-cog.la-sm[_ngcontent-ogd-c1] {
  width: 15px;
  height: 15px;
}

.la-cog.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1],
.la-cog.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  border-width: 1px;
}

.la-cog.la-2x[_ngcontent-ogd-c1] {
  width: 61px;
  height: 61px;
}

.la-cog.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1],
.la-cog.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  border-width: 4px;
}

.la-cog.la-3x[_ngcontent-ogd-c1] {
  width: 91px;
  height: 91px;
}

.la-cog.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1],
.la-cog.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  border-width: 6px;
}

@-webkit-keyframes cog-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes cog-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.la-cube-transition[_ngcontent-ogd-c1],
.la-cube-transition[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-cube-transition[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-cube-transition.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-cube-transition[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 0;
  -webkit-animation: 1.6s ease-in-out infinite cube-transition;
  animation: 1.6s ease-in-out infinite cube-transition;
}

.la-cube-transition[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.la-cube-transition.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-cube-transition.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}

.la-cube-transition.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-cube-transition.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px;
}

.la-cube-transition.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-cube-transition.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
}

@-webkit-keyframes cube-transition {
  25% {
    top: 0;
    left: 100%;
    transform: scale(0.5) rotate(-90deg);
  }

  50% {
    top: 100%;
    left: 100%;
    transform: scale(1) rotate(-180deg);
  }

  75% {
    top: 100%;
    left: 0;
    transform: scale(0.5) rotate(-270deg);
  }

  100% {
    top: 0;
    left: 0;
    transform: scale(1) rotate(-360deg);
  }
}

@keyframes cube-transition {
  25% {
    top: 0;
    left: 100%;
    transform: scale(0.5) rotate(-90deg);
  }

  50% {
    top: 100%;
    left: 100%;
    transform: scale(1) rotate(-180deg);
  }

  75% {
    top: 100%;
    left: 0;
    transform: scale(0.5) rotate(-270deg);
  }

  100% {
    top: 0;
    left: 0;
    transform: scale(1) rotate(-360deg);
  }
}

.la-fire[_ngcontent-ogd-c1],
.la-fire[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-fire[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-fire.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-fire[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
  -webkit-animation: 1.5s linear infinite fire-diamonds;
  animation: 1.5s linear infinite fire-diamonds;
}

.la-fire[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-delay: -0.85s;
  animation-delay: -0.85s;
}

.la-fire[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: -1.85s;
  animation-delay: -1.85s;
}

.la-fire[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: -2.85s;
  animation-delay: -2.85s;
}

.la-fire.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-fire.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 6px;
  height: 6px;
}

.la-fire.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-fire.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 24px;
  height: 24px;
}

.la-fire.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-fire.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 36px;
  height: 36px;
}

@-webkit-keyframes fire-diamonds {
  0% {
    transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
  }

  50% {
    transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
  }

  100% {
    transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
  }
}

@keyframes fire-diamonds {
  0% {
    transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
  }

  50% {
    transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
  }

  100% {
    transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
  }
}

.la-line-scale-party[_ngcontent-ogd-c1],
.la-line-scale-party[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-line-scale-party[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 32px;
}

.la-line-scale-party.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-line-scale-party[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 4px;
  height: 32px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.la-line-scale-party[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-duration: 0.43s;
  animation-duration: 0.43s;
  -webkit-animation-delay: -0.23s;
  animation-delay: -0.23s;
}

.la-line-scale-party[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-duration: 0.62s;
  animation-duration: 0.62s;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.la-line-scale-party[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-duration: 0.43s;
  animation-duration: 0.43s;
  -webkit-animation-delay: -0.44s;
  animation-delay: -0.44s;
}

.la-line-scale-party[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: -0.31s;
  animation-delay: -0.31s;
}

.la-line-scale-party[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-duration: 0.74s;
  animation-duration: 0.74s;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.la-line-scale-party.la-sm[_ngcontent-ogd-c1] {
  width: 20px;
  height: 16px;
}

.la-line-scale-party.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 2px;
  height: 16px;
  margin: 0 1px;
}

.la-line-scale-party.la-2x[_ngcontent-ogd-c1] {
  width: 80px;
  height: 64px;
}

.la-line-scale-party.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 8px;
  height: 64px;
  margin: 0 4px;
}

.la-line-scale-party.la-3x[_ngcontent-ogd-c1] {
  width: 120px;
  height: 96px;
}

.la-line-scale-party.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 12px;
  height: 96px;
  margin: 0 6px;
}

@-webkit-keyframes line-scale-party {
  0%, 100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0.3);
  }
}

@keyframes line-scale-party {
  0%, 100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0.3);
  }
}

.la-line-scale-pulse-out-rapid[_ngcontent-ogd-c1],
.la-line-scale-pulse-out-rapid[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-line-scale-pulse-out-rapid[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 32px;
}

.la-line-scale-pulse-out-rapid.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-line-scale-pulse-out-rapid[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 4px;
  height: 32px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-animation: 0.9s cubic-bezier(0.11, 0.49, 0.38, 0.78) infinite line-scale-pulse-out-rapid;
  animation: 0.9s cubic-bezier(0.11, 0.49, 0.38, 0.78) infinite line-scale-pulse-out-rapid;
}

.la-line-scale-pulse-out-rapid[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.la-line-scale-pulse-out-rapid[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2),
.la-line-scale-pulse-out-rapid[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-delay: -0.65s;
  animation-delay: -0.65s;
}

.la-line-scale-pulse-out-rapid[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1),
.la-line-scale-pulse-out-rapid[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.la-line-scale-pulse-out-rapid.la-sm[_ngcontent-ogd-c1] {
  width: 20px;
  height: 16px;
}

.la-line-scale-pulse-out-rapid.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 2px;
  height: 16px;
  margin: 0 1px;
}

.la-line-scale-pulse-out-rapid.la-2x[_ngcontent-ogd-c1] {
  width: 80px;
  height: 64px;
}

.la-line-scale-pulse-out-rapid.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 8px;
  height: 64px;
  margin: 0 4px;
}

.la-line-scale-pulse-out-rapid.la-3x[_ngcontent-ogd-c1] {
  width: 120px;
  height: 96px;
}

.la-line-scale-pulse-out-rapid.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 12px;
  height: 96px;
  margin: 0 6px;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    transform: scaley(1);
  }

  80% {
    transform: scaley(0.3);
  }
}

@keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    transform: scaley(1);
  }

  80% {
    transform: scaley(0.3);
  }
}

.la-line-scale-pulse-out[_ngcontent-ogd-c1],
.la-line-scale-pulse-out[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-line-scale-pulse-out[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 32px;
}

.la-line-scale-pulse-out.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-line-scale-pulse-out[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 4px;
  height: 32px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-animation: 0.9s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite line-scale-pulse-out;
  animation: 0.9s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite line-scale-pulse-out;
}

.la-line-scale-pulse-out[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.la-line-scale-pulse-out[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2),
.la-line-scale-pulse-out[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.la-line-scale-pulse-out[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1),
.la-line-scale-pulse-out[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-line-scale-pulse-out.la-sm[_ngcontent-ogd-c1] {
  width: 20px;
  height: 16px;
}

.la-line-scale-pulse-out.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 2px;
  height: 16px;
  margin: 0 1px;
}

.la-line-scale-pulse-out.la-2x[_ngcontent-ogd-c1] {
  width: 80px;
  height: 64px;
}

.la-line-scale-pulse-out.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 8px;
  height: 64px;
  margin: 0 4px;
}

.la-line-scale-pulse-out.la-3x[_ngcontent-ogd-c1] {
  width: 120px;
  height: 96px;
}

.la-line-scale-pulse-out.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 12px;
  height: 96px;
  margin: 0 6px;
}

@-webkit-keyframes line-scale-pulse-out {
  0%, 100% {
    transform: scaley(1);
  }

  50% {
    transform: scaley(0.3);
  }
}

@keyframes line-scale-pulse-out {
  0%, 100% {
    transform: scaley(1);
  }

  50% {
    transform: scaley(0.3);
  }
}

.la-line-scale[_ngcontent-ogd-c1],
.la-line-scale[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-line-scale[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 32px;
}

.la-line-scale.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-line-scale[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 4px;
  height: 32px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-animation: 1.2s infinite line-scale;
  animation: 1.2s infinite line-scale;
}

.la-line-scale[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.la-line-scale[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.la-line-scale[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.la-line-scale[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.la-line-scale[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.la-line-scale.la-sm[_ngcontent-ogd-c1] {
  width: 20px;
  height: 16px;
}

.la-line-scale.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 2px;
  height: 16px;
  margin: 0 1px;
}

.la-line-scale.la-2x[_ngcontent-ogd-c1] {
  width: 80px;
  height: 64px;
}

.la-line-scale.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 8px;
  height: 64px;
  margin: 0 4px;
}

.la-line-scale.la-3x[_ngcontent-ogd-c1] {
  width: 120px;
  height: 96px;
}

.la-line-scale.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 12px;
  height: 96px;
  margin: 0 6px;
}

@-webkit-keyframes line-scale {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
  }
}

@keyframes line-scale {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
  }
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1],
.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 6s linear infinite line-spin-clockwise-fade-rotating-rotate;
  animation: 6s linear infinite line-spin-clockwise-fade-rotating-rotate;
}

.la-line-spin-clockwise-fade-rotating.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 2px;
  height: 10px;
  margin: -5px 2px 2px -1px;
  border-radius: 0;
  -webkit-animation: 1s ease-in-out infinite line-spin-clockwise-fade-rotating;
  animation: 1s ease-in-out infinite line-spin-clockwise-fade-rotating;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 15%;
  left: 50%;
  transform: rotate(0);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 25.2512626585%;
  left: 74.7487373415%;
  transform: rotate(45deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: rotate(90deg);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 74.7487373415%;
  left: 74.7487373415%;
  transform: rotate(135deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 84.9999999974%;
  left: 50.0000000004%;
  transform: rotate(180deg);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 74.7487369862%;
  left: 25.2512627193%;
  transform: rotate(225deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999806189%;
  left: 15.0000039834%;
  transform: rotate(270deg);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 25.2506949798%;
  left: 25.2513989292%;
  transform: rotate(315deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-line-spin-clockwise-fade-rotating.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-line-spin-clockwise-fade-rotating.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 1px;
  height: 4px;
  margin-top: -2px;
  margin-left: 0;
}

.la-line-spin-clockwise-fade-rotating.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-line-spin-clockwise-fade-rotating.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 20px;
  margin-top: -10px;
  margin-left: -2px;
}

.la-line-spin-clockwise-fade-rotating.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-line-spin-clockwise-fade-rotating.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 6px;
  height: 30px;
  margin-top: -15px;
  margin-left: -3px;
}

@-webkit-keyframes line-spin-clockwise-fade-rotating-rotate {
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes line-spin-clockwise-fade-rotating-rotate {
  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes line-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes line-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1],
.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-line-spin-clockwise-fade.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 2px;
  height: 10px;
  margin: -5px 2px 2px -1px;
  border-radius: 0;
  -webkit-animation: 1s ease-in-out infinite line-spin-clockwise-fade;
  animation: 1s ease-in-out infinite line-spin-clockwise-fade;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 15%;
  left: 50%;
  transform: rotate(0);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 25.2512626585%;
  left: 74.7487373415%;
  transform: rotate(45deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: rotate(90deg);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 74.7487373415%;
  left: 74.7487373415%;
  transform: rotate(135deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 84.9999999974%;
  left: 50.0000000004%;
  transform: rotate(180deg);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 74.7487369862%;
  left: 25.2512627193%;
  transform: rotate(225deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999806189%;
  left: 15.0000039834%;
  transform: rotate(270deg);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.la-line-spin-clockwise-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 25.2506949798%;
  left: 25.2513989292%;
  transform: rotate(315deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-line-spin-clockwise-fade.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-line-spin-clockwise-fade.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 1px;
  height: 4px;
  margin-top: -2px;
  margin-left: 0;
}

.la-line-spin-clockwise-fade.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-line-spin-clockwise-fade.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 20px;
  margin-top: -10px;
  margin-left: -2px;
}

.la-line-spin-clockwise-fade.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-line-spin-clockwise-fade.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 6px;
  height: 30px;
  margin-top: -15px;
  margin-left: -3px;
}

@-webkit-keyframes line-spin-clockwise-fade {
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes line-spin-clockwise-fade {
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1],
.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 6s linear infinite ball-spin-fade-rotating-rotate;
  animation: 6s linear infinite ball-spin-fade-rotating-rotate;
}

.la-line-spin-fade-rotating.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 2px;
  height: 10px;
  margin: -5px 2px 2px -1px;
  border-radius: 0;
  -webkit-animation: 1s ease-in-out infinite line-spin-fade-rotating;
  animation: 1s ease-in-out infinite line-spin-fade-rotating;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 15%;
  left: 50%;
  transform: rotate(0);
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 25.2512626585%;
  left: 74.7487373415%;
  transform: rotate(45deg);
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: rotate(90deg);
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 74.7487373415%;
  left: 74.7487373415%;
  transform: rotate(135deg);
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 84.9999999974%;
  left: 50.0000000004%;
  transform: rotate(180deg);
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 74.7487369862%;
  left: 25.2512627193%;
  transform: rotate(225deg);
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999806189%;
  left: 15.0000039834%;
  transform: rotate(270deg);
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.la-line-spin-fade-rotating[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 25.2506949798%;
  left: 25.2513989292%;
  transform: rotate(315deg);
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.la-line-spin-fade-rotating.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-line-spin-fade-rotating.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 1px;
  height: 4px;
  margin-top: -2px;
  margin-left: 0;
}

.la-line-spin-fade-rotating.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-line-spin-fade-rotating.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 20px;
  margin-top: -10px;
  margin-left: -2px;
}

.la-line-spin-fade-rotating.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-line-spin-fade-rotating.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 6px;
  height: 30px;
  margin-top: -15px;
  margin-left: -3px;
}

@-webkit-keyframes ball-spin-fade-rotating-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes ball-spin-fade-rotating-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes line-spin-fade-rotating {
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes line-spin-fade-rotating {
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.la-line-spin-fade[_ngcontent-ogd-c1],
.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-line-spin-fade[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-line-spin-fade.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 2px;
  height: 10px;
  margin: -5px 2px 2px -1px;
  border-radius: 0;
  -webkit-animation: 1s ease-in-out infinite line-spin-fade;
  animation: 1s ease-in-out infinite line-spin-fade;
}

.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: 15%;
  left: 50%;
  transform: rotate(0);
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  top: 25.2512626585%;
  left: 74.7487373415%;
  transform: rotate(45deg);
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: rotate(90deg);
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  top: 74.7487373415%;
  left: 74.7487373415%;
  transform: rotate(135deg);
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  top: 84.9999999974%;
  left: 50.0000000004%;
  transform: rotate(180deg);
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}

.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  top: 74.7487369862%;
  left: 25.2512627193%;
  transform: rotate(225deg);
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(7) {
  top: 49.9999806189%;
  left: 15.0000039834%;
  transform: rotate(270deg);
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.la-line-spin-fade[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(8) {
  top: 25.2506949798%;
  left: 25.2513989292%;
  transform: rotate(315deg);
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.la-line-spin-fade.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-line-spin-fade.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 1px;
  height: 4px;
  margin-top: -2px;
  margin-left: 0;
}

.la-line-spin-fade.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-line-spin-fade.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 4px;
  height: 20px;
  margin-top: -10px;
  margin-left: -2px;
}

.la-line-spin-fade.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-line-spin-fade.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 6px;
  height: 30px;
  margin-top: -15px;
  margin-left: -3px;
}

@-webkit-keyframes line-spin-fade {
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes line-spin-fade {
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.la-pacman[_ngcontent-ogd-c1],
.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-pacman[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-pacman.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1),
.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  width: 0;
  height: 0;
  background: 0 0;
  border-style: solid;
  border-width: 16px;
  border-right-color: transparent;
  border-radius: 100%;
  -webkit-animation: 0.5s infinite pacman-rotate-half-up;
  animation: 0.5s infinite pacman-rotate-half-up;
}

.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  margin-top: -32px;
  -webkit-animation-name: pacman-rotate-half-down;
  animation-name: pacman-rotate-half-down;
}

.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3),
.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4),
.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5),
.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  position: absolute;
  top: 50%;
  left: 200%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 2s linear infinite pacman-balls;
  animation: 2s linear infinite pacman-balls;
}

.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3) {
  -webkit-animation-delay: -1.44s;
  animation-delay: -1.44s;
}

.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4) {
  -webkit-animation-delay: -1.94s;
  animation-delay: -1.94s;
}

.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5) {
  -webkit-animation-delay: -2.44s;
  animation-delay: -2.44s;
}

.la-pacman[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  -webkit-animation-delay: -2.94s;
  animation-delay: -2.94s;
}

.la-pacman.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-pacman.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1),
.la-pacman.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  border-width: 8px;
}

.la-pacman.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  margin-top: -16px;
}

.la-pacman.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3),
.la-pacman.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4),
.la-pacman.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5),
.la-pacman.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  width: 4px;
  height: 4px;
}

.la-pacman.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-pacman.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1),
.la-pacman.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  border-width: 32px;
}

.la-pacman.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  margin-top: -64px;
}

.la-pacman.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3),
.la-pacman.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4),
.la-pacman.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5),
.la-pacman.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  width: 16px;
  height: 16px;
}

.la-pacman.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-pacman.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1),
.la-pacman.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  border-width: 48px;
}

.la-pacman.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  margin-top: -96px;
}

.la-pacman.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(3),
.la-pacman.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(4),
.la-pacman.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(5),
.la-pacman.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(6) {
  width: 24px;
  height: 24px;
}

@-webkit-keyframes pacman-rotate-half-up {
  0%, 100% {
    transform: rotate(270deg);
  }

  50% {
    transform: rotate(360deg);
  }
}

@keyframes pacman-rotate-half-up {
  0%, 100% {
    transform: rotate(270deg);
  }

  50% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pacman-rotate-half-down {
  0%, 100% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(0);
  }
}

@keyframes pacman-rotate-half-down {
  0%, 100% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(0);
  }
}

@-webkit-keyframes pacman-balls {
  0% {
    left: 200%;
    opacity: 0;
    transform: translateY(-50%);
  }

  5% {
    opacity: 0.5;
  }

  66% {
    opacity: 1;
  }

  67% {
    opacity: 0;
  }

  100% {
    left: 0;
    transform: translateY(-50%);
  }
}

@keyframes pacman-balls {
  0% {
    left: 200%;
    opacity: 0;
    transform: translateY(-50%);
  }

  5% {
    opacity: 0.5;
  }

  66% {
    opacity: 1;
  }

  67% {
    opacity: 0;
  }

  100% {
    left: 0;
    transform: translateY(-50%);
  }
}

.la-square-jelly-box[_ngcontent-ogd-c1],
.la-square-jelly-box[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-square-jelly-box[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-square-jelly-box.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-square-jelly-box[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-square-jelly-box[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1),
.la-square-jelly-box[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  position: absolute;
  left: 0;
  width: 100%;
}

.la-square-jelly-box[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(1) {
  top: -25%;
  z-index: 1;
  height: 100%;
  border-radius: 10%;
  -webkit-animation: 0.6s linear -0.1s infinite square-jelly-box-animate;
  animation: 0.6s linear -0.1s infinite square-jelly-box-animate;
}

.la-square-jelly-box[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:nth-child(2) {
  bottom: -9%;
  height: 10%;
  background: #000;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-animation: 0.6s linear -0.1s infinite square-jelly-box-shadow;
  animation: 0.6s linear -0.1s infinite square-jelly-box-shadow;
}

.la-square-jelly-box.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-square-jelly-box.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-square-jelly-box.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

@-webkit-keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%;
  }

  25% {
    transform: translateY(25%) rotate(22.5deg);
  }

  50% {
    border-bottom-right-radius: 100%;
    transform: translateY(50%) scale(1, 0.9) rotate(45deg);
  }

  75% {
    transform: translateY(25%) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%;
  }

  25% {
    transform: translateY(25%) rotate(22.5deg);
  }

  50% {
    border-bottom-right-radius: 100%;
    transform: translateY(50%) scale(1, 0.9) rotate(45deg);
  }

  75% {
    transform: translateY(25%) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes square-jelly-box-shadow {
  50% {
    transform: scale(1.25, 1);
  }
}

@keyframes square-jelly-box-shadow {
  50% {
    transform: scale(1.25, 1);
  }
}

.la-square-loader[_ngcontent-ogd-c1],
.la-square-loader[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-square-loader[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-square-loader.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-square-loader[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  width: 100%;
  height: 100%;
  background: 0 0;
  border-radius: 0;
  -webkit-animation: 2s infinite square-loader;
  animation: 2s infinite square-loader;
}

.la-square-loader[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  content: "";
  background-color: currentColor;
  -webkit-animation: 2s ease-in infinite square-loader-inner;
  animation: 2s ease-in infinite square-loader-inner;
}

.la-square-loader.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-square-loader.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  border-width: 1px;
}

.la-square-loader.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-square-loader.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  border-width: 4px;
}

.la-square-loader.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-square-loader.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  border-width: 6px;
}

@-webkit-keyframes square-loader {
  0% {
    transform: rotate(0);
  }

  25%, 50% {
    transform: rotate(180deg);
  }

  100%, 75% {
    transform: rotate(360deg);
  }
}

@keyframes square-loader {
  0% {
    transform: rotate(0);
  }

  25%, 50% {
    transform: rotate(180deg);
  }

  100%, 75% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes square-loader-inner {
  0%, 100%, 25% {
    height: 0;
  }

  50%, 75% {
    height: 100%;
  }
}

@keyframes square-loader-inner {
  0%, 100%, 25% {
    height: 0;
  }

  50%, 75% {
    height: 100%;
  }
}

.la-square-spin[_ngcontent-ogd-c1],
.la-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-square-spin[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-square-spin.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-square-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-animation: 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite square-spin;
  animation: 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite square-spin;
}

.la-square-spin.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-square-spin.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-square-spin.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

@-webkit-keyframes square-spin {
  0% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }

  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    transform: perspective(100px) rotateX(0) rotateY(360deg);
  }
}

@keyframes square-spin {
  0% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }

  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    transform: perspective(100px) rotateX(0) rotateY(360deg);
  }
}

.la-timer[_ngcontent-ogd-c1],
.la-timer[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-timer[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.la-timer.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-timer[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-radius: 100%;
}

.la-timer[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after,
.la-timer[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 2px;
  margin-top: -1px;
  margin-left: -1px;
  content: "";
  background: currentColor;
  border-radius: 2px;
  transform-origin: 1px 1px 0;
  -webkit-animation: 1.25s linear -625ms infinite timer-loader;
  animation: 1.25s linear -625ms infinite timer-loader;
}

.la-timer[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  height: 12px;
}

.la-timer[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  height: 8px;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: -7.5s;
  animation-delay: -7.5s;
}

.la-timer.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
}

.la-timer.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-timer.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after,
.la-timer.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  top: 7px;
  left: 7px;
  width: 1px;
  margin-top: -0.5px;
  margin-left: -0.5px;
  border-radius: 1px;
  transform-origin: 0.5px 0.5px 0;
}

.la-timer.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  height: 6px;
}

.la-timer.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  height: 4px;
}

.la-timer.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
}

.la-timer.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-timer.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after,
.la-timer.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  top: 28px;
  left: 28px;
  width: 4px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 4px;
  transform-origin: 2px 2px 0;
}

.la-timer.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  height: 24px;
}

.la-timer.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  height: 16px;
}

.la-timer.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
}

.la-timer.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

.la-timer.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after,
.la-timer.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  top: 42px;
  left: 42px;
  width: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 6px;
  transform-origin: 3px 3px 0;
}

.la-timer.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:before {
  height: 36px;
}

.la-timer.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:after {
  height: 24px;
}

@-webkit-keyframes timer-loader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes timer-loader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.la-triangle-skew-spin[_ngcontent-ogd-c1],
.la-triangle-skew-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  position: relative;
  box-sizing: border-box;
}

.la-triangle-skew-spin[_ngcontent-ogd-c1] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 16px;
}

.la-triangle-skew-spin.la-dark[_ngcontent-ogd-c1] {
  color: #333;
}

.la-triangle-skew-spin[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  display: inline-block;
  float: none;
  border: 0 solid currentColor;
  width: 0;
  height: 0;
  background: 0 0;
  border: solid;
  border-width: 0 16px 16px;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-animation: 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite triangle-skew-spin;
  animation: 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite triangle-skew-spin;
}

.la-triangle-skew-spin.la-sm[_ngcontent-ogd-c1] {
  width: 16px;
  height: 8px;
}

.la-triangle-skew-spin.la-sm[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  border-width: 0 8px 8px;
}

.la-triangle-skew-spin.la-2x[_ngcontent-ogd-c1] {
  width: 64px;
  height: 32px;
}

.la-triangle-skew-spin.la-2x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  border-width: 0 32px 32px;
}

.la-triangle-skew-spin.la-3x[_ngcontent-ogd-c1] {
  width: 96px;
  height: 48px;
}

.la-triangle-skew-spin.la-3x[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1] {
  border-width: 0 48px 48px;
}

@-webkit-keyframes triangle-skew-spin {
  0% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }

  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    transform: perspective(100px) rotateX(0) rotateY(360deg);
  }
}

@keyframes triangle-skew-spin {
  0% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }

  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    transform: perspective(100px) rotateX(0) rotateY(360deg);
  }
}

.overlay[_ngcontent-ogd-c1] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
}

.overlay[_ngcontent-ogd-c1] > div[_ngcontent-ogd-c1]:not(.loading-text) {
  top: 50%;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translate(-50%, -50%);
}

.loading-text[_ngcontent-ogd-c1] {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 99999 !important;
}

@media screen and (max-width: 599px) {
  .mdl-list__item--four-line[_ngcontent-ogd-c3] {
    height: 134px !important;
  }

  .mdl-list__item--four-line[_ngcontent-ogd-c3] .mdl-list__item-primary-content[_ngcontent-ogd-c3] {
    height: 100px !important;
  }

  .mdl-list__item--four-line[_ngcontent-ogd-c3] .mdl-list__item-primary-content[_ngcontent-ogd-c3] .mdl-list__item-sub-title[_ngcontent-ogd-c3] {
    display: flex;
  }
}

.flat-button[_ngcontent-ogd-c4]:hover {
  color: #1ea65e !important;
  background: transparent;
}

.login-button[_ngcontent-ogd-c4] {
  color: white !important;
  margin-right: 0.5rem;
}

.signup-button[_ngcontent-ogd-c4] {
  color: #74d3ea !important;
}

.margin-1rem[_ngcontent-ogd-c4] {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.profile-chip-content[_ngcontent-ogd-c5] h4[_ngcontent-ogd-c5] {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.21px;
  color: #1ea65e;
}

.profile-chip-content[_ngcontent-ogd-c5] p[_ngcontent-ogd-c5] {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #000000;
}

nav[_ngcontent-ogd-c5] {
  margin-top: 0;
}

nav[_ngcontent-ogd-c5] .mdl-navigation__link[_ngcontent-ogd-c5] {
  padding: 1rem 0.75rem 1rem 1.875rem;
}

nav[_ngcontent-ogd-c5] .mdl-navigation__link.sub[_ngcontent-ogd-c5] {
  margin-top: -0.3rem;
  margin-left: 2rem;
  padding-top: 0;
}

nav[_ngcontent-ogd-c5] .mdl-navigation__link[_ngcontent-ogd-c5] span[_ngcontent-ogd-c5] {
  font-family: "Open-Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.86px;
}

.close-btn[_ngcontent-ogd-c5] {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  height: 2rem;
  padding: 0.5rem;
  z-index: 1500;
  padding-top: 22px;
  padding-right: 10px;
}

.nav-padding-top[_ngcontent-ogd-c5] {
  padding-top: 46px;
}

.contact-us[_ngcontent-ogd-c7] hr[_ngcontent-ogd-c7] {
  background: #9b9b9b;
  margin-top: 0.25rem !important;
  margin-bottom: 0;
  opacity: 0.3;
}

.recover-password-form[_ngcontent-ogd-c8] {
  color: #000;
}

.cta-centered[_ngcontent-ogd-c8] {
  text-align: center;
  margin: 0 auto;
}

.terms-checkbox[_ngcontent-ogd-c8] {
  display: flex;
  margin-bottom: 1.5rem;
}

.terms-checkbox[_ngcontent-ogd-c8] span[_ngcontent-ogd-c8] {
  font-size: 14px;
}

.terms-checkbox[_ngcontent-ogd-c8] a[_ngcontent-ogd-c8] {
  font-size: 14px;
}

.cta-button[_ngcontent-ogd-c8] {
  width: 100%;
  padding: 0;
  margin: 0;
}

.cta-button[_ngcontent-ogd-c8] button[_ngcontent-ogd-c8] {
  width: 100%;
  max-width: 480px;
}

.mdl-popup__subtext[_ngcontent-ogd-c8] {
  margin: 0.875rem 2rem 2.125rem 2rem !important;
}

@media screen and (max-width: 599px) {
  .mdl-popup__subtext[_ngcontent-ogd-c8] {
    margin: 0.25rem 1.25rem 1.25rem 1.25rem !important;
  }
}

.form-padding-bottom[_ngcontent-ogd-c8] {
  padding-bottom: 26px;
}

.mdl-button[_ngcontent-ogd-c8]:not(.mdl-button--fab):not(.mdl-button--icon) {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 40px;
  margin-bottom: 26px;
  border-radius: 0px !important;
}

.single-action-form[_ngcontent-ogd-c8] {
  padding-top: 0;
}

.credential-item[_ngcontent-ogd-c9] {
  margin-bottom: 1rem;
}

.credential-item[_ngcontent-ogd-c9] h2.title[_ngcontent-ogd-c9] {
  margin-bottom: 0.5rem;
}

.credential-item[_ngcontent-ogd-c9] .diagonostic-result[_ngcontent-ogd-c9] .icon-fill-awarded[_ngcontent-ogd-c9] {
  fill: #0d8572;
}

.credential-item[_ngcontent-ogd-c9] .credential-level[_ngcontent-ogd-c9] {
  padding-top: 0.5rem;
  display: flex;
  clear: both;
}

.credential-item[_ngcontent-ogd-c9] .credential-level[_ngcontent-ogd-c9] svg[_ngcontent-ogd-c9] {
  margin-right: 5px;
}

div.sub-title[_ngcontent-ogd-c9] {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #000000;
}

.credential-shield-main[_ngcontent-ogd-c9] {
  display: flex;
}

.credential-shield-main[_ngcontent-ogd-c9] .credential-shield[_ngcontent-ogd-c9] {
  width: 3rem;
  height: 3rem;
  position: relative;
}

.credential-shield-main[_ngcontent-ogd-c9] .credential-shield[_ngcontent-ogd-c9] .cdl-icon[_ngcontent-ogd-c9] {
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border-radius: 1.25rem;
  color: #007d9b;
  display: flex;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-right: 1rem;
}

.credential-shield-main[_ngcontent-ogd-c9] .credential-shield[_ngcontent-ogd-c9] .cdl-icon[_ngcontent-ogd-c9] img[_ngcontent-ogd-c9] {
  max-width: 100%;
}

.credential-shield-main[_ngcontent-ogd-c9] .font-overline[_ngcontent-ogd-c9] {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.credential-shield-main[_ngcontent-ogd-c9] .font-overline[_ngcontent-ogd-c9] svg[_ngcontent-ogd-c9] {
  height: 14px;
  margin-right: 2px;
  margin-top: -3px;
}

.credential-shield-main[_ngcontent-ogd-c9] .mdl-list__item-primary-content[_ngcontent-ogd-c9] {
  margin-left: 1rem;
}

.credential-shield-main[_ngcontent-ogd-c9] .subheading-with-context[_ngcontent-ogd-c9] h6[_ngcontent-ogd-c9] {
  margin: 0 0 5px 0;
  color: #000000;
}

.top-position-label[_ngcontent-ogd-c10] {
  top: 1px;
}

.textfield-container[_ngcontent-ogd-c10] {
  margin-bottom: 0.5rem;
}

.label-container[_ngcontent-ogd-c10] {
  margin-top: 0.5rem;
}

.contact-inner-white[_ngcontent-ogd-c10] {
  background: #ffffff !important;
}

[_nghost-ogd-c11] {
  display: block;
}

my-slide-panel[_ngcontent-ogd-c11] {
  border: 6px solid #FF6060;
  max-width: 500px;
  height: 150px;
}

my-slide-panel[_ngcontent-ogd-c11] div[_ngcontent-ogd-c11] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

[_nghost-ogd-c12] {
  display: block;
  overflow: hidden;
}

.panes[_ngcontent-ogd-c12] {
  height: 100%;
  width: 200%;
  display: flex;
}

.panes[_ngcontent-ogd-c12] div[_ngcontent-ogd-c12] {
  flex: 1;
}

.single-action-form[_ngcontent-ogd-c13] .cta-button[_ngcontent-ogd-c13] h4[_ngcontent-ogd-c13] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.mdl-layout__header .primary-logo {
  outline: 0;
}

.sso-login-error {
  color: #F76918;
  margin-bottom: 10px;
  display: block;
}

