<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-weight: 400;
    text-shadow: none;
    font-family: 'Gotham-Bold';
}

.section {
    background-size: cover;
    background-position: center;
}

@font-face {
    font-family: 'GOTHAM-BOLD';
    src: url('../fonts/GOTHAM-BOLD.eot');
    src: url('../fonts/GOTHAM-BOLD.OTF') format('otf'), url('../fonts/GOTHAM-BOLD.ttf') format('truetype'), url('../fonts/GOTHAM-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GOTHAM-LIGHT';
    src: url('../fonts/GOTHAM-LIGHT.eot');
    src: url('../fonts/GOTHAM-LIGHT.OTF') format('otf'), url('../fonts/GOTHAM-LIGHT.ttf') format('truetype'), url('../fonts/GOTHAM-LIGHT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#section1 {
    background-image: url(../images/section1.jpg);
}

#section2 {
    background-image: url(../images/section2.jpg);
}
#section4 {
    background-image: url(../images/section2.jpg);
}
#section3 {
    background-image: url(../images/section3.jpg);
}


/* 	Section 1 	*/

.logo {
    background-image: url(../images/logo.png);
    width: 130px;
    height: 111px;
    position: absolute;
    top: 15px;
    left: 25px;
    background-size: 98%;
    display: block;
}

.play-video {
    background-image: url(../images/play-icon.png);
    width: 90px;
    height: 90px;
    z-index: 10;
    background-size: 98%;
    display: block;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 50px;
	cursor:pointer;
}


/*Video Play */

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;	
    opacity: 0.5;
}
#light {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 2;
    overflow: visible;
    max-width: 1000px;
    height: 550px;
    margin: auto;
	width:90%;
}
#boxclose {
	cursor: pointer;
	color: #fff;
	border: 2px solid #ffffff;
	background: #222222;
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 15px 7px;
	position: absolute;
	right: -32px;
	top: -41px;
	z-index: 1002;
	opacity: 0.9;
	border-radius: 50%;
}

.boxclose:before {
    content: "Ã—";
}

#fade:hover~#boxclose {
    display: none;
}

.test:hover~.test2 {
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
        width: 100%;
    height: 100%;
}


/*video play end css */


/*End of section 1*/


/*Polite*/

ul.our-polite-video.clearfix {
    display: flex;
    margin-top: 50px;
}
.mobile-sensor-info{
	color:#fff;
	text-align:center;
	font-family: 'GOTHAM-LIGHT';
	font-size: 20px;
	display:none;
}
.container-our-polite {
    max-width: 1180px;
    margin: auto;
    padding: 50px 0 50px 0;
}

.our-polite-video li {
    display: inline-block;
    width: 30%;
    margin: auto;
    padding: 8px;
	text-align:center;
	position:relative;	
}

.videoplayer {
        position: absolute;
    width: 100%;
    height: 88%;
    left: 0;
    right: 0;
    margin: auto;
    top: 3%;
}
.our-polite-video4 .sensory-media{
	left: 56%;
	position: absolute;
	top: 7px;
	width: 100%;
	text-align: center;
}
.our-polite-video6 .title-product:before,.our-polite-video7 .title-product:before,.our-polite-video8 .title-product:before{
	position: absolute;
	height: 10px;
	width: 1px;
	content: '';
	bottom: -19px;
	border-left: 1px solid #fff;
	left: 45%;
}
.our-polite-video4 .sensory-media:before{
	position: absolute;
	height: 10px;
	width: 100%;
	content: '';
	bottom: -19px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	left: 2%;
}
.our-polite-video4 .scroll-view{
	padding-top: 18px
}
.sensory-media,
.title-product {
    font-family: 'GOTHAM-BOLD';
    top: 23%;
    color: #fff;
	position:relative
}
.sensory-media-name {
    font-family: 'GOTHAM-light';
    color: #fff;
	display:block;
	    margin-bottom: 7%;
}
.sensory-media-p {
    font-family: 'GOTHAM-LIGHT';
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.mobile-screen{
	 background-image: url(../images/mobile.png);
    background-size: cover;
    background-size: 100%;
	 background-repeat: no-repeat;
	    position: absolute;
    width: 100%;
    height: 100%;
}
.mobile-img {
   
    max-width: 210px;
    position: relative;
    margin: auto;
   
}

.scroll-view {
    margin-top: 12%;
}

.mobile-img-pad {
    height: 0;
    display: block;
    padding-top: 215%;
}

.our-polite-links {
    display: none;
}

.our-polite-links li.our-polite-active {
    border-bottom: 1px #f9fb27 solid;
}

.color9,
.our-polite-links li.our-polite-active {
    color: #f9fb27;
}

.our-polite-links li {
    font-size: 16px;
    line-height: 16px;
    color:rgba(255, 255, 255, 0.5);
    margin: 10px 5px;
    display: inline-block;
	position:relative;
}


/*Polite*/


/* Section 3 */

.contact-title1 {
    color: #fff;
    font-size: 52px;
    font-family: 'Gotham-Bold';
    text-align: center;
}

.contact-title2 {
    color: #fff;
    font-size: 35px;
    padding-bottom: 30px;
    font-family: 'Gotham-Bold';
    text-align: center;
}

.cm-contact-email {
    color: #fff;
    font-family: 'Gotham-light';
    font-size: 25px;
    margin: 20px auto 20px auto;
    text-align: center;
}

.cm-contact-email a {
    max-width: 250px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
    width: 100%;
    outline: 0;
}

.cm-contact-email a {
    background-image: url(../images/hello-email.png);
}

.cm-social-media {
    max-width: 300px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    margin: auto;
    color: #fff;
    font-family: 'Gotham-light';
}

.cm-social-media a {
    width: 25px;
    height: 31px;
    margin: 14px 3px 8px 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-size: 30px;
    outline: 0;
}

.cm-facebook {
    background-image: url(../images/fb.png);
}

.cm-twitter {
    background-image: url(../images/tw.png);
}

.cm-linkedIn {
    background-image: url(../images/in.png);
}

.cm-instagram {
    background-image: url(../images/instagram.png);
}
.cm-youtube {
    background-image: url(../images/youtube.png);
}
.aff-inc-hand{
	    position: absolute;
    width: 32px;
    height: 47px;
    bottom: -540%;
    left: -225%;
    opacity: 0;
    animation: hand 4s 2s linear infinite;
    -webkit-animation: hand 4s 2s linear infinite;
    background-image: url(../images/hand.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.aff-inc-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -15px;
    opacity: 0;
    border: 4px rgba(255,255,255,0.5) solid;
    -webkit-animation: circle 4.2s linear infinite;
    animation: circle 4.2s linear infinite;
}
@-webkit-keyframes hand {
    0% {
        bottom: -540%;
		left: -225%;
		opacity: 0;
    }

    50% {
       bottom: -215%;
		left: 0;
		opacity: 1.0;
    }

    100% {
       bottom: -215%;
		left: 0;
		opacity: 1.0;
    }
}

@keyframes hand {
    0% {
        bottom: -540%;
		left: -225%;
		opacity: 0;
    }

    50% {
       bottom: -215%;
		left: 0;
		opacity: 1.0;
    }

    100% {
       bottom: -215%;
		left: 0;
		opacity: 1.0;
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3, 0.3);
        transform: scale(0.3, 0.3)
    }

    15% {
        opacity: 1;
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes circle {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3, 0.3);
        transform: scale(0.3, 0.3)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }

    20% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
/*End of section 3*/


/*Media */


/* Portrait and Landscape */
@media (max-width:1200px){
	.container-our-polite {max-width: 1000px;}

}
@media only screen and (max-width: 768px) {
	.contact-title1{font-size:36px;}
	.play-video{width:50px;height:50px;}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.our-polite-links li{
		margin: 4px 3px 6px 3px !important;
	}
	.cm-contact-email{
		    margin: 0px auto 20px auto;
	}
	
    /* Styles */
    .logo {
        margin: auto;
        left: 0px;
        right: 0px;
    }
    .intro {
        font-size: 20px;
        margin-top: 30px;
    }
    .play-video {
        margin-top: 10px;
        width: 60px;
        height: 60px;
    }
    video#VisaChipCardVideo {
        width: 100%;
        ;
    }
    /*Section 2 */
	.mobile-sensor-info{
		display:block;
	}
    .our-polite-links {
        display: block;
        text-align: center;
    }
    .our-polite-formats ul li .mobile-img {
        width: 90%;
    }
    .our-polite-video li:first-child {
        display: block;
        width: 55%;
    }
    .our-polite-video li {
        display: none;
        width: 55%;
    }
    .sensory-media,
    .title-product {
        display: none;
    }
    .intro {
        text-align: center;
        font-size: 38px;
        margin-top: 60px;
    }
    .contact-title1 {
        text-align: center;
        font-size: 30px;
        padding: 0 15px 15px 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#fp-nav{display:none;}
    /* Styles */
    .logo {
        margin: auto;
        left: 0px;
        right: 0px;
    }
    .intro {
        font-size: 20px;
        margin-top: 30px;
    }
    .play-video {
        margin-top: 10px;
        width: 60px;
        height: 60px;
    }
    video#VisaChipCardVideo {
        width: 100%;
    }
    /*Section 2 */
   
   
    iframe {
        width: 700;
        height: 400px;
    }
    .intro {
        text-align: center;
        font-size: 63px;
        margin-top: 60px;
    }
    .contact-title1 {
        text-align: center;
        font-size: 60px;
        padding-bottom: 15px;
    }
}
@media (max-width:990px) {
	.our-polite-video4 .sensory-media:before,.our-polite-video6 .title-product:before,.our-polite-video7 .title-product:before,.our-polite-video8 .title-product:before{
		display:none;
	}
	.sensory-media-name{
		display:none;
	}
	#light {max-width: 700px;height: 400px;}
	.our-polite-video4 .scroll-view{padding-top:0;}
	ul.our-polite-video.clearfix {
		margin-top:0;
	}
	#fp-nav{display:none;}
	 .sensory-media,
    .title-product {
        display: none;
    }
   
	 .our-polite-links {
        display: block;
        text-align: center;
    }
    .our-polite-formats ul li .mobile-img {
        width: 90%;
    }
    .our-polite-video li:first-child {
        display: block;
        width: 55%;
    }
    .our-polite-video li {
        display: none;
        width: 55%;
    }
	 .our-polite-links li {
        font-size: 15px;
		    margin: 4px 5px 10px 5px;
    }
	.scroll-view{
		margin-top:0;
	}
	.container-our-polite{
		padding: 20px 0 20px 0;
	}
	
}
@media (max-width:415px) {
	#light {
		max-width: 352px;
		height: 175px;
		width: 81%;
	}
}
@media (max-width:370px) {
	.our-polite-links li{font-size: 13px;}
}
@media (max-width:767px){
	#light{
		max-width: 500px;
		height: 220px;
	}
}
@media (max-width:320px) {
	#light {
		max-width: 310px;
		height: 175px;
		width: 81%;
	}
	.our-polite-links li {
		font-size: 12px;margin: 4px 1px 6px 1px !important;
	}
}

@media (max-height:550px) {
	.our-polite-video li{width: 52% !important;}
}</pre></body></html>