@charset "UTF-8";
/**
 * z-index values. Order reflects the stacking
 * of elements from lowest to highest.
 */
/**
 * Font styles
 */
/**
 * Colors
 */
/**
 * Animations
 */
@-webkit-keyframes userActivityItemIn {
  0%, 20% {
    bottom: -40px; }
  100% {
    bottom: 0px; } }
@keyframes userActivityItemIn {
  0%, 20% {
    bottom: -40px; }
  100% {
    bottom: 0px; } }

@-webkit-keyframes userActivityItemTooltipIn {
  0%, 20% {
    bottom: -10px; }
  80%, 100% {
    bottom: 0px; } }

@keyframes userActivityItemTooltipIn {
  0%, 20% {
    bottom: -10px; }
  80%, 100% {
    bottom: 0px; } }

@-webkit-keyframes userActivityAvatarIn {
  0%, 70% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes userActivityAvatarIn {
  0%, 70% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes userActivityHeartBeat {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes userActivityHeartBeat {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes slidein {
  0% {
    max-height: 0;
    overflow: hidden; }
  100% {
    max-height: 100px;
    overflow: visible; } }

@keyframes slidein {
  0% {
    max-height: 0;
    overflow: hidden; }
  100% {
    max-height: 100px;
    overflow: visible; } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  20%, 40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  30%, 50% {
    -webkit-transform: translateX(1.5px);
            transform: translateX(1.5px); }
  60%, 80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  70%, 90% {
    -webkit-transform: translateX(0.5px);
            transform: translateX(0.5px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes shake {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  20%, 40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  30%, 50% {
    -webkit-transform: translateX(1.5px);
            transform: translateX(1.5px); }
  60%, 80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  70%, 90% {
    -webkit-transform: translateX(0.5px);
            transform: translateX(0.5px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@-webkit-keyframes spinner {
  0% {
    clip: rect(0, auto, 2.5em, auto); }
  50% {
    clip: rect(0, auto, 2.5em, auto); }
  51% {
    clip: rect(0, auto, 5em, auto); }
  100% {
    clip: rect(0, auto, 5em, auto); } }

@keyframes spinner {
  0% {
    clip: rect(0, auto, 2.5em, auto); }
  50% {
    clip: rect(0, auto, 2.5em, auto); }
  51% {
    clip: rect(0, auto, 5em, auto); }
  100% {
    clip: rect(0, auto, 5em, auto); } }

@-webkit-keyframes firstHalf {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes firstHalf {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes secondHalf {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  51% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

@keyframes secondHalf {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  51% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

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

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

body:before {
  display: none; }

@media (max-width: 668px) {
  body:before {
    content: "MOBILE"; } }

@media (min-width: 668px) and (max-width: 867px) {
  body:before {
    content: "TABLET"; } }

@media (min-width: 868px) {
  body:before {
    content: "DESKTOP"; } }

html, body {
  background-color: black;
  background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "museo_sans700", sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: white;
  background-color: #40a4c4; }

::selection {
  color: white;
  background-color: #40a4c4; }

#periscope-app {
  height: 100%;
  min-height: 100%; }

h1 {
  padding: 0;
  margin: 0;
  font-weight: normal; }

.HashtagLink, .DiscoverHeader .DiscoverHeader-channelLink {
  color: #a4b8be;
  text-decoration: none;
  -webkit-transition: ease 0.05s;
  transition: ease 0.05s; }

a.HashtagLink:hover, .DiscoverHeader a.DiscoverHeader-channelLink:hover {
  color: #3f4d51; }

.GearContainer {
  display: inline-block;
  width: 24px;
  height: 24px; }

.GearIcon {
  width: 24px;
  height: 24px; }
  .GearIcon .GearIcon-fill {
    fill: white; }
  .GearIcon.is-active .GearIcon-fill {
    fill: rgba(124, 214, 241, 0.2); }

.AccountDeveloper {
  width: 960px;
  margin: 60px auto; }
  .AccountDeveloper .CopyButton, .AccountDeveloper .CopyButton label, .AccountDeveloper .CopyButton input {
    cursor: pointer; }
  .AccountDeveloper .AccountDeveloper-publicApplications {
    clear: both; }
    .AccountDeveloper .AccountDeveloper-publicApplications section {
      text-align: left;
      margin-bottom: 36px; }
    .AccountDeveloper .AccountDeveloper-publicApplications .AccountDeveloper-publicApplicationName {
      float: left;
      margin-top: 65px;
      margin-bottom: 10px;
      color: #a4b8be;
      opacity: .7;
      font-size: 20px; }
    .AccountDeveloper .AccountDeveloper-publicApplications button.AccountDeveloper-actionButtons {
      float: right;
      margin: 55px 0 10px 15px; }
  .AccountDeveloper .AccountDeveloper-publicApplicationAdd {
    margin: 0 !important;
    float: right; }
  .AccountDeveloper .AccountDeveloper-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .AccountDeveloper .AccountDeveloper-publicApplication {
    margin: 10px 0; }
  .AccountDeveloper .AccountDeveloper-publicApplicationStatic strong {
    padding-right: 10px; }
  .AccountDeveloper .AccountDeveloper-publicApplicationEdit {
    cursor: pointer;
    opacity: .5;
    top: 10px;
    right: 10px;
    position: absolute; }
    .AccountDeveloper .AccountDeveloper-publicApplicationEdit button {
      margin: 0 !important; }
    .AccountDeveloper .AccountDeveloper-publicApplicationEdit:hover {
      opacity: 1; }
  .AccountDeveloper .is-blank {
    opacity: .5; }

.AccountDisplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .AccountDisplay.AccountDisplay--noWrap .AccountDisplay-Text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px; }
    @media (max-width: 1024px) {
      .AccountDisplay.AccountDisplay--noWrap .AccountDisplay-Text {
        max-width: 110px; } }

.AccountProducer {
  margin: 60px auto;
  width: 960px; }
  .AccountProducer a {
    color: #40a4c4; }
  .AccountProducer .GroupOrMutualsSelect {
    margin-top: 10px; }
  .AccountProducer .AccountProducer-encoderName {
    clear: both;
    margin-top: 65px;
    margin-bottom: 10px;
    color: #a4b8be;
    opacity: .7;
    font-size: 20px; }
    .AccountProducer .AccountProducer-encoderName.is-nameless {
      opacity: .5; }
  .AccountProducer .MuteButton {
    position: absolute;
    width: 52px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    z-index: 60; }
    .AccountProducer .MuteButton div {
      width: 52px;
      height: 40px; }
  .AccountProducer .AccountProducer-newSource {
    float: right; }
  .AccountProducer .AccountProducer-description {
    float: left;
    padding: 20px 0;
    max-width: 400px;
    text-align: left; }
  .AccountProducer .AccountProducer-saveErrors {
    background-color: #d55548;
    color: white;
    max-width: 400px;
    margin: 10px auto;
    border-radius: 3px;
    padding: 5px;
    text-align: center; }
  .AccountProducer .AccountProducer-removeButton {
    cursor: pointer;
    opacity: .5;
    top: 10px;
    right: 10px;
    position: absolute;
    background-color: #a4b8be;
    border: none;
    border-radius: 50%;
    padding: 0;
    height: 20px;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .AccountProducer .AccountProducer-removeButton:hover {
      opacity: 1; }
    .AccountProducer .AccountProducer-removeButton svg {
      width: 10px;
      height: 10px; }
      .AccountProducer .AccountProducer-removeButton svg g {
        opacity: 1; }
  .AccountProducer .AccountProducer-formContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .AccountProducer .AccountProducer-serverUrl {
    position: relative; }
    .AccountProducer .AccountProducer-serverUrl .AccountProducer-editRegion {
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      font-size: 12px;
      color: #d55548; }
  .AccountProducer .AccountProducer-form, .AccountProducer .AccountProducer-broadcastInfo {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    max-width: 400px;
    margin: 0 auto;
    text-align: left; }
    .AccountProducer .AccountProducer-form a, .AccountProducer .AccountProducer-broadcastInfo a {
      display: block;
      text-decoration: none;
      text-align: center; }
      .AccountProducer .AccountProducer-form a:hover, .AccountProducer .AccountProducer-broadcastInfo a:hover {
        text-decoration: underline; }
    .AccountProducer .AccountProducer-form input, .AccountProducer .AccountProducer-broadcastInfo input {
      text-align: left; }
    .AccountProducer .AccountProducer-form label, .AccountProducer .AccountProducer-broadcastInfo label {
      cursor: pointer;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #a4b8be;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .AccountProducer .AccountProducer-form label .QuestionIcon, .AccountProducer .AccountProducer-broadcastInfo label .QuestionIcon {
        margin-left: 5px; }
    .AccountProducer .AccountProducer-form input[type='checkbox'], .AccountProducer .AccountProducer-broadcastInfo input[type='checkbox'] {
      width: 20px; }
      .AccountProducer .AccountProducer-form input[type='checkbox']:disabled ~ span, .AccountProducer .AccountProducer-broadcastInfo input[type='checkbox']:disabled ~ span {
        opacity: .4; }
    .AccountProducer .AccountProducer-form .Checkbox--isDisabled, .AccountProducer .AccountProducer-broadcastInfo .Checkbox--isDisabled {
      opacity: .4; }
  .AccountProducer .AccountProducer-broadcastInfo label {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .AccountProducer .AccountProducer-broadcastInfo .AccountProducer-link {
    margin-top: 20px; }
  .AccountProducer .AccountProducer-broadcastTitle {
    font-family: "museo_sans700", sans-serif;
    font-size: 22px;
    padding: 10px 0; }
  .AccountProducer .AccountProducer-broadcastTitleInput input {
    font-size: 22px; }
  .AccountProducer .AccountProducer-link {
    cursor: pointer; }
    .AccountProducer .AccountProducer-link:hover {
      text-decoration: underline; }
    .AccountProducer .AccountProducer-link.is-red {
      color: #d55548; }
    .AccountProducer .AccountProducer-link.is-yellow {
      color: #f5a623; }
    .AccountProducer .AccountProducer-link.is-disabled {
      cursor: default;
      color: #a4b8be; }
      .AccountProducer .AccountProducer-link.is-disabled:hover {
        text-decoration: none; }
  .AccountProducer .AccountProducer-recommendedLink {
    padding-top: 45px; }
    .AccountProducer .AccountProducer-recommendedLink .AccountProducer-link {
      display: block;
      margin-bottom: 5px; }
  .AccountProducer .AccountProducer-saveErrors {
    background-color: #d55548;
    color: white;
    max-width: 400px;
    margin: 10px auto;
    border-radius: 3px;
    padding: 5px; }
  .AccountProducer .CopyButton * {
    cursor: pointer; }
  .AccountProducer .AccountProducer-settingsErrorTitle {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: -11px;
    color: rgba(164, 184, 190, 0.5); }
  .AccountProducer .AccountProducer-settingsError {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(164, 184, 190, 0.5);
    border-radius: 5px;
    margin: 0 auto; }
    .AccountProducer .AccountProducer-settingsError td {
      padding: 0 5px;
      width: 50%; }
    .AccountProducer .AccountProducer-settingsError .AccountProducer-settingsLabel {
      font-family: "museo_sans300", sans-serif;
      text-align: right;
      color: #a4b8be; }
    .AccountProducer .AccountProducer-settingsError .AccountProducer-settingsValue {
      text-align: left;
      color: #222222; }
    .AccountProducer .AccountProducer-settingsError .AccountProducer-settingsErrorValue {
      text-align: left;
      color: #c14b3c;
      padding-bottom: 10px; }
    .AccountProducer .AccountProducer-settingsError .AccountProducer-settingsWarningValue {
      text-align: left;
      color: #f5a623;
      padding-bottom: 10px; }
  .AccountProducer .AccountProducer-previewVideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 281px;
    width: 500px;
    margin-right: 20px;
    background-color: rgba(164, 184, 190, 0.3); }
    .AccountProducer .AccountProducer-previewVideo .BaseVideo {
      background-color: rgba(164, 184, 190, 0.3); }
  .AccountProducer .ProducerEncoder {
    position: relative; }
    .AccountProducer .ProducerEncoder.is-360:before {
      content: '360';
      color: rgba(164, 184, 190, 0.3);
      font-family: "museo_sans700", sans-serif;
      font-size: 120px;
      top: -2px;
      left: -16px;
      display: block;
      position: absolute;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.SourceDropDown {
  border-radius: 8px;
  border: solid 1px rgba(164, 184, 190, 0.3);
  width: 200px;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
  .SourceDropDown ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .SourceDropDown ul li {
      border-bottom: 1px solid rgba(164, 184, 190, 0.3);
      height: 64px;
      line-height: 64px; }
      .SourceDropDown ul li a {
        display: block;
        cursor: pointer;
        padding-left: 24px;
        text-decoration: none;
        color: #a4b8be;
        font-family: "museo_sans500", sans-serif;
        -webkit-transition: ease 0.05s;
        transition: ease 0.05s; }
        .SourceDropDown ul li a:hover {
          color: #3f4d51; }

.AccountView .AccountSettings {
  margin: 60px auto;
  max-width: 640px; }
  .AccountView .AccountSettings .AccountSettings-column {
    max-width: 380px;
    margin: 0 auto; }
  .AccountView .AccountSettings .ProfileDetails {
    max-width: 400px;
    margin: 0 auto; }
  .AccountView .AccountSettings .ProfileName .ProfileUsername {
    margin-top: 10px;
    color: #3f4d51; }
  .AccountView .AccountSettings .AccountSettings-actionButtonContainer button:not(.is-custom) {
    margin: 0; }
    .AccountView .AccountSettings .AccountSettings-actionButtonContainer button:not(.is-custom) + button {
      margin-left: 10px !important; }

.AccountSettings-croppingBackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50; }

.AccountSettings-groupTitle {
  margin: 3em 0 1em;
  font-size: 20px;
  font-family: "museo_sans700", sans-serif; }

.AccountSettings-privacyLearnMore {
  font-family: "museo_sans500", sans-serif;
  font-size: 14px;
  font-weight: normal; }

.AccountSettings-association .LoadingBeans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.AccountSettings-association .AccountSettings-associationAccounts {
  padding: 0;
  max-width: 380px;
  margin: 0 auto; }
  .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount:before {
    content: '';
    padding: 11px 15px 11px 0;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-position-y: 11px;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.twitter:before {
    background-image: url("../images/settings-twitter.svg"); }
  .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.google:before {
    background-image: url("../images/settings-google.svg"); }
  .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.facebook:before {
    background-image: url("../images/settings-facebook.svg"); }
  .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.digits:before {
    background-image: url("../images/settings-phone.svg"); }
  .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    height: 56px;
    color: #3f4d51;
    text-align: left;
    list-style: none;
    padding: 12px 0;
    margin-left: 45px;
    border-bottom: 1px solid rgba(164, 184, 190, 0.3); }
    .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount a {
      color: #40a4c4; }
    .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.not-available {
      color: #a4b8be; }
    .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.not-connected {
      cursor: pointer;
      color: #40a4c4; }
    .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associationAccountMeta {
      font-size: 14px;
      font-family: "museo_sans300", sans-serif; }
    .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associationAccountType {
      font-family: "museo_sans500", sans-serif;
      font-size: 16px;
      line-height: 16px; }
    .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountDisconnect,
    .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0 10px; }
    .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountDisconnect .GearIcon {
      cursor: pointer; }
    .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary {
      cursor: pointer; }
      .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary .AccountSettings-associatedAccountPrimaryText {
        font-family: "museo_sans300", sans-serif;
        font-size: 14px;
        color: #a4b8be;
        padding-right: 4px; }
      .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary .InfoIcon {
        width: 16px;
        height: 16px;
        fill: #a4b8be; }
      .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary:hover .AccountSettings-associatedAccountPrimaryText {
        color: #40a4c4; }
      .AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary:hover .InfoIcon {
        fill: #40a4c4; }

.AccountSettings-associationAccountConfirmation div {
  margin-bottom: 10px; }

.AccountSettings-associationAccountConfirmation .AccountSettings-associationAccountLink {
  padding: 18px 0 18px 45px;
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-position-y: 11px; }

.AccountSettings-associationAccountConfirmation .AccountSettings-associationAccountLink.twitter {
  background-image: url("../images/settings-twitter.svg"); }

.AccountSettings-associationAccountConfirmation .AccountSettings-associationAccountLink.google {
  background-image: url("../images/settings-google.svg"); }

.AccountSettings-associationAccountConfirmation .AccountSettings-associationAccountLink.facebook {
  background-image: url("../images/settings-facebook.svg"); }

.AccountSettings-associationAccountConfirmation .AccountSettings-associationAccountLink.digits {
  background-image: url("../images/settings-phone.svg"); }

.AccountSettings-buttons {
  margin: 0 0 30px 0; }
  .AccountSettings-buttons .AccountView-button {
    margin: 0 auto 30px auto !important; }

.AccountStats {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-height: 100%;
  min-width: 1024px;
  overflow: hidden;
  padding: 15px 30px; }

.AccountStats-emptyState {
  color: #3f4d51;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 360px; }

.AccountStats-title h1 {
  display: inline-block;
  margin-right: 10px; }

.AccountStats-controlsContainer {
  display: block; }

.AccountStats-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.AccountStats-controlsGroup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.AccountStats-controlGroup {
  color: #3f4d51;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px; }
  .AccountStats-controlGroup .Checkbox {
    padding: 5px 13px; }
    .AccountStats-controlGroup .Checkbox:hover {
      background-color: whitesmoke; }

.AccountStats-sortLabel {
  margin-left: 20px; }

.AccountStats-downloadLink {
  text-decoration: none; }

.AccountStats-chart {
  margin-top: 25px; }

.AccountStats-tableSection {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  position: relative; }

.AccountStats-reactTable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  top: 60px; }

.AccountStats-tableColumnsButton--isActive > .ButtonWithIcon {
  background-color: #f8fafb; }

.AccountStats-tableColumnOptionsContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 60px;
  overflow: scroll; }

.AccountStats-tableColumnOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .AccountStats-tableColumnOptions .AccountStats-controlGroup {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.AccountStatsBroadcastDetails {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  color: #3f4d51;
  top: 6px;
  overflow-y: scroll;
  padding: 32px;
  z-index: 2; }

.AccountStatsBroadcastDetails-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.AccountStatsBroadcastDetails-headerSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.AccountStatsBroadcastDetails-broadcastThumbnail {
  background-position: center center;
  background-size: cover;
  border-radius: 3px;
  display: inline-block;
  height: 64px;
  width: 64px; }

.AccountStatsBroadcastDetails-broadcastMeta {
  display: inline-block;
  margin-left: 16px;
  max-width: 640px;
  vertical-align: top; }
  .AccountStatsBroadcastDetails-broadcastMeta > .BroadcastTitle {
    font-family: "museo_sans700", sans-serif;
    font-size: 16px;
    margin-bottom: 0; }

.AccountStatsBroadcastDetails-dateTime {
  color: #a4b8be;
  font-family: "museo_sans500", sans-serif;
  font-size: 14px; }

.AccountStatsBroadcastDetails-button {
  background-color: #88c6d9;
  border: none;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  font-family: "museo_sans700", sans-serif;
  font-size: 14px;
  max-width: 240px;
  overflow-x: hidden;
  padding: 10px 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-transition: ease 0.05s;
  transition: ease 0.05s;
  white-space: nowrap; }
  .AccountStatsBroadcastDetails-button:hover {
    background-color: #7cc0d5; }

.AccountStatsBroadcastDetails-navigationList {
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0; }

.AccountStatsBroadcastDetails-navigationListItem {
  border: 1px solid white;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #40a4c4;
  display: inline-block;
  font-family: "museo_sans500", sans-serif;
  margin-right: 3px;
  padding: 0.8em 1.6em;
  position: relative;
  text-decoration: none;
  top: 1px; }
  .AccountStatsBroadcastDetails-navigationListItem:hover {
    background-color: whitesmoke;
    color: #53adca;
    text-decoration: underline; }

.AccountStatsBroadcastDetails-navigationListItem--isActive {
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid white;
  color: inherit; }
  .AccountStatsBroadcastDetails-navigationListItem--isActive:hover {
    background-color: inherit;
    color: inherit;
    text-decoration: inherit; }

.AccountView {
  height: 100%; }
  .AccountView.is-solidTheme {
    background: #f6f6f6; }
  .AccountView.is-white {
    background: white; }
    .AccountView.is-white section {
      margin-bottom: 36px; }
  .AccountView .AccountView-container {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: #a4b8be;
    font-family: "museo_sans300", sans-serif; }
    @media (max-width: 668px) {
      .AccountView .AccountView-container {
        padding: 20px 0; } }
    .AccountView .AccountView-container section {
      color: #3f4d51;
      font-family: "museo_sans500", sans-serif;
      position: relative;
      background: white;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      margin-bottom: 50px;
      clear: both; }
      @media (max-width: 668px) {
        .AccountView .AccountView-container section {
          padding: 15px; } }
    .AccountView .AccountView-container .is-leftAligned .InputWithIcon-label,
    .AccountView .AccountView-container .is-leftAligned input,
    .AccountView .AccountView-container .is-leftAligned textarea {
      text-align: left; }
    .AccountView .AccountView-container .InputWithIcon-icon {
      height: 32px; }
    .AccountView .AccountView-container input,
    .AccountView .AccountView-container textarea {
      outline: none;
      display: block;
      width: 100%;
      font-family: "museo_sans500", sans-serif;
      color: #3f4d51;
      padding: 7px;
      background: rgba(239, 242, 244, 0.7);
      border: 1px solid rgba(225, 225, 225, 0.7);
      border-radius: 3px;
      font-size: 15px;
      text-align: center; }
      .AccountView .AccountView-container input:active, .AccountView .AccountView-container input:focus,
      .AccountView .AccountView-container textarea:active,
      .AccountView .AccountView-container textarea:focus {
        background: #eff2f4;
        border: 1px solid #e1e1e1; }
      .AccountView .AccountView-container input[readonly],
      .AccountView .AccountView-container textarea[readonly] {
        color: #a4b8be;
        background: none;
        border: 1px solid rgba(225, 225, 225, 0); }
        .AccountView .AccountView-container input[readonly]:hover,
        .AccountView .AccountView-container textarea[readonly]:hover {
          background: rgba(64, 164, 196, 0.1);
          border: 1px solid rgba(225, 225, 225, 0.7); }
    .AccountView .AccountView-container input[type="checkbox"] {
      display: inline;
      width: auto; }
  .AccountView .AccountView-container button:not(.is-custom),
  .AccountView .AccountView-container .AccountView-button, .AccountView .Modal button:not(.is-custom),
  .AccountView .Modal .AccountView-button {
    position: relative;
    margin: 30px auto;
    cursor: pointer;
    height: 50px;
    max-width: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    background-color: white;
    border: 1px solid #40a4c4;
    color: #40a4c4;
    font-family: "museo_sans500", sans-serif;
    font-size: 16px;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: background-color .1s ease-out, color .1s;
    transition: background-color .1s ease-out, color .1s;
    outline: none; }
    .AccountView .AccountView-container button:not(.is-custom) > *,
    .AccountView .AccountView-container .AccountView-button > *, .AccountView .Modal button:not(.is-custom) > *,
    .AccountView .Modal .AccountView-button > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .AccountView .AccountView-container button:not(.is-custom):hover, .AccountView .AccountView-container button:not(.is-custom).is-active,
    .AccountView .AccountView-container .AccountView-button:hover,
    .AccountView .AccountView-container .AccountView-button.is-active, .AccountView .Modal button:not(.is-custom):hover, .AccountView .Modal button:not(.is-custom).is-active,
    .AccountView .Modal .AccountView-button:hover,
    .AccountView .Modal .AccountView-button.is-active {
      background-color: #40a4c4;
      color: white !important;
      text-decoration: none; }
    .AccountView .AccountView-container button:not(.is-custom).is-disabled,
    .AccountView .AccountView-container .AccountView-button.is-disabled, .AccountView .Modal button:not(.is-custom).is-disabled,
    .AccountView .Modal .AccountView-button.is-disabled {
      opacity: 0.4;
      cursor: default; }
    .AccountView .AccountView-container button:not(.is-custom).is-green,
    .AccountView .AccountView-container .AccountView-button.is-green, .AccountView .Modal button:not(.is-custom).is-green,
    .AccountView .Modal .AccountView-button.is-green {
      border: 1px solid #82bb47;
      color: #82bb47; }
      .AccountView .AccountView-container button:not(.is-custom).is-green:hover, .AccountView .AccountView-container button:not(.is-custom).is-green.is-active,
      .AccountView .AccountView-container .AccountView-button.is-green:hover,
      .AccountView .AccountView-container .AccountView-button.is-green.is-active, .AccountView .Modal button:not(.is-custom).is-green:hover, .AccountView .Modal button:not(.is-custom).is-green.is-active,
      .AccountView .Modal .AccountView-button.is-green:hover,
      .AccountView .Modal .AccountView-button.is-green.is-active {
        background-color: #82bb47;
        color: white; }
    .AccountView .AccountView-container button:not(.is-custom).is-red,
    .AccountView .AccountView-container .AccountView-button.is-red, .AccountView .Modal button:not(.is-custom).is-red,
    .AccountView .Modal .AccountView-button.is-red {
      border: 1px solid #d55548;
      color: #d55548; }
      .AccountView .AccountView-container button:not(.is-custom).is-red:hover, .AccountView .AccountView-container button:not(.is-custom).is-red.is-active,
      .AccountView .AccountView-container .AccountView-button.is-red:hover,
      .AccountView .AccountView-container .AccountView-button.is-red.is-active, .AccountView .Modal button:not(.is-custom).is-red:hover, .AccountView .Modal button:not(.is-custom).is-red.is-active,
      .AccountView .Modal .AccountView-button.is-red:hover,
      .AccountView .Modal .AccountView-button.is-red.is-active {
        background-color: #d55548;
        color: white; }
    .AccountView .AccountView-container button:not(.is-custom).is-small,
    .AccountView .AccountView-container .AccountView-button.is-small, .AccountView .Modal button:not(.is-custom).is-small,
    .AccountView .Modal .AccountView-button.is-small {
      height: 35px;
      font-size: 14px;
      padding: 0 16px; }
  .AccountView a {
    color: #40a4c4;
    text-decoration: none;
    -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) color;
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) color; }
    .AccountView a:hover {
      text-decoration: underline; }

.AnimatingUsersActivity {
  -webkit-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.App {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: black;
  background: -webkit-linear-gradient(top, black 0%, #2f3a3d 100%);
  background: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  min-height: 100%; }

.AuthToggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .AuthToggle.AuthToggle--isLoggedIn.DiscoverBarButton {
    padding: 0; }
  .AuthToggle .AuthToggle-ToggleButton {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    font-size: 1em;
    padding: 2px; }
    .AuthToggle .AuthToggle-ToggleButton::-moz-focus-inner {
      padding: 0;
      border: 0; }
  .AuthToggle .ProfileAvatar-image {
    box-sizing: content-box;
    border: 4px solid transparent;
    width: 32px;
    height: 32px; }
  .AuthToggle.AuthToggle--isOnlyIcon .AuthToggle-AvatarImage {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: white;
    margin: 4px; }
    .AuthToggle.AuthToggle--isOnlyIcon .AuthToggle-AvatarImage .ProfileIcon {
      margin: 0; }
      .AuthToggle.AuthToggle--isOnlyIcon .AuthToggle-AvatarImage .ProfileIcon svg {
        width: 32px;
        height: 32px;
        margin: 2px; }

.Header {
  padding: 20px; }

.AccountView-header {
  padding: 20px 20px 0 0; }

.Header, .AccountView-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  margin-left: 130px;
  white-space: nowrap; }
  .Header .AppLink, .AccountView-header .AppLink {
    font-size: 12px;
    padding: 5px 13px;
    width: auto; }
  .Header .AppLink-icon, .AccountView-header .AppLink-icon {
    margin-right: 5px; }
    .Header .AppLink-icon img, .AccountView-header .AppLink-icon img {
      vertical-align: inherit;
      width: 13px; }
  .Header .GetAppCTA, .AccountView-header .GetAppCTA {
    width: 170px; }
  .Header.Header--isMobile, .AccountView-header.Header--isMobile {
    padding: 0px;
    top: 10px;
    right: 11px; }
    .Header.Header--isMobile .Header-container, .AccountView-header.Header--isMobile .Header-container {
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .Header.Header--isMobile .Header-mobileLinkContainer, .AccountView-header.Header--isMobile .Header-mobileLinkContainer {
      text-decoration: none; }
    .Header.Header--isMobile .Header-getAppPill, .AccountView-header.Header--isMobile .Header-getAppPill {
      width: 130px;
      height: 36px;
      line-height: 36px;
      background-color: white;
      border-radius: 22px;
      font-size: 16px;
      text-align: center;
      color: #3f4d51;
      font-family: "museo_sans500", sans-serif; }
    .Header.Header--isMobile .AuthToggle.LoginSignupButton--isOnlyIcon, .AccountView-header.Header--isMobile .AuthToggle.LoginSignupButton--isOnlyIcon {
      margin-left: 10px; }

.Header-topRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px; }
  .Header-topRight .GetAppCTA {
    width: auto;
    margin: 5px 7px; }
    .Header-topRight .GetAppCTA .AppLink {
      display: inline-block;
      height: 32px;
      padding: 6px 20px;
      font-size: 14px; }
  .Header-topRight .ProfileAvatar-image {
    border: none; }
  .Header-topRight .DropdownToggleButton {
    padding: 0 5px; }
  .Header-topRight .LoginSignupButton-SignInButton {
    display: inline-block;
    height: 32px;
    margin: 0 7px;
    padding: 6px 20px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: white;
    font-family: "museo_sans700", sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    .Header-topRight .LoginSignupButton-SignInButton:hover, .Header-topRight .LoginSignupButton-SignInButton:focus {
      outline: none;
      background-color: rgba(255, 255, 255, 0.4); }

.Header-logo {
  background-image: url("../images/logo.b02dafe9599d8949996e5a3930fec15c.png");
  background-repeat: no-repeat;
  width: 168px;
  height: 36px;
  margin-bottom: 12px;
  margin-right: 1px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-family: "museo_sans300", sans-serif; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .Header-logo {
      background-image: url("../images/logo@2x.101ab3d67b23cebe2baa9114dbd9fa2e.png");
      background-size: 168px 36px; } }
  .Header-logo:focus {
    outline: none; }
  .Header-logo .Header-ctaCopy,
  .Header-logo .Header-ctaButton {
    margin: 0 10px;
    padding: 0; }
  .Header-logo .Header-ctaCopy {
    margin-left: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
  .Header-logo .Header-ctaButton {
    background-color: white;
    color: black;
    font-family: "museo_sans500", sans-serif;
    border-radius: 15px;
    text-align: center;
    min-width: 65px;
    margin: 0;
    padding: 5px 20px; }

.Header-appLogo {
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 25px;
  background-color: #40a4c4; }
  .Header-appLogo.Header-appLogo--android {
    border-radius: 25px; }

.Header-subhead {
  font-size: 12px;
  margin-top: 3px; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .Header .AppLink {
    display: none; }
  .Header-subhead {
    display: none; } }

.AppLink {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: white;
  display: block;
  font-family: "museo_sans700", sans-serif;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
  .AppLink:hover, .AppLink:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.4); }

.AppLink--cta {
  margin: 0 auto 10px;
  padding: 10px 0;
  font-size: 30px;
  width: 100%; }
  .AppLink--cta.AppLink--withoutBottomMargin {
    margin: 0; }

.AppLink--withIcon {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  padding: 13px 0;
  position: relative;
  width: 150px; }

.AppLink--withIcon:last-child {
  margin-right: 0; }

.AppLink-icon {
  margin-right: 14px;
  vertical-align: text-bottom; }
  .AppLink-icon.AppLink-icon--native img {
    height: 22px; }

.AppLink-playButton {
  line-height: 0;
  font-size: 40px; }
  .AppLink-playButton svg {
    width: 22px;
    height: 22px;
    margin-right: 20px; }

.BarChart {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .BarChart:hover .BarChart-bar--isActive {
    opacity: 1; }
  .BarChart:hover .BarChart-bar--isInactive {
    opacity: 0.2; }

.BarChart-barContainer:hover {
  cursor: pointer; }
  .BarChart-barContainer:hover .BarChart-bar {
    opacity: 0.8 !important; }
  .BarChart-barContainer:hover .BarChart-barLabel {
    display: inherit;
    opacity: 0.9; }

.BarChart-barHitBox {
  opacity: 0; }

.BarChart-barLabel {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.03s ease-in;
  transition: opacity 0.03s ease-in; }

.BarChart-bar {
  opacity: 0.9;
  -webkit-transition: opacity 0.03s ease-in;
  transition: opacity 0.03s ease-in; }

.BarChart-bar--isActive {
  opacity: 1; }
  .BarChart-bar--isActive + .BarChart-barLabel {
    display: inherit;
    opacity: 1; }

.BarChart-bar--isInactive {
  opacity: 0.2; }

.BarChart-text {
  fill: #79888c;
  font-size: 12px; }

.BarChart-stroke {
  stroke: #79888c;
  stroke-opacity: 0.5;
  stroke-width: 1; }

.BarChart-xAxisText, .BarChart-yAxisText {
  fill: #79888c;
  font-size: 14px; }
  .BarChart-xAxisText.BarChart-label, .BarChart-yAxisText.BarChart-label {
    text-transform: none; }

.BetaBadge {
  background-color: #ab70d4;
  border-radius: 3px;
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 19px;
  font-family: "museo_sans700", sans-serif;
  color: white;
  text-transform: uppercase; }
  .BetaBadge span {
    vertical-align: middle; }

.BlockedMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  cursor: pointer;
  position: relative;
  float: left;
  clear: both;
  margin-top: 8px;
  max-width: 100%; }
  .BlockedMessage .BlockedMessage-message {
    float: left;
    clear: left;
    font-family: "museo_sans300", sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    color: white;
    padding: 8px 10px;
    background: #a4b8be;
    border-radius: 3px; }

.BlockedMessageRedesign {
  margin: 0;
  float: none; }
  .BlockedMessageRedesign .BlockedMessage-message {
    border-radius: 4px; }

.Blur {
  width: inherit;
  height: inherit; }
  .Blur canvas {
    width: 100%;
    height: 100%; }

.Broadcast {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .Broadcast .Broadcast-BlurBackground {
    width: 100%;
    height: 100%;
    background: black; }
    .Broadcast .Broadcast-BlurBackground .Blur {
      opacity: 0.5; }
  .Broadcast .Broadcast-SidebarContainer {
    width: 450px;
    height: 100%;
    z-index: 12; }
    .Broadcast .Broadcast-SidebarContainer.Sidebar--isSearch {
      z-index: 11; }
  .Broadcast .Broadcast-Chat {
    width: 375px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0; }
    .Broadcast .Broadcast-Chat.Chat--visible {
      opacity: 1; }
    .Broadcast .Broadcast-Chat.Chat--isHidden {
      margin-left: 375px; }
    .Broadcast .Broadcast-Chat.Chat--isShown {
      margin-left: -375px; }
    .Broadcast .Broadcast-Chat .Broadcast-ChatContainer {
      position: absolute;
      bottom: 0;
      width: 100%;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .Broadcast .Broadcast-Chat .Broadcast-ChatSeparator {
      height: 1px;
      background: rgba(255, 255, 255, 0.2);
      margin: 2px 24px 12px; }
    .Broadcast .Broadcast-Chat .Broadcast-UserActivityWrapper {
      margin: 8px 24px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transition: max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer {
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .Broadcast-ChatInput {
        margin: 0 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .Broadcast-ChatInput .CommentContainer {
          margin: 0;
          height: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .Broadcast-ChatInput .CommentContainer .CommentContainer-comment {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-right: 0;
            border-radius: 4px; }
  .Broadcast .Broadcast-VideoContainer {
    position: absolute;
    top: 0;
    left: 0; }
    .Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleChat,
      .Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleSidebar {
        position: absolute;
        cursor: pointer;
        width: 20px;
        height: 20px;
        background: orange; }
      .Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleChat {
        bottom: 10px;
        right: 10px; }
      .Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleSidebar {
        bottom: 10px;
        left: 10px; }

.BroadcastBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
  .BroadcastBackground.ready {
    opacity: 1; }
  .BroadcastBackground .BackgroundImage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }

.BroadcastDetails-overlay {
  width: 100%;
  max-width: 700px;
  z-index: 7;
  text-align: center;
  margin: 0 auto; }
  .BroadcastDetails-overlay.u-flexParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.BroadcastDetails-metadata {
  max-height: 500px; }

.BroadcastDetails-appCta {
  margin: 40px auto 0;
  max-width: 320px;
  font-family: "museo_sans300", sans-serif; }
  .BroadcastDetails-appCta.BroadcastDetails-appCta--deviceWithApp {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0;
    font-family: "museo_sans300", sans-serif;
    left: 0;
    margin-top: 0;
    max-width: none;
    position: fixed;
    right: 0; }
    .BroadcastDetails-appCta.BroadcastDetails-appCta--deviceWithApp .AppLink {
      font-size: 16px;
      width: 200px; }

.BroadcastDetails .CouchmodeCTA {
  position: relative;
  margin-top: 15px;
  padding-top: 50px; }
  .BroadcastDetails .CouchmodeCTA::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    right: 100px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3); }

.BroadcastDetails .CouchmodeCTA-prompt {
  color: white; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .BroadcastDetails-metadata .ProfileAvatar {
    display: none; }
  .BroadcastDetails-metadata .ProfileName {
    margin-top: 14px;
    font-size: 20px; }
  .BroadcastDetails-appCta p {
    margin: 0; }
  .BroadcastDetails .CouchmodeCTA::before {
    display: none; } }

@media only screen and (max-height: 620px) {
  .BroadcastDetails .BroadcastTitle {
    display: block;
    width: inherit;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media only screen and (max-height: 320px) {
  .BroadcastDetails.u-fullHeight {
    overflow-y: visible; }
  .BroadcastDetails-overlay {
    margin-top: 200px;
    padding-bottom: 30px; } }

.BroadcastFeed {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

@-webkit-keyframes periscope-status-pulse {
  0% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; }
  60% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  70% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  100% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; } }

@keyframes periscope-status-pulse {
  0% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; }
  60% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  70% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  100% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; } }

.BroadcastPreview-imageContainer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  max-height: 180px;
  max-width: 180px;
  margin: 0 auto;
  position: relative; }

.BroadcastPreview-imageWrapper {
  position: relative;
  max-width: inherit;
  max-height: inherit; }
  .BroadcastPreview-imageWrapper.BroadcastPreview-imageWrapper--live:after {
    content: attr(data-tag-label);
    position: absolute;
    padding: 1px 10px;
    margin-top: -10px;
    margin-right: -20px;
    opacity: 0;
    top: 0;
    right: 0;
    -webkit-animation: periscope-status-pulse 2s 250ms ease-in-out infinite backwards;
            animation: periscope-status-pulse 2s 250ms ease-in-out infinite backwards;
    color: white;
    background-color: #d55548;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }

.BroadcastPreview-image {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  height: auto;
  max-height: inherit;
  max-width: inherit; }

.BroadcastPreview-playIcon {
  opacity: 1;
  position: absolute;
  top: calc(50% - 11px);
  right: calc(50% - 17px); }

.BroadcastPreview-playIcon svg {
  width: 22px;
  height: 22px; }

.BroadcastPreview-subhead {
  color: rgba(255, 255, 255, 0.5);
  font-family: "museo_sans300", sans-serif;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 14px; }

.BroadcastPreview--withImage .BroadcastPreview-playIcon,
.BroadcastPreview--withImage .BroadcastPreview-imageWrapper.BroadcastPreview-imageWrapper--live:after {
  opacity: 1; }

@media only screen and (max-width: 320px), (max-height: 480px) {
  .BroadcastPreview-imageContainer {
    height: 150px;
    max-height: 150px;
    max-width: 150px; } }

.BroadcastNextButton {
  z-index: 8;
  position: absolute;
  top: 50%;
  right: 0;
  background: transparent; }

.BroadcastNextButton-button {
  background: #40a4c4;
  border: none;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 60px;
  width: 50px;
  border-radius: 50px 0 0 50px;
  -webkit-transform: translateX(40%) scale(0.7, 0.7);
          transform: translateX(40%) scale(0.7, 0.7);
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .BroadcastNextButton-button:focus {
    outline: none; }
  .BroadcastNextButton-button:hover, .BroadcastNextButton-button:active {
    -webkit-transform: none;
            transform: none;
    padding-left: 15px; }
  .BroadcastNextButton-button .CaretRight {
    height: 30px;
    width: 30px;
    padding-right: 10px; }

.BroadcastSidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  position: relative;
  height: 100%;
  background-color: white;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .BroadcastSidebar.BroadcastSidebar--isActive .BroadcastSidebar-header {
    margin: 0 20px; }

.BroadcastSidebar-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 94px; }
  .BroadcastSidebar-header .SearchInputContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 125px; }

.BroadcastSidebar-headerBackButton {
  background-color: #88c6d9;
  border-radius: 16px;
  color: white;
  max-width: 240px;
  overflow-x: hidden;
  padding: 5px 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-transition: ease 0.05s;
  transition: ease 0.05s;
  white-space: nowrap; }
  .BroadcastSidebar-headerBackButton:hover {
    background-color: #7cc0d5; }

.BroadcastSidebar-rightBarClose {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  cursor: w-resize; }

.BroadcastSidebar-bottomClose {
  position: absolute;
  z-index: 14;
  right: 0;
  bottom: 20px;
  padding: 5px 0;
  width: 40px;
  background-color: #88c6d9;
  color: white;
  text-decoration: none;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  cursor: pointer; }
  .BroadcastSidebar-bottomClose:hover, .BroadcastSidebar-bottomClose:focus {
    outline: none;
    background-color: #43a3c1; }
  .BroadcastSidebar-bottomClose::after {
    content: '\00d7'; }

.BroadcastSidebar-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media only screen and (max-width: 720px) {
  .BroadcastSidebar-bottomClose {
    bottom: auto;
    top: 80px; } }

.BroadcastState {
  font-family: "museo_sans300", sans-serif;
  font-size: 16px; }

.BroadcastState--error {
  color: #a4b8be;
  font-size: 32px; }

.BroadcastState p {
  margin: 0; }

.BroadcastState-noReplay {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5); }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .BroadcastState {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px; }
  .BroadcastState--error {
    color: #a4b8be;
    font-size: 28px; } }

.BroadcastTitle {
  font-family: "museo_sans300", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-word; }
  .BroadcastTitle a {
    color: #40a4c4;
    text-decoration: none; }
    .BroadcastTitle a:hover {
      color: #53adca;
      text-decoration: underline; }
  .BroadcastDetails .BroadcastTitle {
    -ms-flex-negative: 2;
        flex-shrink: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9; }
    @media (max-height: 679px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 1; } }
    @media (min-height: 680px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 2; } }
    @media (min-height: 730px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 3; } }
    @media (min-height: 780px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 4; } }
    @media (min-height: 830px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 5; } }
    @media (min-height: 880px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 6; } }
    @media (min-height: 930px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 7; } }
    @media (min-height: 980px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 8; } }
    @media (min-height: 1030px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 9; } }
  .BroadcastTitle:hover .TwitterLogo {
    fill: #59adeb; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .BroadcastDetails .BroadcastTitle {
    font-size: 18px;
    font-family: "museo_sans500", sans-serif;
    line-height: 24px;
    margin-bottom: 0;
    margin-right: 20px;
    margin-left: 20px; } }

.AccountStatsTooltip-container {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.AccountStatsTooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .AccountStatsTooltip .AccountStatsTooltip-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .AccountStatsTooltip .BroadcastTitle {
    color: #3f4d51;
    display: -webkit-box;
    font-family: "museo_sans500", sans-serif;
    font-size: 12px;
    height: 28px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.AccountStatsTooltip-previewImage {
  background-color: #eff2f4;
  height: 120px;
  padding: 15px 20px;
  width: 120px; }

.AccountStatsTooltip-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  padding: 10px;
  width: 260px; }

.AccountStatsTooltip-header {
  color: #3f4d51;
  font-family: "museo_sans500", sans-serif;
  line-height: 1.2em;
  margin-bottom: 0.4em; }

.AccountStatsTooltip-totalData {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.AccountStatsTooltip-seriesData {
  font-size: 12px;
  margin-right: 10px; }

.AccountStatsTooltip-seriesColor {
  border-radius: 2px;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px; }

.AccountStatsTooltip-dateTime {
  color: #a4b8be;
  font-family: "museo_sans300", sans-serif;
  font-size: 12px; }

.BroadcastLocation {
  float: left;
  font-family: "museo_sans700", sans-serif;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap; }

.BroadcastListItem {
  display: block;
  text-decoration: none;
  color: inherit; }

a.BroadcastListItem:hover,
a.BroadcastListItem:focus {
  outline: none;
  background-color: rgba(239, 242, 244, 0.7); }

.BroadcastListItem-content {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px;
  background: inherit; }
  .BroadcastListItem--featuredReason .BroadcastListItem-content {
    height: inherit;
    min-height: 140px; }

.BroadcastListItem-thumbContainer {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #a4b8be;
  border-radius: 3px; }
  .BroadcastListItem-thumbContainer .LockIcon {
    width: 24px;
    position: absolute;
    top: 10px;
    left: 10px; }

.BroadcastListItem-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit; }

.BroadcastListItem-detailsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
  font-family: "museo_sans300", sans-serif;
  min-width: 0; }
  .BroadcastListItem-detailsContainer .BroadcastUserAndLocation {
    color: #3f4d51;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px; }

.BroadcastListItem-featuredContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3f4d51;
  font-size: 14px;
  font-family: "museo_sans300", sans-serif;
  line-height: 1.2;
  padding: 10px;
  width: 100%; }
  .BroadcastListItem-featuredContainer .BroadcastListItem-featuredFlag {
    margin-right: 12px;
    min-width: 12px; }
  .BroadcastListItem-featuredContainer .BroadcastListItem-featuredReason {
    margin: 0; }

.BroadcastListItem-auxDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }

.BroadcastListItem-pill {
  display: inline-block;
  padding: 4px 5px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-family: "museo_sans700", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1; }

.BroadcastListItem-detailsLive {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #d55548; }

.BroadcastListItem-detailsDuration {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #a4b8be; }

.BroadcastListItem-detailsFeatured {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  font-family: "museo_sans700", sans-serif;
  color: white;
  font-size: 12px;
  margin-left: 12px;
  padding: 3px 8px 0;
  text-transform: uppercase; }

.BroadcastListItem-detailsTime {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  margin-top: 2px;
  margin-left: 10px;
  color: #a4b8be;
  font-size: 14px;
  font-family: "museo_sans500", sans-serif; }

.BroadcastListItem-detailsTime--container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.BroadcastListItem .BroadcastTitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-flex: 1 1 100%;
  font-size: 24px;
  color: #3f4d51;
  margin: 0;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .ProfileSidebar .BroadcastListItem .BroadcastTitle, .SearchSidebar .BroadcastListItem .BroadcastTitle {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: inherit; }

.BroadcastListItem .BroadcastTitle-hashtag {
  color: #a4b8be; }

.ProfileSidebar .BroadcastListItem-detailsLocation, .SearchSidebar .BroadcastListItem-detailsLocation {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.BroadcastListItem .BroadcastLocation {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.BroadcastListItem .BroadcastLocation {
  margin-top: 5px;
  float: none;
  font-family: "museo_sans300", sans-serif;
  color: #a4b8be;
  font-size: 14px; }

a.BroadcastListItem--active {
  background: #eff2f4; }
  a.BroadcastListItem--active:hover, a.BroadcastListItem--active:focus {
    background: #eff2f4; }

.BroadcastListItem--unavailable .BroadcastTitle {
  color: #a4b8be; }

.BroadcastListItem--unavailable .BroadcastListItem-thumbContainer {
  opacity: 0.5; }
  .BroadcastListItem--unavailable .BroadcastListItem-thumbContainer::after {
    display: none; }

.BroadcastSearchToggle {
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 12;
  height: 50px;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 1; }
  .BroadcastSearchToggle.is-fixed {
    position: fixed; }
  .BroadcastSearchToggle.BroadcastSearchToggle--isMobile {
    top: 10px;
    left: 11px; }
  .BroadcastSearchToggle.BroadcastSearchToggle--isHidden {
    opacity: 0;
    pointer-events: none; }

.BroadcastSearchToggle-searchIcon {
  background-color: white;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  padding: 12px;
  margin-left: 10px; }

.BroadcastStatsViewers-section {
  display: inline-block;
  width: 50%;
  vertical-align: top; }

.BroadcastStatsViewers-viewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  padding: 10px; }
  .BroadcastStatsViewers-viewer:hover {
    background: #f8fafb;
    cursor: pointer; }

.BroadcastStatsViewers-viewerProfileImage {
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  position: relative; }
  .BroadcastStatsViewers-viewerProfileImage > img {
    height: 50px;
    width: 50px; }

.BroadcastStatsViewers-viewerProfileImageOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7; }

.BroadcastStatsViewers-viewerDisplayName {
  font-family: "museo_sans700", sans-serif; }
  .BroadcastStatsViewers-viewerDisplayName .FollowingIcon {
    fill: #40a4c4;
    margin-left: 4px; }

.BroadcastStatsViewers-heartCount {
  color: #a4b8be; }

.BroadcastUserAndLocation {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.BroadcastUserAndLocation-detailsUsername {
  color: #3f4d51;
  display: inline;
  text-decoration: none;
  font-family: "museo_sans700", sans-serif; }
  .BroadcastUserAndLocation-detailsUsername .ProfileUsername {
    display: inline;
    font-family: "museo_sans700", sans-serif; }

.BroadcastUserAndLocation-detailsUserImage {
  border-radius: 16px;
  height: 32px;
  margin-right: 12px;
  width: 32px; }

.BroadcastUserAndLocation-detailsLocation {
  display: inline; }
  .BroadcastUserAndLocation-detailsLocation .BroadcastLocation {
    display: inline;
    float: none;
    font-family: "museo_sans300", sans-serif;
    font-size: 14px; }
    .BroadcastUserAndLocation-detailsLocation .BroadcastLocation:before {
      content: ' — '; }

.ButtonWithIcon {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "museo_sans500", sans-serif;
  font-size: 14px;
  padding: 10px 13px; }
  .ButtonWithIcon.ButtonWithIcon--left {
    text-align: left; }

.ButtonWithIcon-label {
  color: #3f4d51;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ButtonWithIcon-icon {
  display: inline-block;
  padding-left: 5px; }
  .ButtonWithIcon-icon .CaretDown {
    fill: #a4b8be;
    width: 13px; }

.ChannelLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  .ChannelLists a {
    text-decoration: none;
    color: #40a4c4; }

.ChannelList {
  display: inline-block;
  margin: 0 20px;
  width: 360px;
  padding-bottom: 25px; }
  @media (max-width: 668px) {
    .ChannelList {
      width: 300px; } }

.ChannelList-name {
  color: #3f4d51;
  font-family: "museo_sans300", sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-left: 10px; }

.ChannelList-items {
  margin: 0;
  padding: 0; }

.ChannelList-item {
  display: block;
  border-radius: 4px; }
  .ChannelList-item:after {
    content: "";
    display: block;
    height: 1px;
    margin: 0 4px;
    background-color: rgba(124, 214, 241, 0.2); }
  .ChannelList-item:hover {
    background-color: rgba(124, 214, 241, 0.2);
    color: white;
    padding-bottom: 1px; }
    .ChannelList-item:hover:after {
      content: none;
      background-color: rgba(124, 214, 241, 0); }

.ChannelList-itemLink {
  display: block;
  padding: 12px 10px; }

.ChannelList-itemLinkHeader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "museo_sans500", sans-serif; }

.ChannelList-itemLinkDescription {
  color: #a4b8be;
  font-size: 14px;
  font-family: "museo_sans300", sans-serif;
  margin: 8px 0 0 0; }

.ChannelList-itemCount {
  border-radius: 3px;
  color: #a4b8be;
  font-family: "museo_sans700", sans-serif;
  font-size: 14px;
  padding: 2px 8px; }
  .ChannelList-item:hover .ChannelList-itemCount {
    background-color: #d55548;
    color: white; }

.DiscoverBarButton {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #40a4c4;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "museo_sans500", sans-serif;
  margin: 5px 0;
  padding: 14px 22px 14px;
  text-decoration: none;
  -webkit-transition: ease 0.05s;
  transition: ease 0.05s;
  white-space: nowrap; }
  .DiscoverBarButton a {
    text-decoration: none;
    color: inherit; }
  .DiscoverBarButton:hover, .DiscoverBarButton:active, .DiscoverBarButton.is-active {
    background-color: rgba(124, 214, 241, 0.2); }
  .DiscoverBarButton.DiscoverBarButton--isCompact {
    padding-right: 15px;
    padding-left: 15px; }
  .DiscoverBarButton .TvIcon {
    margin-top: -10px; }
  .DiscoverBarButton .DiscoverBarButton-label {
    margin-left: 10px; }

.ChannelName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ChannelName .StarIcon {
    margin-top: -2px;
    padding-right: 8px; }

.ChannelName-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ChartLegend {
  color: #3f4d51;
  font-family: "museo_sans500", sans-serif;
  font-size: 14px;
  text-align: center; }

.ChartLegend-series {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px; }

.ChartLegend-normalizeLabel {
  text-align: center; }

.ChartLegend-seriesColor {
  border-radius: 3px;
  display: inline-block;
  height: 15px;
  margin-right: 6px;
  position: relative;
  top: 2px;
  width: 15px; }

.Chat .Chat-EmptyState {
  position: absolute;
  bottom: 110px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .Chat .Chat-EmptyState.Chat-EmptyState--hide {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  .Chat .Chat-EmptyState .Chat-EmptyState-Icon {
    background-image: url("../images/chat-empty-state.a5ea4fd7dcc38816d4860402e8b6c64d.png");
    background-size: 86px 68px;
    width: 86px;
    height: 68px;
    margin: 0 0 11px 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .Chat .Chat-EmptyState .Chat-EmptyState-Icon {
        background-image: url("../images/chat-empty-state@2x.578ad8dbd8e4f5c8e09cb25ed1b906c8.png"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
      .Chat .Chat-EmptyState .Chat-EmptyState-Icon {
        background-image: url("../images/chat-empty-state@3x.dbab9a72089f638caa8251a2bad91d00.png"); } }
  .Chat .Chat-EmptyState .Chat-EmptyState-Header {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
    font-family: "museo_sans700", sans-serif;
    color: rgba(255, 255, 255, 0.75); }
  .Chat .Chat-EmptyState .Chat-EmptyState-CTA {
    width: 215px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    font-family: "museo_sans500", sans-serif;
    color: rgba(255, 255, 255, 0.4); }
  .Chat .Chat-EmptyState.Chat-EmptyState--disabled .Chat-EmptyState-Icon {
    background-image: url("../images/chat-disabled-icon.7c3cdaaf358e47dd1222811a54f35df1.png");
    background-size: 48px 48px;
    width: 48px;
    height: 48px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .Chat .Chat-EmptyState.Chat-EmptyState--disabled .Chat-EmptyState-Icon {
        background-image: url("../images/chat-disabled-icon@2x.607d1a84b3c3dd9788654f40bf222c23.png"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
      .Chat .Chat-EmptyState.Chat-EmptyState--disabled .Chat-EmptyState-Icon {
        background-image: url("../images/chat-disabled-icon@3x.129512d65d12e06a6b959bc8d52f7967.png"); } }

.Chat .Chat-NewMessageIndicatorContainer {
  position: absolute;
  bottom: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .Chat .Chat-NewMessageIndicatorContainer.Chat-NewMessageIndicator--isActive {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0); }
  .Chat .Chat-NewMessageIndicatorContainer.Chat-NewMessageIndicator--isExiting {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    pointer-events: none; }
  .Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator-ClickCatcher {
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: -1;
    bottom: -16px;
    left: 0; }
  .Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 15px 5px;
    background: #40a4c4;
    border-radius: 100px;
    line-height: 22.4px;
    font-size: 14px;
    font-family: "museo_sans500", sans-serif;
    -webkit-transition: 0.2s background cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s background cubic-bezier(0.165, 0.84, 0.44, 1); }
    .Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator:hover {
      background: #328aa7; }
    .Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator .Chat-NewMessageIndicator-Icon {
      width: 8px;
      height: 8px;
      border-bottom: 2px solid white;
      border-left: 2px solid white;
      -webkit-transform: rotate(-45deg) translate3d(0px, -3px, 0);
              transform: rotate(-45deg) translate3d(0px, -3px, 0); }
    .Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator .Chat-NewMessageIndicator-Text {
      color: white;
      margin: 0 0 0 6px; }
    .Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator .Chat-NewMessageIndicator-Count {
      color: rgba(255, 255, 255, 0.5);
      margin: 0 0 0 6px; }
    .Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator.Chat-NewMessageIndicator-Bounce {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-name: u727e78f9;
              animation-name: u727e78f9;
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes u727e78f9 {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0); }
  1% {
    -webkit-transform: translate3d(0, 0.00937px, 0);
            transform: translate3d(0, 0.00937px, 0); }
  2% {
    -webkit-transform: translate3d(0, 0.22064px, 0);
            transform: translate3d(0, 0.22064px, 0); }
  3% {
    -webkit-transform: translate3d(0, 0.7373px, 0);
            transform: translate3d(0, 0.7373px, 0); }
  4% {
    -webkit-transform: translate3d(0, 1.37815px, 0);
            transform: translate3d(0, 1.37815px, 0); }
  5% {
    -webkit-transform: translate3d(0, 2.12665px, 0);
            transform: translate3d(0, 2.12665px, 0); }
  6% {
    -webkit-transform: translate3d(0, 2.97541px, 0);
            transform: translate3d(0, 2.97541px, 0); }
  7% {
    -webkit-transform: translate3d(0, 3.8185px, 0);
            transform: translate3d(0, 3.8185px, 0); }
  8% {
    -webkit-transform: translate3d(0, 4.5601px, 0);
            transform: translate3d(0, 4.5601px, 0); }
  9% {
    -webkit-transform: translate3d(0, 5.25424px, 0);
            transform: translate3d(0, 5.25424px, 0); }
  10% {
    -webkit-transform: translate3d(0, 5.8239px, 0);
            transform: translate3d(0, 5.8239px, 0); }
  11% {
    -webkit-transform: translate3d(0, 6.23162px, 0);
            transform: translate3d(0, 6.23162px, 0); }
  12% {
    -webkit-transform: translate3d(0, 6.53607px, 0);
            transform: translate3d(0, 6.53607px, 0); }
  13% {
    -webkit-transform: translate3d(0, 6.67396px, 0);
            transform: translate3d(0, 6.67396px, 0); }
  14% {
    -webkit-transform: translate3d(0, 6.69363px, 0);
            transform: translate3d(0, 6.69363px, 0); }
  15% {
    -webkit-transform: translate3d(0, 6.46466px, 0);
            transform: translate3d(0, 6.46466px, 0); }
  16% {
    -webkit-transform: translate3d(0, 5.8644px, 0);
            transform: translate3d(0, 5.8644px, 0); }
  17% {
    -webkit-transform: translate3d(0, 5.04729px, 0);
            transform: translate3d(0, 5.04729px, 0); }
  18% {
    -webkit-transform: translate3d(0, 4.06891px, 0);
            transform: translate3d(0, 4.06891px, 0); }
  19% {
    -webkit-transform: translate3d(0, 2.87299px, 0);
            transform: translate3d(0, 2.87299px, 0); }
  20% {
    -webkit-transform: translate3d(0, 1.80383px, 0);
            transform: translate3d(0, 1.80383px, 0); }
  21% {
    -webkit-transform: translate3d(0, 0.79193px, 0);
            transform: translate3d(0, 0.79193px, 0); }
  22% {
    -webkit-transform: translate3d(0, -0.21862px, 0);
            transform: translate3d(0, -0.21862px, 0); }
  23% {
    -webkit-transform: translate3d(0, -0.96535px, 0);
            transform: translate3d(0, -0.96535px, 0); }
  24% {
    -webkit-transform: translate3d(0, -1.57841px, 0);
            transform: translate3d(0, -1.57841px, 0); }
  25% {
    -webkit-transform: translate3d(0, -1.95748px, 0);
            transform: translate3d(0, -1.95748px, 0); }
  26% {
    -webkit-transform: translate3d(0, -2.21578px, 0);
            transform: translate3d(0, -2.21578px, 0); }
  27% {
    -webkit-transform: translate3d(0, -2.27789px, 0);
            transform: translate3d(0, -2.27789px, 0); }
  28% {
    -webkit-transform: translate3d(0, -2.19641px, 0);
            transform: translate3d(0, -2.19641px, 0); }
  29% {
    -webkit-transform: translate3d(0, -2.00422px, 0);
            transform: translate3d(0, -2.00422px, 0); }
  30% {
    -webkit-transform: translate3d(0, -1.68948px, 0);
            transform: translate3d(0, -1.68948px, 0); }
  31% {
    -webkit-transform: translate3d(0, -1.35282px, 0);
            transform: translate3d(0, -1.35282px, 0); }
  32% {
    -webkit-transform: translate3d(0, -0.96738px, 0);
            transform: translate3d(0, -0.96738px, 0); }
  33% {
    -webkit-transform: translate3d(0, -0.5815px, 0);
            transform: translate3d(0, -0.5815px, 0); }
  34% {
    -webkit-transform: translate3d(0, -0.23974px, 0);
            transform: translate3d(0, -0.23974px, 0); }
  35% {
    -webkit-transform: translate3d(0, 0.08241px, 0);
            transform: translate3d(0, 0.08241px, 0); }
  36% {
    -webkit-transform: translate3d(0, 0.34903px, 0);
            transform: translate3d(0, 0.34903px, 0); }
  37% {
    -webkit-transform: translate3d(0, 0.54196px, 0);
            transform: translate3d(0, 0.54196px, 0); }
  38% {
    -webkit-transform: translate3d(0, 0.68251px, 0);
            transform: translate3d(0, 0.68251px, 0); }
  39% {
    -webkit-transform: translate3d(0, 0.75826px, 0);
            transform: translate3d(0, 0.75826px, 0); }
  40% {
    -webkit-transform: translate3d(0, 0.77514px, 0);
            transform: translate3d(0, 0.77514px, 0); }
  41% {
    -webkit-transform: translate3d(0, 0.74621px, 0);
            transform: translate3d(0, 0.74621px, 0); }
  42% {
    -webkit-transform: translate3d(0, 0.67467px, 0);
            transform: translate3d(0, 0.67467px, 0); }
  43% {
    -webkit-transform: translate3d(0, 0.57198px, 0);
            transform: translate3d(0, 0.57198px, 0); }
  44% {
    -webkit-transform: translate3d(0, 0.44945px, 0);
            transform: translate3d(0, 0.44945px, 0); }
  45% {
    -webkit-transform: translate3d(0, 0.31788px, 0);
            transform: translate3d(0, 0.31788px, 0); }
  46% {
    -webkit-transform: translate3d(0, 0.18694px, 0);
            transform: translate3d(0, 0.18694px, 0); }
  47% {
    -webkit-transform: translate3d(0, 0.06473px, 0);
            transform: translate3d(0, 0.06473px, 0); }
  48% {
    -webkit-transform: translate3d(0, -0.03663px, 0);
            transform: translate3d(0, -0.03663px, 0); }
  49% {
    -webkit-transform: translate3d(0, -0.1256px, 0);
            transform: translate3d(0, -0.1256px, 0); }
  50% {
    -webkit-transform: translate3d(0, -0.18605px, 0);
            transform: translate3d(0, -0.18605px, 0); }
  51% {
    -webkit-transform: translate3d(0, -0.23537px, 0);
            transform: translate3d(0, -0.23537px, 0); }
  52% {
    -webkit-transform: translate3d(0, -0.25933px, 0);
            transform: translate3d(0, -0.25933px, 0); }
  53% {
    -webkit-transform: translate3d(0, -0.26355px, 0);
            transform: translate3d(0, -0.26355px, 0); }
  54% {
    -webkit-transform: translate3d(0, -0.25127px, 0);
            transform: translate3d(0, -0.25127px, 0); }
  55% {
    -webkit-transform: translate3d(0, -0.227px, 0);
            transform: translate3d(0, -0.227px, 0); }
  56% {
    -webkit-transform: translate3d(0, -0.19132px, 0);
            transform: translate3d(0, -0.19132px, 0); }
  57% {
    -webkit-transform: translate3d(0, -0.14921px, 0);
            transform: translate3d(0, -0.14921px, 0); }
  58% {
    -webkit-transform: translate3d(0, -0.10432px, 0);
            transform: translate3d(0, -0.10432px, 0); }
  59% {
    -webkit-transform: translate3d(0, -0.06246px, 0);
            transform: translate3d(0, -0.06246px, 0); }
  60% {
    -webkit-transform: translate3d(0, -0.02329px, 0);
            transform: translate3d(0, -0.02329px, 0); }
  61% {
    -webkit-transform: translate3d(0, 0.01534px, 0);
            transform: translate3d(0, 0.01534px, 0); }
  62% {
    -webkit-transform: translate3d(0, 0.04501px, 0);
            transform: translate3d(0, 0.04501px, 0); }
  63% {
    -webkit-transform: translate3d(0, 0.06613px, 0);
            transform: translate3d(0, 0.06613px, 0); }
  64% {
    -webkit-transform: translate3d(0, 0.0811px, 0);
            transform: translate3d(0, 0.0811px, 0); }
  65% {
    -webkit-transform: translate3d(0, 0.08839px, 0);
            transform: translate3d(0, 0.08839px, 0); }
  66% {
    -webkit-transform: translate3d(0, 0.08956px, 0);
            transform: translate3d(0, 0.08956px, 0); }
  67% {
    -webkit-transform: translate3d(0, 0.0845px, 0);
            transform: translate3d(0, 0.0845px, 0); }
  68% {
    -webkit-transform: translate3d(0, 0.07569px, 0);
            transform: translate3d(0, 0.07569px, 0); }
  69% {
    -webkit-transform: translate3d(0, 0.06315px, 0);
            transform: translate3d(0, 0.06315px, 0); }
  70% {
    -webkit-transform: translate3d(0, 0.0495px, 0);
            transform: translate3d(0, 0.0495px, 0); }
  71% {
    -webkit-transform: translate3d(0, 0.0351px, 0);
            transform: translate3d(0, 0.0351px, 0); }
  72% {
    -webkit-transform: translate3d(0, -0.00873px, 0);
            transform: translate3d(0, -0.00873px, 0); }
  73% {
    -webkit-transform: translate3d(0, -0.01556px, 0);
            transform: translate3d(0, -0.01556px, 0); }
  74% {
    -webkit-transform: translate3d(0, -0.02305px, 0);
            transform: translate3d(0, -0.02305px, 0); }
  75% {
    -webkit-transform: translate3d(0, -0.02792px, 0);
            transform: translate3d(0, -0.02792px, 0); }
  76% {
    -webkit-transform: translate3d(0, -0.03028px, 0);
            transform: translate3d(0, -0.03028px, 0); }
  77% {
    -webkit-transform: translate3d(0, -0.03042px, 0);
            transform: translate3d(0, -0.03042px, 0); }
  78% {
    -webkit-transform: translate3d(0, -0.02869px, 0);
            transform: translate3d(0, -0.02869px, 0); }
  79% {
    -webkit-transform: translate3d(0, -0.02566px, 0);
            transform: translate3d(0, -0.02566px, 0); }
  80% {
    -webkit-transform: translate3d(0, -0.02137px, 0);
            transform: translate3d(0, -0.02137px, 0); }
  81% {
    -webkit-transform: translate3d(0, -0.01671px, 0);
            transform: translate3d(0, -0.01671px, 0); }
  82% {
    -webkit-transform: translate3d(0, -0.01119px, 0);
            transform: translate3d(0, -0.01119px, 0); }
  83% {
    -webkit-transform: translate3d(0, -0.00667px, 0);
            transform: translate3d(0, -0.00667px, 0); }
  84% {
    -webkit-transform: translate3d(0, -0.00192px, 0);
            transform: translate3d(0, -0.00192px, 0); }
  85% {
    -webkit-transform: translate3d(0, 0.00221px, 0);
            transform: translate3d(0, 0.00221px, 0); }
  86% {
    -webkit-transform: translate3d(0, 0.00555px, 0);
            transform: translate3d(0, 0.00555px, 0); }
  87% {
    -webkit-transform: translate3d(0, 0.0079px, 0);
            transform: translate3d(0, 0.0079px, 0); }
  88% {
    -webkit-transform: translate3d(0, 0.00954px, 0);
            transform: translate3d(0, 0.00954px, 0); }
  89% {
    -webkit-transform: translate3d(0, 0.01032px, 0);
            transform: translate3d(0, 0.01032px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0.01033px, 0);
            transform: translate3d(0, 0.01033px, 0); }
  91% {
    -webkit-transform: translate3d(0, 0.00974px, 0);
            transform: translate3d(0, 0.00974px, 0); }
  92% {
    -webkit-transform: translate3d(0, 0.00862px, 0);
            transform: translate3d(0, 0.00862px, 0); }
  93% {
    -webkit-transform: translate3d(0, 0.00723px, 0);
            transform: translate3d(0, 0.00723px, 0); }
  94% {
    -webkit-transform: translate3d(0, 0.00554px, 0);
            transform: translate3d(0, 0.00554px, 0); }
  95% {
    -webkit-transform: translate3d(0, 0.00376px, 0);
            transform: translate3d(0, 0.00376px, 0); }
  96% {
    -webkit-transform: translate3d(0, 0.00213px, 0);
            transform: translate3d(0, 0.00213px, 0); }
  97% {
    -webkit-transform: translate3d(0, 0.00044px, 0);
            transform: translate3d(0, 0.00044px, 0); }
  98% {
    -webkit-transform: translate3d(0, -0.00086px, 0);
            transform: translate3d(0, -0.00086px, 0); }
  99% {
    -webkit-transform: translate3d(0, -0.00203px, 0);
            transform: translate3d(0, -0.00203px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0); } }

@keyframes u727e78f9 {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0); }
  1% {
    -webkit-transform: translate3d(0, 0.00937px, 0);
            transform: translate3d(0, 0.00937px, 0); }
  2% {
    -webkit-transform: translate3d(0, 0.22064px, 0);
            transform: translate3d(0, 0.22064px, 0); }
  3% {
    -webkit-transform: translate3d(0, 0.7373px, 0);
            transform: translate3d(0, 0.7373px, 0); }
  4% {
    -webkit-transform: translate3d(0, 1.37815px, 0);
            transform: translate3d(0, 1.37815px, 0); }
  5% {
    -webkit-transform: translate3d(0, 2.12665px, 0);
            transform: translate3d(0, 2.12665px, 0); }
  6% {
    -webkit-transform: translate3d(0, 2.97541px, 0);
            transform: translate3d(0, 2.97541px, 0); }
  7% {
    -webkit-transform: translate3d(0, 3.8185px, 0);
            transform: translate3d(0, 3.8185px, 0); }
  8% {
    -webkit-transform: translate3d(0, 4.5601px, 0);
            transform: translate3d(0, 4.5601px, 0); }
  9% {
    -webkit-transform: translate3d(0, 5.25424px, 0);
            transform: translate3d(0, 5.25424px, 0); }
  10% {
    -webkit-transform: translate3d(0, 5.8239px, 0);
            transform: translate3d(0, 5.8239px, 0); }
  11% {
    -webkit-transform: translate3d(0, 6.23162px, 0);
            transform: translate3d(0, 6.23162px, 0); }
  12% {
    -webkit-transform: translate3d(0, 6.53607px, 0);
            transform: translate3d(0, 6.53607px, 0); }
  13% {
    -webkit-transform: translate3d(0, 6.67396px, 0);
            transform: translate3d(0, 6.67396px, 0); }
  14% {
    -webkit-transform: translate3d(0, 6.69363px, 0);
            transform: translate3d(0, 6.69363px, 0); }
  15% {
    -webkit-transform: translate3d(0, 6.46466px, 0);
            transform: translate3d(0, 6.46466px, 0); }
  16% {
    -webkit-transform: translate3d(0, 5.8644px, 0);
            transform: translate3d(0, 5.8644px, 0); }
  17% {
    -webkit-transform: translate3d(0, 5.04729px, 0);
            transform: translate3d(0, 5.04729px, 0); }
  18% {
    -webkit-transform: translate3d(0, 4.06891px, 0);
            transform: translate3d(0, 4.06891px, 0); }
  19% {
    -webkit-transform: translate3d(0, 2.87299px, 0);
            transform: translate3d(0, 2.87299px, 0); }
  20% {
    -webkit-transform: translate3d(0, 1.80383px, 0);
            transform: translate3d(0, 1.80383px, 0); }
  21% {
    -webkit-transform: translate3d(0, 0.79193px, 0);
            transform: translate3d(0, 0.79193px, 0); }
  22% {
    -webkit-transform: translate3d(0, -0.21862px, 0);
            transform: translate3d(0, -0.21862px, 0); }
  23% {
    -webkit-transform: translate3d(0, -0.96535px, 0);
            transform: translate3d(0, -0.96535px, 0); }
  24% {
    -webkit-transform: translate3d(0, -1.57841px, 0);
            transform: translate3d(0, -1.57841px, 0); }
  25% {
    -webkit-transform: translate3d(0, -1.95748px, 0);
            transform: translate3d(0, -1.95748px, 0); }
  26% {
    -webkit-transform: translate3d(0, -2.21578px, 0);
            transform: translate3d(0, -2.21578px, 0); }
  27% {
    -webkit-transform: translate3d(0, -2.27789px, 0);
            transform: translate3d(0, -2.27789px, 0); }
  28% {
    -webkit-transform: translate3d(0, -2.19641px, 0);
            transform: translate3d(0, -2.19641px, 0); }
  29% {
    -webkit-transform: translate3d(0, -2.00422px, 0);
            transform: translate3d(0, -2.00422px, 0); }
  30% {
    -webkit-transform: translate3d(0, -1.68948px, 0);
            transform: translate3d(0, -1.68948px, 0); }
  31% {
    -webkit-transform: translate3d(0, -1.35282px, 0);
            transform: translate3d(0, -1.35282px, 0); }
  32% {
    -webkit-transform: translate3d(0, -0.96738px, 0);
            transform: translate3d(0, -0.96738px, 0); }
  33% {
    -webkit-transform: translate3d(0, -0.5815px, 0);
            transform: translate3d(0, -0.5815px, 0); }
  34% {
    -webkit-transform: translate3d(0, -0.23974px, 0);
            transform: translate3d(0, -0.23974px, 0); }
  35% {
    -webkit-transform: translate3d(0, 0.08241px, 0);
            transform: translate3d(0, 0.08241px, 0); }
  36% {
    -webkit-transform: translate3d(0, 0.34903px, 0);
            transform: translate3d(0, 0.34903px, 0); }
  37% {
    -webkit-transform: translate3d(0, 0.54196px, 0);
            transform: translate3d(0, 0.54196px, 0); }
  38% {
    -webkit-transform: translate3d(0, 0.68251px, 0);
            transform: translate3d(0, 0.68251px, 0); }
  39% {
    -webkit-transform: translate3d(0, 0.75826px, 0);
            transform: translate3d(0, 0.75826px, 0); }
  40% {
    -webkit-transform: translate3d(0, 0.77514px, 0);
            transform: translate3d(0, 0.77514px, 0); }
  41% {
    -webkit-transform: translate3d(0, 0.74621px, 0);
            transform: translate3d(0, 0.74621px, 0); }
  42% {
    -webkit-transform: translate3d(0, 0.67467px, 0);
            transform: translate3d(0, 0.67467px, 0); }
  43% {
    -webkit-transform: translate3d(0, 0.57198px, 0);
            transform: translate3d(0, 0.57198px, 0); }
  44% {
    -webkit-transform: translate3d(0, 0.44945px, 0);
            transform: translate3d(0, 0.44945px, 0); }
  45% {
    -webkit-transform: translate3d(0, 0.31788px, 0);
            transform: translate3d(0, 0.31788px, 0); }
  46% {
    -webkit-transform: translate3d(0, 0.18694px, 0);
            transform: translate3d(0, 0.18694px, 0); }
  47% {
    -webkit-transform: translate3d(0, 0.06473px, 0);
            transform: translate3d(0, 0.06473px, 0); }
  48% {
    -webkit-transform: translate3d(0, -0.03663px, 0);
            transform: translate3d(0, -0.03663px, 0); }
  49% {
    -webkit-transform: translate3d(0, -0.1256px, 0);
            transform: translate3d(0, -0.1256px, 0); }
  50% {
    -webkit-transform: translate3d(0, -0.18605px, 0);
            transform: translate3d(0, -0.18605px, 0); }
  51% {
    -webkit-transform: translate3d(0, -0.23537px, 0);
            transform: translate3d(0, -0.23537px, 0); }
  52% {
    -webkit-transform: translate3d(0, -0.25933px, 0);
            transform: translate3d(0, -0.25933px, 0); }
  53% {
    -webkit-transform: translate3d(0, -0.26355px, 0);
            transform: translate3d(0, -0.26355px, 0); }
  54% {
    -webkit-transform: translate3d(0, -0.25127px, 0);
            transform: translate3d(0, -0.25127px, 0); }
  55% {
    -webkit-transform: translate3d(0, -0.227px, 0);
            transform: translate3d(0, -0.227px, 0); }
  56% {
    -webkit-transform: translate3d(0, -0.19132px, 0);
            transform: translate3d(0, -0.19132px, 0); }
  57% {
    -webkit-transform: translate3d(0, -0.14921px, 0);
            transform: translate3d(0, -0.14921px, 0); }
  58% {
    -webkit-transform: translate3d(0, -0.10432px, 0);
            transform: translate3d(0, -0.10432px, 0); }
  59% {
    -webkit-transform: translate3d(0, -0.06246px, 0);
            transform: translate3d(0, -0.06246px, 0); }
  60% {
    -webkit-transform: translate3d(0, -0.02329px, 0);
            transform: translate3d(0, -0.02329px, 0); }
  61% {
    -webkit-transform: translate3d(0, 0.01534px, 0);
            transform: translate3d(0, 0.01534px, 0); }
  62% {
    -webkit-transform: translate3d(0, 0.04501px, 0);
            transform: translate3d(0, 0.04501px, 0); }
  63% {
    -webkit-transform: translate3d(0, 0.06613px, 0);
            transform: translate3d(0, 0.06613px, 0); }
  64% {
    -webkit-transform: translate3d(0, 0.0811px, 0);
            transform: translate3d(0, 0.0811px, 0); }
  65% {
    -webkit-transform: translate3d(0, 0.08839px, 0);
            transform: translate3d(0, 0.08839px, 0); }
  66% {
    -webkit-transform: translate3d(0, 0.08956px, 0);
            transform: translate3d(0, 0.08956px, 0); }
  67% {
    -webkit-transform: translate3d(0, 0.0845px, 0);
            transform: translate3d(0, 0.0845px, 0); }
  68% {
    -webkit-transform: translate3d(0, 0.07569px, 0);
            transform: translate3d(0, 0.07569px, 0); }
  69% {
    -webkit-transform: translate3d(0, 0.06315px, 0);
            transform: translate3d(0, 0.06315px, 0); }
  70% {
    -webkit-transform: translate3d(0, 0.0495px, 0);
            transform: translate3d(0, 0.0495px, 0); }
  71% {
    -webkit-transform: translate3d(0, 0.0351px, 0);
            transform: translate3d(0, 0.0351px, 0); }
  72% {
    -webkit-transform: translate3d(0, -0.00873px, 0);
            transform: translate3d(0, -0.00873px, 0); }
  73% {
    -webkit-transform: translate3d(0, -0.01556px, 0);
            transform: translate3d(0, -0.01556px, 0); }
  74% {
    -webkit-transform: translate3d(0, -0.02305px, 0);
            transform: translate3d(0, -0.02305px, 0); }
  75% {
    -webkit-transform: translate3d(0, -0.02792px, 0);
            transform: translate3d(0, -0.02792px, 0); }
  76% {
    -webkit-transform: translate3d(0, -0.03028px, 0);
            transform: translate3d(0, -0.03028px, 0); }
  77% {
    -webkit-transform: translate3d(0, -0.03042px, 0);
            transform: translate3d(0, -0.03042px, 0); }
  78% {
    -webkit-transform: translate3d(0, -0.02869px, 0);
            transform: translate3d(0, -0.02869px, 0); }
  79% {
    -webkit-transform: translate3d(0, -0.02566px, 0);
            transform: translate3d(0, -0.02566px, 0); }
  80% {
    -webkit-transform: translate3d(0, -0.02137px, 0);
            transform: translate3d(0, -0.02137px, 0); }
  81% {
    -webkit-transform: translate3d(0, -0.01671px, 0);
            transform: translate3d(0, -0.01671px, 0); }
  82% {
    -webkit-transform: translate3d(0, -0.01119px, 0);
            transform: translate3d(0, -0.01119px, 0); }
  83% {
    -webkit-transform: translate3d(0, -0.00667px, 0);
            transform: translate3d(0, -0.00667px, 0); }
  84% {
    -webkit-transform: translate3d(0, -0.00192px, 0);
            transform: translate3d(0, -0.00192px, 0); }
  85% {
    -webkit-transform: translate3d(0, 0.00221px, 0);
            transform: translate3d(0, 0.00221px, 0); }
  86% {
    -webkit-transform: translate3d(0, 0.00555px, 0);
            transform: translate3d(0, 0.00555px, 0); }
  87% {
    -webkit-transform: translate3d(0, 0.0079px, 0);
            transform: translate3d(0, 0.0079px, 0); }
  88% {
    -webkit-transform: translate3d(0, 0.00954px, 0);
            transform: translate3d(0, 0.00954px, 0); }
  89% {
    -webkit-transform: translate3d(0, 0.01032px, 0);
            transform: translate3d(0, 0.01032px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0.01033px, 0);
            transform: translate3d(0, 0.01033px, 0); }
  91% {
    -webkit-transform: translate3d(0, 0.00974px, 0);
            transform: translate3d(0, 0.00974px, 0); }
  92% {
    -webkit-transform: translate3d(0, 0.00862px, 0);
            transform: translate3d(0, 0.00862px, 0); }
  93% {
    -webkit-transform: translate3d(0, 0.00723px, 0);
            transform: translate3d(0, 0.00723px, 0); }
  94% {
    -webkit-transform: translate3d(0, 0.00554px, 0);
            transform: translate3d(0, 0.00554px, 0); }
  95% {
    -webkit-transform: translate3d(0, 0.00376px, 0);
            transform: translate3d(0, 0.00376px, 0); }
  96% {
    -webkit-transform: translate3d(0, 0.00213px, 0);
            transform: translate3d(0, 0.00213px, 0); }
  97% {
    -webkit-transform: translate3d(0, 0.00044px, 0);
            transform: translate3d(0, 0.00044px, 0); }
  98% {
    -webkit-transform: translate3d(0, -0.00086px, 0);
            transform: translate3d(0, -0.00086px, 0); }
  99% {
    -webkit-transform: translate3d(0, -0.00203px, 0);
            transform: translate3d(0, -0.00203px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0); } }

.Chat .Chat-commentMeasure {
  position: fixed;
  bottom: -100vh; }

.Chat .MessageElement {
  margin: 0 24px 8px;
  -webkit-transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .Chat .MessageElement.first {
    margin-top: 8px; }
  .Chat .MessageElement.enter .CommentMessage--userChat {
    overflow: hidden;
    max-height: 100px;
    overflow: visible;
    z-index: 5;
    -webkit-animation-name: userChatSlidein;
            animation-name: userChatSlidein;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
            animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
  .Chat .MessageElement.delay-0 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .Chat .MessageElement.delay-1 {
    -webkit-animation-delay: 0.03s;
            animation-delay: 0.03s; }
  .Chat .MessageElement.delay-2 {
    -webkit-animation-delay: 0.06s;
            animation-delay: 0.06s; }
  .Chat .MessageElement.delay-3 {
    -webkit-animation-delay: 0.09s;
            animation-delay: 0.09s; }
  .Chat .MessageElement.delay-4 {
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s; }
  .Chat .MessageElement.delay-5 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; }
  .Chat .MessageElement.delay-6 {
    -webkit-animation-delay: 0.18s;
            animation-delay: 0.18s; }
  .Chat .MessageElement.delay-7 {
    -webkit-animation-delay: 0.21s;
            animation-delay: 0.21s; }
  .Chat .MessageElement.delay-8 {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s; }
  .Chat .MessageElement.delay-9 {
    -webkit-animation-delay: 0.27s;
            animation-delay: 0.27s; }
  .Chat .MessageElement.delay-10 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .Chat .MessageElement.delay-11 {
    -webkit-animation-delay: 0.33s;
            animation-delay: 0.33s; }
  .Chat .MessageElement.delay-12 {
    -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s; }
  .Chat .MessageElement.delay-13 {
    -webkit-animation-delay: 0.39s;
            animation-delay: 0.39s; }
  .Chat .MessageElement.delay-14 {
    -webkit-animation-delay: 0.42s;
            animation-delay: 0.42s; }
  .Chat .MessageElement.exited {
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .Chat .MessageElement.exit {
    opacity: 0.4; }
  .Chat .MessageElement.exit-now {
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .Chat .MessageElement.slide-out {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    -webkit-transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .Chat .MessageElement:hover {
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .Chat .MessageElement:hover.CommentMessage-muted {
      opacity: 0.4; }

.Chat.Chat--isScroll .MessageElement.exit {
  opacity: 1; }

.ChatButton {
  position: relative; }
  .ChatButton .ChatButton-indicator {
    position: absolute;
    top: -1px;
    right: 3px;
    background-color: #40a4c4;
    width: 7px;
    height: 7px;
    border-radius: 100%; }

.Checkbox {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .Checkbox > input:focus + .Checkbox-group {
    box-shadow: 0px 0px 4px 3px rgba(124, 214, 241, 0.8); }
  .Checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none; }

.Checkbox-label .QuestionIcon {
  margin-left: 5px; }

.Checkbox--isChecked {
  font-family: "museo_sans500", sans-serif; }
  .Checkbox--isChecked .Checkbox-box {
    background-color: #99ce62;
    border-color: #99ce62; }
  .Checkbox--isChecked .Checkmark {
    fill: #FFFFFF; }

.Checkbox--isDisabled .Checkbox-label {
  color: #a4b8be; }

.Checkbox-box {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  display: inline-block;
  height: 15px;
  margin-right: 7px;
  padding: 3px 2px;
  text-align: center;
  width: 15px;
  min-width: 15px; }
  .Checkbox-box .Checkmark {
    display: block; }

.Checkbox-group {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.CheckIcon svg {
  width: 30px;
  height: 30px; }

.ClickCatcher .ClickCatcher-catcher {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.CommentContainer-participantOrange .CommentContainer-avatarContainer {
  background: #f5a623; }

.CommentContainer-participantPurple .CommentContainer-avatarContainer {
  background: #ab70d4; }

.CommentContainer-participantGreen .CommentContainer-avatarContainer {
  background: #99ce62; }

.CommentContainer-participantPeriwinkle .CommentContainer-avatarContainer {
  background: #5c75dc; }

.CommentContainer-participantRed .CommentContainer-avatarContainer {
  background: #d54d81; }

.CommentContainer-participantYellow .CommentContainer-avatarContainer {
  background: #ded569; }

.CommentContainer-participantTeal .CommentContainer-avatarContainer {
  background: #5ed5b1; }

.CommentContainer-participantPink .CommentContainer-avatarContainer {
  background: #e697dc; }

.CommentContainer-participantBrown .CommentContainer-avatarContainer {
  background: #92643e; }

.CommentContainer-participantVividTangerine .CommentContainer-avatarContainer {
  background: #ffa98a; }

.CommentContainer-participantSkyBlue .CommentContainer-avatarContainer {
  background: #84e1eb; }

.CommentContainer-participantFern .CommentContainer-avatarContainer {
  background: #69ab63; }

.CommentContainer-participantCarnation .CommentContainer-avatarContainer {
  background: #f85b5b; }

.CommentContainer-participantDefault .CommentContainer-avatarContainer {
  background: #404d52; }

.CommentContainer-participantReplayBlue .CommentContainer-avatarContainer {
  background: #40a4c4; }

.CommentContainer {
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  cursor: pointer; }
  .CommentContainer.CommentContainer--focused {
    cursor: initial; }
    .CommentContainer.CommentContainer--focused .CommentContainer-body {
      cursor: text; }

.CommentContainer-comment {
  opacity: .5;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 15px;
  min-width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -6px 0;
  border-radius: 3px; }
  .CommentContainer-comment:hover, .CommentContainer--focused .CommentContainer-comment {
    opacity: 1; }
  .CommentContainer--isCoolDown .CommentContainer-comment {
    background: none !important; }
  .CommentContainer--isDisabled .CommentContainer-comment {
    opacity: .5 !important;
    cursor: auto !important; }
    .CommentContainer--isDisabled .CommentContainer-comment .CommentContainer-text {
      color: white !important; }

.CommentContainer--isCommentError {
  -webkit-animation: shake 0.7s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97);
          animation: shake 0.7s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97);
  max-height: 100%; }

.CommentContainer-participantOrange .CommentContainer-pieLoader span:before {
  background-color: #f5a623; }

.CommentContainer-participantPurple .CommentContainer-pieLoader span:before {
  background-color: #ab70d4; }

.CommentContainer-participantGreen .CommentContainer-pieLoader span:before {
  background-color: #99ce62; }

.CommentContainer-participantPeriwinkle .CommentContainer-pieLoader span:before {
  background-color: #5c75dc; }

.CommentContainer-participantRed .CommentContainer-pieLoader span:before {
  background-color: #d54d81; }

.CommentContainer-participantYellow .CommentContainer-pieLoader span:before {
  background-color: #ded569; }

.CommentContainer-participantTeal .CommentContainer-pieLoader span:before {
  background-color: #5ed5b1; }

.CommentContainer-participantPink .CommentContainer-pieLoader span:before {
  background-color: #e697dc; }

.CommentContainer-participantBrown .CommentContainer-pieLoader span:before {
  background-color: #92643e; }

.CommentContainer-participantVividTangerine .CommentContainer-pieLoader span:before {
  background-color: #ffa98a; }

.CommentContainer-participantSkyBlue .CommentContainer-pieLoader span:before {
  background-color: #84e1eb; }

.CommentContainer-participantFern .CommentContainer-pieLoader span:before {
  background-color: #69ab63; }

.CommentContainer-participantCarnation .CommentContainer-pieLoader span:before {
  background-color: #f85b5b; }

.CommentContainer-participantDefault .CommentContainer-pieLoader span:before {
  background-color: #404d52; }

.CommentContainer-participantReplayBlue .CommentContainer-pieLoader span:before {
  background-color: #40a4c4; }

.CommentContainer-participantOrange .CommentContainer-pieLoader span:after {
  background-color: #f5a623; }

.CommentContainer-participantPurple .CommentContainer-pieLoader span:after {
  background-color: #ab70d4; }

.CommentContainer-participantGreen .CommentContainer-pieLoader span:after {
  background-color: #99ce62; }

.CommentContainer-participantPeriwinkle .CommentContainer-pieLoader span:after {
  background-color: #5c75dc; }

.CommentContainer-participantRed .CommentContainer-pieLoader span:after {
  background-color: #d54d81; }

.CommentContainer-participantYellow .CommentContainer-pieLoader span:after {
  background-color: #ded569; }

.CommentContainer-participantTeal .CommentContainer-pieLoader span:after {
  background-color: #5ed5b1; }

.CommentContainer-participantPink .CommentContainer-pieLoader span:after {
  background-color: #e697dc; }

.CommentContainer-participantBrown .CommentContainer-pieLoader span:after {
  background-color: #92643e; }

.CommentContainer-participantVividTangerine .CommentContainer-pieLoader span:after {
  background-color: #ffa98a; }

.CommentContainer-participantSkyBlue .CommentContainer-pieLoader span:after {
  background-color: #84e1eb; }

.CommentContainer-participantFern .CommentContainer-pieLoader span:after {
  background-color: #69ab63; }

.CommentContainer-participantCarnation .CommentContainer-pieLoader span:after {
  background-color: #f85b5b; }

.CommentContainer-participantDefault .CommentContainer-pieLoader span:after {
  background-color: #404d52; }

.CommentContainer-participantReplayBlue .CommentContainer-pieLoader span:after {
  background-color: #40a4c4; }

.CommentContainer-pieLoaderContainer {
  width: 35px;
  min-height: 44px;
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0; }

.CommentContainer-pieLoader {
  position: absolute;
  font-size: 46px;
  height: 5em;
  width: 5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }
  .CommentContainer-pieLoader:before {
    border-radius: 50%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .CommentContainer-pieLoader span {
    clip: rect(0, auto, 2.5em, auto);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: spinner 5.1s infinite linear;
            animation: spinner 5.1s infinite linear; }
    .CommentContainer-pieLoader span:before, .CommentContainer-pieLoader span:after {
      border-radius: 50%;
      clip: rect(0, auto, 2.5em, auto);
      content: '';
      display: block;
      height: inherit;
      left: inherit;
      position: inherit;
      top: inherit;
      width: inherit; }
    .CommentContainer-pieLoader span:before {
      -webkit-animation: firstHalf 5.1s infinite ease-in;
              animation: firstHalf 5.1s infinite ease-in; }
    .CommentContainer-pieLoader span:after {
      border-color: white;
      -webkit-animation: secondHalf 5.1s infinite ease-out;
              animation: secondHalf 5.1s infinite ease-out; }

.CommentContainer-titleToggle {
  display: block;
  text-align: center;
  color: white;
  opacity: .5;
  width: 25px;
  height: 25px; }
  .CommentContainer-titleToggle:hover {
    opacity: 1; }

.CommentContainer-avatarContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
  height: 100%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px); }
  .CommentContainer--isCoolDown .CommentContainer-avatarContainer {
    background: none !important; }
  .CommentContainer--unauthed .CommentContainer-avatarContainer,
  .CommentContainer--focused .CommentContainer-avatarContainer {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }

.CommentContainer-avatar {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  opacity: 0.3;
  position: relative;
  width: 35px;
  z-index: 4; }
  .CommentContainer--unauthed .CommentContainer-avatar {
    opacity: 1;
    background-image: url("../images/chat_avatar.fd85ef72d278f79d9c71f64ac77f8cb7.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .CommentContainer--unauthed .CommentContainer-avatar {
        background-image: url("../images/chat_avatar@2x.8744d9b97cf89af378345a0607e4974b.png");
        background-size: 35px 44px; } }

.CommentContainer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.3);
  padding: 12px 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  max-width: 365px;
  min-height: 44px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: none;
          transform: none; }
  .Broadcast-ChatInputContainer .CommentContainer-body {
    background: rgba(255, 255, 255, 0.1); }
  .CommentContainer--unauthed .CommentContainer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .CommentContainer--unauthed .CommentContainer-body,
  .CommentContainer--focused .CommentContainer-body {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
    margin-right: 35px; }
  .CommentContainer-body .CommentContainer-text {
    color: white;
    font-family: "museo_sans300", sans-serif;
    font-size: 16px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .CommentContainer-body:not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentContainer-body,
  .CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentContainer-body {
    background: white; }
  .CommentContainer--unauthed .CommentContainer-comment:hover .CommentContainer-body {
    background: #40a4c4; }

.CommentInput {
  -webkit-user-select: auto !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .CommentInput .CommentInput-input {
    display: block;
    max-width: 345px;
    min-width: 119px;
    float: left;
    clear: left;
    resize: none;
    outline: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: "museo_sans300", sans-serif;
    font-size: 16px;
    line-height: 19px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .CommentInput .CommentInput-input:empty:not(:focus):before {
      content: attr(placeholder);
      -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .CommentContainer-comment:hover .CommentInput .CommentInput-input:empty:not(:focus):before {
        color: #3f4d51; }
    .CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentInput .CommentInput-input,
    .CommentInput .CommentInput-input:not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentInput .CommentInput-input {
      color: #3f4d51; }
    .CommentContainer--isCoolDown .CommentInput .CommentInput-input {
      color: #879ca2; }

@-webkit-keyframes userChatSlidein {
  0% {
    -webkit-transform: translateY(72px);
            transform: translateY(72px); }
  12% {
    -webkit-transform: translateY(72px);
            transform: translateY(72px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes userChatSlidein {
  0% {
    -webkit-transform: translateY(72px);
            transform: translateY(72px); }
  12% {
    -webkit-transform: translateY(72px);
            transform: translateY(72px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.CommentMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  cursor: pointer;
  word-break: break-all;
  position: relative;
  float: left;
  clear: both;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -6px 0;
  border-radius: 3px;
  max-width: 100%; }
  .CommentMessage > .ReplyArrow {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 30px; }
    .CommentMessage > .ReplyArrow path {
      fill: black; }
  .CommentMessage.CommentMessage-muted {
    cursor: auto;
    background: #666; }
  .CommentMessage.CommentMessage-muted.CommentMessage-modMute {
    background: none; }
    .CommentMessage.CommentMessage-muted.CommentMessage-modMute .CommentMessage-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: none; }
      .CommentMessage.CommentMessage-muted.CommentMessage-modMute .CommentMessage-body .CommentMessage-message {
        opacity: 1;
        color: white; }
  .CommentMessage.CommentMessage-dark .CommentMessage-body {
    background: #3f4d51; }
    .CommentMessage.CommentMessage-dark .CommentMessage-body .CommentMessage-message {
      color: white; }
  .CommentMessage.CommentMessage--withButtons:hover:not(.CommentMessageRedesign) .CommentMessage-actionButtons a {
    opacity: 1; }
  .CommentMessage.CommentMessage--withButtons:hover:not(.CommentMessageRedesign) .CommentMessage-body {
    padding-right: 80px;
    max-width: 435px; }
  .CommentMessage .CommentMessage-actionButtons {
    position: absolute;
    bottom: -4px;
    right: -7px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .CommentMessage .CommentMessage-actionButtons a.CommentMessage-actionButton {
      cursor: pointer;
      opacity: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: white solid 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .CommentMessage .CommentMessage-actionButtons a.CommentMessage-actionButton:hover {
        border-width: 3px; }
      .CommentMessage .CommentMessage-actionButtons a.CommentMessage-actionButton:active {
        border-width: 4px; }
  .CommentMessage .CommentMessage-actionButtons-reply {
    background: #40a4c4; }
    .CommentMessage .CommentMessage-actionButtons-reply:hover {
      background: #3795b3; }
    .CommentMessage .CommentMessage-actionButtons-reply:active {
      background: #3185a0; }
    .CommentMessage .CommentMessage-actionButtons-reply svg {
      margin: 0 auto 2px;
      width: 20px;
      height: 22px; }
  .CommentMessage .CommentMessage-actionButtons-report {
    background: #d55548; }
    .CommentMessage .CommentMessage-actionButtons-report:hover {
      background: #d04233; }
    .CommentMessage .CommentMessage-actionButtons-report:active {
      background: #be392c; }
    .CommentMessage .CommentMessage-actionButtons-report svg {
      margin: 0 auto;
      width: 18px;
      height: 18px; }
  .CommentMessage .CommentMessage-actionButtons-mute {
    background: #d55548; }
    .CommentMessage .CommentMessage-actionButtons-mute:hover {
      background: #d04233; }
    .CommentMessage .CommentMessage-actionButtons-mute:active {
      background: #be392c; }
    .CommentMessage .CommentMessage-actionButtons-mute svg {
      margin: 0 auto;
      width: 18px;
      height: 18px; }
  .CommentMessage .CommentMessage-actionButtons-unmute {
    background: #d55548; }
    .CommentMessage .CommentMessage-actionButtons-unmute:hover {
      background: #d04233; }
    .CommentMessage .CommentMessage-actionButtons-unmute:active {
      background: #be392c; }
    .CommentMessage .CommentMessage-actionButtons-unmute svg {
      margin: 0 auto;
      width: 18px;
      height: 18px; }

.CommentMessage.CommentMessage-participantOrange .CommentMessage-avatarContainer {
  background: #f5a623; }

.CommentMessage.CommentMessage-participantPurple .CommentMessage-avatarContainer {
  background: #ab70d4; }

.CommentMessage.CommentMessage-participantGreen .CommentMessage-avatarContainer {
  background: #99ce62; }

.CommentMessage.CommentMessage-participantPeriwinkle .CommentMessage-avatarContainer {
  background: #5c75dc; }

.CommentMessage.CommentMessage-participantRed .CommentMessage-avatarContainer {
  background: #d54d81; }

.CommentMessage.CommentMessage-participantYellow .CommentMessage-avatarContainer {
  background: #ded569; }

.CommentMessage.CommentMessage-participantTeal .CommentMessage-avatarContainer {
  background: #5ed5b1; }

.CommentMessage.CommentMessage-participantPink .CommentMessage-avatarContainer {
  background: #e697dc; }

.CommentMessage.CommentMessage-participantBrown .CommentMessage-avatarContainer {
  background: #92643e; }

.CommentMessage.CommentMessage-participantVividTangerine .CommentMessage-avatarContainer {
  background: #ffa98a; }

.CommentMessage.CommentMessage-participantSkyBlue .CommentMessage-avatarContainer {
  background: #84e1eb; }

.CommentMessage.CommentMessage-participantFern .CommentMessage-avatarContainer {
  background: #69ab63; }

.CommentMessage.CommentMessage-participantCarnation .CommentMessage-avatarContainer {
  background: #f85b5b; }

.CommentMessage.CommentMessage-participantDefault .CommentMessage-avatarContainer {
  background: #404d52; }

.CommentMessage.CommentMessage-participantReplayBlue .CommentMessage-avatarContainer {
  background: #40a4c4; }

.CommentMessage-avatarContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
  .CommentMessage-avatarContainer .CommentMessage-avatar {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    position: relative;
    min-height: 43px;
    width: 35px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
    .CommentMessage-muted .CommentMessage-avatarContainer .CommentMessage-avatar {
      opacity: 0.1; }

.CommentMessage-body {
  background: white;
  padding: 5px 10px 4px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  max-width: 365px; }
  .CommentMessage-muted .CommentMessage-body {
    background: #a4b8be; }

.CommentMessage-username {
  float: left;
  color: #a4b8be;
  font-family: "museo_sans300", sans-serif;
  font-size: 12px;
  white-space: nowrap; }
  .CommentMessage-muted .CommentMessage-username {
    opacity: 0.3;
    color: white; }

.CommentMessage-message {
  float: left;
  clear: left;
  color: #3f4d51;
  font-family: "museo_sans300", sans-serif;
  font-size: 16px;
  line-height: 18px;
  word-wrap: break-word;
  word-break: break-word;
  width: 100%; }
  .CommentMessage-muted .CommentMessage-message {
    opacity: 0.3;
    color: white; }

.CommentMessageRedesign {
  margin: 0;
  float: none;
  max-width: 295px; }
  .MessageElement .CommentMessage--isActive.CommentMessageRedesign {
    opacity: 1; }
  .CommentMessageRedesign.CommentMessage-muted {
    background: initial; }
    .CommentMessageRedesign.CommentMessage-muted .CommentMessage-avatarContainer .CommentMessage-avatar {
      opacity: 0.3; }
    .CommentMessageRedesign.CommentMessage-muted .CommentMessage-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-style: italic; }
      .CommentMessageRedesign.CommentMessage-muted .CommentMessage-body .CommentMessage-message {
        opacity: initial; }
  .CommentMessageRedesign .CommentMessage-avatarContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .CommentMessageRedesign.CommentMessage--disableTransparency .CommentMessage-body {
    background: white; }
    .CommentMessageRedesign.CommentMessage--disableTransparency .CommentMessage-body .CommentMessage-username {
      color: #a4b8be; }
    .CommentMessageRedesign.CommentMessage--disableTransparency .CommentMessage-body .CommentMessage-message {
      color: #3f4d51; }
  .CommentMessageRedesign .CommentMessage-body {
    background: transparent;
    padding: 4px 10px 6px;
    position: relative; }
    .CommentMessageRedesign .CommentMessage-body .CommentMessage-username {
      font-family: "museo_sans500", sans-serif;
      font-size: 12px;
      line-height: 14px;
      height: 14px;
      color: rgba(255, 255, 255, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgoContainer {
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .MessageElement:hover .CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgoContainer {
          opacity: 1; }
        .CommentMessage--isActive.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgoContainer {
          opacity: 1; }
      .CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-dotSeparator {
        display: inline;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        margin: 0 4px 0 3px;
        background-color: rgba(241, 242, 243, 0.3); }
      .CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgo {
        color: inherit;
        text-decoration: none; }
        .CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgo:hover {
          text-decoration: underline; }
    .CommentMessageRedesign .CommentMessage-body .CommentMessage-message {
      color: white;
      font-family: "museo_sans300", sans-serif;
      font-size: 16px;
      line-height: 19px;
      word-wrap: break-word;
      word-break: break-word;
      width: 100%; }
  .CommentMessageRedesign .CommentMessage-overflowButton {
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: -32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .MessageElement:hover .CommentMessageRedesign .CommentMessage-overflowButton {
      opacity: 1; }
    .CommentMessage--isActive.CommentMessageRedesign .CommentMessage-overflowButton {
      opacity: 1; }
    .CommentMessageRedesign .CommentMessage-overflowButton:hover {
      background-color: rgba(255, 255, 255, 0.2); }
      .CommentMessageRedesign .CommentMessage-overflowButton:hover .CommentMessage-overflowButtonDot {
        opacity: 1; }
    .CommentMessage--isActive.CommentMessageRedesign .CommentMessage-overflowButton {
      background-color: rgba(255, 255, 255, 0.2); }
      .CommentMessage--isActive.CommentMessageRedesign .CommentMessage-overflowButton .CommentMessage-overflowButtonDot {
        opacity: 1; }
    .CommentMessageRedesign .CommentMessage-overflowButton .CommentMessage-overflowButtonDots {
      width: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .CommentMessageRedesign .CommentMessage-overflowButton .CommentMessage-overflowButtonDot {
      width: 4px;
      height: 4px;
      border-radius: 4px;
      background-color: white;
      opacity: 0.7;
      -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.CommentOverflowTooltip {
  padding: 9px 14px 8px;
  background: white;
  border-radius: 6px;
  font-family: "museo_sans500", sans-serif; }
  .CommentOverflowTooltip .CommentOverflowTooltip-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row {
      cursor: pointer;
      font-size: 14px;
      line-height: 2.43;
      -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      color: #a4b8be; }
      .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton {
        background: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-reply svg {
          margin: -2px 8px 0 0; }
        .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-reply path {
          fill: #a4b8be;
          -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report svg {
          margin: -2px 7px 0 0; }
        .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report path {
          stroke: #a4b8be;
          -webkit-transition: stroke 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: stroke 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report rect, .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report circle {
          fill: #a4b8be;
          -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-mute svg {
          margin: -2px 7px 0 0; }
      .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover {
        color: #3f4d51; }
        .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-reply path {
          fill: #3f4d51; }
        .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-report path {
          stroke: #3f4d51; }
        .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-report rect, .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-report circle {
          fill: #3f4d51; }

.CompactFollowingIcon {
  width: 40px;
  height: 40px;
  border: 1px solid #40a4c4;
  border-radius: 50%; }
  .CompactFollowingIcon path {
    fill: #40a4c4; }
  .CompactFollowingIcon:hover, .CompactFollowingIcon.is-active {
    background: #40a4c4; }
    .CompactFollowingIcon:hover path, .CompactFollowingIcon.is-active path {
      fill: white; }
    .CompactFollowingIcon:hover .CheckIcon, .CompactFollowingIcon.is-active .CheckIcon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 1px;
      padding-right: 1px; }
      .CompactFollowingIcon:hover .CheckIcon svg, .CompactFollowingIcon.is-active .CheckIcon svg {
        width: 40px;
        height: 40px; }
      .CompactFollowingIcon:hover .CheckIcon path, .CompactFollowingIcon.is-active .CheckIcon path {
        fill: inherit; }

.CopyrightViolationInterstitial {
  text-align: center; }
  .CopyrightViolationInterstitial a {
    color: #40a4c4; }
  .CopyrightViolationInterstitial.u-flexParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .CopyrightViolationInterstitial .CopyrightViolationInterstitial-title {
    display: block;
    font-size: 24px;
    margin-bottom: 10px; }
  .CopyrightViolationInterstitial .CopyrightViolationInterstitial-message {
    display: block;
    max-width: 500px;
    text-align: center;
    color: #a4b8be;
    margin-bottom: 20px; }
  .CopyrightViolationInterstitial .CopyrightViolationInterstitial-actions button {
    margin: 10px; }
    @media (max-width: 668px) {
      .CopyrightViolationInterstitial .CopyrightViolationInterstitial-actions button {
        display: block; } }
  .CopyrightViolationInterstitial .CopyrightViolationInterstitial-actions .CopyrightViolationInterstitial-dispute-link {
    vertical-align: top;
    font-size: 16px;
    line-height: 45px;
    display: inline-block; }

.CopyrightViolationDispute .CopyrightViolationDispute-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.CopyrightViolationDispute .CopyrightViolationDispute-message {
  color: #6b8187;
  margin-bottom: 20px; }

.CopyrightViolationDispute .CopyrightViolationDispute-dispute-link {
  vertical-align: top;
  font-size: 16px;
  line-height: 45px;
  display: inline-block; }

.CopyrightViolationDispute .CopyrightViolationDispute-actions button {
  margin: 0 5px; }

.CopyButton {
  position: relative; }
  .CopyButton input.is-hidden {
    position: absolute;
    left: -99999em; }

.CouchmodeCTA {
  text-align: center;
  font-family: "museo_sans500", sans-serif; }

.CouchmodeCTA-prompt {
  color: #3f4d51;
  font-size: 20px; }

.CouchmodeCTA-button {
  display: inline-block;
  margin: 20px 0;
  color: #d55548;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 30px;
  border: 1px solid #d55548;
  text-decoration: none; }
  .CouchmodeCTA-button:hover {
    color: white;
    background: #d55548; }
  .CouchmodeCTA-button:active {
    color: white;
    background: #c14b3c;
    border-color: #c14b3c; }

.SVGBlur {
  display: none; }

.CSSBlur .CSSBlur-target {
  -webkit-filter: url(#CSSBlurSVG);
          filter: url(#CSSBlurSVG);
  -webkit-filter: blur(3px);
          filter: blur(3px); }

.DeactivateAccount {
  cursor: pointer;
  color: #d55548;
  font-family: "museo_sans500", sans-serif;
  font-size: 12px;
  display: inline-block;
  margin: 10px auto;
  border: none;
  background: none; }
  .DeactivateAccount:hover, .DeactivateAccount:active {
    text-decoration: underline; }

.DialogModal .Modal-title {
  background-color: #40a4c4;
  margin: 0;
  padding: 55px 32px 10px;
  position: relative;
  color: white; }

.DialogModal .Modal-title + .Modal-message {
  margin-top: 20px; }

.DialogModal .Modal-message {
  margin-top: 40px; }

.DialogModal .Form .Form-button {
  background-color: white;
  margin-top: .5em; }
  .DialogModal .Form .Form-button.Form-button--red {
    color: #d55548;
    border: 1px solid #d55548; }
    .DialogModal .Form .Form-button.Form-button--red:hover {
      color: white;
      background-color: #d55548; }
  .DialogModal .Form .Form-button.Form-button--blue {
    color: #40a4c4;
    border: 1px solid #40a4c4; }
    .DialogModal .Form .Form-button.Form-button--blue:hover {
      color: white;
      background-color: #40a4c4; }
  .DialogModal .Form .Form-button.is-toggled {
    color: white;
    background-color: #3f4d51;
    border: 1px solid white; }
    .DialogModal .Form .Form-button.is-toggled:hover {
      background-color: #222222;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }

.DialogModal.is-red .Modal-title {
  background-color: #d55548; }

.DialogModal.is-red + .Modal-dismiss.Modal-style {
  background-color: #ff6656; }
  .DialogModal.is-red + .Modal-dismiss.Modal-style:hover {
    background-color: #c14b3c; }

.DialogModal p.Modal-footnote {
  font-size: 0.8em;
  padding: 0 32px; }

.DiscoverHeader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 11;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .DiscoverHeader .DiscoverHeader-channelList {
    margin: 4px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 56px;
    line-height: 56px;
    overflow: hidden; }
  .DiscoverHeader .DiscoverHeader-channelListItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px;
    overflow: hidden; }
  .DiscoverHeader .DiscoverHeader-channelLink {
    font-family: "museo_sans500", sans-serif;
    width: 100%; }
  .DiscoverHeader .DiscoverHeader-channelLink-active {
    color: #40a4c4; }
    .DiscoverHeader .DiscoverHeader-channelLink-active:hover {
      color: #40a4c4; }
  .DiscoverHeader .DiscoverHeader-title {
    color: #3f4d51;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex: 2 2 0;
            flex: 2 2 0;
    margin: 0 10px 0 30px; }
    .DiscoverHeader .DiscoverHeader-title h1 {
      font-size: 20px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    @media (max-width: 868px) {
      .DiscoverHeader .DiscoverHeader-title {
        margin: 0 10px 0 20px;
        max-width: 50%;
        font-size: 8px; }
        .DiscoverHeader .DiscoverHeader-title h1 {
          white-space: normal;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; } }
  .DiscoverHeader .DiscoverHeader-search {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex: 2 2 0;
            flex: 2 2 0;
    margin-left: 22px;
    margin-right: 10px;
    -webkit-transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .DiscoverHeader .DiscoverHeader-search .DiscoverHeader-searchIcon {
      cursor: pointer; }
    .DiscoverHeader .DiscoverHeader-search .SearchIcon {
      margin-right: 27px; }
    .DiscoverHeader .DiscoverHeader-search .DiscoverHeader-searchInput {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 450px;
      opacity: 1;
      -webkit-transition: opacity 0.2s step-start, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.2s step-start, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.2s step-start, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.2s step-start, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .DiscoverHeader .DiscoverHeader-search.DiscoverHeader-search--hideInput {
      min-width: 50px; }
      .DiscoverHeader .DiscoverHeader-search.DiscoverHeader-search--hideInput .DiscoverHeader-searchInput {
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s step-end, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 0.2s step-end, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 0.2s step-end, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 0.2s step-end, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .DiscoverHeader .DiscoverHeader-search .SearchInputContainer {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .DiscoverHeader .DiscoverHeader-channelsListPlaceholder {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .DiscoverHeader-search--hideInput + .DiscoverHeader .DiscoverHeader-channelsListPlaceholder {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .DiscoverHeader .DiscoverHeader-appButtons {
    display: inherit; }
  .DiscoverHeader .DiscoverHeader-channelOverlay {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    font-size: 16px;
    font-family: "museo_sans500", sans-serif;
    text-align: center; }

.DiscoverHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  overflow: hidden; }
  .DiscoverHero.free_scroll {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: auto; }

.DiscoverHero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.DiscoverHero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%; }

.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonNextContainer,
.DiscoverHero-buttonPrev,
.DiscoverHero-buttonNext {
  left: 50%;
  position: absolute; }

.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonNextContainer {
  background: transparent;
  height: 90px;
  width: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10; }

.DiscoverHero-buttonPrev,
.DiscoverHero-buttonNext {
  background: #40a4c4;
  border: none;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 60px;
  width: 100px; }
  .DiscoverHero-buttonPrev:focus,
  .DiscoverHero-buttonNext:focus {
    outline: none; }
  .DiscoverHero-buttonPrev .CaretUp, .DiscoverHero-buttonPrev .CaretDown,
  .DiscoverHero-buttonNext .CaretUp,
  .DiscoverHero-buttonNext .CaretDown {
    height: 30px;
    width: 30px; }
  .DiscoverHero-buttonPrev .CaretUp,
  .DiscoverHero-buttonNext .CaretUp {
    padding-bottom: 10px; }
  .DiscoverHero-buttonPrev .CaretDown,
  .DiscoverHero-buttonNext .CaretDown {
    padding-top: 10px; }

.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonPrev {
  border-radius: 0 0 50px 50px;
  top: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top; }

.DiscoverHero-buttonPrev {
  -webkit-transform: translateX(-50%) translateY(-100%) scale(0.7, 0.7);
          transform: translateX(-50%) translateY(-100%) scale(0.7, 0.7); }
  .DiscoverHero-buttonPrev.DiscoverHero--buttonActive {
    -webkit-transform: translateX(-50%) translateY(0%) scale(0.7, 0.7);
            transform: translateX(-50%) translateY(0%) scale(0.7, 0.7); }
    .DiscoverHero-buttonPrev.DiscoverHero--buttonActive:hover {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.DiscoverHero-buttonNextContainer,
.DiscoverHero-buttonNext {
  border-radius: 50px 50px 0 0;
  bottom: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

.DiscoverHero-buttonNext {
  -webkit-transform: translateX(-50%) translateY(100%) scale(0.7, 0.7);
          transform: translateX(-50%) translateY(100%) scale(0.7, 0.7); }
  .DiscoverHero-buttonNext.DiscoverHero--buttonActive {
    -webkit-transform: translateX(-50%) translateY(0%) scale(0.7, 0.7);
            transform: translateX(-50%) translateY(0%) scale(0.7, 0.7); }
    .DiscoverHero-buttonNext.DiscoverHero--buttonActive:hover {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.Dropdown {
  color: #3f4d51;
  font-size: 13px;
  position: relative; }

.Dropdown-trigger--isOpen .ButtonWithIcon {
  border-radius: 8px 8px 0 0; }

.Dropdown-content {
  background-color: white;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 1px 2px rgba(164, 184, 190, 0.3);
  max-height: 62vh;
  overflow: scroll;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  z-index: 49; }

.Dropdown-contentSection {
  border-top: 1px solid #e1e1e1;
  margin-top: 10px;
  padding-top: 10px; }
  .Dropdown-contentSection:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }

.Dropdown-contentSectionHeader {
  font-size: 11px;
  margin: 3px 13px;
  text-transform: uppercase; }

.SearchResults {
  background-color: #eff2f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%; }
  .SearchResults .BroadcastList {
    padding-bottom: 120px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .SearchResults .BroadcastList .ListView-content {
      padding-top: 6px;
      width: 600px;
      margin: 0 auto; }
  .SearchResults .SearchResults--map .MapBox--container {
    position: absolute;
    width: calc(100% - 510px);
    left: 510px;
    height: 100%;
    overflow: hidden; }
  .SearchResults .SearchResults--map .BroadcastList {
    width: 510px; }
    .SearchResults .SearchResults--map .BroadcastList .ListView-content {
      width: 500px;
      margin: 0 auto 0 0; }
  .SearchResults .BroadcastListItem-content {
    background: white;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    min-height: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0; }
  .SearchResults .BroadcastListItem-featuredContainer {
    margin-top: 12px;
    padding: 0 0 12px; }
  .SearchResults .BroadcastListItem-thumbContainer {
    border-radius: 3px 0 0 3px;
    height: 200px;
    width: 200px; }
  .SearchResults .BroadcastListItem-detailsContainer {
    padding: 10px 10px 10px 0; }

.SearchResults-broadcastList {
  position: relative;
  width: 100%; }

.SearchResults-noResults {
  color: #a4b8be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "museo_sans300", sans-serif;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding-bottom: 100px; }

.BroadcastHeroCell-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .BroadcastHeroCell-container a {
    text-decoration: none; }

.BroadcastHeroCell-channelButton {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 3px 3px;
  color: white;
  padding: 10px 20px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
  top: 0;
  z-index: 1; }
  .BroadcastHeroCell-channelButton:hover {
    background-color: rgba(0, 0, 0, 0.8); }

.BroadcastHeroCell-details {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 10px;
  z-index: 1; }

.BroadcastHeroCell-muteToggle {
  cursor: pointer;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .BroadcastHeroCell-muteToggle.BroadcastHeroCell-muteToggle--isActive {
    opacity: 1; }

.BroadcastHeroCell-aboveDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .BroadcastHeroCell-aboveDetails .ViewerBadge {
    float: none; }
  .BroadcastHeroCell-aboveDetails .live {
    float: none; }

.BroadcastHeroCell-detailsWell {
  background-color: white;
  border-radius: 3px;
  color: #3f4d51;
  font-family: "museo_sans500", sans-serif;
  font-size: 14px;
  padding: 15px 20px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4); }
  .BroadcastHeroCell-detailsWell .BroadcastUserAndLocation {
    border-top: 1px solid rgba(164, 184, 190, 0.5);
    margin-top: 15px;
    padding-top: 15px; }

.BroadcastHeroCell-detailTitle {
  font-family: "museo_sans500", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: 100;
  margin-top: 0;
  word-wrap: break-word; }

.BroadcastHeroBase-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .BroadcastHeroBase-container a {
    text-decoration: none; }
  .DiscoverHero-content:hover .BroadcastHeroBase-container {
    opacity: 0.5; }
    .DiscoverHero-content:hover .BroadcastHeroBase-container.BroadcastHeroBase--isActive {
      opacity: 1; }
  .free_scroll .BroadcastHeroBase-container {
    width: 33%;
    height: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial; }

.BroadcastHeroBase-loading {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .BroadcastHeroBase--isPlaying .BroadcastHeroBase-loading {
    opacity: 0; }

.BroadcastHeroBase-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.BroadcastHeroBase-backgroundBlur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.BroadcastHeroBase-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.EmbedCTA {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-decoration: none; }
  .EmbedCTA a.EmbedLink {
    color: inherit;
    text-decoration: inherit; }

.EmbedFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .EmbedFooter .ViewerBadge {
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .EmbedFooter .EmbedFooter-playback {
    opacity: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .EmbedFooter .EmbedFooter-dynamic {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 100%; }
    .EmbedFooter .EmbedFooter-dynamic .PlaybackControls {
      position: relative;
      -ms-flex-preferred-size: initial;
          flex-basis: initial; }
      .EmbedFooter .EmbedFooter-dynamic .PlaybackControls .PlaybackControls-pause,
      .EmbedFooter .EmbedFooter-dynamic .PlaybackControls .PlaybackControls-play {
        width: 18px;
        height: 20px; }
    .EmbedFooter .EmbedFooter-dynamic .PlaybackControls-pause {
      margin-right: 1px; }
    .EmbedFooter .EmbedFooter-dynamic .VideoSeeker {
      margin-left: 10px;
      margin-right: 10px; }
  .EmbedFooter .EmbedFooter-fixed {
    position: relative;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    height: 20px; }
    .EmbedFooter .EmbedFooter-fixed .MuteButton {
      display: inline-block;
      position: relative;
      right: 0;
      bottom: 0;
      margin-right: 10px; }
    .EmbedFooter .EmbedFooter-fixed .MediaExpand {
      display: inline-block; }

@media only screen and (max-width: 300px) {
  .EmbedFooter {
    margin: 0 6px 6px; }
  .EmbedFooter-playback {
    padding-left: 6px; } }

@media only screen and (max-width: 240px) {
  .EmbedFooter-dynamic {
    height: 16px; } }

.EmbedHeader {
  position: absolute;
  top: 0;
  width: 100%; }
  .EmbedHeader .EmbedHeader-cta {
    margin: 15px;
    color: white; }
    .EmbedHeader .EmbedHeader-cta .EmbedHeader-ctaText {
      display: inline-block;
      overflow: hidden;
      margin: 0;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .EmbedHeader .EmbedHeader-cta--periscope {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    .EmbedHeader .EmbedHeader-cta--periscope .EmbedHeader-ctaText {
      opacity: 0;
      vertical-align: middle;
      margin-right: 10px;
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      transform: translateY(3px); }
      .EmbedOverlay:hover .EmbedHeader .EmbedHeader-cta--periscope .EmbedHeader-ctaText,
      .EmbedCTA:hover .EmbedHeader .EmbedHeader-cta--periscope .EmbedHeader-ctaText {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .EmbedHeader .EmbedHeader-cta--periscope .PeriscopeLogo {
      opacity: .8; }
      .EmbedOverlay:hover .EmbedHeader .EmbedHeader-cta--periscope .PeriscopeLogo,
      .EmbedCTA:hover .EmbedHeader .EmbedHeader-cta--periscope .PeriscopeLogo {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
        transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
        transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
        transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1); }
  .EmbedHeader .EmbedHeader-cta--twitterEvent {
    background-color: rgba(0, 0, 0, 0.77);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.77);
    font-family: "helvetica neue", arial;
    font-weight: bold;
    font-size: 13px;
    height: 30px;
    margin: 15px;
    max-width: 50%;
    padding: 4px 6px 4px 10px; }
    .EmbedHeader .EmbedHeader-cta--twitterEvent .EmbedHeader-ctaText {
      max-width: calc(100% - 21px); }
    .EmbedHeader .EmbedHeader-cta--twitterEvent:hover {
      margin: 15px;
      background-color: rgba(0, 0, 0, 0.5); }
  .EmbedHeader .CaretDisclosure {
    height: 16px;
    margin-left: 6px;
    margin-top: -8px; }

@media only screen and (max-width: 300px) {
  .EmbedHeader {
    padding: 8px 10px; } }

@media only screen and (max-width: 240px) {
  .EmbedHeader-cta {
    font-size: 12px; } }

.EmbedOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  .EmbedOverlay.EmbedOverlay--withInteractivity {
    pointer-events: none; }
    .EmbedOverlay.EmbedOverlay--withInteractivity .EmbedLink,
    .EmbedOverlay.EmbedOverlay--withInteractivity .EmbedFooter {
      pointer-events: all; }

.EmbedOverlay-alpha:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent); }

.EmbedOverlay-alpha:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent); }

.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader-cta,
.EmbedOverlay:hover .EmbedHeader-cta {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader-logo,
.EmbedOverlay:hover .EmbedHeader-logo {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter--isReplay .ViewerBadge,
.EmbedOverlay:hover .EmbedFooter--isReplay .ViewerBadge {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0; }

.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter--isReplay .EmbedFooter-playback,
.EmbedOverlay:hover .EmbedFooter--isReplay .EmbedFooter-playback {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1; }

@media only screen and (max-width: 300px) {
  .EmbedOverlay.EmbedOverlay--isForced .EmbedFooter--isReplay .ViewerBadge,
  .EmbedOverlay:hover .EmbedFooter--isReplay .ViewerBadge {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .EmbedOverlay.EmbedOverlay--isForced .EmbedFooter--isReplay .EmbedFooter-playback,
  .EmbedOverlay:hover .EmbedFooter--isReplay .EmbedFooter-playback {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; } }

.EmbedPlayButton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 1;
  cursor: pointer; }
  .EmbedPlayButton.EmbedPlayButton--hidden {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.EmbedPlayButton--isLive .EmbedPlayButton-replayButton {
  display: none; }

.EmbedPlayButton--isReplay .EmbedPlayButton-liveButton {
  display: none; }

.EmbedPlayButton-liveButton {
  width: 60px;
  height: 60px;
  background-image: url("../images/icon_play_red.7ebec12d3630f5a752a56ab452ddca1a.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .EmbedPlayButton-liveButton {
      background-image: url("../images/icon_play_red@2x.be545d1c81a782d37033ad0d8eac396c.png");
      background-size: 60px 60px; } }

.EmbedPlayButton-replayButton {
  width: 60px;
  height: 60px;
  background-image: url("../images/icon_play_blue.426b24b00ea68c05eddcd00db211224d.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .EmbedPlayButton-replayButton {
      background-image: url("../images/icon_play_blue@2x.81098a3a3c4de57e458987c7dbd7c831.png");
      background-size: 60px 60px; } }

.FollowConfirm {
  padding: 20px;
  color: #3f4d51; }
  .FollowConfirm .FollowConfirm-prompt {
    margin: 20px 0 0 0; }
  .FollowConfirm .FollowConfirm-username {
    font-family: "museo_sans700", sans-serif; }
  .FollowConfirm .FollowConfirm-confirm {
    margin: 20px 0 0 0;
    padding: 10px;
    width: 100%;
    background-color: white;
    border-radius: 30px;
    border: 1px solid #40a4c4;
    color: #40a4c4;
    font-family: "museo_sans500", sans-serif;
    font-size: 16px;
    text-decoration: none; }
    .FollowConfirm .FollowConfirm-confirm:hover, .FollowConfirm .FollowConfirm-confirm:focus, .FollowConfirm .FollowConfirm-confirm:active {
      -webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .FollowConfirm .FollowConfirm-confirm:hover, .FollowConfirm .FollowConfirm-confirm:focus, .FollowConfirm .FollowConfirm-confirm:active, .FollowConfirm .FollowConfirm-confirm.isActive {
      color: white;
      background-color: #40a4c4; }

.CommentMessage-participantOrange .FollowingIcon path {
  fill: #f5a623; }

.CommentMessage-participantPurple .FollowingIcon path {
  fill: #ab70d4; }

.CommentMessage-participantGreen .FollowingIcon path {
  fill: #99ce62; }

.CommentMessage-participantPeriwinkle .FollowingIcon path {
  fill: #5c75dc; }

.CommentMessage-participantRed .FollowingIcon path {
  fill: #d54d81; }

.CommentMessage-participantYellow .FollowingIcon path {
  fill: #ded569; }

.CommentMessage-participantTeal .FollowingIcon path {
  fill: #5ed5b1; }

.CommentMessage-participantPink .FollowingIcon path {
  fill: #e697dc; }

.CommentMessage-participantBrown .FollowingIcon path {
  fill: #92643e; }

.CommentMessage-participantVividTangerine .FollowingIcon path {
  fill: #ffa98a; }

.CommentMessage-participantSkyBlue .FollowingIcon path {
  fill: #84e1eb; }

.CommentMessage-participantFern .FollowingIcon path {
  fill: #69ab63; }

.CommentMessage-participantCarnation .FollowingIcon path {
  fill: #f85b5b; }

.CommentMessage-participantDefault .FollowingIcon path {
  fill: #404d52; }

.CommentMessage-participantReplayBlue .FollowingIcon path {
  fill: #40a4c4; }

.FollowingIcon {
  height: 14px;
  margin-right: 4px; }

.JoinMessage .FollowingIcon {
  margin-left: 3px; }
  .JoinMessage .FollowingIcon path {
    fill: white; }

.Form {
  font-family: "museo_sans300", sans-serif; }
  .Form .Form-label {
    display: block;
    font-size: 14px;
    padding: 0 0 10px; }
  .Form .Form-input {
    padding: 8px 12px;
    width: 100%;
    border: 1px solid #a4b8be;
    border-radius: 4px;
    font-family: "museo_sans300", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #3f4d51; }
    .Form .Form-input:focus {
      outline: none;
      border-color: #40a4c4; }
    .Form .Form-input input::-webkit-input-placeholder {
      color: #a4b8be;
      font-size: 14px; }
    .Form .Form-input input:-moz-placeholder {
      color: #a4b8be;
      font-size: 14px; }
    .Form .Form-input input::-moz-placeholder {
      color: #a4b8be;
      font-size: 14px; }
    .Form .Form-input input:-ms-input-placeholder {
      color: #a4b8be;
      font-size: 14px; }
  .Form select.Form-input {
    height: 41px;
    padding: 12px; }
  .Form .Form-button {
    cursor: pointer;
    display: block;
    margin: 30px auto 10px;
    padding: 12px 35px;
    width: 100%;
    background-color: #40a4c4;
    border-radius: 30px;
    border: none;
    color: white;
    font-family: "museo_sans500", sans-serif;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: background-color .1s ease-out, color .1s;
    transition: background-color .1s ease-out, color .1s; }
    .Form .Form-button:hover, .Form .Form-button:active {
      background-color: #3185a0;
      outline: none;
      text-decoration: none; }
    .Form .Form-button:disabled {
      cursor: default;
      opacity: .5; }
    .Form .Form-button.is-secondary {
      background: white;
      border: 1px solid #40a4c4;
      color: #40a4c4; }
      .Form .Form-button.is-secondary:hover, .Form .Form-button.is-secondary:active {
        background: rgba(64, 164, 196, 0.2); }

.GetAppCTA {
  cursor: pointer; }

.GroupOrMutualsSelect {
  color: #3f4d51;
  display: inline-block;
  font-size: 14px;
  position: relative; }
  .GroupOrMutualsSelect .CaretDown {
    cursor: pointer;
    width: 13px;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .GroupOrMutualsSelect .CaretDown path {
      fill: #3f4d51; }
  .GroupOrMutualsSelect .Checkbox, .GroupOrMutualsSelect .Radio {
    padding: 10px 13px; }
    .GroupOrMutualsSelect .Checkbox:hover, .GroupOrMutualsSelect .Radio:hover {
      background-color: whitesmoke; }

.GroupOrMutualsSelect-selectedButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  padding: 7px 30px 7px 13px;
  background: rgba(239, 242, 244, 0.7);
  border: 1px solid rgba(225, 225, 225, 0.7);
  border-radius: 4px;
  font-size: 16px; }
  .GroupOrMutualsSelect-selectedButton .GroupOrMutualsSelect-subtext {
    font-size: 13px;
    color: rgba(63, 77, 81, 0.7); }
  .GroupOrMutualsSelect-selectedButton .is-open {
    display: none; }
  .GroupOrMutualsSelect-selectedButton .is-closed {
    display: block; }
  .Dropdown-trigger--isOpen .GroupOrMutualsSelect-selectedButton {
    border-radius: 4px 4px 0 0; }
    .Dropdown-trigger--isOpen .GroupOrMutualsSelect-selectedButton .is-open {
      display: block; }
    .Dropdown-trigger--isOpen .GroupOrMutualsSelect-selectedButton .is-closed {
      display: none; }

.GroupOrMutualsSelect-header {
  padding: 20px 0 0 6px; }

.GroupOrMutualsSelect-user, .GroupOrMutualsSelect-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .GroupOrMutualsSelect-user .ProfileAvatar, .GroupOrMutualsSelect-group .ProfileAvatar {
    margin-right: 3px;
    opacity: .5; }
  .Radio--isChecked .GroupOrMutualsSelect-user .ProfileAvatar, .Checkbox--isChecked .GroupOrMutualsSelect-user .ProfileAvatar, .GroupOrMutualsSelect-user:hover .ProfileAvatar, .Radio--isChecked .GroupOrMutualsSelect-group .ProfileAvatar, .Checkbox--isChecked .GroupOrMutualsSelect-group .ProfileAvatar, .GroupOrMutualsSelect-group:hover .ProfileAvatar {
    opacity: 1; }

.AccountView .OauthAuth {
  max-width: 750px;
  margin: 0 auto; }
  .AccountView .OauthAuth .OauthAuth-permission {
    padding: 15px; }
  .AccountView .OauthAuth .OauthAuth-application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid rgba(164, 184, 190, 0.3);
    padding: 0 10px 10px;
    border-radius: 4px; }
    .AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationLogo {
      border: 1px solid rgba(164, 184, 190, 0.3);
      background: rgba(164, 184, 190, 0.3);
      margin-top: 10px;
      height: 202px;
      width: 202px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationLogo img {
        max-width: 200px;
        max-height: 200px; }
    .AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer {
      margin: 10px 15px 0;
      text-align: left; }
      @media (max-width: 668px) {
        .AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer {
          text-align: center; } }
      .AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer .OauthAuth-applicationName {
        font-family: "museo_sans700", sans-serif;
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 10px; }
      .AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer .OauthAuth-applicationSite {
        color: #a4b8be; }
  .AccountView .OauthAuth .OauthAuth-saveErrors {
    background-color: #d55548;
    color: white;
    max-width: 400px;
    margin: 10px auto;
    border-radius: 3px;
    padding: 5px; }
  .AccountView .OauthAuth .OauthAuth-actionButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 30px auto;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    max-width: 400px;
    border-radius: 30px;
    background-color: white;
    border: 1px solid #40a4c4;
    color: #40a4c4;
    font-family: "museo_sans500", sans-serif;
    font-size: 16px;
    padding: 0 35px;
    text-decoration: none;
    -webkit-transition: background-color .1s ease-out, color .1s;
    transition: background-color .1s ease-out, color .1s;
    outline: none; }
    .AccountView .OauthAuth .OauthAuth-actionButton:hover {
      background-color: #40a4c4;
      color: white; }
    .AccountView .OauthAuth .OauthAuth-actionButton.is-disabled {
      opacity: 0.4;
      cursor: default; }
    .AccountView .OauthAuth .OauthAuth-actionButton.is-red {
      border: 1px solid #d55548;
      color: #d55548; }
      .AccountView .OauthAuth .OauthAuth-actionButton.is-red:hover, .AccountView .OauthAuth .OauthAuth-actionButton.is-red.is-active {
        background-color: #d55548;
        color: white; }

.AccountView .HardwareAuth {
  max-width: 750px;
  margin: 0 auto; }
  .AccountView .HardwareAuth input {
    max-width: 400px;
    font-size: 27px; }
  .AccountView .HardwareAuth .InputWithIcon .InputWithIcon-icon {
    height: 48px; }
    .AccountView .HardwareAuth .InputWithIcon .InputWithIcon-icon svg {
      width: 30px; }
  .AccountView .HardwareAuth .HardwareAuth-actionButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 30px auto;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    max-width: 400px;
    border-radius: 30px;
    background-color: white;
    border: 1px solid #40a4c4;
    color: #40a4c4;
    font-family: "museo_sans500", sans-serif;
    font-size: 16px;
    padding: 0 35px;
    text-decoration: none;
    -webkit-transition: background-color .1s ease-out, color .1s;
    transition: background-color .1s ease-out, color .1s;
    outline: none; }
    .AccountView .HardwareAuth .HardwareAuth-actionButton:hover {
      background-color: #40a4c4;
      color: white; }
    .AccountView .HardwareAuth .HardwareAuth-actionButton.is-disabled {
      opacity: 0.4;
      cursor: default; }
    .AccountView .HardwareAuth .HardwareAuth-actionButton.is-red {
      border: 1px solid #d55548;
      color: #d55548; }
      .AccountView .HardwareAuth .HardwareAuth-actionButton.is-red:hover, .AccountView .HardwareAuth .HardwareAuth-actionButton.is-red.is-active {
        background-color: #d55548;
        color: white; }
  .AccountView .HardwareAuth .HardwareAuth-saveErrors {
    background-color: #d55548;
    color: white;
    max-width: 400px;
    margin: 10px auto;
    border-radius: 3px;
    padding: 5px; }
  .AccountView .HardwareAuth .HardwareAuth-success {
    padding: 20px 0;
    color: #82bb47;
    font-size: 20px; }

@-webkit-keyframes discover-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes discover-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes discover-channel-button {
  0% {
    margin-right: 0; }
  20% {
    margin-right: 20px; }
  70% {
    margin-right: 20px; }
  100% {
    margin-right: 0; } }

@keyframes discover-channel-button {
  0% {
    margin-right: 0; }
  20% {
    margin-right: 20px; }
  70% {
    margin-right: 20px; }
  100% {
    margin-right: 0; } }

.HeaderNavigationView {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%; }
  .HeaderNavigationView .HeaderNavigationView-viewContent {
    min-height: calc(100% - 94px);
    height: calc(100% - 94px);
    position: relative;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin-top: 94px; }
    @media (max-width: 668px) {
      .HeaderNavigationView .HeaderNavigationView-viewContent {
        margin-top: 70px;
        height: calc(100% - 70px); } }
    @media (min-width: 668px) and (max-width: 867px) {
      .HeaderNavigationView .HeaderNavigationView-viewContent {
        margin-top: 70px;
        height: calc(100% - 70px); } }
  .HeaderNavigationView .HeaderNavigationView-headerContent {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    height: 94px; }
    @media (max-width: 668px) {
      .HeaderNavigationView .HeaderNavigationView-headerContent {
        height: 70px; } }
    @media (min-width: 668px) and (max-width: 867px) {
      .HeaderNavigationView .HeaderNavigationView-headerContent {
        height: 70px; } }
  .HeaderNavigationView .DiscoverHeader {
    width: 100%;
    min-height: 94px; }
    @media (max-width: 668px) {
      .HeaderNavigationView .DiscoverHeader {
        min-height: 70px; } }
    @media (min-width: 668px) and (max-width: 867px) {
      .HeaderNavigationView .DiscoverHeader {
        min-height: 70px; } }
  .HeaderNavigationView .ModalWrapper {
    height: calc(100vh - 94px); }
    @media (max-width: 668px) {
      .HeaderNavigationView .ModalWrapper {
        height: calc(100vh - 70px); } }
    @media (min-width: 668px) and (max-width: 867px) {
      .HeaderNavigationView .ModalWrapper {
        height: calc(100vh - 70px); } }
  .HeaderNavigationView.route-leave {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%; }
    .HeaderNavigationView.route-leave .HeaderNavigationView-viewContent {
      opacity: 1; }
    .HeaderNavigationView.route-leave .DiscoverHeader {
      box-shadow: none; }
    .HeaderNavigationView.route-leave .ChannelMenuButton {
      -webkit-animation: discover-channel-button 1s ease-out;
              animation: discover-channel-button 1s ease-out; }
    .HeaderNavigationView.route-leave .DiscoverHeader-channelList {
      opacity: 1; }
  .HeaderNavigationView.route-leave-active {
    -webkit-animation: discover-fade-out 1s ease-out 1s;
            animation: discover-fade-out 1s ease-out 1s; }
    .HeaderNavigationView.route-leave-active .HeaderNavigationView-viewContent {
      opacity: 0;
      -webkit-transition: opacity ease 0.15s;
      transition: opacity ease 0.15s; }
    .HeaderNavigationView.route-leave-active .DiscoverHeader-channelList {
      opacity: 0;
      -webkit-transition: opacity ease 0.15s;
      transition: opacity ease 0.15s; }
    .HeaderNavigationView.route-leave-active .HeaderNavigationView-headerContent {
      width: 450px;
      height: 100%;
      -webkit-transition: all ease 1s;
      transition: all ease 1s; }

.InfoIcon {
  fill: white; }
  .InfoIcon .InfoIcon-innerCircle {
    opacity: 0; }
  .InfoIcon:hover .InfoIcon-innerCircle, .InfoIcon:focus .InfoIcon-innerCircle, .InfoIcon.isActive .InfoIcon-innerCircle {
    fill: #40a4c4;
    opacity: 1; }

.InputArray {
  margin-top: 20px; }
  .InputArray .InputArray-container {
    position: relative; }
    .InputArray .InputArray-container.has-value input {
      padding-right: 30px; }
    .InputArray .InputArray-container.has-value .CloseIcon {
      opacity: .4;
      cursor: pointer;
      position: absolute;
      right: 10px;
      bottom: 5px; }
      .InputArray .InputArray-container.has-value .CloseIcon:hover {
        opacity: 1; }
      .InputArray .InputArray-container.has-value .CloseIcon svg {
        width: 10px; }
    .InputArray .InputArray-container .InputWithIcon {
      margin-top: 0; }
      .InputArray .InputArray-container .InputWithIcon .InputWithIcon-inputContainer input {
        border-radius: 0;
        border-bottom-width: 0; }
    .InputArray .InputArray-container:first-of-type .InputWithIcon-inputContainer input {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .InputArray .InputArray-container:last-of-type .InputWithIcon-inputContainer input {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-width: 1px; }

.InputWithIcon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px; }
  .InputWithIcon .InputWithIcon-label {
    color: #a4b8be; }
  .InputWithIcon .InputWithIcon-inputContainer input, .InputWithIcon .InputWithIcon-inputContainer textarea {
    color: #222222; }
    .InputWithIcon .InputWithIcon-inputContainer input[readonly], .InputWithIcon .InputWithIcon-inputContainer textarea[readonly] {
      color: #222222; }
  .InputWithIcon.has-placeholder.has-label .InputWithIcon-label {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .InputWithIcon.has-placeholder.has-label .InputWithIcon-inputContainer {
    position: relative;
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .InputWithIcon.has-placeholder.has-label.is-empty .InputWithIcon-label {
    top: 15px;
    opacity: 0; }
  .InputWithIcon.has-placeholder.has-label.is-empty .InputWithIcon-inputContainer {
    top: -13px; }
  .InputWithIcon .InputWithIcon-inputContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .InputWithIcon .InputWithIcon-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .InputWithIcon .InputWithIcon-icon svg {
      fill: #40a4c4;
      width: 20px; }
  .InputWithIcon.is-error svg {
    fill: #d55548; }

.ItunesAppStoreButton {
  background-image: url("../images/badge-appstore.svg");
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 4px solid transparent;
  box-sizing: content-box;
  display: inline-block;
  font-size: 0;
  line-height: 40px;
  width: 135px; }
  .ItunesAppStoreButton:hover {
    background-color: #c9e2e9; }

.SignInCTA {
  cursor: pointer; }

.FeedbackItem {
  position: absolute;
  top: -36px;
  left: 0;
  padding: 1px;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  z-index: 0; }

.FeedbackItem--userHeart {
  -webkit-transform: scale(1) translateY(36px);
          transform: scale(1) translateY(36px);
  z-index: 1; }

.FeedbackItem--sparkle {
  width: 133px;
  right: -30px;
  top: -90px;
  z-index: 1; }

.FeedbackItem .border {
  fill: white; }

.Hearts {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none; }
  .Hearts .isEggmoji {
    font-size: 54px; }

.HeartsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative; }

@-webkit-keyframes ants {
  to {
    stroke-dashoffset: 100%; } }

@keyframes ants {
  to {
    stroke-dashoffset: 100%; } }

.UserHeart--participantOrange .fill {
  fill: #f5a623; }

.UserHeart--participantPurple .fill {
  fill: #ab70d4; }

.UserHeart--participantGreen .fill {
  fill: #99ce62; }

.UserHeart--participantPeriwinkle .fill {
  fill: #5c75dc; }

.UserHeart--participantRed .fill {
  fill: #d54d81; }

.UserHeart--participantYellow .fill {
  fill: #ded569; }

.UserHeart--participantTeal .fill {
  fill: #5ed5b1; }

.UserHeart--participantPink .fill {
  fill: #e697dc; }

.UserHeart--participantBrown .fill {
  fill: #92643e; }

.UserHeart--participantVividTangerine .fill {
  fill: #ffa98a; }

.UserHeart--participantSkyBlue .fill {
  fill: #84e1eb; }

.UserHeart--participantFern .fill {
  fill: #69ab63; }

.UserHeart--participantCarnation .fill {
  fill: #f85b5b; }

.UserHeart--participantDefault .fill {
  fill: #404d52; }

.UserHeart--participantReplayBlue .fill {
  fill: #40a4c4; }

.UserHeart {
  cursor: pointer;
  width: 32px; }
  .UserHeart.UserHeart-eggmoji {
    font-size: 32px; }
  .UserHeart .OutlineHeart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .UserHeart .OutlineHeart svg {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.62, 1.48, 0.6, 1.01);
      transition: all 0.3s cubic-bezier(0.62, 1.48, 0.6, 1.01); }
  .UserHeart:active svg .fill, .UserHeart.UserHeart--active svg .fill {
    opacity: 1; }
  .UserHeart.UserHeart--inactive {
    opacity: .2; }
    .UserHeart.UserHeart--inactive:active {
      -webkit-animation: none;
              animation: none; }
    .UserHeart.UserHeart--inactive .fill {
      fill: #40a4c4; }
  .UserHeart .fill {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .UserHeart:hover .fill {
    opacity: .3; }
  .UserHeart .shape {
    fill: none;
    stroke: white;
    stroke-width: 2px; }
  .UserHeart:hover:not(.UserHeart--inactive) .shape {
    -webkit-animation: ants 5s linear infinite;
            animation: ants 5s linear infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.JoinMessage.Join-participantOrange .JoinMessage-message {
  background: #f5a623; }

.JoinMessage.Join-participantPurple .JoinMessage-message {
  background: #ab70d4; }

.JoinMessage.Join-participantGreen .JoinMessage-message {
  background: #99ce62; }

.JoinMessage.Join-participantPeriwinkle .JoinMessage-message {
  background: #5c75dc; }

.JoinMessage.Join-participantRed .JoinMessage-message {
  background: #d54d81; }

.JoinMessage.Join-participantYellow .JoinMessage-message {
  background: #ded569; }

.JoinMessage.Join-participantTeal .JoinMessage-message {
  background: #5ed5b1; }

.JoinMessage.Join-participantPink .JoinMessage-message {
  background: #e697dc; }

.JoinMessage.Join-participantBrown .JoinMessage-message {
  background: #92643e; }

.JoinMessage.Join-participantVividTangerine .JoinMessage-message {
  background: #ffa98a; }

.JoinMessage.Join-participantSkyBlue .JoinMessage-message {
  background: #84e1eb; }

.JoinMessage.Join-participantFern .JoinMessage-message {
  background: #69ab63; }

.JoinMessage.Join-participantCarnation .JoinMessage-message {
  background: #f85b5b; }

.JoinMessage.Join-participantDefault .JoinMessage-message {
  background: #404d52; }

.JoinMessage.Join-participantReplayBlue .JoinMessage-message {
  background: #40a4c4; }

.JoinMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  cursor: pointer;
  position: relative;
  float: left;
  clear: both;
  margin-top: 8px;
  max-width: 100%; }
  .JoinMessage .JoinMessage-message {
    float: left;
    clear: left;
    font-family: "museo_sans300", sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    color: white;
    padding: 8px 10px;
    background: #a4b8be;
    border-radius: 3px; }

.JoinMessageRedesign {
  margin: 0;
  float: none; }
  .JoinMessageRedesign .JoinMessage-message {
    border-radius: 4px; }

.FirstSparkleMessage.FirstSparkleMessage-participantOrange .FirstSparkleMessage-messageContainer {
  background: #f5a623; }

.FirstSparkleMessage.FirstSparkleMessage-participantPurple .FirstSparkleMessage-messageContainer {
  background: #ab70d4; }

.FirstSparkleMessage.FirstSparkleMessage-participantGreen .FirstSparkleMessage-messageContainer {
  background: #99ce62; }

.FirstSparkleMessage.FirstSparkleMessage-participantPeriwinkle .FirstSparkleMessage-messageContainer {
  background: #5c75dc; }

.FirstSparkleMessage.FirstSparkleMessage-participantRed .FirstSparkleMessage-messageContainer {
  background: #d54d81; }

.FirstSparkleMessage.FirstSparkleMessage-participantYellow .FirstSparkleMessage-messageContainer {
  background: #ded569; }

.FirstSparkleMessage.FirstSparkleMessage-participantTeal .FirstSparkleMessage-messageContainer {
  background: #5ed5b1; }

.FirstSparkleMessage.FirstSparkleMessage-participantPink .FirstSparkleMessage-messageContainer {
  background: #e697dc; }

.FirstSparkleMessage.FirstSparkleMessage-participantBrown .FirstSparkleMessage-messageContainer {
  background: #92643e; }

.FirstSparkleMessage.FirstSparkleMessage-participantVividTangerine .FirstSparkleMessage-messageContainer {
  background: #ffa98a; }

.FirstSparkleMessage.FirstSparkleMessage-participantSkyBlue .FirstSparkleMessage-messageContainer {
  background: #84e1eb; }

.FirstSparkleMessage.FirstSparkleMessage-participantFern .FirstSparkleMessage-messageContainer {
  background: #69ab63; }

.FirstSparkleMessage.FirstSparkleMessage-participantCarnation .FirstSparkleMessage-messageContainer {
  background: #f85b5b; }

.FirstSparkleMessage.FirstSparkleMessage-participantDefault .FirstSparkleMessage-messageContainer {
  background: #404d52; }

.FirstSparkleMessage.FirstSparkleMessage-participantReplayBlue .FirstSparkleMessage-messageContainer {
  background: #40a4c4; }

.FirstSparkleMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  cursor: pointer;
  position: relative;
  float: left;
  clear: both;
  margin-top: 8px;
  max-width: 100%; }
  .FirstSparkleMessage.FirstSparkleMessage--messageRedesign {
    margin: 0;
    float: none;
    max-width: 295px; }
  .FirstSparkleMessage .FirstSparkleMessage-messageContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #a4b8be;
    border-radius: 3px; }
    .FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-message {
      font-family: "museo_sans300", sans-serif;
      font-size: 14px;
      word-wrap: break-word;
      color: white;
      padding: 4px 10px; }
      .FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-message .FirstSparkleMessage-title {
        font-size: 12px; }
    .FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-avatarContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      .FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-avatarContainer .FirstSparkleMessage-avatar {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                    -ms-grid-row-align: stretch;
                align-items: stretch;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        min-height: 43px;
        width: 35px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }

.Modal .KeyboardHelpModal {
  padding: 10px 0; }
  .Modal .KeyboardHelpModal h2 {
    font-size: 16px;
    margin-top: 32px;
    color: #40a4c4; }
  .Modal .KeyboardHelpModal a {
    text-decoration: underline; }
    .Modal .KeyboardHelpModal a:hover {
      color: #3f4d51; }
  .Modal .KeyboardHelpModal .KeyboardHelpModal-key {
    margin-bottom: 15px;
    padding: 0 35px;
    text-align: left; }
  .Modal .KeyboardHelpModal .KeyboardHelpModal-keyCode {
    float: left;
    width: 130px;
    text-align: right;
    color: #3f4d51; }
  .Modal .KeyboardHelpModal .KeyboardHelpModal-PlayerManager {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 5px; }

.LimitedAccountNotice {
  background-color: #f8f3b4;
  color: #c4bd5d;
  font-family: "museo_sans300", sans-serif;
  padding: 10px 40px;
  text-align: center; }
  .LimitedAccountNotice a.LimitedAccountNotice-contactLink,
  .LimitedAccountNotice a.LimitedAccountNotice-contactLink:hover,
  .LimitedAccountNotice a.LimitedAccountNotice-contactLink:visited {
    text-decoration: none;
    color: #40a4c4; }

.LoadingBeans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

@-webkit-keyframes jump {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0) scale(1);
            transform: translate3d(0, 0px, 0) scale(1); }
  10% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -4px, 0) scale(1.16);
            transform: translate3d(0, -4px, 0) scale(1.16); }
  20% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -8px, 0) scale(1.32);
            transform: translate3d(0, -8px, 0) scale(1.32); }
  30% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -4px, 0) scale(1.16);
            transform: translate3d(0, -4px, 0) scale(1.16); }
  40% {
    opacity: 0.9;
    -webkit-transform: translate3d(0, -2px, 0) scale(1.08);
            transform: translate3d(0, -2px, 0) scale(1.08); }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes jump {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0) scale(1);
            transform: translate3d(0, 0px, 0) scale(1); }
  10% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -4px, 0) scale(1.16);
            transform: translate3d(0, -4px, 0) scale(1.16); }
  20% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -8px, 0) scale(1.32);
            transform: translate3d(0, -8px, 0) scale(1.32); }
  30% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -4px, 0) scale(1.16);
            transform: translate3d(0, -4px, 0) scale(1.16); }
  40% {
    opacity: 0.9;
    -webkit-transform: translate3d(0, -2px, 0) scale(1.08);
            transform: translate3d(0, -2px, 0) scale(1.08); }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
  .LoadingBeans .LoadingBeans-bean {
    width: 10px;
    height: 10px;
    margin: 6px;
    border-radius: 5px;
    background-color: rgba(239, 242, 244, 0.8);
    box-shadow: 0px 0px 0px 1px rgba(34, 34, 34, 0.3); }
    .LoadingBeans .LoadingBeans-bean:nth-child(1) {
      -webkit-animation: jump 1.6s infinite;
              animation: jump 1.6s infinite;
      -webkit-animation-direction: normal;
              animation-direction: normal;
      -webkit-animation-delay: 200ms;
              animation-delay: 200ms; }
    .LoadingBeans .LoadingBeans-bean:nth-child(2) {
      -webkit-animation: jump 1.6s infinite;
              animation: jump 1.6s infinite;
      -webkit-animation-direction: normal;
              animation-direction: normal;
      -webkit-animation-delay: 400ms;
              animation-delay: 400ms; }
    .LoadingBeans .LoadingBeans-bean:nth-child(3) {
      -webkit-animation: jump 1.6s infinite;
              animation: jump 1.6s infinite;
      -webkit-animation-direction: normal;
              animation-direction: normal;
      -webkit-animation-delay: 600ms;
              animation-delay: 600ms; }
  .LoadingBeans.LoadingBeans--isDark .LoadingBeans-bean {
    background-color: rgba(64, 164, 196, 0.8);
    box-shadow: 0px 0px 0px 1px rgba(64, 164, 196, 0.5); }

@-webkit-keyframes slideacross-top {
  0% {
    background-position: 0 -50px; }
  100% {
    background-position: -68px -50px; } }

@keyframes slideacross-top {
  0% {
    background-position: 0 -50px; }
  100% {
    background-position: -68px -50px; } }

.LoadingOverlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-image: url("../images/loading_pattern.e3cce2738351a1fffbee0c4065044d29.png");
  background-repeat: repeat-x;
  -webkit-animation-name: slideacross-top;
          animation-name: slideacross-top;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .LoadingOverlay {
      background-image: url("../images/loading_pattern@2x.4d1ac47226a14bbe0f3204d475cd92de.png");
      background-size: 68px 250px; } }

.LoadingOverlay--isLoading {
  opacity: 1;
  -webkit-transition: opacity .3s .3s;
  transition: opacity .3s .3s; }

.LoadingOverlay-text {
  position: relative;
  top: 15px;
  left: 15px;
  font-size: 13px;
  font-family: "museo_sans700", sans-serif;
  text-transform: uppercase; }

@media only screen and (max-width: 300px) {
  .CardView .LoadingOverlay-text {
    top: 6px;
    left: 10px; } }

.LoginSignupButton-SignInButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .LoginSignupButton-SignInButton .LoginSignupButton-separator {
    opacity: .25;
    padding: 0 0.5em; }

.LoginSignupButton-AvatarImage {
  margin: 0 10px; }
  .LoginSignupButton-AvatarImage .ProfileIcon svg {
    width: 36px;
    height: 36px; }

button.LoginRequiredButton {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  padding: 0;
  outline: none;
  opacity: 0.6; }
  button.LoginRequiredButton:hover {
    opacity: 1; }

.Map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.Map-map,
.Map .UserProfile-imageBlur {
  position: absolute;
  min-width: 800px;
  min-height: 300px; }

.Map-map {
  width: 100%;
  height: 100%;
  background-image: url("../images/map.svg");
  background-size: cover;
  background-repeat: repeat-x;
  opacity: .10; }

.Map .UserProfile-imageBlur {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  border-radius: 0;
  opacity: .8; }

.MapViewToggle {
  position: absolute;
  padding: 2px;
  background-color: rgba(225, 225, 225, 0.5);
  right: 20px;
  top: 20px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%; }
  .MapViewToggle.is-active {
    background-color: rgba(64, 164, 196, 0.5); }
  .MapViewToggle .MapViewToggle-ToggleButton {
    cursor: pointer;
    box-sizing: content-box;
    width: 28px;
    height: 28px;
    padding: 2px;
    border: none;
    background-color: white;
    outline: none;
    border-radius: 50%; }
  .MapViewToggle .GlobeIcon {
    width: 100%;
    height: 100%; }

.MapView-Thumbnail {
  height: 100px;
  margin: 0 auto 5px;
  display: block;
  clear: both; }

.MediaExpand {
  position: relative;
  display: block;
  cursor: pointer;
  margin: -3px 0;
  opacity: 0.5;
  width: 22px;
  height: 26px;
  background-size: 100% 100%;
  background-image: url(../images/media_expand.svg); }
  .MediaExpand:hover {
    opacity: 1; }
  .MediaExpand:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px; }

.Messages {
  position: relative; }
  .Messages ul {
    margin: 0;
    padding: 0 7px 4px 0;
    list-style: none;
    position: absolute;
    max-width: 470px;
    bottom: 0;
    overflow: hidden; }
    .Messages ul .MessageElement > * {
      -webkit-transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .Messages ul .MessageElement.enter > * {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-name: slidein;
              animation-name: slidein;
      -webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
              animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
      .Messages ul .MessageElement.enter > *.CommentMessage--userChat {
        overflow: hidden;
        max-height: 100px;
        overflow: visible;
        z-index: 5;
        -webkit-animation-name: userChatSlidein;
                animation-name: userChatSlidein;
        -webkit-animation-duration: .5s;
                animation-duration: .5s;
        -webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
                animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
    .Messages ul .MessageElement.exit > * {
      opacity: 0; }
    .Messages ul .MessageElement.exit-now > * {
      -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .Messages ul .MessageElement.slide-out > * {
      -webkit-transform: translateY(200%);
              transform: translateY(200%);
      -webkit-transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.MissingBroadcast {
  background-color: black;
  background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
  .MissingBroadcast.MissingBroadcast--ready {
    opacity: 1; }
  .MissingBroadcast .ViewerBadge {
    pointer-events: none;
    position: absolute;
    left: 15px;
    bottom: 15px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.MissingBroadcast-image {
  width: 100%;
  height: 100%; }

.MissingBroadcast-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.MissingBroadcast-broadcastState {
  margin-top: 50px;
  font-family: "museo_sans500", sans-serif; }

.MissingBroadcast:hover .EmbedHeader-cta {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.MissingBroadcast:hover .EmbedHeader-logo {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

@media only screen and (max-width: 300px) {
  .MissingBroadcast-info .ProfileAvatar-image {
    width: 80px;
    height: 80px; }
  .MissingBroadcast-info .ProfileName {
    margin-top: 10px; }
  .MissingBroadcast-broadcastState {
    margin-top: 10px;
    font-size: 12px; } }

@media only screen and (max-width: 240px) {
  .MissingBroadcast-info .ProfileAvatar-image {
    width: 60px;
    height: 60px; }
  .MissingBroadcast-info .ProfileName,
  .MissingBroadcast-info .ProfileName .ProfileUsername {
    font-size: 14px; }
  .MissingBroadcast .EmbedHeader-cta {
    display: none; } }

.ModalLinkCTA:link, .ModalLinkCTA:visited {
  background-color: white;
  border-radius: 30px;
  border: 1px solid #40a4c4;
  color: #40a4c4;
  display: block;
  font-family: "museo_sans500", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  text-decoration: none;
  -webkit-transition: background-color .1s ease-out, color .1s;
  transition: background-color .1s ease-out, color .1s; }

.ModalLinkCTA:hover {
  background-color: #40a4c4;
  color: white;
  text-decoration: none; }

.ModalLinkCTA:focus, .ModalLinkCTA:active {
  outline: none;
  color: white; }

.ModalLinkCTA.ModalLinkCTA--isFilled:link, .ModalLinkCTA.ModalLinkCTA--isFilled:visited, .ModalLinkCTA.ModalLinkCTA--isFilled:hover, .ModalLinkCTA.ModalLinkCTA--isFilled:focus, .ModalLinkCTA.ModalLinkCTA--isFilled:active {
  background-color: #40a4c4;
  color: white; }

.ModalLinkCTA.ModalLinkCTA--isMuted:link, .ModalLinkCTA.ModalLinkCTA--isMuted:visited {
  color: #a4b8be;
  border-color: #a4b8be; }

.ModalLinkCTA.ModalLinkCTA--isMuted:hover, .ModalLinkCTA.ModalLinkCTA--isMuted:focus, .ModalLinkCTA.ModalLinkCTA--isMuted:active {
  background-color: white;
  color: #a4b8be; }

.ModalWrapper {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  max-width: 800px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .ModalWrapper::-webkit-scrollbar {
    display: none; }

.ModalWrapper-container {
  padding: 20px 0; }

.ModalWrapper-closeContainer {
  position: absolute;
  top: 10px;
  right: 0; }

.ModalWrapper-closeButton {
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px; }
  .ModalWrapper-closeButton:active, .ModalWrapper-closeButton:focus {
    outline: none; }
  .ModalWrapper-closeButton .CloseIcon {
    padding: 5px; }

.ModMuteMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  position: relative;
  clear: both;
  max-width: 100%;
  margin: 0;
  float: none; }
  .ModMuteMessage .ModMuteMessage-message {
    float: left;
    clear: left;
    font-family: "museo_sans300", sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    color: white;
    padding: 8px 0px; }

.MuteButton {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.4; }
  .MuteButton.MuteButton--redesign {
    opacity: 1; }
  .MuteButton:hover, .MuteButton.MuteButton--isActive {
    opacity: 1; }
  .MuteButton:not(.MuteButton--redesign):after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px; }
  .MuteButton svg {
    width: 25px;
    height: 17.42424px;
    margin: 0 0 0 1px; }
  .MuteButton:not(.MuteButton--redesign) {
    width: 28px;
    height: 20px; }
    .MuteButton:not(.MuteButton--redesign) .MuteButtonLegacy-on {
      position: relative;
      left: 1px;
      width: 26px;
      height: 20px;
      background-size: 100% 100%;
      background-image: url(../images/icon_volume_on.svg); }
    .MuteButton:not(.MuteButton--redesign) .MuteButtonLegacy-off {
      position: relative;
      top: 1px;
      width: 28px;
      height: 18px;
      background-size: 100% 100%;
      background-image: url(../images/icon_volume_off.svg); }

.ProfileDetails .MuteNotificationsIcon-container {
  margin-left: 10px; }

.MuteNotificationsIcon {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #40a4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .MuteNotificationsIcon g {
    fill: #40a4c4; }
  .MuteNotificationsIcon:hover g, .MuteNotificationsIcon.is-active g {
    fill: white; }
  .MuteNotificationsIcon:hover {
    background: rgba(64, 164, 196, 0.6); }
  .MuteNotificationsIcon.is-active {
    background: #40a4c4; }

.OpenInAppMessage {
  cursor: pointer;
  overflow: auto;
  float: left;
  width: 155px;
  height: 52px;
  background-color: #40a4c4;
  border-radius: 4px;
  margin-top: 8px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slide-out .OpenInAppMessage {
    margin-top: -52px; }
  .OpenInAppMessage .OpenInAppMessage-logo {
    width: 20px;
    margin: 0 10px 0 0; }
  .OpenInAppMessage .OpenInAppMessage-message {
    font-size: 16px;
    font-family: "museo_sans500", sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.OverflowButton {
  width: 32px;
  height: 32px; }

.PanSeekOverlay {
  pointer-events: none;
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .PanSeekOverlay.PanSeekOverlay--isSeeking {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  .PanSeekOverlay .PanSeekOverlay-seeker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 225px25px; }
    .PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-thumbnail {
      height: 225px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-thumbnail img {
        max-width: 200px;
        max-height: 200px;
        border-radius: 4px; }
    .PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-seekTime {
      height: 25px;
      font-size: 18px;
      font-family: "museo_sans300", sans-serif; }
    .PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-currentTime {
      position: absolute;
      left: 100%;
      width: 5px;
      height: 5px;
      background: white;
      border-radius: 4px; }
    .PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-bar {
      width: 75vw;
      position: absolute;
      top: 100%;
      left: 50%; }
      .PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-bar .VideoSeeker {
        opacity: 1;
        top: initial;
        margin: 0; }

.PeriscopeLogo {
  width: 22px;
  height: 28px; }

.PeriscopeLogo--appIcon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 12px;
  background-color: #40a4c4; }

.PeriscopeLogo--appIconAndroid {
  border-radius: 25px; }

@media only screen and (max-width: 240px) {
  .CardView .PeriscopeLogo {
    width: 16px;
    height: 21px; } }

.PlaybackTime {
  color: rgba(255, 255, 255, 0.5);
  font-family: "museo_sans500", sans-serif;
  font-size: 16px;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-align: center;
  width: 60px; }

.ProfileSettings-profileEditControls {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right; }
  .is-cropping .ProfileSettings-profileEditControls {
    z-index: 51; }
  .ProfileSettings-profileEditControls .ProfileSettings-actionButtonContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    padding: 30px; }
    .ProfileSettings-profileEditControls .ProfileSettings-actionButtonContainer button.AccountSettings-actionButton {
      width: auto;
      margin: 0 0 0 10px; }

.ProfileSettings-saveErrors {
  background-color: #d55548;
  color: white;
  max-width: 400px;
  margin: 10px auto;
  border-radius: 3px;
  padding: 5px; }

.ProfileSettings-profileDetails .ProfileEdit {
  width: 400px;
  margin: 0 auto; }
  .ProfileSettings-profileDetails .ProfileEdit .ProfileEdit-cameraIconContainer {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 6px;
    border-radius: 50%;
    background: #40a4c4; }
    .ProfileSettings-profileDetails .ProfileEdit .ProfileEdit-cameraIconContainer .CameraIcon {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }

.ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%; }
  .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer .ProfileEdit-dropzone {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px white dashed; }
    .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer .ProfileEdit-dropzone.is-active {
      background: rgba(130, 187, 71, 0.3); }
  .is-cropping .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer {
    z-index: 51;
    width: 400px;
    height: 400px;
    padding-top: 50px; }
  .is-editing:not(.is-cropping) .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer img {
    border: 0; }
  .is-editing:not(.is-cropping) .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer:hover {
    background: black; }
    .is-editing:not(.is-cropping) .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer:hover img {
      opacity: .7; }

.ProfileAvatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .ProfileAvatar .ProfileAvatar-image {
    border: 2px solid white;
    border-radius: 50%;
    width: 100px;
    height: 100px; }
  .ProfileAvatar.ProfileAvatar--withoutBorder .ProfileAvatar-image {
    border: none; }
  .ProfileAvatar .ProfileLink,
  .ProfileAvatar .ProfileLink:hover,
  .ProfileAvatar .ProfileLink:focus {
    outline: none;
    background: none;
    border-radius: none;
    color: transparent; }

.ProfileDetails {
  margin: 0 40px;
  text-align: center; }
  .ProfileDetails .ProfileDetails-editProfileLink,
  .ProfileDetails .ProfileDetails-followLinkButton {
    color: #40a4c4;
    text-decoration: none;
    font-family: "museo_sans500", sans-serif; }
    .ProfileDetails .ProfileDetails-editProfileLink:hover, .ProfileDetails .ProfileDetails-editProfileLink:focus, .ProfileDetails .ProfileDetails-editProfileLink:active,
    .ProfileDetails .ProfileDetails-followLinkButton:hover,
    .ProfileDetails .ProfileDetails-followLinkButton:focus,
    .ProfileDetails .ProfileDetails-followLinkButton:active {
      text-decoration: underline; }

.ProfileDetails-authActionsContainer .GearContainer {
  cursor: pointer;
  margin: 0 10px 0 0; }

.ProfileDetails-authActionsContainer .ProfileDetails-actionButton {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  height: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 30px;
  border: 1px solid #40a4c4;
  color: #40a4c4;
  font-family: "museo_sans500", sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:hover, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:focus, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:active {
    -webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:hover, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:focus, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:active, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton.isActive {
    color: white;
    background-color: #40a4c4; }
  .ProfileDetails-authActionsContainer .ProfileDetails-actionButton.isDisabled {
    cursor: default;
    border: 1px solid #3f4d51;
    background-color: #3f4d51;
    color: white; }
  .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonContent {
    padding: 0 35px;
    z-index: 2; }
  .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonFiller {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonFill {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: transparent;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform, background-color; }
  .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .BlockIcon {
    width: 24px;
    height: 24px; }
  .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .CheckIcon, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .BlockIcon {
    margin-left: 10px; }

.ProfileName {
  font-family: "museo_sans700", sans-serif;
  font-size: 24px;
  margin-top: 20px; }
  .ProfileName .ProfileName-AccountDisplay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .ProfileName .ProfileName-AccountDisplay .ProfileAvatar {
      margin: 0 8px 0 0; }
    .ProfileName .ProfileName-AccountDisplay .ProfileName-displayName {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .ProfileModal .ProfileName .ProfileName-AccountDisplay .ProfileName-displayName {
        color: #3f4d51;
        margin-top: 10px; }
      .ProfileModal .ProfileLink:hover .ProfileName .ProfileName-AccountDisplay .ProfileName-displayName {
        color: #40a4c4; }
  .ProfileName .ProfileUsername {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ProfileModal .ProfileName .ProfileUsername {
      color: #a4b8be; }
    .ProfileModal .ProfileLink:hover .ProfileName .ProfileUsername {
      color: #40a4c4; }
  .ProfileName.ProfileName--withAvatar {
    height: 32px; }
    .ProfileName.ProfileName--withAvatar .ProfileLink {
      padding: 4px 22px 4px 7px;
      color: rgba(255, 255, 255, 0.7);
      background-color: rgba(255, 255, 255, 0.2); }
      .ProfileName.ProfileName--withAvatar .ProfileLink.ProfileLink--isActive {
        color: white;
        background-color: rgba(255, 255, 255, 0.4); }
  .ProfileName.ProfileName--withUsername .ProfileLink {
    border-radius: 35px;
    padding-left: 35px;
    padding-right: 35px; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .ProfileName {
    font-size: 16px; } }

.ProfileUsername {
  font-family: "museo_sans300", sans-serif; }

.ProfileUsername-verified {
  margin-left: 5px; }

.ProfileIcon svg {
  width: 29px;
  height: 29px; }

.ProfileIcon path {
  fill: #40a4c4; }

.ProfileIcon.ProfileIcon--white path {
  fill: white; }

.ProfileDescription {
  word-wrap: break-word;
  font-family: "museo_sans300", sans-serif; }

.ProfileDescription a {
  color: #40a4c4;
  text-decoration: none; }
  .ProfileDescription a:hover, .ProfileDescription a:focus {
    outline: none;
    text-decoration: underline; }

.ProfileLink {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.2); }
  .ProfileLink.ProfileLink--isActive {
    background-color: white;
    color: #3f4d51; }
    .ProfileLink.ProfileLink--isActive .ProfileUsername {
      color: #a4b8be; }
    .ProfileLink.ProfileLink--isActive .ProfileUsername-verified .verified-bg {
      opacity: 1; }
  .ProfileLink .ProfileUsername-verified .verified-bg {
    opacity: .5;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .ProfileLink.ProfileLink--isInactive:hover {
    outline: none;
    background-color: rgba(255, 255, 255, 0.4); }
    .ProfileLink.ProfileLink--isInactive:hover .ProfileUsername {
      color: rgba(255, 255, 255, 0.4); }
    .ProfileLink.ProfileLink--isInactive:hover .ProfileUsername-verified .verified-bg {
      opacity: 1; }

.ProfileHeader {
  margin-top: -60px;
  height: 60px; }
  .ProfileHeader .ProfileHeader-logo img {
    height: 30px;
    margin-left: 15px;
    margin-top: 7px; }
  .ProfileHeader .AppLinks {
    position: absolute;
    top: 14px;
    right: 15px; }
    .ProfileHeader .AppLinks .AppLink--cta,
    .ProfileHeader .AppLinks .AppLink--withIcon {
      padding: 5px 20px;
      font-size: 14px;
      width: auto; }
    .ProfileHeader .AppLinks .AppLink-icon--playstore {
      margin-right: 10px; }

@media only screen and (max-width: 720px) {
  .ProfileHeader {
    margin-top: 0;
    width: inherit;
    background-color: #3f4d51;
    -webkit-transition: margin-top .2s ease-out;
    transition: margin-top .2s ease-out; } }

.ProfileHearts {
  margin: 5px 0;
  text-align: center;
  font-family: "museo_sans700", sans-serif;
  color: #3f4d51;
  font-size: 14px; }

.ProfileHearts-heart {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 12px;
  background-image: url("../images/profile_heart.f43cc65e5ae2665f13622ca63dfd2a2c.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ProfileHearts-heart {
      background-image: url("../images/profile_heart@2x.fdc4990dfab2f622b338f2fce90addf6.png");
      background-size: 14px 12px; } }

.ProfileMenuTooltip {
  border-radius: 8px;
  width: 200px;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  .ProfileMenuTooltip ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .ProfileMenuTooltip ul li {
      height: 45px;
      line-height: 45px; }
      .ProfileMenuTooltip ul li.ProfileMenuTooltip-groupDelimiter {
        height: 1px;
        line-height: 1px;
        background: rgba(164, 184, 190, 0.3); }
      .ProfileMenuTooltip ul li .ProfileMenuTooltip-link {
        display: block;
        cursor: pointer;
        padding-left: 24px;
        text-decoration: none;
        color: #a4b8be;
        font-family: "museo_sans500", sans-serif;
        -webkit-transition: ease 0.05s;
        transition: ease 0.05s; }
        .ProfileMenuTooltip ul li .ProfileMenuTooltip-link:hover {
          color: #3f4d51; }

@media only screen and (max-height: 600px) {
  .ProfileMenuTooltip ul li {
    height: 30px;
    line-height: 30px;
    font-size: 12px; } }

.GearTooltip {
  border-radius: 8px;
  border: solid 1px rgba(164, 184, 190, 0.3);
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  text-align: center;
  padding: 0 24px; }
  .GearTooltip ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .GearTooltip ul li {
      height: 64px;
      line-height: 64px; }
      .GearTooltip ul li button {
        background-color: transparent;
        border: none;
        text-decoration: none;
        color: #a4b8be;
        font-family: "museo_sans500", sans-serif;
        font-size: 16px;
        -webkit-transition: ease 0.05s;
        transition: ease 0.05s;
        height: 100%;
        width: 100%;
        cursor: pointer;
        outline: none;
        padding: 0; }
        .GearTooltip ul li button:hover {
          color: #d55548; }

.Pill {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-family: "museo_sans700", sans-serif;
  white-space: nowrap;
  -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: white;
  background-color: rgba(255, 255, 255, 0.2); }
  .Pill .Pill-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.7; }
  .Pill:hover, .Pill.Pill--isActive {
    background-color: rgba(255, 255, 255, 0.4); }
    .Pill:hover .Pill-content, .Pill.Pill--isActive .Pill-content {
      opacity: 1.0; }
  .Pill.Pill--disableHoverColor {
    background-color: rgba(255, 255, 255, 0.2); }
  .Pill.Pill--withIcon:not(.Pill--withText) {
    width: 32px;
    height: 32px;
    padding: 0; }
  .Pill.Pill--withText:not(.Pill--withIcon) {
    padding: 4px 22px; }
  .Pill.Pill--withIcon.Pill--withText {
    padding: 4px 17px 4px 4px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .Pill.Pill--withIcon.Pill--withText span {
      margin: 0 0 0 4px; }
  .Pill.Pill--withText {
    line-height: 1.6;
    min-height: 32px; }
  .Pill.Pill--pulsing {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: ub6d33b5f;
            animation-name: ub6d33b5f;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes ub6d33b5f {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }

@keyframes ub6d33b5f {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
    .Pill.Pill--pulsing:hover {
      -webkit-animation: none;
              animation: none; }
  .Pill.Pill--animate {
    width: 32px !important; }
    .Touchable:focus .Pill.Pill--animate.Pill--longOnHover, .Pill.Pill--animate.Pill--longOnHover:hover, .Pill.Pill--animate.Pill--longOnHover:focus, .Pill.Pill--animate.Pill--longOnHover:active {
      width: 170px !important; }
    .Pill.Pill--animate.Pill--withText {
      padding: 4px 0 4px 4px; }
      .Pill.Pill--animate.Pill--withText span {
        -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) opacity, 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) transform;
        transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) opacity, 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) transform;
        opacity: 0;
        -webkit-transform: translateX(-25%);
                transform: translateX(-25%);
        pointer-events: none; }

.ProfileTwitterAccount {
  display: block;
  margin: 0 auto;
  height: 22px;
  width: 24px;
  padding: 4px; }
  .ProfileTwitterAccount:focus {
    outline: none; }
  .ProfileTwitterAccount:hover .twitter-logo-shape,
  .ProfileTwitterAccount:focus .twitter-logo-shape {
    fill: #59adeb; }

.ProfileTwitterAccount .twitter-logo-shape {
  -webkit-transition: fill 0.1s linear;
  transition: fill 0.1s linear; }

.ProfileSidebar {
  background: white;
  z-index: 13;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ProfileSidebar--isSolo {
  background-color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 main-size;
          flex: 0 0 main-size;
  height: 100%;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  position: relative;
  -webkit-transition: none;
  transition: none;
  width: 50vw;
  z-index: 9; }
  .ProfileSidebar--isSolo .ProfileSidebar-content,
  .ProfileSidebar--isSolo .ProfileSidebar-accordion {
    max-width: 900px;
    min-height: inherit; }

.ProfileSidebar--isSolo {
  min-height: 100%;
  overflow-y: visible; }
  .ProfileSidebar--isSolo .ProfileSidebar-content {
    overflow-y: visible; }

.ProfileSidebar--isSolo .ProfileDetails.ProfileDetails--sidebar {
  padding-top: 55px; }

.ProfileDetails.ProfileDetails--sidebar .ProfileDetails--withFollowingStatus .ProfileSidebar-metadata {
  font-size: 20px; }
  .ProfileDetails.ProfileDetails--sidebar .ProfileDetails--withFollowingStatus .ProfileSidebar-metadata label {
    font-size: 12px; }

.ProfileSidebar-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }

.ProfileSidebar-headerSpacerTop {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  min-height: 20px;
  max-height: 55px; }

.ProfileSidebar-descriptionSpacerTop {
  -webkit-box-flex: 1.75;
      -ms-flex: 1.75;
          flex: 1.75;
  max-height: 30px;
  min-height: 15px; }

.ProfileSidebar-twitterSpacerTop {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 15px;
  min-height: 10px; }

.ProfileSidebar-metadataSpacerTop {
  -webkit-box-flex: 2.25;
      -ms-flex: 2.25;
          flex: 2.25;
  height: 40px; }
  .ProfileDetails--withFollowingStatus .ProfileSidebar-metadataSpacerTop {
    height: 20px; }

.ProfileSidebar-broadcastsSpacerTop,
.ProfileSidebar-ctaSpacerTop {
  -webkit-box-flex: 5.5;
      -ms-flex: 5.5;
          flex: 5.5;
  max-height: 85px;
  min-height: 45px; }

.ProfileSidebar-ctaBorderSpacerTop {
  -webkit-box-flex: 5.5;
      -ms-flex: 5.5;
          flex: 5.5;
  max-height: 50px;
  min-height: 25px; }
  .ProfileSidebar-ctaBorderSpacerTop::before {
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    height: 1px;
    background: #e1e1e1; }

.ProfileSidebar-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  padding: 0; }
  .ProfileSidebar-content .ProfileAuthor,
  .ProfileSidebar-content .ProfileName,
  .ProfileSidebar-content .ProfileUsername,
  .ProfileSidebar-content .ProfileDescription {
    margin: 0 25px;
    text-align: center; }
  .ProfileSidebar-content .ProfileName {
    color: #3f4d51;
    position: relative; }
  .ProfileSidebar-content .ProfileUsername,
  .ProfileSidebar-content .ProfileDescription {
    color: #a4b8be; }

.ProfileSidebar-noResults {
  padding: 20px;
  font-family: "museo_sans300", sans-serif;
  color: #a4b8be;
  text-align: center; }

.ProfileSidebar-metadataContainer {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ProfileSidebar-metadataContainer div:first-of-type .ProfileLink {
    padding-left: 0; }
  .ProfileSidebar-metadataContainer div:last-of-type .ProfileLink {
    padding-right: 0; }

.ProfileSidebar-metadata {
  font-size: 24px;
  font-family: "museo_sans500", sans-serif;
  color: #3f4d51;
  text-align: center; }
  .ProfileSidebar-metadata label {
    display: block;
    text-transform: uppercase;
    color: #a4b8be;
    font-size: 14px; }

.ProfileSidebar-metadataContainer.is-link {
  border-bottom: 4px solid #eff2f4; }
  .ProfileModal .ProfileSidebar-metadataContainer.is-link {
    border: 0; }
  .is-stuck .ProfileSidebar-metadataContainer.is-link {
    border-bottom: 4px solid #d1d9df; }
  .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata {
    position: relative;
    padding: 20px 0;
    color: #40a4c4;
    font-family: "museo_sans300", sans-serif;
    cursor: pointer; }
    .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata .ProfileLink.ProfileLink--isActive {
      color: inherit; }
    .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata:hover {
      color: #2f7e98; }
    .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active {
      cursor: default;
      color: #2f7e98; }
      .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active:after {
        content: '';
        position: absolute;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
        width: 0;
        height: 0;
        bottom: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #eff2f4; }
        .is-stuck .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active:after {
          border-bottom: 6px solid #d1d9df; }
    .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata label {
      color: #40a4c4;
      cursor: pointer; }
      .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata label:hover {
        color: #2f7e98; }
    .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active label {
      cursor: default;
      color: #2f7e98; }

@media only screen and (max-width: 720px) {
  .ProfileSidebar--isSolo {
    width: 100%; }
  .ProfileSidebar-header {
    height: 60px;
    margin-top: 0;
    width: inherit;
    background-color: #3f4d51;
    -webkit-transition: margin-top .2s ease-out;
    transition: margin-top .2s ease-out; } }

.ProfileSidebar-noBroadcasts {
  text-align: center;
  font-family: "museo_sans300", sans-serif;
  color: #a4b8be; }

.PlaybackBackground {
  background: black;
  position: relative;
  z-index: 0;
  -webkit-transition: opacity 4.5s ease;
  transition: opacity 4.5s ease; }
  .PlaybackBackground .PlaybackBackground-opacity {
    width: inherit;
    height: inherit;
    opacity: 0.5; }
  .PlaybackBackground .PlaybackBackground-blur {
    position: absolute; }

.PlaybackControls .PlaybackControls-button {
  cursor: pointer;
  opacity: 0.8;
  position: relative;
  text-align: center; }
  .PlaybackControls .PlaybackControls-button .PlaybackControls-play,
  .PlaybackControls .PlaybackControls-button .PlaybackControls-pause {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 22px; }
    .PlaybackControls .PlaybackControls-button .PlaybackControls-play svg,
    .PlaybackControls .PlaybackControls-button .PlaybackControls-pause svg {
      width: inherit;
      height: inherit; }
  .PlaybackControls .PlaybackControls-button:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px; }
  .PlaybackControls .PlaybackControls-button:hover {
    opacity: 1; }

.PlaybackControls.is-playing .PlaybackControls-play {
  display: none; }

.PlaybackControls.is-paused .PlaybackControls-pause {
  display: none; }

.PlaybackControls.PlaybackControls--redesign .PlaybackControls-button {
  -webkit-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.2; }
  .PlaybackControls.PlaybackControls--redesign .PlaybackControls-button:hover {
    opacity: 0.4; }

.PlaybackControls.PlaybackControls--redesign .PlaybackControls-button {
  width: 26px; }

.PlaybackControls.PlaybackControls--redesign .PlaybackControls-pause svg,
.PlaybackControls.PlaybackControls--redesign .PlaybackControls-play svg {
  height: 22px; }

.PlaybackControlsOverlay.is-playing .PlaybackControlsOverlay-pause {
  display: none; }

.PlaybackControlsOverlay.is-paused .PlaybackControlsOverlay-play {
  display: none; }

.PlaybackControlsOverlay .PlaybackControlsOverlay-cover {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.PlaybackControlsOverlay .PlaybackControlsOverlay-hud {
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 0;
  width: 0; }
  .PlaybackControlsOverlay .PlaybackControlsOverlay-hud .PlaybackControlsOverlay-icon {
    width: 33px;
    height: 27px; }
  .PlaybackControlsOverlay .PlaybackControlsOverlay-hud .PlaybackControlsOverlay-icon svg {
    opacity: 0; }

@-webkit-keyframes slideacross {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: -68px bottom; } }

@keyframes slideacross {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: -68px bottom; } }

.PlayButton-loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/loading_pattern_video.e3d40072cf0fa49fad58d3500158c441.png");
  -webkit-animation-name: slideacross;
          animation-name: slideacross;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .PlayButton-loading {
      background-image: url("../images/loading_pattern_video@2x.25f4fc94268890876e554912d4361425.png");
      background-size: 68px 68px; } }

.PlayButton {
  margin: 0 auto 40px;
  width: 180px;
  height: 180px;
  border-radius: 9999px;
  box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.2) inset, 0 0 1px 0px rgba(255, 255, 255, 0.2); }
  .PlayButton:hover .circle,
  .PlayButton:focus .circle {
    outline: none;
    fill-opacity: 0.3; }
  .PlayButton.is-loading {
    border-radius: 100px;
    overflow: hidden;
    position: relative; }
    .PlayButton.is-loading .PlayButton-loading {
      display: inherit; }
  .PlayButton svg {
    width: inherit;
    height: inherit;
    cursor: pointer; }
  .PlayButton .circle {
    fill-opacity: 0.2;
    -webkit-transition: .2s fill-opacity linear;
    transition: .2s fill-opacity linear; }
  .PlayButton .icon-play,
  .PlayButton .icon-pause {
    fill-opacity: 0; }
  .PlayButton.is-loading .icon-pause,
  .PlayButton.is-playing .icon-pause {
    fill-opacity: 1; }
  .PlayButton.is-stopped .icon-play {
    fill-opacity: 1; }

.PlayButton.PlayButton--disabled svg {
  opacity: .2; }

@media only screen and (max-height: 375px) {
  .PlayButton {
    margin: 0 auto 20px;
    width: 80px;
    height: 80px; } }

.PlayStoreButton {
  background-image: url("../images/badge-playstore.3e1283dccb79c5394970fcff42a91741.png");
  background-repeat: no-repeat;
  background-size: 134.28px 40px;
  border-radius: 8px;
  border: 4px solid transparent;
  box-sizing: content-box;
  display: inline-block;
  font-size: 0;
  line-height: 40px;
  width: 134.28px; }
  .PlayStoreButton:hover {
    background-color: #c9e2e9; }

.AccountView-container .PlusContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-family: "museo_sans300", sans-serif; }
  .AccountView-container .PlusContainer strong {
    font-family: "museo_sans700", sans-serif; }
  .AccountView-container .PlusContainer a {
    color: #40a4c4;
    text-decoration: none;
    -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .AccountView-container .PlusContainer a:hover {
      color: #2a748b;
      text-decoration: underline; }
  .AccountView-container .PlusContainer.PlusContainer--autoHeight {
    height: auto; }
  @media (max-width: 868px) {
    .AccountView-container .PlusContainer {
      height: auto; } }
  .AccountView-container .PlusContainer .PlusBox {
    max-width: 65.21739%;
    max-height: calc(100% - 106px);
    margin: 53px auto;
    overflow: auto; }
    @media (max-width: 868px) {
      .AccountView-container .PlusContainer .PlusBox {
        margin: 0 0 20px 0;
        max-width: 95%;
        max-height: initial; } }
  .AccountView-container .PlusContainer .PlusMessage {
    margin: 28px 37px 28px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 24px;
    font-family: "museo_sans300", sans-serif;
    text-align: left; }
    @media (max-width: 868px) {
      .AccountView-container .PlusContainer .PlusMessage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        margin: 28px 5px; } }
    .AccountView-container .PlusContainer .PlusMessage img {
      margin: 0 31px 0 0; }
      @media (max-width: 868px) {
        .AccountView-container .PlusContainer .PlusMessage img {
          margin: 0; } }
  .AccountView-container .PlusContainer .PlusApply-eligible {
    text-align: left; }
  .AccountView-container .PlusContainer .PlusApply-eligibleContent {
    margin: 0 70px;
    text-align: left;
    font-family: "museo_sans300", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #6b8187; }
    @media (max-width: 868px) {
      .AccountView-container .PlusContainer .PlusApply-eligibleContent {
        margin: 0; } }
    .AccountView-container .PlusContainer .PlusApply-eligibleContent .PlusApply-youMust {
      margin: 15px 0 13px 0;
      font-family: "museo_sans700", sans-serif; }
    .AccountView-container .PlusContainer .PlusApply-eligibleContent ul {
      margin: 0;
      padding: 0 0 0 calc(1em + 14px); }
    .AccountView-container .PlusContainer .PlusApply-eligibleContent li {
      margin: 0 0 15px 0; }
    .AccountView-container .PlusContainer .PlusApply-eligibleContent li:last-child {
      margin: 0; }
  .AccountView-container .PlusContainer .PlusApply-iframe {
    width: 100%;
    height: 100%;
    overflow: auto; }
    .AccountView-container .PlusContainer .PlusApply-iframe .Plus-iframe {
      margin: 39px 70px 0 70px; }
      @media (max-width: 868px) {
        .AccountView-container .PlusContainer .PlusApply-iframe .Plus-iframe {
          margin: 39px 0; } }
  .AccountView-container .PlusContainer .PlusApply-note {
    margin: 0 70px;
    font-family: "museo_sans300", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #6b8187;
    text-align: left; }
    @media (max-width: 868px) {
      .AccountView-container .PlusContainer .PlusApply-note {
        margin: 0 5px; } }
  .AccountView-container .PlusContainer .PlusApplyForm {
    text-align: left;
    margin: 30px 0;
    font-size: 16px; }
    .AccountView-container .PlusContainer .PlusApplyForm ol {
      margin: 0;
      padding: 0;
      list-style: none;
      list-style-position: inside;
      counter-reset: item; }
      .AccountView-container .PlusContainer .PlusApplyForm ol li {
        margin: 0 0 21px 0;
        counter-increment: item; }
      .AccountView-container .PlusContainer .PlusApplyForm ol li:before,
      .AccountView-container .PlusContainer .PlusApplyForm ol .PlusApplyForm-formLabel {
        font-family: "museo_sans700", sans-serif;
        line-height: 19px;
        color: #4a4a4a;
        margin: 0 0 10px 0; }
      .AccountView-container .PlusContainer .PlusApplyForm ol li:before {
        content: counter(item) ".";
        display: inline-block;
        margin-right: 0.5em; }
    .AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-description {
      margin: 0 0 10px 0;
      font-family: "museo_sans300", sans-serif;
      font-size: 14px;
      line-height: 1.29;
      color: #6b8187; }
    .AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-errors {
      color: #d55548;
      font-size: 14px;
      font-family: "museo_sans500", sans-serif;
      text-align: center;
      margin: 25px 0; }
    .AccountView-container .PlusContainer .PlusApplyForm .InputWithIcon {
      text-align: left;
      margin: 0;
      width: 100%;
      max-width: 400px;
      border-radius: 3px; }
      .AccountView-container .PlusContainer .PlusApplyForm .InputWithIcon input {
        margin: 0;
        height: 40px;
        text-align: left;
        background: none;
        border: solid 1px rgba(164, 184, 190, 0.5); }
      .AccountView-container .PlusContainer .PlusApplyForm .InputWithIcon textarea {
        text-align: left;
        background: none;
        border: solid 1px rgba(164, 184, 190, 0.5); }
    .AccountView-container .PlusContainer .PlusApplyForm .BinaryPrompt {
      width: 100%;
      max-width: 400px; }
    .AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-agrees {
      width: 100%;
      max-width: 400px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-agrees .Checkbox {
        margin: 0 0 12px 0; }
    .AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-submit {
      margin: 38px auto 50px;
      width: 90%;
      max-width: 400px; }

.BinaryPrompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .BinaryPrompt .BinaryPrompt-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .BinaryPrompt .Checkbox {
    margin: 0 0 0 10px; }
  .BinaryPrompt .Checkbox:first-child {
    margin: 0; }

.PlusSectionHeader {
  margin: 40px 0 0 0;
  font-family: "museo_sans300", sans-serif;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #3f4d51; }
  .PlusSectionHeader .PlusSectionHeader-line {
    margin: 10px auto 20px;
    width: 300px;
    height: 1px;
    background-color: #e0f0f5; }

.PlusProgress-currentStars svg {
  padding-bottom: 4px;
  margin-right: 3px; }
  .PlusProgress-currentStars svg path {
    fill: #3f4d51; }

.PlusProgress-progressBar {
  position: relative;
  width: 100%;
  height: 26px;
  border-radius: 26px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .PlusProgress-progressBar .PlusProgress-progress {
    height: 100%;
    width: 99.9%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    background: #ab70d4;
    border-radius: inherit; }
  .PlusProgress-progressBar .PlusProgress-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .PlusProgress-progressBar .PlusProgress-overlay .SuperBroadcasterStar {
      margin: -1px 0 0 8px; }
    .PlusProgress-progressBar .PlusProgress-overlay .PlusProgress-progressLabel {
      position: absolute;
      left: 0;
      width: 100%;
      padding: 0 15px 0 30px;
      line-height: 26px; }

.Radio {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.Radio-label .QuestionIcon {
  margin-left: 5px; }

.Radio--isChecked {
  font-family: "museo_sans500", sans-serif; }
  .Radio--isChecked .Radio-box {
    position: relative;
    background-color: #99ce62;
    border-color: #99ce62; }
    .Radio--isChecked .Radio-box .Radio-check {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 4px;
      background: white;
      border-radius: 1px; }
  .Radio--isChecked .Checkmark {
    fill: #FFFFFF; }

.Radio-box {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  display: inline-block;
  height: 15px;
  margin-right: 7px;
  padding: 3px 2px;
  text-align: center;
  width: 15px;
  min-width: 15px; }
  .Radio-box .Checkmark {
    display: block; }

.AccountStats .ReactTable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  font-size: 14px; }
  .AccountStats .ReactTable .rt-table {
    height: 100%;
    min-height: 100%; }
  .AccountStats .ReactTable .rt-thead.-header {
    box-shadow: 0 2px 2px #e1e1e1;
    z-index: 2; }
  .AccountStats .ReactTable .rt-thead .rt-th {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px;
    text-align: right;
    white-space: normal; }
    .AccountStats .ReactTable .rt-thead .rt-th:first-child {
      text-align: left; }
    .AccountStats .ReactTable .rt-thead .rt-th:hover {
      background-color: #f8fafb; }
    .AccountStats .ReactTable .rt-thead .rt-th.active {
      font-family: "museo_sans700", sans-serif; }
    .AccountStats .ReactTable .rt-thead .rt-th.-sort-desc, .AccountStats .ReactTable .rt-thead .rt-th.-sort-asc {
      box-shadow: none;
      font-family: "museo_sans700", sans-serif; }
    .AccountStats .ReactTable .rt-thead .rt-th.-sort-desc:after, .AccountStats .ReactTable .rt-thead .rt-th.-sort-asc:after {
      content: '▾';
      display: inline-block;
      margin-left: 6px; }
    .AccountStats .ReactTable .rt-thead .rt-th.-sort-asc:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .AccountStats .ReactTable .rt-thead .rt-th.-border-right {
      border-right: 2px solid #e1e1e1;
      padding-right: 12px; }
    .AccountStats .ReactTable .rt-thead .rt-th .QuestionIcon {
      margin-left: 5px; }
  .AccountStats .ReactTable .rt-tbody {
    color: #79888c;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .AccountStats .ReactTable .rt-tbody .rt-tr-group {
      cursor: pointer; }
      .AccountStats .ReactTable .rt-tbody .rt-tr-group.active {
        background-color: rgba(216, 236, 241, 0.48); }
        .AccountStats .ReactTable .rt-tbody .rt-tr-group.active .rt-td.active {
          background-color: rgba(216, 236, 241, 0.48); }
    .AccountStats .ReactTable .rt-tbody .rt-tr-group:last-child {
      border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
    .AccountStats .ReactTable .rt-tbody .rt-td {
      padding-right: 10px;
      padding-left: 10px;
      text-align: right;
      -webkit-transition: none;
      transition: none; }
      .AccountStats .ReactTable .rt-tbody .rt-td.-text-align-left {
        text-align: left; }
      .AccountStats .ReactTable .rt-tbody .rt-td.active {
        background-color: #f8fafb; }
      .AccountStats .ReactTable .rt-tbody .rt-td.-border-right {
        border-right: 2px solid #e1e1e1;
        padding-right: 7px; }
      .AccountStats .ReactTable .rt-tbody .rt-td .BroadcastTitle {
        display: inline;
        color: inherit;
        font-size: inherit;
        margin-bottom: inherit;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 10px 0 0; }
        .AccountStats .ReactTable .rt-tbody .rt-td .BroadcastTitle a {
          color: inherit; }

.ReportCommentModal {
  position: relative;
  padding: 20px 40px; }
  .ReportCommentModal .ReportCommentModal-description {
    margin-bottom: 15px;
    color: #a4b8be; }

button.ReportButton {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  padding: 0;
  outline: none;
  opacity: 0.6; }
  button.ReportButton:hover {
    opacity: 1; }
  button.ReportButton svg.ReportIcon {
    width: 18px;
    display: inline;
    vertical-align: text-bottom; }

.RequireAuth .RequireAuth-mapColor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(64, 164, 196, 0.3); }

.RequireAuth .Modal-background {
  opacity: 0 !important; }

.SearchInput {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .SearchInput input {
    color: #3f4d51;
    background: transparent;
    border: none;
    border-bottom: 1px solid #a4b8be;
    font-weight: 300;
    font-size: 20px;
    height: 33px;
    padding-bottom: 5px;
    padding-top: 5px;
    outline: none;
    width: 100%; }
  .SearchInput input::-webkit-input-placeholder {
    color: #a4b8be; }
  .SearchInput input:-moz-placeholder {
    color: #a4b8be; }
  .SearchInput input::-moz-placeholder {
    color: #a4b8be; }
  .SearchInput input:-ms-input-placeholder {
    color: #a4b8be; }

.SearchNoResults {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 100px 100px; }
  .SearchNoResults .TVIconLarge {
    height: 60px;
    width: 55px; }
    .SearchResults .SearchNoResults .TVIconLarge {
      height: 84px;
      width: 77px; }
  .SearchNoResults .SearchNoResults-inputContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .SearchNoResults .SearchNoResults-inputContainer .SearchNoResults-searchIcon {
      margin-right: 15px; }
    .SearchNoResults .SearchNoResults-inputContainer .SearchNoResults-searchInput {
      max-width: 350px;
      width: 100%; }
      .SearchNoResults .SearchNoResults-inputContainer .SearchNoResults-searchInput .SearchInput input {
        width: 100%; }

.SearchNoResults-message {
  text-align: center;
  font-size: 16px;
  margin-bottom: 2.5em;
  margin-top: 1.625em;
  width: 100%; }
  .SearchResults .SearchNoResults-message {
    font-size: 18px; }

.SearchNoResults-exploreChannelsButton {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 1px solid #40a4c4;
  border-radius: 1.25em;
  color: #40a4c4;
  font-family: "museo_sans500", sans-serif;
  font-size: 16px;
  height: 2.5em;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 12.125em; }
  .SearchNoResults-exploreChannelsButton:hover {
    background: #40a4c4;
    color: white;
    cursor: pointer; }
  .SearchNoResults-exploreChannelsButton:active {
    outline: none; }

.SearchSidebar {
  width: 100%;
  height: 100%; }
  .SearchSidebar .SearchSidebar-noResults {
    color: #a4b8be;
    font-family: "museo_sans300", sans-serif;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
  .SearchSidebar .ChannelLists {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .SearchSidebar .ChannelList {
    width: 400px; }

@keyframes slideacross {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: -68px bottom; } }

.SeekingOverlay {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-image: url("../images/buffering_pattern.199c59aaecd1070c7a19e9907de36572.png");
  background-repeat: repeat-x;
  -webkit-animation-name: slideacross;
          animation-name: slideacross;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .SeekingOverlay {
      background-image: url("../images/buffering_pattern@2x.336a016e462a01aae8d189304e4dff0f.png");
      background-size: 68px 250px; } }

.SeekingOverlay--isSeeking {
  opacity: 1;
  -webkit-transition: opacity .3s .3s;
  transition: opacity .3s .3s; }

.Select .Dropdown-trigger--isOpen .CaretDown {
  fill: #3f4d51; }

.Select-option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 13px; }
  .Select-option:hover {
    background-color: whitesmoke; }

.Select-option--isSelected {
  font-family: "museo_sans500", sans-serif; }

.Select-optionName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.Select-optionIcon {
  width: 13px; }
  .Select-optionIcon .Checkmark {
    width: 13px; }

.ShareBroadcast {
  display: block;
  color: white;
  text-decoration: none; }

.ShareButtonContainer {
  width: 80px;
  margin: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 668px) {
    .ShareButtonContainer {
      margin: 0; } }
  .ShareButtonContainer .ShareButtonText {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
    text-align: center; }

.ShareButton {
  cursor: pointer; }
  .ShareButton .ShareButtonIcon {
    width: 68px;
    height: 68px; }
    .ShareButton .ShareButtonIcon.Facebook {
      background-image: url("../images/share_facebook.svg"); }
      .ShareButton .ShareButtonIcon.Facebook:hover {
        background-image: url("../images/share_facebook_hover.svg"); }
    .ShareButton .ShareButtonIcon.Twitter {
      background-image: url("../images/share_twitter.svg"); }
      .ShareButton .ShareButtonIcon.Twitter:hover {
        background-image: url("../images/share_twitter_hover.svg"); }
    .ShareButton .ShareButtonIcon.Link {
      background-image: url("../images/share_link.svg"); }
      .ShareButton .ShareButtonIcon.Link:hover {
        background-image: url("../images/share_link_hover.svg"); }
    .ShareButton .ShareButtonIcon.Embed {
      background-image: url("../images/share_embed.svg"); }
      .ShareButton .ShareButtonIcon.Embed:hover {
        background-image: url("../images/share_embed_hover.svg"); }

.ShareIconContainer {
  position: relative;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ShareIconContainer:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px; }
  .ShareIconContainer .ShareIcon {
    margin-top: 1px;
    opacity: .5; }
    .ShareIconContainer .ShareIcon path {
      fill: white; }
    .ShareIconContainer .ShareIcon rect {
      fill: white; }
    .ShareIconContainer .ShareIcon polyline {
      stroke: white; }
  .ShareIconContainer.active .ShareIcon,
  .ShareIconContainer:hover .ShareIcon,
  .ShareIconContainer:focus .ShareIcon {
    opacity: 1; }

.CommentMessage-participantOrange .SuperfanIcon path {
  fill: #f5a623; }

.CommentMessage-participantPurple .SuperfanIcon path {
  fill: #ab70d4; }

.CommentMessage-participantGreen .SuperfanIcon path {
  fill: #99ce62; }

.CommentMessage-participantPeriwinkle .SuperfanIcon path {
  fill: #5c75dc; }

.CommentMessage-participantRed .SuperfanIcon path {
  fill: #d54d81; }

.CommentMessage-participantYellow .SuperfanIcon path {
  fill: #ded569; }

.CommentMessage-participantTeal .SuperfanIcon path {
  fill: #5ed5b1; }

.CommentMessage-participantPink .SuperfanIcon path {
  fill: #e697dc; }

.CommentMessage-participantBrown .SuperfanIcon path {
  fill: #92643e; }

.CommentMessage-participantVividTangerine .SuperfanIcon path {
  fill: #ffa98a; }

.CommentMessage-participantSkyBlue .SuperfanIcon path {
  fill: #84e1eb; }

.CommentMessage-participantFern .SuperfanIcon path {
  fill: #69ab63; }

.CommentMessage-participantCarnation .SuperfanIcon path {
  fill: #f85b5b; }

.CommentMessage-participantDefault .SuperfanIcon path {
  fill: #404d52; }

.CommentMessage-participantReplayBlue .SuperfanIcon path {
  fill: #40a4c4; }

.SuperfanIcon {
  height: 15px;
  margin-right: 4px; }

.JoinMessage .SuperfanIcon {
  margin-left: 3px; }
  .JoinMessage .SuperfanIcon path {
    fill: white; }

.CommentMessage-participantOrange .ContributorIcon path {
  fill: #f5a623; }

.CommentMessage-participantPurple .ContributorIcon path {
  fill: #ab70d4; }

.CommentMessage-participantGreen .ContributorIcon path {
  fill: #99ce62; }

.CommentMessage-participantPeriwinkle .ContributorIcon path {
  fill: #5c75dc; }

.CommentMessage-participantRed .ContributorIcon path {
  fill: #d54d81; }

.CommentMessage-participantYellow .ContributorIcon path {
  fill: #ded569; }

.CommentMessage-participantTeal .ContributorIcon path {
  fill: #5ed5b1; }

.CommentMessage-participantPink .ContributorIcon path {
  fill: #e697dc; }

.CommentMessage-participantBrown .ContributorIcon path {
  fill: #92643e; }

.CommentMessage-participantVividTangerine .ContributorIcon path {
  fill: #ffa98a; }

.CommentMessage-participantSkyBlue .ContributorIcon path {
  fill: #84e1eb; }

.CommentMessage-participantFern .ContributorIcon path {
  fill: #69ab63; }

.CommentMessage-participantCarnation .ContributorIcon path {
  fill: #f85b5b; }

.CommentMessage-participantDefault .ContributorIcon path {
  fill: #404d52; }

.CommentMessage-participantReplayBlue .ContributorIcon path {
  fill: #40a4c4; }

.ContributorIcon {
  height: 16px;
  margin-right: 4px; }

.JoinMessage .ContributorIcon {
  margin-left: 3px; }
  .JoinMessage .ContributorIcon path {
    fill: white; }

.SystemMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  cursor: default;
  position: relative;
  float: left;
  clear: both;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -6px 0;
  border-radius: 3px;
  max-width: 100%; }
  .SystemMessage.SystemMessage--messageRedesign {
    margin: 0;
    float: none;
    max-width: 295px; }

.SystemMessage-message {
  float: left;
  clear: left;
  font-family: "museo_sans300", sans-serif;
  font-size: 16px;
  line-height: 18px;
  word-wrap: break-word;
  width: 100%;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

.SystemMessagePopup-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.SystemMessagePopup {
  position: relative;
  width: 338px;
  overflow: hidden;
  border-radius: 4px;
  background-color: white;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease; }
  .SystemMessagePopup.SystemMessagePopup--enter {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
    .SystemMessagePopup.SystemMessagePopup--enter .SystemMessagePopup-progress {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .SystemMessagePopup.SystemMessagePopup--exit {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0; }
  .SystemMessagePopup .SystemMessagePopup-content {
    padding: 11px 0 12px 14px;
    width: 300px;
    font-size: 14px;
    line-height: 17px; }
  .SystemMessagePopup .SystemMessagePopup-header {
    margin: 0 0 5px 0;
    font-family: "museo_sans700", sans-serif;
    color: #40a4c4; }
  .SystemMessagePopup .SystemMessagePopup-text {
    font-family: "museo_sans300", sans-serif;
    color: #3f4d51; }
  .SystemMessagePopup .SystemMessagePopup-progress {
    position: absolute;
    bottom: 0;
    height: 3px;
    border-radius: 4px;
    background-color: #40a4c4;
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 4s linear;
    transition: -webkit-transform 4s linear;
    transition: transform 4s linear;
    transition: transform 4s linear, -webkit-transform 4s linear; }
  .SystemMessagePopup .SystemMessagePopup-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 11px;
    background-image: url("../images/system-message-x.da4d1fba0fa033c10778a1ae76fe0456.png");
    background-size: 8.8px 8.8px;
    width: 8.8px;
    height: 8.8px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .SystemMessagePopup .SystemMessagePopup-close {
        background-image: url("../images/system-message-x@2x.9922f43794bd4b97be0ab20a556a392e.png"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
      .SystemMessagePopup .SystemMessagePopup-close {
        background-image: url("../images/system-message-x@3x.d194c1139c8ed0e222fc7cc96bd883f5.png"); } }
    .SystemMessagePopup .SystemMessagePopup-close:after {
      content: '';
      position: absolute;
      top: -10px;
      bottom: -10px;
      left: -10px;
      right: -10px; }

.TextTooltip {
  background: black;
  color: white;
  border-radius: 5px;
  font-family: "museo_sans500", sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  max-width: 320px; }

.Tooltip {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  margin-bottom: 7px;
  position: absolute;
  z-index: 1000000;
  right: 50%;
  bottom: 100%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre; }
  .Tooltip::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 0;
    height: 0;
    bottom: -8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.2); }
  .Tooltip .TooltipMessage {
    z-index: 1;
    padding: 5px 8px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased; }
  .Tooltip.is-black::after {
    border-top: 6px solid rgba(63, 77, 81, 0.9); }
  .Tooltip.is-black .TooltipMessage {
    background-color: rgba(63, 77, 81, 0.9); }
  .Tooltip.is-black .TooltipArrow {
    border-top: 6px solid rgba(63, 77, 81, 0.9); }
  .Tooltip .TooltipArrow {
    position: absolute;
    z-index: -1;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 0;
    height: 0;
    bottom: -8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.2); }

.Touchable {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  border: 0;
  background: transparent;
  -webkit-transition: background-color .1s ease-out, color .1s;
  transition: background-color .1s ease-out, color .1s; }

.TwitterLogo {
  fill: #A4B8BE;
  -webkit-transition: fill 0.1s linear;
  transition: fill 0.1s linear; }
  .TwitterLogo:hover, .TwitterLogo:focus {
    fill: #59adeb; }
  .ProfileName .TwitterLogo,
  .ProfileUsername .TwitterLogo {
    margin-right: 5px;
    fill: #eff2f4; }
    .ProfileName .TwitterLogo:hover, .ProfileName .TwitterLogo:focus,
    .ProfileUsername .TwitterLogo:hover,
    .ProfileUsername .TwitterLogo:focus {
      fill: #eff2f4; }
  .ProfileAuthor .TwitterLogo {
    fill: #a4b8be; }
    .ProfileAuthor .TwitterLogo:hover, .ProfileAuthor .TwitterLogo:focus {
      fill: #a4b8be; }

.TwitterProfileButton .ProfileLink:link, .TwitterProfileButton .ProfileLink:visited {
  background-color: white;
  border-radius: 30px;
  border: 1px solid #59adeb;
  color: #59adeb;
  display: block;
  font-family: "museo_sans500", sans-serif;
  font-size: 20px;
  padding: 12px 35px;
  text-decoration: none;
  -webkit-transition: background-color .1s ease-out, color .1s;
  transition: background-color .1s ease-out, color .1s; }

.TwitterProfileButton .ProfileLink:hover {
  background-color: #59adeb;
  color: white;
  text-decoration: none; }

.TwitterProfileButton .ProfileLink:focus, .TwitterProfileButton .ProfileLink:active {
  outline: none;
  background-color: #509dd4;
  color: white; }

.UserActivityList {
  width: 200px;
  min-height: 38px;
  height: 228px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
  .UserActivityList .ListView-content span:first-of-type .UsersActivityItem {
    border-radius: 8px 8px 0 0; }
  .UserActivityList .ListView-content span:last-of-type .UsersActivityItem {
    border-radius: 0 0 8px 8px; }

.UserActivityList--1items {
  height: 38px; }
  .UserActivityList--1items .ListView {
    overflow-y: hidden !important; }

.UserActivityList--2items {
  height: 76px; }
  .UserActivityList--2items .ListView {
    overflow-y: hidden !important; }

.UserActivityList--3items {
  height: 114px; }
  .UserActivityList--3items .ListView {
    overflow-y: hidden !important; }

.UserActivityList--4items {
  height: 152px; }
  .UserActivityList--4items .ListView {
    overflow-y: hidden !important; }

.UserActivityList--5items {
  height: 190px; }
  .UserActivityList--5items .ListView {
    overflow-y: hidden !important; }

.UserActivityList--6items {
  height: 228px; }
  .UserActivityList--6items .ListView {
    overflow-y: hidden !important; }

.UserActivityList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3f4d51;
  font-size: 15px;
  width: 100%; }
  .UserActivityList-item .UsersActivityItem {
    padding: 5px;
    width: 100%;
    margin: 0;
    -webkit-animation-name: none;
            animation-name: none; }
    .UserActivityList-item .UsersActivityItem:hover {
      background-color: rgba(239, 242, 244, 0.7); }
  .UserActivityList-item .UsersActivityItem-avatarContainer {
    margin-right: 5px; }
  .UserActivityList-item .UsersActivityItem-displayName {
    height: 28px;
    width: 100%;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#UserFollowMobile {
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #UserFollowMobile .UserFollowMobile-Hero {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    min-height: 50%; }
    #UserFollowMobile .UserFollowMobile-Hero .BaseVideo {
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      max-height: none; }
      #UserFollowMobile .UserFollowMobile-Hero .BaseVideo figure.bitmovinplayer-container {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Prevent children from stacking above siblings */
        z-index: 0; }
      #UserFollowMobile .UserFollowMobile-Hero .BaseVideo video {
        -o-object-fit: cover !important;
           object-fit: cover !important;
        min-width: 100% !important;
        min-height: 100% !important;
        height: auto !important; }
    #UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-ImageCarousel img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    #UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 90px 40px 40px;
      margin: 10px 0 0 0;
      color: white; }
      #UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay img {
        width: 64px;
        height: 82px; }
      #UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay .UserFollowMobile-HeroOverlaySubtitle {
        margin: 28px 0 0 0;
        font-size: 18px;
        line-height: 23px;
        font-family: "museo_sans300", sans-serif;
        text-align: center; }
      @media all and (orientation: landscape) {
        #UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay {
          padding: 22px 40px 40px; }
          #UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay img {
            width: 51px; } }
    @media all and (orientation: landscape) and (max-height: 345px) {
      #UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay img {
        display: none; } }
      @media all and (orientation: landscape) {
          #UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay .UserFollowMobile-HeroOverlaySubtitle {
            display: none; } }
  #UserFollowMobile .UserFollowMobile-CTA {
    position: relative;
    padding: 64px 80px 30px;
    font-size: 14px;
    line-height: 17px;
    color: #3f4d51;
    font-family: "museo_sans300", sans-serif;
    text-align: center; }
    #UserFollowMobile .UserFollowMobile-CTA .ProfileAvatar {
      position: absolute;
      top: -41px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    #UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-FollowText {
      margin: 0 0 23px 16px;
      position: inherit; }
      #UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-FollowText .UserFollowMobile-FollowTextUsername {
        font-family: "museo_sans700", sans-serif; }
    #UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-GetAppButton {
      cursor: default;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: block;
      text-decoration: none;
      width: 100%;
      min-height: 48px;
      line-height: 48px;
      border: 1px solid #fff;
      border-radius: 40px;
      font-size: 16px;
      font-family: "museo_sans500", sans-serif;
      color: white;
      background-color: #40a4c4; }
      #UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-GetAppButton:active {
        background-color: rgba(64, 164, 196, 0.6); }

.UsersActivityItem--participantOrange .shape {
  fill: #f5a623; }

.UsersActivityItem--participantPurple .shape {
  fill: #ab70d4; }

.UsersActivityItem--participantGreen .shape {
  fill: #99ce62; }

.UsersActivityItem--participantPeriwinkle .shape {
  fill: #5c75dc; }

.UsersActivityItem--participantRed .shape {
  fill: #d54d81; }

.UsersActivityItem--participantYellow .shape {
  fill: #ded569; }

.UsersActivityItem--participantTeal .shape {
  fill: #5ed5b1; }

.UsersActivityItem--participantPink .shape {
  fill: #e697dc; }

.UsersActivityItem--participantBrown .shape {
  fill: #92643e; }

.UsersActivityItem--participantVividTangerine .shape {
  fill: #ffa98a; }

.UsersActivityItem--participantSkyBlue .shape {
  fill: #84e1eb; }

.UsersActivityItem--participantFern .shape {
  fill: #69ab63; }

.UsersActivityItem--participantCarnation .shape {
  fill: #f85b5b; }

.UsersActivityItem--participantDefault .shape {
  fill: #404d52; }

.UsersActivityItem--participantReplayBlue .shape {
  fill: #40a4c4; }

.UsersActivity-container {
  overflow: hidden;
  height: 32px;
  padding-top: 3px;
  margin-left: auto; }
  .UsersActivity-container ~ .ViewerBadge {
    margin-left: 10px; }

.UsersActivity .UsersActivity-sparkleContainer {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .UsersActivity .UsersActivity-sparkleContainer.with-seperator:after {
    content: '•';
    display: block;
    float: right;
    color: white;
    opacity: .3;
    padding: 0 10px;
    line-height: 33px; }

.UsersActivity .UsersActivity-friendsContainer {
  position: relative;
  max-height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.UsersActivity.UsersActivity--overflow .UsersActivity-friendsContainer {
  padding: 0 34px 0 0; }

.UsersActivity.UsersActivity--left .UsersActivity-friendsContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 34px 0 0; }

.UsersActivity-overflowContainer {
  cursor: pointer;
  position: absolute;
  bottom: 38px;
  right: 3px; }
  .UsersActivity-overflowContainer .UsersActivity-overflowClickHandler {
    width: 30px;
    height: 38px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 3; }
  .UsersActivity-overflowContainer:hover .UsersActivity-overflow {
    border-color: #40a4c4;
    background-color: #e5f7fc; }
  .UsersActivity-overflowContainer .UsersActivity-overflow {
    position: relative;
    background-clip: padding-box;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: white;
    border: 2px solid rgba(64, 164, 196, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2; }
    .UsersActivity-overflowContainer .UsersActivity-overflow .Ellipsis {
      position: absolute;
      height: 15px;
      left: 10px;
      top: 5px; }

.UsersActivityItem {
  padding: 0 3px;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: userActivityItemIn;
          animation-name: userActivityItemIn;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .UsersActivityItem .UsersActivityItem-avatarContainer {
    position: relative;
    width: 28px;
    height: 28px;
    background-clip: content-box;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .UsersActivityItem .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground, .UsersActivityItem .UsersActivityItem-avatarContainer .UsersActivityItem-avatar {
      position: absolute;
      width: 24px;
      height: 24px;
      border-radius: 50%; }
    .UsersActivityItem .UsersActivityItem-avatarContainer .UsersActivityItem-avatar {
      z-index: 1;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-name: userActivityAvatarIn;
              animation-name: userActivityAvatarIn;
      opacity: 1;
      -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .UsersActivityItem:hover .UsersActivityItem-avatar {
    opacity: .4; }
  .UsersActivityItem.UsersActivityItem--withHeart .HeartIcon {
    -webkit-transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .UsersActivityItem.UsersActivityItem--withHeart.UsersActivityItem--withBeat .HeartIcon {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s;
    -webkit-animation-name: userActivityHeartBeat;
            animation-name: userActivityHeartBeat; }
  .UsersActivityItem .HeartIcon {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    position: absolute;
    top: -9px;
    right: -3px;
    z-index: 2;
    -webkit-transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .UsersActivityItem .HeartIcon svg {
      width: 15px; }

.UsersActivityItem--participantOrange .UsersActivityItem-pie span:before {
  background-color: #f5a623; }

.UsersActivityItem--participantPurple .UsersActivityItem-pie span:before {
  background-color: #ab70d4; }

.UsersActivityItem--participantGreen .UsersActivityItem-pie span:before {
  background-color: #99ce62; }

.UsersActivityItem--participantPeriwinkle .UsersActivityItem-pie span:before {
  background-color: #5c75dc; }

.UsersActivityItem--participantRed .UsersActivityItem-pie span:before {
  background-color: #d54d81; }

.UsersActivityItem--participantYellow .UsersActivityItem-pie span:before {
  background-color: #ded569; }

.UsersActivityItem--participantTeal .UsersActivityItem-pie span:before {
  background-color: #5ed5b1; }

.UsersActivityItem--participantPink .UsersActivityItem-pie span:before {
  background-color: #e697dc; }

.UsersActivityItem--participantBrown .UsersActivityItem-pie span:before {
  background-color: #92643e; }

.UsersActivityItem--participantVividTangerine .UsersActivityItem-pie span:before {
  background-color: #ffa98a; }

.UsersActivityItem--participantSkyBlue .UsersActivityItem-pie span:before {
  background-color: #84e1eb; }

.UsersActivityItem--participantFern .UsersActivityItem-pie span:before {
  background-color: #69ab63; }

.UsersActivityItem--participantCarnation .UsersActivityItem-pie span:before {
  background-color: #f85b5b; }

.UsersActivityItem--participantDefault .UsersActivityItem-pie span:before {
  background-color: #404d52; }

.UsersActivityItem--participantReplayBlue .UsersActivityItem-pie span:before {
  background-color: #40a4c4; }

.UsersActivityItem--participantOrange .UsersActivityItem-pie span:after {
  background-color: #f5a623; }

.UsersActivityItem--participantPurple .UsersActivityItem-pie span:after {
  background-color: #ab70d4; }

.UsersActivityItem--participantGreen .UsersActivityItem-pie span:after {
  background-color: #99ce62; }

.UsersActivityItem--participantPeriwinkle .UsersActivityItem-pie span:after {
  background-color: #5c75dc; }

.UsersActivityItem--participantRed .UsersActivityItem-pie span:after {
  background-color: #d54d81; }

.UsersActivityItem--participantYellow .UsersActivityItem-pie span:after {
  background-color: #ded569; }

.UsersActivityItem--participantTeal .UsersActivityItem-pie span:after {
  background-color: #5ed5b1; }

.UsersActivityItem--participantPink .UsersActivityItem-pie span:after {
  background-color: #e697dc; }

.UsersActivityItem--participantBrown .UsersActivityItem-pie span:after {
  background-color: #92643e; }

.UsersActivityItem--participantVividTangerine .UsersActivityItem-pie span:after {
  background-color: #ffa98a; }

.UsersActivityItem--participantSkyBlue .UsersActivityItem-pie span:after {
  background-color: #84e1eb; }

.UsersActivityItem--participantFern .UsersActivityItem-pie span:after {
  background-color: #69ab63; }

.UsersActivityItem--participantCarnation .UsersActivityItem-pie span:after {
  background-color: #f85b5b; }

.UsersActivityItem--participantDefault .UsersActivityItem-pie span:after {
  background-color: #404d52; }

.UsersActivityItem--participantReplayBlue .UsersActivityItem-pie span:after {
  background-color: #40a4c4; }

.is-pie0Percent span, .is-pie0Percent span:before, .is-pie0Percent span:after {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important; }

.is-pie5Percent span, .is-pie5Percent span:before, .is-pie5Percent span:after {
  -webkit-animation-delay: -2.5s !important;
          animation-delay: -2.5s !important; }

.is-pie10Percent span, .is-pie10Percent span:before, .is-pie10Percent span:after {
  -webkit-animation-delay: -5s !important;
          animation-delay: -5s !important; }

.is-pie15Percent span, .is-pie15Percent span:before, .is-pie15Percent span:after {
  -webkit-animation-delay: -7.5s !important;
          animation-delay: -7.5s !important; }

.is-pie20Percent span, .is-pie20Percent span:before, .is-pie20Percent span:after {
  -webkit-animation-delay: -10s !important;
          animation-delay: -10s !important; }

.is-pie25Percent span, .is-pie25Percent span:before, .is-pie25Percent span:after {
  -webkit-animation-delay: -12.5s !important;
          animation-delay: -12.5s !important; }

.is-pie30Percent span, .is-pie30Percent span:before, .is-pie30Percent span:after {
  -webkit-animation-delay: -15s !important;
          animation-delay: -15s !important; }

.is-pie35Percent span, .is-pie35Percent span:before, .is-pie35Percent span:after {
  -webkit-animation-delay: -17.5s !important;
          animation-delay: -17.5s !important; }

.is-pie40Percent span, .is-pie40Percent span:before, .is-pie40Percent span:after {
  -webkit-animation-delay: -20s !important;
          animation-delay: -20s !important; }

.is-pie45Percent span, .is-pie45Percent span:before, .is-pie45Percent span:after {
  -webkit-animation-delay: -22.5s !important;
          animation-delay: -22.5s !important; }

.is-pie50Percent span, .is-pie50Percent span:before, .is-pie50Percent span:after {
  -webkit-animation-delay: -25s !important;
          animation-delay: -25s !important; }

.is-pie55Percent span, .is-pie55Percent span:before, .is-pie55Percent span:after {
  -webkit-animation-delay: -27.5s !important;
          animation-delay: -27.5s !important; }

.is-pie60Percent span, .is-pie60Percent span:before, .is-pie60Percent span:after {
  -webkit-animation-delay: -30s !important;
          animation-delay: -30s !important; }

.is-pie65Percent span, .is-pie65Percent span:before, .is-pie65Percent span:after {
  -webkit-animation-delay: -32.5s !important;
          animation-delay: -32.5s !important; }

.is-pie70Percent span, .is-pie70Percent span:before, .is-pie70Percent span:after {
  -webkit-animation-delay: -35s !important;
          animation-delay: -35s !important; }

.is-pie75Percent span, .is-pie75Percent span:before, .is-pie75Percent span:after {
  -webkit-animation-delay: -37.5s !important;
          animation-delay: -37.5s !important; }

.is-pie80Percent span, .is-pie80Percent span:before, .is-pie80Percent span:after {
  -webkit-animation-delay: -40s !important;
          animation-delay: -40s !important; }

.is-pie85Percent span, .is-pie85Percent span:before, .is-pie85Percent span:after {
  -webkit-animation-delay: -42.5s !important;
          animation-delay: -42.5s !important; }

.is-pie90Percent span, .is-pie90Percent span:before, .is-pie90Percent span:after {
  -webkit-animation-delay: -45s !important;
          animation-delay: -45s !important; }

.is-pie95Percent span, .is-pie95Percent span:before, .is-pie95Percent span:after {
  -webkit-animation-delay: -47.5s !important;
          animation-delay: -47.5s !important; }

.is-pie100Percent span, .is-pie100Percent span:before, .is-pie100Percent span:after {
  -webkit-animation-delay: -49.5s !important;
          animation-delay: -49.5s !important; }

.UsersActivityItem-pieContainer {
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 4px;
  border-radius: 50%;
  position: relative;
  left: -3px;
  top: -3px;
  background: rgba(255, 255, 255, 0.2); }
  .UsersActivityItem-pieContainer .UsersActivityItem-pie {
    position: absolute;
    font-size: 6px;
    height: 5em;
    width: 5em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
    .UsersActivityItem-pieContainer .UsersActivityItem-pie:before {
      border-radius: 50%;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .UsersActivityItem-pieContainer .UsersActivityItem-pie span {
      clip: rect(0, auto, 2.5em, auto);
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-animation: spinner 50s infinite linear;
              animation: spinner 50s infinite linear;
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
      .UsersActivityItem-pieContainer .UsersActivityItem-pie span:before, .UsersActivityItem-pieContainer .UsersActivityItem-pie span:after {
        border-radius: 50%;
        clip: rect(0, auto, 2.5em, auto);
        content: '';
        display: block;
        height: inherit;
        left: inherit;
        position: inherit;
        top: inherit;
        width: inherit; }
      .UsersActivityItem-pieContainer .UsersActivityItem-pie span:before {
        -webkit-animation: firstHalf 50s infinite ease-in;
                animation: firstHalf 50s infinite ease-in;
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
      .UsersActivityItem-pieContainer .UsersActivityItem-pie span:after {
        border-color: white;
        -webkit-animation: secondHalf 50s infinite ease-out;
                animation: secondHalf 50s infinite ease-out;
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }

.UsersActivityItem--participantOrange .UsersActivityItem-avatarContainer {
  border-color: rgba(245, 166, 35, 0); }

.UsersActivityItem--participantPurple .UsersActivityItem-avatarContainer {
  border-color: rgba(171, 112, 212, 0); }

.UsersActivityItem--participantGreen .UsersActivityItem-avatarContainer {
  border-color: rgba(153, 206, 98, 0); }

.UsersActivityItem--participantPeriwinkle .UsersActivityItem-avatarContainer {
  border-color: rgba(92, 117, 220, 0); }

.UsersActivityItem--participantRed .UsersActivityItem-avatarContainer {
  border-color: rgba(213, 77, 129, 0); }

.UsersActivityItem--participantYellow .UsersActivityItem-avatarContainer {
  border-color: rgba(222, 213, 105, 0); }

.UsersActivityItem--participantTeal .UsersActivityItem-avatarContainer {
  border-color: rgba(94, 213, 177, 0); }

.UsersActivityItem--participantPink .UsersActivityItem-avatarContainer {
  border-color: rgba(230, 151, 220, 0); }

.UsersActivityItem--participantBrown .UsersActivityItem-avatarContainer {
  border-color: rgba(146, 100, 62, 0); }

.UsersActivityItem--participantVividTangerine .UsersActivityItem-avatarContainer {
  border-color: rgba(255, 169, 138, 0); }

.UsersActivityItem--participantSkyBlue .UsersActivityItem-avatarContainer {
  border-color: rgba(132, 225, 235, 0); }

.UsersActivityItem--participantFern .UsersActivityItem-avatarContainer {
  border-color: rgba(105, 171, 99, 0); }

.UsersActivityItem--participantCarnation .UsersActivityItem-avatarContainer {
  border-color: rgba(248, 91, 91, 0); }

.UsersActivityItem--participantDefault .UsersActivityItem-avatarContainer {
  border-color: rgba(64, 77, 82, 0); }

.UsersActivityItem--participantReplayBlue .UsersActivityItem-avatarContainer {
  border-color: rgba(64, 164, 196, 0); }

.UsersActivityItem--participantOrange .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #f5a623; }

.UsersActivityItem--participantPurple .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #ab70d4; }

.UsersActivityItem--participantGreen .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #99ce62; }

.UsersActivityItem--participantPeriwinkle .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #5c75dc; }

.UsersActivityItem--participantRed .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #d54d81; }

.UsersActivityItem--participantYellow .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #ded569; }

.UsersActivityItem--participantTeal .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #5ed5b1; }

.UsersActivityItem--participantPink .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #e697dc; }

.UsersActivityItem--participantBrown .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #92643e; }

.UsersActivityItem--participantVividTangerine .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #ffa98a; }

.UsersActivityItem--participantSkyBlue .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #84e1eb; }

.UsersActivityItem--participantFern .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #69ab63; }

.UsersActivityItem--participantCarnation .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #f85b5b; }

.UsersActivityItem--participantDefault .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #404d52; }

.UsersActivityItem--participantReplayBlue .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
  background: #40a4c4; }

.UserListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 140px;
  color: #3f4d51;
  font-family: "museo_sans300", sans-serif;
  border-bottom: 1px solid #eff2f4; }
  .UserListItem:hover, .UserListItem:focus {
    outline: none;
    background-color: rgba(239, 242, 244, 0.7);
    cursor: pointer; }
  .UserListItem .ProfileLink {
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .UserListItem .ProfileLink.ProfileLink--isInactive:hover {
      background: none;
      color: inherit; }
      .UserListItem .ProfileLink.ProfileLink--isInactive:hover .ProfileUsername {
        color: #a4b8be; }
  .UserListItem .ProfileAuthor, .UserListItem .ProfileName, .UserListItem .ProfileUsername, .UserListItem .ProfileDescription {
    text-align: left;
    margin: 0; }
  .UserListItem .ProfileAvatar {
    margin-right: 10px; }
  .UserListItem .ProfileAuthor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .UserListItem .ProfileName {
    font-size: 20px;
    margin-right: 10px; }
  .UserListItem .ProfileName-displayName {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .UserListItem .ProfileUsername {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .UserListItem .CompactFollowingIcon {
    margin-left: auto;
    margin-top: 2px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .UserListItem .ProfileDescription {
    font-size: 13px;
    margin-top: 10px;
    padding: 0 10px;
    word-break: break-word;
    overflow: hidden;
    height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .UserListItem .AccountDisplay {
    margin-right: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; }
  .UserListItem .VIPBadgeIcon {
    margin-left: 5px; }

.Video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .Video .BaseVideo *::-webkit-media-controls {
    display: none !important;
    -webkit-appearance: none; }
  .Video .BaseVideo figure.bitmovinplayer-container {
    min-height: 0px !important;
    min-width: 0px !important; }
  .Video.Video--isContain {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .Video.Video--withDimensionsTransition .BaseVideo {
    -webkit-transition-property: width, height, top;
    transition-property: width, height, top;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .Video.Video--is360 {
    cursor: move; }

.VideoAs360 {
  cursor: move;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.VideoInterstitial {
  position: absolute;
  z-index: 6;
  top: 0;
  width: 100%; }
  .VideoInterstitial.VideoInterstitial--hidden {
    pointer-events: none; }
  .VideoInterstitial .ViewerBadge {
    pointer-events: none;
    position: absolute;
    left: 15px;
    bottom: 15px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

@media only screen and (max-width: 300px) {
  .CardView .VideoInterstitial .ViewerBadge {
    left: 6px;
    bottom: 6px; } }

.VideoPlayer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

.VideoOverlay {
  pointer-events: none; }

.VideoOverlay-container {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  background-image: url(../images/broadcast_details_fade.42eaf915a18f9436aa658657e6d3a73e.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  padding: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }
  .VideoOverlay-container.VideoOverlayContainerMobile {
    pointer-events: none; }
  .VideoOverlay-container .VideoOverlay-container--touchable {
    pointer-events: all; }
  .VideoOverlay-container .ShareBroadcast {
    margin-right: 20px;
    margin-left: 5px; }
  .VideoOverlay-container .BroadcastTitle {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 15px;
    max-width: 400px;
    -webkit-transform: translateZ(0); }
    .VideoOverlay-container .BroadcastTitle .ReportButton {
      margin-right: -26px; }
  .VideoOverlay-container .VideoOverlay-footer {
    clear: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .VideoOverlay-container .VideoOverlay-footer .ShareBroadcast {
      padding-right: 15px; }
    .VideoOverlay-container .VideoOverlay-footer .MuteButton {
      margin-right: 15px; }
  .VideoOverlay-container .VideoSeeker {
    margin: 0 10px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 20px;
    opacity: 0;
    top: 50px;
    -webkit-transition: opacity .3s, top .3s;
    transition: opacity .3s, top .3s; }
  .VideoOverlay-container .PlaybackControls {
    width: 20px;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: initial;
        flex-basis: initial; }
    .VideoOverlay-container .PlaybackControls .PlaybackControls-pause {
      margin-right: 4px; }
  .VideoOverlay-container .ProfileName {
    font-size: 14px;
    font-family: "museo_sans700", sans-serif;
    white-space: nowrap;
    margin: 0 15px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: initial;
        flex-basis: initial; }
  .VideoOverlay-container .BroadcastLocation-container {
    max-width: 400px;
    margin-bottom: 15px; }
    .VideoOverlay-container .BroadcastLocation-container .BroadcastLocation {
      float: none; }
  .VideoOverlay-container .Viewers {
    margin: 0 20px 0 0; }

@-webkit-keyframes hide-title {
  0% {
    max-height: 400px; }
  100% {
    max-height: 0; } }

@keyframes hide-title {
  0% {
    max-height: 400px; }
  100% {
    max-height: 0; } }

@-webkit-keyframes show-title {
  0% {
    max-height: 0; }
  100% {
    max-height: 400px; } }

@keyframes show-title {
  0% {
    max-height: 0; }
  100% {
    max-height: 400px; } }

.VideoOverlay--signIn .VideoOverlay-broadcastTitleAndLocation {
  max-height: 400px;
  overflow: hidden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: hide-title;
          animation-name: hide-title;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0.98, 0.29, 1);
          animation-timing-function: cubic-bezier(0.68, 0.98, 0.29, 1); }

.VideoOverlay--signIn.VideoOverlay--hideTitle .VideoOverlay-broadcastTitleAndLocation {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .5s;
          animation-duration: .5s; }

.VideoOverlay--signIn.VideoOverlay--showTitle .VideoOverlay-broadcastTitleAndLocation {
  max-height: 0;
  -webkit-animation-name: show-title;
          animation-name: show-title;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.VideoOverlay-container.VideoOverlay-container--playbackAffordance .VideoOverlay-broadcastData,
.VideoOverlay-container--forPlayback:hover .VideoOverlay-broadcastData {
  opacity: 0; }

.VideoOverlay-container.VideoOverlay-container--playbackAffordance .VideoSeeker,
.VideoOverlay-container--forPlayback:hover .VideoSeeker {
  opacity: 1;
  top: 0; }

.VideoOverlay-Hearts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 30px;
  bottom: 20px; }
  .VideoOverlay-Hearts .HeartsContainer {
    bottom: 55px;
    padding-right: 3px; }
    .VideoOverlay-Hearts .HeartsContainer .UserHeart {
      margin-right: 17px; }
      .VideoOverlay-Hearts .HeartsContainer .UserHeart .OutlineHeart {
        width: 53px;
        height: 45px; }
        .VideoOverlay-Hearts .HeartsContainer .UserHeart .OutlineHeart svg {
          width: 47px;
          height: 40px; }

@media only screen and (max-width: 500px) {
  .VideoOverlay-container .BroadcastTitle {
    display: none; } }

.VideoOverlayContainerMobile {
  padding: 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%); }
  .VideoOverlayContainerMobile .VideoOverlayMobile {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(64px);
            transform: translateY(64px); }
    .VideoOverlayContainerMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay {
      -webkit-transform: translateY(38px);
              transform: translateY(38px); }
      .VideoOverlayContainerMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .ViewerBadge {
        -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateY(26px);
                transform: translateY(26px);
        opacity: 1; }
      .VideoOverlayContainerMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .VideoOverlayMobile-PlaybackControls {
        -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateY(26px);
                transform: translateY(26px);
        opacity: 0; }
      .VideoOverlayContainerMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers.VideoOverlayMobile-Viewers--showPlaybackControls .ViewerBadge {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 0; }
      .VideoOverlayContainerMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers.VideoOverlayMobile-Viewers--showPlaybackControls .VideoOverlayMobile-PlaybackControls {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    .VideoOverlayContainerMobile .VideoOverlayMobile.VideoOverlayMobile--isActiveInfoPanel {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .VideoOverlayContainerMobile .VideoOverlayMobile-Chat {
    margin: 0 5px 8px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .VideoOverlayContainerMobile .VideoOverlayMobile-Divider {
    width: 100%;
    height: 1px;
    margin: 8px 0;
    background-color: rgba(255, 255, 255, 0.2); }
  .VideoOverlayContainerMobile .VideoOverlayMobile-Info {
    margin: 0 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-Info .VideoSeeker {
      top: initial;
      opacity: 1; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-Info .PlaybackControls {
      width: 16px;
      height: 16px;
      line-height: 16px;
      margin-left: 10px; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .VideoOverlayContainerMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer-comment {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .VideoOverlayContainerMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer {
        margin: 0;
        max-width: none; }
      .VideoOverlayContainerMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer-body {
        max-width: none; }
      .VideoOverlayContainerMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer-text {
        font-size: 14px; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat-Close {
      width: 15px;
      height: 15px;
      line-height: 15px;
      margin: 0 15px; }
  .VideoOverlayContainerMobile .VideoOverlayMobile-Buttons {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    opacity: 0.5; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-Buttons .VideoOverlayMobile-Sidebar {
      cursor: pointer;
      width: 23px;
      height: 23px;
      -webkit-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
      opacity: 0.5; }
      .VideoOverlayContainerMobile .VideoOverlayMobile-Buttons .VideoOverlayMobile-Sidebar:hover {
        opacity: 1; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-Buttons .VideoOverlayMobile-Share .ShareBroadcast {
      margin: 0; }
  .VideoOverlayContainerMobile .VideoOverlayMobile-Comments {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-Comments .Messages ul {
      margin: 0; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-Comments .VideoOverlayMobile-Buttons {
      margin-top: 15px;
      margin-right: 100px; }
  .VideoOverlayContainerMobile .VideoOverlayMobile-ViewersAndHearts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Hearts .HeartsContainer {
      bottom: 0; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Hearts .FeedbackItem--userHeart {
      -webkit-transform: none;
              transform: none; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-PlaybackControls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .VideoOverlayContainerMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-PlaybackControls .PlaybackTime {
        margin: 4px 0 0 0; }
    .VideoOverlayContainerMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .VideoOverlayContainerMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .ViewerBadge {
        font-size: 14px; }
        .VideoOverlayContainerMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .ViewerBadge .Viewers {
          margin: 0; }

.VideoOverlayRedesign {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1; }
  .VideoOverlayRedesign.VideoOverlayRedesign--simple .ViewerBadge {
    margin: 11px 0 0 0; }
  .VideoOverlayRedesign .Header,
  .VideoOverlayRedesign .VideoOverlayRedesign-Bottom,
  .VideoOverlayRedesign .VideoOverlayRedesign-Top,
  .VideoOverlayRedesign .VideoOverlayRedesign-NextBroadcast {
    pointer-events: all; }
  .VideoOverlayRedesign .ProfileName {
    margin: 0;
    font-size: 14px;
    white-space: nowrap; }
  .VideoOverlayRedesign .VideoOverlayRedesign-BackgroundGradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    -webkit-transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 180px; }
  .VideoOverlayRedesign .VideoOverlayRedesign-Bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 48px 20px 24px; }
    .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft {
      z-index: 1;
      width: 100%; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft.VideoOverlayRedesign--inactive {
        position: absolute;
        bottom: 0; }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft.VideoOverlayRedesign--inactive .ViewerBadge {
          margin: 0; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft .ViewerBadge {
        margin: 0 0 8px 0;
        font-size: 16px;
        font-family: "museo_sans700", sans-serif;
        line-height: 1;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft .ViewerBadge .ViewerBadge-mode {
          margin: 0 11px 0 0;
          padding: 3px 6px 5px;
          border-radius: 3px;
          font-size: 14px;
          font-family: "museo_sans700", sans-serif;
          letter-spacing: 0.3px;
          color: white; }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft .ViewerBadge .ViewerBadge-count {
          padding: 0; }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft .ViewerBadge .Viewers:not(.Viewers--noIcon) {
          padding: 0 0 0 19px; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft .VideoOverlayRedesign-commentInput {
        margin: 15px 0 0 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft .VideoOverlayRedesign-commentInput .CommentContainer {
          margin: 0; }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft .VideoOverlayRedesign-commentInput .VideoOverlayRedesign-titleToggle {
          cursor: pointer;
          opacity: 0.5;
          width: 25px;
          height: 25px; }
          .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft .VideoOverlayRedesign-commentInput .VideoOverlayRedesign-titleToggle:hover {
            opacity: 1; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-PersistLeft .VideoOverlayRedesign-MessageSpacer {
        height: 10px; }
    .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-TopBar {
      margin: 0 0 16px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-TopBar .VideoOverlayRedesign-TopBarRight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-TopBar .VideoOverlayRedesign-BroadcastDetails {
        font-family: "museo_sans300", sans-serif;
        overflow: hidden;
        max-height: 400px;
        will-change: max-height;
        -webkit-transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-TopBar .VideoOverlayRedesign-BroadcastDetails.VideoOverlayRedesign-BroadcastDetails--hidden {
          max-height: 0px; }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-TopBar .VideoOverlayRedesign-BroadcastDetails .BroadcastTitle {
          margin: 0 0 3.6px 0;
          max-width: 450px;
          font-size: 25px;
          line-height: 1.41;
          color: white; }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-TopBar .VideoOverlayRedesign-BroadcastDetails .BroadcastLocation {
          float: none;
          font-family: "museo_sans300", sans-serif;
          font-size: 14px;
          line-height: 16px;
          color: rgba(255, 255, 255, 0.6); }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-TopBar .VideoOverlayRedesign-Hearts .HeartsContainer .UserHeart .OutlineHeart {
        width: 32px; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-TopBar .VideoOverlayRedesign-Hearts.VideoOverlayRedesign--inactive {
        position: absolute;
        right: 0;
        bottom: 0; }
    .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%; }
    .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Left .VideoOverlayRedesign-MuteButton {
        margin: 0 0 0 17px; }
    .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Right > * {
        margin: 0 0 0 10px; }
    .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback {
      margin: 24px 0 0 0;
      padding: 0 0 0 13px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-PlaybackControls {
        min-width: 17px;
        min-height: 23px;
        margin: 0 18.4px 0 0; }
      .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker .VideoSeekerBar-time {
          width: initial;
          min-width: 42px;
          height: 18px;
          line-height: 18px;
          font-family: "museo_sans300", sans-serif;
          font-size: 14.4px; }
          .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker .VideoSeekerBar-time.VideoSeekerBar-time--elapsed {
            text-align: left;
            margin: 0 12px 0 0; }
          .VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker .VideoSeekerBar-time.VideoSeekerBar-time--duration {
            text-align: right;
            margin: 0 0 0 12px; }
  .VideoOverlayRedesign .Header,
  .VideoOverlayRedesign .VideoOverlayRedesign-Bottom,
  .VideoOverlayRedesign .VideoOverlayRedesign-NextBroadcast {
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1; }
  .VideoOverlayRedesign.VideoOverlayRedesign--inactive .Header,
  .VideoOverlayRedesign.VideoOverlayRedesign--inactive .VideoOverlayRedesign-Bottom,
  .VideoOverlayRedesign.VideoOverlayRedesign--inactive .VideoOverlayRedesign-NextBroadcast {
    opacity: 0;
    pointer-events: none; }
  .VideoOverlayRedesign.VideoOverlayRedesign--inactive .VideoOverlayRedesign-Bottom {
    opacity: 1; }
    .VideoOverlayRedesign.VideoOverlayRedesign--inactive .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BroadcastDetails,
    .VideoOverlayRedesign.VideoOverlayRedesign--inactive .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar,
    .VideoOverlayRedesign.VideoOverlayRedesign--inactive .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback {
      opacity: 0; }
  .VideoOverlayRedesign.VideoOverlayRedesign--inactive .VideoOverlayRedesign-BackgroundGradient {
    height: 75px; }
  .VideoOverlayRedesign .VideoOverlayRedesign-theater {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .VideoOverlayRedesign .VideoOverlayRedesign-theater .VideoOverlayRedesign-BackgroundGradient {
      height: 80px; }
    .VideoOverlayRedesign .VideoOverlayRedesign-theater .VideoOverlayRedesign-theaterExit {
      position: absolute;
      right: 20px;
      bottom: 24px; }
  .VideoOverlayRedesign .VideoOverlayRedesign-default,
  .VideoOverlayRedesign .VideoOverlayRedesign-theater {
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .VideoOverlayRedesign .VideoOverlayRedesign-default {
    opacity: 1; }
  .VideoOverlayRedesign .VideoOverlayRedesign-theater {
    opacity: 0;
    pointer-events: none; }
  .VideoOverlayRedesign.VideoOverlayRedesign--hideUI .VideoOverlayRedesign-default {
    opacity: 0;
    pointer-events: none; }
    .VideoOverlayRedesign.VideoOverlayRedesign--hideUI .VideoOverlayRedesign-default .Header,
    .VideoOverlayRedesign.VideoOverlayRedesign--hideUI .VideoOverlayRedesign-default .VideoOverlayRedesign-Bottom,
    .VideoOverlayRedesign.VideoOverlayRedesign--hideUI .VideoOverlayRedesign-default .VideoOverlayRedesign-NextBroadcast {
      pointer-events: none; }
  .VideoOverlayRedesign.VideoOverlayRedesign--hideUI .VideoOverlayRedesign-theater {
    opacity: 1;
    pointer-events: all; }
  .VideoOverlayRedesign.VideoOverlayRedesign--hideUI.VideoOverlayRedesign--inactive .VideoOverlayRedesign-theater {
    opacity: 0;
    pointer-events: none; }
  .VideoOverlayRedesign.VideoOverlayRedesign--inactive {
    cursor: none; }
    .VideoOverlayRedesign.VideoOverlayRedesign--inactive .PlaybackControlsOverlay .PlaybackControlsOverlay-cover {
      cursor: none; }

.Broadcast-OverflowTooltip {
  min-width: 200px;
  background: white;
  border-radius: 6px;
  font-family: "museo_sans500", sans-serif; }
  .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons {
    padding: 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 11px 16px 11px 26px;
      font-family: "museo_sans500", sans-serif;
      font-size: 16px;
      -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      color: #a4b8be; }
      .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .LoginRequiredButton svg.ReportIcon {
        width: 18px;
        display: inline;
        vertical-align: text-bottom; }
      .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .ReportButton, .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .LoginRequiredButton {
        width: 100%;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: inherit;
        color: inherit;
        opacity: initial; }
        .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .ReportButton .CommentReport, .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .LoginRequiredButton .CommentReport {
          margin: 0 9px 0 0;
          width: 16px;
          height: 16px; }
          .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .ReportButton .CommentReport path, .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .LoginRequiredButton .CommentReport path {
            stroke: #a4b8be;
            -webkit-transition: stroke 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: stroke 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .ReportButton .CommentReport rect, .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .ReportButton .CommentReport circle, .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .LoginRequiredButton .CommentReport rect, .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .LoginRequiredButton .CommentReport circle {
            fill: #a4b8be;
            -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .TheaterMode {
        margin: 0 9px 0 0; }
        .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .TheaterMode rect {
          stroke: #a4b8be; }
      .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .Fullscreen {
        margin: 0 9px 0 0; }
        .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row .Fullscreen path {
          fill: #a4b8be; }
      .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row:hover {
        color: #3f4d51; }
        .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row:hover .ReportButton .CommentReport path {
          stroke: #3f4d51; }
        .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row:hover .ReportButton .CommentReport rect, .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row:hover .ReportButton .CommentReport circle {
          fill: #3f4d51; }
        .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row:hover .TheaterMode rect {
          stroke: #3f4d51; }
        .Broadcast-OverflowTooltip .Broadcast-OverflowTooltip-buttons .Broadcast-OverflowTooltip-row:hover .Fullscreen path {
          fill: #3f4d51; }

.VideoSeekerBar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.VideoSeekerBar-bar {
  display: inline-block; }

.VideoSeekerBar-time {
  color: rgba(255, 255, 255, 0.2);
  font-family: "museo_sans500", sans-serif;
  font-size: 12px;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-align: center;
  width: 60px; }

.VideoSeekerBar-bars {
  cursor: pointer;
  height: 20px;
  width: 100%;
  position: relative; }

.VideoSeekerBar-bar {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  height: 4px;
  left: 0;
  margin: 8px 0;
  position: absolute;
  width: 100%; }

.VideoSeekerBar-bar--elapsed {
  background-color: rgba(255, 255, 255, 0.7); }

.VideoSeekerBar-time--elapsed {
  color: rgba(255, 255, 255, 0.7); }

.VideoSeekerBar-marker {
  border-radius: 6px;
  position: absolute;
  height: 4px;
  width: 4px;
  margin: 8px 0;
  opacity: 0;
  overflow: hidden; }

.VideoSeekerBar-marker--elapsed {
  width: 10px;
  height: 10px;
  margin: 5px 0;
  background-color: white;
  pointer-events: none;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  box-shadow: 0 0 0 transparent;
  -webkit-transition: opacity .2s, box-shadow .2s, -webkit-transform .2s;
  transition: opacity .2s, box-shadow .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s, box-shadow .2s;
  transition: opacity .2s, transform .2s, box-shadow .2s, -webkit-transform .2s; }

.VideoSeekerBar-elapsedAffordance {
  font-family: "museo_sans700", sans-serif;
  font-size: 12px;
  position: absolute;
  top: -16px; }

.VideoSeekerBar-marker--seekingElapsed {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.4); }
  .VideoSeekerBar-marker--seekingElapsed.VideoSeekerBar-marker--seekingBackward {
    background-color: rgba(0, 0, 0, 0.3); }

.VideoSeekerBar-seekingTooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: -110px;
  height: 110px;
  max-height: 110px;
  min-width: 60px;
  max-width: 130px;
  text-align: center;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: .3s transform, .3s opacity;
  transition: .3s transform, .3s opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .VideoSeekerBar-seekingTooltip .VideoSeekerBar-seekingThumbnail {
    position: relative;
    display: inline-block;
    pointer-events: none;
    left: -50%;
    max-width: inherit;
    max-height: inherit;
    height: auto;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .VideoSeekerBar-seekingTooltip .VideoSeekerBar-seekingTime {
    bottom: 0px;
    left: -50%;
    position: absolute;
    text-shadow: 0px 0px 5px black; }
  .VideoSeekerBar-seekingTooltip .VideoSeekerBar-seekingTime--withThumb {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }

.VideoSeekerBar-seekingThumbnail {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  height: 100%; }

.VideoSeekerBar-seekingTime {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  font-size: 12px;
  font-family: "museo_sans500", sans-serif;
  text-align: center;
  width: 100%;
  height: 26px;
  padding-top: 8px;
  pointer-events: none; }

.VideoSeekerBar:hover .VideoSeekerBar-time--elapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-time--elapsed,
.VideoSeekerBar.VideoSeekerBar--isTouchDevice:not(.VideoSeekerBar--disableInteraction) .VideoSeekerBar-time--elapsed,
.VideoSeekerBar.VideoSeekerBar--forceHoverState .VideoSeekerBar-time--elapsed {
  color: white; }

.VideoSeekerBar:hover .VideoSeekerBar-bar--elapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-bar--elapsed,
.VideoSeekerBar.VideoSeekerBar--isTouchDevice:not(.VideoSeekerBar--disableInteraction) .VideoSeekerBar-bar--elapsed,
.VideoSeekerBar.VideoSeekerBar--forceHoverState .VideoSeekerBar-bar--elapsed {
  background-color: white; }

.VideoSeekerBar:hover .VideoSeekerBar-marker--elapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-marker--elapsed,
.VideoSeekerBar.VideoSeekerBar--isTouchDevice:not(.VideoSeekerBar--disableInteraction) .VideoSeekerBar-marker--elapsed,
.VideoSeekerBar.VideoSeekerBar--forceHoverState .VideoSeekerBar-marker--elapsed {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }

.VideoSeekerBar:hover:not(.VideoSeekerBar--isTouchDevice) .VideoSeekerBar-marker--seekingElapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-marker--seekingElapsed {
  opacity: 1; }

.VideoSeekerBar:hover:not(.VideoSeekerBar--isTouchDevice) .VideoSeekerBar-seekingTooltip,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-seekingTooltip {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: .3s transform, .3s opacity;
  transition: .3s transform, .3s opacity; }

@media only screen and (max-width: 300px) {
  .CardView .VideoSeekerBar-bars {
    width: 75%; } }

@media only screen and (max-width: 240px) {
  .CardView .VideoSeekerBar {
    display: none; } }

.Viewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  padding: 10px;
  position: relative; }
  .Viewer:hover {
    background: #f8fafb;
    cursor: pointer; }
    .Viewer:hover .Viewer-displayName {
      color: #40a4c4; }

.Viewer-profileImageContainer {
  position: relative; }
  .Viewer-profileImageContainer .HeartIcon {
    position: absolute;
    height: 20px;
    width: 20px;
    top: -4px;
    right: 4px; }

.Viewer-profileImage {
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  position: relative; }
  .Viewer-profileImage > img {
    height: 48px;
    width: 48px; }

.Viewer-profileImageOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7; }

.Viewer-displayName {
  font-family: "museo_sans700", sans-serif; }
  .Viewer-displayName .FollowingIcon {
    fill: #40a4c4;
    margin-left: 4px; }

.Viewer-heartCount {
  color: #a4b8be; }

.Viewers {
  float: left;
  padding-left: 16px;
  white-space: nowrap;
  background-image: url("../images/icon_viewers.151f699eb4d0b0cb21e1430cc0e37e45.png");
  height: 15px;
  background-size: 12px 15px;
  background-position: 0 -1px;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .Viewers {
      background-image: url("../images/icon_viewers@2x.07eb005d5a5f30d556bef75ad2b11b70.png");
      background-size: 12px 15px; } }
  .Viewers.Viewers--noIcon {
    background-image: none;
    padding-left: 0; }
  .Viewers.Viewers--small {
    padding-left: 15px;
    background-image: url("../images/icon_viewers.151f699eb4d0b0cb21e1430cc0e37e45.png");
    height: 11px;
    background-size: 9px 11px;
    background-position: 2px 0px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .Viewers.Viewers--small {
        background-image: url("../images/icon_viewers@2x.07eb005d5a5f30d556bef75ad2b11b70.png");
        background-size: 9px 11px; } }

@-webkit-keyframes livePulse {
  0% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; }
  60% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  70% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  100% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; } }

@keyframes livePulse {
  0% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; }
  60% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  70% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  100% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; } }

.ViewerBadge--withFixedWidth.ViewerBadge--1Digits .ViewerBadge-count {
  width: 30px; }

.ViewerBadge--withFixedWidth.ViewerBadge--2Digits .ViewerBadge-count {
  width: 40px; }

.ViewerBadge--withFixedWidth.ViewerBadge--3Digits .ViewerBadge-count {
  width: 50px; }

.ViewerBadge--withFixedWidth.ViewerBadge--4Digits .ViewerBadge-count {
  width: 60px; }

.ViewerBadge--withFixedWidth.ViewerBadge--5Digits .ViewerBadge-count {
  width: 70px; }

.ViewerBadge--withFixedWidth.ViewerBadge--6Digits .ViewerBadge-count {
  width: 80px; }

.ViewerBadge {
  opacity: 1;
  line-height: 1em;
  font-size: 14px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .CardView .ViewerBadge {
    margin-left: 0; }
  .BroadcastHeroCell .ViewerBadge {
    margin-left: 0; }
  .ViewerBadge .ViewerBadge-mode {
    padding: 5px;
    margin-right: 15px;
    background-color: rgba(34, 34, 34, 0.75);
    border-radius: 4px;
    letter-spacing: 0.5px; }
    .ViewerBadge .ViewerBadge-mode.live {
      -webkit-animation: livePulse 2s 250ms ease-in-out infinite backwards;
              animation: livePulse 2s 250ms ease-in-out infinite backwards;
      background-color: #d55548; }
  .ViewerBadge .ViewerBadge-count {
    padding: 5px 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .ViewerBadge.ViewerBadge--hidden {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .ViewerBadge.ViewerBadge--conjoined {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ViewerBadge.ViewerBadge--conjoined .ViewerBadge-mode {
      padding: 4px 4px 4px 5px;
      margin-right: 0px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .ViewerBadge.ViewerBadge--conjoined .ViewerBadge-360 {
      margin-left: 5px; }
    .ViewerBadge.ViewerBadge--conjoined .ViewerBadge-count {
      padding: 4px 5px 4px 4px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      background-color: rgba(34, 34, 34, 0.5); }

@media only screen and (max-width: 240px) {
  .CardView .ViewerBadge,
  .CardView .ViewerBadge.ViewerBadge--conjoined {
    font-size: 10px; } }

.VIPBadge-Container {
  position: relative;
  display: inline-block; }

.VIPBadge-Avatar {
  position: absolute;
  top: 0;
  left: 0; }

.VIPBadge {
  position: absolute;
  pointer-events: none;
  overflow: hidden; }

.VIPBadge-Rot {
  position: absolute;
  top: 0;
  left: 0; }
  .VIPBadge-Rot.VIPBadge-Rot1, .VIPBadge-Rot.VIPBadge-Rot2 {
    opacity: 0.46; }
  .VIPBadge-Rot.VIPBadge-Rot3 {
    opacity: 0.2; }
  .VIPBadge-Rot.VIPBadge-Rot4 {
    opacity: 0.33; }
  .VIPBadge-Rot.VIPBadge-Rot5 {
    opacity: 0.2; }

.VIPBadge-Bronze .VIPBadge-Rot1 {
  -webkit-animation: spin 36s infinite linear normal;
          animation: spin 36s infinite linear normal; }

.VIPBadge-Bronze .VIPBadge-Rot2 {
  -webkit-animation: spin 120s infinite linear reverse;
          animation: spin 120s infinite linear reverse; }

.VIPBadge-Silver .VIPBadge-Rot1 {
  -webkit-animation: spin 18s infinite linear normal;
          animation: spin 18s infinite linear normal; }

.VIPBadge-Silver .VIPBadge-Rot2 {
  -webkit-animation: spin 60s infinite linear reverse;
          animation: spin 60s infinite linear reverse; }

.VIPBadge-Silver .VIPBadge-Rot3 {
  -webkit-animation: spin 9s infinite linear reverse;
          animation: spin 9s infinite linear reverse; }

.VIPBadge-Gold .VIPBadge-Rot1 {
  -webkit-animation: spin 12s infinite linear normal;
          animation: spin 12s infinite linear normal; }

.VIPBadge-Gold .VIPBadge-Rot2 {
  -webkit-animation: spin 40s infinite linear reverse;
          animation: spin 40s infinite linear reverse; }

.VIPBadge-Gold .VIPBadge-Rot3 {
  -webkit-animation: spin 12s infinite linear reverse;
          animation: spin 12s infinite linear reverse; }

.VIPBadge-Gold .VIPBadge-Rot4 {
  -webkit-animation: spin 24s infinite linear reverse;
          animation: spin 24s infinite linear reverse; }

.VIPBadge-Gold .VIPBadge-Rot5 {
  -webkit-animation: spin 8s infinite linear reverse;
          animation: spin 8s infinite linear reverse; }

.VIPBadgeIcon {
  position: relative;
  display: inline; }
  .VIPBadgeIcon.VIPBadgeIcon--withLeadingIcon {
    margin-left: 3px; }
  .VIPBadgeIcon svg {
    width: 17px;
    height: 17px; }
    .CommentMessage .VIPBadgeIcon svg, .JoinMessage .VIPBadgeIcon svg {
      width: auto;
      height: 15px;
      margin-right: 4px; }

.VIPIconTooltip {
  width: 250px;
  padding: 26px;
  border-radius: 4px;
  background-color: black;
  font-size: 12px;
  font-family: "museo_sans500", sans-serif;
  color: #FFF; }
  .VIPIconTooltip a {
    color: #40a4c4; }
  .VIPIconTooltip .VIPIconTooltip-Close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 12px; }
    .VIPIconTooltip .VIPIconTooltip-Close svg {
      height: 10px; }
  .VIPIconTooltip .VIPIconTooltip-Icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 24px 0 0 0; }
    .VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon svg {
        height: 40px; }
      .VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon span {
        margin: 7px 0 0 0; }
  .GlobalTooltip--bottom .VIPIconTooltip {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }
  .GlobalTooltip--top .VIPIconTooltip {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.8); }
  .GlobalTooltip--right .VIPIconTooltip {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.8); }
  .GlobalTooltip--left .VIPIconTooltip {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.8); }

.TwitterAdUI {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  font-family: "helvetica neue", arial;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased; }
  .TwitterAdUI .TwitterAdUI-paddedContainer {
    padding: 8px 15px; }
  .TwitterAdUI .TwitterAdUI-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .TwitterAdUI .TwitterAdUI-button {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6); }
    .TwitterAdUI .TwitterAdUI-button.TwitterAdUI-time {
      padding: 4px 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      line-height: 13px;
      font-size: 13px; }
      .TwitterAdUI .TwitterAdUI-button.TwitterAdUI-time .TwitterAdUI-audioIcon {
        width: 14.18182px;
        height: 13px;
        background-size: 13px 14.18182px;
        background-repeat: no-repeat;
        background-image: url(../images/media_equalizer.gif); }
  .TwitterAdUI .TwitterAdUI-skip {
    cursor: pointer;
    padding: 5px 10px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 400; }
  .TwitterAdUI .TwitterAdUI-activeBackground {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65)); }
    .TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls {
      height: 34px;
      line-height: 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-controlsLeft {
        margin: 0 0 0 -8px; }
      .TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-controlSpacer {
        width: 1px;
        height: 100%;
        margin: 0 8px;
        background-color: rgba(164, 184, 190, 0.3); }
      .TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-playbackIcon {
        cursor: pointer;
        padding: 0 12px 0 0; }
        .TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-playbackIcon svg {
          width: 34px;
          height: 34px; }
      .TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-timer {
        margin: 0 8px 0 0;
        font-weight: 300; }
      .TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-mutedIcon {
        cursor: pointer;
        height: 34px;
        padding: 0 12px; }
  .TwitterAdUI .TwitterAdUI-rowGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .TwitterAdUI .TwitterAdUI-fader {
    -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .TwitterAdUI .TwitterAdUI-fader.TwitterAdUI-container {
      opacity: 1; }
    .TwitterAdUI .TwitterAdUI-fader.TwitterAdUI-activeBackground {
      opacity: 0; }
  .TwitterAdUI:hover .TwitterAdUI-fader.TwitterAdUI-container, .TwitterAdUI:focus .TwitterAdUI-fader.TwitterAdUI-container {
    opacity: 0; }
  .TwitterAdUI:hover .TwitterAdUI-fader.TwitterAdUI-activeBackground, .TwitterAdUI:focus .TwitterAdUI-fader.TwitterAdUI-activeBackground {
    opacity: 1; }

#BanPage {
  font-size: 14px;
  height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  background: whitesmoke;
  color: #3f4d51;
  font-family: "museo_sans300", sans-serif;
  -webkit-font-smoothing: antialiased; }
  #BanPage h2 {
    margin: 0; }
  #BanPage strong {
    font-family: "museo_sans700", sans-serif;
    font-weight: normal; }
  #BanPage a {
    color: #40a4c4;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out; }
    #BanPage a:hover {
      color: #2a748b;
      text-decoration: underline; }
  #BanPage p {
    font-size: 0.8em;
    line-height: 1.4em; }
  #BanPage .BanPageReason-actionButtonBar {
    position: absolute;
    top: 64px;
    bottom: 76px;
    overflow: scroll;
    color: #6b8187;
    width: 100%;
    margin: 0 auto;
    padding: 24px 20px;
    font-size: 1.4em;
    line-height: 1.4em; }
  #BanPage .BanPageReason--form .BanPageReason-actionButtonBar {
    bottom: 0; }
  #BanPage .BanPageReason-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  #BanPage .BanPageReason-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #40a4c4;
    color: white; }
    @media all and (max-width: 720px) {
      #BanPage .BanPageReason-header {
        background-color: #328aa7; } }
    #BanPage .BanPageReason-header .BanPageReason-statusBar {
      background: #3a8ba5;
      height: 20px; }
    #BanPage .BanPageReason-header .BanPageReason-navigationBar {
      background: #40a4c4;
      height: 44px; }
  #BanPage .BanPageButton {
    padding: 16px;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #eaeaea; }
    #BanPage .BanPageButton.BanPageButton--inline {
      position: relative;
      background: transparent; }
  #BanPage .BanPageButton button {
    width: 100%;
    height: 46px;
    line-height: 46px;
    max-width: 700px;
    border-radius: 23px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: "museo_sans700", sans-serif; }
  #BanPage .BanPageButton button:not(.Touchable) {
    background: #40a4c4;
    color: white;
    border: none; }
  #BanPage .BanPageButton button[disabled] {
    background: #a4b8be;
    opacity: 0.3; }
  #BanPage input {
    width: 100%;
    font-size: 1em;
    text-align: center; }
  #BanPage .BanPageReason-logout {
    position: absolute;
    right: 4.5px;
    top: 24.5px; }

#Partners .partners-grid {
  list-style: none;
  padding: 20px 0px; }

#Partners li.partners-item {
  font-size: initial;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  min-height: 150px; }

#Partners .grid-item {
  padding: 15px 15px; }

#Partners .partner-title {
  font-family: "museo_sans500", sans-serif; }

#Partners .partners-item img {
  width: 120px;
  float: left;
  margin-right: 15px;
  border: 1px #eff2f4 solid; }

#Partners .partner-subtext {
  line-height: 22px; }

@media only screen and (max-width: 840px) {
  #Partners li.partners-item {
    margin-bottom: 10px;
    width: 100%; }
  #Partners .grid-item {
    padding: 25px 0px; } }

#tos-current table.c26 {
  word-break: break-word; }

#tos-current .c11 {
  font-weight: bold; }

#tos-current .c7 {
  font-size: 1em;
  text-align: left; }

#VIPProgram .hamburger-menu {
  display: none; }

.VanityMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "museo_sans500", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.VanityMenu-nav, .VanityMenu-navFlexGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.VanityMenu-navGroup {
  display: inline-block;
  margin: 0 20px;
  width: 160px;
  padding-bottom: 25px; }
  @media (max-width: 668px) {
    .VanityMenu-navGroup {
      width: 300px; } }
  .VanityMenu-navGroup h2 {
    color: #3f4d51;
    font-family: "museo_sans300", sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding-left: 10px; }

.VanityMenu-linkGroup {
  list-style: none;
  padding: 0; }
  .VanityMenu-linkGroup a.VanityMenu-link {
    color: #40a4c4;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    padding: 10px; }
    .VanityMenu-linkGroup a.VanityMenu-link:visited {
      color: #40a4c4; }
    .VanityMenu-linkGroup a.VanityMenu-link:hover {
      background-color: rgba(124, 214, 241, 0.2);
      color: #40a4c4; }

.VanityMenu-copyright {
  color: #a4b8be;
  font-size: 12px;
  margin-top: 80px; }

.VanityRoot {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.VanitySplash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background: black url("../images/splash_bg.jpg") no-repeat center center;
  color: white; }

.VanitySplash-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "museo_sans300", sans-serif;
  padding: 60px 20px;
  text-align: center; }

.VanitySplash-headline {
  font-size: 1.6em;
  margin: 0 auto; }

.VanitySplash-videoCTA {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 30px auto; }

.VanitySplash-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  overflow: hidden; }

.VanitySplash-overlayBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  z-index: -1; }

.VanitySplash-overlayVideo {
  height: 100%;
  width: 100%; }

.VanitySplash-overlayClose {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer; }

.RegionSelectModal {
  padding: 20px; }
  .RegionSelectModal select {
    display: block;
    margin: 20px auto 0; }

.GetAppModal .ModalLinkCTA {
  margin: 60px 115px 20px; }

.GetAppModal .Form-input {
  width: 240px; }

.Modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .Modal a {
    text-decoration: none;
    color: #40a4c4; }
    .Modal a:visited {
      color: #40a4c4; }
  .Modal .ModalLinkCTA {
    margin: 0 32px 16px; }
  .Modal .Modal-commentDetail {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 0;
    margin-top: -10px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .Modal .Modal-commentDetail .CommentMessage {
      box-shadow: 0px 1px 3px black;
      cursor: initial;
      text-align: left;
      float: none;
      margin: 0; }
    .Modal .Modal-commentDetail .CommentMessage-actionButtons {
      display: none; }

.Modal-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  cursor: pointer;
  z-index: 14;
  will-change: opacity; }
  .Modal-background.Modal-background--light {
    background-color: white; }
  .Modal-background.Modal-background--blue {
    background-color: #40a4c4; }

.Modal-content {
  position: relative;
  z-index: 15;
  will-change: margin-bottom, opacity; }
  .Modal-content.Modal-style {
    padding: 50px 0 0 0; }
    .Modal-content.Modal-style.Modal-iframe {
      padding: 0; }
    .Modal-content.Modal-style .Modal-component {
      min-height: 50px; }
  .Modal-content.Modal-style {
    background-color: white;
    border-radius: 4px;
    color: #a4b8be;
    font-family: "museo_sans300", sans-serif;
    font-size: 16px;
    margin: 0 20px;
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    opacity: 0;
    text-align: center; }
    .Modal-content.Modal-style .ReportCommentModal-button {
      display: block;
      cursor: pointer;
      background-color: white;
      border-radius: 30px;
      color: #40a4c4;
      padding: 12px 35px;
      margin: 7px 0;
      text-decoration: none;
      border: 1px solid #40a4c4;
      font-family: "museo_sans500", sans-serif;
      font-size: 16px;
      text-decoration: none;
      -webkit-transition: background-color .1s ease-out, color .1s;
      transition: background-color .1s ease-out, color .1s; }
      .Modal-content.Modal-style .ReportCommentModal-button.ReportCommentModal-button--red {
        color: #d55548;
        border-color: #d55548; }
      .Modal-content.Modal-style .ReportCommentModal-button .ReportCommentModal-buttonExtra {
        display: block;
        font-size: 12px;
        color: #a4b8be; }
      .Modal-content.Modal-style .ReportCommentModal-button:hover .ReportCommentModal-buttonExtra,
      .Modal-content.Modal-style .ReportCommentModal-button:focus .ReportCommentModal-buttonExtra,
      .Modal-content.Modal-style .ReportCommentModal-button:active .ReportCommentModal-buttonExtra {
        color: white; }
      .Modal-content.Modal-style .ReportCommentModal-button:hover, .Modal-content.Modal-style .ReportCommentModal-button:focus, .Modal-content.Modal-style .ReportCommentModal-button:active {
        outline: none;
        background-color: #d55548;
        border-color: #d55548;
        color: white;
        text-decoration: none; }
  .Modal-content.Modal-noTopPad {
    padding: 0; }
  .Modal-content .IFrameModal iframe {
    border-radius: 4px; }

.Modal-title,
.Modal-message,
.Modal-form {
  padding: 0 32px; }

.Modal-title {
  margin: 20px 0 0;
  font-family: "museo_sans500", sans-serif;
  font-size: 24px;
  color: #3f4d51; }
  .Modal-title + .Modal-message {
    margin-top: 0; }

.Modal-message {
  margin: 12px 0 24px;
  color: #3f4d51; }

.Modal-body,
.Modal-form {
  margin: 20px 0; }

.Modal-smallPrint {
  margin-top: 10px;
  font-size: 13px; }

div:not(.Modal-white) > .Modal-dismiss {
  background-image: url("../images/close_x.9b44b4c0099aa5b9340a8ba84c217429.png");
  background-repeat: no-repeat;
  background-position: center 20px;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 0;
  width: 40px;
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    div:not(.Modal-white) > .Modal-dismiss {
      background-image: url("../images/close_x@2x.9a2ff1523119877d22f514241ff7eea7.png");
      background-size: 15px 15px; } }
  div:not(.Modal-white) > .Modal-dismiss.Modal-style {
    background-color: #88c6d9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    div:not(.Modal-white) > .Modal-dismiss.Modal-style:hover {
      background-color: #64b4cc; }
    div:not(.Modal-white) > .Modal-dismiss.Modal-style:focus, div:not(.Modal-white) > .Modal-dismiss.Modal-style:active {
      outline: none;
      background-color: #43a3c1; }

div.Modal-white {
  border-radius: 7px; }
  div.Modal-white > .Modal-dismiss {
    background-image: url("../images/web_x_grey.f7ea5c368fc922286c07afd364dcb984.png");
    background-repeat: no-repeat;
    background-position: center 20px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 5px;
    top: -4px;
    width: 40px;
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      div.Modal-white > .Modal-dismiss {
        background-image: url("../images/web_x_grey@2x.1d4d915f39852a6b0f3f82e3db0e6439.png");
        background-size: 16px 16px; } }
    div.Modal-white > .Modal-dismiss:hover {
      background-image: url("../images/web_x_grey_hover.1af6d79f146c263b041083e8e6d769ad.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        div.Modal-white > .Modal-dismiss:hover {
          background-image: url("../images/web_x_grey_hover@2x.504aa06c59ea547a35f53f60810390a0.png");
          background-size: 16px 16px; } }

@media only screen and (max-width: 480px) {
  .Modal-content {
    margin: 0 40px; } }

@media only screen and (max-height: 750px) {
  .Modal .Modal-content:not(.Modal-ReportComment) {
    max-height: 95vh; }
    .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component {
      max-height: 95vh;
      overflow-y: overlay;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden; }
      .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar {
        -webkit-appearance: none; }
      .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar:vertical {
        width: 9px; }
      .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar:horizontal {
        height: 0; }
      .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.5); }
      .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 8px; }
      .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component .ProfileModal, .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component .ReportCommentModal {
        margin-bottom: 115px;
        padding-bottom: 0; }
    .Modal .Modal-content:not(.Modal-ReportComment) .Modal-commentDetail {
      z-index: 15;
      position: fixed;
      bottom: 5px;
      top: initial;
      max-width: 300px;
      max-height: 115px;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .Modal .Modal-content:not(.Modal-ReportComment) .Modal-commentDetail .CommentMessage-message {
        overflow: hidden;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical; } }

@media only screen and (max-height: 380px) {
  .Modal .Modal-content.Modal-ReportComment {
    max-height: 95vh; }
    .Modal .Modal-content.Modal-ReportComment .Modal-component {
      max-height: 95vh;
      overflow-y: overlay;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden; }
      .Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar {
        -webkit-appearance: none; }
      .Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar:vertical {
        width: 9px; }
      .Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar:horizontal {
        height: 0; }
      .Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.5); }
      .Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 8px; }
      .Modal .Modal-content.Modal-ReportComment .Modal-component .ProfileModal, .Modal .Modal-content.Modal-ReportComment .Modal-component .ReportCommentModal {
        margin-bottom: 115px;
        padding-bottom: 0; }
    .Modal .Modal-content.Modal-ReportComment .Modal-commentDetail {
      z-index: 15;
      position: fixed;
      bottom: 5px;
      top: initial;
      max-width: 300px;
      max-height: 115px;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .Modal .Modal-content.Modal-ReportComment .Modal-commentDetail .CommentMessage-message {
        overflow: hidden;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical; } }

@media only screen and (max-height: 750px) {
  .Modal .Modal--withSidebar.Modal-content:not(.Modal-ReportComment) .Modal-commentDetail {
    margin-left: calc(50% + 225px); } }

@media only screen and (max-height: 380px) {
  .Modal .Modal--withSidebar.Modal-content.Modal-ReportComment .Modal-commentDetail {
    margin-left: calc(50% + 225px); } }

.Modal-content.Modal-bannedModal {
  background-color: #d55548;
  min-height: 200px; }
  .Modal-content.Modal-bannedModal .Modal-dismiss.Modal-style {
    background-color: #ff6656; }
    .Modal-content.Modal-bannedModal .Modal-dismiss.Modal-style:hover {
      background-color: #c14b3c; }
  .Modal-content.Modal-bannedModal .AlertIcon {
    padding: 0;
    margin: 30px 0 20px;
    width: 50px; }
  .Modal-content.Modal-bannedModal .Modal-message {
    color: white;
    padding: 0; }
  .Modal-content.Modal-bannedModal .Modal-component {
    padding: 0; }
  .Modal-content.Modal-bannedModal iframe {
    border-radius: 3px; }

.ConfirmationModal .ConfirmationModal-message {
  color: #3f4d51;
  padding: 20px; }

.ConfirmationModal .ConfirmationModal-actions {
  margin-bottom: 20px; }
  .ConfirmationModal .ConfirmationModal-actions a:hover {
    text-decoration: underline; }
  .Modal .Modal-component .ConfirmationModal .ConfirmationModal-actions button {
    margin-bottom: 10px; }
  .ConfirmationModal .ConfirmationModal-actions a.is-red {
    color: #d55548; }

.ProfileModal {
  padding-bottom: 40px; }
  .ProfileModal .ProfileDescription {
    margin: 30px 40px 0; }
  .ProfileModal .PeriscopeProfileButton {
    margin: 40px 40px 0; }
  @media (max-width: 668px) {
    .ProfileModal .ProfileDetails label {
      font-size: 12px; }
    .ProfileModal .ProfileDetails .ProfileLink {
      padding: 5px; } }

.ProfileModal--mute {
  margin-top: 25px;
  font-size: 14px;
  color: #d55548;
  cursor: pointer; }

.ProfileModal--mutedMessage {
  font-size: 14px;
  color: #79888c;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  bottom: 25px; }
  @media (max-width: 668px) {
    .ProfileModal--mutedMessage {
      bottom: 60px;
      position: fixed; } }

.SignInModalRevamp {
  padding-bottom: 25px; }
  .SignInModalRevamp .SignInModalRevamp-closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px; }
  .SignInModalRevamp .Modal-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "museo_sans300", sans-serif; }
    .SignInModalRevamp .Modal-title .SignInModalRevamp-appLogo {
      width: 40px;
      height: 40px;
      margin-right: 10px;
      border-radius: 50%;
      background-color: #40a4c4;
      padding: 9px; }
  .SignInModalRevamp .Modal-message {
    padding: 20px 0;
    color: #a4b8be;
    border: 0; }
  .SignInModalRevamp .Modal-form {
    width: 400px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden; }
    @media (max-width: 668px) {
      .SignInModalRevamp .Modal-form {
        width: 325px; } }
    .SignInModalRevamp .Modal-form .Form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      padding: 0 50px;
      width: 100%;
      height: 100%; }
    .SignInModalRevamp .Modal-form svg {
      margin-right: 7px; }
    .SignInModalRevamp .Modal-form .SignInModalRevamp-action {
      margin-bottom: 20px;
      color: #3f4d51; }
      .SignInModalRevamp .Modal-form .SignInModalRevamp-action strong {
        font-family: "museo_sans700", sans-serif; }
    .SignInModalRevamp .Modal-form .Form-button {
      padding: 15px;
      margin: 12px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-twitter {
        background: #59adeb; }
        .SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-twitter svg {
          fill: white; }
      .SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-facebook {
        background: #3c5a99; }
        .SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-facebook svg {
          fill: white; }
      .SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-google {
        background: #3f535c; }
      .SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-firebase {
        background: #71d271; }
    .SignInModalRevamp .Modal-form .Form-input {
      padding: 12px;
      text-align: left; }
    .SignInModalRevamp .Modal-form select.Form-input {
      padding: 0 12px; }
    .SignInModalRevamp .Modal-form .SignInModalRevamp-switchAction {
      display: block;
      margin-top: 25px; }
  .SignInModalRevamp .SignInModalRevamp-meta {
    font-size: 11px;
    display: block; }

.Modal-content.Modal-signup {
  padding-top: 0; }
  .Modal-content.Modal-signup .Modal-component {
    padding-top: 0; }
  .Modal-content.Modal-signup .Modal-dismiss.Modal-style {
    width: 29px;
    height: 36px;
    background-position: center 12.5px;
    background-size: 12.5px 12.5px; }

.SignUpModal {
  padding-bottom: 40px; }
  .SignUpModal svg.SyncIcon {
    width: 12px;
    height: 12px; }
  .SignUpModal svg.Badge, .SignUpModal svg.Username {
    width: 26px;
    height: 26px; }
  .SignUpModal .accessAid {
    display: none; }
  .SignUpModal .SignUp {
    height: 120px;
    display: block;
    background-color: #40a4c4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .SignUpModal .ProfileAvatar {
    position: relative;
    top: 44px; }
    .SignUpModal .ProfileAvatar .ProfileAvatar-image {
      border: 5px solid white;
      box-sizing: content-box; }
  .SignUpModal .SignUpForm {
    padding-top: 70px; }
    .SignUpModal .SignUpForm .SignUpLabel {
      -webkit-transition: fill .3s ease-out;
      transition: fill .3s ease-out;
      fill: #a4b8be; }
      .SignUpModal .SignUpForm .SignUpLabel.is-focused {
        fill: #3f4d51; }
      .SignUpModal .SignUpForm .SignUpLabel.is-error {
        fill: #d55548; }
      .SignUpModal .SignUpForm .SignUpLabel.is-ok {
        fill: #82bb47; }
      .SignUpModal .SignUpForm .SignUpLabel svg {
        vertical-align: text-bottom; }
    .SignUpModal .SignUpForm .InputContainer {
      position: relative;
      display: block;
      margin: 0 auto 14px;
      width: 290px; }
      .SignUpModal .SignUpForm .InputContainer .FormTextBox {
        width: 246px;
        height: 24px;
        font-family: "museo_sans700", sans-serif;
        font-size: 20px;
        color: #3f4d51;
        border: none;
        border-bottom: 1px solid rgba(164, 184, 190, 0.3);
        padding-bottom: 8px;
        line-height: 24px;
        outline: none;
        margin-left: 17px; }
      .SignUpModal .SignUpForm .InputContainer .FieldErrors {
        position: absolute;
        top: calc(100% + 8px);
        background-color: #d55548;
        font-size: 12px;
        color: white;
        padding: 10px 16px;
        border-radius: 4px; }
        .SignUpModal .SignUpForm .InputContainer .FieldErrors .DropdownTriangle {
          left: 0;
          width: 45px; }
          .SignUpModal .SignUpForm .InputContainer .FieldErrors .DropdownTriangle::after {
            background-color: #d55548; }
        .SignUpModal .SignUpForm .InputContainer .FieldErrors p {
          margin: 0; }
      .SignUpModal .SignUpForm .InputContainer .ValidatingIndicator {
        position: absolute;
        right: 10px;
        line-height: 30px;
        fill: #a4b8be; }
        .SignUpModal .SignUpForm .InputContainer .ValidatingIndicator .SyncIcon {
          display: none; }
        .SignUpModal .SignUpForm .InputContainer .ValidatingIndicator.is-validating .SyncIcon {
          display: inline-block;
          -webkit-animation: spin 1s infinite linear normal;
                  animation: spin 1s infinite linear normal; }
  .SignUpModal .SignUpActions {
    margin: 52px 40px 0; }
    .SignUpModal .SignUpActions .SignUpButton {
      position: relative;
      color: white;
      display: inline-block;
      padding: 5px 15px;
      text-decoration: none;
      cursor: pointer;
      width: 100%;
      height: 48px;
      border-radius: 50px;
      background-color: #7cd6f1;
      border: none;
      font-family: "museo_sans500", sans-serif;
      font-size: 16px;
      -webkit-transition: background-color .3s ease-out;
      transition: background-color .3s ease-out; }
      .SignUpModal .SignUpActions .SignUpButton:hover, .SignUpModal .SignUpActions .SignUpButton:focus {
        background-color: #40a4c4; }
      .SignUpModal .SignUpActions .SignUpButton:disabled {
        cursor: default;
        background-color: rgba(164, 184, 190, 0.3); }
      .SignUpModal .SignUpActions .SignUpButton.is-submitted:disabled {
        cursor: default;
        background-color: #82bb47; }
      .SignUpModal .SignUpActions .SignUpButton.is-submitted .CheckIcon {
        position: absolute;
        left: 10px; }
      .SignUpModal .SignUpActions .SignUpButton span {
        line-height: 30px; }
  .SignUpModal .TermsAndConditions {
    margin-top: 25px;
    font-size: 14px;
    padding: 0 35px; }
    .SignUpModal .TermsAndConditions a {
      cursor: pointer; }

.ShareOverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "museo_sans300", sans-serif; }

.ShareOverlayTitle {
  font-size: 24px;
  color: white;
  text-align: center;
  margin-bottom: 21px; }
  @media (min-width: 868px) {
    .ShareOverlayTitle {
      margin-bottom: 61px; } }

.ShareOverlayButtons {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 95vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 668px) {
    .ShareOverlayButtons {
      margin: 0; } }

.ShareOverlay-spacer {
  width: 1px;
  height: 50px;
  background: transparent; }

.ShareOverlay-timecodeSharing {
  width: 100%; }
  @media (min-width: 948px) {
    .ShareOverlay-timecodeSharing {
      width: 500px; } }
  .ShareOverlay-timecodeSharing .Checkbox--isChecked {
    font-family: inherit; }
    .ShareOverlay-timecodeSharing .Checkbox--isChecked .Checkbox-box {
      background-color: #3b99fc;
      border-color: #3b99fc; }

.ShareOverlay-timecodeControls {
  text-align: center;
  height: 100%;
  opacity: 1;
  padding: 25px 0;
  -webkit-transition: height 0.4s, opacity 0.4s, padding 0.4s;
  transition: height 0.4s, opacity 0.4s, padding 0.4s; }
  @media (max-width: 668px) {
    .ShareOverlay-timecodeControls {
      padding: 12px 0; } }
  .ShareOverlay-timecodeControls .SharePreview {
    margin: 0 auto 20px;
    -webkit-transition: height 0.4s, opacity 0.4s;
    transition: height 0.4s, opacity 0.4s; }
    .ShareOverlay-timecodeControls .SharePreview .BaseVideo {
      border-radius: 4px; }
  .ShareOverlay-timecodeControls.ShareOverlay-timecodeControls--isDisabled {
    pointer-events: none;
    height: 0;
    opacity: 0;
    padding: 0; }
    .ShareOverlay-timecodeControls.ShareOverlay-timecodeControls--isDisabled .SharePreview {
      height: 0; }

.ShareOverlay-timecodeControlsToggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px; }

.ShareOverlay-timecodeLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.ShareOverlay-timecodeCheckbox {
  margin-right: 10px; }

.ShareOverlay-timecodeDisplay {
  color: white;
  font-family: "museo_sans700", sans-serif;
  font-size: 14px;
  text-align: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  .ShareOverlay-timecodeDisplay.ShareOverlay-timecodeDisplay--disabled {
    opacity: .2; }
  .ShareOverlay-timecodeSharingLegacy .ShareOverlay-timecodeDisplay {
    padding-left: 9px; }

.ShareOverlay-doneButton {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  font-family: "museo_sans500", sans-serif; }
  .ShareOverlay-doneButton:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .ShareOverlay-doneButton:active {
    background-color: #fff;
    color: #4a4a4a; }

.Modal-content.Modal-style.Modal-report {
  padding-top: 0; }
  .Modal-content.Modal-style.Modal-report .Modal-dismiss.Modal-style {
    width: 29px;
    height: 36px;
    background-position: center 12.5px;
    background-size: 12.5px 12.5px; }
  .Modal-content.Modal-style.Modal-report #block-offensive {
    margin-bottom: 34px; }

.Modal-associatedAccountModal.Modal-content.Modal-style .Modal-component {
  padding: 0; }

.Modal-associatedAccountModal .AssociatedAccountModal-content {
  padding: 20px; }

.Modal-associatedAccountModal .AssociatedAccountModal-title {
  background: #40a4c4;
  color: white;
  border-radius: 4px 4px 0 0;
  padding: 50px 30px 10px;
  font-family: "museo_sans700", sans-serif;
  font-size: 21px;
  font-weight: bold; }

.Modal-associatedAccountModal .AssociatedAccountModal-message {
  color: #3f4d51;
  margin-bottom: 30px; }

.Modal-associatedAccountModal a {
  font-size: 14px; }

.Modal-associatedAccountModal button:not(.is-custom) {
  display: block;
  width: 100%; }

.Modal-associatedAccountModal .is-open .AssociatedAccountModal-instructions {
  display: block; }

.Modal-associatedAccountModal .AssociatedAccountModal-instructions {
  display: none;
  color: #3f4d51;
  text-align: left; }

.Safari360Alert {
  margin: 0; }

.GlobalDrawer {
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #3f4d51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-family: "museo_sans300", sans-serif;
  max-width: 60%;
  min-width: 40%;
  margin: 0 auto;
  min-height: 20px;
  padding: 36px 16px 16px;
  position: absolute;
  text-align: center;
  z-index: 13; }
  .GlobalDrawer a,
  .GlobalDrawer a:visited,
  .GlobalDrawer a:hover {
    text-decoration: none;
    color: #40a4c4; }
  .GlobalDrawer .GlobalDrawer-content {
    margin: 2px 0;
    width: 100%; }
  .GlobalDrawer .GlobalDrawer-close {
    margin: 8px 0 0 32px;
    cursor: pointer; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .GlobalDrawer {
    font-size: 14px;
    max-width: 95%;
    opacity: 0.95; } }

#GlobalTooltip {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%; }
  #GlobalTooltip.GlobalTooltip--isVisible {
    display: block; }
  #GlobalTooltip .GlobalTooltip--animateMovement {
    -webkit-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #GlobalTooltip .GlobalTooltip-content {
    z-index: 1; }
  #GlobalTooltip.GlobalTooltip--animate .GlobalTooltip-content,
  #GlobalTooltip.GlobalTooltip--animate .GlobalTooltip-arrow-container {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isNotVisible {
    pointer-events: none;
    display: block; }
    #GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isNotVisible .GlobalTooltip-content,
    #GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isNotVisible .GlobalTooltip-arrow-container {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-animation-name: u448057ae;
              animation-name: u448057ae;
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes u448057ae {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); } }

@keyframes u448057ae {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); } }
  #GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isVisible .GlobalTooltip-content,
  #GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isVisible .GlobalTooltip-arrow-container {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    -webkit-animation-name: u97ccd438;
            animation-name: u97ccd438;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes u97ccd438 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes u97ccd438 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
  #GlobalTooltip .GlobalTooltip-arrow-container {
    z-index: 2;
    -webkit-transform: none;
            transform: none;
    background: none;
    overflow: hidden;
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #GlobalTooltip .GlobalTooltip-arrow-container .GlobalTooltip-arrow {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  #GlobalTooltip.GlobalTooltip--left .GlobalTooltip-arrow-container {
    padding-right: 3px; }
  #GlobalTooltip.GlobalTooltip--left .GlobalTooltip-arrow {
    margin: 0 1px 0 0;
    box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.15);
    border-top: 4.24264px solid transparent;
    border-right: 4.24264px solid transparent;
    border-bottom: 4.24264px solid transparent !important;
    border-left: 4.24264px solid transparent !important; }
  #GlobalTooltip.GlobalTooltip--right .GlobalTooltip-arrow-container {
    padding-left: 3px; }
  #GlobalTooltip.GlobalTooltip--right .GlobalTooltip-arrow {
    margin: 0 0 0 1px;
    box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.15);
    border-top: 4.24264px solid transparent !important;
    border-right: 4.24264px solid transparent !important;
    border-bottom: 4.24264px solid transparent;
    border-left: 4.24264px solid transparent; }
  #GlobalTooltip.GlobalTooltip--top .GlobalTooltip-arrow-container {
    padding-bottom: 3px; }
  #GlobalTooltip.GlobalTooltip--top .GlobalTooltip-arrow {
    margin: 0 0 1px 0;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
    border-top: 4.24264px solid transparent !important;
    border-right: 4.24264px solid transparent;
    border-bottom: 4.24264px solid transparent;
    border-left: 4.24264px solid transparent !important; }
  #GlobalTooltip.GlobalTooltip--bottom .GlobalTooltip-arrow-container {
    padding-top: 3px; }
  #GlobalTooltip.GlobalTooltip--bottom .GlobalTooltip-arrow {
    margin: 1px 0 0 0;
    box-shadow: -2px -2px 3px 0px rgba(0, 0, 0, 0.15);
    border-top: 4.24264px solid transparent;
    border-right: 4.24264px solid transparent !important;
    border-bottom: 4.24264px solid transparent !important;
    border-left: 4.24264px solid transparent; }

.u-fullHeight {
  height: 100%;
  min-height: 100%;
  overflow: hidden; }

.u-fullScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.u-imageReplacement, .Header-logo {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden; }

.u-flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.u-flexItem {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: center;
      align-self: center; }

.u-opacity-0 {
  opacity: 0; }

.u-opacity-10 {
  opacity: 0.10; }

.u-opacity-50 {
  opacity: 0.50; }

.u-opacity-90 {
  opacity: 0.90; }

.u-opacity-100 {
  opacity: 1.0; }

.u-offscreen {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  height: 1px;
  opacity: 0; }

.u-pullRight {
  float: right; }

.u-pullLeft {
  float: left; }

.u-flexCentered-pullLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.u-transition-1 {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.u-clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

.u-pointer-events-none {
  pointer-events: none; }

.u-participantOrange {
  fill: #f5a623; }

.u-participantPurple {
  fill: #ab70d4; }

.u-participantGreen {
  fill: #99ce62; }

.u-participantPeriwinkle {
  fill: #5c75dc; }

.u-participantRed {
  fill: #d54d81; }

.u-participantYellow {
  fill: #ded569; }

.u-participantTeal {
  fill: #5ed5b1; }

.u-participantPink {
  fill: #e697dc; }

.u-participantBrown {
  fill: #92643e; }

.u-participantVividTangerine {
  fill: #ffa98a; }

.u-participantSkyBlue {
  fill: #84e1eb; }

.u-participantFern {
  fill: #69ab63; }

.u-participantCarnation {
  fill: #f85b5b; }

.u-participantDefault {
  fill: #404d52; }

.u-participantReplayBlue {
  fill: #40a4c4; }

.u-participantOrange .fill {
  fill: #f5a623; }

.u-participantPurple .fill {
  fill: #ab70d4; }

.u-participantGreen .fill {
  fill: #99ce62; }

.u-participantPeriwinkle .fill {
  fill: #5c75dc; }

.u-participantRed .fill {
  fill: #d54d81; }

.u-participantYellow .fill {
  fill: #ded569; }

.u-participantTeal .fill {
  fill: #5ed5b1; }

.u-participantPink .fill {
  fill: #e697dc; }

.u-participantBrown .fill {
  fill: #92643e; }

.u-participantVividTangerine .fill {
  fill: #ffa98a; }

.u-participantSkyBlue .fill {
  fill: #84e1eb; }

.u-participantFern .fill {
  fill: #69ab63; }

.u-participantCarnation .fill {
  fill: #f85b5b; }

.u-participantDefault .fill {
  fill: #404d52; }

.u-participantReplayBlue .fill {
  fill: #40a4c4; }

.u-participantOrange.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #f5a623);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #f5a623); }

.u-participantPurple.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #ab70d4);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #ab70d4); }

.u-participantGreen.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #99ce62);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #99ce62); }

.u-participantPeriwinkle.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #5c75dc);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #5c75dc); }

.u-participantRed.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #d54d81);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #d54d81); }

.u-participantYellow.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #ded569);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #ded569); }

.u-participantTeal.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #5ed5b1);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #5ed5b1); }

.u-participantPink.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #e697dc);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #e697dc); }

.u-participantBrown.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #92643e);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #92643e); }

.u-participantVividTangerine.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #ffa98a);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #ffa98a); }

.u-participantSkyBlue.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #84e1eb);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #84e1eb); }

.u-participantFern.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #69ab63);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #69ab63); }

.u-participantCarnation.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #f85b5b);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #f85b5b); }

.u-participantDefault.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #404d52);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #404d52); }

.u-participantReplayBlue.FeedbackItem--eclipse {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #40a4c4);
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 15px #40a4c4); }

.u-withDirection--rtl {
  direction: rtl; }

@-webkit-keyframes bgmap-slideacross {
  0% {
    -webkit-transform: translateX(-1439px);
            transform: translateX(-1439px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes bgmap-slideacross {
  0% {
    -webkit-transform: translateX(-1439px);
            transform: translateX(-1439px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

.error-fill {
  background-color: black;
  background: -webkit-linear-gradient(top, black 0%, #2f3a3d 100%);
  background: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "museo_sans700", sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .error-fill ::-moz-selection {
    color: white;
    background-color: #40a4c4; }
  .error-fill ::selection {
    color: white;
    background-color: #40a4c4; }
  .error-fill a {
    color: #7cd6f1;
    text-decoration: none; }
  .error-fill p {
    font-family: "museo_sans300", sans-serif;
    margin: 8px 0; }
  .error-fill .bg-map {
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0px;
    right: -1439px;
    background-image: url("../images/map.svg");
    background-repeat: repeat-x;
    background-size: 55%;
    opacity: .10;
    -webkit-animation-name: bgmap-slideacross;
            animation-name: bgmap-slideacross;
    -webkit-animation-duration: 86.4s;
            animation-duration: 86.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  .error-fill .content {
    position: relative;
    max-width: 400px;
    margin: 200px auto 0;
    padding: 0 20px; }
  .error-fill .title {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 100px;
    border-bottom: 1px solid #666; }
  .error-fill .title::before {
    content: " ";
    display: inline-block;
    background-image: url("../images/largepin.svg");
    background-repeat: no-repeat;
    width: 68px;
    height: 84px;
    padding-right: 24px;
    margin-left: -92px;
    box-sizing: content-box; }
  .error-fill .subtitle {
    margin: 16px 0;
    font-size: 32px; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .error-fill .bg-map {
    top: -70px; }
  .error-fill .content {
    margin-top: 125px; }
  .error-fill .title::before {
    margin-left: 0px; } }
/*# sourceMappingURL=stylesheet.css.map */