/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* rubik-300 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('/rubik-v9-latin-300.9751db25.eot'); /* IE9 Compat Modes */
  src: local('Rubik Light'), local('Rubik-Light'),
       url('/rubik-v9-latin-300.9751db25.eot?#iefix') format('embedded-opentype'), 
       url('/rubik-v9-latin-300.04d91329.woff2') format('woff2'), 
       url('/rubik-v9-latin-300.925dde05.woff') format('woff'), 
       url('/rubik-v9-latin-300.9ea945fb.ttf') format('truetype'), 
       url('/rubik-v9-latin-300.e31cad29.svg#Rubik') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('/rubik-v9-latin-regular.5a10571f.eot'); /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'),
       url('/rubik-v9-latin-regular.5a10571f.eot?#iefix') format('embedded-opentype'), 
       url('/rubik-v9-latin-regular.181f8c8b.woff2') format('woff2'), 
       url('/rubik-v9-latin-regular.d7889865.woff') format('woff'), 
       url('/rubik-v9-latin-regular.6ebbe2d9.ttf') format('truetype'), 
       url('/rubik-v9-latin-regular.c8ecbc0b.svg#Rubik') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* rubik-500 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('/rubik-v9-latin-500.53057f6b.eot'); /* IE9 Compat Modes */
  src: local('Rubik Medium'), local('Rubik-Medium'),
       url('/rubik-v9-latin-500.53057f6b.eot?#iefix') format('embedded-opentype'), 
       url('/rubik-v9-latin-500.7ab5092f.woff2') format('woff2'), 
       url('/rubik-v9-latin-500.27b164e4.woff') format('woff'), 
       url('/rubik-v9-latin-500.392f71ae.ttf') format('truetype'), 
       url('/rubik-v9-latin-500.36601b02.svg#Rubik') format('svg'); /* Legacy iOS */
  font-display: swap;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #003296; /*default*/
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

body.mac-os.chrome,
body.mac-os.safari,
body.mac-os.opera {
  background-color: #0039a1; /*mac-os color*/
}

a {
  color: #fff;
}

.cyan {
  color: #b6dcf6;
}

.blue {
  color: #003296;
  fill: #003296;
}

video {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  background-color: transparent;
  z-index: 1;
  transform: translateX(-50%);
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 375px) {
  video {
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  video {
    top: 0%;
    max-width: 60%;
  }
}

@media screen and (min-width: 992px) {
  video {
    max-width: 50%;
  }
}

@media screen and (min-width: 1400px) {
  video {
    max-width: 35%;
  }
}

body.fade-out video {
  opacity: 0;
}

#animation-container {
  position: fixed;
  display: flex;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  box-sizing: border-box;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

body.fade-out #animation-container {
  opacity: 0;
}

section {
  padding: 15px 30px;
  position: absolute;
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

section.active {
  z-index: 2;
  pointer-events: all;
}

section:first-of-type {
  bottom: -70px;
}

@media screen and (min-width: 375px) {
  section {
    bottom: 0px;
  }

  section:first-of-type {
    bottom: 50px;
  }

  section:last-of-type {
    bottom: -100px;
  }
}

@media screen and (min-width: 992px) {
  section {
    bottom: -50px;
  }
}

section svg {
  max-width: 250px;
}

.shift {
  padding-left: 20px;
}

@media screen and (min-width: 992px) {
  section:not(.section-5) object {
    width: 250px;
    height: auto;
  }

  section.section-1 object {
    width: 270px;
  }
}

@media screen and (min-width: 1200px) {
  section:not(.section-5) object {
    width: 280px;
    height: auto;
  }

  section.section-1 object {
    width: 300px;
  }
}

h1,
h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  /*text-shadow: 0 0 10px rgba(0,0,0,0.3);*/
}

h1 .title-top {
  display: block;
  font-size: 2.7rem;
  line-height: 1.1;
  text-align: center;
  /*text-transform: uppercase;*/
}

h1 .title-bottom {
  display: block;
  font-size: 2.7rem;
  /*text-transform: uppercase;*/
}

@media screen and (min-width: 768px) {
  h1 .title-top {
    font-size: 3rem;
    margin-bottom: 3px;
  }
  
  h1 .title-bottom {
    font-size: 3rem;
  }
}

p {
  line-height: 1.55;
  color: #b6dcf6;
  letter-spacing: 0.02em;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

p.darken {
  color: #b6dcf6;
}

p.darken .highlight {
  color: #fff;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: 400;
}

a.button,
button.button {
  position: relative;
  background: #fff;
  color: #003296;
  padding: 20px 15px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  max-width: 220px;
  width: 100%;
  margin: 24px auto;
  border-radius: 3px;
  text-align: center;
  box-shadow: none;
  border: none;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  /*box-shadow: 0 0 30px rgba(0,0,0,0.4);*/
  /*box-shadow: 0 -16px 23px -14px rgba(0,0,0,0.6)inset;*/
}

@media screen and (min-width: 768px) {
  a.button:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}

a.button:not(.no-arrow) span {
  padding-right: 28px;
  position: relative;
}

a.button:not(.no-arrow) span::after {
  display: block;
  position: absolute;
  top: -4px;
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewbox='0 0 32 17' width='32px' height='17px'><polygon points='9.04274399 -4 9.04274399 12.3417021 5.33372647 8.71580803 4 10.0196929 10 16 16 10.0196929 14.6662735 8.71580803 10.9857357 12.3417021 10.943087 -4' stroke='black' stroke-width='0' fill='navy'></polygon></svg>");
  right: -4px;
  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
  transform-origin: center;
}

/*SCROLL ARROW*/

#arrow {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 375px) {
  #arrow {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  #arrow {
    bottom: 80px;
  }
}

#arrow svg {
  width: 25px;
  height: auto;
}

#arrow.hidden {
  opacity: 0;
}

#arrow path {
  /*fill: #7ddcfa;*/
  fill: #b6dcf6;
  /*fill: darkorange;*/
}

.smallarrow,
.smallline {
  opacity: 0;
}

#arrowtop {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 20px;
  position: relative;
  margin: 30px auto 0;
  transform: rotate(180deg);
  cursor: pointer;
}

@media screen and (min-width: 375px) {
  #arrowtop.show {
    display: block;
    opacity: 1;
  }  
}

#arrowtop svg {
  width: 20px;
  height: auto;
}

#arrowtop svg path {
  fill: #b6dcf6;
}

.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 100px rgba(0,0,0,0.6) inset;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .vignette {
    box-shadow: 0 0 150px rgba(0,0,0,0.6) inset;
  } 
}

@media screen and (min-width: 992px) {
  .vignette {
    box-shadow: 0 0 200px rgba(0,0,0,0.6) inset;
  } 
}

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 3;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .progress-bar {
    bottom: unset;
    top: 0;
  }
}

.progress-bar #progress {
  width: 0;
  height: 100%;
  /*background: linear-gradient(90deg, transparent 0, transparent calc(100% - 30px), darkorange calc(100% - 30px), darkorange 100%);*/
  /*background: linear-gradient(90deg, transparent 0, transparent calc(100% - 30px), #b6dcf6 calc(100% - 30px), #b6dcf6 100%);*/
  background: #b6dcf6;
}

@media screen and (min-width: 768px) {
  .progress-bar #progress {
    /*background: linear-gradient(90deg, transparent 0, transparent calc(100% - 60px), darkorange calc(100% - 60px), darkorange 100%);*/
    /*background: linear-gradient(90deg, transparent 0, transparent calc(100% - 60px), #b6dcf6 calc(100% - 60px), #b6dcf6 100%);*/
  }
}

.summary-item {
  margin-bottom: 15px;
  margin-top: 15px;
}

.summary-item .item-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  position: relative;
  display: inline-block;
  height: 90px;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .summary-item .item-wrapper:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
}

.summary-item:nth-child(3) .item-wrapper {
  background: rgba(255, 255, 255, 0.95);
}

.summary-item:nth-child(5) .item-wrapper {
  background: rgba(255, 255, 255, 0.9);
}

.summary-item:nth-child(7) .item-wrapper {
  background: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 375px) {
  .summary-item .item-wrapper {
    height: 110px;
  }
}

@media screen and (min-width: 768px) {
  .summary-item .item-wrapper {
    background-color: transparent !important;
    height: 140px;
    width: calc(50% - 2%);
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
    margin-bottom: 80px;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .summary-item .item-wrapper {
    width: calc(25% - 2%);
  }
}

.summary-item .item-link {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .summary-item .item-link {
    display: none;
  }
}

.summary-item .item-logo {
  max-width: 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.summary-item .item-logo object.mobile {
  pointer-events: none;
}

@media screen and (max-width: 374px) {
  .summary-item .item-logo object.mobile {
    width: 120px;
  }

  .summary-item .item-logo.bigger object.mobile {
    width: 130px;
  }
}

.summary-item .item-logo svg {
  max-width: 100%;
}

.summary-item .item-logo svg path,
.summary-item .item-logo svg polygon {
  fill: #003296;
}

.summary-item .item-logo svg g.half {
  opacity: 0.5;
}

.summary-item .item-logo svg polygon.half {
  opacity: 0.5;
}

.summary-item .item-logo svg g.half polygon {
  fill: #003296;
}

@media screen and (min-width: 768px) {
  .summary-item .item-logo {
    bottom: 80px;
    transform: none;
    top: unset;
    width: 100%;
    left: 0;
  }

  .summary-item .item-logo:not(.invest) a.button.desktop:hover {
    background: rgba(255, 255, 255, 0.7);
  }

  .summary-item .item-logo object {
    margin: 70px auto 0;
  }

  .summary-item .item-logo a.button {
    width: 220px;
  }
}

.summary-item .item-link svg {
  height: 50px;
  transform: rotate(-90deg);
  transform-origin: top center;
  margin-top: 30px;
}

.last-section-footer {
  margin-top: 30px;
  clear: both;
}

.last-section-footer .copyright {
  display: block;
  margin-bottom: 8px;
}

.last-section-footer a {
  text-decoration: none;
  font-weight: 400;
}

@media screen and (min-height: 1200px) {
  svg.animation-logo {
    max-width: 350px;
    height: auto;
    width: 350px;
  }

  #vid {
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.mobile {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

.desktop {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .desktop {
    display: block !important;
  }
}

/*# sourceMappingURL=/app.0271d5f7.css.map */