<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 Version: 1.0
 Author: GT3 Themes
 Website: https//gt3themes.com
 */

@charset "UTF-8";
/* Lato Font */
@font-face {
	font-family: 'latobold';
	src: url('font-lato/bold-webfont.woff2') format('woff2'),
	url('font-lato/bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoregular';
	src: url('font-lato/regular-webfont.woff2') format('woff2'),
	url('font-lato/regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.gt3pg_gallery_wrap,
.gt3pg_gallery_wrap .gt3pg_slides .gt3pg_slide .slide-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* Prevent artifacts in Mozilla Firefox: */
	-moz-backface-visibility: hidden;
}

.gt3pg_gallery_wrap .gt3pg_slides .gt3pg_slide .slide-content {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
}

.gt3pg_gallery_wrap {
	position: fixed;
	z-index: 999999;
	overflow: hidden;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	display: none;
	visibility: hidden;
	direction: ltr;
	-ms-touch-action: none;
	touch-action: none;
	max-width: 100vw;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.gt3pg_gallery_wrap-display {
	display: block;
	opacity: 1;
	visibility: visible;
}

.gt3pg_gallery_wrap .gt3pg_slides {
	position: relative;
	height: 80%;
	overflow: hidden;
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.gt3pg_gallery_wrap .gt3pg_slides .gt3pg_slide {
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.gt3pg_gallery_wrap,
.gt3pg_gallery_wrap .gt3pg_slides .gt3pg_slide .slide-content {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.gt3pg_gallery_wrap .gt3pg_slides .slide-loading {
	background: url(../image/loading.svg) center no-repeat;
	background-size: 64px 64px;
}

.gt3pg_gallery_wrap .gt3pg_slides .slide-loading .slide-content {
	opacity: 0;
}

.gt3pg_gallery_wrap .gt3pg_slides .slide-error {
	background: url(../image/error.png) center no-repeat;
}

.gt3pg_gallery_wrap .gt3pg_slides .slide-error .slide-content {
	display: none;
}

.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_next_wrap .gt3pg_next:before,
.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_prev_wrap .gt3pg_prev:before {
	content: '';
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	-webkit-transform: translateX(-50%) translateY(-25%);
	-moz-transform: translateX(-50%) translateY(-25%);
	-ms-transform: translateX(-50%) translateY(-25%);
	-o-transform: translateX(-50%) translateY(-25%);
	transform: translateX(-50%) translateY(-25%);
}

.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_prev_wrap .gt3pg_prev:before {
	-webkit-transform: translateX(-15px) translateY(-20px);
	-moz-transform: translateX(-15px) translateY(-20px);
	-ms-transform: translateX(-15px) translateY(-20px);
	-o-transform: translateX(-15px) translateY(-20px);
	transform: translateX(-15px) translateY(-20px);
	right: 0;
}

.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_prev_wrap .gt3pg_prev,
.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_next_wrap .gt3pg_next {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 26px;
	height: 40px;
	margin-top: -33px;
	opacity: 1;
	cursor: pointer;
	/*display: none;*/
	background-image: url("../image/gt3pb_sprite.png");
	background-position: -98px -5px;
	background-repeat: no-repeat;
	background-size: 150px 100px;
	outline: none;
	text-indent: -9999px;
	-webkit-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_next_wrap .gt3pg_next {
	left: auto;
	right: 20px;
	background-position: -124px -5px;
}

.gt3pg_gallery_wrap .gt3pg_next_wrap .gt3pg_next {
	margin-right: -65px;
	margin-top: 4px;
}

.gt3pg_gallery_wrap .gt3pg_prev_wrap .gt3pg_prev {
	margin-left: -65px;
	margin-top: 4px;
}

.gt3pg_gallery_wrap.gt3pg_fullscreen .gt3pg_prev_wrap .gt3pg_prev {
	left: 40px;
	margin-top: -33px;
	margin-left: 0px;
}

.gt3pg_gallery_wrap.gt3pg_fullscreen .gt3pg_next_wrap .gt3pg_next {
	left: auto;
	right: 40px;
	margin-top: -33px;
	margin-right: 0px;
}

.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_prev:hover,
.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_next:hover {
	opacity: 0.5;
}

.gt3pg_gallery_wrap .gt3pg_autoplay_button .gt3pg_play-pause {
	position: absolute;
	left: 12px;
	top: 10px;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	width: 0;
	height: 12px;
	border-color: transparent transparent transparent #fff;

	border-style: solid;
	border-width: 6px 0 6px 12px;
	z-index: 1;

	-webkit-transition: 100ms all ease;
	-moz-transition: 100ms all ease;
	-ms-transition: 100ms all ease;
	-o-transition: 100ms all ease;
	transition: 100ms all ease;
}

.gt3pg_gallery_wrap .gt3pg_slide_header .gt3pg_close:hover,
.gt3pg_gallery_wrap .title:hover,
.gt3pg_gallery_wrap .caption:hover,
.gt3pg_gallery_wrap .play-pause:hover {
	color: #fff;
	opacity: 1;
}

.gt3pg_wrap_controls .gt3pg_controls .gt3pg_prev,
.gt3pg_wrap_controls .gt3pg_controls .gt3pg_next,
.gt3pg_wrap_controls .gt3pg_slide_header .gt3pg_close,
.gt3pg_wrap_controls .title,
.gt3pg_wrap_controls .caption,
.gt3pg_wrap_controls .play-pause {
	display: block;
	margin: 0;
	/* Fix z-index issues (controls behind slide element) on Android: */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.gt3pg_wrap_single .gt3pg_prev,
.gt3pg_gallery_wrap-left .gt3pg_prev,
.gt3pg_wrap_single .gt3pg_next,
.gt3pg_gallery_wrap-right .gt3pg_next,
.gt3pg_wrap_single .play-pause {
	display: none !important;
}

.gt3pg_gallery_wrap .gt3pg_slides .gt3pg_slide .slide-content,
.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_prev,
.gt3pg_gallery_wrap .gt3pg_controls .gt3pg_next,
.gt3pg_gallery_wrap .gt3pg_slide_header .gt3pg_close,
.gt3pg_gallery_wrap .play-pause {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE&lt;9) */
body:last-child .gt3pg_gallery_wrap .gt3pg_slides .slide-error {
	background-image: url(../image/error.svg);
}

/* IE7 fixes */
* + html .gt3pg_gallery_wrap .gt3pg_slides .gt3pg_slide {
	min-height: 300px;
}

* + html .gt3pg_gallery_wrap .gt3pg_slides .gt3pg_slide .slide-content {
	position: relative;
}

@media screen and (max-width: 420px) {
	.gt3pg_gallery_wrap .gt3pg_slides .slide-loading {
		background-size: 54px 54px;
	}
}

.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	/* Prevent artifacts in Mozilla Firefox: */
	-moz-backface-visibility: hidden;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; .gt3pg_video_poster ,
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; iframe {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_playing &gt; iframe {
	top: 0;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; a {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -64px auto 0;
	width: 128px;
	height: 128px;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
	background-image: url("../image/video-play.png");
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: center center;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; a:hover {
	opacity: 0.8;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_playing &gt; .gt3pg_video_poster ,
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_playing &gt; a,
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_playing &gt; img {
	display: none;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; video {
	display: none;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_playing &gt; video {
	display: block;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_loading &gt; a {
	background: url(../image/loading.svg) center no-repeat;
	background-size: 64px 64px;
}

.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; .gt3pg_cover {
	background-size: cover;
}
.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; .gt3pg_contain {
	background-size: contain;
}


/* IE7 fixes */
*+html .gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content {
	height: 100%;
}
*+html .gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_content &gt; a {
	left: 50%;
	margin-left: -64px;
}

@media screen and (max-width: 420px) {
	.gt3pg_gallery_wrap &gt; .gt3pg_slides &gt; .gt3pg_slide &gt; .gt3pg_video_loading &gt; a {
		background-size: 54px 54px;
	}
}

/* -------------------------------------------- */
.gt3pg_gallery_wrap.gt3pg_gallery_wrap-display {
	display: flex !important;
}

.gt3pg_slide_header,
.gt3pg_slide_footer {
	background: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gt3pg_slide_header {
	height: 50px;
	margin-top: -50px;
}
.gt3pg_slide_header a {
	cursor: pointer;
	border: none;
	text-decoration: none;
}

.gt3pg_slide_header a:before,
.gt3pg_slide_header a {
	text-decoration: none;
	color: #777777;
}

.gt3pg_close {
	border: none;
	border-radius: 50%;
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	color: #fff;
	background: rgba(46,47,47, 1);
	cursor: pointer;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-ms-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}

.gt3pg_slide_header a:hover:before,
.gt3pg_slide_header a:hover {
	color: #ffffff;
}

.gt3pg_close_wrap {
	margin: auto 25px auto 17px;
}
.gt3pg_slide_footer {
	height: 70px;
	margin-bottom: -70px;
}

.gt3pg_wrap_controls .gt3pg_slide_header,
.gt3pg_wrap_controls .gt3pg_slide_footer {
	margin: 0;
}


.free-space {
	flex-grow: 1;
}

.gt3pg_title_wrap {
	padding-left: 25px;
}

.gt3pg_description {
	font-size: 14px;
	overflow: hidden;
	color: #777777;
}

.gt3pg_title {
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.gt3pg_caption_wrap {
	position: relative;
	height: 70px;
	width: 70px;
	margin-right: 10px;
}
.gt3pg_caption_wrap &gt; div {
	position: absolute;
}
.gt3pg_caption_current {
	font-size: 20px;
	color: #ffffff;
	right: 50%;
	top: 20px;
	line-height: 21px;
	font-family: 'latobold';
	font-weight: normal;
	margin-right: -3px;
}
.gt3pg_caption_delimiter {
	top: 50%;
	left: 50%;
	width: 20.8px;
	height: 1.5px;
	background: #787878;
	transform: rotate(-58deg);
	margin: 2px -1px 0 0;
}
.gt3pg_caption_all {
	top: 50%;
	left: 50%;
	font-size: 12px;
	line-height: 12px;
	font-family: 'latoregular';
	font-weight: normal;
	margin: 1px 0 0 13px;
	color: #787878;
}
.gt3pg_clip {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gt3pg_autoplay_wrap {
	position: relative;
	width: 62px;
	height: 70px;
}



.gt3pg_img_wrap {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}

.gt3pg_img_wrap img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	-ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	visibility: hidden !important;
	opacity: 0 !important;
}

.gt3pg_img_wrap.landscape img {
	height: 100%;
	width: auto;
	max-width: none;
}

.gt3pg_close:after {
	position: absolute;
	display: block;
	z-index: 5;
	left: 50%;
	top: 50%;
	width: 13px;
	height: 13px;
	background-image: url("../image/gt3pb_sprite.png");
	background-position: -81px 0;
	background-repeat: no-repeat;
	background-size: 150px 100px;
	content: '';
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.gt3pg_close:hover {
	background: rgba(46,47,47, 0.7);
}
.gt3pg_title_wrap .gt3pg_clip {
	margin: 0;
	padding: 0;
	font-family: 'latoregular';
	font-weight: normal;
	color: #777;
	line-height: 24px;
	font-size: 14px;
}
.gt3pg_title_wrap .gt3pg_title.gt3pg_clip {
	font-family: 'latobold';
	color: #fff;
	font-size: 18px;
}




.gt3pg_title_wrap {
	max-width: calc(100% - 650px);
}



/* Slider Media */

.gt3pg_width_900 .gt3pg_slide_footer .gt3pg_caption_wrap {
	margin-right: 8px;
}



.gt3pg_width_520 .gt3pg_controls {
	display: none;
	visibility: hidden;
}

.gt3pg_width_520 .gt3pg_title_wrap,
.gt3_gallery_type_slider.gt3pg_width_520 .gt3pg_title_wrap {
	max-width: 35% !important;
}

.gt3pg_version_lite .gt3pg_caption_wrap {
	margin-right: 17px;
}



@media screen and (max-width: 1024px) {
	.gt3pg_controls {
		display: none !important;
		visibility: hidden !important;
	}
	.gt3pg_version_lite .gt3pg_slide_header {
		height: 0;
		position: absolute;
	}
	.gt3pg_version_lite .gt3pg_slide_header .gt3pg_close_wrap {
		margin: 0;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 99999;
	}
	.gt3pg_version_lite .gt3pg_caption_wrap {
		margin-right: 8px;
	}
	.gt3pg_version_lite .gt3pg_title_wrap {
		padding-left: 15px;
	}
}

@media screen and (max-width: 900px) {
	.gt3pg_gallery_wrap .gt3pg_slide_footer .gt3pg_thumbnails {
		display: none;
	}
	.gt3pg_slide_footer .gt3pg_caption_wrap {
		margin-right: 8px;
	}
	.gt3pg_title_wrap {
		max-width: 50%;
	}
}

@media screen and (max-width: 520px) {
	.gt3pg_title_wrap .gt3pg_clip {
		line-height: 20px;
		font-size: 12px;
	}
	.gt3pg_title_wrap .gt3pg_title.gt3pg_clip {
		font-size: 14px;
	}
	.gt3pg_caption_all {
		font-size: 11px;
	}
	.gt3pg_caption_current {
		font-size: 16px;
		margin-right: -4px;
	}
}


.post-content-inner &gt; iframe {
	width: 100%;
	max-height: 640px;
	max-width: 1140px;
}


.gt3_gallery_type_slider {
	position: relative;
	z-index: auto;
	margin: 1em auto;
	box-shadow: 0 0 10px #000;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	max-width: 100vw;
}

</pre></body></html>