<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* within shadowDOM (no agt- prefix) */

html, body {
	height: 100%;
}

* html #page {
	height: 100%;
}

html, body {
	margin:0;
  	padding:0;
	height: 100%;
	min-height: 100%;
}

body{
  margin:0;
  padding:0;
  background-color: #FFFFFF;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/* used on simple modal */

a.modalCloseImg {
	background-image:url(../images/closeBtn.png);
	background-repeat: no-repeat;
	background-size:contain;
	width:48px;
	height:58px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	margin-top: 2px;
	margin-right: 2px;
}


/* used on both (with agt- prefix) */

.agt-vrp {
	margin-left: 100px;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: auto;
	width: 800px;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	position: relative;
}

.agt-ovr {
	width: 100%;
	padding-left: -5px;
	position: absolute;
}

.agt-center {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute; /*or fixed*/
  left: 50%;
  top: 50%;
  text-align: center;
}

/* used on parent document (with agt- prefix) */

.agt-btn {
	cursor: pointer;
}

#agt-previewSlider { 
	 width: 60%;
	 overflow: hidden;
	 position: fixed;
	 z-index: 12000 !important ;
   }
   @media screen and (max-width: 49px){
	 #agt-previewSlider{ 
	   width: 60%; 
	  z-index: 3000 !important ;
	 }
	 #agt-previewSlider img{ 
	   width: 100%; height: auto; 
	 }
   }


#agt-videoContainer {
	 position: fixed;
	 z-index: 10010 !important ;
	 width:100%;
	 height: 100%;
	 pointer-events: none;
}

.agt-overlay {
	 position: fixed;
	 z-index: 900 !important ;
	 width:100%;
	 height: 100%;
	 pointer-events:all;
}

#agt-videoPlayer {
	position: fixed;
	z-index: 15000 !important ;
	pointer-events:all;
}

.agt-close_btn {
	position:absolute;
	top:0;
	right:0;
	padding-top: 2px;
	padding-right: 2px;
	z-index:12001;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

#agt-videoPlayer:hover &gt; .agt-close_btn {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#agt-imageContainer {
	 position: fixed;
	 z-index: 15000 !important ;
	 width:100%;
	 height: 100%;
	 pointer-events: none;
}

#agt-imageDisp {
	position: fixed;
	z-index: 12000 !important ;
	pointer-events:all;
}

#agt-snsShare_dialog {
	text-align: center;
	width: 300px;
	position: relative;
}

.agt-toast{
	position: absolute;
	bottom: 5px;
	display: inline-block;
	background: rgba(0,0,0,0.6);
	color: #fff;
	border-radius: 4px;
	padding: 5px 9px;
	border: none;
	z-index: 20000;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	font-size:14px;
}

.agt-ifrm-container {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	height: inherit;
	position: relative;
}

.agt-ifrm {
	width:100%;
	height:100%;
	border:none;
	display:block;
}


.agt-sldBtn_l, .agt-sldBtn_r {
	position: relative;
}

.agt-sldBtn_r::before{
	position: absolute;
	top: 20px;
	bottom: 0;
	right: 0px;
	content: "";
		
	right: 15px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
	
.agt-sldBtn_l::before{
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 0px;
	content: "";
		
	left: 15px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.agt-popupBtn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	color: #33C900;
	display: inline-block;
	width: auto;
	padding: 10px 10px;
	border-radius: 3px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background: #FFF;
	border: 2px solid #33C900;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.agt-popupBtn:hover {
	background: #33C900;
	color: #FFF;
}

.agt-popupBtn:active {
	background: #2DB300;
	color: #33C900;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
}

.agt-popup_tmp2 td {
	vertical-align: top;
	width:50%
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.hsblink {
	animation: blink 1s step-end infinite;
	-webkit-animation: blink 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: blink 1s;
	-moz-animation-iteration-count: infinite;
	-o-animation: blink 1s;
	-o-animation-iteration-count: infinite;
}
</pre></body></html>