/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: 'latoblack';
  src: url("../fonts/lato-black-webfont.eot");
  src: url("../fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont.ttf") format("truetype"), url("../fonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoblack_italic';
  src: url("../fonts/lato-blackitalic-webfont.eot");
  src: url("../fonts/lato-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-blackitalic-webfont.woff2") format("woff2"), url("../fonts/lato-blackitalic-webfont.woff") format("woff"), url("../fonts/lato-blackitalic-webfont.ttf") format("truetype"), url("../fonts/lato-blackitalic-webfont.svg#latoblack_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoitalic';
  src: url("../fonts/lato-italic-webfont.eot");
  src: url("../fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-italic-webfont.woff2") format("woff2"), url("../fonts/lato-italic-webfont.woff") format("woff"), url("../fonts/lato-italic-webfont.ttf") format("truetype"), url("../fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
.hide {
  display: none; }

.block {
  display: block; }

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

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.center {
  margin-left: auto;
  margin-right: auto; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.full, .full-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: "latoregular"; }

body {
  min-width: 1024px;
  min-height: 720px;
  color: #ffffff;
  background-color: #192226; }

h1 {
  font-family: "latoitalic";
  font-size: 5.2rem;
  margin-bottom: 0.8em; }
  h1 strong {
    font-family: "latoblack_italic";
    font-weight: normal; }

h4 {
  font-size: 1.7rem;
  margin-bottom: 0.6em; }

p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.6em; }

strong {
  font-family: "latoblack"; }

.full-wrapper {
  overflow: hidden;
  min-width: 1024px;
  min-height: 720px; }

.panel-wrapper {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%; }
  .panel-wrapper.offset {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .panel-wrapper .panel {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%; }

.button-start {
  display: inline-block;
  overflow: hidden;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  background-image: url("../img/ui_arrow_enter.svg");
  background-repeat: no-repeat;
  cursor: pointer; }

.close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  white-space: nowrap;
  text-indent: 105%;
  overflow: hidden;
  cursor: pointer;
  background-image: url("../img/ui_cross_close.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.panel--intro {
  left: 0;
  background-color: #48acef;
  color: #000000; }
  .panel--intro h1 {
    color: #1a1a1a; }
  .panel--intro .intro-content {
    width: 450px; }
    .panel--intro .intro-content p {
      font-size: 1.55em;
      line-height: 1.5; }
    .panel--intro .intro-content .button-start {
      position: absolute;
      top: calc(60% - 25px);
      left: calc(100% + 75px); }

.panel--timeline {
  left: 50%;
  background-color: #192226;
  overflow: auto; }
  .panel--timeline .timeline-crop {
    height: 100%;
    width: 100%;
    overflow: auto; }

.timeline-container {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: relative;
  width: 840px;
  height: 100%;
  margin: 0 auto;
  padding: 0 144px 0 40px;
  box-sizing: content-box;
  overflow: hidden; }
  .expanded .timeline-container {
    padding-right: 190px;
    width: 1380px; }

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 47%; }
  .timeline:after {
    content: "";
    display: table;
    clear: both; }
  .timeline li {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: relative;
    display: block;
    float: left;
    height: 50px;
    font-family: "latoitalic";
    text-align: center;
    letter-spacing: 0.05em; }
    .timeline li.closed {
      width: 0 !important; }
      .timeline li.closed p {
        opacity: 0; }
    .timeline li p {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 1s 500ms;
      -moz-transition: opacity 1s 500ms;
      -ms-transition: opacity 1s 500ms;
      -o-transition: opacity 1s 500ms;
      transition: opacity 1s 500ms;
      overflow: hidden;
      margin-bottom: 0;
      font-size: 1.6rem;
      line-height: 1.1;
      white-space: nowrap;
      max-width: 100%; }
    .timeline li strong {
      font-family: "latoblack_italic";
      font-weight: normal; }
    .timeline li .button-reference {
      display: inline-block;
      padding: 0 16px;
      margin-left: 15px;
      border: 1px solid #fff;
      border-radius: 15px;
      font-size: 14px;
      font-family: "latoregular";
      line-height: 30px;
      text-decoration: none;
      color: inherit; }
  .timeline .line_01.item_01 {
    width: 20%;
    background-color: #a53c20; }
  .timeline .line_01.item_02 {
    width: 37%;
    background-color: #cb4220; }
  .timeline .line_01.item_03 {
    width: 20%;
    background-color: #f94c1f; }
  .timeline .line_02.item_01 {
    width: 77%;
    background-color: #9223a6;
    clear: both; }
  .timeline .line_02.item_02 {
    width: 23%;
    background-color: #445963;
    opacity: 0; }
  .timeline .line_03.item_01 {
    width: 100%;
    background-color: #2095f2;
    clear: both; }
  .timeline .half-weeks {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    opacity: 0; }
    .timeline .half-weeks em {
      display: block;
      width: 50%;
      float: left;
      padding-bottom: 10px;
      font-style: normal;
      font-family: "latoblack_italic";
      font-size: 1.5rem;
      color: #ff5621; }
  .expanded .timeline .line_01.item_01 {
    width: 16%; }
  .expanded .timeline .line_01.item_02 {
    width: 33%; }
  .expanded .timeline .line_01.item_03 {
    width: 16%; }
  .expanded .timeline .line_02.item_01 {
    width: 65%; }
  .expanded .timeline .line_02.item_02 {
    width: 35%;
    opacity: 1; }
  .expanded .timeline .half-weeks {
    opacity: 1; }

.control-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.timeline-caption {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 15px;
  border: 1px solid #ffffff; }
  .timeline-caption p {
    font-size: 1.5rem;
    margin-bottom: 0.3em; }
    .timeline-caption p:last-child {
      margin-bottom: 0; }
  .timeline-caption strong {
    font-family: "latoblack"; }

.expansion-controls {
  position: absolute;
  bottom: 40px;
  right: 40px; }
  .expansion-controls a {
    position: relative;
    display: block;
    width: 142px;
    height: 50px;
    margin-bottom: 5px; }
    .expansion-controls a .control-label {
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      top: 50%;
      left: 0;
      width: 60px;
      font-size: 1.4rem;
      line-height: 1.4;
      text-align: right;
      text-transform: lowercase;
      color: #fff; }
    .expansion-controls a .control-button {
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      -ms-transition: all 250ms;
      -o-transition: all 250ms;
      transition: all 250ms;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 67px;
      text-indent: 110%;
      white-space: nowrap;
      background-color: #445963;
      opacity: 0.4;
      -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3); }
      .expansion-controls a .control-button:before, .expansion-controls a .control-button:after {
        content: "";
        position: absolute;
        display: block;
        width: 9px;
        height: 14px;
        top: calc(50% - 7px); }
      .expansion-controls a .control-button:before {
        background-image: url("../img/ui_arrow_left.svg"); }
      .expansion-controls a .control-button:after {
        background-image: url("../img/ui_arrow_right.svg"); }
    .expansion-controls a.control-expand .control-button:before {
      left: 15px; }
    .expansion-controls a.control-expand .control-button:after {
      right: 15px; }
    .expansion-controls a.control-compress .control-button:before {
      right: 15px; }
    .expansion-controls a.control-compress .control-button:after {
      left: 15px; }
    .expansion-controls a:hover .control-button, .expansion-controls a.active .control-button {
      opacity: 1;
      background-color: #798c93; }

.content-bubbles {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: calc(47% + 50px);
  width: 100%;
  list-style: none;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden; }
  .content-bubbles.bubble-open li {
    opacity: 0.15;
    cursor: default; }
  .content-bubbles li {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: absolute;
    bottom: 50px;
    cursor: pointer; }
    .content-bubbles li:before {
      -webkit-transition: all 500ms;
      -moz-transition: all 500ms;
      -ms-transition: all 500ms;
      -o-transition: all 500ms;
      transition: all 500ms;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 95px;
      border-left: 1px solid #afbdc4; }
    .content-bubbles li:after {
      -webkit-transition: all 500ms;
      -moz-transition: all 500ms;
      -ms-transition: all 500ms;
      -o-transition: all 500ms;
      transition: all 500ms;
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      -o-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 14px;
      height: 14px;
      border: 2px solid #f2f2f2;
      border-radius: 100%;
      background-color: #192226;
      box-sizing: border-box; }
    .content-bubbles li.hidden {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .content-bubbles li.hidden .bubble-text {
        opacity: 0; }
    .content-bubbles li.open, .expanded .content-bubbles li {
      z-index: 1;
      opacity: 1; }
      .content-bubbles li.open:after, .expanded .content-bubbles li:after {
        bottom: 102px;
        -webkit-transition: all 500ms 150ms;
        -moz-transition: all 500ms 150ms;
        -ms-transition: all 500ms 150ms;
        -o-transition: all 500ms 150ms;
        transition: all 500ms 150ms; }
      .content-bubbles li.open .image-crop, .expanded .content-bubbles li .image-crop {
        width: 600px;
        height: 600px;
        cursor: default;
        -webkit-transition: all 500ms 150ms;
        -moz-transition: all 500ms 150ms;
        -ms-transition: all 500ms 150ms;
        -o-transition: all 500ms 150ms;
        transition: all 500ms 150ms; }
        .content-bubbles li.open .image-crop:after, .expanded .content-bubbles li .image-crop:after {
          opacity: 0;
          -webkit-transition: opacity 150ms;
          -moz-transition: opacity 150ms;
          -ms-transition: opacity 150ms;
          -o-transition: opacity 150ms;
          transition: opacity 150ms; }
        .content-bubbles li.open .image-crop .crop-panel, .expanded .content-bubbles li .image-crop .crop-panel {
          -webkit-transition: all 500ms 150ms;
          -moz-transition: all 500ms 150ms;
          -ms-transition: all 500ms 150ms;
          -o-transition: all 500ms 150ms;
          transition: all 500ms 150ms;
          -webkit-transform: none;
          -moz-transform: none;
          -o-transform: none;
          transform: none;
          z-index: 1; }
      .content-bubbles li.open.bubble-03 .crop-panel, .expanded .content-bubbles li.bubble-03 .crop-panel {
        -webkit-transform: translate(-60px, 0);
        -moz-transform: translate(-60px, 0);
        -o-transform: translate(-60px, 0);
        transform: translate(-60px, 0); }
      .content-bubbles li.open.bubble-04 .crop-panel, .expanded .content-bubbles li.bubble-04 .crop-panel {
        -webkit-transform: translate(-20px, 0);
        -moz-transform: translate(-20px, 0);
        -o-transform: translate(-20px, 0);
        transform: translate(-20px, 0); }
      .content-bubbles li.open.bubble-05 .crop-panel, .expanded .content-bubbles li.bubble-05 .crop-panel {
        -webkit-transform: translate(-10px, 0);
        -moz-transform: translate(-10px, 0);
        -o-transform: translate(-10px, 0);
        transform: translate(-10px, 0); }
      .content-bubbles li.open .bubble-text, .expanded .content-bubbles li .bubble-text {
        top: -110px;
        max-height: 180px;
        -webkit-transition: top 400ms 250ms, max-height 350ms 450ms;
        -moz-transition: top 400ms 250ms, max-height 350ms 450ms;
        -ms-transition: top 400ms 250ms, max-height 350ms 450ms;
        -o-transition: top 400ms 250ms, max-height 350ms 450ms;
        transition: top 400ms 250ms, max-height 350ms 450ms; }
    .expanded .content-bubbles li .crop-panel .close-icon {
      -webkit-transform: translate(50px, 0);
      -moz-transform: translate(50px, 0);
      -o-transform: translate(50px, 0);
      transform: translate(50px, 0); }
    .expanded .content-bubbles li.bubble-01:after,
    .expanded .content-bubbles li.bubble-01 .image-crop,
    .expanded .content-bubbles li.bubble-01 .crop-panel {
      -webkit-transition-delay: 900ms;
      -moz-transition-delay: 900ms;
      -ms-transition-delay: 900ms;
      -o-transition-delay: 900ms;
      transition-delay: 900ms; }
    .expanded .content-bubbles li.bubble-01 .bubble-text {
      -webkit-transition-delay: 1050ms, 1250ms;
      -moz-transition-delay: 1050ms, 1250ms;
      -ms-transition-delay: 1050ms, 1250ms;
      -o-transition-delay: 1050ms, 1250ms;
      transition-delay: 1050ms, 1250ms; }
    .expanded .content-bubbles li.bubble-02:after,
    .expanded .content-bubbles li.bubble-02 .image-crop,
    .expanded .content-bubbles li.bubble-02 .crop-panel {
      -webkit-transition-delay: 1050ms;
      -moz-transition-delay: 1050ms;
      -ms-transition-delay: 1050ms;
      -o-transition-delay: 1050ms;
      transition-delay: 1050ms; }
    .expanded .content-bubbles li.bubble-02 .bubble-text {
      -webkit-transition-delay: 1200ms, 1400ms;
      -moz-transition-delay: 1200ms, 1400ms;
      -ms-transition-delay: 1200ms, 1400ms;
      -o-transition-delay: 1200ms, 1400ms;
      transition-delay: 1200ms, 1400ms; }
    .expanded .content-bubbles li.bubble-03:after,
    .expanded .content-bubbles li.bubble-03 .image-crop,
    .expanded .content-bubbles li.bubble-03 .crop-panel {
      -webkit-transition-delay: 1200ms;
      -moz-transition-delay: 1200ms;
      -ms-transition-delay: 1200ms;
      -o-transition-delay: 1200ms;
      transition-delay: 1200ms; }
    .expanded .content-bubbles li.bubble-03 .bubble-text {
      -webkit-transition-delay: 1350ms, 1550ms;
      -moz-transition-delay: 1350ms, 1550ms;
      -ms-transition-delay: 1350ms, 1550ms;
      -o-transition-delay: 1350ms, 1550ms;
      transition-delay: 1350ms, 1550ms; }
    .expanded .content-bubbles li.bubble-04:after,
    .expanded .content-bubbles li.bubble-04 .image-crop,
    .expanded .content-bubbles li.bubble-04 .crop-panel {
      -webkit-transition-delay: 1350ms;
      -moz-transition-delay: 1350ms;
      -ms-transition-delay: 1350ms;
      -o-transition-delay: 1350ms;
      transition-delay: 1350ms; }
    .expanded .content-bubbles li.bubble-04 .bubble-text {
      -webkit-transition-delay: 1500ms, 1700ms;
      -moz-transition-delay: 1500ms, 1700ms;
      -ms-transition-delay: 1500ms, 1700ms;
      -o-transition-delay: 1500ms, 1700ms;
      transition-delay: 1500ms, 1700ms; }
    .expanded .content-bubbles li.bubble-05:after,
    .expanded .content-bubbles li.bubble-05 .image-crop,
    .expanded .content-bubbles li.bubble-05 .crop-panel {
      -webkit-transition-delay: 1500ms;
      -moz-transition-delay: 1500ms;
      -ms-transition-delay: 1500ms;
      -o-transition-delay: 1500ms;
      transition-delay: 1500ms; }
    .expanded .content-bubbles li.bubble-05 .bubble-text {
      -webkit-transition-delay: 1650ms, 1850ms;
      -moz-transition-delay: 1650ms, 1850ms;
      -ms-transition-delay: 1650ms, 1850ms;
      -o-transition-delay: 1650ms, 1850ms;
      transition-delay: 1650ms, 1850ms; }
    .expanded .content-bubbles li.bubble-06:after,
    .expanded .content-bubbles li.bubble-06 .image-crop,
    .expanded .content-bubbles li.bubble-06 .crop-panel {
      -webkit-transition-delay: 1650ms;
      -moz-transition-delay: 1650ms;
      -ms-transition-delay: 1650ms;
      -o-transition-delay: 1650ms;
      transition-delay: 1650ms; }
    .expanded .content-bubbles li.bubble-06 .bubble-text {
      -webkit-transition-delay: 1800ms, 2000ms;
      -moz-transition-delay: 1800ms, 2000ms;
      -ms-transition-delay: 1800ms, 2000ms;
      -o-transition-delay: 1800ms, 2000ms;
      transition-delay: 1800ms, 2000ms; }
  .content-bubbles .image-crop {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden; }
    .content-bubbles .image-crop:after {
      -webkit-transition: opacity 150ms 500ms;
      -moz-transition: opacity 150ms 500ms;
      -ms-transition: opacity 150ms 500ms;
      -o-transition: opacity 150ms 500ms;
      transition: opacity 150ms 500ms;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 100%;
      border: 2px solid #fff;
      box-sizing: border-box; }
    .content-bubbles .image-crop .crop-panel {
      -webkit-transition: all 500ms;
      -moz-transition: all 500ms;
      -ms-transition: all 500ms;
      -o-transition: all 500ms;
      transition: all 500ms;
      overflow: hidden;
      position: absolute;
      left: 50%;
      bottom: 50%;
      padding-top: 25px;
      padding-right: 25px; }
      .content-bubbles .image-crop .crop-panel img {
        display: block; }
      .content-bubbles .image-crop .crop-panel .close-icon {
        -webkit-transition: all 500ms 200ms;
        -moz-transition: all 500ms 200ms;
        -ms-transition: all 500ms 200ms;
        -o-transition: all 500ms 200ms;
        transition: all 500ms 200ms;
        position: absolute;
        top: 0;
        right: 0; }
  .content-bubbles .bubble-text {
    position: absolute;
    left: 12px;
    top: -65px;
    width: 120px;
    max-height: 25px;
    overflow: hidden;
    -webkit-transition: top 250ms 50ms, max-height 200ms 0ms;
    -moz-transition: top 250ms 50ms, max-height 200ms 0ms;
    -ms-transition: top 250ms 50ms, max-height 200ms 0ms;
    -o-transition: top 250ms 50ms, max-height 200ms 0ms;
    transition: top 250ms 50ms, max-height 200ms 0ms; }
    .content-bubbles .bubble-text h3 {
      display: inline-block;
      padding-bottom: 0.3em;
      margin-bottom: 0.3em;
      font-family: "latoblack";
      font-size: 1.7rem;
      border-bottom: 1px solid #afbdc4; }
    .content-bubbles .bubble-text p {
      font-size: 1.3rem;
      margin-bottom: 0.3em;
      line-height: 1.3; }
  .content-bubbles .bubble-01 {
    left: 40px; }
    .content-bubbles .bubble-01 .crop-panel {
      -webkit-transform: translate(-34px, 40px) scale(1.05);
      -moz-transform: translate(-34px, 40px) scale(1.05);
      -o-transform: translate(-34px, 40px) scale(1.05);
      transform: translate(-34px, 40px) scale(1.05); }
  .content-bubbles .bubble-02 {
    left: 208px; }
    .content-bubbles .bubble-02 .crop-panel {
      -webkit-transform: translate(-80px, 70px);
      -moz-transform: translate(-80px, 70px);
      -o-transform: translate(-80px, 70px);
      transform: translate(-80px, 70px); }
  .content-bubbles .bubble-03 {
    left: 519px; }
    .content-bubbles .bubble-03 .crop-panel {
      -webkit-transform: translate(-73px, 95px);
      -moz-transform: translate(-73px, 95px);
      -o-transform: translate(-73px, 95px);
      transform: translate(-73px, 95px); }
    .content-bubbles .bubble-03 .bubble-text {
      width: 60px; }
  .content-bubbles .bubble-04 {
    left: 603px; }
    .content-bubbles .bubble-04 .crop-panel {
      -webkit-transform: translate(-53px, 138px);
      -moz-transform: translate(-53px, 138px);
      -o-transform: translate(-53px, 138px);
      transform: translate(-53px, 138px); }
    .content-bubbles .bubble-04 .bubble-text {
      width: 60px; }
  .content-bubbles .bubble-05 {
    left: 687px; }
    .content-bubbles .bubble-05 .crop-panel {
      -webkit-transform: translate(-30px, 98px);
      -moz-transform: translate(-30px, 98px);
      -o-transform: translate(-30px, 98px);
      transform: translate(-30px, 98px); }
  .expanded .content-bubbles .bubble-02 {
    left: 261px; }
  .expanded .content-bubbles .bubble-03 {
    left: 716px; }
  .expanded .content-bubbles .bubble-04 {
    left: 827px; }
  .expanded .content-bubbles .bubble-05 {
    left: 937px; }
  .content-bubbles.content-bubbles--offset {
    left: 838px;
    width: 186px;
    height: calc(47% + 200px); }
    .content-bubbles.content-bubbles--offset .bubble-06 {
      left: 42px;
      bottom: 100px; }
      .content-bubbles.content-bubbles--offset .bubble-06 .crop-panel {
        -webkit-transform: translate(-57px, 148px);
        -moz-transform: translate(-57px, 148px);
        -o-transform: translate(-57px, 148px);
        transform: translate(-57px, 148px); }
    .expanded .content-bubbles.content-bubbles--offset {
      left: 1351px;
      width: 259px; }
      .expanded .content-bubbles.content-bubbles--offset .bubble-06 {
        left: 69px; }

.popover-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2;
  -webkit-transition: visibility 0ms 500ms, opacity 500ms;
  -moz-transition: visibility 0ms 500ms, opacity 500ms;
  -o-transition: visibility 0ms 500ms, opacity 500ms;
  transition: visibility 0ms 500ms, opacity 500ms; }
  .popover-container.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0ms 0ms, opacity 500ms;
    -moz-transition: visibility 0ms 0ms, opacity 500ms;
    -o-transition: visibility 0ms 0ms, opacity 500ms;
    transition: visibility 0ms 0ms, opacity 500ms; }

.popover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 470px;
  padding: 30px;
  text-align: center;
  background-color: #445963; }
  .popover.open {
    display: block; }
  .popover h3 {
    font-family: "latoblack";
    font-size: 1.7rem;
    margin-bottom: 1em; }
  .popover p {
    line-height: 1.2;
    font-size: 1.5rem;
    margin-bottom: 0.8em; }
  .popover sup {
    vertical-align: super;
    font-size: 0.65em; }
  .popover .close-icon {
    top: 10px;
    right: 10px; }
