@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("/asset/font/open-sans-bold.eot");
  src: url("/asset/font/open-sans-bold.eot?#iefix") format("embedded-opentype"), url("/asset/font/open-sans-bold.woff2") format("woff2"), url("/asset/font/open-sans-bold.woff") format("woff"), url("/asset/font/open-sans-bold.ttf") format("truetype"), url("/asset/font/open-sans-bold.svg#open-sans-bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/asset/font/open-sans-italic.eot");
  src: url("/asset/font/open-sans-italic.eot?#iefix") format("embedded-opentype"), url("/asset/font/open-sans-italic.woff2") format("woff2"), url("/asset/font/open-sans-italic.woff") format("woff"), url("/asset/font/open-sans-italic.ttf") format("truetype"), url("/asset/font/open-sans-italic.svg#open-sans-italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/asset/font/open-sans-roman.eot");
  src: url("/asset/font/open-sans-roman.eot?#iefix") format("embedded-opentype"), url("/asset/font/open-sans-roman.woff2") format("woff2"), url("/asset/font/open-sans-roman.woff") format("woff"), url("/asset/font/open-sans-roman.ttf") format("truetype"), url("/asset/font/open-sans-roman.svg#open-sans-roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/asset/font/merriweather-bold.eot");
  src: url("/asset/font/merriweather-bold.eot?#iefix") format("embedded-opentype"), url("/asset/font/merriweather-bold.woff2") format("woff2"), url("/asset/font/merriweather-bold.woff") format("woff"), url("/asset/font/merriweather-bold.ttf") format("truetype"), url("/asset/font/merriweather-bold.svg#merriweather-bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/asset/font/merriweather-italic.eot");
  src: url("/asset/font/merriweather-italic.eot?#iefix") format("embedded-opentype"), url("/asset/font/merriweather-italic.woff2") format("woff2"), url("/asset/font/merriweather-italic.woff") format("woff"), url("/asset/font/merriweather-italic.ttf") format("truetype"), url("/asset/font/merriweather-italic.svg#merriweather-italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("/asset/font/merriweather-roman.eot");
  src: url("/asset/font/merriweather-roman.eot?#iefix") format("embedded-opentype"), url("/asset/font/merriweather-roman.woff2") format("woff2"), url("/asset/font/merriweather-roman.woff") format("woff"), url("/asset/font/merriweather-roman.ttf") format("truetype"), url("/asset/font/merriweather-roman.svg#merriweather-roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
  background-color: transparent;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
}

.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  display: block;
}

.aspect-ratio-16-9 {
  padding-top: 56.25%;
}

.aspect-ratio-2-1 {
  padding-top: 50%;
}

.aspect-ratio-1-1 {
  padding-top: 50%;
}

.aspect-ratio-4-3 {
  padding-top: 66.6%;
}

.aspect-ratio-box-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vertical-center, .theater__wrapper.theater__wrapper_aspect {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.horizontal-center {
  width: 100%;
  text-align: center;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: scale(1.25);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounce {
  50% {
    -moz-transform: scale(1.25);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounce {
  50% {
    -o-transform: scale(1.25);
  }
  to {
    -o-transform: scale(1);
  }
}
@keyframes bounce {
  50% {
    transform: scale(1.25);
  }
  to {
    transform: scale(1);
  }
}
.form__input {
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
}
.form__input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.form__input--required, .form__input[required] {
  border-width: 2px;
  border-width: 0.0833333333rem;
}

.textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.375em 0.75em;
  border-width: 1px;
  border-width: 0.0416666667rem;
  border-radius: 3px;
  border-radius: 0.125rem;
  margin-bottom: 1.5em;
  border-style: solid;
  background-color: transparent;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.1);
  line-height: 1.53515625;
  -webkit-appearance: none;
  white-space: normal;
}
.textarea:focus {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.125em rgba(0, 0, 0, 0.2);
}

textarea.textarea {
  font-family: inherit;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

.textarea--is-disabled, html .textarea[disabled] {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.75;
}

.textarea--primary {
  color: #09E88E;
  border-color: rgba(80, 169, 204, 0.2);
}
.textarea--primary:focus {
  border-color: rgba(80, 169, 204, 0.4);
  box-shadow: inset 0 0 0.125em rgba(80, 169, 204, 0.4);
}

.textarea--secondary {
  color: #e55e4c;
  border-color: rgba(204, 58, 39, 0.2);
}
.textarea--secondary:focus {
  border-color: rgba(204, 58, 39, 0.4);
  box-shadow: inset 0 0 0.125em rgba(204, 58, 39, 0.4);
}

.textarea--tertiary {
  color: #5ce5c1;
  border-color: rgba(53, 204, 164, 0.2);
}
.textarea--tertiary:focus {
  border-color: rgba(53, 204, 164, 0.4);
  box-shadow: inset 0 0 0.125em rgba(53, 204, 164, 0.4);
}

.form-group {
  display: block;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  border-width: 0;
  margin-bottom: 1.5em;
}

.form-group--reverse {
  text-align: left;
}

.form-group__label {
  max-width: 31%;
  display: inline-block;
}

.form-group__messages, .form-group__value {
  max-width: 66%;
  min-width: 66%;
  text-align: left;
  float: right;
}

.form-group__value {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  margin-left: 2%;
  margin-top: -0.375em;
  margin-bottom: -0.375em;
  line-height: 1;
}

.form-group__label .button, .form-group__label.button {
  margin-top: -0.375em;
  margin-bottom: -0.375em;
  padding-top: 0.5625em;
  padding-bottom: 0.625em;
  width: 100%;
}

.form-group__messages {
  color: #cc3a27;
  display: none;
  font-size: 0.9em;
}

.form-group__messages {
  margin-left: 33%;
  padding-left: 0;
}

.form-group--reverse .form-group__value {
  margin-left: 0;
  margin-right: 2%;
  float: left;
}

.form-group--reverse .form-group {
  float: none;
  margin-bottom: 0;
}

.form-group--reverse .form-group .form-group__value {
  float: none;
  margin-right: 0%;
  margin-left: 2%;
}

.form-group--search .form__input::-webkit-search-cancel-button,
.form-group--search .form__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.form-group--text .form-group__label, .form-group--search .form-group__label {
  color: rgba(0, 0, 0, 0.5);
}

.form-group--text .form-group__value, .form-group--search .form-group__value {
  border-width: 0;
  line-height: 1.53515625;
  -webkit-appearance: none;
  outline: 0;
  background-color: transparent;
}

.form-group--is-invalid .form-group__messages {
  display: block;
}

.form-group--is-invalid .form-group__value, .form-group__value:invalid,
.form-group--is-invalid .form-group__value:focus, .form-group__value:focus:invalid,
.form-group--is-invalid.form-group__value, .form-group--is-invalid.form-group__value:focus {
  border-color: #cc3a27;
}

@media (min-width: 320px) and (max-width: 767px) {
  .form-group--mobile {
    margin-bottom: 1em;
  }
  .form-group--mobile .form-group__label {
    display: block;
    max-width: 100%;
    margin-bottom: 0.375em;
    text-align: left;
  }
  .form-group__label .button, .form-group__label.button {
    margin-top: 0.375em;
    margin-bottom: 0.375em;
    text-align: center;
  }
  .form-group--mobile .form-group__value, .form-group--mobile .form-group__messages {
    margin-left: 0;
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .form-group--mobile .form-group__value {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.form__label {
  display: block;
  width: 33%;
  float: left;
  text-align: right;
  padding: 0.375em 0.75em;
  margin-bottom: 1.5em;
  clear: left;
}

.form__value {
  float: right;
  max-width: 66%;
  min-width: 66%;
  clear: right;
}

.input-text, .input-number, .input-search {
  display: block;
  width: 100%;
  padding: 0.375em 0.75em;
  border-width: 1px;
  border-width: 0.0416666667rem;
  border-radius: 3px;
  border-radius: 0.125rem;
  border-style: solid;
  background-color: transparent;
  line-height: 1.53515625;
  -webkit-appearance: none;
}
.input-text:focus, .input-number:focus, .input-search:focus {
  outline: 0;
}

.input-text, .input-number, .input-search, .context--light .input-text, .context--dark .context--light .input-text {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.8);
}
.input-text:focus, .input-number:focus, .input-search:focus, .context--light .input-text:focus, .context--dark .context--light .input-text:focus {
  box-shadow: inset 0 0 0.125em rgba(0, 0, 0, 0.4);
}

.context--dark .input-text, .context--dark .input-number, .context--dark .input-search, .context--light .context--dark .input-text {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
}
.context--dark .input-text:focus, .context--dark .input-number:focus, .context--dark .input-search:focus, .context--light .context--dark .input-text:focus {
  box-shadow: inset 0 0 0.125em rgba(255, 255, 255, 0.4);
}

.input-text--is-disabled, .input-number--is-disabled, .input-number[disabled], .input-search--is-disabled, .input-search[disabled], html .input-text[disabled], html [disabled].input-number, html [disabled].input-search {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.75;
}

.input-text--primary, .input-number--primary, .input-search--primary {
  color: #09E88E;
  border-color: rgba(80, 169, 204, 0.2);
}
.input-text--primary:focus, .input-number--primary:focus, .input-search--primary:focus {
  border-color: rgba(80, 169, 204, 0.4);
  box-shadow: inset 0 0 0.125em rgba(80, 169, 204, 0.4);
}

.input-text--secondary, .input-number--secondary, .input-search--secondary {
  color: #e55e4c;
  border-color: rgba(204, 58, 39, 0.2);
}
.input-text--secondary:focus, .input-number--secondary:focus, .input-search--secondary:focus {
  border-color: rgba(204, 58, 39, 0.4);
  box-shadow: inset 0 0 0.125em rgba(204, 58, 39, 0.4);
}

.input-text--tertiary, .input-number--tertiary, .input-search--tertiary {
  color: #5ce5c1;
  border-color: rgba(53, 204, 164, 0.2);
}
.input-text--tertiary:focus, .input-number--tertiary:focus, .input-search--tertiary:focus {
  border-color: rgba(53, 204, 164, 0.4);
  box-shadow: inset 0 0 0.125em rgba(53, 204, 164, 0.4);
}

.input-search {
  border-radius: 100em;
}
.input-search[type=search]::-webkit-search-cancel-button, .input-search[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.input-checkbox, .input-radio {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0.1875em;
  border: 2px solid currentcolor;
  border: 0.0833333333rem solid currentcolor;
  margin-right: 0.375em;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 0.1875em;
  color: #000000;
  background-color: transparent;
  -webkit-transition: 200ms background-color;
  -moz-transition: 200ms background-color;
  -ms-transition: 200ms background-color;
  -o-transition: 200ms background-color;
  transition: 200ms background-color;
  -webkit-background-clip: content;
  background-clip: content-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-checkbox:checked, .input-radio:checked {
  background-color: currentcolor;
}
html .input-checkbox[disabled], html [disabled].input-radio {
  cursor: default;
  opacity: 0.25;
}

.input-checkbox--primary, .input-radio--primary {
  color: #09E88E;
}

.input-checkbox--secondary, .input-radio--secondary {
  color: #e55e4c;
}

.input-checkbox--tertiary, .input-radio--tertiary {
  color: #5ce5c1;
}

.input-radio {
  border-radius: 100em;
}

.button, .select {
  display: inline-block;
  box-sizing: inherit;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 0.375em;
  border-width: 1px;
  border-width: 0.0416666667rem;
  border-style: solid;
  margin: 0;
  text-indent: 0;
  text-shadow: inherit;
  text-align: center;
  word-spacing: inherit;
  line-height: 1;
  -webkit-appearance: none;
  background-color: transparent;
  border-color: currentcolor;
  font-size: inherit;
  border-radius: 3px;
  border-radius: 0.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 250ms color, 250ms background-color, 250ms border-color;
  -moz-transition: 250ms color, 250ms background-color, 250ms border-color;
  -ms-transition: 250ms color, 250ms background-color, 250ms border-color;
  -o-transition: 250ms color, 250ms background-color, 250ms border-color;
  transition: 250ms color, 250ms background-color, 250ms border-color;
}
.button:focus, .select:focus, .button:active, .select:active, .button.button--is-active, .button--is-active.select {
  outline: 0;
}

.button, .select, .context--light .button, .context--dark .context--light .button {
  color: #000000;
}
.button:focus, .select:focus, .button:active, .select:active, .button.button--is-active, .button--is-active.select, .context--light .button:focus, .context--light .button:active, .context--light .button.button--is-active, .context--dark .context--light .button:focus, .context--dark .context--light .button:active, .context--dark .context--light .button.button--is-active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.button.button--pill, .button--pill.select, .button.button--translucent-pill, .button--translucent-pill.select, .context--light .button.button--pill, .context--light .button.button--translucent-pill, .context--dark .context--light .button.button--pill, .context--dark .context--light .button.button--translucent-pill {
  border-color: currentcolor;
  border-width: 0;
  color: #ffffff;
}
.button.button--pill, .button--pill.select, .context--light .button.button--pill, .context--dark .context--light .button.button--pill {
  background-color: #000000;
}
.button.button--pill:focus, .button--pill.select:focus, .button.button--pill:active, .button--pill.select:active, .button.button--pill.button--is-active, .button--pill.button--is-active.select, .context--light .button.button--pill:focus, .context--light .button.button--pill:active, .context--light .button.button--pill.button--is-active, .context--dark .context--light .button.button--pill:focus, .context--dark .context--light .button.button--pill:active, .context--dark .context--light .button.button--pill.button--is-active {
  background-color: #262626;
}
.button.button--translucent-pill, .button--translucent-pill.select, .context--light .button.button--translucent-pill, .context--dark .context--light .button.button--translucent-pill {
  background-color: rgba(0, 0, 0, 0.5);
}
.button.button--translucent-pill:focus, .button--translucent-pill.select:focus, .button.button--translucent-pill:active, .button--translucent-pill.select:active, .button.button--translucent-pill.button--is-active, .button--translucent-pill.button--is-active.select, .context--light .button.button--translucent-pill:focus, .context--light .button.button--translucent-pill:active, .context--light .button.button--translucent-pill.button--is-active, .context--dark .context--light .button.button--translucent-pill:focus, .context--dark .context--light .button.button--translucent-pill:active, .context--dark .context--light .button.button--translucent-pill.button--is-active {
  background-color: rgba(38, 38, 38, 0.5);
}

.context--dark .button, .context--dark .select, .context--dark .context--dark .button {
  color: #ffffff;
}
.context--dark .button:focus, .context--dark .select:focus, .context--dark .button:active, .context--dark .select:active, .context--dark .button.button--is-active, .context--dark .button--is-active.select, .context--dark .context--dark .button:focus, .context--dark .context--dark .button:active, .context--dark .context--dark .button.button--is-active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.context--dark .button.button--pill, .context--dark .button--pill.select, .context--dark .button.button--translucent-pill, .context--dark .button--translucent-pill.select, .context--dark .context--dark .button.button--pill, .context--dark .context--dark .button.button--translucent-pill {
  border-color: currentcolor;
  border-width: 0;
  color: #000000;
}
.context--dark .button.button--pill, .context--dark .button--pill.select, .context--dark .context--dark .button.button--pill {
  background-color: #f2f2f2;
}
.context--dark .button.button--pill:focus, .context--dark .button--pill.select:focus, .context--dark .button.button--pill:active, .context--dark .button--pill.select:active, .context--dark .button.button--pill.button--is-active, .context--dark .button--pill.button--is-active.select, .context--dark .context--dark .button.button--pill:focus, .context--dark .context--dark .button.button--pill:active, .context--dark .context--dark .button.button--pill.button--is-active {
  background-color: #ffffff;
}
.context--dark .button.button--translucent-pill, .context--dark .button--translucent-pill.select, .context--dark .context--dark .button.button--translucent-pill {
  background-color: rgba(242, 242, 242, 0.5);
}
.context--dark .button.button--translucent-pill:focus, .context--dark .button--translucent-pill.select:focus, .context--dark .button.button--translucent-pill:active, .context--dark .button--translucent-pill.select:active, .context--dark .button.button--translucent-pill.button--is-active, .context--dark .button--translucent-pill.button--is-active.select, .context--dark .context--dark .button.button--translucent-pill:focus, .context--dark .context--dark .button.button--translucent-pill:active, .context--dark .context--dark .button.button--translucent-pill.button--is-active {
  background-color: rgba(255, 255, 255, 0.5);
}

button.button::-webkit-file-upload-button, button.select::-webkit-file-upload-button {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-right-width: 0.0416666667rem;
  margin-top: -0.375em;
  margin-bottom: -0.375em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 0.375em;
  color: inherit;
  cursor: inherit;
  letter-spacing: 0.0625em;
  font: inherit;
  background-color: transparent;
  -webkit-appearance: none;
}

a.button:hover, a.select:hover, a.button:focus, a.select:focus, a.button:active, a.select:active, a.button.button--is-active, a.button--is-active.select {
  text-decoration: none;
}

.button.button--primary, .button--primary.select, .button.select--primary, .select.select--primary {
  color: #09E88E;
}
.button.button--primary:focus, .button--primary.select:focus, .button.select--primary:focus, .select.select--primary:focus, .button.button--primary:active, .button--primary.select:active, .button.select--primary:active, .select.select--primary:active, .button.button--primary.button--is-active, .button--primary.button--is-active.select, .button.button--is-active.select--primary, .button--is-active.select.select--primary {
  border-color: #50a9cc;
  background-color: #50a9cc;
  color: #ffffff;
}
.button.button--primary.button--pill, .button--primary.button--pill.select, .button.button--pill.select--primary, .button--pill.select.select--primary, .button.button--primary.button--translucent-pill, .button--primary.button--translucent-pill.select, .button.button--translucent-pill.select--primary, .button--translucent-pill.select.select--primary {
  color: #ffffff;
}
.button.button--primary.button--pill, .button--primary.button--pill.select, .button.button--pill.select--primary, .button--pill.select.select--primary, .button.button--primary.button--pill:focus, .button.button--primary.button--pill:active, .button.button--primary.button--pill.button--is-active, .button.button--primary.button--translucent-pill, .button--primary.button--translucent-pill.select, .button.button--translucent-pill.select--primary, .button--translucent-pill.select.select--primary, .button.button--primary.button--translucent-pill:focus, .button.button--primary.button--translucent-pill:active, .button.button--primary.button--translucent-pill.button--is-active {
  border-color: transparent;
}
.button.button--primary.button--pill, .button--primary.button--pill.select, .button.button--pill.select--primary, .button--pill.select.select--primary {
  background-color: #09E88E;
}
.button.button--primary.button--pill:focus, .button--primary.button--pill.select:focus, .button.button--pill.select--primary:focus, .button--pill.select.select--primary:focus, .button.button--primary.button--pill:active, .button--primary.button--pill.select:active, .button.button--pill.select--primary:active, .button--pill.select.select--primary:active, .button.button--primary.button--pill.button--is-active, .button--primary.button--pill.button--is-active.select, .button.button--pill.button--is-active.select--primary, .button--pill.button--is-active.select.select--primary {
  background-color: #91d7f2;
}
.button.button--primary.button--translucent-pill, .button--primary.button--translucent-pill.select, .button.button--translucent-pill.select--primary, .button--translucent-pill.select.select--primary {
  background-color: rgba(9, 232, 142, 0.85);
}
.button.button--primary.button--translucent-pill:focus, .button--primary.button--translucent-pill.select:focus, .button.button--translucent-pill.select--primary:focus, .button--translucent-pill.select.select--primary:focus, .button.button--primary.button--translucent-pill:active, .button--primary.button--translucent-pill.select:active, .button.button--translucent-pill.select--primary:active, .button--translucent-pill.select.select--primary:active, .button.button--primary.button--translucent-pill.button--is-active, .button--primary.button--translucent-pill.button--is-active.select, .button.button--translucent-pill.button--is-active.select--primary, .button--translucent-pill.button--is-active.select.select--primary {
  background-color: rgba(145, 215, 242, 0.85);
}

.button.button--secondary, .button--secondary.select, .button.select--secondary, .select.select--secondary {
  color: #e55e4c;
}
.button.button--secondary:focus, .button--secondary.select:focus, .button.select--secondary:focus, .select.select--secondary:focus, .button.button--secondary:active, .button--secondary.select:active, .button.select--secondary:active, .select.select--secondary:active, .button.button--secondary.button--is-active, .button--secondary.button--is-active.select, .button.button--is-active.select--secondary, .button--is-active.select.select--secondary {
  border-color: #cc3a27;
  background-color: #cc3a27;
  color: #ffffff;
}
.button.button--secondary.button--pill, .button--secondary.button--pill.select, .button.button--pill.select--secondary, .button--pill.select.select--secondary, .button.button--secondary.button--translucent-pill, .button--secondary.button--translucent-pill.select, .button.button--translucent-pill.select--secondary, .button--translucent-pill.select.select--secondary {
  color: #ffffff;
}
.button.button--secondary.button--pill, .button--secondary.button--pill.select, .button.button--pill.select--secondary, .button--pill.select.select--secondary, .button.button--secondary.button--pill:focus, .button.button--secondary.button--pill:active, .button.button--secondary.button--pill.button--is-active, .button.button--secondary.button--translucent-pill, .button--secondary.button--translucent-pill.select, .button.button--translucent-pill.select--secondary, .button--translucent-pill.select.select--secondary, .button.button--secondary.button--translucent-pill:focus, .button.button--secondary.button--translucent-pill:active, .button.button--secondary.button--translucent-pill.button--is-active {
  border-color: transparent;
}
.button.button--secondary.button--pill, .button--secondary.button--pill.select, .button.button--pill.select--secondary, .button--pill.select.select--secondary {
  background-color: #e55e4c;
}
.button.button--secondary.button--pill:focus, .button--secondary.button--pill.select:focus, .button.button--pill.select--secondary:focus, .button--pill.select.select--secondary:focus, .button.button--secondary.button--pill:active, .button--secondary.button--pill.select:active, .button.button--pill.select--secondary:active, .button--pill.select.select--secondary:active, .button.button--secondary.button--pill.button--is-active, .button--secondary.button--pill.button--is-active.select, .button.button--pill.button--is-active.select--secondary, .button--pill.button--is-active.select.select--secondary {
  background-color: #f27261;
}
.button.button--secondary.button--translucent-pill, .button--secondary.button--translucent-pill.select, .button.button--translucent-pill.select--secondary, .button--translucent-pill.select.select--secondary {
  background-color: rgba(229, 94, 76, 0.85);
}
.button.button--secondary.button--translucent-pill:focus, .button--secondary.button--translucent-pill.select:focus, .button.button--translucent-pill.select--secondary:focus, .button--translucent-pill.select.select--secondary:focus, .button.button--secondary.button--translucent-pill:active, .button--secondary.button--translucent-pill.select:active, .button.button--translucent-pill.select--secondary:active, .button--translucent-pill.select.select--secondary:active, .button.button--secondary.button--translucent-pill.button--is-active, .button--secondary.button--translucent-pill.button--is-active.select, .button.button--translucent-pill.button--is-active.select--secondary, .button--translucent-pill.button--is-active.select.select--secondary {
  background-color: rgba(242, 114, 97, 0.85);
}

.button.button--tertiary, .button--tertiary.select, .button.select--tertiary, .select.select--tertiary {
  color: #5ce5c1;
}
.button.button--tertiary:focus, .button--tertiary.select:focus, .button.select--tertiary:focus, .select.select--tertiary:focus, .button.button--tertiary:active, .button--tertiary.select:active, .button.select--tertiary:active, .select.select--tertiary:active, .button.button--tertiary.button--is-active, .button--tertiary.button--is-active.select, .button.button--is-active.select--tertiary, .button--is-active.select.select--tertiary {
  border-color: #35cca4;
  background-color: #35cca4;
  color: #ffffff;
}
.button.button--tertiary.button--pill, .button--tertiary.button--pill.select, .button.button--pill.select--tertiary, .button--pill.select.select--tertiary, .button.button--tertiary.button--translucent-pill, .button--tertiary.button--translucent-pill.select, .button.button--translucent-pill.select--tertiary, .button--translucent-pill.select.select--tertiary {
  color: #ffffff;
}
.button.button--tertiary.button--pill, .button--tertiary.button--pill.select, .button.button--pill.select--tertiary, .button--pill.select.select--tertiary, .button.button--tertiary.button--pill:focus, .button.button--tertiary.button--pill:active, .button.button--tertiary.button--pill.button--is-active, .button.button--tertiary.button--translucent-pill, .button--tertiary.button--translucent-pill.select, .button.button--translucent-pill.select--tertiary, .button--translucent-pill.select.select--tertiary, .button.button--tertiary.button--translucent-pill:focus, .button.button--tertiary.button--translucent-pill:active, .button.button--tertiary.button--translucent-pill.button--is-active {
  border-color: transparent;
}
.button.button--tertiary.button--pill, .button--tertiary.button--pill.select, .button.button--pill.select--tertiary, .button--pill.select.select--tertiary {
  background-color: #5ce5c1;
}
.button.button--tertiary.button--pill:focus, .button--tertiary.button--pill.select:focus, .button.button--pill.select--tertiary:focus, .button--pill.select.select--tertiary:focus, .button.button--tertiary.button--pill:active, .button--tertiary.button--pill.select:active, .button.button--pill.select--tertiary:active, .button--pill.select.select--tertiary:active, .button.button--tertiary.button--pill.button--is-active, .button--tertiary.button--pill.button--is-active.select, .button.button--pill.button--is-active.select--tertiary, .button--pill.button--is-active.select.select--tertiary {
  background-color: #72f2d0;
}
.button.button--tertiary.button--translucent-pill, .button--tertiary.button--translucent-pill.select, .button.button--translucent-pill.select--tertiary, .button--translucent-pill.select.select--tertiary {
  background-color: rgba(92, 229, 193, 0.85);
}
.button.button--tertiary.button--translucent-pill:focus, .button--tertiary.button--translucent-pill.select:focus, .button.button--translucent-pill.select--tertiary:focus, .button--translucent-pill.select.select--tertiary:focus, .button.button--tertiary.button--translucent-pill:active, .button--tertiary.button--translucent-pill.select:active, .button.button--translucent-pill.select--tertiary:active, .button--translucent-pill.select.select--tertiary:active, .button.button--tertiary.button--translucent-pill.button--is-active, .button--tertiary.button--translucent-pill.button--is-active.select, .button.button--translucent-pill.button--is-active.select--tertiary, .button--translucent-pill.button--is-active.select.select--tertiary {
  background-color: rgba(114, 242, 208, 0.85);
}

.button--alpha {
  font-size: 1.25em;
}

.button--gamma {
  font-size: 0.75em;
}

.button--is-disabled, .select[disabled], button.button[disabled], button[disabled].select, input.button[disabled], input[disabled].select {
  cursor: default;
  border-color: currentcolor !important;
}
.button--is-disabled, .select[disabled], button.button[disabled], button[disabled].select, input.button[disabled], input[disabled].select, .button--is-disabled:focus, .button--is-disabled:active, .button--is-disabled.button--is-active {
  opacity: 0.8;
}

.button--is-disabled, .select[disabled], button.button[disabled], button[disabled].select, input.button[disabled], input[disabled].select, .context--light .button--is-disabled, .context--dark .context--light .button--is-disabled {
  background-color: rgba(0, 0, 0, 0.125) !important;
}
.button--is-disabled, .select[disabled], button.button[disabled], button[disabled].select, input.button[disabled], input[disabled].select, .button--is-disabled:focus, .button--is-disabled:active, .button--is-disabled.button--is-active, .context--light .button--is-disabled, .context--light .button--is-disabled:focus, .context--light .button--is-disabled:active, .context--light .button--is-disabled.button--is-active, .context--dark .context--light .button--is-disabled, .context--dark .context--light .button--is-disabled:focus, .context--dark .context--light .button--is-disabled:active, .context--dark .context--light .button--is-disabled.button--is-active {
  color: #000000 !important;
}

.context--dark .button--is-disabled, .context--dark .select[disabled], .context--dark button.button[disabled], .context--dark input.button[disabled], .context--light .context--dark .button--is-disabled {
  background-color: rgba(255, 255, 255, 0.125) !important;
}
.context--dark .button--is-disabled, .context--dark .select[disabled], .context--dark button.button[disabled], .context--dark input.button[disabled], .context--dark .button--is-disabled:focus, .context--dark .button--is-disabled:active, .context--dark .button--is-disabled.button--is-active, .context--light .context--dark .button--is-disabled, .context--light .context--dark .button--is-disabled:focus, .context--light .context--dark .button--is-disabled:active, .context--light .context--dark .button--is-disabled.button--is-active {
  color: #ffffff !important;
}

.button--is-hidden {
  visibility: hidden;
}

.button__label {
  position: relative;
}

.button__spinner {
  position: relative;
  top: 0.125em;
  display: inline-block;
  height: 0.75em;
  width: 0.75em;
  border-width: 1px;
  border-width: 0.0416666667rem;
  border-style: solid;
  border-radius: 100%;
  border-color: inherit;
  border-top-color: transparent;
  opacity: 0.75;
  -webkit-animation: rotation 600ms infinite linear;
  -moz-animation: rotation 600ms infinite linear;
  -o-animation: rotation 600ms infinite linear;
  animation: rotation 600ms infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.button--intent {
  position: relative;
  overflow: hidden;
}

.button--intent .button__label {
  position: relative;
  top: 0;
}

.button--intent .button__spinner {
  position: absolute;
  top: -50%;
  left: 50%;
  margin-left: -0.375em;
  margin-top: -0.375em;
  opacity: 0;
}

.button__label, .button__spinner {
  -webkit-transition: 400ms top, 400ms opacity;
  -moz-transition: 400ms top, 400ms opacity;
  -ms-transition: 400ms top, 400ms opacity;
  -o-transition: 400ms top, 400ms opacity;
  transition: 400ms top, 400ms opacity;
}

.button--intent.button--is-loading .button__label {
  top: 1.5em;
  opacity: 0;
}
.button--intent.button--is-loading .button__spinner {
  opacity: 1;
  top: 50%;
}
.button--intent.button--is-loading .button__spinner:focus, .button--intent.button--is-loading .button__spinner:active, .button--intent.button--is-loading .button__spinner.button--is-active {
  border-top-color: currentcolor;
}

.button--icon {
  font-size: 1.5em;
}

.button--icon .ion {
  width: 1em;
}

.button--seamless {
  border-width: 0;
}

.button--block {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: auto;
  margin-right: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 4.5em;
  height: 1.5em;
}

.switch__label {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  line-height: 1.5em;
  background-color: rgb(127.5, 127.5, 127.5);
  color: #ffffff;
  text-align: center;
  z-index: 1;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}
.switch__label:before, .switch__label:after {
  -webkit-transition: padding 200ms, opacity 200ms;
  -moz-transition: padding 200ms, opacity 200ms;
  -ms-transition: padding 200ms, opacity 200ms;
  -o-transition: padding 200ms, opacity 200ms;
  transition: padding 200ms, opacity 200ms;
}
.switch__label:before {
  content: "On";
  opacity: 0;
  padding-left: 0;
}
.switch__label:after {
  content: "Off";
  opacity: 1;
  padding-right: 0.75em;
}
.switch__value:checked + .switch__label {
  background-color: #000000;
}
.switch__value:checked + .switch__label:before {
  opacity: 1;
  padding-left: 0.75em;
}
.switch__value:checked + .switch__label:after {
  opacity: 0;
  padding-right: 0;
}

.switch__value {
  width: 1.25em;
  height: 1.25em;
  margin: 2px;
  margin: 0.0833333333rem;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transition: left 200ms;
  -moz-transition: left 200ms;
  -ms-transition: left 200ms;
  -o-transition: left 200ms;
  transition: left 200ms;
}
.switch__value:checked {
  left: 3em;
}
.switch__value {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
}

.switch--primary .switch__label {
  background-color: rgb(4.5, 116, 71);
}

.switch--primary .switch__value:checked + .switch__label {
  background-color: #09E88E;
}

.switch--secondary .switch__label {
  background-color: rgb(114.5, 47, 38);
}

.switch--secondary .switch__value:checked + .switch__label {
  background-color: #e55e4c;
}

.switch--tertiary .switch__label {
  background-color: rgb(46, 114.5, 96.5);
}

.switch--tertiary .switch__value:checked + .switch__label {
  background-color: #5ce5c1;
}

.switch__value[disabled] + .switch__label, .switch--is-disabled .switch__label {
  opacity: 0.5;
}

.button-group {
  overflow: hidden;
  display: inline-block;
}

.touch:disabled .button-group__item:hover {
  z-index: 1;
}

.button-group__item {
  border-radius: 0;
  float: left;
}
.button-group__item + .button-group__item {
  margin-left: -1px;
  margin-left: -0.0416666667rem;
}
.button-group__item:first-child {
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 3px;
  border-top-left-radius: 0.125rem;
}
.button-group__item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.125rem;
  border-top-right-radius: 3px;
  border-top-right-radius: 0.125rem;
}

.button-group--reverse {
  float: right;
}

ol.list, ul.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list--inset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 0.0416666667rem solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border-radius: 0.125rem;
}

.list__item {
  position: relative;
  padding: 0.75em;
  line-height: 1.53515625;
}

.list__item.selected {
  opacity: 80%;
}

.list--concise .list__item {
  padding: 0.375em 0.25em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  border-bottom-width: 0;
}
.list--concise .list__item:first-child {
  border-top-width: 0;
}

.list--concise .list__intent {
  padding: 0.375em 0.25em;
  margin: -0.625em;
}

.list--size-default .list__item {
  padding: 0;
  margin-top: 0;
  width: 15rem;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.25em;
}

.list--size-small .list-item {
  width: 10rem;
  margin-right: 1rem;
  display: inline-block;
  padding: 0;
  padding-bottom: 8px;
}

.list--size-large .list-item {
  width: 20rem;
  margin-right: 1rem;
  display: inline-block;
  padding: 0;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .list--size-responsive5 .list-item, .list--size-responsive4 .list-item, .list--size-responsive3 .list-item, .list--size-responsive2 .list-item {
    width: 100%;
    padding: 0;
  }
  .list--size-responsive8 .list-item {
    width: 49%;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .list--size-responsive8 .list-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list--size-responsive8 {
    line-height: 1em;
  }
  .list--size-responsive8 .list-item {
    width: 11.5%;
    margin-right: 0.56%;
    margin-bottom: 0.56%;
  }
  .list--size-responsive8 .list-item:nth-child(8n+1) {
    margin-right: 0;
  }
  .list--size-responsive5 {
    line-height: 1em;
  }
  .list--size-responsive5 .list-item {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
  }
  .list--size-responsive5 .list-item:nth-child(5n+1) {
    margin-right: 0;
  }
  .list--size-responsive4 {
    line-height: 1em;
  }
  .list--size-responsive4 .list-item {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
  }
  .list--size-responsive4 .list-item:nth-child(4n+1) {
    margin-right: 0;
  }
  .list--size-responsive3 {
    line-height: 1.5em;
  }
  .list--size-responsive3 .list-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .list--size-responsive3 .list-item:nth-child(3n+1) {
    margin-right: 0;
  }
  .list--size-responsive2 {
    line-height: 2em;
  }
  .list--size-responsive2 .list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .list--size-responsive2 .list-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
.list--size-responsive2 .list__item, .list--size-responsive3 .list__item, .list--size-responsive4 .list__item, .list--size-responsive5 .list__item {
  padding: 0;
  display: inline-block;
}

.list--inset .list__item:first-child {
  border-top-width: 0;
}
.list--inset .list__item:last-child {
  border-bottom-width: 0;
}

.list__intent {
  padding: 0.75em;
  margin: -0.75em;
  border-radius: 3px;
  border-radius: 0.125rem;
  display: block;
  border-width: 0;
  line-height: inherit;
}

.list__intent.button {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.list__intent:hover, .list__intent:focus, .list__intent:active, .list--is-selected .list__intent {
  background-color: #f2f2f2;
}

.list__intent:hover .list__chevron, .list__intent:focus .list__chevron, .list__intent:active .list__chevron, .list--is-selected .list__intent .list__chevron {
  color: #09E88E;
}

.list__divider {
  position: relative;
  padding-left: 0.75em;
  padding-right: 0.75em;
  line-height: 1.53515625;
  background-color: rgba(0, 0, 0, 0.1);
  border-width: 0;
}

.list--concise .list__divider {
  height: 1px;
  height: 0.0416666667rem;
  margin-top: 6px;
  margin-top: 0.25rem;
  margin-bottom: 6px;
  margin-bottom: 0.25rem;
}

.list--inset .list__divider:first-child {
  border-top-left-radius: 1.5px;
  border-top-left-radius: 0.0625rem;
  border-top-right-radius: 1.5px;
  border-top-right-radius: 0.0625rem;
}
.list--inset .list__divider:last-child {
  border-bottom-left-radius: 1.5px;
  border-bottom-left-radius: 0.0625rem;
  border-bottom-right-radius: 1.5px;
  border-bottom-right-radius: 0.0625rem;
}

.list__chevron {
  position: absolute;
  right: 0.75em;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  border-width: 0.0625em;
  border-color: transparent;
  border-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list__chevron--primary {
  color: #09E88E;
}

.list__chevron--secondary {
  color: #e55e4c;
}

.list__chevron--tertiary {
  color: #5ce5c1;
}

.list__count {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.6666666667em;
  padding-right: 0.6666666667em;
  padding-left: 0.6666666667em;
  padding-bottom: 0.1666666667em;
  padding-top: 0.3333333333em;
  border-radius: 100em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  font-size: 0.75em;
}

.list__count--primary {
  background-color: rgba(9, 232, 142, 0.6);
}

.list__count--secondary {
  background-color: rgba(229, 94, 76, 0.6);
}

.list__count--tertiary {
  background-color: rgba(92, 229, 193, 0.6);
}

.list__chevron + .list__count {
  right: 3em;
}

.overlay__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  background-color: #000000;
  -webkit-transition: visibility 0ms linear 500ms, 500ms opacity;
  -moz-transition: visibility 0ms linear 500ms, 500ms opacity;
  -ms-transition: visibility 0ms linear 500ms, 500ms opacity;
  -o-transition: visibility 0ms linear 500ms, 500ms opacity;
  transition: visibility 0ms linear 500ms, 500ms opacity;
  opacity: 0;
}

.overlay__backdrop--light {
  background-color: #ffffff;
}

.overlay__backdrop--is-active {
  -webkit-transition: visibility 500ms linear 0ms, 500ms opacity;
  -moz-transition: visibility 500ms linear 0ms, 500ms opacity;
  -ms-transition: visibility 500ms linear 0ms, 500ms opacity;
  -o-transition: visibility 500ms linear 0ms, 500ms opacity;
  transition: visibility 500ms linear 0ms, 500ms opacity;
  visibility: visible;
  opacity: 0.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.overlay__content {
  -webkit-transition: -webkit-filter 500ms;
  -moz-transition: -moz-filter 500ms;
  transition: -webkit-filter 500ms, filter 500ms;
  transition: -moz-filter 500ms, filter 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay__content--is-active {
  -webkit-filter: blur(0.1666666667rem);
  -moz-filter: blur(0.1666666667rem);
  filter: blur(0.1666666667rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
}

.dialog .title {
  display: block;
  text-align: center;
  font-weight: bold;
}

.overlay {
  position: fixed;
}

.notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: visibility 0ms linear 200ms, -webkit-transform 200ms, opacity 200ms;
  -moz-transition: visibility 0ms linear 200ms, -moz-transform 200ms, opacity 200ms;
  -o-transition: visibility 0ms linear 200ms, transform 200ms, opacity 200ms;
  transition: visibility 0ms linear 200ms, transform 200ms, opacity 200ms;
  width: 100%;
  max-width: 39em;
  padding-left: 0.75em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 7.5em;
  z-index: 102;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0.125em #000000;
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0.125rem;
}

.notification__cancel {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.notification--is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.notification--primary {
  background-color: rgba(9, 232, 142, 0.95);
}

.notification--secondary {
  background-color: rgba(229, 94, 76, 0.95);
}

.notification--tertiary {
  background-color: rgba(92, 229, 193, 0.95);
}

.tooltip {
  position: absolute;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: visibility 0ms linear 200ms, -webkit-transform 200ms, opacity 200ms;
  -moz-transition: visibility 0ms linear 200ms, -moz-transform 200ms, opacity 200ms;
  -o-transition: visibility 0ms linear 200ms, transform 200ms, opacity 200ms;
  transition: visibility 0ms linear 200ms, transform 200ms, opacity 200ms;
  padding: 0.375em;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-style: solid;
  border-width: 1px;
  border-width: 0.0416666667rem;
  border-color: rgba(127.5, 127.5, 127.5, 0.95);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.125rem 0.3333333333rem rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  border-radius: 0.125rem;
}

.tooltip__context {
  position: relative;
  z-index: 100;
  display: block;
}

.tooltip--is-active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.tooltip--above:after, .tooltip--after:after, .tooltip--below:after, .tooltip--before:after {
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-width: 0.25em;
}

.tooltip--above:after, .tooltip--below:after {
  left: 50%;
  margin-left: -0.25em;
}

.tooltip--before:after, .tooltip--after:after {
  top: 50%;
  margin-top: -0.25em;
}

.tooltip--above, .tooltip--below {
  left: 50%;
}

.tooltip--before, .tooltip--after {
  top: 50%;
}

.tooltip--above {
  -webkit-transform: translate(-50%, 0.75em);
  -moz-transform: translate(-50%, 0.75em);
  -ms-transform: translate(-50%, 0.75em);
  -o-transform: translate(-50%, 0.75em);
  transform: translate(-50%, 0.75em);
  margin-bottom: 0.75em;
  bottom: 100%;
}
.tooltip--above:after {
  top: 100%;
  border-top-color: inherit;
}

.tooltip--before {
  -webkit-transform: translate(0.75em, -50%);
  -moz-transform: translate(0.75em, -50%);
  -ms-transform: translate(0.75em, -50%);
  -o-transform: translate(0.75em, -50%);
  transform: translate(0.75em, -50%);
  margin-right: 0.75em;
  right: 100%;
}
.tooltip--before:after {
  left: 100%;
  border-left-color: inherit;
}

.tooltip--below {
  -webkit-transform: translate(-50%, -0.75em);
  -moz-transform: translate(-50%, -0.75em);
  -ms-transform: translate(-50%, -0.75em);
  -o-transform: translate(-50%, -0.75em);
  transform: translate(-50%, -0.75em);
  margin-top: 0.75em;
  top: 100%;
}
.tooltip--below:after {
  bottom: 100%;
  border-bottom-color: inherit;
}

.tooltip--after {
  -webkit-transform: translate(-0.75em, -50%);
  -moz-transform: translate(-0.75em, -50%);
  -ms-transform: translate(-0.75em, -50%);
  -o-transform: translate(-0.75em, -50%);
  transform: translate(-0.75em, -50%);
  margin-left: 0.75em;
  left: 100%;
}
.tooltip--after:after {
  right: 100%;
  border-right-color: inherit;
}

.tooltip--above.tooltip--is-active, .tooltip--below.tooltip--is-active {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.tooltip--before.tooltip--is-active, .tooltip--after.tooltip--is-active {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.tooltip--primary {
  background-color: rgba(9, 232, 142, 0.95);
  border-color: rgba(4.5, 116, 71, 0.95);
}

.tooltip--secondary {
  background-color: rgba(229, 94, 76, 0.95);
  border-color: rgba(114.5, 47, 38, 0.95);
}

.tooltip--tertiary {
  background-color: rgba(92, 229, 193, 0.95);
  border-color: rgba(46, 114.5, 96.5, 0.95);
}

.context--dark {
  color: white;
}

.context--light {
  color: black;
}

.context--intermediate {
  color: gray;
}

.context--primary {
  color: #09E88E;
}

.context--secondary {
  color: #e55e4c;
}

.context--tertiary {
  color: #5ce5c1;
}

.heading--alpha {
  font-size: 2em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.heading--beta {
  font-size: 2em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.heading--gamma {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.heading--delta {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.heading--epsilon {
  font-size: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.heading--zeta {
  font-size: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.heading--alpha, .heading--gamma, .heading--epsilon {
  font-weight: normal;
  text-transform: uppercase;
}

.heading--beta, .heading--delta, .heading--zeta {
  font-weight: lighter;
}

.paragraph--alpha {
  font-size: 1.5em;
}

.paragraph--beta {
  font-size: 1em;
}

.paragraph--gamma {
  margin-top: 0;
  margin-bottom: 0;
}

.content--sans.paragraph--beta, .content--sans.paragraph--alpha, .content--sans .paragraph--alpha, .content--sans .paragraph--beta {
  margin-top: 1.53515625em;
  margin-bottom: 1.53515625em;
}

.content--serif.paragraph--beta, .content--serif.paragraph--alpha, .content--serif .paragraph--alpha, .content--serif .paragraph--beta {
  margin-top: 1.55515625em;
  margin-bottom: 1.55515625em;
}

.paragraph--beta, .paragraph--alpha {
  margin-top: -webkit-calc(1em + 1ex);
  margin-top: -moz-calc(1em + 1ex);
  margin-top: calc(1em + 1ex);
  margin-bottom: -webkit-calc(1em + 1ex);
  margin-bottom: -moz-calc(1em + 1ex);
  margin-bottom: calc(1em + 1ex);
}

.content--left {
  text-align: left;
}

.content--right {
  text-align: right;
}

.float {
  overflow: hidden;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.content--center {
  text-align: center;
}

.content--sans {
  font-family: "Open Sans", "open-sans", "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1.53515625;
  font-weight: 400;
}

.content--serif {
  font-family: "merriweather", "times new roman", times, serif;
  line-height: 1.55515625;
  font-weight: 400;
}

.content--sans, .content--serif {
  line-height: -webkit-calc(1em + 1ex);
  line-height: -moz-calc(1em + 1ex);
  line-height: calc(1em + 1ex);
}

.content--size-alpha {
  font-size: 6em;
}

.content--size-beta {
  font-size: 5em;
}

.content--size-gamma {
  font-size: 4em;
}

.content--size-delta {
  font-size: 3em;
}

.content--size-epsilon {
  font-size: 2em;
}

.content--size-zeta {
  font-size: 1em;
}

.content--size-eta {
  font-size: 0.8333333333em;
}

.content--style-caps {
  text-transform: uppercase;
}

.content--style-smallcaps {
  text-transform: lowercase;
  font-variant: small-caps;
}

.figure {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.figure__body {
  margin-top: 1.5em;
}

.figure__object img {
  display: block;
  max-width: 100%;
  height: auto;
}

.media--no-margin, .media, .media__body {
  overflow: hidden;
}

.media {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.media__object {
  float: left;
  margin-right: 1.5em;
}

.media--reverse .media__object {
  float: right;
  margin-right: 0;
  margin-left: 1.5em;
}

.media__object .media__image {
  display: block;
  max-width: 100%;
  height: auto;
}

.flag {
  display: table;
  width: 100%;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.flag--no-margin {
  margin-bottom: 0;
  margin-top: 0;
}

.flag__object {
  padding-right: 1.5em;
}

.flag__object .flag__image {
  display: block;
  max-width: none;
}

.flag__body {
  width: 100%;
}

.flag__body, .flag__object {
  display: table-cell;
  vertical-align: middle;
}

.flag--above .flag__body, .flag--above .flag__object {
  vertical-align: top;
}

.flag--below .flag__body, .flag--below .flag__object {
  vertical-align: bottom;
}

.flag--reverse .flag__object {
  padding-right: 0;
  padding-left: 1.5em;
}

.link {
  color: #09E88E;
  text-decoration: none;
  display: inline-block;
  line-height: inherit;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-width: 0.0416666667rem;
  -webkit-transition: color 200ms, border-bottom-color 200ms;
  -moz-transition: color 200ms, border-bottom-color 200ms;
  -ms-transition: color 200ms, border-bottom-color 200ms;
  -o-transition: color 200ms, border-bottom-color 200ms;
  transition: color 200ms, border-bottom-color 200ms;
  cursor: pointer;
}

button.link {
  font-size: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.link--is-active {
  color: #64b8d9;
  border-bottom-color: currentcolor;
}

.link--is-disabled, .link--is-disabled:hover {
  color: inherit;
  cursor: default;
  border-bottom-color: transparent;
}

.link--secondary {
  color: #e55e4c;
}

.link--secondary.link--is-active:hover {
  color: #d94b38;
}

.link--tertiary {
  color: #5ce5c1;
}

.link--tertiary.link--is-active:hover {
  color: #48d9b2;
}

a {
  -webkit-tap-highlight-color: rgba(9, 232, 142, 0);
  text-decoration: none;
  color: inherit;
}

.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  text-align: left;
}

.table__header-cell {
  border-width: 0;
}

.table__cell {
  border-width: 0;
}

.table__header-cell, .table__cell {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.875em;
}

.table thead {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.0833333333rem solid rgba(0, 0, 0, 0.1);
}

.table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.0416666667rem solid rgba(0, 0, 0, 0.1);
}

.table--contents-centered thead .table__header-cell, .table--contents-centered .table__cell {
  text-align: center;
}

.hairline {
  background-repeat: repeat-x;
  background-position: bottom left;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect fill='rgba(0,0,0,.1)' x='0' y='0' width='1' height='0.5'/></svg>");
  border: none;
  height: 0.0625em;
  margin-top: 3em;
  margin-bottom: 3em;
}

.hairline--alpha {
  margin-top: 6em;
  margin-bottom: 6em;
}

.hairline--beta {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.alert {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: visibility 0ms linear 200ms, -webkit-transform 200ms, opacity 200ms, max-height 200ms;
  -moz-transition: visibility 0ms linear 200ms, -moz-transform 200ms, opacity 200ms, max-height 200ms;
  -o-transition: visibility 0ms linear 200ms, transform 200ms, opacity 200ms, max-height 200ms;
  transition: visibility 0ms linear 200ms, transform 200ms, opacity 200ms, max-height 200ms;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 6em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  border-radius: 0.125rem;
  border-width: 2px;
  border-width: 0.0833333333rem;
  border-style: solid;
  text-align: center;
  max-height: 0%;
}

.alert, .context--light .alert {
  background-color: rgba(26, 26, 26, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.context--dark .alert {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(242, 242, 242, 0.8);
}

.hairline__cancel {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.alert--is-active {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.alert.alert--primary {
  background-color: rgba(9, 232, 142, 0.8);
  border-color: rgba(100, 184, 217, 0.8);
}

.alert.alert--secondary {
  background-color: rgba(229, 94, 76, 0.8);
  border-color: rgba(217, 75, 56, 0.8);
}

.alert.alert--tertiary {
  background-color: rgba(92, 229, 193, 0.8);
  border-color: rgba(72, 217, 178, 0.8);
}

.horizontal-scroll-container > * {
  overflow-x: scroll;
}

.search-field {
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #e3e3e3;
  padding: 2px 12px;
  display: flex;
  width: 100%;
}
.search-field div.search-field-button {
  width: 24px;
}
.search-field input, .search-field button {
  color: #808080;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  font-weight: 400;
}
.search-field input[type=text] {
  font-size: 16px;
  width: 100%;
  vertical-align: middle;
}
.search-field input[type=text] ::placeholder {
  color: #a0a0a0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-field input[type=text] {
    font-size: 11px;
  }
}
.search-field button {
  font-size: 22px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-field button {
    font-size: 16px;
  }
}

[contenteditable=true]:focus {
  outline: none;
}

.theater__overlay--theme-night {
  background-color: rgba(0.15, 0.15, 0.15, 0.5);
  color: white;
}

.theater__overlays {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

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

.theater__overlay--event .event__image {
  background-color: white;
}

.theater-overlay-clash {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.theater-overlay-event {
  transform-origin: 0% 100%;
}

.theater__overlay--event {
  position: absolute;
  bottom: 20px;
  left: 20px;
  overflow: hidden;
  border-radius: 4px;
  border-left-style: solid;
  border-left-width: 2;
  border-left-color: red;
}

.event__image_primary {
  height: 50px;
  max-width: 50px;
  float: left;
  margin: 16px;
}

.event__label {
  padding: 0;
  margin: 0;
}

.event__text {
  margin: 16px 74px 8px 0;
  float: left;
  width: 250px;
}

.event__label {
  font-size: 10pt;
  margin-bottom: 8px;
  line-height: 120%;
}

.event__label.event__label_primary {
  font-size: 14pt;
  font-weight: bold;
}

.event__label.event__label_tertiary {
  font-style: italic;
}

.event__image_secondary {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  max-width: 50px;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.video__player {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.video__wrapper {
  width: 100%;
  height: 100%;
}

.video__wrapper:-moz-full-screen {
  position: absolute;
}

.theater {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: black;
}

.theater__logo .logo {
  margin: 0;
  line-height: 28px;
  padding: 0;
  font-size: 1.7em;
  letter-spacing: 1px;
}

.theater__logo {
  float: left;
}

.theater__menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.theater__menu a {
  line-height: 28px;
  color: #adadad;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.theater__menu a:hover {
  text-decoration: none;
  color: black;
}

.theater__menu-item {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.theater__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.theater__wrapper {
  position: absolute;
  left: 0;
  right: 0;
}
.theater__wrapper.theater__wrapper_fit {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.theater__wrapper.theater__wrapper_aspect {
  aspect-ratio: 16/9;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.theater__wrapper__sub {
  margin: 0;
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
}

.theater-entry-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0ms linear 100ms, 100ms opacity;
  -moz-transition: visibility 0ms linear 100ms, 100ms opacity;
  -ms-transition: visibility 0ms linear 100ms, 100ms opacity;
  -o-transition: visibility 0ms linear 100ms, 100ms opacity;
  transition: visibility 0ms linear 100ms, 100ms opacity;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.theater-entry-video.theater-entry-video--enabled, .theater-entry-video.video--unsupported {
  -webkit-transition: visibility 100ms linear 0ms, 100ms opacity;
  -moz-transition: visibility 100ms linear 0ms, 100ms opacity;
  -ms-transition: visibility 100ms linear 0ms, 100ms opacity;
  -o-transition: visibility 100ms linear 0ms, 100ms opacity;
  transition: visibility 100ms linear 0ms, 100ms opacity;
  visibility: visible;
  opacity: 1;
}

.theater-entry-video.theater-entry-video--enabled {
  cursor: pointer;
}

.theater-entry__content {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.theater-entry-video-empty__content {
  background-color: black;
}

.theater-entry-video--loading .button__spinner {
  width: 1.5em;
  height: 1.5em;
  border-width: 0.125em;
}

.theater__header {
  position: absolute;
  z-index: 11;
  left: 1.5em;
  top: 1.5em;
}

.theater__footer {
  position: absolute;
  z-index: 11;
  left: 1.5em;
  bottom: 1.5em;
}

.theater__footer__owner {
  width: 12em;
}

.theater__footer__avatar {
  width: 2.25em;
  height: 2.25em;
  background-color: whitesmoke;
  margin-right: 0;
}

.theater__footer .flag__object {
  padding-right: 0.75em;
}

.theater__footer__name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 9em;
}

.theater__control {
  position: absolute;
  z-index: 12;
  bottom: 1.5em;
  right: 1.5em;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0.5px solid rgba(144, 144, 144, 0.5019607843);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .theater__control {
    transform: translate(10%, 10%) scale(0.8);
  }
  .theater__control .button {
    padding: 3px;
  }
}

.theater__control__button {
  position: relative;
  margin-right: 0.375em;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.embedded .theater__control__button--edit {
  display: none;
}

.theater__control__count {
  font-size: 0.7em;
  position: relative;
  top: -0.15em;
}

.theater__control__button--quality {
  padding-left: 4px;
  padding-right: 4px;
}

.theater__control__toggle {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

[data-subview-type=theater] .footer {
  display: none;
}
[data-subview-type=theater] .floating-navigation {
  display: none;
}
[data-subview-type=theater] .floating-avatar {
  display: none;
}

.theater__titles {
  z-index: 11;
  margin: auto;
  margin-top: 5%;
  width: 100%;
  position: absolute;
  text-align: center;
}

.theater__title {
  margin: 0;
  font-size: 3vw;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0ms linear 100ms, 100ms opacity;
  -moz-transition: visibility 0ms linear 100ms, 100ms opacity;
  -ms-transition: visibility 0ms linear 100ms, 100ms opacity;
  -o-transition: visibility 0ms linear 100ms, 100ms opacity;
  transition: visibility 0ms linear 100ms, 100ms opacity;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 24px;
  padding-left: 1rem;
  padding-right: 24px;
  padding-right: 1rem;
  pointer-events: none;
}

.theater__subtitle {
  width: 22.5em;
  max-width: 100%;
  bottom: 96px;
  bottom: 4rem;
  max-height: 72px;
  max-height: 3rem;
  overflow: hidden;
  -webkit-transition: 100ms bottom;
  -moz-transition: 100ms bottom;
  -ms-transition: 100ms bottom;
  -o-transition: 100ms bottom;
  transition: 100ms bottom;
}

.theater__subtitle .mention {
  font-weight: bold;
  color: currentcolor;
}

.theater--at-head .theater__title {
  -webkit-transition: visibility 100ms linear 0ms, 100ms opacity;
  -moz-transition: visibility 100ms linear 0ms, 100ms opacity;
  -ms-transition: visibility 100ms linear 0ms, 100ms opacity;
  -o-transition: visibility 100ms linear 0ms, 100ms opacity;
  transition: visibility 100ms linear 0ms, 100ms opacity;
  visibility: visible;
  opacity: 1;
  z-index: 12;
}

.theater__control__button--close {
  visibility: hidden;
}

/* Theater supports several modes:
 * *  - `default`  all controls appear on movement and dissappear when playing
 * *  - `modal`  shows a close button. Close performs a normal "back" operation
 * *  - `noninteractive` no controls are shown (except progress bar). Playing starts automatically
 * */
.theater__control, .theater__caret, .theater__footer__download_native, .theater__control__button--play {
  -webkit-transition: visibility 0ms linear 100ms, 100ms opacity;
  -moz-transition: visibility 0ms linear 100ms, 100ms opacity;
  -ms-transition: visibility 0ms linear 100ms, 100ms opacity;
  -o-transition: visibility 0ms linear 100ms, 100ms opacity;
  transition: visibility 0ms linear 100ms, 100ms opacity;
  visibility: hidden;
  opacity: 0;
}

.theater--active.theater--default .theater__control, .theater--active.theater--default .theater__caret, .theater--active.theater--default .theater__footer__download_native, .theater--active.theater--default .theater__control__button--play, .theater--active.theater--modal .theater__control, .theater--active.theater--modal .theater__caret, .theater--active.theater--modal .theater__footer__download_native, .theater--active.theater--modal .theater__control__button--play {
  -webkit-transition: visibility 100ms linear 0ms, 100ms opacity;
  -moz-transition: visibility 100ms linear 0ms, 100ms opacity;
  -ms-transition: visibility 100ms linear 0ms, 100ms opacity;
  -o-transition: visibility 100ms linear 0ms, 100ms opacity;
  transition: visibility 100ms linear 0ms, 100ms opacity;
  visibility: visible;
  opacity: 1;
}

.theater--modal .theater__control__button--close {
  visibility: visible;
}

.theater--noninteractive .theater__control__button--close {
  visibility: hidden;
}
.theater--noninteractive .theater__control, .theater--noninteractive .theater__footer, .theater--noninteractive .theater__caret, .theater--noninteractive .theater__control__button_play {
  visibility: hidden;
}

.theater--empty .theater__control, .theater--empty .theater__footer, .theater--empty .theater__caret {
  visibility: hidden;
}

.theater__progress-container {
  width: 100%;
  padding: 4px;
  bottom: 4px;
  z-index: 15;
  position: absolute;
}

.theater__progress, .theater__progress-percentage {
  height: 4px;
  left: 0;
  overflow: hidden;
}

.theater__progress {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0.5px solid rgba(160, 160, 160, 0.5019607843);
  border-radius: 2px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .theater__progress {
    heigth: 2px;
  }
}
.theater__progress-percentage {
  width: 0%;
  z-index: 16;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: width 600ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 600ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -ms-transition: width 600ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: width 600ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 600ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}

.theater-editable {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  padding: 1rem;
}

.theater-editable__description {
  resize: none;
  overflow: hidden;
}

.theater-editable-cover {
  position: relative;
}

.theater-editable-cover__wrapper {
  height: 18.5625em;
  width: 33em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.theater-editable-cover__wrapper, .theater-editable-cover {
  border-radius: 0.25em;
}

/*.uploadable-picture--is-enabled */
.theater-editable-cover {
  background-color: #333;
}

.theater-editable-cover {
  height: 100%;
  width: 100%;
}

.theater-success {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0ms linear 100ms, 100ms opacity;
  -moz-transition: visibility 0ms linear 100ms, 100ms opacity;
  -ms-transition: visibility 0ms linear 100ms, 100ms opacity;
  -o-transition: visibility 0ms linear 100ms, 100ms opacity;
  transition: visibility 0ms linear 100ms, 100ms opacity;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  font-size: 10vw;
  -webkit-transition: visibility 100ms linear 0ms, 100ms opacity;
  -moz-transition: visibility 100ms linear 0ms, 100ms opacity;
  -ms-transition: visibility 100ms linear 0ms, 100ms opacity;
  -o-transition: visibility 100ms linear 0ms, 100ms opacity;
  transition: visibility 100ms linear 0ms, 100ms opacity;
}

.theater-success--is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-animation: bounce 500ms;
  -moz-animation: bounce 500ms;
  -o-animation: bounce 500ms;
  animation: bounce 500ms;
}

.theater-ios__play {
  position: absolute;
  font-size: 96px;
  line-height: 1;
  width: 1em;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  color: white;
  background-color: transparent;
  border: none;
  padding: 0;
}

.theater-ios__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
}

.theater-ios__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 1;
}

.theater-ios__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.ios-download-native-app {
  background-image: url("/asset/image/appstore.svg");
  border: 0;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 147px;
  height: 58px;
  color: transparent !important;
  padding: 0;
}

.android-download-native-app {
  background-image: url("/asset/image/playstore.png");
  border: 0;
  background-size: 100%;
  background-color: transparent;
  width: 147px;
  height: 58px;
  color: transparent !important;
  padding: 0;
}

.theater-ios__byline {
  margin-top: 5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.theater-ios__subline {
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 320px) and (max-width: 767px) and (max-height: 299px) {
  .theater__footer__download_native {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (max-height: 299px) {
  /* .theater__control
  *  +length-relative(top, $-constant-size-block)
  *  bottom: initial */
  .theater__footer__avatar {
    display: none;
  }
  .theater__subtitle {
    font-size: 16px;
    font-size: 0.6666666667rem;
    bottom: 1.5em;
  }
  .theater__footer__name {
    display: none;
  }
}
@media (min-width: 768px) and (min-height: 300px) {
  .theater--inactive .theater__subtitle {
    bottom: 1.5em;
  }
}
.theater__control__button--close {
  left: 12px;
  top: 12px;
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 50;
  font-size: 20pt;
  color: white;
}

.theater__control__button--play {
  top: 50%;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  margin-top: -40px;
  height: 80px;
  font-size: 80px;
  position: absolute;
  z-index: 50;
}

.theater .theater__logo__primary {
  right: 1vw;
  top: 1vw;
  position: absolute;
  max-width: 12vw;
  max-height: 8vw;
  pointer-events: none;
}
.theater .theater__logo__secondary {
  right: 1vw;
  bottom: 2vw;
  position: absolute;
  max-width: 12vw;
  max-height: 8vw;
  pointer-events: none;
}

.theater-entry-video--loading, .theater-entry-video--empty {
  position: absolute;
  background-image: url("/asset/image/empty_story_placeholder.jpg");
  background-repeat: no-repeat;
  background-clip: content-box;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.ad-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20fire;
}

.uploadable-picture {
  position: relative;
  line-height: 0;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: background-color, border-width, padding;
  -moz-transition-property: background-color, border-width, padding;
  -o-transition-property: background-color, border-width, padding;
  transition-property: background-color, border-width, padding;
  border-width: 0;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  padding: 0;
}

.uploadable-picture__input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  cursor: pointer;
  z-index: -1;
  margin: 0;
  display: none;
}

.uploadable-picture__input::-webkit-file-upload-button {
  cursor: pointer;
}

.uploadable-picture__progress {
  background-color: #09E88E;
  position: absolute;
  left: 0;
  bottom: -0.75em;
  bottom: -0.5rem;
  height: 0.25em;
  height: 0.1666666667rem;
  z-index: 2;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity, width;
  -moz-transition-property: opacity, width;
  -o-transition-property: opacity, width;
  transition-property: opacity, width;
  opacity: 1;
}

.uploadable-picture__progress--is-done {
  opacity: 0;
  -webkit-transition-delay: 0ms, 1s;
  -moz-transition-delay: 0ms, 1s;
  -o-transition-delay: 0ms, 1s;
  transition-delay: 0ms, 1s;
}

.uploadable-picture--is-enabled .uploadable-picture__input {
  z-index: 0;
  display: block;
}

.uploadable-picture--is-dragged-over {
  border-color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.1);
}

.dragging\:active .uploadable-picture--is-enabled, .uploadable-picture--is-enabled:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.dragging\:active .uploadable-picture--is-enabled .uploadable-picture-content, .uploadable-picture--is-enabled:hover .uploadable-picture-content {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.uploadable-picture--is-dragged-over .uploadable-picture-content {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.uploadable-picture--is-dragged-over .uploadable-picture-content,
.uploadable-picture--has-failed .uploadable-picture-content {
  opacity: 0.5;
}

.uploadable-picture--has-failed {
  background-color: #e55e4c;
}

.uploadable-picture-content {
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.uploadable-picture--is-dropped .uploadable-picture-content {
  -webkit-animation: bounce 500ms;
  -moz-animation: bounce 500ms;
  -o-animation: bounce 500ms;
  animation: bounce 500ms;
}

.profile-cover__background {
  position: relative;
}

.profile-cover__wrapper {
  height: 100%;
  height: 21em;
  margin-bottom: 4.5em;
}

.profile-cover {
  height: 100%;
}

.uploadable-picture--is-enabled .profile-cover {
  background-color: #ccc;
}

.profile-avatar__wrapper {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -4.5em;
  width: 9em;
  height: 9em;
  top: 15em;
}

.profile-avatar {
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border: 0.25em solid white;
  margin: 0;
}

.profile-description .mention {
  font-style: italic;
}

.picture__messages {
  color: #cc3a27;
  display: none;
  font-size: 0.9em;
}

.avatar--is-invalid .picture__messages {
  display: block;
}

.profile__button-group {
  font-size: 0.875em;
  margin-left: -24px;
  margin-left: -1rem;
  margin-right: -24px;
  margin-right: -1rem;
}

.spread-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 576px;
  max-width: 24rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.spread-list.responsive, .embedded .spread-list {
  max-width: 100%;
}

.spread-list .list-item {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .spread-list {
    max-width: 1176px;
    max-width: 49rem;
  }
  .spread-list .list-item {
    display: inline-block;
    width: 552px;
    width: 23rem;
    margin-right: 24px;
    margin-right: 1rem;
  }
  .spread-list .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .spread-list .list-item-more, .spread .list-emptystate {
    width: initial;
    display: block;
  }
}
.search__input {
  border-width: 0;
  border-radius: 0;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}

.search, .explore {
  padding-top: 6em;
}

@media (min-width: 320px) and (max-width: 767px) {
  .search {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.search--empty .search__toggle {
  display: none;
}

[data-subview-type=search] .footer {
  display: none;
}

.list-item-intent {
  background-size: cover;
  background-position: center;
  display: block;
}

.list-item-intent.picture--has-image {
  box-shadow: inset 0 0 3em rgba(0, 0, 0, 0.8);
}

.selected .list-item-intent.picture--has-image {
  box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.8);
}

.list-item__button--favourite, .list-item__button--follow {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 1;
}

.avatars {
  position: absolute;
  left: 1em;
  bottom: 1em;
  padding: 0;
}

.list-item .avatars {
  visibility: hidden;
}

.avatars__item {
  list-style-type: none;
  display: inline-block;
}

.avatar-profile {
  position: absolute;
  left: 50%;
  top: 24px;
  top: 1rem;
  margin-left: -36px;
  margin-left: -1.5rem;
}

.list-item-activity__avatar .avatar {
  width: 48px;
  width: 2rem;
  height: 48px;
  height: 2rem;
  margin: 0 auto;
}

.avatar-profile .avatar {
  width: 72px;
  width: 3rem;
  height: 72px;
  height: 3rem;
  border: 0.25em solid white;
  margin: 0 auto;
  display: block;
}

.avatars .avatar {
  line-height: 2.5em;
  width: 2.5em;
  height: 2.5em;
  padding-right: 2px;
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
}

.list-item__name, .list-item__title, .list-item__count {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  text-shadow: 0px 0px 3px black;
  font-weight: 600;
  font-size: 14px;
}

.list--size-small .list-item__title {
  font-size: 14px;
}
.list--size-small .list-item__count {
  font-size: 12px;
}

.list-item__content {
  padding: 0;
}

.list-item-intent.picture--has-image .list-item__content {
  background-color: rgba(0, 0, 0, 0.3);
}

.list-item-user .list-item__content {
  padding-top: 108px;
  padding-top: 4.5rem;
  padding-bottom: 36px;
  padding-bottom: 1.5rem;
}

.list-item--is-unread {
  background-color: rgba(125, 125, 255, 0.1);
}

.list-item--is-unread:hover {
  background-color: transparent;
}

.list-item.list-item-story, .list-item.list-item-user {
  padding: 0;
  margin-bottom: 24px;
  margin-bottom: 1rem;
}

.list-item-more {
  border-bottom-width: 0;
}

.list-emptystate span {
  background-color: rgba(102, 102, 102, 0.2);
  padding: 2px 8px;
  border-radius: 4px;
}

.list-item-channel {
  cursor: pointer;
}
.list-item-channel > div {
  border-radius: 4px;
}
.list-item-channel .logo {
  width: 40%;
  height: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  margin: 5% auto 2% auto;
}
.list-item-channel p.heading--gamma {
  font-size: 15px;
}
.list-item-channel .list-item__count {
  font-size: 13px;
}

html,
.mobileapp,
.mobileapp__inner,
.root__container {
  height: 100%;
}

[data-subview-type=mobileapp],
[data-subview-type=mobileapp] #app-supported {
  height: 100%;
}

.mobileapp__inner {
  position: relative;
}

.mobileapp__foreground, .mobileapp__background, .theater-ios__foreground, .theater-ios {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.mobileapp__background, .theater-ios {
  background-color: #333;
  background-size: cover;
  background-position: center;
}

.mobileapp-ios .mobileapp__background {
  background-image: url("/asset/image/background-ios.jpg");
  background-position: 60% 50%;
  background-size: cover;
}

.mobileapp__foreground, .theater-ios__foreground {
  z-index: 30;
  background-image: url("/asset/image/stripes.png");
}

.mobileapp__foreground-content {
  margin-top: 5em;
  position: static;
}
@media (min-height: 50em) {
  .mobileapp__foreground-content {
    margin-top: 8em;
  }
}
@media (min-height: 60em) {
  .mobileapp__foreground-content {
    margin-top: 10em;
  }
}
@media (min-height: 70em) {
  .mobileapp__foreground-content {
    margin-top: 12em;
  }
}
@media (min-height: 80em) {
  .mobileapp__foreground-content {
    margin-top: 14em;
  }
}

[data-subview-type=mobileapp] .theater__progress,
[data-subview-type=mobileapp] .theater__title,
[data-subview-type=mobileapp] .theater__subtitle,
[data-subview-type=mobileapp] .theater__subtitle,
[data-subview-type=mobileapp] .theater__footer,
[data-subview-type=mobileapp] .theater__control,
[data-subview-type=mobileapp] .theater__caret,
[data-subview-type=mobileapp] .footer {
  display: none;
}

[data-subview-type=mobileapp-ios] .footer {
  position: absolute;
  z-index: 30;
  color: white;
  left: 0;
  right: 0;
  bottom: 0;
}
[data-subview-type=mobileapp-ios] .footer p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.mobileapp__logo {
  margin-top: 0;
  line-height: 1;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.mobileapp-ios .mobileapp__logo {
  margin-bottom: 0.5em;
}

.mobileapp-ios .mobileapp__byline {
  margin-top: 0.5em;
}

.mobileapp__footer {
  position: absolute;
  bottom: 4em;
  left: 0;
  right: 0;
}

.mobileapp-ios .mobileapp__footer p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media (max-height: 40em) {
  .mobileapp__byline, .mobileapp__description {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mobileapp__advert {
  margin-top: 0;
  margin-bottom: 0;
}

.mobileapp__advert-intent {
  font-weight: bold;
  text-decoration: underline;
}

.mobileapp__anchor {
  color: transparent;
  overflow: hidden;
  text-indent: 100%;
  width: 3em;
  height: 3em;
  display: block;
  margin: 0 auto;
  border: 1px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-right-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobileapp-block {
  background-size: auto, cover;
  background-position: center;
  background-repeat: repeat, no-repeat;
  min-height: 100%;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

.mobileapp-block__inner {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 8em;
}

.mobileapp-phone {
  background-image: url("/asset/image/phone-wire.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  max-width: 400px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mobileapp-phone img {
  width: 88%;
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 24%;
}

.mobileapp-block h2 {
  margin-top: 0;
}

.mobileapp-block p {
  margin-bottom: 0;
}

.mobileapp-block--1 {
  background-image: url("/asset/image/stripes.png"), url("/asset/image/bg-1.jpg");
}

.mobileapp-block--2 {
  background-image: url("/asset/image/stripes.png"), url("/asset/image/bg-2.jpg");
}

.mobileapp-block--3 {
  background-image: url("/asset/image/stripes.png"), url("/asset/image/bg-3.jpg");
}

.mobileapp-block--4 {
  background-image: url("/asset/image/stripes.png"), url("/asset/image/bg-4.jpg");
}

.mobileapp-block--5 {
  background-image: url("/asset/image/stripes.png"), url("/asset/image/bg-5.jpg");
}

@media (min-width: 320px) and (max-width: 767px) {
  .publisher-browser {
    margin: 8px;
  }
}
.publisher-browser {
  margin: 16px;
}
.publisher-browser .story-entry, .publisher-browser .story-entry-date, .publisher-browser .story-entry-info, .publisher-browser .story-entry-description {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.publisher-browser .story-entry-description {
  color: #404040;
  max-height: 70px;
  word-wrap: wrap;
  font-size: 110%;
  line-height: 110%;
}
.publisher-browser .story-entry-info {
  font-size: 100%;
  color: #606060;
}
.publisher-browser .story-entry-date {
  font-weight: bold;
  color: #404040;
}

.publisher-browser__header h1.channel-name {
  padding-bottom: 4px;
  line-height: 1em;
}

.publisher-browser__channel-selectors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.publisher-browser__channel-selectors h3 {
  flex-basis: 100%;
  margin-bottom: 0;
}
.publisher-browser__channel-selectors .channel-selector {
  min-width: 150px;
  max-width: 240px;
  padding: 6px 8px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
}
.publisher-browser__channel-selectors .search-box {
  margin-left: auto;
  width: 32%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .publisher-browser__channel-selectors .search-box {
    margin-left: 0;
    width: 100%;
  }
}

.publisher-browser__player-section {
  clear: both;
  overflow: hidden;
  margin-bottom: 8px;
}
.publisher-browser__player-section .main-player {
  width: 74%;
  height: 100%;
  float: left;
  margin-right: 0.6%;
}
.publisher-browser__player-section .player-sidebar {
  width: 24%;
  height: 100%;
  float: left;
}
.publisher-browser__player-section .player-sidebar .list__item {
  margin-bottom: 2%;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .publisher-browser__player-section .main-player, .publisher-browser__player-section .player-sidebar {
    width: 100%;
  }
}

.publisher-browser__info {
  margin-bottom: 40px;
}

.publisher-browser__ad-banners {
  text-align: center;
  clear: both;
  overflow: hidden;
}
.publisher-browser__ad-banners iframe {
  margin-bottom: 20px;
}
@media (min-width: 675px) {
  .publisher-browser__ad-banners iframe {
    margin-right: 20px;
    float: left;
  }
  .publisher-browser__ad-banners iframe :nth-child(2n+1) {
    float: right;
    margin-right: 0;
  }
}
.publisher-browser__ad-banners h2 {
  text-transform: uppercase;
  color: #909090;
  font-size: 10px;
  text-align: center;
}

.publisher-browser__browser-section {
  width: 100%;
}

.publisher-browser__live-player {
  margin-bottom: 16px;
}
.publisher-browser__live-player .live-container {
  margin-left: auto;
  margin-right: auto;
}
.publisher-browser__live-player .status {
  text-align: center;
  font-size: 90%;
  color: #505050;
}
@media (min-width: 320px) and (max-width: 767px) {
  .publisher-browser__live-player .live-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .publisher-browser__live-player .live-container {
    width: 50%;
  }
}

.tag-name {
  background-color: #2376e3;
  border-radius: 16px;
  padding: 3px 10px;
  margin-right: 8px;
  color: #fff;
  font-size: 10pt;
  font-weight: 600;
}

.overlay {
  backdrop-filter: blur(10px);
}

.tip {
  font-size: 0.9em;
}

.tip-arrow {
  border-color: rgba(33, 33, 33, 0.75);
}

.tip-inner {
  background-color: rgba(33, 33, 33, 0.75);
}

.spinner {
  display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

figcaption {
  -webkit-nbsp-mode: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  text-shadow: none;
  background-color: #1a1a1a;
  color: #ffffff;
}

::-moz-selection {
  text-shadow: none;
  background-color: #1a1a1a;
  color: #ffffff;
}

::selection:window-inactive {
  opacity: 0.3;
}

img ::selection {
  background-color: transparent;
}
img ::-moz-selection {
  background-color: transparent;
}
img {
  -ms-interpolation-mode: bicubic;
}

a img {
  border: 0;
}

html {
  min-height: 100%;
  font-size: 150%;
  /* Prevents iOS text size adjust after orientation change, without disabling (Thanks to @necolas) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body, button {
  font-family: "Open Sans", "open-sans", "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1.53515625;
  line-height: -webkit-calc(1em + 1ex);
  line-height: -moz-calc(1em + 1ex);
  line-height: calc(1em + 1ex);
  text-rendering: optimizeLegibility;
  font-size: 1em;
  font-size: 0.6666666667rem;
}

body {
  margin: 0;
  min-height: 100%;
}
body #app-container {
  overflow: hidden;
  background-color: none;
  color: #1a1a1a;
}
body.embedded #app-container {
  border-radius: 4px;
}

.scrolling\:active body, .scrolling\:active body * {
  pointer-events: none !important;
}

.page {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 576px;
  max-width: 24rem;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.spread {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1728px;
  max-width: 72rem;
}

.view__faq dt {
  font-weight: bold;
}

.thumbnail, .avatar {
  background-size: 100%;
  background-size: cover;
  background-position: center;
}

.avatar {
  border-radius: 100%;
  display: inline-block;
  margin-right: 1em;
}

.log-in-avatar, .thumbnail {
  vertical-align: middle;
}

.log-in-avatar {
  width: 1.625em;
  height: 1.625em;
}

.list .spinner {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.floating-profile .avatar, .avatars .avatar {
  background-color: #e5e5e5;
}

.floating-profile, .floating-navigation {
  position: fixed;
  z-index: 40;
  top: 1.75em;
}

.floating-profile {
  right: 1.75em;
}

.floating-navigation {
  left: 1.75em;
}

@media (min-width: 320px) and (max-width: 767px) {
  .floating-navigation {
    top: 0.75em;
    left: 50%;
    margin-left: -2em;
  }
  .floating-profile {
    bottom: 1em;
    right: 1em;
    top: initial;
  }
  .log-in-avatar {
    margin-left: 1em;
  }
}
.floating-profile .avatar, .floating-navigation .thumbnail {
  margin-right: 0;
  cursor: pointer;
}

.floating-profile .avatar, .floating-navigation .thumbnail {
  width: 4em;
  height: 4em;
}

.floating-profile .avatar {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.floating-navigation .thumbnail {
  background-size: 80%;
  background-repeat: no-repeat;
  width: 4em;
  height: 4em;
  display: block;
}

.floating-profile .count {
  position: absolute;
  top: -4px;
  right: -3px;
  border-radius: 24px;
  padding: 3px 6.5px;
  line-height: 1;
  font-size: 16px;
  color: white;
  background-color: red;
  border-width: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0ms linear 100ms, 100ms opacity;
  -moz-transition: visibility 0ms linear 100ms, 100ms opacity;
  -ms-transition: visibility 0ms linear 100ms, 100ms opacity;
  -o-transition: visibility 0ms linear 100ms, 100ms opacity;
  transition: visibility 0ms linear 100ms, 100ms opacity;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.floating-profile .count--is-visible {
  -webkit-transition: visibility 100ms linear 0ms, 100ms opacity;
  -moz-transition: visibility 100ms linear 0ms, 100ms opacity;
  -ms-transition: visibility 100ms linear 0ms, 100ms opacity;
  -o-transition: visibility 100ms linear 0ms, 100ms opacity;
  transition: visibility 100ms linear 0ms, 100ms opacity;
  visibility: visible;
  opacity: 1;
  -webkit-animation: bounce 500ms;
  -moz-animation: bounce 500ms;
  -o-animation: bounce 500ms;
  animation: bounce 500ms;
}

.floating-profile .avatar:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.share__list .list__intent:hover,
.share__list .list__intent:focus,
.share__list .list__intent:active,
.share__list .list--is-selected .list__intent, .floating-profile--list .list__intent:hover,
.floating-profile--list .list__intent:focus,
.floating-profile--list .list__intent:active,
.floating-profile--list .list--is-selected .list__intent, .floating-navigation--list .list__intent:hover,
.floating-navigation--list .list__intent:focus,
.floating-navigation--list .list__intent:active,
.floating-navigation--list .list--is-selected .list__intent {
  background-color: rgba(0, 0, 0, 0.35);
}

.connect--facebook, .button.connect--facebook {
  background-color: #3b5998;
}

.connect--twitter, .button.connect--twitter {
  background-color: #55acee;
}

.connect__icon {
  width: 1em;
}

.page-footer img {
  width: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.embedded .page-footer {
  font-size: 90%;
}
html.embedded .page-footer img {
  width: 20px;
  display: inline;
  vertical-align: middle;
}
.page-footer .copyright {
  color: #606060;
}

@media (max-width: 767px) {
  html {
    font-size: 120%;
  }
}
.tip {
  position: absolute;
  padding: 5px;
  z-index: 1000;
  /* default offset for edge-cases: https://github.com/component/tip/pull/12 */
  top: 0;
  left: 0;
}

/* effects */
.tip.fade {
  transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -webkit-transition: opacity 100ms;
}

.tip-hide {
  opacity: 0;
}

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.1");
  src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("../fonts/ionicons.woff?v=2.0.1") format("woff"), url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
  content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-exit:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

.video-js *, .video-js :after, .video-js :before {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-1-1, .video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-9-16, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode), .video-js.vjs-16-9:not(.vjs-audio-only-mode), .video-js.vjs-4-3:not(.vjs-audio-only-mode), .video-js.vjs-9-16:not(.vjs-audio-only-mode), .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover, .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover, .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible), .video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: 0 0;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-audio-only-mode .vjs-control-bar, .vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar, .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js :not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster, .vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster, .vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-liveui .vjs-live-control, .video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display, .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display, .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time, .video-js.vjs-layout-small .vjs-duration, .video-js.vjs-layout-small .vjs-playback-rate, .video-js.vjs-layout-small .vjs-remaining-time, .video-js.vjs-layout-small .vjs-time-divider, .video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time, .video-js.vjs-layout-tiny .vjs-duration, .video-js.vjs-layout-tiny .vjs-playback-rate, .video-js.vjs-layout-tiny .vjs-remaining-time, .video-js.vjs-layout-tiny .vjs-time-divider, .video-js.vjs-layout-tiny .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time, .video-js.vjs-layout-x-small .vjs-duration, .video-js.vjs-layout-x-small .vjs-playback-rate, .video-js.vjs-layout-x-small .vjs-remaining-time, .video-js.vjs-layout-x-small .vjs-time-divider, .video-js.vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-tiny .vjs-progress-control, .video-js.vjs-layout-x-small .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
}

.video-js :focus:not(:focus-visible) {
  outline: 0;
}

/**
 * Tip.
 *
 * .tip.tip-[direction]
 *   .tip-inner
 *   .tip-arrow
 */
.tip {
  font-size: 11px;
}

.tip-inner {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 8px 10px 7px 10px;
  text-align: center;
}

.tip-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed rgba(0, 0, 0, 0.75);
}

.tip-arrow-top {
  border-top-color: rgba(0, 0, 0, 0.75);
}

.tip-arrow-bottom {
  border-bottom-color: rgba(0, 0, 0, 0.75);
}

.tip-arrow-left {
  border-left-color: rgba(0, 0, 0, 0.75);
}

.tip-arrow-right {
  border-right-color: rgba(0, 0, 0, 0.75);
}

.tip-top .tip-arrow,
.tip-top-left .tip-arrow,
.tip-top-right .tip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tip-bottom .tip-arrow,
.tip-bottom-left .tip-arrow,
.tip-bottom-right .tip-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tip-left .tip-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tip-right .tip-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tip-top-left .tip-arrow,
.tip-bottom-left .tip-arrow {
  left: 85%;
}

.tip-top-right .tip-arrow,
.tip-bottom-right .tip-arrow {
  left: 15px;
}

/*# sourceMappingURL=build-3.7.2.css.map */
