@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/* ---------- RESET ---------- */

html,
body {
    margin: 0;
    background-color: #fff;
    overflow: visible;
}

.rs-wrapper * {
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
}

::selection {
	background: #888;
	color: #ddd
}

.rs-wrapper {
    font-family: "Roboto", "Arial", sans-serif;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.rs-wrapper img {
    display: block;
    height: auto;
    border: none;
    max-width: 100%;
}
.rs-wrapper p{
    line-height: 1.6em;
    margin: 0.5em 0;
}

.rs-section{
    padding: 80px 0;
}
@media screen and (max-width: 600px) {
.rs-section{
    padding: 30px 0;
}
}

/*-------------general-------------------*/

.rs-title{
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0.5em 0 !important;
    padding: 0;
}
.rs-title span{
    position: relative;
    display: inline-block;
}
.rs-title span:before{
    content: '';
    display: block;
    width: 1em;
    height: 6px;
    background: #e26f1b;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.rs-title .accent{
    color: #0075d7;
}
@media screen and (max-width: 600px) {
.rs-title{
    font-size: 2em;
}
}

.rs-subtitle{
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
}
.rs-wrapper .note{
    color: #555;
    line-height: 1.3em;
    font-size: 0.9em;
    margin: 0 0 1em 0;
    padding: 0;
}


.rs-wrapper .rs-inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
}
@media screen and (max-width: 600px) {
.rs-wrapper .rs-inner{
    padding: 0 15px;
}
}


.rs-wrapper .main-tab{
	text-align: center;
	margin-top: 40px;
    margin-bottom: 30px;
}
.rs-wrapper .main-tab ul{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
	border-bottom: 1px solid #666;
}
.rs-wrapper .main-tab ul li{
	padding: 0 20px;
    margin-bottom: 0;
}
.rs-wrapper .main-tab ul li a{
	color: #000;
	cursor: pointer;
	transition: all 0.3s;
	font-size: 1.3em;
	font-weight: 400;
	display: block;
	padding-bottom: 10px;
	border-bottom: 4px solid transparent;
}
.rs-wrapper .main-tab ul li a:hover{
	color: #0075d7;
}
.rs-wrapper .main-tab ul li a.active{
	border-color: #0075d7;
}


.rs-wrapper .main-tabcontent > div{
	display: none;
}
.rs-wrapper .main-tabcontent > div.active{
	display: block;
}


@media screen and (max-width: 767px) {
.rs-wrapper .main-tab ul li{
	padding: 0 5px;
}
.rs-wrapper .main-tab ul li a{
	font-size: 1em;
}
}
@media screen and (max-width: 450px) {
.rs-wrapper .main-tab ul li a{
    font-size: 0.8em;
}
}







.rs-wrapper .sub-tabcontent > div{
	display: none;
}
.rs-wrapper .sub-tabcontent > div.active{
	display: block;
}

.rs-wrapper .sub-tab{
	display: flex;
	text-align: center;
	justify-content: center;
	margin-top: 30px;
}
.rs-wrapper .sub-tab a{
	color: #000;
	cursor: pointer;
	transition: all 0.3s;
	font-weight: 400;
	display: block;
	padding: 8px 25px;
	border: 1px solid #ccc;
}
.rs-wrapper .sub-tab a.active{
	color: #fff;
	background: #0075d7;
	border-color: #0075d7;
}


.rs-wrapper .btn-more{
	color: #fff;
	background: #0075d7;
	border-radius: 20px;
	display: inline-block;
	font-weight: 400;
	padding: 5px 30px 5px 18px;
	transition: all 0.2s;
	background: #0075d7 url(../img/arrow-right.png) calc(100% - 12px) center no-repeat;
	background-size: 8px auto;
}
.rs-wrapper .btn-more:hover{
	background-color: #0088f9;
}


/*--pcie--*/

.rs-section-pcie .main-text{
    text-align: center;
}
.rs-section-pcie .single-image img{
    margin: 0 auto;
    max-width: 100%;
}
/* spec */
.spec-wrapper{
    position: relative;
}
.spec-wrapper .image img{
    margin: 0 auto;
    width: 100%;
}
.spec-wrapper p{
    position: absolute;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
.spec-wrapper p .number{
    background: #0068b8;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
    font-size: 0.9em;
    font-weight: bold;
    display: none;
}
.spec-wrapper .default{
}
.spec-wrapper .mobile{
    display: none;
}
.spec-wrapper .notes{
    position: absolute;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: 0;
    left: 0;
}
.sub-tabcontent .notes{
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
}

.rs-wrapper .front-title{
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #e26f1b;
    margin-bottom: 2em;
    margin-top: 0.5em;
}
.rs-wrapper .front-title-alt{
    margin-bottom: 0.5em;
    margin-top: 2em;
}


/*front*/
.spec-wrapper.spec-front-1 .p1{ top: 72%; left: 2%;}
.spec-wrapper.spec-front-1 .p2{ top: 10%; left: 24%;}
.spec-wrapper.spec-front-1 .p3{ top: 10%; left: 42%;}
.spec-wrapper.spec-front-1 .p4{ top: 10%; left: 66%;}

.spec-wrapper.spec-front-2 .p1{ top: 72%; left: 2%;}
.spec-wrapper.spec-front-2 .p2{ top: 10%; left: 24%;}
.spec-wrapper.spec-front-2 .p3{ top: 10%; left: 42%;}
.spec-wrapper.spec-front-2 .p4{ top: 10%; left: 53%;}

.spec-wrapper.spec-front-3 .p1{ top: 10%; left: 17%;}
.spec-wrapper.spec-front-3 .p2{ top: 10%; left: 43%;}
.spec-wrapper.spec-front-3 .p3{ top: 10%; left: 70%;}

.spec-wrapper.spec-front-4 .p1{ top: 10%; left: 17%;}
.spec-wrapper.spec-front-4 .p2{ top: 10%; left: 36%;}
.spec-wrapper.spec-front-4 .p3{ top: 10%; left: 63%;}

/*rear*/
.spec-wrapper.spec-rear-1 .p1{ top: 4%; left: 69%;}
.spec-wrapper.spec-rear-1 .p2{ top: 67%; left: 66%;}
.spec-wrapper.spec-rear-1 .p3{ top: 73%; left: 62%;}
.spec-wrapper.spec-rear-1 .p4{ top: 84%; left: 57%;}
.spec-wrapper.spec-rear-1 .p5{ top: 91%; left: 55%;}
.spec-wrapper.spec-rear-1 .p6{ top: 80%; left: 43%;}
.spec-wrapper.spec-rear-1 .p7{ top: 4%; left: 43%;}
.spec-wrapper.spec-rear-1 .p8{ top: 75%; left: 33%;}
.spec-wrapper.spec-rear-1 .p9{ top: 68%; left: 25%;}
.spec-wrapper.spec-rear-1 .p10{ top: 4%; left: 18%;}
.spec-wrapper.spec-rear-1 .p11{ top: 67%; left: 4%;}
.spec-wrapper.spec-rear-1 .p12{ top: 79%; left: 11%;}

.spec-wrapper.spec-rear-2 .p1{ top: 4%; left: 69%;}
.spec-wrapper.spec-rear-2 .p2{ top: 61%; left: 66%;}
.spec-wrapper.spec-rear-2 .p3{ top: 68.5%; left: 62%;}
.spec-wrapper.spec-rear-2 .p4{ top: 76.5%; left: 57%;}
.spec-wrapper.spec-rear-2 .p5{ top: 83.5%; left: 55%;}
.spec-wrapper.spec-rear-2 .p6{ top: 73%; left: 43%;}
.spec-wrapper.spec-rear-2 .p7{ top: 4%; left: 43%;}
.spec-wrapper.spec-rear-2 .p8{ top: 68.5%; left: 33%;}
.spec-wrapper.spec-rear-2 .p9{ top: 61%; left: 25%;}
.spec-wrapper.spec-rear-2 .p10{ top: 4%; left: 18%;}
.spec-wrapper.spec-rear-2 .p11{ top: 61%; left: 4%;}
.spec-wrapper.spec-rear-2 .p12{ top: 73%; left: 11%;}

/*system*/
.spec-wrapper.spec-system .p1{ top: 7.5%; left: 52%;}
.spec-wrapper.spec-system .p2{ top: 40.5%; left: 12%;}
.spec-wrapper.spec-system .p3{ top: 34.5%; left: 75%;}
.spec-wrapper.spec-system .p4{ top: 46%; left: 75%;}
.spec-wrapper.spec-system .p5{ top: 55.5%; left: 75%;}
.spec-wrapper.spec-system .p6{ top: 80.5%; left: 14%;}
.spec-wrapper.spec-system .p7{ top: 36%; left: 15%;}
.spec-wrapper.spec-system .p8{ top: 41%; left: 77%;}
.spec-wrapper.spec-system .p9{ top: 50%; left: 77%;}
.spec-wrapper.spec-system .p10{ top: 80.5%; left: 14%;}



@media (max-width: 1023px) {
.spec-wrapper{
    margin-top: 20px;
}
.spec-wrapper .default{
    display: none;
}
.spec-wrapper .mobile{
    display: block;
}
.spec-wrapper p .number{
    display: inline-block;
}
.spec-wrapper p{
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    margin-bottom: 10px;
}
.spec-wrapper .notes{
    position: relative;
    bottom: auto;
    left: auto;
}
}


@media (max-width: 600px) {
.rs-wrapper .front-title{
    font-size: 1em;
}
}


/*--performance--*/

.rs-section-performance{
    background: #f9f9f9;
}
.rs-section-performance .main-tab{
    margin-bottom: 50px;
}
.rs-section-performance .performance-1{
    display: flex;
    flex-wrap: wrap;
}
.rs-section-performance .performance-1 .main-text{
    width: 45%;
    box-sizing: border-box;
    padding-right: 5%;
}
.rs-section-performance .performance-1 .icon{
    margin-top: 30px;
}

.rs-section-performance .performance-1 .list{
    display: flex;
    flex-wrap: wrap;
    width: 55%;
}
.rs-section-performance .performance-1 .list .entry{
    width: 45%;
    margin: 2%;
    border: 1px solid #0075d7;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 20px;
}
.rs-section-performance .performance-1 .list .entry .inner{
}
.rs-section-performance .performance-1 .list .entry p{
	color: #0075d7;
	font-weight: 300;
    line-height: 1.6em;
}
.rs-section-performance .performance-1 .list .entry p .highligt{
	color: #0075d7;
    font-weight: 700;
    font-size: 1.2em;
}
.rs-section-performance .performance-1 .list .entry p .accent{
	color: #e26f1b;
    font-weight: 700;
}
.rs-section-performance .performance-1 .list .entry p .number{
	font-size: 2.5em;
    font-weight: 700;
}
.rs-section-performance .performance-1 .list .entry p .number2{
	font-size: 2.0em;
    font-weight: 700;
}
@media screen and (max-width: 1023px) {
.rs-section-performance .performance-1 .list .entry{
    width: 100%;
    margin: 0 0 3% 0;
}
}
@media screen and (max-width: 767px) {
.rs-section-performance .performance-1 .main-text{
    width: 100%;
    padding-right: 0;
}
.rs-section-performance .performance-1 .list{
    width: 100%;
}
}



.rs-section-performance .performance-2 .main-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/*--benchmark--*/

.rs-section-benchmark.alt{
    background: #f9f9f9;
}
.rs-section-benchmark .main-text{
    text-align: center;
}
.rs-section-benchmark .text{
    text-align: center;
    max-width: 1000px;
    margin: 30px auto 0 auto;
}
.rs-section-benchmark .text h4 {
  font-weight: bold;
  font-size: 1.4em;
  margin: 1em 0 0.5em 0;
  padding: 0;
}
.rs-section-benchmark .note{
    text-align: center;
    max-width: 800px;
    margin: 50px auto 0 auto;
}
.rs-section-benchmark .list{
    max-width: 1000px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rs-section-benchmark .list img{
    display: block;
    margin: 0 auto;
}
.rs-section-benchmark .list .entry{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 4%;
    position: relative;
    text-align: center;
}
.rs-section-benchmark .list .entry h4{
    font-weight: bold;
    font-size: 1.2em;
    margin: 1em 0 0.5em 0;
    padding: 0;
}
.rs-section-benchmark .list .entry:after{
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.rs-section-benchmark .list .entry:last-child:after{
    display: none;
}
@media screen and (max-width: 767px) {
.rs-section-benchmark .list .entry{
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.rs-section-benchmark .list .entry:after{
    display: none;
}
}




/*--storage--*/

.rs-section-storage{
}
.rs-section-storage .row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.rs-section-storage .row .list{
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
.rs-section-storage .row .image{
    width: 50%;
}

.rs-section-storage .row .list .entry{
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
    padding: 10px;
}
.rs-section-storage .row .list .entry h4{
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    padding: 0;
}
.rs-section-storage .row .list .entry p{
    color: #555;
    font-weight: 300;
    transition: all 0.3s;
}
.rs-section-storage .row .list .note{
    margin-top: 20px;
}
.rs-section-storage .row .list .entry:hover{
    background: #0075d7;
    color: #fff;
}
.rs-section-storage .row .list .entry:hover p{
    color: #fff;
}

@media screen and (max-width: 767px) {
.rs-section-storage .row .list{
    width: 100%;
    padding-right: 0;
}
.rs-section-storage .row .image{
    width: 100%;
}
}






/*--features--*/

.rs-section-features{
	padding: 0;
}
.rs-section-features .entry .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.rs-section-features .entry .inner.reversed{
	flex-direction: row-reverse;
}
.rs-section-features .entry .inner .text{
    width: 50%;
    background: #ebebeb;
}
.rs-section-features .entry .inner .text .area{
    max-width: 700px;
    box-sizing: border-box;
    padding: 40px;
    float: right;
}
.rs-section-features .entry .inner .image{
    width: 50%;
}
.rs-section-features .entry .inner .image .area{
    max-width: 800px;
    box-sizing: border-box;
}


.rs-section-features .entry .inner.reversed .image .area{
    float: right;
}
.rs-section-features .entry .inner.reversed .text .area{
    float: none;
}

@media screen and (max-width: 768px) {
.rs-section-features .entry .inner .text{
    width: 100%;
}
.rs-section-features .entry .inner .image{
    width: 100%;
}
}

@media screen and (max-width: 500px) {
.rs-section-features .entry .inner .text .area{
    padding: 30px 20px;
}
}





/*--management--*/

.rs-section-management{
    background: #f9f9f9;
}
.rs-section-management .main-text{
    text-align: center;
}
.rs-section-management .row{
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.rs-section-management .row .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
.rs-section-management .row .image{
    width: 50%;
}

@media screen and (max-width: 767px) {
.rs-section-management .row .text{
    width: 100%;
    padding-right: 0%;
}
.rs-section-management .row .image{
    width: 100%;
}

}



/*--security--*/

.rs-section-security{
    background: #000;
    padding: 0;
    position: relative;
}
.rs-section-security .main-text{
    text-align: center;
    background: #fff;
    padding: 50px 0 20px 0;
    position: relative;
    z-index: 1;
}
.rs-section-security .list{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.rs-section-security .list .entry{
    width: 50%;
    box-sizing: border-box;
    padding-top: 200px;
    border-left: 1px solid #888;
}
.rs-section-security .list .entry:last-child{
    border-right: 1px solid #888;
}
.rs-section-security .list .text{
    color: #fff;
    box-sizing: border-box;
    padding: 20px 40px;
    opacity: 0.5;
    transition: all 0.5s;
}
.rs-section-security .list .entry.active .text{
    opacity: 1;
    transform: translateY(-10%);
}
.rs-section-security .list .text h3{
    font-weight: bold;
}
.rs-section-security .list .text h4{
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}
.rs-section-security .list .text .note{
    color: #fff;
}
.rs-section-security .list .text a{
    color: #fff;
    text-decoration: underline;
}

.rs-section-security .switch .entry{
    background: red;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	background: url(../img/security-1.webp) center no-repeat;
	background-size: cover;
	transition: opacity 1s;
	opacity: 0;
}
.rs-section-security .switch .entry:last-child{
	background-image: url(../img/security-2.webp);
}
.rs-section-security .switch .entry.active{
	opacity: 1;
}

@media screen and (max-width: 767px) {
.rs-section-security .list .entry{
    padding-top: 20px;
    width: 100%;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
}
.rs-section-security .list .text{
    opacity: 1;
}
.rs-section-security .list .entry.active .text{
    transform: translateY(0%);
}
}
