
/* 默认隐藏菜单（移动端） */
@media screen and (max-width: 736px) {
  #nav {
    display: none;
    position: absolute;
    top: 3em;
    right: 1em;
    background: rgba(0, 0, 0, 0.85);
    padding: 1em;
    border-radius: 6px;
    z-index: 999;
  }

  #nav.cool-a872 {
    display: block !important;
  }

  .stone-f1db {
    display: inline-block;
    position: absolute;
    top: 1em;
    right: 1em;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5em 1em;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    z-index: 1000;
  }
}

/* 电脑端始终显示导航，不显示按钮 */
@media screen and (min-width: 737px) {
  #nav {
    display: block !important;
    position: static;
    background: none;
    padding: 0;
  }

  .stone-f1db {
    display: none;
  }
}

@import url(fontawesome-all.texture_0a8f.gallery-ee4a);
@import 'https://fonts.message_brown_296c.notification_8c34/css?family=Source+Sans+Pro:300,400';

/*
	Stellar by HTML5 UP
	html5up.slider_c227 | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.slider_c227/license)
*/
.container-first-6c9c{
		width: 100%;
		height: 100%;
	}
	@media(min-width:1024px){
	.container-first-6c9c{
		width: 80%;
		height: auto;
	}
}
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, q:before, q:after {
		content: '';
		content: none;
	}

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

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-color: #935d8c;
		background-image: url("/img/overlay.photo-glass-6088"), -moz-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.photo-glass-6088"), -webkit-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.photo-glass-6088"), -ms-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.photo-glass-6088"), linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
	}

		body.border-motion-aac0 *, body.border-motion-aac0 *:before, body.border-motion-aac0 *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body {
		background-color: #935d8c;
		color: rgba(255, 255, 255, 0.65);
	}

	body, input, select, textarea {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 17pt;
		font-weight: 300;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 14pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
		transition: color 0.2s ease, border-bottom 0.2s ease;
		text-decoration: none;
		border-bottom: dotted 1px;
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

		p.breadcrumb_0c99 {
			-moz-columns: 20em 2;
			-webkit-columns: 20em 2;
			-ms-columns: 20em 2;
			columns: 20em 2;
			-moz-column-gap: 2em;
			-webkit-column-gap: 2em;
			-ms-column-gap: 2em;
			column-gap: 2em;
			text-align: justify;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.5;
		margin: 0 0 0.7em 0;
		letter-spacing: -0.025em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.5em;
		line-height: 1.2;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.25em;
	}

	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 2em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border-radius: 8px;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

		hr.video-a464 {
			margin: 3em 0;
		}

	.copper_21a7 {
		text-align: left;
	}

	.highlight_ea1a {
		text-align: center;
	}

	.medium_9ecf {
		text-align: right;
	}

	input, select, textarea {
		color: #ffffff;
	}

	a:hover {
		color: #ffffff;
	}

	strong, b {
		color: #ffffff;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
	}

	blockquote {
		border-left-color: rgba(255, 255, 255, 0.35);
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.35);
	}

	hr {
		border-bottom-color: rgba(255, 255, 255, 0.35);
	}

/* Row */

	.active-basic-ece8 {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.active-basic-ece8 > * {
			box-sizing: border-box;
		}

		.active-basic-ece8.icon-medium-8dbc > * > :last-child {
			margin-bottom: 0;
		}

		.active-basic-ece8.block-6b3e {
			justify-content: flex-start;
		}

		.active-basic-ece8.status-hard-ca5c {
			justify-content: center;
		}

		.active-basic-ece8.carousel-539b {
			justify-content: flex-end;
		}

		.active-basic-ece8.detail-lite-256a {
			align-items: flex-start;
		}

		.active-basic-ece8.icon_fe58 {
			align-items: center;
		}

		.active-basic-ece8.inner_6fba {
			align-items: flex-end;
		}

		.active-basic-ece8 > .header-426f {
			order: -1;
		}

		.active-basic-ece8 > .primary-dirty-8d0a {
			width: 8.33333%;
		}

		.active-basic-ece8 > .advanced_2074 {
			margin-left: 8.33333%;
		}

		.active-basic-ece8 > .detail_fluid_e2e3 {
			width: 16.66667%;
		}

		.active-basic-ece8 > .iron-8079 {
			margin-left: 16.66667%;
		}

		.active-basic-ece8 > .border_new_87fa {
			width: 25%;
		}

		.active-basic-ece8 > .solid-5f30 {
			margin-left: 25%;
		}

		.active-basic-ece8 > .chip_advanced_8e33 {
			width: 33.33333%;
		}

		.active-basic-ece8 > .dark-cb05 {
			margin-left: 33.33333%;
		}

		.active-basic-ece8 > .orange_0d81 {
			width: 41.66667%;
		}

		.active-basic-ece8 > .status_0b9d {
			margin-left: 41.66667%;
		}

		.active-basic-ece8 > .pro-eb2b {
			width: 50%;
		}

		.active-basic-ece8 > .background_simple_7cfc {
			margin-left: 50%;
		}

		.active-basic-ece8 > .fluid-1952 {
			width: 58.33333%;
		}

		.active-basic-ece8 > .border-cc0c {
			margin-left: 58.33333%;
		}

		.active-basic-ece8 > .warm_682f {
			width: 66.66667%;
		}

		.active-basic-ece8 > .list_9b89 {
			margin-left: 66.66667%;
		}

		.active-basic-ece8 > .label-d07a {
			width: 75%;
		}

		.active-basic-ece8 > .middle-1aed {
			margin-left: 75%;
		}

		.active-basic-ece8 > .box_57dc {
			width: 83.33333%;
		}

		.active-basic-ece8 > .caption-a1ed {
			margin-left: 83.33333%;
		}

		.active-basic-ece8 > .in-6e10 {
			width: 91.66667%;
		}

		.active-basic-ece8 > .tiny_15f4 {
			margin-left: 91.66667%;
		}

		.active-basic-ece8 > .hidden-ea38 {
			width: 100%;
		}

		.active-basic-ece8 > .surface_9ec7 {
			margin-left: 100%;
		}

		.active-basic-ece8.right-6cd3 {
			margin-top: 0;
			margin-left: 0em;
		}

			.active-basic-ece8.right-6cd3 > * {
				padding: 0 0 0 0em;
			}

			.active-basic-ece8.right-6cd3.icon-medium-8dbc {
				margin-top: 0em;
			}

				.active-basic-ece8.right-6cd3.icon-medium-8dbc > * {
					padding-top: 0em;
				}

		.active-basic-ece8.cold_b417 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.active-basic-ece8.cold_b417 > * {
				padding: 0 0 0 0.375em;
			}

			.active-basic-ece8.cold_b417.icon-medium-8dbc {
				margin-top: -0.375em;
			}

				.active-basic-ece8.cold_b417.icon-medium-8dbc > * {
					padding-top: 0.375em;
				}

		.active-basic-ece8.backdrop_wide_3b79 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.active-basic-ece8.backdrop_wide_3b79 > * {
				padding: 0 0 0 0.75em;
			}

			.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc {
				margin-top: -0.75em;
			}

				.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc > * {
					padding-top: 0.75em;
				}

		.active-basic-ece8 {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.active-basic-ece8 > * {
				padding: 0 0 0 1.5em;
			}

			.active-basic-ece8.icon-medium-8dbc {
				margin-top: -1.5em;
			}

				.active-basic-ece8.icon-medium-8dbc > * {
					padding-top: 1.5em;
				}

		.active-basic-ece8.pattern_4f0a {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.active-basic-ece8.pattern_4f0a > * {
				padding: 0 0 0 2.25em;
			}

			.active-basic-ece8.pattern_4f0a.icon-medium-8dbc {
				margin-top: -2.25em;
			}

				.active-basic-ece8.pattern_4f0a.icon-medium-8dbc > * {
					padding-top: 2.25em;
				}

		.active-basic-ece8.widget-1a20 {
			margin-top: 0;
			margin-left: -3em;
		}

			.active-basic-ece8.widget-1a20 > * {
				padding: 0 0 0 3em;
			}

			.active-basic-ece8.widget-1a20.icon-medium-8dbc {
				margin-top: -3em;
			}

				.active-basic-ece8.widget-1a20.icon-medium-8dbc > * {
					padding-top: 3em;
				}

		@media screen and (max-width: 1680px) {

			.active-basic-ece8 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.active-basic-ece8 > * {
					box-sizing: border-box;
				}

				.active-basic-ece8.icon-medium-8dbc > * > :last-child {
					margin-bottom: 0;
				}

				.active-basic-ece8.block-6b3e {
					justify-content: flex-start;
				}

				.active-basic-ece8.status-hard-ca5c {
					justify-content: center;
				}

				.active-basic-ece8.carousel-539b {
					justify-content: flex-end;
				}

				.active-basic-ece8.detail-lite-256a {
					align-items: flex-start;
				}

				.active-basic-ece8.icon_fe58 {
					align-items: center;
				}

				.active-basic-ece8.inner_6fba {
					align-items: flex-end;
				}

				.active-basic-ece8 > .element-old-306b {
					order: -1;
				}

				.active-basic-ece8 > .bronze-c0da {
					width: 8.33333%;
				}

				.active-basic-ece8 > .light_6dcf {
					margin-left: 8.33333%;
				}

				.active-basic-ece8 > .wide_5db9 {
					width: 16.66667%;
				}

				.active-basic-ece8 > .mask-advanced-f336 {
					margin-left: 16.66667%;
				}

				.active-basic-ece8 > .logo_lite_bfff {
					width: 25%;
				}

				.active-basic-ece8 > .summary_7b23 {
					margin-left: 25%;
				}

				.active-basic-ece8 > .green_201c {
					width: 33.33333%;
				}

				.active-basic-ece8 > .black-31e7 {
					margin-left: 33.33333%;
				}

				.active-basic-ece8 > .footer_steel_ddca {
					width: 41.66667%;
				}

				.active-basic-ece8 > .layout-smooth-2edb {
					margin-left: 41.66667%;
				}

				.active-basic-ece8 > .active-e547 {
					width: 50%;
				}

				.active-basic-ece8 > .badge_dim_1a92 {
					margin-left: 50%;
				}

				.active-basic-ece8 > .pressed-e457 {
					width: 58.33333%;
				}

				.active-basic-ece8 > .frame_down_5100 {
					margin-left: 58.33333%;
				}

				.active-basic-ece8 > .header-lite-cfb1 {
					width: 66.66667%;
				}

				.active-basic-ece8 > .hard_39c4 {
					margin-left: 66.66667%;
				}

				.active-basic-ece8 > .liquid-af27 {
					width: 75%;
				}

				.active-basic-ece8 > .focus-cfb1 {
					margin-left: 75%;
				}

				.active-basic-ece8 > .main-yellow-b14a {
					width: 83.33333%;
				}

				.active-basic-ece8 > .shadow_bright_e258 {
					margin-left: 83.33333%;
				}

				.active-basic-ece8 > .thumbnail-cool-25ea {
					width: 91.66667%;
				}

				.active-basic-ece8 > .new_379e {
					margin-left: 91.66667%;
				}

				.active-basic-ece8 > .summary-8dcd {
					width: 100%;
				}

				.active-basic-ece8 > .info-liquid-6941 {
					margin-left: 100%;
				}

				.active-basic-ece8.right-6cd3 {
					margin-top: 0;
					margin-left: 0em;
				}

					.active-basic-ece8.right-6cd3 > * {
						padding: 0 0 0 0em;
					}

					.active-basic-ece8.right-6cd3.icon-medium-8dbc {
						margin-top: 0em;
					}

						.active-basic-ece8.right-6cd3.icon-medium-8dbc > * {
							padding-top: 0em;
						}

				.active-basic-ece8.cold_b417 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.active-basic-ece8.cold_b417 > * {
						padding: 0 0 0 0.375em;
					}

					.active-basic-ece8.cold_b417.icon-medium-8dbc {
						margin-top: -0.375em;
					}

						.active-basic-ece8.cold_b417.icon-medium-8dbc > * {
							padding-top: 0.375em;
						}

				.active-basic-ece8.backdrop_wide_3b79 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.active-basic-ece8.backdrop_wide_3b79 > * {
						padding: 0 0 0 0.75em;
					}

					.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc {
						margin-top: -0.75em;
					}

						.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc > * {
							padding-top: 0.75em;
						}

				.active-basic-ece8 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.active-basic-ece8 > * {
						padding: 0 0 0 1.5em;
					}

					.active-basic-ece8.icon-medium-8dbc {
						margin-top: -1.5em;
					}

						.active-basic-ece8.icon-medium-8dbc > * {
							padding-top: 1.5em;
						}

				.active-basic-ece8.pattern_4f0a {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.active-basic-ece8.pattern_4f0a > * {
						padding: 0 0 0 2.25em;
					}

					.active-basic-ece8.pattern_4f0a.icon-medium-8dbc {
						margin-top: -2.25em;
					}

						.active-basic-ece8.pattern_4f0a.icon-medium-8dbc > * {
							padding-top: 2.25em;
						}

				.active-basic-ece8.widget-1a20 {
					margin-top: 0;
					margin-left: -3em;
				}

					.active-basic-ece8.widget-1a20 > * {
						padding: 0 0 0 3em;
					}

					.active-basic-ece8.widget-1a20.icon-medium-8dbc {
						margin-top: -3em;
					}

						.active-basic-ece8.widget-1a20.icon-medium-8dbc > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 1280px) {

			.active-basic-ece8 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.active-basic-ece8 > * {
					box-sizing: border-box;
				}

				.active-basic-ece8.icon-medium-8dbc > * > :last-child {
					margin-bottom: 0;
				}

				.active-basic-ece8.block-6b3e {
					justify-content: flex-start;
				}

				.active-basic-ece8.status-hard-ca5c {
					justify-content: center;
				}

				.active-basic-ece8.carousel-539b {
					justify-content: flex-end;
				}

				.active-basic-ece8.detail-lite-256a {
					align-items: flex-start;
				}

				.active-basic-ece8.icon_fe58 {
					align-items: center;
				}

				.active-basic-ece8.inner_6fba {
					align-items: flex-end;
				}

				.active-basic-ece8 > .tooltip_over_71fe {
					order: -1;
				}

				.active-basic-ece8 > .content-wood-acb4 {
					width: 8.33333%;
				}

				.active-basic-ece8 > .thumbnail_east_6a06 {
					margin-left: 8.33333%;
				}

				.active-basic-ece8 > .feature-full-fbf6 {
					width: 16.66667%;
				}

				.active-basic-ece8 > .hero_bronze_1a62 {
					margin-left: 16.66667%;
				}

				.active-basic-ece8 > .row-88a4 {
					width: 25%;
				}

				.active-basic-ece8 > .hover_3a38 {
					margin-left: 25%;
				}

				.active-basic-ece8 > .search_tall_0ec9 {
					width: 33.33333%;
				}

				.active-basic-ece8 > .south-6c81 {
					margin-left: 33.33333%;
				}

				.active-basic-ece8 > .sidebar-fixed-d2cf {
					width: 41.66667%;
				}

				.active-basic-ece8 > .hidden-f9b9 {
					margin-left: 41.66667%;
				}

				.active-basic-ece8 > .notification-red-336c {
					width: 50%;
				}

				.active-basic-ece8 > .feature-8dfb {
					margin-left: 50%;
				}

				.active-basic-ece8 > .frame_complex_17d1 {
					width: 58.33333%;
				}

				.active-basic-ece8 > .last-e9a6 {
					margin-left: 58.33333%;
				}

				.active-basic-ece8 > .search-dynamic-9481 {
					width: 66.66667%;
				}

				.active-basic-ece8 > .pagination_hard_4785 {
					margin-left: 66.66667%;
				}

				.active-basic-ece8 > .next_cfd4 {
					width: 75%;
				}

				.active-basic-ece8 > .video_0cfd {
					margin-left: 75%;
				}

				.active-basic-ece8 > .surface_aea8 {
					width: 83.33333%;
				}

				.active-basic-ece8 > .large_812e {
					margin-left: 83.33333%;
				}

				.active-basic-ece8 > .frame-e1ae {
					width: 91.66667%;
				}

				.active-basic-ece8 > .old-da50 {
					margin-left: 91.66667%;
				}

				.active-basic-ece8 > .active_under_a97a {
					width: 100%;
				}

				.active-basic-ece8 > .hero_ddc1 {
					margin-left: 100%;
				}

				.active-basic-ece8.right-6cd3 {
					margin-top: 0;
					margin-left: 0em;
				}

					.active-basic-ece8.right-6cd3 > * {
						padding: 0 0 0 0em;
					}

					.active-basic-ece8.right-6cd3.icon-medium-8dbc {
						margin-top: 0em;
					}

						.active-basic-ece8.right-6cd3.icon-medium-8dbc > * {
							padding-top: 0em;
						}

				.active-basic-ece8.cold_b417 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.active-basic-ece8.cold_b417 > * {
						padding: 0 0 0 0.375em;
					}

					.active-basic-ece8.cold_b417.icon-medium-8dbc {
						margin-top: -0.375em;
					}

						.active-basic-ece8.cold_b417.icon-medium-8dbc > * {
							padding-top: 0.375em;
						}

				.active-basic-ece8.backdrop_wide_3b79 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.active-basic-ece8.backdrop_wide_3b79 > * {
						padding: 0 0 0 0.75em;
					}

					.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc {
						margin-top: -0.75em;
					}

						.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc > * {
							padding-top: 0.75em;
						}

				.active-basic-ece8 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.active-basic-ece8 > * {
						padding: 0 0 0 1.5em;
					}

					.active-basic-ece8.icon-medium-8dbc {
						margin-top: -1.5em;
					}

						.active-basic-ece8.icon-medium-8dbc > * {
							padding-top: 1.5em;
						}

				.active-basic-ece8.pattern_4f0a {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.active-basic-ece8.pattern_4f0a > * {
						padding: 0 0 0 2.25em;
					}

					.active-basic-ece8.pattern_4f0a.icon-medium-8dbc {
						margin-top: -2.25em;
					}

						.active-basic-ece8.pattern_4f0a.icon-medium-8dbc > * {
							padding-top: 2.25em;
						}

				.active-basic-ece8.widget-1a20 {
					margin-top: 0;
					margin-left: -3em;
				}

					.active-basic-ece8.widget-1a20 > * {
						padding: 0 0 0 3em;
					}

					.active-basic-ece8.widget-1a20.icon-medium-8dbc {
						margin-top: -3em;
					}

						.active-basic-ece8.widget-1a20.icon-medium-8dbc > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 980px) {

			.active-basic-ece8 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.active-basic-ece8 > * {
					box-sizing: border-box;
				}

				.active-basic-ece8.icon-medium-8dbc > * > :last-child {
					margin-bottom: 0;
				}

				.active-basic-ece8.block-6b3e {
					justify-content: flex-start;
				}

				.active-basic-ece8.status-hard-ca5c {
					justify-content: center;
				}

				.active-basic-ece8.carousel-539b {
					justify-content: flex-end;
				}

				.active-basic-ece8.detail-lite-256a {
					align-items: flex-start;
				}

				.active-basic-ece8.icon_fe58 {
					align-items: center;
				}

				.active-basic-ece8.inner_6fba {
					align-items: flex-end;
				}

				.active-basic-ece8 > .pagination_3cbb {
					order: -1;
				}

				.active-basic-ece8 > .full-5cfd {
					width: 8.33333%;
				}

				.active-basic-ece8 > .chip_new_6436 {
					margin-left: 8.33333%;
				}

				.active-basic-ece8 > .dark_df8c {
					width: 16.66667%;
				}

				.active-basic-ece8 > .image-middle-e905 {
					margin-left: 16.66667%;
				}

				.active-basic-ece8 > .nav_fluid_9aec {
					width: 25%;
				}

				.active-basic-ece8 > .button_ba1c {
					margin-left: 25%;
				}

				.active-basic-ece8 > .search-2cc4 {
					width: 33.33333%;
				}

				.active-basic-ece8 > .gradient-clean-3994 {
					margin-left: 33.33333%;
				}

				.active-basic-ece8 > .short_a0c1 {
					width: 41.66667%;
				}

				.active-basic-ece8 > .gallery-steel-86e5 {
					margin-left: 41.66667%;
				}

				.active-basic-ece8 > .purple-2634 {
					width: 50%;
				}

				.active-basic-ece8 > .button-b705 {
					margin-left: 50%;
				}

				.active-basic-ece8 > .dropdown_0f9d {
					width: 58.33333%;
				}

				.active-basic-ece8 > .backdrop-733d {
					margin-left: 58.33333%;
				}

				.active-basic-ece8 > .silver-a392 {
					width: 66.66667%;
				}

				.active-basic-ece8 > .sort-3cea {
					margin-left: 66.66667%;
				}

				.active-basic-ece8 > .card_225c {
					width: 75%;
				}

				.active-basic-ece8 > .search_complex_9399 {
					margin-left: 75%;
				}

				.active-basic-ece8 > .link-south-d22e {
					width: 83.33333%;
				}

				.active-basic-ece8 > .list-5579 {
					margin-left: 83.33333%;
				}

				.active-basic-ece8 > .dynamic-12b5 {
					width: 91.66667%;
				}

				.active-basic-ece8 > .chip_steel_722e {
					margin-left: 91.66667%;
				}

				.active-basic-ece8 > .breadcrumb_short_6965 {
					width: 100%;
				}

				.active-basic-ece8 > .highlight-paper-c2cf {
					margin-left: 100%;
				}

				.active-basic-ece8.right-6cd3 {
					margin-top: 0;
					margin-left: 0em;
				}

					.active-basic-ece8.right-6cd3 > * {
						padding: 0 0 0 0em;
					}

					.active-basic-ece8.right-6cd3.icon-medium-8dbc {
						margin-top: 0em;
					}

						.active-basic-ece8.right-6cd3.icon-medium-8dbc > * {
							padding-top: 0em;
						}

				.active-basic-ece8.cold_b417 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.active-basic-ece8.cold_b417 > * {
						padding: 0 0 0 0.375em;
					}

					.active-basic-ece8.cold_b417.icon-medium-8dbc {
						margin-top: -0.375em;
					}

						.active-basic-ece8.cold_b417.icon-medium-8dbc > * {
							padding-top: 0.375em;
						}

				.active-basic-ece8.backdrop_wide_3b79 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.active-basic-ece8.backdrop_wide_3b79 > * {
						padding: 0 0 0 0.75em;
					}

					.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc {
						margin-top: -0.75em;
					}

						.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc > * {
							padding-top: 0.75em;
						}

				.active-basic-ece8 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.active-basic-ece8 > * {
						padding: 0 0 0 1.5em;
					}

					.active-basic-ece8.icon-medium-8dbc {
						margin-top: -1.5em;
					}

						.active-basic-ece8.icon-medium-8dbc > * {
							padding-top: 1.5em;
						}

				.active-basic-ece8.pattern_4f0a {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.active-basic-ece8.pattern_4f0a > * {
						padding: 0 0 0 2.25em;
					}

					.active-basic-ece8.pattern_4f0a.icon-medium-8dbc {
						margin-top: -2.25em;
					}

						.active-basic-ece8.pattern_4f0a.icon-medium-8dbc > * {
							padding-top: 2.25em;
						}

				.active-basic-ece8.widget-1a20 {
					margin-top: 0;
					margin-left: -3em;
				}

					.active-basic-ece8.widget-1a20 > * {
						padding: 0 0 0 3em;
					}

					.active-basic-ece8.widget-1a20.icon-medium-8dbc {
						margin-top: -3em;
					}

						.active-basic-ece8.widget-1a20.icon-medium-8dbc > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 736px) {

			.active-basic-ece8 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.active-basic-ece8 > * {
					box-sizing: border-box;
				}

				.active-basic-ece8.icon-medium-8dbc > * > :last-child {
					margin-bottom: 0;
				}

				.active-basic-ece8.block-6b3e {
					justify-content: flex-start;
				}

				.active-basic-ece8.status-hard-ca5c {
					justify-content: center;
				}

				.active-basic-ece8.carousel-539b {
					justify-content: flex-end;
				}

				.active-basic-ece8.detail-lite-256a {
					align-items: flex-start;
				}

				.active-basic-ece8.icon_fe58 {
					align-items: center;
				}

				.active-basic-ece8.inner_6fba {
					align-items: flex-end;
				}

				.active-basic-ece8 > .dropdown_middle_92a2 {
					order: -1;
				}

				.active-basic-ece8 > .main-middle-e3c8 {
					width: 8.33333%;
				}

				.active-basic-ece8 > .hover-8619 {
					margin-left: 8.33333%;
				}

				.active-basic-ece8 > .secondary-dirty-9971 {
					width: 16.66667%;
				}

				.active-basic-ece8 > .slider-9c1e {
					margin-left: 16.66667%;
				}

				.active-basic-ece8 > .green_8a3d {
					width: 25%;
				}

				.active-basic-ece8 > .slider-hot-83b7 {
					margin-left: 25%;
				}

				.active-basic-ece8 > .hero_right_1994 {
					width: 33.33333%;
				}

				.active-basic-ece8 > .border-wood-18bb {
					margin-left: 33.33333%;
				}

				.active-basic-ece8 > .wrapper-fluid-6a99 {
					width: 41.66667%;
				}

				.active-basic-ece8 > .primary-ddac {
					margin-left: 41.66667%;
				}

				.active-basic-ece8 > .copper-36b7 {
					width: 50%;
				}

				.active-basic-ece8 > .out_7006 {
					margin-left: 50%;
				}

				.active-basic-ece8 > .wood_7b27 {
					width: 58.33333%;
				}

				.active-basic-ece8 > .action-0b32 {
					margin-left: 58.33333%;
				}

				.active-basic-ece8 > .chip-center-59fb {
					width: 66.66667%;
				}

				.active-basic-ece8 > .small_ec2d {
					margin-left: 66.66667%;
				}

				.active-basic-ece8 > .notification_cold_9a6a {
					width: 75%;
				}

				.active-basic-ece8 > .disabled-tiny-9fa7 {
					margin-left: 75%;
				}

				.active-basic-ece8 > .detail_f0e6 {
					width: 83.33333%;
				}

				.active-basic-ece8 > .blue_b0d3 {
					margin-left: 83.33333%;
				}

				.active-basic-ece8 > .button_in_b433 {
					width: 91.66667%;
				}

				.active-basic-ece8 > .preview-bright-a7dd {
					margin-left: 91.66667%;
				}

				.active-basic-ece8 > .title-a84a {
					width: 100%;
				}

				.active-basic-ece8 > .banner_354a {
					margin-left: 100%;
				}

				.active-basic-ece8.right-6cd3 {
					margin-top: 0;
					margin-left: 0em;
				}

					.active-basic-ece8.right-6cd3 > * {
						padding: 0 0 0 0em;
					}

					.active-basic-ece8.right-6cd3.icon-medium-8dbc {
						margin-top: 0em;
					}

						.active-basic-ece8.right-6cd3.icon-medium-8dbc > * {
							padding-top: 0em;
						}

				.active-basic-ece8.cold_b417 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.active-basic-ece8.cold_b417 > * {
						padding: 0 0 0 0.25em;
					}

					.active-basic-ece8.cold_b417.icon-medium-8dbc {
						margin-top: -0.25em;
					}

						.active-basic-ece8.cold_b417.icon-medium-8dbc > * {
							padding-top: 0.25em;
						}

				.active-basic-ece8.backdrop_wide_3b79 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.active-basic-ece8.backdrop_wide_3b79 > * {
						padding: 0 0 0 0.5em;
					}

					.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc {
						margin-top: -0.5em;
					}

						.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc > * {
							padding-top: 0.5em;
						}

				.active-basic-ece8 {
					margin-top: 0;
					margin-left: -1em;
				}

					.active-basic-ece8 > * {
						padding: 0 0 0 1em;
					}

					.active-basic-ece8.icon-medium-8dbc {
						margin-top: -1em;
					}

						.active-basic-ece8.icon-medium-8dbc > * {
							padding-top: 1em;
						}

				.active-basic-ece8.pattern_4f0a {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.active-basic-ece8.pattern_4f0a > * {
						padding: 0 0 0 1.5em;
					}

					.active-basic-ece8.pattern_4f0a.icon-medium-8dbc {
						margin-top: -1.5em;
					}

						.active-basic-ece8.pattern_4f0a.icon-medium-8dbc > * {
							padding-top: 1.5em;
						}

				.active-basic-ece8.widget-1a20 {
					margin-top: 0;
					margin-left: -2em;
				}

					.active-basic-ece8.widget-1a20 > * {
						padding: 0 0 0 2em;
					}

					.active-basic-ece8.widget-1a20.icon-medium-8dbc {
						margin-top: -2em;
					}

						.active-basic-ece8.widget-1a20.icon-medium-8dbc > * {
							padding-top: 2em;
						}

		}

		@media screen and (max-width: 480px) {

			.active-basic-ece8 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.active-basic-ece8 > * {
					box-sizing: border-box;
				}

				.active-basic-ece8.icon-medium-8dbc > * > :last-child {
					margin-bottom: 0;
				}

				.active-basic-ece8.block-6b3e {
					justify-content: flex-start;
				}

				.active-basic-ece8.status-hard-ca5c {
					justify-content: center;
				}

				.active-basic-ece8.carousel-539b {
					justify-content: flex-end;
				}

				.active-basic-ece8.detail-lite-256a {
					align-items: flex-start;
				}

				.active-basic-ece8.icon_fe58 {
					align-items: center;
				}

				.active-basic-ece8.inner_6fba {
					align-items: flex-end;
				}

				.active-basic-ece8 > .orange-53b8 {
					order: -1;
				}

				.active-basic-ece8 > .primary_11a0 {
					width: 8.33333%;
				}

				.active-basic-ece8 > .shade_west_4d40 {
					margin-left: 8.33333%;
				}

				.active-basic-ece8 > .north_bd70 {
					width: 16.66667%;
				}

				.active-basic-ece8 > .aside-in-0017 {
					margin-left: 16.66667%;
				}

				.active-basic-ece8 > .black_20cf {
					width: 25%;
				}

				.active-basic-ece8 > .heading_d049 {
					margin-left: 25%;
				}

				.active-basic-ece8 > .paper_5f71 {
					width: 33.33333%;
				}

				.active-basic-ece8 > .module_0c3d {
					margin-left: 33.33333%;
				}

				.active-basic-ece8 > .search-78e7 {
					width: 41.66667%;
				}

				.active-basic-ece8 > .focused-b4de {
					margin-left: 41.66667%;
				}

				.active-basic-ece8 > .pagination-inner-46e3 {
					width: 50%;
				}

				.active-basic-ece8 > .image_hot_db75 {
					margin-left: 50%;
				}

				.active-basic-ece8 > .notification-basic-a634 {
					width: 58.33333%;
				}

				.active-basic-ece8 > .sidebar_new_a9ed {
					margin-left: 58.33333%;
				}

				.active-basic-ece8 > .huge-0c71 {
					width: 66.66667%;
				}

				.active-basic-ece8 > .narrow_d853 {
					margin-left: 66.66667%;
				}

				.active-basic-ece8 > .paragraph_186d {
					width: 75%;
				}

				.active-basic-ece8 > .form_light_92f9 {
					margin-left: 75%;
				}

				.active-basic-ece8 > .clean-d297 {
					width: 83.33333%;
				}

				.active-basic-ece8 > .caption-ac20 {
					margin-left: 83.33333%;
				}

				.active-basic-ece8 > .grid_6080 {
					width: 91.66667%;
				}

				.active-basic-ece8 > .module_liquid_559d {
					margin-left: 91.66667%;
				}

				.active-basic-ece8 > .disabled-52e5 {
					width: 100%;
				}

				.active-basic-ece8 > .bright-ebe7 {
					margin-left: 100%;
				}

				.active-basic-ece8.right-6cd3 {
					margin-top: 0;
					margin-left: 0em;
				}

					.active-basic-ece8.right-6cd3 > * {
						padding: 0 0 0 0em;
					}

					.active-basic-ece8.right-6cd3.icon-medium-8dbc {
						margin-top: 0em;
					}

						.active-basic-ece8.right-6cd3.icon-medium-8dbc > * {
							padding-top: 0em;
						}

				.active-basic-ece8.cold_b417 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.active-basic-ece8.cold_b417 > * {
						padding: 0 0 0 0.3125em;
					}

					.active-basic-ece8.cold_b417.icon-medium-8dbc {
						margin-top: -0.3125em;
					}

						.active-basic-ece8.cold_b417.icon-medium-8dbc > * {
							padding-top: 0.3125em;
						}

				.active-basic-ece8.backdrop_wide_3b79 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.active-basic-ece8.backdrop_wide_3b79 > * {
						padding: 0 0 0 0.625em;
					}

					.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc {
						margin-top: -0.625em;
					}

						.active-basic-ece8.backdrop_wide_3b79.icon-medium-8dbc > * {
							padding-top: 0.625em;
						}

				.active-basic-ece8 {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.active-basic-ece8 > * {
						padding: 0 0 0 1.25em;
					}

					.active-basic-ece8.icon-medium-8dbc {
						margin-top: -1.25em;
					}

						.active-basic-ece8.icon-medium-8dbc > * {
							padding-top: 1.25em;
						}

				.active-basic-ece8.pattern_4f0a {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.active-basic-ece8.pattern_4f0a > * {
						padding: 0 0 0 1.875em;
					}

					.active-basic-ece8.pattern_4f0a.icon-medium-8dbc {
						margin-top: -1.875em;
					}

						.active-basic-ece8.pattern_4f0a.icon-medium-8dbc > * {
							padding-top: 1.875em;
						}

				.active-basic-ece8.widget-1a20 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.active-basic-ece8.widget-1a20 > * {
						padding: 0 0 0 2.5em;
					}

					.active-basic-ece8.widget-1a20.icon-medium-8dbc {
						margin-top: -2.5em;
					}

						.active-basic-ece8.widget-1a20.icon-medium-8dbc > * {
							padding-top: 2.5em;
						}

		}

/* Box */

	.outer-72cd {
		border-radius: 8px;
		border: solid;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.outer-72cd > :last-child,
		.outer-72cd > :last-child > :last-child,
		.outer-72cd > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.outer-72cd.sidebar-last-d55a {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.outer-72cd {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.shade_light_a966 {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 8px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		height: 2.75em;
		line-height: 2.75em;
		min-width: 9.25em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"].dim-0eac,
		input[type="reset"].dim-0eac,
		input[type="button"].dim-0eac,
		button.dim-0eac,
		.shade_light_a966.dim-0eac {
			padding-left: 1.35em;
		}

			input[type="submit"].dim-0eac:before,
			input[type="reset"].dim-0eac:before,
			input[type="button"].dim-0eac:before,
			button.dim-0eac:before,
			.shade_light_a966.dim-0eac:before {
				margin-right: 0.5em;
			}

		input[type="submit"].hot_7d4e,
		input[type="reset"].hot_7d4e,
		input[type="button"].hot_7d4e,
		button.hot_7d4e,
		.shade_light_a966.hot_7d4e {
			width: 100%;
		}

		input[type="submit"].surface-396e,
		input[type="reset"].surface-396e,
		input[type="button"].surface-396e,
		button.surface-396e,
		.shade_light_a966.surface-396e {
			font-size: 0.8em;
		}

		input[type="submit"].steel_3c2a,
		input[type="reset"].steel_3c2a,
		input[type="button"].steel_3c2a,
		button.steel_3c2a,
		.shade_light_a966.steel_3c2a {
			font-size: 1.35em;
		}

		input[type="submit"].fn-disabled-c26f, input[type="submit"]:disabled,
		input[type="reset"].fn-disabled-c26f,
		input[type="reset"]:disabled,
		input[type="button"].fn-disabled-c26f,
		input[type="button"]:disabled,
		button.fn-disabled-c26f,
		button:disabled,
		.shade_light_a966.fn-disabled-c26f,
		.shade_light_a966:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 736px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.shade_light_a966 {
				min-width: 0;
			}

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.shade_light_a966 {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
		color: #ffffff !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.shade_light_a966:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.shade_light_a966:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

		input[type="submit"].dim-0eac:before,
		input[type="reset"].dim-0eac:before,
		input[type="button"].dim-0eac:before,
		button.dim-0eac:before,
		.shade_light_a966.dim-0eac:before {
			color: rgba(255, 255, 255, 0.5);
		}

		input[type="submit"].fn-primary-c26f,
		input[type="reset"].fn-primary-c26f,
		input[type="button"].fn-primary-c26f,
		button.fn-primary-c26f,
		.shade_light_a966.fn-primary-c26f {
			background-color: #8cc9f0;
			color: #ffffff !important;
			box-shadow: none;
		}

			input[type="submit"].fn-primary-c26f:hover,
			input[type="reset"].fn-primary-c26f:hover,
			input[type="button"].fn-primary-c26f:hover,
			button.fn-primary-c26f:hover,
			.shade_light_a966.fn-primary-c26f:hover {
				background-color: #9acff2;
			}

			input[type="submit"].fn-primary-c26f:active,
			input[type="reset"].fn-primary-c26f:active,
			input[type="button"].fn-primary-c26f:active,
			button.fn-primary-c26f:active,
			.shade_light_a966.fn-primary-c26f:active {
				background-color: #7ec3ee;
			}

			input[type="submit"].fn-primary-c26f.dim-0eac:before,
			input[type="reset"].fn-primary-c26f.dim-0eac:before,
			input[type="button"].fn-primary-c26f.dim-0eac:before,
			button.fn-primary-c26f.dim-0eac:before,
			.shade_light_a966.fn-primary-c26f.dim-0eac:before {
				color: #ffffff !important;
			}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 8px;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	select {
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 8px;
				border: solid 1px;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 8px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	label {
		color: #ffffff;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background-color: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.35);
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #8cc9f0;
			box-shadow: 0 0 0 1px #8cc9f0;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.outer-ae81.box_738e/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.35)' /%3E%3C/svg%3E");
	}

		select option {
			color: #ffffff;
			background: #935d8c;
		}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: rgba(255, 255, 255, 0.65);
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.35);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #ffffff;
		border-color: #ffffff;
		color: #935d8c;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #8cc9f0;
		box-shadow: 0 0 0 1px #8cc9f0;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	.black-6f88 {
		color: rgba(255, 255, 255, 0.5) !important;
	}

/* Icon */

	.dim-0eac {
		text-decoration: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-bottom: none;
		position: relative;
	}

		.dim-0eac:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.dim-0eac > .bright-df61 {
			display: none;
		}

		.dim-0eac:before {
			line-height: solid;
		}

		.dim-0eac.main_a096:before {
			font-weight: 900;
		}

		.dim-0eac.primary-9851:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.dim-0eac.video-a464 {
			border: solid 1px;
			display: inline-block;
			border-radius: 100%;
			padding: 0.65em;
			margin: 0 0 2em 0;
			cursor: default;
		}

			.dim-0eac.video-a464:before {
				display: inline-block;
				font-size: 6.25rem;
				width: 2.25em;
				height: 2.25em;
				line-height: 2.2em;
				border-radius: 100%;
				border: solid 1px;
				text-align: center;
			}

		.dim-0eac.sidebar-last-d55a {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.dim-0eac.sidebar-last-d55a:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.dim-0eac.gallery_bottom_59bb {
			color: #efa8b0;
		}

		.dim-0eac.solid-e686 {
			color: #c79cc8;
		}

		.dim-0eac.badge-outer-877f {
			color: #a89cc8;
		}

		.dim-0eac.tag-black-2289 {
			color: #9bb2e1;
		}

		.dim-0eac.primary_f6e5 {
			color: #8cc9f0;
		}

		@media screen and (max-width: 1680px) {

			.dim-0eac.video-a464:before {
				font-size: 5.5rem;
			}

		}

		@media screen and (max-width: 1280px) {

			.dim-0eac.video-a464:before {
				font-size: 4.75rem;
			}

		}

		@media screen and (max-width: 736px) {

			.dim-0eac.video-a464 {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.dim-0eac.video-a464:before {
					font-size: 3.5rem;
				}

		}

	.dim-0eac.video-a464 {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.dim-0eac.video-a464:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.dim-0eac.sidebar-last-d55a {
		border-color: rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}

		.dim-0eac.sidebar-last-d55a:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.dim-0eac.sidebar-last-d55a:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

/* Image */

	.hard_947d {
		border-radius: 8px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.hard_947d img {
			border-radius: 8px;
			display: block;
		}

		.hard_947d.fn-left-c26f, .hard_947d.fn-right-c26f {
			max-width: 40%;
		}

			.hard_947d.fn-left-c26f img, .hard_947d.fn-right-c26f img {
				width: 100%;
			}

		.hard_947d.fn-left-c26f {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.hard_947d.fn-right-c26f {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.hard_947d.hot_7d4e {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.hard_947d.hot_7d4e img {
				width: 100%;
			}

		.hard_947d.column-5169 {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.hard_947d.column-5169 img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.sidebar-last-d55a {
			list-style: none;
			padding-left: 0;
		}

			ul.sidebar-last-d55a li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.sidebar-last-d55a li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 400;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

		dl.sidebar-last-d55a dt {
			display: block;
			width: 3em;
			margin: 0;
			clear: left;
			float: left;
		}

		dl.sidebar-last-d55a dd {
			margin: 0 0 0.85em 5.5em;
		}

		dl.sidebar-last-d55a:after {
			content: '';
			display: block;
			clear: both;
		}

	ul.sidebar-last-d55a li {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

	dl dt {
		color: #ffffff;
	}

/* Actions */

	ul.image-6d51 {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.image-6d51 li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.image-6d51.image_lite_f1a9 {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.image-6d51.image_lite_f1a9 li:first-child {
				padding-left: 0;
			}

		ul.image-6d51.button_red_d6a1 {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.image-6d51.button_red_d6a1 li {
				padding: 1.3em 0 0 0;
			}

				ul.image-6d51.button_red_d6a1 li:first-child {
					padding-top: 0;
				}

		ul.image-6d51.hot_7d4e {
			width: calc(100% + 1em);
		}

			ul.image-6d51.hot_7d4e li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.image-6d51.hot_7d4e li > * {
					width: 100%;
				}

			ul.image-6d51.hot_7d4e.button_red_d6a1 {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.image-6d51:not(.fn-fixed-c26f) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.image-6d51:not(.fn-fixed-c26f) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.image-6d51:not(.fn-fixed-c26f) li > * {
						width: 100%;
					}

					ul.image-6d51:not(.fn-fixed-c26f) li:first-child {
						padding-top: 0;
					}

					ul.image-6d51:not(.fn-fixed-c26f) li input[type="submit"],
					ul.image-6d51:not(.fn-fixed-c26f) li input[type="reset"],
					ul.image-6d51:not(.fn-fixed-c26f) li input[type="button"],
					ul.image-6d51:not(.fn-fixed-c26f) li button,
					ul.image-6d51:not(.fn-fixed-c26f) li .shade_light_a966 {
						width: 100%;
					}

						ul.image-6d51:not(.fn-fixed-c26f) li input[type="submit"].dim-0eac:before,
						ul.image-6d51:not(.fn-fixed-c26f) li input[type="reset"].dim-0eac:before,
						ul.image-6d51:not(.fn-fixed-c26f) li input[type="button"].dim-0eac:before,
						ul.image-6d51:not(.fn-fixed-c26f) li button.dim-0eac:before,
						ul.image-6d51:not(.fn-fixed-c26f) li .shade_light_a966.dim-0eac:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.aside-b906 {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.aside-b906 li {
			display: inline-block;
			padding: 0 0.65em 0 0;
		}

			ul.aside-b906 li:last-child {
				padding-right: 0 !important;
			}

/* Section/Article */

	section.image_lite_f1a9, article.image_lite_f1a9 {
		text-align: center;
	}

	header.video-a464 {
		margin-bottom: 3em;
	}

		header.video-a464 h2 {
			font-size: 2em;
		}

			header.video-a464 h2:after {
				display: block;
				content: '';
				width: 3.25em;
				height: 2px;
				margin: 0.7em 0 1em 0;
				border-radius: 2px;
			}

				section.image_lite_f1a9 header.video-a464 h2:after, article.image_lite_f1a9 header.video-a464 h2:after {
					margin-left: auto;
					margin-right: auto;
				}

		header.video-a464 p {
			font-size: 1.25em;
			letter-spacing: -0.025em;
		}

		header.video-a464.image_lite_f1a9 {
			text-align: center;
		}

			header.video-a464.image_lite_f1a9 h2:after {
				margin-left: auto;
				margin-right: auto;
			}

	footer.video-a464 {
		margin-top: 3em;
	}

	@media screen and (max-width: 736px) {

		header.video-a464 {
			margin-bottom: 0;
		}

			header.video-a464 h2 {
				font-size: 1.5em;
			}

			header.video-a464 p {
				font-size: 1em;
				letter-spacing: 0;
			}

				header.video-a464 p br {
					display: none;
				}

		footer.video-a464 {
			margin-top: 0;
		}

	}

	header.video-a464 h2:after {
		background-color: rgba(255, 255, 255, 0.35);
	}

/* Table */

	.caption-07bd {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 400;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.sidebar-last-d55a {
			border-collapse: separate;
		}

			table.sidebar-last-d55a tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.sidebar-last-d55a tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.sidebar-last-d55a tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.sidebar-last-d55a thead {
				border-bottom: 0;
			}

			table.sidebar-last-d55a tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(255, 255, 255, 0.35);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(255, 255, 255, 0.075);
		}

	table th {
		color: #ffffff;
	}

	table thead {
		border-bottom-color: rgba(255, 255, 255, 0.35);
	}

	table tfoot {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

	table.sidebar-last-d55a tbody tr td {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Features */

	.image_9fcf {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: calc(100% + 2em);
		margin: 0 0 3em -2em;
		padding: 0;
		list-style: none;
	}

		.image_9fcf li {
			width: calc(33.33333% - 2em);
			margin-left: 2em;
			margin-top: 3em;
			padding: 0;
		}

			.image_9fcf li:nth-child(1), .image_9fcf li:nth-child(2), .image_9fcf li:nth-child(3) {
				margin-top: 0;
			}

			.image_9fcf li > :last-child {
				margin-bottom: 0;
			}

		@media screen and (max-width: 980px) {

			.image_9fcf li {
				width: calc(50% - 2em);
			}

				.image_9fcf li:nth-child(3) {
					margin-top: 3em;
				}

		}

		@media screen and (max-width: 736px) {

			.image_9fcf {
				width: 100%;
				margin: 0 0 2em 0;
			}

				.image_9fcf li {
					width: 100%;
					margin-left: 0;
					margin-top: 2em;
				}

					.image_9fcf li:nth-child(2), .image_9fcf li:nth-child(3) {
						margin-top: 2em;
					}

		}

/* Statistics */

	.widget-34ec {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		width: 100%;
		margin: 0 0 3em 0;
		padding: 0;
		list-style: none;
		cursor: default;
	}

		.widget-34ec li {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			padding: 1.5em;
			color: #ffffff;
			text-align: center;
		}

			.widget-34ec li.gallery_bottom_59bb {
				background-color: #efa8b0;
			}

			.widget-34ec li.solid-e686 {
				background-color: #c79cc8;
			}

			.widget-34ec li.badge-outer-877f {
				background-color: #a89cc8;
			}

			.widget-34ec li.tag-black-2289 {
				background-color: #9bb2e1;
			}

			.widget-34ec li.primary_f6e5 {
				background-color: #8cc9f0;
			}

			.widget-34ec li strong, .widget-34ec li b {
				display: block;
				font-size: 2em;
				line-height: 1.1;
				color: inherit !important;
				font-weight: 300;
				letter-spacing: -0.025em;
			}

			.widget-34ec li:first-child {
				border-top-left-radius: 8px;
				border-bottom-left-radius: 8px;
			}

			.widget-34ec li:last-child {
				border-top-right-radius: 8px;
				border-bottom-right-radius: 8px;
			}

			.widget-34ec li .dim-0eac {
				display: inline-block;
			}

				.widget-34ec li .dim-0eac:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

		@media screen and (max-width: 980px) {

			.widget-34ec li strong, .widget-34ec li b {
				font-size: 1.5em;
			}

		}

		@media screen and (max-width: 736px) {

			.widget-34ec {
				display: block;
				width: 20em;
				max-width: 100%;
				margin: 0 auto 2em auto;
			}

				.widget-34ec li:first-child {
					border-bottom-left-radius: 0;
					border-top-right-radius: 8px;
				}

				.widget-34ec li:last-child {
					border-top-right-radius: 0;
					border-bottom-left-radius: 8px;
				}

				.widget-34ec li .dim-0eac:before {
					font-size: 3.75rem;
				}

				.widget-34ec li strong, .widget-34ec li b {
					font-size: 2.5em;
				}

		}

/* Spotlight */

	.tabs-b71f {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		margin: 0 0 2em 0;
	}

		.tabs-b71f .breadcrumb_0c99 {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			.tabs-b71f .breadcrumb_0c99 > :last-child {
				margin-bottom: 0;
			}

			.tabs-b71f .breadcrumb_0c99 header.video-a464 {
				margin: 0 0 2em 0;
			}

		.tabs-b71f .hard_947d {
			display: inline-block;
			margin-left: 4em;
			padding: 0.65em;
			border-radius: 100%;
			border: solid 1px;
		}

			.tabs-b71f .hard_947d img {
				display: block;
				border-radius: 100%;
				width: 16em;
			}

		@media screen and (max-width: 980px) {

			.tabs-b71f {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.tabs-b71f .breadcrumb_0c99 {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					width: 100%;
				}

					.tabs-b71f .breadcrumb_0c99 header.video-a464 h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.tabs-b71f .breadcrumb_0c99 .image-6d51 {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.tabs-b71f .hard_947d {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					margin-left: 0;
					margin-bottom: 2em;
				}

		}

		@media screen and (max-width: 736px) {

			.tabs-b71f .hard_947d {
				padding: 0.35em;
			}

				.tabs-b71f .hard_947d img {
					width: 12em;
				}

		}

	.tabs-b71f .hard_947d {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Header */

	#header {
		padding: 5em 5em 1em 5em ;
		text-align: center;
	}

		#header h1 {
			margin: 0 0 0.25em 0;
		}

		#header p {
			font-size: 1.25em;
			letter-spacing: -0.025em;
		}

		#header.sidebar-last-d55a {
			padding: 7em 5em 4em 5em ;
		}

			#header.sidebar-last-d55a h1 {
				font-size: 3.25em;
			}

			#header.sidebar-last-d55a > * {
				-moz-transition: opacity 3s ease;
				-webkit-transition: opacity 3s ease;
				-ms-transition: opacity 3s ease;
				transition: opacity 3s ease;
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
				opacity: 1;
			}

			#header.sidebar-last-d55a .label-0f6d {
				-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
				-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
				-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
				transition: opacity 1.25s ease, transform 0.5s ease;
				-moz-transition-delay: 0s;
				-webkit-transition-delay: 0s;
				-ms-transition-delay: 0s;
				transition-delay: 0s;
				display: block;
				margin: 0 0 1.5em 0;
			}

				#header.sidebar-last-d55a .label-0f6d img {
					display: block;
					margin: 0 auto;
					max-width: 75%;
				}

		@media screen and (max-width: 1280px) {

			#header {
				padding: 4em 4em 0.1em 4em ;
			}

				#header.sidebar-last-d55a {
					padding: 6em 4em 3em 4em ;
				}

		}

		@media screen and (max-width: 980px) {

			#header {
				padding: 4em 3em 0.1em 3em ;
			}

				#header.sidebar-last-d55a {
					padding: 5em 3em 2em 3em ;
				}

		}

		@media screen and (max-width: 736px) {

			#header {
				padding: 3em 2em 0.1em 2em ;
			}

				#header p {
					font-size: 1em;
					letter-spacing: 0;
				}

					#header p br {
						display: none;
					}

				#header.sidebar-last-d55a {
					padding: 4em 2em 1em 2em ;
				}

					#header.sidebar-last-d55a h1 {
						font-size: 2.5em;
					}

		}

		@media screen and (max-width: 480px) {

			#header {
				padding: 3em 1.5em 0.1em 1.5em ;
			}

				#header.sidebar-last-d55a {
					padding: 4em 1.5em 1em 1.5em ;
				}

		}

		@media screen and (max-width: 360px) {

			#header {
				padding: 2.5em 1em 0.1em 1em ;
			}

				#header.sidebar-last-d55a {
					padding: 3.5em 1em 0.5em 1em ;
				}

		}

		body.border-motion-aac0 #header.sidebar-last-d55a > * {
			opacity: 0;
		}

		body.border-motion-aac0 #header.sidebar-last-d55a .label-0f6d {
			-moz-transform: scale(0.8) rotate(-30deg);
			-webkit-transform: scale(0.8) rotate(-30deg);
			-ms-transform: scale(0.8) rotate(-30deg);
			transform: scale(0.8) rotate(-30deg);
		}

/* Nav */

	#nav {
		-moz-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-webkit-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-ms-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		background-color: #000;
		color: #FFF;
		position: absolute;
		width: 64em;
		max-width: calc(100% - 4em);
		padding: 1em;
		background-color: #000;
		border-top-left-radius: 0.25em;
		border-top-right-radius: 0.25em;
		cursor: default;
		text-align: center;
	}

		#nav input, #nav select, #nav textarea {
			color: #FFF;
		}

		#nav a:hover {
			color: #363636;
		}

		#nav strong, #nav b {
			color: #FFF;
		}

		#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
			color: #FFF;
		}

		#nav blockquote {
			border-left-color: #dddddd;
		}

		#nav code {
			background: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

		#nav hr {
			border-bottom-color: #dddddd;
		}

		#nav + #main {
			padding-top: 4.25em;
		}

		#nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			#nav ul li {
				-moz-transition: margin 0.2s ease;
				-webkit-transition: margin 0.2s ease;
				-ms-transition: margin 0.2s ease;
				transition: margin 0.2s ease;
				display: inline-block;
				margin: 0 0.35em;
				padding: 0;
				vertical-align: middle;
			}

				#nav ul li a {
					-moz-transition: font-size 0.2s ease;
					-webkit-transition: font-size 0.2s ease;
					-ms-transition: font-size 0.2s ease;
					transition: font-size 0.2s ease;
					display: inline-block;
					height: 2.25em;
					line-height: 2.25em;
					padding: 0 1.25em;
					border: 0;
					border-radius: 8px;
					box-shadow: inset 0 0 0 1px transparent;
				}

					#nav ul li a:hover {
						background-color: #363636;
					}

					#nav ul li a.fn-active-c26f {
						background-color: #363636;
						box-shadow: none;
					}

		#nav.sidebar-last-d55a {
			position: fixed;
			top: 0;
			padding: 0.5em 1em;
			background-color: rgb(0 0 0 / 95%);
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			z-index: 10000;
		}

			#nav.sidebar-last-d55a ul li {
				margin: 0 0.175em;
			}

				#nav.sidebar-last-d55a ul li a {
					font-size: 0.9em;
				}

		@media screen and (max-width: 736px) {

			#nav {
				display: none;
			}

				#nav + #main {
					padding-top: 0;
				}

		}

/* Main */

	#main {
		background-color: #150f24;
		color: #FFF;
		border-radius: 0.25em;
	}

		#main input, #main select, #main textarea {
			color: #FFF;
		}

		#main a:hover {
			color: #FFF;
		}

		#main strong, #main b {
			color: #FFF;
		}

		#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
			color: #FFF;
		}

		#main blockquote {
			border-left-color: #dddddd;
		}

		#main code {
			background: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

		#main hr {
			border-bottom-color: #dddddd;
		}

		#main .outer-72cd {
			border-color: #dddddd;
		}

		#main input[type="submit"],
		#main input[type="reset"],
		#main input[type="button"],
		#main button,
		#main .shade_light_a966 {
			background-color: #FFF;
			box-shadow: inset 0 0 0 1px #dddddd;
			color: #000 !important;
		}

			#main input[type="submit"]:hover,
			#main input[type="reset"]:hover,
			#main input[type="button"]:hover,
			#main button:hover,
			#main .shade_light_a966:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main input[type="submit"]:active,
			#main input[type="reset"]:active,
			#main input[type="button"]:active,
			#main button:active,
			#main .shade_light_a966:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

			#main input[type="submit"].dim-0eac:before,
			#main input[type="reset"].dim-0eac:before,
			#main input[type="button"].dim-0eac:before,
			#main button.dim-0eac:before,
			#main .shade_light_a966.dim-0eac:before {
				color: rgba(99, 99, 99, 0.25);
			}

			#main input[type="submit"].fn-primary-c26f,
			#main input[type="reset"].fn-primary-c26f,
			#main input[type="button"].fn-primary-c26f,
			#main button.fn-primary-c26f,
			#main .shade_light_a966.fn-primary-c26f {
				background-color: #8cc9f0;
				color: #ffffff !important;
				box-shadow: none;
			}

				#main input[type="submit"].fn-primary-c26f:hover,
				#main input[type="reset"].fn-primary-c26f:hover,
				#main input[type="button"].fn-primary-c26f:hover,
				#main button.fn-primary-c26f:hover,
				#main .shade_light_a966.fn-primary-c26f:hover {
					background-color: #9acff2;
				}

				#main input[type="submit"].fn-primary-c26f:active,
				#main input[type="reset"].fn-primary-c26f:active,
				#main input[type="button"].fn-primary-c26f:active,
				#main button.fn-primary-c26f:active,
				#main .shade_light_a966.fn-primary-c26f:active {
					background-color: #7ec3ee;
				}

				#main input[type="submit"].fn-primary-c26f.dim-0eac:before,
				#main input[type="reset"].fn-primary-c26f.dim-0eac:before,
				#main input[type="button"].fn-primary-c26f.dim-0eac:before,
				#main button.fn-primary-c26f.dim-0eac:before,
				#main .shade_light_a966.fn-primary-c26f.dim-0eac:before {
					color: #ffffff !important;
				}

		#main label {
			color: #636363;
		}

		#main input[type="text"],
		#main input[type="password"],
		#main input[type="email"],
		#main select,
		#main textarea {
			background-color: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

			#main input[type="text"]:focus,
			#main input[type="password"]:focus,
			#main input[type="email"]:focus,
			#main select:focus,
			#main textarea:focus {
				border-color: #8cc9f0;
				box-shadow: 0 0 0 1px #8cc9f0;
			}

		#main select {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.outer-ae81.box_738e/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dddddd' /%3E%3C/svg%3E");
		}

			#main select option {
				color: #636363;
				background: #ffffff;
			}

		#main input[type="checkbox"] + label,
		#main input[type="radio"] + label {
			color: #636363;
		}

			#main input[type="checkbox"] + label:before,
			#main input[type="radio"] + label:before {
				background: rgba(222, 222, 222, 0.25);
				border-color: #dddddd;
			}

		#main input[type="checkbox"]:checked + label:before,
		#main input[type="radio"]:checked + label:before {
			background-color: #636363;
			border-color: #636363;
			color: #ffffff;
		}

		#main input[type="checkbox"]:focus + label:before,
		#main input[type="radio"]:focus + label:before {
			border-color: #8cc9f0;
			box-shadow: 0 0 0 1px #8cc9f0;
		}

		#main ::-webkit-input-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main :-moz-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main ::-moz-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main :-ms-input-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .black-6f88 {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .dim-0eac.video-a464 {
			border-color: #dddddd;
		}

			#main .dim-0eac.video-a464:before {
				border-color: #dddddd;
			}

		#main .dim-0eac.sidebar-last-d55a {
			border-color: #dddddd;
			color: #636363;
		}

			#main .dim-0eac.sidebar-last-d55a:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main .dim-0eac.sidebar-last-d55a:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

		#main ul.sidebar-last-d55a li {
			border-top-color: #dddddd;
		}

		#main dl dt {
			color: #636363;
		}

		#main header.video-a464 h2:after {
			background-color: #dddddd;
			background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
		}

		#main table tbody tr {
			border-color: #dddddd;
		}

			#main table tbody tr:nth-child(2n + 1) {
				background-color: rgba(222, 222, 222, 0.25);
			}

		#main table th {
			color: #636363;
		}

		#main table thead {
			border-bottom-color: #dddddd;
		}

		#main table tfoot {
			border-top-color: #dddddd;
		}

		#main table.sidebar-last-d55a tbody tr td {
			border-color: #dddddd;
		}

		#main .tabs-b71f .hard_947d {
			border-color: #dddddd;
		}

		#main > .column-5169 {
			padding: 5em 5em 3em 5em ;
			border-top: solid 1px #dddddd;
		}

			#main > .column-5169:first-child {
				border-top: 0;
			}

			#main > .column-5169 > .hard_947d.column-5169:first-child {
				margin: -5em 0 5em -5em;
				width: calc(100% + 10em);
				border-top-right-radius: 0.25em;
				border-top-left-radius: 0.25em;
				border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
			}

				#main > .column-5169 > .hard_947d.column-5169:first-child img {
					border-top-right-radius: 0.25em;
					border-top-left-radius: 0.25em;
					border-bottom-right-radius: 0;
					border-bottom-left-radius: 0;
				}

		@media screen and (max-width: 1280px) {

			#main > .column-5169 {
				padding: 4em 4em 2em 4em ;
			}

				#main > .column-5169 > .hard_947d.column-5169:first-child {
					margin: -4em 0 4em -4em;
					width: calc(100% + 8em);
				}

		}

		@media screen and (max-width: 980px) {

			#main > .column-5169 {
				padding: 4em 3em 2em 3em ;
			}

				#main > .column-5169 > .hard_947d.column-5169:first-child {
					margin: -4em 0 4em -3em;
					width: calc(100% + 6em);
				}

		}

		@media screen and (max-width: 736px) {

			#main > .column-5169 {
				padding: 3em 2em 1em 2em ;
			}

				#main > .column-5169 > .hard_947d.column-5169:first-child {
					margin: -3em 0 2em -2em;
					width: calc(100% + 4em);
				}

		}

		@media screen and (max-width: 480px) {

			#main > .column-5169 {
				padding: 3em 1.5em 1em 1.5em ;
			}

				#main > .column-5169 > .hard_947d.column-5169:first-child {
					margin: -3em 0 1.5em -1.5em;
					width: calc(100% + 3em);
				}

		}

		@media screen and (max-width: 360px) {

			#main {
				border-radius: 0;
			}

				#main > .column-5169 {
					padding: 2.5em 1em 0.5em 1em ;
				}

					#main > .column-5169 > .hard_947d.column-5169:first-child {
						margin: -2.5em 0 1.5em -1em;
						width: calc(100% + 2em);
						border-radius: 0;
					}

						#main > .column-5169 > .hard_947d.column-5169:first-child img {
							border-radius: 0;
						}

		}

/* Footer */

	#footer {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 5em 5em 3em 5em ;
		width: calc(100% + 2em);
		margin: 0 0 3em -2em;
	}

		#footer > * {
			width: calc(50% - 2em);
			margin-left: 2em;
		}

		#footer .row_d905 {
			width: 100%;
			margin: 2.5em 0 2em 0;
			font-size: 0.8em;
			text-align: center;
		}

		@media screen and (max-width: 1280px) {

			#footer {
				padding: 4em 4em 2em 4em ;
			}

		}

		@media screen and (max-width: 980px) {

			#footer {
				padding: 4em 3em 2em 3em ;
				display: block;
				margin: 0 0 3em 0;
				width: 100%;
			}

				#footer > * {
					width: 100%;
					margin-left: 0;
					margin-bottom: 3em;
				}

				#footer .row_d905 {
					text-align: left;
				}

		}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 3em 2em 1em 2em ;
			}

		}

		@media screen and (max-width: 480px) {

			#footer {
				padding: 3em 1.5em 1em 1.5em ;
			}

		}

		@media screen and (max-width: 480px) {

			#footer {
				padding: 2.5em 1em 0.5em 1em ;
			}

		}

/* Wrapper */

	#wrapper {
		width: 64em;
		max-width: calc(100% - 4em);
		margin: 0 auto;
	}

		@media screen and (max-width: 480px) {

			#wrapper {
				max-width: calc(100% - 2em);
			}

		}

		@media screen and (max-width: 360px) {

			#wrapper {
				max-width: 100%;
			}

		}
		
		.shade_light_a966 {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: linear-gradient(135deg, #007BFF, #00C6FF);
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  cursor: pointer;
  text-align: center;
}

.shade_light_a966:hover {
  background: linear-gradient(135deg, #0056b3, #0096c7);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.5);
}

.shade_light_a966:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.4);
}

.shade_light_a966.surface-396e {
  font-size: 13px;
  padding: 8px 16px;
}
/* css-noise: a265 */
.shadow-element-p2 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
