.msiHeader{font-family:Arial, Helvetica, sans-serif;background-color:#333}@-webkit-keyframes menuSlideInLeft{from{opacity:0;left:-100%}to{opacity:1;left:0%}}@keyframes menuSlideInLeft{from{opacity:0;left:-100%}to{opacity:1;left:0%}}@-webkit-keyframes menuSlideOutLeft{from{opacity:1;left:0%}to{opacity:0;left:-100%}}@keyframes menuSlideOutLeft{from{opacity:1;left:0%}to{opacity:0;left:-100%}}@-webkit-keyframes menuSlideInRight{from{opacity:0;left:100%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:1;left:0%;-webkit-transform:scale(1);transform:scale(1)}}@keyframes menuSlideInRight{from{opacity:0;left:100%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:1;left:0%;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes menuSlideOutRight{from{opacity:1;left:0%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;left:100%;-webkit-transform:scale(1);transform:scale(1)}}@keyframes menuSlideOutRight{from{opacity:1;left:0%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;left:100%;-webkit-transform:scale(1);transform:scale(1)}}.msiHeader a{display:block;color:#939393}.msiHeader__container{max-width:1280px;margin:0 auto}.msiHeader__menuIcon{display:none;justify-self:flex-start;position:relative;cursor:pointer;width:40px;height:40px;margin:0 5px}.msiHeader__menuIconBtn{width:35px;height:3px;background-color:#fff;border-radius:5px;-webkit-transition:0.3s;transition:0.3s}.msiHeader__menuIconBtn:before,.msiHeader__menuIconBtn:after{display:inline-block;content:"";position:absolute;width:35px;height:3px;background-color:#fff;border-radius:5px;-webkit-transition:0.3s;transition:0.3s}.msiHeader__menuIconBtn:before{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.msiHeader__menuIconBtn:after{-webkit-transform:translateY(10px);transform:translateY(10px)}.msiHeader__menuIconBtn--active{background-color:transparent}.msiHeader__menuIconBtn--active:before{-webkit-transform:translate(0px, 0px) rotate(45deg);transform:translate(0px, 0px) rotate(45deg)}.msiHeader__menuIconBtn--active:after{-webkit-transform:translate(0px, 0px) rotate(-45deg);transform:translate(0px, 0px) rotate(-45deg)}.msiHeader__nav{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}.msiHeader__form{overflow:hidden;max-height:0;-webkit-transition:0.3s;transition:0.3s}.msiHeader__searchContainer{width:95%;margin:10px auto;border:1px solid #666;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.msiHeader__searchContainer span{cursor:pointer;font-size:2em;color:#939393}.msiHeader__searchContainer input{color:#fff;font-size:1em;width:100%;background:none;border:none;padding:0 10px;-webkit-box-shadow:0 0 0 10px #333 inset;box-shadow:0 0 0 10px #333 inset}.msiHeader__searchContainer input:focus{outline:none}.msiHeader .logo{max-height:90px}.msiHeader .logo__img{width:100%;max-width:220px;-o-object-fit:cover;object-fit:cover}.msiHeader .menu,.msiHeader .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.msiHeader .menu{width:100%}.msiHeader .menu__item{position:relative;text-decoration:none;-webkit-transition:0.35s all ease-in 0s;transition:0.35s all ease-in 0s}.msiHeader .menu__item:nth-of-type(4) .menu__container{left:-300%}.msiHeader .menu__button,.msiHeader .menu__link{display:block;color:#939393;padding:34px 30px;border-bottom:4px solid transparent;text-transform:uppercase}.msiHeader .menu__button:hover,.msiHeader .menu__link:hover{border-bottom:4px solid #f00}.msiHeader .menu__button--active{border-bottom:4px solid transparent;background-color:#111111}.msiHeader .menu__container{width:100%;display:none;position:absolute;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);left:50%;top:100%;z-index:999}.msiHeader .menu__container--active{display:-webkit-box;display:-ms-flexbox;display:flex}.msiHeader .menu__submenu{background:#000;padding:25px 0;-webkit-box-flex:1;-ms-flex:1 0 300px;flex:1 0 300px}.msiHeader .menu__submenu--right .menu__submenuItem{min-height:512px;display:-webkit-box;display:-ms-flexbox;display:flex}.msiHeader .menu__submenu--right .menu__submenuItem:nth-of-type(n+2){display:none}.msiHeader .menu__submenuItem>button,.msiHeader .menu__submenuItem>a{cursor:pointer;color:#999;background:none;font-size:1em;text-align:left;width:100%;border:0;padding:1em 2.5em;-webkit-transition:0.8s;transition:0.8s}.msiHeader .menu__submenuItem>button:hover,.msiHeader .menu__submenuItem>a:hover{background-color:#434343;color:#ddd;opacity:0.85}.msiHeader .menu__submenuBtn,.msiHeader .menu__submenuLink{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}.msiHeader .menu__submenuBtn:after,.msiHeader .menu__submenuLink:after{display:inline-block;content:"";border:solid #666;border-width:0 3px 3px 0;padding:3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.msiHeader .menu__seriesContainer{padding:20px;background:#111;-webkit-box-flex:1;-ms-flex:1 0 300px;flex:1 0 300px;padding:25px 0}.msiHeader .menu__seriesContainer a{padding:0.5em 2.5em}.msiHeader .menu__seriesItem{margin:10px 0}.msiHeader .menu__seriesTitle{color:#fff}.msiHeader .menu__seriesTitle:hover{color:red}.msiHeader .menu__seriesList a{padding:0.5em 3em;color:#999;font-size:smaller}.msiHeader .menu__seriesList a:hover{color:#ddd;opacity:0.85}.msiHeader .menu__latest .menu__submenu--right{background:#111;min-width:600px}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem{display:block;min-height:0}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem .menu__view{padding:25px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem .menu__view a{padding:1em 2.5em;color:#fff;justify-self:flex-start}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem .menu__view a:last-child{text-decoration:underline;justify-self:flex-end}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem .menu__list{padding:20px 20px 40px 20px;display:-ms-grid;display:grid;grid-template:"left left up" auto "left left down" auto/auto auto;gap:10px}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem .menu__list li:nth-of-type(1){grid-area:left}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem .menu__list li:nth-of-type(2){grid-area:up}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem .menu__list li:nth-of-type(3){grid-area:down}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem .menu__list a{line-height:0;height:100%}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem .menu__list img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem:nth-of-type(n+3) .menu__list{display:block}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem:nth-of-type(n+3) .menu__list a{padding:1em 2.5em;font-size:smaller;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem:nth-of-type(n+3) .menu__list a:before{content:"- "}.msiHeader .menu__latest .menu__submenu--right .menu__submenuItem:nth-of-type(n+2){display:none}.msiHeader .menu .wallpaper{color:#fff;background:#252525;padding:2em 15px;text-align:center;-webkit-box-flex:1;-ms-flex:1 0 300px;flex:1 0 300px}.msiHeader .menu .wallpaper__image{max-width:78%;padding:2.5em 0}.msiHeader .menu .wallpaper__title{font-weight:500}.msiHeader .menu .wallpaper__title .lg-title{font-size:20px;color:#fff}.msiHeader .menu .wallpaper__title .depiction{font-size:16px;color:#999}.msiHeader .menu .wallpaper__link{text-decoration:underline;margin:25px 0}.msiHeader .menu .wallpaper__alias{position:relative}.msiHeader .menu .wallpaper__alias a:after{position:absolute;content:"";top:calc(-1 * 1px);left:calc(-1 * 1px);width:calc(100% + 1px * 2);height:calc(100% + 1px * 2);background:linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);background-size:300% 300%;background-position:0 50%;-webkit-animation:lighting 4s alternate infinite;animation:lighting 4s alternate infinite}.msiHeader .menu .wallpaper__alias a:hover:after{background:#f00}.msiHeader .menu .wallpaper__alias span{font-size:20px;color:#fff;background:#252525;width:100%;padding:10px 0;display:inline-block;position:relative;z-index:1}@-webkit-keyframes lighting{50%{background-position:100% 50%}}@keyframes lighting{50%{background-position:100% 50%}}.msiHeader .right__item{line-height:0}.msiHeader .right__img{width:40px;-o-object-fit:cover;object-fit:cover;margin:0 5px;vertical-align:bottom}.msiHeader .mobileMenu{display:none}.msiHeader .mobileMenu__container--left{width:100%;height:100vh;background:#222;padding:20px 0 0 0;position:absolute;top:100%;left:-100%;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;z-index:999}.msiHeader .mobileMenu__container--left--active{-webkit-animation-name:menuSlideInLeft;animation-name:menuSlideInLeft}.msiHeader .mobileMenu__container--left--disable{-webkit-animation-name:menuSlideOutLeft;animation-name:menuSlideOutLeft}.msiHeader .mobileMenu__link:hover{color:#f00}.msiHeader .mobileMenu__item--slide{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}.msiHeader .mobileMenu__item--slide:after{display:inline-block;content:"";border:solid #939393;border-width:0 3px 3px 0;padding:3px;-webkit-transition:0.3s;transition:0.3s;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.msiHeader .mobileMenu__item--slide:hover:after{border:solid red;border-width:0 3px 3px 0}.msiHeader .mobileMenu__item--left{cursor:pointer;color:#939393;padding:15px 20px}.msiHeader .mobileMenu__item--left:hover{color:#f00}.msiHeader .mobileMenu__item--right{background:#222;-webkit-transform:scale(0);transform:scale(0);position:absolute;width:100%;height:100vh;left:100%;z-index:1000;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.msiHeader .mobileMenu__item--right--active{-webkit-animation-name:menuSlideInRight;animation-name:menuSlideInRight;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.msiHeader .mobileMenu__item--right--disable{-webkit-animation-name:menuSlideOutRight;animation-name:menuSlideOutRight}.msiHeader .mobileMenu__title{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;color:#fff;font-size:16px;line-height:16px;width:100%;background:#434343;padding:1em 2.5em;margin:auto}.msiHeader .mobileMenu__title:before{display:inline-block;content:"";border:solid #fff;border-width:0 3px 3px 0;padding:3px;position:absolute;left:5%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.msiHeader .mobileMenu__submenu{background:#222}.msiHeader .mobileMenu__model,.msiHeader .mobileMenu__submenuLink{color:#939393;font-size:16px;text-align:left;text-transform:uppercase;cursor:pointer}.msiHeader .mobileMenu__submenuLink{padding:15px 20px}.msiHeader .mobileMenu__submenuLink:hover{color:red}.msiHeader .mobileMenu__modelTitle{padding:15px 20px;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;position:relative;-webkit-transition:0.3s;transition:0.3s}.msiHeader .mobileMenu__modelTitle:after{display:inline-block;content:"";border:solid #939393;border-width:0 3px 3px 0;padding:3px;-webkit-transition:0.3s;transition:0.3s;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.msiHeader .mobileMenu__modelTitle:hover{color:red}.msiHeader .mobileMenu__modelTitle:hover:after{border:solid red;border-width:0 3px 3px 0}.msiHeader .mobileMenu__modelTitle--active:after{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}.msiHeader .mobileMenu__seriesContainer{overflow:hidden;max-height:0;-webkit-transition:0.3s;transition:0.3s}.msiHeader .mobileMenu__seriesTitle{color:#ccc;padding:15px 20px 15px 30px;font-size:15px;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;-webkit-transition:0.8s;transition:0.8s}.msiHeader .mobileMenu__seriesTitle:after{display:inline-block;content:"";border:solid #939393;border-width:0 3px 3px 0;padding:3px;-webkit-transition:0.3s;transition:0.3s;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.msiHeader .mobileMenu__seriesTitle:hover{color:red}.msiHeader .mobileMenu__seriesTitle:hover:after{border:solid red;border-width:0 3px 3px 0}.msiHeader .mobileMenu__seriesTitle--active:after{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}.msiHeader .mobileMenu__seriesList{overflow:hidden;max-height:0;-webkit-transition:0.3s;transition:0.3s}.msiHeader .mobileMenu__seriesItem{color:#ccc;font-size:14px;padding:10px 35px 10px 40px;-webkit-transition:0.3s;transition:0.3s}.msiHeader .mobileMenu__seriesItem:hover{color:red}@media screen and (max-width: 1600px){.msiHeader .menu__latest.de .menu__container{left:-130%}.msiHeader .menu__latest.fr .menu__container{left:-190%}}@media screen and (max-width: 1250px){.msiHeader .menu__button,.msiHeader .menu__link{padding:34px 25px}}@media screen and (max-width: 1178px){.msiHeader .menu__button,.msiHeader .menu__link{padding:34px 24px}}@media screen and (max-width: 1162px){.msiHeader .menu__product .menu__container{left:-29%}.msiHeader .menu__button,.msiHeader .menu__link{padding:34px 22px}}@media screen and (max-width: 1134px){.msiHeader .menu__button,.msiHeader .menu__link{padding:34px 14px}}@media screen and (max-width: 1036px){.msiHeader__nav{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);place-items:center}.msiHeader__menuIcon{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}.msiHeader .menu{display:none}.msiHeader .right{justify-self:flex-end}.msiHeader .right__img{max-width:100%}.msiHeader .mobileMenu{display:initial}.msiHeader .mobileMenu__container--right>li:first-child{overflow-y:scroll}}@media screen and (max-width: 650px){.msiHeader .right__img{width:30px}}