@font-face {
  font-family: 'pier-h-j';
  src:  url('pier-h-j.eot?r1jzsp');
  src:  url('pier-h-j.eot?r1jzsp#iefix') format('embedded-opentype'),
    url('pier-h-j.ttf?r1jzsp') format('truetype'),
    url('pier-h-j.woff?r1jzsp') format('woff'),
    url('pier-h-j.svg?r1jzsp#pier-h-j') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'StoneSansNumbers';
  src: url('sans-numbers.eot');
  src: url('sans-numbers.eot?#iefix') format('embedded-opentype'),
  url('sans-numbers.woff') format('woff'),
  url('sans-numbers.ttf') format('truetype'),
  url('sans-numbers.svg#sans-numbers') format('svg');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pier-h-j' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rect:before {
  content: "\e900";
}
.icon-tower:before {
  content: "\e901";
}
.icon-eu:before {
  content: "\e902";
}
.icon-plane:before {
  content: "\e903";
}


body {
  background: #e0e1e1;
  color: #711970;
  font-family: 'StoneSansNumbers', sans-serif;
  font-size: 0.8333vw;
}
@media (min-aspect-ratio: 16/9) {
  body {
    font-size: 1.48148vh;
  }
}

#wrap {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
}

@media (min-aspect-ratio: 16/9) {
  #wrap {
    width: 176vh;
    padding-bottom: 99vh;
  }
}

#wrap > div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
}

.flex > div {
  flex-grow: 1;
  text-align: center;
  width: calc(50% * (1550 / 1920));
}

.flex > .middle {
  flex-grow: 0;
}

.flex > .middle {
  width: calc(100% * (370 / 1920));
}

.flex > div:first-child {
  color: #143d8a;
}

.num {
  font-size: 5.3em;
  display: inline-block;
}

.flex.nomtop {
  margin-top: 0em;
}

.flex.nombot {
  margin-bottom: 0em;
}

.count {
  font-size: 2em;
}

.icon-plane {
  margin-left: 0.15em;
}

.icon-rect {
  margin-right: 0.05em;
  display: inline-block;
  overflow: hidden;
}

.rect-wrap {
  max-width: 50%;
  margin: 0 auto;
  line-height: 0.8;
  text-align: left;
}

.bar {
  background: currentColor;
  height: 0.4em;
  margin-bottom: 0.55em;
}

.strikethrough {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.strikethrough:before {
  content: '';
  position: absolute;
  display: block;
  border-top: 1px solid #711970;
  width: 200%;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transform: rotate(45deg);
}

.measure {
  display: inline-block;
  vertical-align: middle;
  width: 2.4em;
  border-style: solid;
  border-color: currentColor;
  border-width: 0;
  border-top-width: 0.1em;
  border-left-width: 0.1em;
  height: 0.3em;
}
.measure:last-child {
  border-right-width: 0.1em;
}


@-webkit-keyframes ncu__pulse {
  0% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  10% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  20% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes ncu__pulse {
  0% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  42% {
    -webkit-transform: scale(1.66);
    transform: scale(1.66);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.num.pulse {
  animation: 1s ease-out 0s ncu__pulse;
}