@font-face {
  font-family: 'Alaska';
  src: url("../fonts/Alaska-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Alaska';
  src: url("../fonts/Alaska-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Alaska';
  src: url("../fonts/Alaska-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Alaska';
  src: url("../fonts/Alaska-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Alaska';
  src: url("../fonts/Alaska-Black.woff2") format("woff2");
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'Alaska';
  src: url("../fonts/Alaska-BlackItalic.woff2") format("woff2");
  font-weight: bolder;
  font-style: italic;
}

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-BookItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

.is-xxs, .is-xs, .is-s, .is-m, .is-l, .is-xl {
  display: none;
}

@media only screen and (min-width: 320px) {
  .is-xxs {
    display: block;
  }
}

@media only screen and (min-width: 570px) {
  .is-xs {
    display: block;
  }
}

@media only screen and (min-width: 740px) {
  .is-s {
    display: block;
  }
}

@media only screen and (min-width: 1100px) {
  .is-m {
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  .is-l {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.only-xxs, .only-xs, .only-s, .only-m, .only-l, .only-xl {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
  .only-xxs {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 570px) {
  .only-xs {
    display: block;
  }
}

@media only screen and (min-width: 571px) and (max-width: 740px) {
  .only-s {
    display: block;
  }
}

@media only screen and (min-width: 741px) and (max-width: 1100px) {
  .only-m {
    display: block;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .only-l {
    display: block;
  }
}

@media only screen and (min-width: 1301px) {
  .only-xl {
    display: block;
  }
}

*:focus {
  outline: none !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

.pointer {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

.alert {
  line-height: 1.8rem;
}

a:hover {
  text-decoration: none;
}

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

.swiper-container {
  position: relative;
}

.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-container .swiper-slide .swiper-button-white {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-left: 10px;
  margin-right: 10px;
}

.swiper-container .swiper-slide .swiper-button-white:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.container-fluid {
  padding: 0 !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

#loader {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}

#loader .loading {
  height: 20vw;
  margin: auto;
}

@media only screen and (max-width: 1100px) {
  #loader .loading {
    width: 50vw;
    height: auto;
  }
}

@media only screen and (max-width: 740px) {
  #loader .loading {
    width: 90vw;
  }
}

.fade-in {
  opacity: 0;
}

.slide-up-fade-in {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.slide-right-fade-in {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.slide-left-fade-in {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

html, body {
  width: 100vw;
  color: #242424;
  font-family: "CircularStd";
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1100px) {
  html, body {
    overflow-x: hidden;
  }
}

html ::-moz-selection, body ::-moz-selection {
  background: #F2001C;
}

html ::selection, body ::selection {
  background: #F2001C;
}

html ::-moz-selection, body ::-moz-selection {
  background: #F2001C;
}

html a, body a {
  text-decoration: none;
  color: #242424;
  font-weight: bold;
}

html a:hover, body a:hover {
  color: #F2001C;
}

html img, body img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

body {
  overflow-x: hidden;
  position: absolute;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5 {
  font-family: "Alaska";
  font-weight: bold;
}

h1 {
  font-size: 80px;
  width: 80%;
}

@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 100px;
    width: 60%;
  }
}

@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 70px;
    width: 100%;
  }
}

@media only screen and (max-width: 740px) {
  h1 {
    font-size: 50px;
  }
}

p, a, ul, h4 {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (min-width: 1600px) {
  p, a, ul, h4 {
    font-size: 22px;
  }
}

p, ul {
  margin-bottom: 20px;
}

.headline, .headline p {
  font-size: 28px;
  line-height: 36px;
}

@media only screen and (min-width: 1600px) {
  .headline, .headline p {
    font-size: 30px;
    line-height: 38px;
  }
}

.highlight, .highlight p {
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (min-width: 1600px) {
  .highlight, .highlight p {
    font-size: 26px;
    line-height: 34px;
  }
}

#play-cursor {
  z-index: 100;
  opacity: 0;
  position: absolute;
  width: 120px;
  height: 120px;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  mix-blend-mode: difference;
}

#play-cursor .icon {
  color: #ffffff;
  font-size: 120px;
}

@media only screen and (max-width: 1100px) {
  #play-cursor {
    display: none;
  }
}

.active {
  font-weight: bolder !important;
  color: #F2001C !important;
}

.container {
  width: 80vw;
  max-width: 1800px;
}

@media only screen and (max-width: 1100px) {
  .container {
    width: 90vw;
  }
}

.homepage .container {
  max-width: 1400px;
}

.top-round-outline, .top-round-outline-footer {
  z-index: -500;
  position: absolute;
}

nav {
  position: absolute;
  z-index: 900;
  height: 100px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  padding: 0px 40px 0px 60px;
}

@media only screen and (max-width: 740px) {
  nav {
    padding: 0px 20px 0px 40px;
  }
}

nav .container-fluid {
  z-index: 5000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .container-fluid .logo {
  height: 50px;
  width: auto;
  float: left;
}

nav .container-fluid .links {
  font-size: 24px;
  z-index: 2000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background-color: #ffffff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 1600px) {
  nav .container-fluid .links {
    font-size: 20px;
  }
}

nav .container-fluid .links .burger-logo {
  position: absolute;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 60px;
  top: 25px;
}

@media only screen and (max-width: 740px) {
  nav .container-fluid .links .burger-logo {
    left: 40px;
  }
}

nav .container-fluid .links .content {
  height: 100vh;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .container-fluid .links .content a {
  font-size: 24px;
  line-height: 32px;
  margin-right: 40px;
  font-weight: normal;
}

nav .container-fluid .links .content > a {
  display: block;
  margin: 20px 0;
}

nav .container-fluid .links .content .lang-switcher {
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0;
}

nav .container-fluid .links .content .lang-switcher a {
  margin-left: 5px;
  margin-right: 5px;
}

nav .container-fluid .links .content .lang-switcher a:first-child {
  margin-left: 0;
}

nav .container-fluid .links .content .lang-switcher a:last-child {
  margin-right: 0;
}

nav .container-fluid .navbar-toggler {
  z-index: 8000;
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  background-color: #ffffff;
  border-radius: 100px;
}

nav .container-fluid .navbar-toggler .animated-burger {
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

nav .container-fluid .navbar-toggler .animated-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #242424;
}

nav .container-fluid .navbar-toggler .animated-burger span:nth-child(1) {
  top: 0px;
}

nav .container-fluid .navbar-toggler .animated-burger span:nth-child(2), nav .container-fluid .navbar-toggler .animated-burger span:nth-child(3) {
  top: 10px;
}

nav .container-fluid .navbar-toggler .animated-burger span:nth-child(4) {
  top: 20px;
}

nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.top-round-outline {
  top: -20vw;
  left: 20vw;
  width: 120vw;
  height: auto;
}

@media only screen and (max-width: 1100px) {
  .top-round-outline {
    top: -50vw;
    width: 250vw;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

header {
  padding-top: 100px;
}

.homepage header {
  pointer-events: none;
  position: relative;
  top: 0;
  height: 80vh;
  padding: 50px 30vw;
}

@media only screen and (max-width: 1300px) {
  .homepage header {
    padding: 50px 20vw;
  }
}

@media only screen and (max-width: 1100px) {
  .homepage header {
    padding: 100px 10vw 0px 10vw;
    height: 70vh;
  }
}

.homepage header .label {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}

.homepage header .label .spline {
  z-index: 10;
  position: absolute;
  height: 200vh;
  width: 200vw;
  border-radius: 500px;
  overflow: hidden;
  pointer-events: initial;
  /* background-color: rgba(0, 119, 255, 0.415); */
}

@media only screen and (min-width: 1600px) {
  .homepage header .label .spline {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media only screen and (max-width: 1600px) {
  .homepage header .label .spline {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media only screen and (max-width: 1300px) {
  .homepage header .label .spline {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.homepage header .label .label-stickers {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage header .label .label-stickers img {
  position: absolute;
  height: 100%;
  width: auto;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
}

.homepage header .label .label-stickers img.stickers-parallax {
  z-index: 5;
  top: 150px;
}

.homepage header .label .label-stickers img.grab-me {
  z-index: -5;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media only screen and (max-width: 740px) {
  .homepage header .label .label-stickers img.grab-me {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.homepage header .label .label-stickers #label-bee {
  -webkit-animation: float 2.5s alternate infinite;
          animation: float 2.5s alternate infinite;
  display: none;
  z-index: 3;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  padding: 10px;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage header .label .label-stickers #label-bee img {
  height: 60%;
  width: auto;
  -webkit-filter: none;
          filter: none;
}

@media only screen and (max-width: 1100px) {
  .homepage header .label .label-stickers #label-bee img {
    height: 60%;
    width: auto;
  }
}

@-webkit-keyframes float {
  from {
    -webkit-transform: translateY(-60px) rotate(5deg);
            transform: translateY(-60px) rotate(5deg);
  }
  to {
    -webkit-transform: translateY(30px) rotate(0deg);
            transform: translateY(30px) rotate(0deg);
  }
}

@keyframes float {
  from {
    -webkit-transform: translateY(-60px) rotate(5deg);
            transform: translateY(-60px) rotate(5deg);
  }
  to {
    -webkit-transform: translateY(30px) rotate(0deg);
            transform: translateY(30px) rotate(0deg);
  }
}

.homepage header .label:hover .label-stickers #help {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.homepage header .arrow {
  pointer-events: initial;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
  padding: 10px;
  z-index: 30;
  cursor: pointer;
  -webkit-animation: bounce 0.5s alternate infinite;
          animation: bounce 0.5s alternate infinite;
  display: none;
}

@media only screen and (min-width: 1600px) {
  .homepage header .arrow {
    width: 80px;
    height: 80px;
  }
}

.homepage header .arrow .arrow-stickers {
  height: 100%;
  width: 100%;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
  background-image: url(../images/NDBI-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounce {
  from {
    bottom: 30px;
  }
  to {
    bottom: 20px;
  }
}

@keyframes bounce {
  from {
    bottom: 30px;
  }
  to {
    bottom: 20px;
  }
}

.stickers {
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 5;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media only screen and (max-width: 740px) {
  .stickers {
    width: 70px;
    height: 70px;
  }
}

.stickers.s-1 {
  background-image: url(../images/NDBI-bee-left.svg);
  -webkit-transform: scale(1) rotate(-5deg);
          transform: scale(1) rotate(-5deg);
  top: 10px;
  left: 60%;
}

.stickers.s-2 {
  background-image: url(../images/NDBI-flower-right.svg);
  -webkit-transform: scale(1) rotate(-30deg);
          transform: scale(1) rotate(-30deg);
  top: 60%;
  right: -60px;
}

@media only screen and (max-width: 740px) {
  .stickers.s-2 {
    right: -40px;
  }
}

.stickers.s-3 {
  background-image: url(../images/NDBI-bee-right.svg);
  -webkit-transform: scale(1.3) rotate(10deg);
          transform: scale(1.3) rotate(10deg);
  bottom: -30px;
  left: -30px;
}

.stickers.s-4 {
  background-image: url(../images/NDBI-flower-left.svg);
  -webkit-transform: scale(1.3) rotate(60deg);
          transform: scale(1.3) rotate(60deg);
  bottom: -60px;
  right: -100px;
}

@media only screen and (max-width: 740px) {
  .stickers.s-4 {
    bottom: -100px;
    right: -20px;
  }
}

.stickers.s-5 {
  background-image: url(../images/NDBI-bee-right.svg);
  -webkit-transform: scale(1.5) rotate(20deg);
          transform: scale(1.5) rotate(20deg);
  bottom: -100px;
  left: -100px;
}

@media only screen and (max-width: 740px) {
  .stickers.s-5 {
    bottom: -120px;
    left: -20px;
  }
}

.stickers.s-6 {
  background-image: url(../images/NDBI-bee-left.svg);
  -webkit-transform: scale(0.75) rotate(-20deg);
          transform: scale(0.75) rotate(-20deg);
  top: -100px;
  right: -100px;
}

@media only screen and (max-width: 740px) {
  .stickers.s-6 {
    top: -40px;
    right: -20px;
  }
}

.stickers.s-7 {
  background-image: url(../images/NDBI-flower-left.svg);
  -webkit-transform: scale(1.25) rotate(30deg);
          transform: scale(1.25) rotate(30deg);
  top: 30px;
  right: -100px;
}

@media only screen and (max-width: 740px) {
  .stickers.s-7 {
    top: 30px;
    right: -20px;
  }
}

#intro {
  display: none;
}

#intro h1 {
  font-size: 50px;
  width: 100%;
}

#intro h1 b, #intro h1 strong {
  color: #ECB648;
}

@media only screen and (max-width: 1600px) {
  #intro h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  #intro h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1100px) {
  #intro h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 740px) {
  #intro h1 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 570px) {
  #intro h1 {
    font-size: 22px;
  }
}

#video {
  position: relative;
  padding-top: 50px;
  z-index: 12;
}

#video .video-container {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media only screen and (max-width: 1100px) {
  #video .video-container {
    width: 90vw;
  }
}

#video .video-container #home-video {
  cursor: pointer;
  height: 100%;
  width: 100%;
}

#video .video-container #home-video a {
  display: block;
  width: 100%;
  height: 100%;
}

#video .video-container #home-video a img {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 740px) {
  #video .video-container #home-video a img {
    height: 100%;
    width: auto;
  }
}

#video .video-container #home-video a video {
  width: 100%;
  border: 2px #242424 solid;
  border-radius: 20px;
}

#video .video-container .icon {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 150px;
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 1100px) {
  #video .video-container .icon {
    font-size: 100px;
  }
}

#video .video-container:hover .icon {
  font-size: 0px;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.4));
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 1100px) {
  #video .video-container:hover .icon {
    font-size: 150px;
    opacity: 1;
  }
}

#video .video-container:hover img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#video .sliding {
  position: absolute;
  top: 50%;
  left: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -200;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100vw;
  padding-top: 50px;
}

@media only screen and (max-width: 1100px) {
  #video .sliding {
    padding-top: 0;
    bottom: 0;
  }
}

#video .sliding .wrapper {
  z-index: -200;
  white-space: nowrap;
}

#video .sliding .wrapper p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Alaska";
  font-size: 300px;
  line-height: 300px;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ECB648;
}

@media only screen and (max-width: 1100px) {
  #video .sliding .wrapper p {
    font-size: 240px;
    line-height: 240px;
  }
}

@media only screen and (max-width: 570px) {
  #video .sliding .wrapper p {
    font-size: 200px;
    line-height: 200px;
  }
}

#video .sliding .wrapper.s-bottom {
  margin-left: -25%;
}

#outro h2 {
  text-align: center;
  font-size: 80px;
  font-weight: bolder;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #242424;
}

#outro h2 b, #outro h2 strong {
  text-transform: uppercase;
  -webkit-text-fill-color: #ECB648;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
}

@media only screen and (max-width: 1600px) {
  #outro h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1300px) {
  #outro h2 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 1100px) {
  #outro h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 740px) {
  #outro h2 {
    font-size: 42px;
    -webkit-text-stroke-width: 1px;
  }
}

@media only screen and (max-width: 570px) {
  #outro h2 {
    font-size: 36px;
  }
}

section {
  padding-top: 200px;
}

@media only screen and (max-width: 1100px) {
  section {
    padding-top: 50px;
  }
  section:first-child {
    padding-top: 20px;
  }
}

footer {
  margin-top: 100px;
  padding-top: 200px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

@media only screen and (max-width: 1100px) {
  footer {
    margin-top: 0;
  }
}

footer a {
  pointer-events: initial;
}

footer h4, footer p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  padding: 10px 14px;
}

footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

footer .contact .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 20px;
  width: calc(25% - 30px);
}

footer .contact .block:first-child {
  margin-left: 0px;
}

footer .contact .block:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 1100px) {
  footer .contact .block {
    width: calc(50% - 30px);
  }
  footer .contact .block:nth-child(-n+2) {
    margin-bottom: 40px;
  }
  footer .contact .block:nth-child(odd) {
    margin-left: 0px;
  }
  footer .contact .block:nth-child(even) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 740px) {
  footer .contact .block {
    width: 100%;
    margin: 20px 0;
  }
  footer .contact .block:first-child {
    margin-top: 0;
  }
}

footer .contact .block h4 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  footer .contact .block h4 {
    margin-bottom: 0;
  }
}

footer .contact .block a, footer .contact .block p, footer .contact .block a p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  margin-bottom: 0;
}

footer .legal {
  color: #9D9D9D;
}

@media only screen and (max-width: 1100px) {
  footer .legal {
    text-align: center;
  }
}

footer .legal p {
  font-size: 14px;
  margin: 0 auto;
}

footer .legal a {
  font-size: 14px;
  color: #9D9D9D;
  font-weight: normal;
}

footer .legal a:hover {
  color: #F2001C;
}

footer .top-round-outline-footer {
  width: 400vw;
  height: auto;
  top: 50px;
  left: -200vw;
}

@media only screen and (max-width: 740px) {
  footer .top-round-outline-footer {
    width: 1500vw;
    left: -840vw;
  }
}

.error .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.error .container h2 {
  margin-top: 100px;
}

.error .container p {
  margin-bottom: 40px;
}

.error .container img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 200px;
}

@media only screen and (max-width: 1600px) {
  .error .container img {
    max-width: 700px;
  }
}

header .grid h1, header .grid h2, section .grid h1, section .grid h2 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 9;
  margin-bottom: 200px;
  word-wrap: break-word;
}

@media only screen and (max-width: 1100px) {
  header .grid h1, header .grid h2, section .grid h1, section .grid h2 {
    margin-bottom: 100px;
  }
}

header .grid .headline, header .grid .intro, section .grid .headline, section .grid .intro {
  padding: 10px 14px;
  background-color: #ffffff;
}

header .grid .headline, section .grid .headline {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 5;
}

@media only screen and (max-width: 1100px) {
  header .grid .headline, section .grid .headline {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 9;
  }
}

header .grid .headline p, section .grid .headline p {
  margin-bottom: 20px;
}

header .grid .headline p:last-child, section .grid .headline p:last-child {
  margin-bottom: 0;
}

header .grid .intro, section .grid .intro {
  padding-top: 16px;
  -ms-grid-column: 5;
      grid-column-start: 5;
  grid-column-end: 8;
}

@media only screen and (max-width: 1100px) {
  header .grid .intro, section .grid .intro {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 9;
  }
}

header .grid .intro p, section .grid .intro p {
  margin-bottom: 20px;
}

header .grid .intro p:last-child, section .grid .intro p:last-child {
  margin-bottom: 0;
}

header .grid .back-to, section .grid .back-to {
  margin-top: 0;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 18px;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 9;
  padding: 6px;
  background-color: #ffffff;
  float: left;
}

header .grid .back-to a, section .grid .back-to a {
  font-size: 16px;
}

header .grid .back-to a svg, section .grid .back-to a svg {
  width: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}

header .grid .back-to a:hover svg, section .grid .back-to a:hover svg {
  -webkit-transform: rotate(180deg) translateX(10px);
          transform: rotate(180deg) translateX(10px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

header .grid .credits, section .grid .credits {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 9;
  padding: 6px;
  background-color: #ffffff;
  float: left;
}

@media only screen and (max-width: 1100px) {
  header .grid .credits, section .grid .credits {
    grid-column-end: 9;
  }
}

header .grid .credits a, section .grid .credits a {
  font-size: 18px;
}

header .grid .brief, section .grid .brief {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 7;
  padding: 10px 14px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1300px) {
  header .grid .brief, section .grid .brief {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 8;
  }
}

@media only screen and (max-width: 1100px) {
  header .grid .brief, section .grid .brief {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 9;
  }
}

header .grid .brief p, section .grid .brief p {
  margin-bottom: 20px;
}

header .grid .brief p:last-child, section .grid .brief p:last-child {
  margin-bottom: 0;
}

.basic section {
  padding-top: 0;
}

.basic section h4 {
  margin: 20px 0;
}

.basic section p {
  margin-bottom: 20px;
}

.basic section ul {
  list-style: disc;
  padding-left: 24px;
}

.basic section ul li {
  margin-bottom: 10px;
}

.basic section ul li:last-child {
  margin-bottom: 0;
}

.basic section p, .basic section a, .basic section ul {
  font-size: 24px;
}

@media only screen and (max-width: 1600px) {
  .basic section p, .basic section a, .basic section ul {
    font-size: 20px;
  }
}

.cky-consent-container a, .cky-modal a {
  font-size: inherit;
  line-height: inherit;
}

.cky-consent-container p, .cky-modal p {
  font-size: inherit;
  line-height: inherit;
}

.cky-consent-container .cky-empty-cookies-text, .cky-modal .cky-empty-cookies-text {
  font-size: 12px;
}

.lg-backdrop {
  z-index: 9950;
  background-color: rgba(0, 0, 0, 0.8);
}

.lg-outer {
  cursor: pointer;
  z-index: 9960;
}

.lg-toolbar .lg-icon {
  margin: 10px;
  color: #ffffff;
  font-size: 2.5rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  padding: 0;
  height: auto;
  width: auto;
}

.lg-toolbar .lg-icon:hover {
  color: #F2001C;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  max-width: 80vw;
}

@media only screen and (max-width: 1100px) {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    max-width: 100vw;
  }
}
