html {
  background: white;
  font-size: 14px; }
  html img {
    border: 0; }
  @media (min-width: 576px) {
    html {
      font-size: 14px; } }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }
  html, html body {
    overflow-x: hidden; }
  html body {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 0; }
    html body > * {
      font-size: 1rem; }
  html a {
    color: #5700f3;
    transition: color .2s ease-in-out; }
    html a:hover, html a:active, html a:focus {
      color: #2d017b; }

@media (min-width: 768px) {
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; } }

@media (min-width: 992px) {
  body.single header {
    height: 497px; } }

@media (max-width: 992px) {
  body.single #main {
    padding-bottom: 100px; } }

body.single .back-to-blog {
  margin: 0 auto 51px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    body.single .back-to-blog {
      position: relative;
      left: -37px; } }
  @media (min-width: 992px) {
    body.single .back-to-blog {
      color: white; } }
  body.single .back-to-blog .arrow-cover {
    display: none;
    overflow: hidden;
    position: relative;
    top: 2px;
    margin: 0 8px; }
    @media (min-width: 768px) {
      body.single .back-to-blog .arrow-cover {
        display: inline-block; } }
    body.single .back-to-blog .arrow-cover, body.single .back-to-blog .arrow-cover svg {
      width: 74px;
      height: 13px;
      transition: transform .4s ease-in-out; }
    body.single .back-to-blog .arrow-cover svg {
      transform: rotate(180deg) translate3d(-50%, 0, 0);
      position: relative; }
      @media (min-width: 992px) {
        body.single .back-to-blog .arrow-cover svg path {
          fill: white; } }
  body.single .back-to-blog:hover, body.single .back-to-blog:focus {
    text-decoration: none; }
    body.single .back-to-blog:hover svg, body.single .back-to-blog:focus svg {
      transform: rotate(180deg) translate3d(0, 0, 0); }

body.single #main.post {
  background: transparent; }
  @media (min-width: 992px) {
    body.single #main.post {
      margin: -428px 0 -200px; } }
  body.single #main.post .post-cover {
    max-width: 982px;
    margin: 0 auto;
    background: white;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      body.single #main.post .post-cover {
        margin: 0 auto 200px; } }
    @media (min-width: 768px) {
      body.single #main.post .post-cover {
        box-shadow: 15px 15px 100px rgba(0, 0, 0, 0.2); } }
    body.single #main.post .post-cover .post-header {
      text-align: center;
      position: relative; }
      body.single #main.post .post-cover .post-header h1 {
        position: absolute;
        top: 45%;
        color: white;
        left: 0;
        right: 0;
        padding: 0 2rem;
        font-size: 1.5rem;
        transform: translateY(-50%); }
        @media (min-width: 576px) {
          body.single #main.post .post-cover .post-header h1 {
            font-size: 2rem; } }
        @media (min-width: 768px) {
          body.single #main.post .post-cover .post-header h1 {
            font-size: 3rem;
            padding: 0 5rem; } }
      body.single #main.post .post-cover .post-header img {
        max-width: 100%;
        height: auto; }
    body.single #main.post .post-cover .post-inner {
      padding: 2rem; }
      @media (min-width: 768px) {
        body.single #main.post .post-cover .post-inner {
          padding: 56px 5rem 56px; } }
      @media (min-width: 992px) {
        body.single #main.post .post-cover .post-inner {
          padding: 56px 5rem 130px; } }
      body.single #main.post .post-cover .post-inner.content p {
        font-size: 1rem; }
    body.single #main.post .post-cover .navigation {
      padding: 0 5rem;
      background: white; }
      body.single #main.post .post-cover .navigation .screen-reader-text {
        display: none; }
      body.single #main.post .post-cover .navigation .nav-links {
        font-size: 0.75rem;
        text-transform: uppercase; }
        @media (max-width: 768px) {
          body.single #main.post .post-cover .navigation .nav-links > div {
            float: none !important;
            text-align: center;
            margin: 10px 0; }
          body.single #main.post .post-cover .navigation .nav-links svg {
            display: none; } }
        body.single #main.post .post-cover .navigation .nav-links:after {
          content: '';
          display: block;
          clear: both; }
        body.single #main.post .post-cover .navigation .nav-links a {
          padding: 0 0 0 0; }
          body.single #main.post .post-cover .navigation .nav-links a:hover, body.single #main.post .post-cover .navigation .nav-links a:focus {
            text-decoration: none;
            color: #5700f3; }
        @media (min-width: 768px) {
          body.single #main.post .post-cover .navigation .nav-links .nav-previous .arrow-cover, body.single #main.post .post-cover .navigation .nav-links .nav-next .arrow-cover {
            display: none;
            overflow: hidden;
            display: inline-block;
            position: relative;
            top: 2px;
            margin: 0 8px; }
            body.single #main.post .post-cover .navigation .nav-links .nav-previous .arrow-cover, body.single #main.post .post-cover .navigation .nav-links .nav-previous .arrow-cover svg, body.single #main.post .post-cover .navigation .nav-links .nav-next .arrow-cover, body.single #main.post .post-cover .navigation .nav-links .nav-next .arrow-cover svg {
              width: 74px;
              height: 13px;
              transition: transform .4s ease-in-out; } }
        body.single #main.post .post-cover .navigation .nav-links .nav-previous {
          float: left; }
          body.single #main.post .post-cover .navigation .nav-links .nav-previous a svg {
            transform: rotate(180deg) translate3d(-50%, 0, 0);
            margin-right: 8px; }
          body.single #main.post .post-cover .navigation .nav-links .nav-previous a:hover svg {
            transform: rotate(180deg) translate3d(0, 0, 0); }
        body.single #main.post .post-cover .navigation .nav-links .nav-next {
          float: right; }
          body.single #main.post .post-cover .navigation .nav-links .nav-next svg {
            transform: translate3d(-50%, 0, 0); }
          body.single #main.post .post-cover .navigation .nav-links .nav-next:hover svg {
            transform: translate3d(0, 0, 0); }
    body.single #main.post .post-cover .social-icons {
      margin: 30px auto 0;
      text-align: center; }
      @media (min-width: 768px) {
        body.single #main.post .post-cover .social-icons {
          width: 400px; } }
      @media (min-width: 992px) {
        body.single #main.post .post-cover .social-icons {
          margin-top: 0;
          position: relative;
          top: -27px; } }
      body.single #main.post .post-cover .social-icons span {
        position: relative;
        top: -4px;
        font-size: 0.75rem;
        color: #5700f3; }
      body.single #main.post .post-cover .social-icons a {
        font-size: 0;
        display: inline-block; }
        body.single #main.post .post-cover .social-icons a svg path {
          fill: #5700f3;
          transition: .2s ease-in-out; }
        body.single #main.post .post-cover .social-icons a:hover svg path {
          fill: #2d017b; }
        body.single #main.post .post-cover .social-icons a.facebook svg {
          width: 14px;
          height: 26px;
          margin: 0 20px 0 19px; }
        body.single #main.post .post-cover .social-icons a.twitter svg {
          width: 26px;
          height: 22px;
          margin: 2px 13px 2px 4px; }

body.blog #main .container {
  max-width: 1142px; }

body.blog article {
  margin-bottom: 30px; }
  body.blog article .inner {
    position: relative;
    display: block;
    background: white;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    color: #333;
    height: 100%;
    padding: 0 0 2.5rem 0; }
    @media (min-width: 768px) {
      body.blog article .inner {
        padding: 0 0 3.75rem 0; } }
    body.blog article .inner .thumbnail-image {
      width: 100%;
      height: 180px;
      background-size: cover; }
      body.blog article .inner .thumbnail-image.no-image {
        background: #5700f3 url(../img/logo-circle.svg) no-repeat;
        background-size: 116px 116px;
        background-position: center center; }
    body.blog article .inner h2 {
      font-size: 1.7rem;
      color: #333;
      font-weight: bold;
      padding: 0 20px;
      margin: 1.875rem 0 1.25rem; }
    body.blog article .inner p {
      font-size: 1.125rem;
      color: #666;
      padding: 0 20px;
      text-align: center; }
    @media (max-width: 991px) {
      body.blog article .inner h2, body.blog article .inner p {
        height: auto !important; } }
    @media (min-width: 768px) {
      body.blog article .inner {
        box-shadow: 15px 15px 100px rgba(0, 0, 0, 0.2); } }
    body.blog article .inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: #5700f3; }
    body.blog article .inner img {
      max-width: 100%;
      height: auto; }
    body.blog article .inner .read-more {
      text-align: center;
      color: #5700f3;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin: 0 0 0 0; }
      body.blog article .inner .read-more .arrow-right {
        display: block;
        overflow: hidden;
        position: relative;
        top: 2px;
        margin: 10px auto 0;
        left: 0; }
        body.blog article .inner .read-more .arrow-right, body.blog article .inner .read-more .arrow-right img {
          height: 13px;
          width: 74px; }
        body.blog article .inner .read-more .arrow-right img {
          display: block;
          transform: translate3d(-50%, 0, 0);
          transition: transform .4s ease-in-out; }
      @media (min-width: 576px) {
        body.blog article .inner .read-more {
          margin: 45px 0 0 37px; }
          body.blog article .inner .read-more .arrow-right {
            left: 0;
            display: inline-block;
            margin: 0 0 0 12px; } }
    body.blog article .inner:hover, body.blog article .inner:focus {
      text-decoration: none; }
      body.blog article .inner:hover .arrow-right img, body.blog article .inner:focus .arrow-right img {
        transform: translate3d(0, 0, 0); }

body.blog .pagination {
  display: none; }

body.blog .pix-load-more {
  margin: 40px 0;
  display: flex;
  width: 100%;
  font-size: 0; }
  body.blog .pix-load-more img {
    opacity: 0;
    height: 60px; }
  body.blog .pix-load-more input {
    font-size: 1rem;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    height: 60px;
    line-height: 62px;
    padding: 0 40px; }
    body.blog .pix-load-more input, body.blog .pix-load-more input:hover, body.blog .pix-load-more input:active, body.blog .pix-load-more input:focus {
      background: #5700f3;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      color: white; }
    body.blog .pix-load-more input:hover, body.blog .pix-load-more input:active, body.blog .pix-load-more input:focus {
      background: #2d017b; }

body.blog .footer-banner {
  margin-top: 4rem; }

html .btn {
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  padding: 0 40px; }
  html .btn.btn-primary, html .btn.btn-primary:hover, html .btn.btn-primary:active, html .btn.btn-primary:focus {
    background: #5700f3;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    color: white; }
  html .btn.btn-primary:hover, html .btn.btn-primary:active, html .btn.btn-primary:focus {
    background: #2d017b; }
  html .btn.btn-secondary, html .btn.btn-secondary:hover, html .btn.btn-secondary:active, html .btn.btn-secondary:focus {
    background: white;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    color: #5700f3; }
  html .btn.btn-secondary:hover, html .btn.btn-secondary:active, html .btn.btn-secondary:focus {
    background: #cbcbcb; }

.companies {
  padding: 3rem 0 3rem;
  font-size: 0; }
  @media (min-width: 768px) {
    .companies {
      padding: 12.5rem 0 8.625rem; } }
  .companies h2 {
    color: #858585;
    margin-bottom: 1.2rem;
    font-size: 30px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .companies h2 {
        margin-bottom: 3.9735rem; } }
  .companies img {
    display: inline-block;
    margin: 10px; }
  .companies .porsche {
    width: 89px;
    margin: 22px 10px; }
    @media (min-width: 768px) {
      .companies .porsche {
        width: 189px;
        margin: 0 10px; } }
  .companies .audi {
    width: 63px;
    margin: 9px 10px; }
    @media (min-width: 768px) {
      .companies .audi {
        width: 126px;
        margin: 0 41px 0 42px; } }
  .companies .bmw {
    width: 41px;
    margin: 5px 10px; }
    @media (min-width: 768px) {
      .companies .bmw {
        width: 82px;
        margin: 0 10px; } }
  .companies .opel {
    width: 81px;
    margin: 18px 10px; }
    @media (min-width: 768px) {
      .companies .opel {
        width: 162px;
        margin: 0 23px 0 24px; } }
  .companies .skoda {
    width: 81px;
    margin: 17px 10px; }
    @media (min-width: 768px) {
      .companies .skoda {
        width: 162px;
        margin: 0 23px 0 24px; } }

html .box {
  position: relative;
  z-index: 1;
  background: white;
  width: auto;
  max-width: 100%;
  padding: 40px;
  text-align: center;
  color: #333; }
  html .box span.top-title {
    color: #5700f3;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 300; }
  @media (min-width: 768px) {
    html .box {
      padding: 60px; } }
  @media (min-width: 768px) {
    html .box {
      min-height: 500px; } }
  @media (min-width: 992px) {
    html .box {
      width: 500px; } }
  html .box h2 {
    font-weight: 300;
    margin-bottom: 1.8125rem;
    line-height: 1.02;
    font-size: 3rem; }
    @media (min-width: 768px) {
      html .box h2 {
        font-size: 4.5rem; } }
  html .box p {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.35; }
  html .box .btn {
    margin-top: 3.5rem; }
  html .box.shadow {
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      html .box.shadow {
        box-shadow: 15px 15px 100px rgba(0, 0, 0, 0.2); } }
  html .box.box-blue {
    background: #5700f3;
    color: white; }
    html .box.box-blue span.top-title {
      color: white; }

html #main {
  background: white;
  overflow: hidden;
  min-height: 500px;
  padding: 50px 0 0;
  position: relative; }
  @media (min-width: 992px) {
    html #main {
      padding: 70px 0 0; }
      html #main:not(.no-after):after {
        content: '';
        background: #f4f4f4;
        position: absolute;
        bottom: -1rem;
        left: 0;
        right: 0;
        height: 336px;
        z-index: 0; } }
  html #main .container {
    position: relative;
    z-index: 1; }

html .content {
  color: #333; }
  html .content h1 {
    font-size: 3rem;
    margin: 0 0 2.5rem; }
  html .content h2 {
    font-size: 2rem;
    margin: 2rem 0; }
  html .content h3 {
    font-size: 1.3rem;
    margin: 2rem 0; }
  html .content p {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 0 0 2rem 0; }
    html .content p.bigger-text {
      font-size: 1.5rem;
      font-weight: 400; }
  html .content ul {
    margin: 0 0 2rem 0; }
    html .content ul li {
      font-size: 1.125rem;
      font-weight: 300; }

.footer-banner {
  background-color: #5700f3;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -20px; }
  @media (max-width: 767px) {
    .footer-banner {
      height: 400px; } }
  .footer-banner > img {
    max-width: 100%; }
    @media (min-width: 992px) {
      .footer-banner > img {
        transition: transform .4s ease-in-out; } }
    @media (max-width: 767px) {
      .footer-banner > img {
        position: absolute;
        top: 0;
        left: 50%;
        height: 400px !important;
        max-width: none !important;
        transform: translateX(-50%) !important; } }
  .footer-banner:hover > img {
    transform: scale(1.1); }
  .footer-banner:hover .arrow-right img {
    transform: translate3d(0, 0, 0) !important; }
  .footer-banner .inner {
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
    .footer-banner .inner h2 {
      padding: 0 20px;
      font-size: 4.5rem !important;
      margin-bottom: 2.6875rem !important;
      font-weight: 300 !important; }
    .footer-banner .inner p {
      font-size: 0.75rem;
      font-weight: 300;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: white !important; }
      .footer-banner .inner p .arrow-right {
        overflow: hidden;
        display: inline-block;
        position: relative;
        top: 2px;
        margin: 0 0 0 12px; }
        .footer-banner .inner p .arrow-right, .footer-banner .inner p .arrow-right img {
          height: 13px;
          width: 74px; }
        .footer-banner .inner p .arrow-right img {
          display: block;
          transform: translate3d(-50%, 0, 0);
          transition: transform .4s ease-in-out; }

html footer {
  padding: 2.5rem 0 3rem;
  font-size: 16px;
  background: #f4f4f4; }
  @media (min-width: 768px) {
    html footer {
      padding: 5.3rem 0 6.31rem; } }
  @media (min-width: 768px) {
    html footer .logo-footer {
      float: left;
      margin: 0 2.125rem 0 0; } }
  html footer .logo-footer img {
    width: 125px;
    height: 33px; }
  html footer .footer-links {
    font-size: 0;
    margin-bottom: 3rem; }
    @media (min-width: 1414px) {
      html footer .footer-links div {
        display: inline; } }
    @media (min-width: 768px) {
      html footer .footer-links {
        margin-bottom: 0; } }
    html footer .footer-links a {
      font-size: 16px;
      margin: 0 1.25rem;
      white-space: nowrap; }
  html footer .margined-top {
    margin-top: 3.25rem; }
  html footer p.copyright {
    margin-top: 1rem;
    color: #999;
    font-size: 12px; }
    @media (min-width: 768px) {
      html footer p.copyright {
        margin: 17px 0 0; } }
  html footer .social-icons {
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      html footer .social-icons {
        margin-top: 4px;
        margin-bottom: 0; } }
    html footer .social-icons a {
      font-size: 0;
      display: inline-block; }
      html footer .social-icons a svg path {
        fill: #5700f3;
        transition: .2s ease-in-out; }
      html footer .social-icons a:hover svg path {
        fill: #2d017b; }
      html footer .social-icons a.facebook svg {
        width: 14px;
        height: 26px;
        margin: 0 18px 0 17px; }
      html footer .social-icons a.twitter svg {
        width: 26px;
        height: 22px;
        margin: 2px 11px 2px 12px; }
      html footer .social-icons a.instagram svg {
        width: 27px;
        height: 26px;
        margin: 0 11px; }
      html footer .social-icons a.youtube svg {
        width: 29px;
        height: 22px;
        margin: 1px 10px 1px 10px; }
        @media (min-width: 768px) {
          html footer .social-icons a.youtube svg {
            margin-right: 0; } }

.container {
  padding: 0 20px; }

.row {
  margin-left: -20px;
  margin-right: -20px; }

div[class^="col-"] {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 1400px) {
  .container {
    width: 1300px; } }

html header {
  position: relative;
  color: white;
  background: #5700f3; }
  @media (max-width: 991px) {
    html header {
      z-index: 10; } }
  html header h1 {
    font-size: 2.5rem;
    line-height: 2;
    margin: 1rem 0 3rem;
    font-weight: bold; }
    html header h1 img {
      width: 100px;
      height: 100px; }
      @media (min-width: 576px) {
        html header h1 img {
          width: 236px;
          height: 236px; } }
    @media (min-width: 576px) {
      html header h1 {
        font-size: 5rem; } }
    @media (min-width: 1200px) {
      html header h1 {
        line-height: 1.1;
        margin: 0 0 3rem; } }
  html header .row-nav {
    position: relative;
    z-index: 1; }
  html header .navbar {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0; }
    html header .navbar .navbar-toggler {
      width: 50px;
      height: 50px;
      position: relative;
      z-index: 10;
      padding: 0;
      position: absolute;
      top: 2rem;
      right: 0;
      padding-top: 0px;
      outline: 0;
      cursor: pointer; }
      @media (max-width: 767px) {
        html header .navbar .navbar-toggler {
          margin-right: 20px; } }
      html header .navbar .navbar-toggler[aria-expanded=true] span:nth-child(1) {
        transform: translate3d(0, 12px, 0) rotate(45deg); }
      html header .navbar .navbar-toggler[aria-expanded=true] span:nth-child(2) {
        opacity: 0; }
      html header .navbar .navbar-toggler[aria-expanded=true] span:nth-child(3) {
        transform: translate3d(0, -12px, 0) rotate(-45deg); }
      html header .navbar .navbar-toggler span {
        transition: .4s;
        height: 2px;
        background: white;
        display: block;
        margin: 0 0 10px 0; }
    html header .navbar a.navbar-brand {
      padding: 0;
      margin: 1.125rem 0 1.125rem;
      width: 183px;
      height: 64px;
      position: relative;
      z-index: 10; }
      html header .navbar a.navbar-brand .logo-circle {
        width: 64px;
        height: 64px; }
      html header .navbar a.navbar-brand .logo-title {
        width: 104px;
        height: 25px; }
    @media (max-width: 991px) {
      html header .navbar .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0; }
        html header .navbar .navbar-collapse .navbar-nav {
          background: #5700f3;
          border-bottom: 8px solid white;
          padding: 100px 0 10px 0;
          display: block; } }
    @media (max-width: 991px) and (min-width: 576px) {
      html header .navbar .navbar-collapse .navbar-nav li {
        width: 540px;
        margin: 0 auto; } }
    @media (max-width: 991px) and (min-width: 768px) {
      html header .navbar .navbar-collapse .navbar-nav li {
        width: 720px; } }
    @media (max-width: 991px) {
          html header .navbar .navbar-collapse .navbar-nav li.current_page_item {
            font-weight: bold; }
          html header .navbar .navbar-collapse .navbar-nav li a {
            padding: 7px 20px;
            display: block;
            color: white;
            font-size: 16px;
            text-decoration: none !important; } }
    @media (min-width: 992px) {
      html header .navbar .navbar-collapse li a {
        color: white;
        text-transform: uppercase;
        font-weight: 300;
        margin: 6px 0 0 20px;
        padding: .5em;
        text-decoration: none !important; }
        html header .navbar .navbar-collapse li a:hover span {
          border-color: white; }
        html header .navbar .navbar-collapse li a span {
          padding-bottom: 7px;
          transition: .2s ease-in-out;
          border-bottom: 2px solid transparent; }
      html header .navbar .navbar-collapse li.current_page_item span {
        border-color: white; } }

body.home .footer-banner {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    body.home .footer-banner {
      margin-top: 12.5rem; } }

body.home header {
  padding-bottom: 120px; }
  @media (max-width: 1199px) {
    body.home header {
      overflow: hidden; } }
  body.home header .container {
    padding-bottom: 120px; }
    @media (min-width: 992px) {
      body.home header .container {
        height: 100vh;
        min-height: 600px;
        padding-bottom: 0; } }
    body.home header .container .intro-bg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      body.home header .container .intro-bg div {
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain; }
        @media (max-width: 1199px) {
          body.home header .container .intro-bg div {
            transform: translate3d(0, 0, 0) !important; } }
        body.home header .container .intro-bg div.image-1 {
          top: 30vw;
          left: -40vw;
          width: 584px;
          height: 432px;
          max-width: 80vw;
          background-image: url(../img/intro-bg-1.jpg); }
          @media (min-width: 768px) {
            body.home header .container .intro-bg div.image-1:after {
              content: '';
              width: 100%;
              height: 100%;
              position: absolute;
              right: -10%;
              top: 40%;
              background: url(../img/intro-shadow.png);
              background-size: contain;
              background-repeat: no-repeat; } }
          @media (min-width: 992px) {
            body.home header .container .intro-bg div.image-1 {
              left: -20vw; } }
          @media (min-width: 1200px) {
            body.home header .container .intro-bg div.image-1 {
              top: 103px;
              left: -60px;
              max-width: none; } }
        body.home header .container .intro-bg div.image-2 {
          top: 20vw;
          right: -20vw;
          max-width: 60vw;
          width: 488px;
          height: 316px;
          background-image: url(../img/intro-bg-2.jpg); }
          @media (min-width: 992px) {
            body.home header .container .intro-bg div.image-2 {
              right: -5vw; } }
          @media (min-width: 1200px) {
            body.home header .container .intro-bg div.image-2 {
              top: 100px;
              right: -8px;
              max-width: none; } }
    body.home header .container .row {
      position: relative;
      z-index: 1; }
    body.home header .container .vertical-center {
      position: relative;
      z-index: 0; }
      @media (min-width: 992px) {
        body.home header .container .vertical-center {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%); } }
    body.home header .container .animation-stop {
      -webkit-animation: none!important;
      -moz-animation: none!important;
      -o-animation: none!important;
      animation: none!important; }
    body.home header .container h1 {
      position: relative;
      display: inline-block; }
      @media (min-width: 1200px) {
        body.home header .container h1 span {
          display: inline-block; } }
      @media (min-width: 1200px) {
        body.home header .container h1 .fake {
          opacity: 0; } }
      body.home header .container h1 .intro-text-part-1 {
        position: absolute;
        left: 0;
        transform: translate3d(0, 0, 0);
        top: -1px; }
        @media (min-width: 1200px) {
          body.home header .container h1 .intro-text-part-1 {
            -webkit-animation: intro-text-part-1 4s;
            -moz-animation: intro-text-part-1 4s;
            -o-animation: intro-text-part-1 4s;
            animation: intro-text-part-1 4s; } }
      body.home header .container h1 .intro-text-part-2 img {
        clear: left; }
      @media (min-width: 768px) {
        body.home header .container h1 .intro-text-part-2 {
          -webkit-animation: intro-text-part-2 4s;
          -moz-animation: intro-text-part-2 4s;
          -o-animation: intro-text-part-2 4s;
          animation: intro-text-part-2 4s; }
          body.home header .container h1 .intro-text-part-2 br {
            display: none; } }
      body.home header .container h1 .intro-text-part-2 span.fw300 {
        font-weight: 300; }
    body.home header .container p {
      font-weight: 300;
      line-height: 1.2;
      font-size: 2.25rem; }
      @media (min-width: 1200px) {
        body.home header .container p {
          -webkit-animation: intro-text-part-3 4s;
          -moz-animation: intro-text-part-3 4s;
          -o-animation: intro-text-part-3 4s;
          animation: intro-text-part-3 4s; } }
    body.home header .container .scroll-to {
      position: absolute;
      bottom: 11px;
      left: 50%;
      margin: 0 0 0 -10px;
      font-size: 0.6875rem;
      height: 137px;
      width: 20px;
      text-align: center; }
      @media (min-width: 1200px) {
        body.home header .container .scroll-to {
          -webkit-animation: intro-text-part-4 5s;
          -moz-animation: intro-text-part-4 5s;
          -o-animation: intro-text-part-4 5s;
          animation: intro-text-part-4 5s; } }
      body.home header .container .scroll-to img.mouse {
        width: 20px;
        height: 32px; }
      body.home header .container .scroll-to span {
        position: absolute;
        top: 0;
        top: 8px;
        letter-spacing: 1px;
        white-space: nowrap;
        font-weight: 300; }
        body.home header .container .scroll-to span.text-1 {
          right: 38px; }
        body.home header .container .scroll-to span.text-2 {
          left: 38px; }
      body.home header .container .scroll-to .arrow-down {
        overflow: hidden;
        display: inline-block;
        position: absolute;
        left: 50%;
        margin-left: -7px;
        top: 54px; }
        body.home header .container .scroll-to .arrow-down, body.home header .container .scroll-to .arrow-down img {
          width: 13px;
          height: 74px; }
        body.home header .container .scroll-to .arrow-down img {
          -webkit-animation: arrow-down 1.5s;
          -moz-animation: arrow-down 1.5s;
          -o-animation: arrow-down 1.5s;
          animation: arrow-down 1.5s;
          animation-iteration-count: infinite; }
          @media (min-width: 1200px) {
            body.home header .container .scroll-to .arrow-down img {
              animation-delay: 3950ms; } }

body.home #main {
  padding-top: 0;
  position: relative;
  z-index: 50;
  overflow: visible; }

body.home .main-text {
  margin: -120px 0 3.1875rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  background: #f4f4f4;
  color: #666;
  position: relative; }
  @media (min-width: 1600px) {
    body.home .main-text {
      padding-top: 5.8125rem;
      padding-bottom: 5.8125rem; } }
  body.home .main-text p {
    margin: 0 1rem; }
    @media (min-width: 1600px) {
      body.home .main-text p {
        margin: 0; } }
  body.home .main-text:before, body.home .main-text:after {
    content: '';
    width: 20px;
    background: #5700f3;
    height: 100px;
    position: absolute;
    top: 0; }
    @media (min-width: 576px) {
      body.home .main-text:before, body.home .main-text:after {
        background: #f4f4f4; } }
    @media (min-width: 1600px) {
      body.home .main-text:before, body.home .main-text:after {
        width: 140px;
        bottom: 0;
        height: auto; } }
  body.home .main-text:before {
    left: 0; }
  body.home .main-text:after {
    right: 0; }
  @media (min-width: 1600px) {
    body.home .main-text:before {
      left: -140px; }
    body.home .main-text:after {
      right: -140px; } }

body.home .main-image {
  width: 1037px;
  margin: 0 auto 5rem;
  position: relative;
  max-width: 100%; }
  @media (min-width: 992px) {
    body.home .main-image {
      margin-bottom: 0; } }
  body.home .main-image .main {
    width: 1037px;
    max-width: 100%; }
  body.home .main-image .part-1, body.home .main-image .part-2, body.home .main-image .part-3 {
    width: 260px;
    height: 260px;
    position: absolute; }
  body.home .main-image .part-1 {
    top: 260px;
    left: -210px; }
  body.home .main-image .part-2 {
    left: -106px;
    top: 447px; }
  body.home .main-image .part-3 {
    right: -103px;
    top: 0; }

body.home .col-photo {
  position: relative; }
  @media (min-width: 992px) {
    body.home .col-photo {
      margin-bottom: 350px; }
      body.home .col-photo.col-photo-1 {
        margin-top: -14rem; }
      body.home .col-photo.col-photo-2 {
        margin-top: -23rem; } }
  @media (min-width: 1200px) {
    body.home .col-photo {
      margin-bottom: 430px; }
      body.home .col-photo.col-photo-1 {
        margin-top: -13rem; }
      body.home .col-photo.col-photo-2 {
        margin-top: -20rem; } }
  body.home .col-photo .box {
    margin: 0 auto;
    float: none; }
    @media (min-width: 992px) {
      body.home .col-photo .box {
        width: 526px;
        min-height: 526px; } }
  body.home .col-photo .box-left {
    margin-right: 0; }
    @media (min-width: 1200px) {
      body.home .col-photo .box-left {
        margin-right: 30px;
        float: right; } }
  body.home .col-photo .box-right {
    margin-left: 0; }
    @media (min-width: 1200px) {
      body.home .col-photo .box-right {
        margin-left: 30px; } }
  body.home .col-photo .photo-container {
    margin: 0 -20px; }
    @media (min-width: 992px) {
      body.home .col-photo .photo-container {
        margin: 0 0;
        position: absolute;
        top: 100%; }
        body.home .col-photo .photo-container.absolute-right {
          right: 10px; }
        body.home .col-photo .photo-container.absolute-left {
          left: 10px; } }
  body.home .col-photo img.photo {
    width: 100%;
    position: static;
    margin-top: -20px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      body.home .col-photo img.photo {
        margin-top: -110px;
        margin-bottom: 0;
        height: 400px;
        width: auto; } }
    @media (min-width: 1200px) {
      body.home .col-photo img.photo {
        height: 540px; } }

@media (min-width: 768px) and (max-height: 850px) {
  body.home header .container h1 {
    margin: 0 0 1.5rem;
    font-size: 3rem; }
    body.home header .container h1 .intro-text-part-1 {
      top: 1px; }
    body.home header .container h1 img {
      width: 140px;
      height: 140px; }
  body.home header .container p {
    font-size: 1.5rem; } }

@media (min-width: 768px) and (max-height: 850px) and (min-height: 700px) {
  body.home header .container h1 {
    margin: 0 0 1.5rem;
    font-size: 4rem; }
    body.home header .container h1 .intro-text-part-1 {
      top: 2px; }
    body.home header .container h1 img {
      width: 160px;
      height: 160px; }
  body.home header .container p {
    font-size: 2.5rem; } }

@-webkit-keyframes arrow-down {
  0% {
    transform: translate3d(0, -50%, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

@-moz-keyframes arrow-down {
  0% {
    transform: translate3d(0, -50%, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

@-o-keyframes arrow-down {
  0% {
    transform: translate3d(0, -50%, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

@keyframes arrow-down {
  0% {
    transform: translate3d(0, -50%, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

@-webkit-keyframes arrow-down {
  0% {
    transform: translate3d(0, -50%, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

@-moz-keyframes arrow-down {
  0% {
    transform: translate3d(0, -50%, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

@-o-keyframes arrow-down {
  0% {
    transform: translate3d(0, -50%, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

@keyframes arrow-down {
  0% {
    transform: translate3d(0, -50%, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

@-webkit-keyframes intro-text-part-1 {
  0% {
    opacity: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  35% {
    opacity: 1;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0; } }

@-moz-keyframes intro-text-part-1 {
  0% {
    opacity: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  35% {
    opacity: 1;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0; } }

@-o-keyframes intro-text-part-1 {
  0% {
    opacity: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  35% {
    opacity: 1;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0; } }

@keyframes intro-text-part-1 {
  0% {
    opacity: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  35% {
    opacity: 1;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0; } }

@-webkit-keyframes intro-text-part-2 {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  80% {
    opacity: 1; } }

@-moz-keyframes intro-text-part-2 {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  80% {
    opacity: 1; } }

@-o-keyframes intro-text-part-2 {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  80% {
    opacity: 1; } }

@keyframes intro-text-part-2 {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  80% {
    opacity: 1; } }

@-webkit-keyframes intro-text-part-3 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes intro-text-part-3 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes intro-text-part-3 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes intro-text-part-3 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes intro-text-part-4 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes intro-text-part-4 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes intro-text-part-4 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes intro-text-part-4 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#main.story {
  padding-top: 69px; }
  #main.story img {
    max-width: 100%;
    height: auto; }
  #main.story .box {
    margin-bottom: 3rem;
    min-height: auto; }
    #main.story .box p {
      margin-bottom: 0; }
  #main.story p {
    color: #666; }
    #main.story p.bigger-text {
      margin-bottom: 8.8rem; }
  #main.story .long-box {
    background: #f4f4f4;
    padding: 40px;
    position: relative;
    color: #666; }
    #main.story .long-box:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 0;
      width: 300%;
      background: #f4f4f4; }
  #main.story .box-3 p span, #main.story .box-2 p span {
    font-size: 1.875rem;
    font-weight: bold; }
  #main.story .box-2 p span {
    color: #5700f3; }
  #main.story .box-3 span {
    color: black; }
  #main.story .box-4 h2, #main.story .box-5 h2 {
    font-size: 3.75rem; }
  #main.story .story-glasses-cover {
    position: relative;
    z-index: 3; }
  #main.story .story-glasses {
    width: 537px; }
  #main.story .pr {
    position: relative; }
  @media (min-width: 992px) {
    #main.story .child-company {
      position: absolute;
      bottom: 70px;
      left: 50%;
      width: 448px;
      margin-left: -224px;
      height: 130px;
      background: url(../img/bracket.png) no-repeat;
      background-size: contain;
      padding-bottom: 0; }
      #main.story .child-company:after {
        width: 120px;
        height: 120px;
        content: '';
        background: url(../img/logo-circle-dark.svg) no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        top: 110%;
        left: 50%;
        margin-left: -60px; }
    #main.story .story-image {
      max-height: 752px;
      transform: translateX(-35%); }
    #main.story .story-glasses-cover {
      margin: -290px 0 0 40px; }
      #main.story .story-glasses-cover img {
        position: relative;
        top: -60px;
        max-width: 47%; }
    #main.story .long-box {
      margin-top: -150px;
      padding: 143px 100px 221px; }
    #main.story .box-4, #main.story .box-5 {
      margin-top: -87px;
      margin-bottom: 200px !important; }
    #main.story .box-margin-right {
      margin-right: 50px; }
    #main.story .box-margin-left {
      position: relative;
      left: -50px; }
    #main.story .box {
      margin-bottom: 0;
      min-height: 500px;
      padding: 40px; }
      #main.story .box p {
        color: #666; }
      #main.story .box.box-1 {
        margin-top: -639px;
        height: 500px; }
      #main.story .box.box-2 {
        margin-top: -251px;
        height: 500px; }
    #main.story .footer-banner {
      margin-top: 8rem; } }
  @media (min-width: 1200px) {
    #main.story .long-box {
      margin-top: -237px; } }

html .our-team {
  font-size: 0;
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    html .our-team {
      padding: 4.6875rem 60px 10rem; } }
  html .our-team h2 {
    font-size: 3.75rem;
    color: #333;
    font-weight: 300;
    margin-bottom: 5.82rem; }
  html .our-team .hidden-lg-up {
    margin-top: 1rem; }
    html .our-team .hidden-lg-up p {
      font-size: 1rem; }
  html .our-team .member {
    display: inline-block;
    color: white;
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 300px;
    margin-bottom: 1rem; }
    html .our-team .member img {
      max-width: 100%; }
    html .our-team .member .inner {
      position: absolute;
      top: 56%;
      left: 10%;
      right: 10%; }
      html .our-team .member .inner h3 {
        font-size: 3.75rem;
        font-weight: 300;
        line-height: 1; }
      html .our-team .member .inner p {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.1; }
      @media (min-width: 768px) {
        html .our-team .member .inner h3 {
          font-size: 1.8rem; }
        html .our-team .member .inner p {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        html .our-team .member .inner h3 {
          font-size: 3rem; }
        html .our-team .member .inner p {
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        html .our-team .member .inner h3 {
          font-size: 3.75rem; } }
    @media (min-width: 768px) {
      html .our-team .member {
        width: 32%; }
        html .our-team .member.center {
          margin: 0 2%; } }
    @media (min-width: 992px) {
      html .our-team .member .description {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #5700f3;
        z-index: 10;
        padding: 0 30px;
        opacity: 0;
        transition: opacity 0.2s ease-in-out; }
        html .our-team .member .description p {
          font-size: .8rem;
          line-height: 1.4;
          font-weight: 300;
          margin-bottom: 0; }
      html .our-team .member:hover .description {
        opacity: 1; } }
    @media (min-width: 1200px) {
      html .our-team .member .description p {
        font-size: 1rem; } }

@media (min-width: 1200px) {
  html:not(.home) header h1 {
    margin: 3.835rem 0 6.25rem; }
    html:not(.home) header h1 span.fw300 {
      font-weight: 300; } }


#main.vr-in-business {
  padding-top: 69px; }
  #main.vr-in-business h2 {
    font-size: 3.75rem;
    font-weight: 300;
    margin-bottom: 6rem; }
  #main.vr-in-business .container {
    max-width: 1210px; }
  #main.vr-in-business .first-item {
    position: relative;
    z-index: 5; }
  #main.vr-in-business img {
    max-width: 100%;
    height: auto; }
  #main.vr-in-business .box {
    margin-top: 0;
    margin-bottom: 30px;
    min-height: auto; }
    #main.vr-in-business .box.box-last {
      margin-bottom: 100px; }
      #main.vr-in-business .box.box-last p {
        line-height: 1.1;
        font-weight: normal; }
    #main.vr-in-business .box p {
      font-size: 1.5rem;
      margin-bottom: 0;
      color: #666; }
    #main.vr-in-business .box img {
      width: 100px;
      height: 100px;
      margin: 0 auto 1.25rem; }
    #main.vr-in-business .box.box-last {
      background: #5700f3; }
      #main.vr-in-business .box.box-last p {
        color: white;
        font-size: 2.25rem;
        font-weight: bold; }
        #main.vr-in-business .box.box-last p span {
          font-size: 5.625rem;
          font-weight: 300; }
    #main.vr-in-business .box .line {
      content: '';
      width: 1px;
      height: 137px;
      height: 30px;
      position: absolute;
      background: #cdcccc;
      left: 50%;
      bottom: -30px; }
      #main.vr-in-business .box .line.line-top-right {
        top: -30px; }
  @media (min-width: 992px) {
    #main.vr-in-business:after {
      height: 214px !important; }
    #main.vr-in-business .box-margin-right {
      margin-right: 50px; }
    #main.vr-in-business .box-margin-left {
      position: relative;
      left: -50px; }
    #main.vr-in-business .box {
      min-height: 500px;
      padding: 40px; }
      #main.vr-in-business .box img {
        width: 158px;
        height: 158px; }
      #main.vr-in-business .box .line {
        width: 69%;
        height: 137px;
        position: absolute;
        bottom: auto;
        left: auto; }
        #main.vr-in-business .box .line.line-top-right {
          top: -137px;
          left: 255px;
          background: url(../img/vr-in-business/line-top-right.png) no-repeat; }
        #main.vr-in-business .box .line.line-bottom-right {
          bottom: -137px;
          left: 255px;
          background: url(../img/vr-in-business/line-bottom-right.png) no-repeat; }
        #main.vr-in-business .box .line.line-bottom-left {
          bottom: -137px;
          right: 255px;
          background: url(../img/vr-in-business/line-bottom-left.png) no-repeat; } }
  @media (min-width: 1200px) {
    #main.vr-in-business h2 {
      margin-bottom: 13.25rem; }
    #main.vr-in-business .box {
      margin-top: -90px;
      margin-bottom: 0; }
      #main.vr-in-business .box.box-7 {
        padding: 40px 60px; }
      #main.vr-in-business .box .line {
        width: 69%;
        height: 137px;
        position: absolute; }
        #main.vr-in-business .box .line.line-top-right {
          top: -168px;
          left: 255px;
          background: url(../img/vr-in-business/line-top-right.png) no-repeat; }
        #main.vr-in-business .box .line.line-bottom-right {
          bottom: -168px;
          left: 255px;
          background: url(../img/vr-in-business/line-bottom-right.png) no-repeat; }
        #main.vr-in-business .box .line.line-bottom-left {
          bottom: -168px;
          right: 255px;
          background: url(../img/vr-in-business/line-bottom-left.png) no-repeat; } }

#main.vrhero {
  padding-top: 22px; }
  #main.vrhero h1 {
    color: #3f3f3f;
    line-height: 1;
    font-size: 6rem;
    font-weight: 700; }
    @media (min-width: 576px) {
      #main.vrhero h1 {
        font-size: 9rem; } }
    @media (min-width: 992px) {
      #main.vrhero h1 {
        font-size: 15rem; } }
    @media (min-width: 1200px) {
      #main.vrhero h1 {
        font-size: 20em; } }
    @media (min-width: 1600px) {
      #main.vrhero h1 {
        font-size: 27.31rem; } }
  #main.vrhero .vr-img {
    max-width: 100%;
    background-size: contain;
    max-height: 400px; }
  #main.vrhero .box {
    margin-bottom: 3rem;
    min-height: auto; }
    #main.vrhero .box p {
      margin-bottom: 0; }
  #main.vrhero .long-box {
    background: #f4f4f4;
    padding: 40px;
    position: relative;
    color: #666; }
    #main.vrhero .long-box:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 0;
      width: 300%;
      background: #f4f4f4; }
  @media (min-width: 992px) {
    #main.vrhero .long-box {
      margin-top: 5rem;
      padding: 100px; }
    #main.vrhero .box-cover-1 {
      margin-top: -26rem;
      position: relative;
      z-index: 1; }
    #main.vrhero .box-cover-2 {
      margin-top: -3rem;
      position: relative;
      z-index: 0; }
    #main.vrhero .box-cover-4 {
      position: relative;
      z-index: 5;
      margin-top: -2rem; }
    #main.vrhero .box-margin-right {
      margin-right: 50px; }
    #main.vrhero .box-margin-left {
      margin-left: 50px; }
    #main.vrhero .box {
      margin-bottom: 0;
      min-height: 500px;
      padding: 40px; }
      #main.vrhero .box p {
        color: #666; }
      #main.vrhero .box.box-2 {
        margin-top: -112px; }
      #main.vrhero .box.box-3 {
        margin: -600px 0 70px; }
    #main.vrhero .footer-banner {
      margin-top: 8rem; }
    #main.vrhero .vr-img {
      max-height: none; }
    #main.vrhero .vr-img-1 {
      width: 824px;
      max-width: 100%; }
    #main.vrhero .vr-img-2-cover {
      position: relative;
      z-index: 2;
      margin-top: -19rem; }
    #main.vrhero .vr-img-2 {
      width: 794px; }
    #main.vrhero .vr-img-3-cover {
      position: relative;
      z-index: 3;
      margin-top: -5rem; }
    #main.vrhero .vr-img-3 {
      width: 755px;
      margin-left: -100px; } }
  #main.vrhero .vrhero-claim {
    line-height: 1;
    font-size: 2.5rem;
    color: #333; }
    #main.vrhero .vrhero-claim span {
      font-size: 2rem;
      color: #5700f3; }
    @media (min-width: 992px) {
      #main.vrhero .vrhero-claim {
        font-size: 4.5rem;
        margin-top: -4rem; }
        #main.vrhero .vrhero-claim span {
          font-size: 3.75rem; } }
  #main.vrhero .companies {
    padding: 2rem 0 0; }
    #main.vrhero .companies .porsche {
      max-width: 27%; }
    #main.vrhero .companies .audi {
      max-width: 23%; }
    #main.vrhero .companies .bmw {
      max-width: 16%; }
