.preloader[data-v-25cb1eaf]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:hsla(0,0%,100%,0);z-index:999999;transition:all .32s cubic-bezier(.2,.5,.2,.5);pointer-events:none}.preloader.active[data-v-25cb1eaf]{background:#fff;background-image:url(/assets/images/preloader.gif);background-position:50%;background-repeat:no-repeat}.App__navigation{position:relative;top:-52px;z-index:5;margin-bottom:-52px}.App__navigation__wrapper{width:1180px;margin:0 auto}.App__navigation__wrapper nav{flex-wrap:nowrap;justify-content:center}.App__navigation__wrapper nav a{display:block;text-decoration:none;background-color:#fff;width:25%;color:#000}.App__navigation__wrapper nav a:first-child{border-radius:25px 0 0 0}.App__navigation__wrapper nav a:last-child{border-radius:0 25px 0 0}.App__navigation__wrapper nav a.nuxt-link-exact-active,.App__navigation__wrapper nav a:hover{background-color:#e4001c;color:#fff}.App__hero{background-color:#000;color:#fff;height:700px;width:100%;position:relative;overflow:hidden}.App.isIE .App__hero{margin-top:80px}.App__hero__picture{height:inherit;position:absolute;top:0;left:calc(50vw - 250px);width:auto;z-index:0}.App__hero__picture img{transform:translateX(100px)}.App__hero__wrapper{position:relative;z-index:1;width:1180px;height:inherit;margin:0 auto}.App__hero__wrapper .grid.rows-3{grid-template-rows:20% 55% auto}.App.isIE .App__hero__wrapper .grid.rows-3{grid-template-rows:100px 400px auto}.App__hero__wrapper .grid.rows-3 .row-1{grid-row:1}.App__hero__wrapper .grid.rows-3 .row-2{grid-row:2}.App__hero__wrapper .grid.rows-3 .row-2 h1{font-size:5rem;font-weight:400}.App__hero__wrapper .grid.rows-3 .row-2 h1 sup{font-size:x-large;top:-.9em}.App__hero__wrapper .grid.rows-3 .row-2 h2{line-height:1.2;font-size:3rem;font-weight:lighter;margin:0!important}.App__hero__wrapper .grid.rows-3 .row-2 h2+p{font-size:x-large;font-weight:lighter;margin-bottom:15px}.App__hero__wrapper .grid.rows-3 .row-3{grid-row:3}.App__hero__description{width:400px}.App__video__popup{position:fixed;top:0;left:0;z-index:99991;width:100%;height:100vh}.App__video__popup .App__video__wrapper{border:1px solid #fff;background-color:#000;width:100%;width:924.44444px;height:520px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.App__video__popup .App__video__wrapper .spinner{position:relative;z-index:1;width:100%;height:100%}.App__video__popup .App__video__wrapper .spinner:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#000;animation:spinner .6s linear infinite}.App__video__popup .App__video__wrapper iframe{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}@keyframes spinner{to{transform:rotate(1turn)}}