* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    box-sizing: border-box;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

html, body {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #000000;
}

body {
    -webkit-tap-highlight-color: transparent;
    font-family: Helvetica Neue, Helvetica, sans-serif;
}

#famous-application {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    perspective: 600px;
    overflow: hidden;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hidden-template {
    opacity: 0;
    pointer-events: none;
}

/* video */
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

/* avoid flicker */
.video-container:first-child {
    z-index: 0;
}

.video-container > video {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-container > video.cover {
    object-fit: cover;
}

.video-container > video.contain {
    object-fit: contain;
}

.video-container > video.fill {
    object-fit: fill;
}

.video-container > video.center-top {
    object-position: center top;
}

.video-container > video.center-center {
    object-position: center center;
}

.video-container > video.center-bottom {
    object-position: center bottom;
}

.video-container-vol {
    display: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    outline: none;
    border: none;
    position: absolute;
    z-index: 10;
    width: 39px;
    height: 35px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.video-container-vol svg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 19px;
    height: 15px;
}

.video-container-vol:active {
    opacity: 0.85 !important;
}

.progress {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #d9d9d9;
    border-radius: 5px;
    opacity: 0.7;
}

#low-power-mode-notification.display {
    display: flex !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: transform 0.75s;
}

#low-power-mode-notification.display.show {
    transform: scale(1);
}

#low-power-mode-notification hr {
    margin: 5px 0px 0px;
    color: #999999;
}

#low-power-mode-inner {
    flex: 1;
    margin: 150px 50px;
    background: #e8e8e8;
    border-radius: 10px;
    text-align: center;
}

#low-power-mode-text {
    padding: 25px;
}

#low-power-mode-action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #007AFF;
    height: 50px;
}

#low-power-mode-action-buttons .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#low-power-mode-action-buttons a,
#low-power-mode-action-buttons a:visited,
#low-power-mode-action-buttons a:hover {
    color: #007AFF;
    text-decoration: none;
}

#unsupported-orientation {
    display: none;
}

#unsupported-orientation.show, #unsupported-orientation > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: bold;
    z-index: 100;
}

#unsupported-orientation #rotate-icon {
    height: 15vh;
    width: 15vh;
    margin-bottom: 15px;
}
.card[data-id="64d10b02-f694-4f88-8a52-93eb77278bd6"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform-style: preserve-3d;
  overflow: hidden;
}

.card.scrolling[data-id="64d10b02-f694-4f88-8a52-93eb77278bd6"] {
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  overflow-y: scroll;
}

.card[data-id="64d10b02-f694-4f88-8a52-93eb77278bd6"] > .wrapper {
  overflow: hidden;
  transform-style: preserve-3d;
}

.card.hidden[data-id="64d10b02-f694-4f88-8a52-93eb77278bd6"] {
  display: none;
}:root{--ih:100vh;}@font-face {
    font-family: NunitoSans-Regular;
    src: url(https://fonts.gstatic.com/s/nunitosans/v5/pe0qMImSLYBIv1o4X1M8cce9I9tAcVwo.woff2);
}