@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sarpanch:wght@400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "ONECND_Fonts-Bold";
  src: url("https://storage-asset.msi.com/global/css/SPBfonts/ONECND_Fonts-Bold.eot");
  src: url("https://storage-asset.msi.com/global/css/SPBfonts/ONECND_Fonts-Bold.eot?#iefix") format("embedded-opentype"), url("https://storage-asset.msi.com/global/css/SPBfonts/ONECND_Fonts-Bold.woff") format("woff"), url("https://storage-asset.msi.com/global/css/SPBfonts/ONECND_Fonts-Bold.ttf") format("truetype"), url("https://storage-asset.msi.com/global/css/SPBfonts/ONECND_Fonts-Bold.svg#ONECND_Fonts-Bold") format("svg");
}

body{
            padding: 0;
            margin: 0;
            background: #000;
            width: 100%;
            color:#fff;
            overflow-x: hidden;
  
           
        }
        ul,li,p,h1,h2,h3{
            padding:0;
            margin: 0;
            list-style: none;}

.cndblock {
    /*font-family: "Century Gothic", "Open Sans", Helvetica, Arial, sans-serif;*/
  font-family: "DINPro-Regular", "cwTeXHei", "Microsoft JhengHei", sans-serif;
  font-size: 21px;
  color: #fff;
  line-height: 1.6; 
  width: 100%;
  margin: 0 auto;
  max-width: 3840px;
  
    
}


.cndblock img {
  max-width: 100%;
  width: auto;
  overflow: hidden;
  vertical-align: bottom;
}



.cndblock .imglg {
    display: block;
  }

.cndblock img.full {
  width: 100%;
}

.cndblock .imgxs {
  display: none;
}



.cndblock .titlelogo{ 
  font-family: "ONECND_Fonts-Bold", "Open Sans", Helvetica, Arial, sans-serif;   
   font-weight: 500;
  font-size: 48px;
  color: #fff;}
.cndblock h2 {
 
    font-family: 'Sarpanch', "cwTeXHei", "Microsoft JhengHei", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
  font-size: 45px;
  color: #fff;
 padding-bottom: 10px;
 
}

.cndblock p {
  font-family: "Century Gothic", "Open Sans", Helvetica, Arial, "cwTeXHei", "Microsoft JhengHei", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
}

p.notetext {

font-size: 16px;
  line-height: 1.5;
  color: #ccc;
  font-weight: normal;

}



 .data-num {
  font-family: 'DINCond-Light';
  font-size: 3vh;
}

 .data-num span,  .data-num b {
  font-size: 220%;
  font-weight: 400;
}

.data-num img {
  margin: 0 15px;
}

.data-num-sm {
  font-family: 'DINCond-Light';
  font-size: 2.5vh;
}

 .data-num-sm span, .data-num-sm b {
  font-size: 220%;
  font-weight: 400;
}

 .data-num-xs {
  font-family: 'DINCond-Light';
  font-size: 1.5vh;
}

 .data-num-xs span,  .data-num-xs b {
  font-size: 220%;
  font-weight: 400;
}



.container-lg-full {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}

 .container-lg {
  width: 90%;
  margin: 0 auto;
  max-width: 2200px;
}

 .container-md {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

@media (max-width:1900px){
    .cndblock h2 {
        font-size: 35px;}
}
@media (max-width:960px){
    .cndblock h2 {font-size: 26px; }
    .cndblock p {font-size: 18px; line-height: 1.2;}
    .cndblock .titlelogo {font-size: 28px;line-height: 1.5;}
    
  .cndblock .imglg {
    display: none;
  }
  .cndblock .imgxs {
    display: block;
  }
   .container-lg,
   .container-md,
   .container {
    width: 80%;
  }
   .data-num,  .data-num-sm,  .data-num-xs {
    font-size: 20px !important;
  }
   .data-num span,  .data-num b,  .data-num-sm span,  .data-num-sm b,  .data-num-xs span,  .data-num-xs b {
    font-size: 42px;
    font-weight: bold;
  }
}