button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #73bec8;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.article button:focus,
.article button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #5c98a0;
  color: #fff;
}
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover,
input[type='button']:disabled:hover,
input[type='reset']:disabled:hover,
input[type='submit']:disabled:hover {
  background-color: #73bec8;
}
fieldset {
  background-color: #f1f1f1;
  border: 1px solid #c6c6c6;
  margin: 0 0 0.75em;
  padding: 1.5em;
}
input,
label,
select {
  display: block;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}
label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required:after {
  content: '*';
}
label abbr {
  display: none;
}
input:not([type]),
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select[multiple='multiple'],
textarea {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 0.15s ease;
  width: 100%;
}
input:not([type]):hover,
input[type='color']:hover,
input[type='date']:hover,
input[type='datetime-local']:hover,
input[type='datetime']:hover,
input[type='email']:hover,
input[type='month']:hover,
input[type='number']:hover,
input[type='password']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='time']:hover,
input[type='url']:hover,
input[type='week']:hover,
select[multiple='multiple']:hover,
textarea:hover {
  border-color: #9e9e9e;
}
input:not([type]):focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime-local']:focus,
input[type='datetime']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus,
select[multiple='multiple']:focus,
textarea:focus {
  border-color: #73bec8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06),
    0 0 5px rgba(97, 182, 193, 0.7);
}
input:not([type]):disabled,
input[type='color']:disabled,
input[type='date']:disabled,
input[type='datetime-local']:disabled,
input[type='datetime']:disabled,
input[type='email']:disabled,
input[type='month']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='text']:disabled,
input[type='time']:disabled,
input[type='url']:disabled,
input[type='week']:disabled,
select[multiple='multiple']:disabled,
textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input:not([type]):disabled:hover,
input[type='color']:disabled:hover,
input[type='date']:disabled:hover,
input[type='datetime-local']:disabled:hover,
input[type='datetime']:disabled:hover,
input[type='email']:disabled:hover,
input[type='month']:disabled:hover,
input[type='number']:disabled:hover,
input[type='password']:disabled:hover,
input[type='search']:disabled:hover,
input[type='tel']:disabled:hover,
input[type='text']:disabled:hover,
input[type='time']:disabled:hover,
input[type='url']:disabled:hover,
input[type='week']:disabled:hover,
select[multiple='multiple']:disabled:hover,
textarea:disabled:hover {
  border: 1px solid #c6c6c6;
}
textarea {
  resize: vertical;
}
input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='checkbox'],
input[type='radio'] {
  display: inline;
  margin-right: 0.375em;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
}
input[type='file'] {
  margin-bottom: 0.75em;
  width: 100%;
}
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: 700;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}
table {
  border-collapse: collapse;
  font-feature-settings: 'kern', 'liga', 'tnum';
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
th {
  border-bottom: 1px solid #959595;
  font-weight: 600;
  text-align: left;
}
td,
th {
  padding: 0.75em 0;
}
td {
  border-bottom: 1px solid #c6c6c6;
}
td,
th,
tr {
  vertical-align: middle;
}
body {
  color: #434a54;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-feature-settings: 'kern', 'liga', 'pnum';
  font-size: 1em;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: 500;
}
p {
  margin: 0 0 0.75em;
}
a {
  color: inherit;
  text-decoration: none;
}
hr {
  border-bottom: 1px solid #c6c6c6;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}
img,
picture {
  margin: 0;
  max-width: 100%;
}
.screen-reader-text {
  display: none;
}
.v-holder {
  display: table;
  height: inherit;
  width: 100%;
}
.v-content {
  display: table-cell;
  vertical-align: middle;
}

.statement__audio audio {
  display: none;
}

@media screen and (max-width: 640px) {
  header.banner.is-below-slider {
    display: none;
  }
}
.post .post-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(40deg, #284893, #2f63e0);
  overflow: hidden;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .post .post-header__container {
    position: absolute;
    left: 80px;
    bottom: 40px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .post .post-header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 20px 20px;
    position: relative;
    height: 100%;
  }
}
.post .post-header__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post__author,
.post__duration__time,
.post__teaser,
.post__title {
  font-family: Roboto Mono, monospace;
}
.post .post__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.85rem;
  color: #fff !important;
  animation-delay: 1s;
}
.post .post__teaser {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #89bc62;
  animation-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  .post .post__teaser {
    font-size: 0.85rem;
  }
}
.post .post__author {
  margin-bottom: 1.25rem;
  font-weight: 400;
  animation-delay: 1.8s;
}
@media screen and (max-width: 767px) {
  .post .post__author {
    margin-top: auto;
    margin-bottom: 2.5rem;
  }
  .post .post__author i {
    display: table-column;
  }
}
.post .post__duration__time {
  animation-delay: 2s;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .post .post__author,
  .post .post__duration,
  .post .post__teaser,
  .post .post__title {
    text-align: center;
  }
  .post .post__header .post__duration {
    display: block;
    position: relative !important;
    bottom: auto !important;
    margin-bottom: 3rem;
  }
}
.audio-player {
  display: inline-block;
  width: 200px;
  font-family: Roboto Mono, monospace;
  font-size: 0.75rem;
}
.audio-player__duration {
  background: #fff;
  border: solid #e4e4e4;
  border-width: 1px 1px 0;
  color: #434a55;
}
.audio-player__timer {
  display: block;
  margin: 0.1rem 0.75rem;
}
.audio-player__progress {
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 -1px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.audio-player__progress::-moz-progress-bar {
  background: none;
}
.audio-player__progress::-moz-progress-value {
  background: currentColor;
}
.audio-player__progress::-webkit-progress-bar {
  background: none;
}
.audio-player__progress::-webkit-progress-value {
  background: currentColor;
}
.audio-player__controls {
  display: -ms-flexbox;
  display: flex;
  background: #007aff;
  color: #fff;
  padding: 0.35rem 0.5rem;
  -ms-flex-align: center;
  align-items: center;
}
.audio-player__button {
  padding: 0.25rem;
  width: 1.7rem;
  height: 1.7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  transition: all 0.25s ease;
}
.audio-player__button:hover {
  background: #fff;
}
.audio-player__button:active {
  background: #fff;
  transform: scale(0.97);
  opacity: 0.85;
}
.audio-player__button:active,
.audio-player__button:focus {
  background: #fff;
}
.audio-player__button svg {
  width: auto;
  margin: auto;
}
.audio-player__button .play-icon {
  height: 1rem;
}
.audio-player__button .pause-icon {
  height: 0.75rem;
}
.audio-player__button path,
.audio-player__button polygon {
  fill: #007aff;
}
.audio-player__text {
  margin-left: 0.75rem;
}
.audio-player--timeline .audio-player__duration {
  border-color: #fff;
}
.post .container__audio-buttons .post__content {
  padding: 0;
}
.audio-button {
  position: relative;
  border: 3px solid #0076ff;
  margin: 0 auto 1rem;
  max-width: 320px;
  border-radius: 4px;
}
.audio-button__btn {
  width: 40px;
  height: 45px;
  padding: 0.5rem 0;
  background: none;
}
.audio-button__btn:active,
.audio-button__btn:focus,
.audio-button__btn:hover {
  background: none;
}
.audio-button__btn svg {
  height: 50%;
  width: auto;
  margin: 0.5em 0;
}
.audio-button__btn path,
.audio-button__btn polygon {
  fill: #0076ff;
  stroke: #0076ff;
}
.audio-button__progress {
  position: absolute;
  width: 100%;
  max-width: 320px;
  background: #3476ff;
  overflow: hidden;
}
.audio-button__progress .audio-button__controls {
  color: #fff;
  width: 320px;
}
.audio-button__progress path,
.audio-button__progress polygon {
  fill: #fff;
  stroke: #fff;
}
.audio-button__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #3476ff;
  overflow: hidden;
}
.audio-button__title {
  -ms-flex: 1;
  flex: 1;
  width: 280px;
  text-align: center;
  font-family: Roboto Mono, monospace;
  font-weight: 700;
  text-indent: -15px;
}
.audio-button.is-playing .audio-button__progress {
  transition: all 0.2s ease;
}
.tl-cards {
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}
.tl-cards.is-visible {
  opacity: 1;
}
.tl-cards__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.tl-cards__container {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
}
.tl-card {
  width: 202px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  margin: 0 20px 20px 0;
}
.tl-card__title {
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  color: #2f63e0;
  font-family: Roboto Mono, monospace;
}
.tl-card__content {
  padding: 10px;
  font-family: Merriweather, serif;
}
.tl-card__content img {
  max-width: 100%;
  height: 180px;
  display: block;
  height: 118px;
  background-color: #e4e4e4;
}
.tl-card__content p {
  font-size: 13px;
  line-height: 17px;
}
.tl-card__content h4 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.tl-card__content h4 span {
  font-size: 10px;
  display: block;
  font-weight: 500;
}
article.post .container__dark {
  background: #31373f;
}
article.post .container__dark .post__content {
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
  font-family: Roboto Mono, monospace;
}
article.post .container__dark .post__content h2 {
  color: #00ff2d;
  font-family: Roboto Mono, monospace;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1.75rem;
}
article.post .container__dark .list-item {
  position: static;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-bottom: 2.5rem;
  color: #fff;
  font-family: Roboto Mono, monospace;
  font-weight: 700;
  box-shadow: 4px 4px 0 -1px #31373f, 4px 4px, 8px 8px 0 -1px #989b9f, 8px 8px;
  transition: box-shadow 0.2s ease;
}
article.post .container__dark .list-item:hover {
  box-shadow: 5px 5px 0 -1px #31373f, 5px 5px, 10px 10px 0 -1px #989b9f,
    10px 10px;
}
article.post .container__dark .list-item__bullet {
  position: static;
  height: auto;
  margin: 0;
  border-radius: 0;
  border: 1px solid;
  font-family: inherit;
}
article.post .container__dark .list-item__content {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  padding: 0.45rem 1rem;
}
article.post .container__dark .statement {
  background: none;
  font-family: Roboto Mono, monospace;
  border-left-color: #fff;
  color: #fff;
}
article.post .container__dark .statement__content {
  color: #fff;
}
article.post .container__dark .statement--audio {
  color: #fff;
  border-left-color: #fff;
}
article.post .container__dark .statement .audio-player__duration {
  background: none;
  color: #fff;
}
article.post .container__dark .statement .audio-player__controls {
  background: #fff;
  color: #31373f;
}
article.post .container__dark .statement .audio-player__button {
  background: #31373f;
}
article.post .container__dark .statement .audio-player__progress {
  color: #00ff2d;
}
article.post .container__dark .statement .audio-player__button path {
  stroke: #fff;
}
article.post .container__dark .statement .audio-player__button polygon {
  fill: #fff;
  stroke: #31373f;
}
.chat-bubbles__message {
  position: relative;
  max-width: 65%;
  margin-bottom: 2rem;
}
.chat-bubbles__message:after,
.chat-bubbles__message:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}
.chat-bubbles__message:before {
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
}
.chat-bubbles__message:after {
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #31373f;
}
.chat-bubbles__message--left:before {
  right: -12px;
  bottom: 15px;
}
.chat-bubbles__message--left:after {
  right: -8px;
  bottom: 16px;
}
.chat-bubbles__message--right {
  margin-left: auto;
}
.chat-bubbles__message--right:after,
.chat-bubbles__message--right:before {
  transform: rotate(180deg);
}
.chat-bubbles__message--right:before {
  left: -12px;
  bottom: 15px;
}
.chat-bubbles__message--right:after {
  left: -8px;
  bottom: 16px;
}
.chat-bubbles__author {
  color: #00ff2d;
  font-size: 0.85em;
  font-weight: 700;
  margin: 0.5rem 0;
}
.chat-bubbles__content {
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 1.5rem;
}
body.is-epic .post .container__dark .post__content a:not(.component__link) {
  border-bottom-color: #00ff2d !important;
  color: #fff !important;
}
body.is-epic
  .post
  .container__dark
  .post__content
  a:not(.component__link):hover {
  background-color: #00ff2d !important;
}
.container__in-between {
  position: relative;
  margin: -4rem auto -2rem;
}
@media screen and (max-width: 940px) {
  .container__in-between {
    margin: -2rem auto 0;
  }
}
@media screen and (max-width: 500px) {
  .container__in-between {
    margin: 0 auto;
  }
}
.container__in-between:after {
  content: '';
  position: absolute;
  height: 55%;
  width: 100%;
  bottom: 0;
  background: #31373f;
}
.container__in-between--inverse:after {
  top: 0;
}
.container__in-between .post__content {
  z-index: 2;
  position: relative;
}
.container__in-between .post__content p {
  font-size: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.container__in-between .post__content img {
  max-width: 100%;
  height: auto;
}
.container__in-between ~ div {
  position: relative;
  z-index: 2;
}
.container__in-between--statement .name-quote {
  background: #fff;
  padding: 2rem;
  max-width: calc(640px + 4rem);
  border: 1px solid #dcdcdc;
  box-shadow: 0 6px 30px -9px rgba(0, 0, 0, 0.2);
}
.container__in-between--statement .name-quote__question {
  font-family: Merriweather, serif;
  font-weight: 700 !important;
}
.container__in-between--statement .component {
  margin: 0;
}
.container__in-between--statement .component p {
  font-size: 1.2rem !important;
}
.play {
  position: relative;
  width: 6em;
  height: 6em;
  margin-top: -20vh;
  border-radius: 100%;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 767px) {
  .play {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin: -3em 0 0 -3em;
    z-index: 3;
  }
}
.play__control {
  position: relative;
  width: 6em;
  height: 6em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #fff;
  border-radius: 100%;
  z-index: 10;
}
.play__control,
.play__control:focus {
  background: #2c56ba;
}
.play__control:hover {
  background: #4670d3;
}
.play__control:active svg {
  transform: scale(0.8);
}
.play__control[disabled],
.play__control[disabled]:hover {
  background: #2c56ba;
}
@media screen and (max-width: 767px) {
  .play__control {
    border-width: 3px;
  }
}
.play__control svg {
  transition: transform 0.2s ease;
}
.play__ripple {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 6em;
  height: 6em;
  background: #fff;
  border-radius: 100%;
  animation: play-button-pulse 12s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.play__ripple:first-child {
  animation-delay: -1.5s;
}
.play__ripple:nth-child(2) {
  animation-delay: -3s;
}
.play__ripple:nth-child(3) {
  animation-delay: -4.5s;
}
.play__ripple:nth-child(4) {
  animation-delay: -6s;
}
.play__ripple:nth-child(5) {
  animation-delay: -7.5s;
}
.play__ripple:nth-child(6) {
  animation-delay: -9s;
}
.play__ripple:nth-child(7) {
  animation-delay: -10.5s;
}
.play__ripple:nth-child(8) {
  animation-delay: -12s;
}
.play__ring {
  position: absolute;
  width: 18em;
  height: 18em;
  top: -6em;
  left: -6em;
  border: 4px solid #89bc62;
  border-radius: 100%;
}
.play__ring:nth-child(9) {
  animation: ring-pulse 3s ease infinite;
}
.play__ring:nth-child(10) {
  animation: supanova 15s ease infinite;
}
@media screen and (max-width: 767px) {
  .play__ring {
    display: none;
  }
}
.play__position {
  opacity: 0;
  position: absolute;
  width: 240%;
  left: -67.5%;
  top: 40%;
  font-size: 0.75em;
  color: #fff;
  font-family: Roboto Mono, monospace;
  transition: opacity 0.5s ease;
}
.play__elapsed {
  float: left;
}
.play__remaining {
  float: right;
}
@media screen and (min-width: 768px) {
  .play__remaining {
    display: none;
  }
}
.play.is-playing {
  margin-top: 0;
}
.play.is-playing .play__ring,
.play.is-playing .play__ripple {
  opacity: 0;
  animation: none !important;
}
.play.is-playing .play__position {
  opacity: 1;
}
.play.is-playing .play__control {
  width: 4.8em;
  height: 4.8em;
  box-shadow: 0 0 50px 10px #2b55b9;
}
.play.is-playing .play-icon {
  display: none;
}
.play.is-playing .pause-icon {
  display: inline-block;
}
.play .pause-icon {
  display: none;
}
@keyframes play-button-pulse {
  0% {
    opacity: 0.04;
  }
  to {
    opacity: 0;
    transform: scale(6);
  }
}
@keyframes ring-pulse {
  0%,
  to {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes supanova {
  0%,
  30% {
    opacity: 0;
    transform: scale(1);
  }
  30.01% {
    opacity: 0.1;
  }
  to {
    opacity: 0;
    transform: scale(6);
  }
}
.post .post__content {
  padding: 3rem 0;
}
.post .post__content h2,
.post .post__content h3 {
  color: #ff2d55;
  font-family: Merriweather, serif;
  font-weight: 700;
}
.post .post__content h2 {
  font-size: 2.25rem;
  line-height: 3rem;
}
.post .post__content h3 {
  font-size: 1.75rem;
}
.post .post__content p:last-child {
  margin-bottom: 40px;
}
.statement {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto Mono, monospace;
  border-left-color: #434a55;
}
.statement__content {
  font-weight: 700;
  line-height: 1.2;
  color: #434a55;
}
.statement__content p {
  line-height: 1.85rem !important;
  font-size: 1.25rem !important;
}
.statement__author,
.statement__position {
  font-weight: 300;
  font-family: inherit;
}
.statement__author:before {
  content: '—';
  margin-right: 10px;
}
.statement--audio {
  color: #007aff;
  border-left-color: #007aff;
}
.statement--audio .statement__content {
  color: #007aff;
}
.statement--audio .statement__author,
.statement--audio .statement__position {
  display: none;
}
.player__range-slider {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 3px;
  -webkit-appearance: none;
  background-color: transparent;
  color: #fff;
}

.player__range-slider::-webkit-slider-runnable-track {
  height: 3px;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 3px;
}
.player__range-slider::-webkit-slider-thumb {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  top: -4px;
}
.player__range-slider::-moz-range-track {
  height: 3px;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 3px;
}
.player__range-slider::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  top: -4px;
}
.player__range-slider::-ms-track {
  height: 3px;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 3px;
}
.player__range-slider::-ms-thumb {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  top: -4px;
}
.player__range-slider:focus::-ms-fill-lower {
  background: #3071a9;
}
.player__range-slider:focus::-ms-fill-upper {
  background: #367ebd;
}
.player__range-slider.player__progress-bar::-webkit-slider-thumb {
  width: 11px;
  height: 11px;
  top: -4px;
  transform: scale(1);
}
.player__range-slider.player__progress-bar::-moz-range-thumb {
  width: 11px;
  height: 11px;
  top: -4px;
  transform: scale(1);
}
.player__range-slider.player__progress-bar::-ms-thumb {
  width: 11px;
  height: 11px;
  top: -4px;
  transform: scale(1);
}
.player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2rem;
  height: 60px;
  background-image: linear-gradient(-50deg, #0067d7, #007aff);
  box-shadow: inset 5px 5px 100px 0 rgba(51, 74, 131, 0.45),
    0 2px 15px -5px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.7em;
  font-family: Roboto Mono, monospace;
  z-index: 101;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 99999;
}
.is-below-slider .player {
  transform: translateY(0);
}
.player.is-disabled {
  background-image: linear-gradient(-50deg, #b9b9b9, #8c8c8c);
}
.player.is-disabled .player__button polygon {
  fill: #8c8c8c;
  stroke: #8c8c8c;
}
.player__image {
  width: auto;
  height: 100%;
}
.player__button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 1em;
  background: #fff;
  border-radius: 100%;
  transition: all 0.25s ease;
}
.player__button:focus {
  background: #fff;
  opacity: 1;
}
.player__button:hover {
  background: #fff;
}
.player__button:active {
  transform: scale(0.97);
  opacity: 0.85;
}
.player__button svg {
  width: auto;
  height: 0.75rem;
}
.player__button path,
.player__button polygon {
  fill: #007aff;
  stroke: #007aff;
}
.player__description {
  -ms-flex: 2;
  flex: 2;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .player__description {
    display: none;
  }
}
.player__volume {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .player__volume {
    display: none;
  }
}
.player__volume svg {
  width: auto;
  height: 20px;
}
.player__volume-slider {
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.75em;
}
.player__volume-level {
  min-width: 1.6rem;
}
.player__progress {
  -ms-flex: 4;
  flex: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.5em;
}
.player__progress-bar {
  margin: 0 0.75em;
  -webkit-appearance: none;
}
.player__volume-slider {
  width: 100%;
}
.player__download {
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .player__download {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .is-timeline-open .post__content {
    /* transform: translateX(-240px) */
  }
}
@media only screen and (max-width: 650px) {
  article.post div.post__content {
    padding-right: 60px;
  }
}
.siri-timeline {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.is-below-slider .siri-timeline {
  transform: translateX(0);
}
.tl {
  height: inherit;
}
.tl__container {
  display: table;
  height: inherit;
}
.tl__content {
  display: table-cell;
  vertical-align: middle;
}
.tl-item {
  position: relative;
  color: rgba(84, 92, 104, 0.5);
  margin-bottom: 10px;
  padding: 8px 15px 8px 8px;
  text-align: right;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #fff;
  float: right;
  clear: right;
  background-color: hsla(0, 0%, 100%, 0.9);
  transition: color 0.2s ease, padding 0.2s ease, background 0.2s ease;
}
.tl-item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  border-top: 1px solid;
  transition: width 0.2s ease;
}
.tl-item:last-child {
  margin-bottom: 0;
}
.tl-item:hover {
  color: #434a55;
  padding-right: 25px;
  cursor: pointer;
}
.tl-item:hover:after {
  width: 20px;
}
.tl-item.is-active,
.tl-item.is-current {
  padding-right: 25px;
  width: 63px;
}
.tl-item.is-active:after,
.tl-item.is-current:after {
  width: 20px;
}
.tl-item.is-current {
  color: #434a55;
  border-color: #434a55;
}
.tl-item.is-active {
  color: #2f63e0;
  border-color: #2f63e0;
  background-color: rgba(0, 122, 255, 0.05);
}
@media only screen and (max-height: 665px) {
  .tl-item:not(.is-mobile) {
    display: none;
  }
}
.tl-item__close {
  border-right: 1px solid;
  width: 36px;
  height: 100%;
  line-height: 36px;
  text-align: center;
  display: block;
  font-size: 18px;
  margin: -9px;
}
.tl-item__label {
  font-family: Roboto Mono, monospace;
  font-size: 12px;
}
.video-popup {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.video-popup__poster {
  position: relative;
  font-size: 0;
  border-radius: 4px;
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.5s ease;
}
.video-popup__poster:before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  /*background: url(../images/featured/siri/play-button.png) 50%/cover no-repeat;*/
  transition: transform 0.25s ease;
}
.video-popup__poster:hover:before {
  transform: scale(1.05);
}
.video-popup__poster img {
  border-radius: 4px;
}
.video-popup__wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-popup__wrap .component--video {
  margin-top: 0;
  margin-bottom: 0;
}
.video-popup.is-watching .video-popup__poster {
  opacity: 0;
}
.video-popup.is-watching .video-popup__wrap {
  display: block;
}
.footer .hello-typeform {
  height: 0;
  overflow: hidden;
  margin-top: 0;
}
.siri-footer {
  margin: -80px 0 0;
  padding: 80px 0;
  background: #007aff;
  color: #fff;
}
.siri-footer__button {
  border-color: #00ff2d;
  color: #00ff2d !important;
}
.siri-footer__button:hover {
  color: #00ff2d;
  background: hsla(0, 0%, 100%, 0.15);
}
#typeform-logo path {
  fill: #fff !important;
}
.banner,
.post {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.statement__audio-app {
  margin-top: 1rem;
}
