@charset "UTF-8";
body {
  background-color: #1f272f;
  color: white;
  font-family: Barlow, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  opacity: 0.9;
  text-align: center; }

h1 {
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.03em;
  font-size: calc(0.8em + 5vw);
  line-height: 1em;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase; }

h2 {
  margin: 0 0 0.5em;
  font-size: calc(1.5em + 3.5vw);
  letter-spacing: -0.02em; }

h3 {
  font-size: calc(1.2em + 1.5vw);
  margin: 1.5em 0 0.3em; }

h4 {
  font-size: calc(1em + 0.8vw);
  margin: 0; }

p,
ul {
  font-size: calc(1em + 0.7vw); }

a {
  color: white;
  text-decoration: none; }
  a.small {
    opacity: 0.5;
    font-size: calc(0.7em + 1vmin); }

p {
  line-height: 1.7em;
  margin: 0 0 calc(1em + 0.8vw); }

.store-links {
  margin: 3em auto 1em; }
  .store-links span {
    display: none; }
  .store-links > * {
    margin: 0.5vw; }

.store-link img {
  height: calc(48px + 5vmin);
  min-height: 50px;
  max-height: 120px;
  transition: transform 0.2s;
  margin-bottom: 2vw; }
  .store-link img:hover {
    transform: translate(0, -0.2vw); }

.button {
  background: #ff8cd6;
  color: #192229;
  padding: 0.5em 1em;
  border-radius: 1000px;
  display: inline-block;
  color: #192229; }
  .button:hover {
    background: #ec68be; }
  .button.blank {
    background: none;
    color: white; }
    .button.blank:hover {
      background: rgba(255, 255, 255, 0.1); }

.button.corner-button {
  font-size: calc(1em + 1vw);
  padding: calc(1vw) calc(0.2em + 2vw);
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  border-radius: 0 0 0 1em;
  border: 12px solid #1f272f;
  font-weight: bold;
  background: #1f272f; }
  .button.corner-button:hover {
    background: #313a42; }

.video-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video-container iframe,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }

.block-container.video {
  padding: 0;
  border: none !important; }

.riddle {
  font-size: calc(0.9em + 0.8vw); }

button {
  border: none;
  background: #ed664c;
  box-shadow: 0 calc(4px + 0.5vw) 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: calc(8px + 1.5vw) calc(24px + 4vw);
  display: inline-block;
  margin: calc(12px + 1.5vmin) auto 0;
  transition: all 0.2s;
  line-height: 1.5em; }
  button:hover {
    background: #ee6e55;
    transform: translate(0, calc(-2px - 0.25vw));
    box-shadow: 0 calc(6px + 0.75vw) 0 0.2vw rgba(0, 0, 0, 0.1); }
  button:active {
    background: #ed6247;
    transform: translate(0, 0.2vw);
    box-shadow: 0 calc(4px + 0.3vw) 0 0.2vw rgba(0, 0, 0, 0.1); }
  button.hidden {
    display: none; }
  button span {
    font-size: calc(0.7em + 2vw);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0.3vw 0 rgba(0, 0, 0, 0.1); }

.hidden {
  display: none; }

.side-note {
  font-size: calc(0.8em + 1vw);
  margin: 1em 0;
  line-height: 1.3em;
  font-style: italic;
  opacity: 0.5; }

.block-container {
  width: 100%;
  padding: calc(32px + 4vmin) 0; }
  .block-container.dark {
    background-color: #192229;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
    border-bottom: 4px solid rgba(0, 0, 0, 0.05); }

.block {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding: 0 16px calc(12px + 3vmin);
  margin: auto;
  text-align: left; }
  .block.center {
    text-align: center; }
  .block:last-child {
    padding-bottom: 0; }
  .block.privacy {
    max-width: 600px;
    text-align: left; }
    .block.privacy p,
    .block.privacy a {
      font-size: 1em;
      color: #c8cdd2; }
    .block.privacy a {
      color: #ed664c; }

.social p {
  margin-bottom: 1em;
  opacity: 0.5; }

.social img {
  width: calc(40px + 2vw); }

.social > a {
  display: inline-block;
  transition: transform 0.2s, box-shadow 0.2s;
  margin: 0 calc(6px + 0.5vw);
  line-height: 0;
  border-radius: calc(8px + 0.4vw);
  box-shadow: 0 calc(4px + 0.2vw) 0 0 rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .social > a:hover {
    transform: translate(0, calc(-2px - 0.1vw));
    box-shadow: 0 calc(6px + 0.3vw) 0 0.1vw rgba(0, 0, 0, 0.15); }

.press-links {
  list-style-type: none;
  padding: 0;
  margin: 2em 0 0;
  font-size: calc(0.8em + 1vw); }
  .press-links > * {
    display: inline-block;
    padding: 0 calc(8px + 0.5vw) 1em; }

.icons-container {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  padding-top: 2vh; }

.icon-row {
  flex: 0 0 auto;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 2vh;
  margin-right: 2vh; }
  .icon-row:last-child {
    margin-bottom: 0; }
  .icon-row:nth-child(2) {
    transform: translate(-9vh, 0); }

.icon {
  flex: 0 0 16vh;
  width: 16vh;
  height: 16vh;
  display: inline-block;
  margin-left: 2vh;
  border-radius: 12.5%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2); }
  .icon img {
    width: 100%;
    height: 100%; }

.icons {
  object-fit: cover;
  width: 100%;
  height: 30vh;
  max-height: 432px;
  margin-top: 3vh; }

.intro {
  text-align: center;
  margin: calc(32px + 10vmin) calc(16px + 5vmin); }
  .intro .logo {
    width: calc(75px + 15vw);
    margin-left: calc(5px + 1vw); }
  .intro p {
    line-height: 1.4em;
    letter-spacing: 0.02em;
    margin: 0.1em 0 0;
    opacity: 0.5;
    font-size: calc(0.8em + 2.2vw); }
  .intro .store-icons {
    margin: calc(24px + 4vw) 0 0; }
  .intro .store-icon {
    height: calc(28px + 4vw);
    margin: 0 0.5vh; }

.example {
  position: relative;
  padding: calc(12px + 3vmin) 0 calc(16px + 4vmin); }
  .example .swiper-container {
    width: 100%;
    position: relative; }
  .example .arrow {
    position: absolute;
    top: 37vw;
    width: 0;
    height: 0;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    z-index: 2;
    transition: opacity 0.2s;
    pointer-events: none; }
    .example .arrow.hidden {
      opacity: 0;
      animation: none; }
  .example .arrow-left {
    left: 6vw;
    border-right: 4vw solid rgba(255, 255, 255, 0.8); }
  .example .arrow-right {
    right: 6vw;
    border-left: 4vw solid rgba(255, 255, 255, 0.8);
    animation: arrow-highlight 1s infinite; }
  .example p {
    font-size: calc(1em + 2vw);
    line-height: 1em;
    font-weight: 500;
    margin: 0 0 3vw;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s; }
  .example .gradient {
    width: calc(100% + 2px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, ease-opacity-gradient(#192229, 1, 0, 0, 5), ease-opacity-gradient(#192229, 0, 1, 95, 100)); }

.swiper-slide {
  width: 60vw;
  transition: opacity 0.35s;
  opacity: 0.5; }
  .swiper-slide.swiper-slide-active {
    opacity: 1; }
    .swiper-slide.swiper-slide-active p {
      opacity: 0.5; }

.card {
  width: 60vw;
  height: 60vw;
  border-radius: 12.5%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #528d9c;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }
  .card .content {
    transform: translate(30vw, 30vw);
    width: 100%;
    height: 100%; }
    .card .content > * {
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-50%, -50%);
      transition: transform 0.2s; }
  .card .progress-bar {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 2vmin;
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(0, 1);
    transform-origin: 0 0;
    margin: 0; }
  .card .curve {
    width: 44%;
    height: 44%; }
  .card .dot {
    width: 14%;
    height: 82%; }

#card-1 .curve {
  transform: translate(-50%, -50%) rotate(-180deg); }

#card-1 .dot {
  transform: translate(-50%, -50%) rotate(45deg); }

#card-2 .curve {
  transform: translate(-50%, -50%) rotate(-180deg); }

#card-2 .dot {
  transform: translate(-50%, -50%) rotate(45deg); }

.swiper-slide-active #card-2 .progress-bar {
  animation: example-bar 4s linear 1 0.1s;
  animation-fill-mode: forwards; }

.swiper-slide-active #card-2 .curve {
  animation: example-2-curve 4s 1 0.1s;
  animation-fill-mode: forwards; }

.swiper-slide-active #card-2 .dot {
  animation: example-2-dot 4s 1 0.1s;
  animation-fill-mode: forwards; }

#card-3 {
  transition: background-color 0.2s 0; }
  #card-3 .curve {
    transform: translate(-50%, -50%) rotate(-180deg); }
  #card-3 .dot {
    transform: translate(-50%, -50%) rotate(-180deg); }

.swiper-slide-active #card-3 {
  background-color: #5f9c52;
  transition: background-color 0.5s 1.5s; }
  .swiper-slide-active #card-3 .content {
    animation: example-3-content 2s 1 0.1s;
    animation-fill-mode: forwards;
    transform-origin: 0% 50%; }
  .swiper-slide-active #card-3 .progress-bar {
    animation: example-bar 2s linear 1 0.1s;
    animation-fill-mode: forwards; }
  .swiper-slide-active #card-3 .curve {
    animation: example-3-curve 2s 1 0.1s;
    animation-fill-mode: forwards; }
  .swiper-slide-active #card-3 .dot {
    animation: example-3-dot 2s 1 0.1s;
    animation-fill-mode: forwards; }

@keyframes arrow-highlight {
  0%,
  100% {
    opacity: 0.5;
    transform: translate(0, 0); }
  50% {
    opacity: 1;
    transform: translate(2vmin, 0); } }

@keyframes example-bar {
  0% {
    transform: scale(0, 1); }
  100% {
    transform: scale(1, 1); } }

@keyframes example-2-curve {
  0% {
    transform: translate(-50%, -50%) rotate(180deg); }
  17%,
  33% {
    transform: translate(-50%, -50%) rotate(124deg); }
  50%,
  67% {
    transform: translate(-50%, -50%) rotate(0deg); }
  83%,
  100% {
    transform: translate(-50%, -50%) rotate(180deg); } }

@keyframes example-2-dot {
  0%,
  17% {
    transform: translate(-50%, -50%) rotate(45deg); }
  33%,
  50% {
    transform: translate(-50%, -50%) rotate(180deg); }
  67%,
  83% {
    transform: translate(-50%, -50%) rotate(250deg); }
  100% {
    transform: translate(-50%, -50%) rotate(180deg); } }

@keyframes example-3-content {
  0%,
  60% {
    transform: translate(50%, 50%) scale(1); }
  90%,
  100% {
    transform: translate(50%, 50%) scale(1.2); } }

@keyframes example-3-curve {
  0%,
  20% {
    transform: translate(-50%, -50%) rotate(-180deg); }
  60%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes example-3-dot {
  0%,
  25% {
    transform: translate(-50%, -50%) rotate(-180deg); }
  62%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg); } }

#mlb2-1001344.ml-form-embedContainer
.ml-form-embedWrapper
.ml-form-embedBody
.ml-form-embedContent
h4,
#mlb2-1001344.ml-form-embedContainer
.ml-form-embedWrapper
.ml-form-successBody
.ml-form-successContent
h4 {
  word-break: normal; }

@media (min-width: 480px) {
  .example p {
    margin: 0 0 calc(8px + 1vmin); }
  .example .swiper-container {
    max-width: calc(300px + 20vmin); }
  .example .arrow {
    top: calc(115px + 9vmin);
    border-top: calc(8px + 0.5vmin) solid transparent;
    border-bottom: calc(8px + 0.5vmin) solid transparent; }
  .example .arrow-left {
    left: calc(24px + 1.5vmin);
    border-right: calc(12px + 0.75vmin) solid rgba(255, 255, 255, 0.5); }
  .example .arrow-right {
    right: calc(24px + 1.5vmin);
    border-left: calc(12px + 0.75vmin) solid rgba(255, 255, 255, 0.5); }
  .swiper-slide {
    width: calc(192px + 12vmin); }
    .swiper-slide .card {
      width: calc(192px + 12vmin);
      height: calc(192px + 12vmin); }
      .swiper-slide .card .progress-bar {
        height: 1.5vmin; }
      .swiper-slide .card .content {
        transform: translate(calc(96px + 6vmin), calc(96px + 6vmin)); } }

/*** PRESS KIT PAGE ***/
body.presskit .intro {
  margin: 15vmin 5vmin 10vmin; }

body.presskit .block-container {
  padding: 0; }

body.presskit h2 {
  padding-top: calc(48px + 6vmin); }

body.presskit .block-container.poem {
  padding: calc(48px + 6vmin) 0; }
  body.presskit .block-container.poem .block {
    text-align: center; }

body.presskit .footer {
  padding: calc(48px + 6vmin) 0;
  margin-top: calc(48px + 6vmin); }
  body.presskit .footer .block {
    text-align: center; }

.presskit-links {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  background: #1f272f;
  position: sticky;
  z-index: 10;
  top: 0;
  font-size: calc(0.8em + 1.2vw);
  border-bottom: 5px solid #192229; }
  .presskit-links .button {
    list-style-type: none;
    padding: 0.6em 1.2em;
    margin: 0.3em -0.5em 0.3em;
    display: inline-block; }
  .presskit-links :not(.blank) {
    margin-left: 0em; }

@media (max-width: 640px) {
  .presskit-links {
    position: static; } }

.quote-block {
  letter-spacing: -0.015em; }
  .quote-block a {
    color: #ff8cd6; }

.quote {
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.4em;
  color: #b2b8c4; }
  .quote:before {
    content: '"'; }
  .quote:after {
    content: '"'; }

.quote-source {
  font-size: calc(0.9em + 0.7vw); }
  .quote-source:before {
    content: "— "; }

.award {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vmin; }
  .award p {
    display: inline-block;
    margin: 0;
    line-height: 1.35em;
    font-size: calc(1.2em + 0.8vw); }
  .award small {
    display: block;
    opacity: 0.5;
    font-size: 0.6em;
    line-height: 1.5em;
    margin-top: 0.25em; }
  .award:before, .award:after {
    content: " ";
    display: inline-block;
    width: 15vmin;
    height: 20vmin;
    max-width: 75px;
    max-height: 125px;
    background-image: url(/assets/laurel.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 3vw 0; }
  .award:after {
    transform: scale(-1, 1); }

.rating {
  width: 50%;
  margin: 10vmin auto;
  text-align: center; }
  .rating img {
    width: 100%; }
  .rating p {
    margin-top: 0.5em;
    font-size: calc(1.25em + 0.75vw);
    line-height: 1.2em; }

.info-item {
  width: 44%;
  display: inline-block;
  margin-right: 5%;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  vertical-align: top;
  word-wrap: break-word;
  font-size: calc(0.9em); }
  .info-item h4,
  .info-item p {
    line-height: 1.5em; }
  .info-item p {
    color: #b2b8c4; }
  .info-item a {
    color: #ff8cd6; }

.image-item {
  margin: 0.5em;
  display: inline-block;
  vertical-align: top; }
  .image-item.half {
    width: calc(49.5% - 1em); }
  .image-item.third {
    width: calc(33% - 1em); }
  .image-item.quarter {
    width: calc(24.6% - 1em); }
  .image-item a {
    position: relative;
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px; }
    .image-item a:after {
      content: "Download";
      opacity: 0;
      transition: 0.15s all;
      font-size: calc(0.8em + 0.5vw);
      font-weight: bold;
      vertical-align: middle;
      text-align: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 2em 0em;
      background: rgba(25, 34, 41, 0.8);
      border-radius: 5px; }
    .image-item a:hover:after {
      opacity: 1;
      font-size: calc(1em + 1vw); }
  .image-item img {
    width: 100%;
    border-radius: 5px; }
  .image-item p {
    line-height: 1.3em;
    font-size: calc(1em + 0.2vw);
    opacity: 0.66;
    margin: 0.5em 0 1em; }

.description {
  font-size: calc(0.8em); }
  .description p,
  .description ul {
    line-height: 1.4em;
    color: #b2b8c4; }
  .description ul {
    padding-left: 1.5em; }
  .description li {
    margin-bottom: 0.75em; }
  .description em {
    font-style: normal;
    font-weight: bold;
    color: white; }

@media (max-width: 640px) {
  .info-item {
    width: 100%; }
  .image-item {
    width: 95% !important; } }
