<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  nofocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth&gt;100? "100%": "auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft,
.imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight,
.imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
	font-size: 14px;
}

.tr {
  display: table-row;
}

.td,
.th {
  display: table-cell;
}

/*----landing page-----*/
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

.mlogo {
display: block;
}

@media (max-width:768px){
.mlogo {
display: none;
}}

img.full {
  width: 100%;
}

#holiday {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  color: #333;
  font-size: 20px;
  background: #fff;
  text-align: center;
  line-height: 1.3;
}

#holiday .sp {
  padding: 4% 0;
}

@media screen and (max-width: 960px) {
  #holiday .sp {
    padding: 5vh 0;
  }
}

#holiday .container {
  width: 85%;
  margin: 0 auto;
  max-width: 2400px;
}

#holiday .title {
  width: 30%;
  margin: 0 auto;
  max-width: 435px;
  padding-bottom: 35px;
}

@media screen and (max-width: 960px) {
  #holiday .title {
    width: 50%;
  }
}

#holiday #kv {
  position: relative;
}

#holiday #kv h1 {
  position: absolute;
  z-index: 0;
  top: 0;
}

#holiday #kv img {
  position: relative;
  z-index: 2;
}

#holiday #category li {
  display: inline-block;
  width: 30%;
  max-width: 150px;
  vertical-align: top;
  margin: 0 5%;
  opacity: 0.5;
}
#holiday #category li.active {
  opacity: 1;
}
#holiday #category li span {
  display: inline-block;
  padding-top: 15px;
}

#holiday #category li:hover {
  cursor: pointer;
  color: #cca153;
}

@media screen and (max-width: 960px) {
  #holiday #category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #holiday #category li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px){
#holiday #category li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 35%;
}}


@media screen and (max-width: 320px){
#holiday #category li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 43%;
}}

#holiday .price {
  font-size: 48px;
  font-weight: bold;
  padding: 35px 0 25px;
	display: block;
}

#holiday .price span {
  display: inline-block;
  /*text-decoration: line-through;*/
  font-size: 40%;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  #holiday .price {
    font-size: 28px;
  }
  #holiday .price span {
    font-size: 18px;
  }
}

#holiday .bt {
  vertical-align: middle;
}

#holiday .bt a {
  display: inline-block;
  vertical-align: middle;
  /*border: #666 1px solid;*/
  color: #666;
  padding: 10px 30px;
  font-weight: bold;
  margin-bottom: 5px;
}



#holiday .bt a.yt {
  border: none !important;
  padding: 0;
  margin-left: 10px;
}

#holiday .bt a.yt:hover {
  background: none !important;
}

#holiday .nbbox {
  background: url(https://storage-asset.msi.com/event/2020/nb/2020-Q3-bts/images/bg-pd1.jpg)
    center center no-repeat no-repeat;
  background-size: cover;
}

#holiday .nbbox .container {
  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;
  text-align: left;
  color: #fff;
}

#holiday .nbbox .container .logoitem{

}

#holiday .nbbox .txtbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

#holiday .nbbox .pd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-left: 0%;
}

#holiday .nbbox .delighter.left.started p {
    font-size: 22px;
    line-height: 1.6;
	color: #fff;
	text-align: center;
}


 #holiday .logositem1 {
/*width: 45%;*/
	display: flex;
}

@media (max-width:960px){
 #holiday .logositem1 {
width: 55%;
    display: block;
    margin: auto;
	}}

 #holiday .logositem2 {
width: 100%;
	display: flex;
}

@media (max-width:960px){
 #holiday .logositem {
width: 100%;
	}
	
 #holiday .logositem2 {
width: 55%;
    display: block;
    margin: auto;
	}}

 #holiday .nbboxs .item .txtbox .logositem {
width: 100%;
	display: flex;
}

@media (max-width:960px){
#holiday .nbboxs .item .txtbox .logositem {
    width: 60%;
    display: block;
    margin: auto;
	}}

 #holiday .nbboxs .item .txtbox .logositem-box {
width: 50%;
	float: left;
} 

@media (max-width:960px){
#holiday .nbboxs .item .txtbox .logositem-box {
width: 100%;
margin: auto;
	}}

#holiday .nbbox .logos img {
  margin-right: 15px;
}

#holiday .nbbox h2 {
  font-size: 36px;
  padding: 20px 0 10px;
}

#holiday .nbbox p {
  font-size: 22px;
  line-height: 1.6;
}

#holiday .nbbox .bt a {
  border: #cca153 1px solid;
  color: #cca153;
}

#holiday .nbbox .bt a:hover {
  background: #cca153;
  color: #fff;
}

#holiday .nbbox .note {
  padding-top: 35px;
}

@media screen and (max-width: 1920px) {
  #holiday .nbbox h2 {
    font-size: 32px;
  }
  #holiday .nbbox p {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #holiday .nbbox .container {
    display: block;
  }
  #holiday .nbbox .pd {
    margin: 35px auto 0;
  }
  #holiday .nbbox h2 {
    font-size: 28px;
  }
  #holiday .nbbox .logos img {
    height: 40px;
  }
}

#holiday .nbboxs {
  text-align: left;
}

#holiday .nbboxs .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holiday .nbboxs .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2%;
  border: #ccc 1px solid;
  margin: 1% 0;
}

#holiday .nbboxs .item .img {
  display: inline-block;
  width: 50%;
}

#holiday .nbboxs .item .txtbox {
  display: inline-block;
  width: 45%;
}

#holiday .nbboxs h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0 15px;
}

#holiday .nbboxs p {
  line-height: 1.6;
}

#holiday .nbboxs .price {
  font-size: 40px;
}

#holiday .nbboxs .price span {
  font-size: 50%;
}

@media screen and (max-width: 1920px) {
  #holiday .nbboxs .logos2 img {
    height: 30px;
  }
  #holiday .nbboxs h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  #holiday .nbboxs .itembox {
    display: block;
  }
  #holiday .nbboxs .item {
    display: block;
    padding: 5%;
    text-align: center;
  }
  #holiday .nbboxs .item .txtbox {
    width: 100%;
    text-align: left;
  }
  #holiday .nbboxs .item .img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}

#holiday #creation {
  background: url(https://storage-asset.msi.com/event/nb/2019/UK_2019_Holiday/images/bg-pd2.jpg)
    center right no-repeat no-repeat;
  background-size: cover;
  color: #fff;
}

#holiday #creation .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holiday #creation .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

#holiday #creation h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: left;
}

#holiday #creation ul {
  text-align: left;
  margin-left: 20px;
  padding-bottom: 25px;
}

#holiday #creation ul li {
  list-style: square;
  padding-bottom: 5px;
}

#holiday #creation .bt {
  text-align: left;
}

#holiday #creation .bt a {
  border: #cca153 1px solid;
  color: #cca153;
}

#holiday #creation .bt a:hover {
  background: #cca153;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #holiday #creation .itembox {
    display: block;
  }
  #holiday #creation .img {
    width: 70%;
    margin: 0 auto;
    max-width: auto;
  }
}

/*----Redeem -----*/
#how-redeem {
    max-width: 100%;
    overflow: hidden;
}

#how-redeem .redeem-container {
width: 1700px;
margin: auto;
}


@media (max-width: 1920px){
#how-redeem .redeem-container {
    width: 60%;
}}

@media (max-width: 1024px){
#how-redeem .redeem-container {
    width: 90%;
}}

#how-redeem .b3 {
    text-align: center;
    justify-content: center;
	padding: 3% 0;
	display: block;
}

@media (max-width: 1024px){
#how-redeem .b3 {
	padding: 12% 0;
	}}

#how-redeem .b3 .redeem {
	text-align: center;
}
	
#how-redeem .b3 h2, #terms h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 24px;
}	

#how-redeem .b3 .redeem .popbtn{
color: #fff;
border-radius: 15px;
margin: 10px auto;
display: block;
width: 15%;
cursor: pointer;
padding: 8px 25px;
text-align: center;
/*-webkit-box-shadow: 0 0 20px rgba(299,63,87,1), inset 0 0 8px rgba(299, 63, 87, 1)*/;
-webkit-animation: flickerAnimation 4s infinite;
animation: flickerAnimation 1s infinite;
/*text-shadow: 0 0 3px #f00, 0 0 5px #f00, 0 0 10px #f00, 0 0 20px;*/
}

@media (max-width:1440px){
#how-redeem .b3 .redeem .popbtn {
    margin: 0px auto;
    width: 20%;
	}}

@media (max-width:1280px){
#how-redeem .b3 .redeem .popbtn {
    margin: 0px auto;
    width: 25%;
	}}

@media (max-width: 800px){
#how-redeem .b3 .redeem .popbtn {
    margin: 5px auto;
    width: 60%;
	}}

#how-redeem .b3 .redeem .popbtn:hover{
background: #c00; color: #fff;
}

#how-redeem .b3 .redeemtb {
	padding: 2% 0;
	display: flex;
	margin: auto;
}

@media (max-width:960px){
#how-redeem .b3 .redeemtb {
display: block;
	}}

#how-redeem .b3 .redeemtb .td {
	vertical-align: top!important;
	width: 30%;
	display: block;
}
#how-redeem .b3 .redeemtb .th {
	vertical-align: middle!important;
}

@media (max-width: 960px) {
#how-redeem .b3 .redeemtb .td {
    width: 100%;
    display: inline-block;
}}

@media (max-width: 960px) {
#how-redeem .b3 .redeemtb .th {
    width: 100%;
    display: inline-block;
}}

#how-redeem .b3 .redeemtb p {
	font-size: 16px;
	width: 90%;
	margin: 0 auto;
	line-height: 1.3;
	text-decoration: none;
	color: #000;
}

#how-redeem .b3 .th {
	vertical-align: middle!important;
	padding: 0px 50px;
	margin: auto;
}

@media(max-width:1024px){
#how-redeem .b3 .th {
	vertical-align: middle!important;
	padding: 0;
	}}

#how-redeem .b3 .redeemtb a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#how-redeem .b3 .redeemtb a:hover {
	color: #ce2c00;
}
#how-redeem .icon1 .icontxt, #how-redeem .icon2 .icontxt, #how-redeem .icon3 .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 20%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#how-redeem .icon1 {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
	margin: 2% auto;
	background: #eec908;
    /* border: 30px; */
    border-radius: 100px;
}

#how-redeem .icon2 {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
	margin: 2% auto;
	background: #92999c;
    /* border: 30px; */
    border-radius: 100px;
}

#how-redeem .icon3 {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
	margin: 2% auto;
	background: #434e71;
    /* border: 30px; */
    border-radius: 100px;
}
#how-redeem .btnItem {
display: flex;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

#how-redeem .btnItem .btsty1 {
    width: 100%;
    display: inline-block;
    color: #000;
    background-color: transparent;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: rgb(250 250 250 / 55%) 0px 0px 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(56 56 56);
    border-image: initial;
}

#how-redeem .btnItem .btsty1 span {
    display: block;
    padding: 5px 50px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    margin: 0;
    width: 100%;
    position: relative;
    color: #000;
}

#how-redeem .icon svg {
width: 100%;
    height: 100%;
    stroke-width: 0;
    stroke: url(#myGradient);
    /* stroke-opacity: 1; */
    /* fill-opacity: .1; */
    -moz-transition: stroke-width 0.5s;
    -o-transition: stroke-width 0.5s;
    -webkit-transition: stroke-width 0.5s;
    transition: stroke-width 0.5s;
}

#how-redeem .icon svg .circle-bg {
	stroke-opacity: 0;
	fill-opacity: -0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#how-redeem .icon:hover svg {
	-webkit-animation: infinite-rotate 1s infinite linear;
	-moz-animation: infinite-rotate 1s infinite linear;
	-o-animation: infinite-rotate 1s infinite linear;
	animation: infinite-rotate 1s infinite linear;
}
#how-redeem section.promotion a{padding: 15px;}


#how-redeem .icon1 .icontxt i,#how-redeem .icon2 .icontxt i,#how-redeem .icon3 .icontxt i {
	font-family: 'Material Icons' !important;
	font-size: 320%;
	/*text-shadow: 0 0 5px #000, 0 0 15px #000, 0 0 15px #000, 0 0 25px #000, 0 0 35px #000;*/
}
#how-redeem .icon .icontitle {
	font-size: 16px;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}

#how-redeem .redeem{
	width: 100%;
	padding: 0;
}


#how-redeem .redeem p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    width: 30%;
    margin: auto;
}

@media (max-width:2700px){
#how-redeem .redeem p {

    width: 40%;
	}}

@media (max-width:1920px){
#how-redeem .redeem p {
    width: 70%;

	}}


@media (max-width:425px){
#how-redeem .redeem p {
    width: 85%;
	}}

#how-redeem .b3 .icontxt .fa-x {
	/*text-shadow: 0 0 5px rgba(166,43,236,.1), 0 0 16px rgba(166,43,236,.5), 0 0 7px rgba(166,43,236,.3);*/
	padding: 1.5% 0px !important;
	color: #fff;
	font-size: 2.2em;
}

@media screen and (max-width: 960px){
#how-redeem .b3 .icontxt .fa-x {
    transform: rotate(90deg);
	}}


/*T&amp;C*/
#terms {
display: block;
    width: 100%;
    margin: 0 auto;
    /* max-width: 2200px; */
    background-color: #dddddd;
    padding: 2% 0;
}
	
#terms .container {
    width: 50%;
    margin: 0 auto;
}

@media (max-width:960px){
#terms .container {
    width: 85%;
    margin: 0 auto;
	}}
	
#terms .cndblock .titleTbox {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 3%;
}

#terms .cndblock .titleT {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 52px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 15px #17ebd0;
}

#terms ul.dots {
    display: block;
    list-style: none;
}


#terms ul.dots li , #terms ul.dots p {
    list-style: disc;
    font-size: 14px;
    line-height: 1.3;
	text-align: left;
}

#terms .bt {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    max-width: 1200px;
    flex-direction: row;
    justify-content: center;
    padding:1%;
}

@media (max-width:992px){
#terms .bt {
padding: 4% 0 3%;
	}}

#terms .bt .btnItem {
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width:768px){
#terms .bt .btnItem {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}}

#terms .bt .btnItem .btsty1 {
width: 70%;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: rgb(250 250 250 / 55%) 0px 0px 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(56 56 56);
    border-image: initial;
}

#terms .bt a {
    margin-right: 10px;
    text-decoration: none;
}


#terms .bt .btnItem .btsty1 span {
    display: block;
    padding: 5px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    margin: 0;
    width: 100%;
    position: relative;
	color: #000;
} 

/*modal*/
@media (min-width: 768px){
#terms .modal-dialog {
    width: 100%;
    max-width: 1200px;
	}}

#terms .modal-content {
/*    font-family: "Exo", sans-serif;*/
    background: #323232;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 0;
    border: #323232 3px solid;
}

#terms .modal-title {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

#terms .modal-header {
    position: relative;
    border-bottom: #222 1px solid;
}

#terms .modal-header button.close {
    position: absolute;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    top: 40%;
    right: 20px;
}

#terms .modal-header button.close:hover {
    color: #24037c;
}

#terms .modal-body {
    padding: 0 50px 25px;
}

#terms .modal-body h2 {
    font-size: 24px;
    padding: 50px 0 10px;
    margin-bottom: 35px;
    border-bottom: #222 1px solid;
    position: relative;
    text-align: center;
    font-weight: bold;
}

#terms .modal-body h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 3px;
    left: calc(50% - 100px);
    bottom: -2px;
    background: #24037c;
}

#terms .modal-body h3 {
    font-size: 20px;
    color: #00ffff;
    padding: 25px 0 15px;
}

#terms .modal-body a {
    color: #fff;
    border-bottom: #00ffff 1px solid;
    border-top: transparent 1px solid;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

#terms .modal-body a:hover {
    border-bottom: #ff00ff 1px solid;
    border-top: #00ffff 1px solid;
    color: #ff00ff;
}

#terms .modal-body ul {
    padding-bottom: 25px;
    margin-left: 15px;
}

#terms .modal-body p {
    padding-bottom: 25px;
}


/*end Of Terms Modern*/

.delighter.right {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}
.retailer {
  padding: 2%;
}
.retailer-wrap {
  display: flex;
  flex-wrap: wrap;
}
.retailer h2 {
  font-size: 40px;
  font-weight: bold;
  padding: 0 0 24px;
}
.retailer-wrap .item {
  width: 18%;
margin: auto;
}

@media (max-width: 992px) {
  .retailer-wrap .item {
    width: 50%;
  }
}
.series-wrap:nth-of-type(2) {
  display: none;
}

#bts-banner {
  width: 100%;
}

@media screen and (max-width: 992px) {
.image-wrap .kv-dt {
      display: none; } }

.image-wrap .kv-m {
    display: none; }

@media screen and (max-width: 992px) {
.image-wrap .kv-m {
        display: block; } }</pre></body></html>