@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');
@import url('font-awesome.min.css');
@import url('slick.min-4.css');
@import url('slick-theme.min-3.css');
@import url('animate.min-2.css');
@import url('nav-4.css');
@import url('lity.min-3.css');
@import url('aos-2.css');
html, body {
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
}
* {
    outline: none;
}
input:focus {
    outline: none
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}
svg {
    width: 100%;
    height: auto;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
dl, dt, dd {
    padding: 0;
    margin: 0;
}
strong {
    font-weight: 600;
}
picture, figure {
    display: block;
    margin: 0 auto;
}
a {
    color: #0070c9;
    transition: all 0.3s ease-in-out 0s;
}
.noscroll {
    overflow: hidden;
    poasition: fixed;
    width: 100% !important;
    height: 100% !important;
}
section {
    padding: 70px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
input, slect {
    font-size: 100%
}
h2 {
    margin: 0 auto 2%;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}
h2 span {
    display: inline-block;
}
h2 em {
    position: relative;
    color: yellow;
    font-size: 150%;
    display: inline-block;
    font-style: italic;
}
h2 em:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-shadow: 0 0 5px #c32128, 0 0 10px #c32128, 0 0 20px #c32128, 0 0 40px #c32128, 0 0 80px #c32128, 0 0 90px #c32128, 0 0 100px #c32128, 0 0 150px #c32128;
    animation: animateBreathe 3s ease infinite;
    z-index: 1;
}
.section-second h2 em:after {
    content: "VRR";
}
.section-third h2 em:after {
    content: "Switch gamers";
}
.section-first h2 em:after {
    content: "PC DIY";
}
@keyframes animateBreathe {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .5
    }
}
h3 {
    margin: 0 auto 2%;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    color: #c32128;
}
ul {
    margin: 0;
    padding: 0 0 0 18px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
main {
    overflow: hidden;
}
video {
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
mark {
    display: block;
    color: yellow;
    background-color: transparent;
    font-size: 80%;
}
.container {
    width: 90%;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}
.scrollTop {
    width: 36px;
    height: 36px;
    position: fixed;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    bottom: 15px;
    right: 15px;
    background-color: #E2010F;
    padding: 9px 11px 7px;
    opacity: 0;
    z-index: 1500;
    transition: all .4s ease-in-out 0s
}
.scrollTop a, .scrollTop a:hover {
    color: #fff;
    vertical-align: top
}
.scrollTop .fa {
    vertical-align: top
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
/******************************************************************************/
.slick-next, .slick-prev {
    z-index: 10;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
.slick-next::before, .slick-prev::before {
    font-family: 'FontAwesome';
}
.slick-prev::before {
    content: "\f104";
}
.slick-next::before {
    content: "\f105";
}
header {
    position: relative;
    color: #fff;
    padding: 0;
    overflow: hidden;
    height: 146vw;
}
header:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}
header hgroup {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 5;
    font-size: 3vw;
    text-align: center;
}
header h1 {
    font-weight: 700;
    font-size: 180%;
    line-height: 1;
    margin: 0 auto;
    /*    text-shadow: rgba(0, 0, 0, .8) 3px 3px 20px;*/
}
header h1 strong {
    display: block;
    margin: 5% 0 0;
    font-size: 130%;
    color: #c32128
}
header h1 span {
    display: block;
    font-weight: 300;
    font-size: 56%;
    line-height: 1.5;
    margin: 2.5% auto 0;
}
header .row {
    height: 100%;
}
.hero-slider-wrap {
    position: relative;
}
.hero-products-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 10;
    font-size: 3vw;
}
header .hero_PCIe-capture .hero-products-info {
    top: 53%;
    left: 0;
}
header article {
    position: relative;
    overflow: hidden;
}
header .hero_USB-capture-cards .hero-products-info {
    top: 50%;
}
header .hero_capture-cards-for-Switch .hero-products-info {
    top: 54%;
}
header .hero_capture-cards-for-Switch h1 {
    text-shadow: none;
    color: #000;
}
.hero-products-wrap {
    width: 90%;
    margin: 0 auto;
}
.hero_USB-capture-cards .hero-products-wrap {
    width: 80%;
}
header article h1 {
    /*
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 35%, rgba(0,0,0,0.75) 70%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 35%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 35%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );

	padding: 2% 0;
*/
}
header article .hero-products {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -2% 8%;
}
header .slick-slide:nth-of-type(1) article .hero-products picture, header .slick-slide:nth-of-type(2) article .hero-products picture, header .slick-slide:nth-of-type(3) article .hero-products picture {
    width: calc(100% / 3);
    padding: 0 2%;
}
header .slick-slide:nth-of-type(1) article .hero-products picture {
    width: calc(100% / 2);
}
header article .hero-slider_bg {
    margin-top: -5%;
}
header article .hero-slider_bg img {
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
}
header .slick-slide:nth-of-type(3) article .hero-products picture img {
    position: relative;
    z-index: 1;
}
header nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 0;
    z-index: 2;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .hero-copy {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
header picture {
    position: relative;
    z-index: 1;
}
.brand {
    width: 150px;
    margin: 0 auto 0 0;
}
.nav-wrap .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-wrap .nav-list li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-copy {
    margin: 0 auto;
    max-width: 768px;
    text-align: center;
}
video {
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.PCIe-capture {
    margin: 0 auto;
    max-width: 800px;
}
.PCIe-capture .row article, .capture-cards-for-Switch .row article, .USB-capture-cards .row article {
    max-width: 50%;
    padding: 2.5% 5%;
}
.PCIe-capture .row article:nth-of-type(1), .capture-cards-for-Switch .row article:nth-of-type(1) {
    max-width: 100%;
}
.PCIe-capture .row article:nth-of-type(1) picture, .capture-cards-for-Switch .row article:nth-of-type(1) picture {
    max-width: 45%;
}
section {
    position: relative;
}
.section-first {
    overflow: hidden;
    background-color: #000;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../jpg/section_first_bg.jpg");
    background-image: -webkit-image-set(url(../section_first_bg.html) 1x);
}
.section-first .container {
    position: relative;
    z-index: 3;
}
.section-first .container, .section-second .container, .section-third .container {
    position: relative;
    z-index: 1000;
}
.section-first .section-copy {
    color: #fff;
}
.section-second {
    position: relative;
}
.section-second:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
}
.section-second:after, .section-third:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
巷 .capture-cards-for-Switch {
    margin: 0 auto;
    max-width: 768px;
}
.section-second:after {
    background-image: url("../jpg/section_sound_bg.jpg");
    background-image: -webkit-image-set(url(../section_sound_bg.html) 1x);
}
.USB-capture-cards {
    padding: 5% 0;
    max-width: 768px;
    margin: 0 auto;
}
.section-second .section-copy {
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
    color: #fff;
}
.section-third:after {
    background-image: url("../jpg/section-third_bg.jpg");
    background-image: -webkit-image-set(url(../section-third_bg.html) 1x);
}
.products-info-modal {
    overflow-y: auto;
    padding: 25px 5%;
}
.products-info-modal article {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.products-info-modal dl {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 25px;
}
.products-info-modal dl > dt, .products-info-modal dl > dd {
    color: #fff;
    width: 100%;
}
.products-info-modal dl > dt picture {
    margin: 0 auto 30px;
    width: 80%;
    max-width: 480px
}
.products-info-modal dl > dd ul li strong {
    color: #fff;
}
.products-info-modal dl > dd ul li {
    margin: 0 0 15px;
    color: #ddd;
}
.products-info-modal dl > dd ul li:last-of-type {
    margin: 0;
}
.products-info-modal dl > dd ul li a {
    color: #fff;
}
.products-info-modal dl > dd small {
    display: inline-block;
    margin: 10px 0 0;
}
.links a {
    display: block;
    background-color: #c32128;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    margin: 10px 10px 10px 0;
    border: 1px solid #c32128;
    text-align: center;
    max-width: 320px;
}
a.links-modal {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
a.links-modal strong {
    display: block;
    margin: 15px 0 0;
    color: #c32128;
    font-size: 125%;
    line-height: normal;
}
.section-first a.links-modal strong {
    color: #fff;
}
a.links-modal img {
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s;
}
.capture-cards-for-Switch {
    margin: 0 auto;
    max-width: 768px;
}
a::after {
    content: "";
    opacity: 0;
}
a::hover::after {
    opacity: 1;
}
/******************************************************************************/
.social-paertners {
    position: absolute;
    left: 15px;
    bottom: 5px;
    z-index: 3;
}
.social-paertners a, .social a {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    width: 25px;
    height: 25px;
    border: 1px solid #555;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-paertners a:before, .social a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 17px;
    height: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.facebook:before {
    background-image: url("../svg/fb-3.svg");
}
a.twitter:before {
    background-image: url("../svg/twitter-2.svg");
}
a.youtube:before {
    background-image: url("../svg/youtube-3.svg");
}
a.discord:before {
    background-image: url("../svg/discord-2.svg");
}
a.instagram:before {
    background-image: url("../svg/instagram-2.svg");
}
a.linkedin:before {
    background-image: url("../svg/linkedin-2.svg");
}
.fllow-us {
    padding: 50px 0 25px;
}
.fllow-us h2 {
    font-weight: 200;
    margin-bottom: 30px
}
.social a {
    margin: 0 10px;
    width: 40px;
    height: 40px;
}
.social a:before {
    width: 20px;
    height: 18px;
}
/******************************************************************************/
footer, .fllow-us {
    color: #fff;
    background-color: #222;
}
footer {
    font-size: 12px;
    padding: 10px 0 25px;
}
/******************************************************************************/
html.lity-active {
    overflow: hidden;
}
.lity-container {
    height: 100vh;
    width: none !important;
    max-width: none !important;
}
.lity-content {
    height: 100vh;
}
.lity-iframe-container {
    height: 100vh;
}
.products-info-modal article {
    margin: 0 auto;
    max-width: 980px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.section-fourth {
    background-color: #2d3131;
}
table {
    border: 1px solid #777;
    border-collapse: collapse;
    width: 814px;
    margin: 0 auto;
}
table td {
    border: 1px solid #777;
    padding: 0.75rem;
    vertical-align: middle;
    backgroung: #2d3131;
}
table picture {
    margin: 0 0 0 10px;
    max-width: 100px;
}
table tr td {
    border-bottom: none;
    border-top: none;
}
table tr td:first-of-type {
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    border-right: none;
    color: #c32128;
}
table tr td:last-of-type {
    border-left: none;
}
table td a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
}
table tr {
    background-color: rgba(255, 255, 255, .8)
}
table tr:nth-of-type(odd) {
    background-color: #f2f5f5;
}
.section-fourth h2 {
    color: #fff;
}
table td a strong {
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 10px;
}
.PW513L {
    display: inline-block;
    max-width: 120px;
    position: fixed;
    right: 10px;
    bottom: 55px;
    z-index: 5;
}