<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --main-color: #A42D43;
  --main-color-50: #d296a1;
  --main-color-20: #edd5da;
  --sub-color: #082D76;
  --sub-color-50: #8496bb;
  --sub-color-20: #ced5e4;
}
.bg-main-color {
    background-color: var(--main-color) !important;
    color: white;
}
.col-main-color {
    color: var(--main-color) !important;
}
.bg-main-color-50 {
    background-color: var(--main-color-50) !important;
    color: black;
}
.col-main-color-50 {
    color: var(--main-color-50) !important;
}
.bg-main-color-20 {
    background-color: var(--main-color-20) !important;
    color: black;
}
.col-main-color-20 {
    color: var(--main-color-20) !important;
}
.bg-sub-color {
    background-color: var(--sub-color) !important;
}
.col-sub-color {
    color: var(--sub-color) !important;
}
.bg-sub-color-50 {
    background-color: var(--sub-color-50) !important;
}
.col-sub-color-50 {
    color: var(--sub-color-50) !important;
}
.bg-sub-color-20 {
    background-color: var(--sub-color-20) !important;
}
.col-sub-color-20 {
    color: var(--sub-color-20) !important;
}

.border-main-color {
	border-color: var(--main-color)!important;
}
.border-main-color-50 {
	border-color: var(--main-color-50)!important;
}
.border-main-color-20 {
	border-color: var(--main-color-20)!important;
}
	.font-35 {
		font-size: 35px;
	}
	.font-30 {
		font-size: 30px;
	}
	.font-22 {
		font-size: 22px;
	}
	.font-20 {
		font-size: 20px;
	}
	.font-18 {
		font-size: 18px;
	}
	.font-14 {
		font-size: 14px;
	}
	.font-25 {
		font-size: 25px;
	}
	.font-50 {
		font-size: 50px;
	}
@media  screen and (min-width: 420px) {
			.font-35 {
			font-size: calc(100vw * 35/420);
		}
			.font-30 {
			font-size: calc(100vw * 30/420);
		}
			.font-22 {
			font-size: calc(100vw * 22/420);
		}
			.font-20 {
			font-size: calc(100vw * 20/420);
		}
			.font-18 {
			font-size: calc(100vw * 18/420);
		}
			.font-14 {
			font-size: calc(100vw * 14/420);
		}
			.font-25 {
			font-size: calc(100vw * 25/420);
		}
			.font-50 {
			font-size: calc(100vw * 50/420);
		}
	}
@media  screen and (min-width: 640px) {
			.font-35 {
			font-size: calc(640px * 35/420);
		}
			.font-30 {
			font-size: calc(640px * 30/420);
		}
			.font-22 {
			font-size: calc(640px * 22/420);
		}
			.font-20 {
			font-size: calc(640px * 20/420);
		}
			.font-18 {
			font-size: calc(640px * 18/420);
		}
			.font-14 {
			font-size: calc(640px * 14/420);
		}
			.font-25 {
			font-size: calc(640px * 25/420);
		}
			.font-50 {
			font-size: calc(640px * 50/420);
		}
	}
.shadow-bottom-only {
        box-shadow: 0 4px 5px -2px rgba(0,0,0,.14); 
    }
    .spotlight-item-view .container {
        overflow-x: visible;
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .cover,
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .full-width {
        margin-left: calc(-1 * ((100vw -720px) / 2));
        margin-right: calc(-1 * ((100vw -720px) / 2));
    }
    @media screen and (min-width: 1480px) {
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .cover,
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .full-width {
            margin-left: calc(-1 * (760px / 2));
            margin-right: calc(-1 * (760px / 2));
        }
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .cover {
        background-image: url('https://www.jeban.com/spotlight-item/ultrasensitive-q10x/top-bg@2x.png');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto 825px;
        height: 825px;
        margin-bottom: -825px;
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-0 {
        height: 825px;
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-0 .eucerin-logo {
        height: 100px;
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-md-0 {
        background: #F7F7F7;
    }

    @media screen and (max-width: 1280px) {
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .cover {
            background-position: right calc((100vw -720px) / 4) top;
        }
    }
    @media screen and (max-width: 991px) {
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .cover {
            background-image: url('https://www.jeban.com/spotlight-item/ultrasensitive-q10x/top-bg-sm@2x.png');
            background-position: center top;
            height: 750px;
            margin-bottom: -750px;
            border-bottom: 3px solid white;
        }
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-0 .mt-90.mb-40 {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-0 {
            height: 750px;
        }
    }
    @media screen and (max-width: 550px) {
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .cover {
            background-size: auto calc(100vw * 1.5);
            height: calc(100vw * 1.363);
            margin-bottom: calc(-1 * (100vw * 1.363));
        }
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-0 {
            height: calc(100vw * 1.363);
        }
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-0 .eucerin-logo {
            width: calc(100vw * .4);
            height: auto;
        }
    }

    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-1,
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-3 {
        display: block;
        background: #F7F7F7; /* Old browsers */
        background: -moz-linear-gradient(top, #F7F7F7 0%, #FFFFFF 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #F7F7F7 0%,#FFFFFF 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #F7F7F7 0%,#FFFFFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-2 {
        background-image: url('https://www.jeban.com/spotlight-item/ultrasensitive-q10x/groupshot1@2x.png');
        background-position: center bottom -200px;
        background-repeat: no-repeat;
        background-size: auto 1100px;
        height: 520px;
    }
    .sec-2 .info-wrapper {
        border-right: 10px solid var(--main-color);
        margin-left: calc(-1 * ((100vw -720px) / 2));
        width: calc(55% + ((100vw -720px) / 2));
    }
    .sec-2 .info-wrapper .wrapper {
        width: 45%;
        margin-left: 55%;
    }
    .sec-2 ul {
        list-style-image: url('https://www.jeban.com/spotlight-item/ultrasensitive-q10x/bullet-checked.png');
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-3 {
        height: 120px;
        position: relative;
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-3 &gt; img {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";

        position: absolute;
        left: 50%;
        margin-left: -100px;
    }    
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-5,
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-7 {
        display: block;
        background: #FFFFFF; /* Old browsers */
        background: -moz-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #FFFFFF 0%,#F7F7F7 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #FFFFFF 0%,#F7F7F7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F7F7F7',GradientType=0 ); /* IE6-9 */
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-5 div[class^="col"] .item {
        border-bottom: 10px solid var(--sub-color);
        height: 100%;
    }
    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-5 div[class^="col"] .button-wrapper {
        position: absolute;
        bottom: 25px;
        width: 100%;
        left: 0;
    }

    .sec-5-footer {
        position: relative;
        height: 100px;
    }
    .sec-5-footer img {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -100px;
    }

    .sec-7 h2 {
        background-color:#DEDEDE;
        background-image:-moz-linear-gradient(left,#FFF,#DEDEDE,#FFF);
        background-image:-webkit-linear-gradient(left,#FFF,#DEDEDE,#FFF);
        background-image:-o-linear-gradient(left,#FFF,#DEDEDE,#FFF);
        background-image:-ms-linear-gradient(left,#FFF,#DEDEDE,#FFF);
        background-image:linear-gradient(left,#FFF,#DEDEDE,#FFF);
    }
    .sec-7 h4 {
        padding: .75rem;
        border: 1px solid var(--main-color);
    }

    .sec-8,
    .sec-8 h2.section-header span {
        background: #F7F7F7;
    }
    .sec-8 h2 a {
        font-weight: bold;
        color: var(--main-color);
    }

    @media screen and (min-width: 1480px) {
        .sec-2 .info-wrapper {
            margin-left: calc(-1 * (760px / 2));
            width: calc(55% + (760px / 2));
        }
    }
    @media screen and (max-width: 991px) {
        .full-width .container .wrapper {
            max-width: 580px;
        }
    }
    @media screen and (max-width: 581px) {
        .full-width .container .wrapper {
            max-width: 100vw;
        }
        .full-width &gt; .container &gt; .wrapper {
            padding-left: 1rem!important;
            padding-right: 1rem!important;
        }

        .sec-2 .info-wrapper {
            width: calc(80% + ((100vw -720px) / 2));
        }
        .sec-2 .info-wrapper .wrapper {
            width: 52%;
            margin-left: 48%;
        }
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-2 {
            background-size: auto calc(100vw * 1.65);
            background-position: center bottom calc(-1 * (100vw * .38));
            height: calc(100vw * 1);
        }
    }
    @media screen and (max-width: 410px) {
        .spotlight-item-view &gt; .container &gt; .wrapper &gt; .sec-2 {
            height: calc(100vw * 1.1);
        }
    }


    .spotlight-item-view &gt; .container &gt; .wrapper &gt; .cover .text-center h1 span {
        transform: scale(1, .8);
        padding: 0 8px;
    }



.text-higher {
    -webkit-transform: scale(1, 1.15);
    -ms-transform: scale(1, 1.15);
    -o-transform: scale(1, 1.15);
    transform: scale(1, 1.15);
}
.mt-90 {
    margin-top: 90px;
}
.mb-40 {
    margin-bottom: 40px;
}
.line-12 {
    line-height: 1.2;
}

h2.section-header {
    position: relative;
    z-index: 1;
    color: var(--main-color);

    margin-bottom: 5px;
}


h2.section-header:before {
    border-top: 2px solid var(--main-color);
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
h2.section-header span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #FFFFFF;
    padding: 0 15px;
}
.sec-1 h2.section-header span {
    background: #F7F7F7;
}

sup {
    color: var(--sub-color);
}

.item.day, 
.item.night,
.item.fluid,
.item.eye {
    position: relative;
}
.item.day img,
.item.night img {
    margin-bottom: -50px;
}
.item.day:before,
.item.night:before {
    background-size: cover;
    display: block;
    width: 120px; 
    height: 120px;
    content:"";
    position: absolute;
    right: 12%;
    top: 0;
}
@media screen and (min-width: 991px) {
    .item.day:before,
    .item.night:before {
        right: 15%;
        top: 3%;
    }
}
.item.day:before {
    background-image: url('https://www.jeban.com/spotlight-item/ultrasensitive-q10x/icon-Sun@2x.png');
}
.item.night:before {
    background-image: url('https://www.jeban.com/spotlight-item/ultrasensitive-q10x/icon-Moon@2x.png');
}
.item.fluid,
.item.eye {
    margin-top: 50px;
    padding-top: 50px!important;
}
.item.fluid:before,
.item.eye:before {
    background-size: cover;
    display: block;
    width: 90px; 
    height: 90px;
    content:"";
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -45px;
}
.item.fluid:before {
    background-image: url('https://www.jeban.com/spotlight-item/ultrasensitive-q10x/icon-girl@2x.png');
}
.item.eye:before {
    background-image: url('https://www.jeban.com/spotlight-item/ultrasensitive-q10x/icon-eye.png');
}</pre></body></html>