body {
  font-family: 'Avenir';
  font-size: 16px; }

h1 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Avenir';
  margin: 0;
  letter-spacing: 3px; }

h2 {
  font-size: 15px;
  color: #F49712;
  text-transform: uppercase;
  font-family: 'Avenir';
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.3em;
  margin-bottom: 20px; }

ul {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: none; }

li > span {
  margin-right: 10px;
  color: #F49712; }

li {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.scrollable {
  display: flex;
  width: 100%;
  margin-right: 37px;
  overflow-y: scroll; }
  .scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    width: 12px;
    background-color: #000000; }
  .scrollable::-webkit-scrollbar {
    width: 6px;
    background-color: #000000; }
  .scrollable::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F49712; }
  .scrollable--bottomcontainer {
    flex-flow: row wrap; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Roman.woff"); }

@font-face {
  font-family: 'Avenir';
  font-weight: 900;
  src: url("../fonts/Avenir-Heavy.woff"); }

.nrf_popup {
  position: absolute;
  opacity: 0;
  max-width: 1120px;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 100px auto 0;
  display: flex;
  transform: scale(0.8);
  padding: 100px 0 0 50px;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: hidden;
  height: calc(100% - 350px);
  transition: all 0.2s ease-in-out; }
  .nrf_popup.visible {
    transform: scale(1);
    z-index: 31;
    opacity: 1; }
  .nrf_popup__content {
    width: 600px;
    margin-right: 40px; }
  .nrf_popup__image {
    width: 344px; }
    .nrf_popup__image img {
      width: 100%;
      display: block; }

.background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto; }
  .background__container {
    display: flex;
    position: relative; }
    .background__container::before, .background__container::after {
      content: '';
      display: table;
      clear: both;
      width: 1px;
      margin-left: -1px; }
    .background__container::before {
      float: left;
      padding-bottom: 56.25%; }
  .background__video, .background__loopcontainer {
    width: 100%;
    object-fit: cover; }
  .background__loopcontainer {
    display: none; }
  .background__image {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    filter: blur(6px); }
  .background__cancel {
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 30; }

.button {
  background: #F49712;
  border: 1px solid #F49712;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 40px;
  width: 240px;
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 2px;
  transition: background 0.3s, color 0.3s; }
  .button:hover {
    background: #ffffff;
    color: #F49712;
    border: 1px solid #F49712; }
  .button--black {
    background: #000;
    color: #ffffff;
    border: 1px solid #000; }
    .button--black:hover {
      background: #ffffff;
      color: #000; }
  .button--rounded {
    border: 1px solid #F49712;
    border-radius: 28px;
    color: #F49712;
    letter-spacing: 3px; }
  .button--transparent {
    background: transparent; }
    .button--transparent:hover {
      background: #F49712;
      color: #ffffff; }

.buttongroup {
  display: flex;
  min-width: 500px;
  justify-content: space-between;
  margin-bottom: 50px; }

.round-button {
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 14px;
  padding-left: 8px;
  line-height: 20px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease; }

.round-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px #ffff64;
  text-shadow: 0px 0px 10px #ffff64; }

.cancel {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  transition: background 0.3s; }
  .cancel .cancel-cross {
    stroke: #000; }
  .cancel .cancel-cross2 {
    stroke: #ffffff;
    transition: stroke 0.3s; }
  .cancel .cancel-cross, .cancel .cancel-cross2, .cancel .cls-4 {
    fill: #000;
    transition: fill 0.3s; }
  .cancel--videos {
    top: 120px;
    right: 120px; }
  .cancel:hover .cancel-cross2 {
    stroke: #000; }
  .cancel:hover .cancel-cross, .cancel:hover .cancel-cross2, .cancel:hover .cls-4 {
    fill: #ffffff; }

.header {
  height: 100px;
  position: relative;
  width: 100%;
  z-index: 100;
  background: #fff; }
  .header__container {
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
  .header__socials {
    margin: 30px 0 0 0;
    display: flex;
    height: 40px; }
  .header__slogan {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin: 30px 0 0 0;
    padding: 0 16px 0 22px;
    text-transform: uppercase;
    border: 1px solid #F49712;
    border-radius: 28px;
    color: #F49712;
    height: 40px;
    font-weight: 900; }
  .header__dark {
    margin-left: 5px;
    color: #000; }
  .header__logo {
    width: 118px;
    z-index: 40;
    position: absolute;
    left: 50%;
    top: 61px;
    transform: translateX(-50%); }
    .header__logo img {
      max-width: 100%;
      display: block; }
  .header__icon {
    width: 40px;
    height: 40px;
    margin-right: 20px; }
    .header__icon:hover .email-round {
      fill: #F49712;
      stroke: #ffffff; }
    .header__icon:hover .overview-icon, .header__icon:hover .phone-icon, .header__icon:hover .email-icon {
      fill: #ffffff; }
    .header__icon:hover .overview-background, .header__icon:hover .phone-background {
      fill: #F49712; }
  @media screen and (max-width: 1920px) {
    .header__container {
      margin: 0 120px; } }

.intro {
  z-index: 8;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  max-width: 1920px;
  margin: 0 auto; }
  .intro__video {
    display: flex;
    position: relative; }
    .intro__video::before, .intro__video::after {
      content: '';
      display: table;
      clear: both;
      width: 1px;
      margin-left: -1px; }
    .intro__video::before {
      float: left;
      padding-bottom: 56.25%; }
    .intro__video--play {
      position: absolute;
      top: 37%;
      transform: translateY(-27%);
      left: 23%;
      z-index: 14; }
    .intro__video--video {
      width: 100%;
      object-fit: cover; }
  .intro__content {
    display: flex;
    position: relative;
    z-index: 10;
    max-width: 1920px;
    margin: 40px 120px 0 120px;
    justify-content: flex-end; }
  .intro__introduction {
    position: relative;
    background: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 10px 10px 20px 0px rgba(38, 153, 251, 0.1);
    height: 70vh; }
    .intro__introduction h1 {
      margin-top: 0;
      font-size: 18px;
      font-weight: 600; }
  .intro__container {
    width: 30vw;
    height: 40vh;
    min-height: 385px;
    overflow-y: scroll;
    margin: 0 32px 0 50px;
    padding-right: 100px; }
    .intro__container::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 0px;
      width: 12px;
      background-color: #000000; }
    .intro__container::-webkit-scrollbar {
      width: 6px;
      background-color: #000000; }
    .intro__container::-webkit-scrollbar-thumb {
      border-radius: 0px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F49712; }
  .intro__skipintro {
    align-items: flex-end;
    width: 240px;
    margin: 0 50px;
    display: flex; }

.index {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto; }

.hotspotcontainer {
  position: relative;
  top: 0; }
  .hotspotcontainer::before, .hotspotcontainer::after {
    content: '';
    display: table;
    clear: both;
    width: 1px;
    margin-left: -1px; }
  .hotspotcontainer::before {
    float: left;
    padding-bottom: 56.25%; }

.hotspot {
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: #F49712;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  display: flex;
  opacity: 0; }
  .hotspot--car {
    top: 64%;
    right: 4%; }
  .hotspot--person {
    top: 70%;
    right: 28%; }
  .hotspot--cooler {
    top: 68%;
    left: 39.5%; }
  .hotspot--laptop {
    top: 58%;
    left: 52%; }
  .hotspot--engine {
    top: 74%;
    left: 52%; }
  .hotspot--screenleft {
    top: 46%;
    left: 35%; }
  .hotspot--screenright {
    top: 54%;
    right: 38%; }
  .hotspot--part {
    top: 66%;
    right: 35%; }
  .hotspot--photobooth {
    top: 65%;
    left: 28.8%; }
  .hotspot--movietheaterzoom, .hotspot--meetingzoom, .hotspot--pumpzoom, .hotspot--coolerzoom, .hotspot--tankzoom, .hotspot--productszoom, .hotspot--photoboothzoom, .hotspot--teslazoom {
    animation-delay: 0s !important;
    display: none; }
  .hotspot--movietheaterzoom {
    top: 30%;
    right: 26%; }
  .hotspot--meetingzoom, .hotspot--pumpzoom, .hotspot--coolerzoom, .hotspot--tankzoom, .hotspot--productszoom, .hotspot--teslazoom {
    top: 30%;
    right: 30%; }
  .hotspot--photoboothzoom {
    top: 25%;
    right: 50%; }
  .hotspot__header {
    font-size: 15px; }
  .hotspot:hover {
    cursor: pointer; }
    .hotspot:hover::after {
      display: block;
      animation: pulse;
      animation-duration: 0.5s;
      animation-iteration-count: infinite; }
  .hotspot::after {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #F49712;
    border-radius: 50%;
    position: absolute;
    display: none; }
  .hotspot.active {
    animation: pop .2s linear;
    animation-fill-mode: forwards;
    display: flex; }

@keyframes pulse {
  0% {
    width: 25px;
    height: 25px; }
  50% {
    width: 45px;
    height: 45px; }
  100% {
    width: 25px;
    height: 25px; } }

@keyframes pop {
  0% {
    transform: scale(0);
    opacity: 1; }
  70% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.meeting {
  position: absolute;
  opacity: 0;
  max-width: 1120px;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 100px auto 0;
  display: flex;
  transform: scale(0.8);
  padding: 100px 0 0 50px;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: hidden;
  height: calc(100% - 350px);
  transition: all 0.2s ease-in-out; }
  .meeting.visible {
    transform: scale(1);
    z-index: 8;
    opacity: 1; }
  .meeting__content {
    width: 426px;
    margin-right: 40px; }
  .meeting__image {
    width: 476px; }
    .meeting__image img {
      width: 100%;
      display: block; }
  .meeting__codeinput {
    padding: 0 20px;
    display: flex;
    height: 40px;
    width: 240px;
    margin-top: 40px;
    border: 2px solid #F49712; }
  .meeting__table {
    margin: 40px 0;
    flex: 1;
    width: 100%; }
    .meeting__table .table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem;
      background-color: transparent; }
      .meeting__table .table th,
      .meeting__table .table td {
        padding: .75em;
        vertical-align: top;
        border-top: 1px solid #dee2e6; }
      .meeting__table .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6; }
      .meeting__table .table tbody + tbody {
        border-top: 2px solid #dee2e6; }

.mobile__landscape, .mobile__portrait {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 300; }

.mobile__portrait {
  background-image: url("../images/nrf_automotive_mobile_portrait.jpg"); }

.mobile__landscape {
  background-image: url("../images/nrf_automotive_mobile_landscape.jpg"); }

.movietheater {
  position: absolute;
  opacity: 0;
  max-width: 1680px;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 100px auto 0;
  display: flex;
  transform: scale(0.8);
  padding: 100px 0 0 50px;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: hidden;
  height: calc(100% - 350px);
  transition: all 0.2s ease-in-out; }
  .movietheater.visible {
    transform: scale(1);
    z-index: 31;
    opacity: 1; }
  .movietheater__movies {
    display: flex;
    width: 100%;
    margin-right: 37px;
    margin-bottom: 45px;
    overflow-y: scroll; }
    .movietheater__movies::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 0px;
      width: 12px;
      background-color: #000000; }
    .movietheater__movies::-webkit-scrollbar {
      width: 6px;
      background-color: #000000; }
    .movietheater__movies::-webkit-scrollbar-thumb {
      border-radius: 0px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F49712; }
  .movietheater__moviesmovies, .movietheater__productmovies {
    width: 476px;
    margin-right: 40px; }
  .movietheater__content {
    width: 426px;
    margin-right: 40px; }
  .movietheater__title {
    background: #000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 0 18px;
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 40px;
    letter-spacing: 2px; }

.photobooth__selfie {
  flex: 1;
  width: 100%; }

.product {
  display: flex;
  background: #ffffff;
  padding: 24px;
  text-decoration: none;
  margin-bottom: 10px; }
  .product__title {
    color: #F49712;
    font-size: 14px;
    width: 185px; }
  .product__subtitle {
    color: #F49712;
    font-size: 10px; }
  .product__image {
    display: flex;
    justify-content: center;
    width: 185px;
    margin: 0 10px; }
    .product__image img {
      max-width: 100%;
      max-height: 100px;
      display: block; }
  .product__link {
    display: flex;
    align-items: flex-end; }

.productoverview {
  position: absolute;
  opacity: 0;
  max-width: 1680px;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 100px auto 0;
  display: flex;
  transform: scale(0.8);
  padding: 100px 0 0 50px;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: hidden;
  height: calc(100% - 350px);
  transition: all 0.2s ease-in-out; }
  .productoverview.visible {
    transform: scale(1);
    z-index: 31;
    opacity: 1; }
  .productoverview__products {
    display: flex;
    width: 100%;
    margin-right: 37px;
    margin-bottom: 45px; }
  .productoverview__enginecooling, .productoverview__airconditioning {
    width: 476px;
    margin-right: 40px; }
  .productoverview__content {
    width: 426px;
    margin-right: 40px; }
    .productoverview__content a {
      text-decoration: none;
      color: #F49712;
      transition: color 0.3s; }
      .productoverview__content a:hover {
        color: #000; }
  .productoverview__title {
    background: #000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 0 18px;
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 40px;
    letter-spacing: 2px; }

.tippy-box[data-theme~='nrf'] {
  background-color: rgba(244, 151, 18, 0.9);
  color: #ffffff;
  padding: 20px;
  box-shadow: 10px 10px 20px 0px rgba(38, 153, 251, 0.4); }
  .tippy-box[data-theme~='nrf'] h1 {
    font-size: 15px; }

.tippy-box[data-theme~='nrf'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: rgba(244, 151, 18, 0.9); }

.tippy-box[data-theme~='nrf'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: rgba(244, 151, 18, 0.9); }

.tippy-box[data-theme~='nrf'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: rgba(244, 151, 18, 0.9); }

.tippy-box[data-theme~='nrf'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: rgba(244, 151, 18, 0.9); }

body {
  margin: 0; }
