
/* 默认隐藏菜单（移动端） */
@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.orange_9201 {
    display: block !important;
  }

  .soft-ab6d {
    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;
  }

  .soft-ab6d {
    display: none;
  }
}

@import url(fontawesome-all.over_a92d.pressed-b498);
@import 'https://fonts.stone_200d.popup_dark_fc03/css?family=Source+Sans+Pro:300,400';

/*
	Stellar by HTML5 UP
	html5up.blue_b38d | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.blue_b38d/license)
*/
.brown_b04e{
		width: 100%;
		height: 100%;
	}
	@media(min-width:1024px){
	.brown_b04e{
		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.thick_5b01"), -moz-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.thick_5b01"), -webkit-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.thick_5b01"), -ms-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.thick_5b01"), linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
	}

		body.right-3e6a *, body.right-3e6a *:before, body.right-3e6a *: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.full_37cd {
			-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.popup_up_5b54 {
			margin: 3em 0;
		}

	.fluid_352d {
		text-align: left;
	}

	.tiny-5723 {
		text-align: center;
	}

	.cold-ad08 {
		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 */

	.simple_2d24 {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.simple_2d24 > * {
			box-sizing: border-box;
		}

		.simple_2d24.preview-ae18 > * > :last-child {
			margin-bottom: 0;
		}

		.simple_2d24.silver-9794 {
			justify-content: flex-start;
		}

		.simple_2d24.message_0b69 {
			justify-content: center;
		}

		.simple_2d24.active-south-6436 {
			justify-content: flex-end;
		}

		.simple_2d24.fast_57cc {
			align-items: flex-start;
		}

		.simple_2d24.pagination_c8cf {
			align-items: center;
		}

		.simple_2d24.shadow_outer_0a15 {
			align-items: flex-end;
		}

		.simple_2d24 > .background-current-7e66 {
			order: -1;
		}

		.simple_2d24 > .thumbnail-pink-22a3 {
			width: 8.33333%;
		}

		.simple_2d24 > .preview_copper_2706 {
			margin-left: 8.33333%;
		}

		.simple_2d24 > .motion_1ffe {
			width: 16.66667%;
		}

		.simple_2d24 > .video_572d {
			margin-left: 16.66667%;
		}

		.simple_2d24 > .yellow_e069 {
			width: 25%;
		}

		.simple_2d24 > .accent_d40a {
			margin-left: 25%;
		}

		.simple_2d24 > .complex_404b {
			width: 33.33333%;
		}

		.simple_2d24 > .pattern-steel-4f0b {
			margin-left: 33.33333%;
		}

		.simple_2d24 > .carousel-af2b {
			width: 41.66667%;
		}

		.simple_2d24 > .thumbnail_693e {
			margin-left: 41.66667%;
		}

		.simple_2d24 > .smooth-70f4 {
			width: 50%;
		}

		.simple_2d24 > .main_last_4baf {
			margin-left: 50%;
		}

		.simple_2d24 > .nav-center-34a5 {
			width: 58.33333%;
		}

		.simple_2d24 > .element-fbde {
			margin-left: 58.33333%;
		}

		.simple_2d24 > .panel_blue_2426 {
			width: 66.66667%;
		}

		.simple_2d24 > .popup-narrow-dea4 {
			margin-left: 66.66667%;
		}

		.simple_2d24 > .section_stone_97b0 {
			width: 75%;
		}

		.simple_2d24 > .content-steel-3c4d {
			margin-left: 75%;
		}

		.simple_2d24 > .focus_50fc {
			width: 83.33333%;
		}

		.simple_2d24 > .gas_7384 {
			margin-left: 83.33333%;
		}

		.simple_2d24 > .component_dd60 {
			width: 91.66667%;
		}

		.simple_2d24 > .gallery_green_d9e2 {
			margin-left: 91.66667%;
		}

		.simple_2d24 > .warm_4819 {
			width: 100%;
		}

		.simple_2d24 > .frame-hard-e752 {
			margin-left: 100%;
		}

		.simple_2d24.left-055d {
			margin-top: 0;
			margin-left: 0em;
		}

			.simple_2d24.left-055d > * {
				padding: 0 0 0 0em;
			}

			.simple_2d24.left-055d.preview-ae18 {
				margin-top: 0em;
			}

				.simple_2d24.left-055d.preview-ae18 > * {
					padding-top: 0em;
				}

		.simple_2d24.border-8b95 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.simple_2d24.border-8b95 > * {
				padding: 0 0 0 0.375em;
			}

			.simple_2d24.border-8b95.preview-ae18 {
				margin-top: -0.375em;
			}

				.simple_2d24.border-8b95.preview-ae18 > * {
					padding-top: 0.375em;
				}

		.simple_2d24.tooltip-6475 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.simple_2d24.tooltip-6475 > * {
				padding: 0 0 0 0.75em;
			}

			.simple_2d24.tooltip-6475.preview-ae18 {
				margin-top: -0.75em;
			}

				.simple_2d24.tooltip-6475.preview-ae18 > * {
					padding-top: 0.75em;
				}

		.simple_2d24 {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.simple_2d24 > * {
				padding: 0 0 0 1.5em;
			}

			.simple_2d24.preview-ae18 {
				margin-top: -1.5em;
			}

				.simple_2d24.preview-ae18 > * {
					padding-top: 1.5em;
				}

		.simple_2d24.stone_3324 {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.simple_2d24.stone_3324 > * {
				padding: 0 0 0 2.25em;
			}

			.simple_2d24.stone_3324.preview-ae18 {
				margin-top: -2.25em;
			}

				.simple_2d24.stone_3324.preview-ae18 > * {
					padding-top: 2.25em;
				}

		.simple_2d24.pressed-5d89 {
			margin-top: 0;
			margin-left: -3em;
		}

			.simple_2d24.pressed-5d89 > * {
				padding: 0 0 0 3em;
			}

			.simple_2d24.pressed-5d89.preview-ae18 {
				margin-top: -3em;
			}

				.simple_2d24.pressed-5d89.preview-ae18 > * {
					padding-top: 3em;
				}

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

			.simple_2d24 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.simple_2d24 > * {
					box-sizing: border-box;
				}

				.simple_2d24.preview-ae18 > * > :last-child {
					margin-bottom: 0;
				}

				.simple_2d24.silver-9794 {
					justify-content: flex-start;
				}

				.simple_2d24.message_0b69 {
					justify-content: center;
				}

				.simple_2d24.active-south-6436 {
					justify-content: flex-end;
				}

				.simple_2d24.fast_57cc {
					align-items: flex-start;
				}

				.simple_2d24.pagination_c8cf {
					align-items: center;
				}

				.simple_2d24.shadow_outer_0a15 {
					align-items: flex-end;
				}

				.simple_2d24 > .pattern-wide-704b {
					order: -1;
				}

				.simple_2d24 > .short-5ab9 {
					width: 8.33333%;
				}

				.simple_2d24 > .menu_east_f1da {
					margin-left: 8.33333%;
				}

				.simple_2d24 > .element-4cec {
					width: 16.66667%;
				}

				.simple_2d24 > .soft-21a3 {
					margin-left: 16.66667%;
				}

				.simple_2d24 > .tabs_north_332f {
					width: 25%;
				}

				.simple_2d24 > .shade_0f7e {
					margin-left: 25%;
				}

				.simple_2d24 > .smooth_b8fb {
					width: 33.33333%;
				}

				.simple_2d24 > .gas-3453 {
					margin-left: 33.33333%;
				}

				.simple_2d24 > .smooth_b71c {
					width: 41.66667%;
				}

				.simple_2d24 > .hovered-d300 {
					margin-left: 41.66667%;
				}

				.simple_2d24 > .feature-hot-83e9 {
					width: 50%;
				}

				.simple_2d24 > .block_fixed_3498 {
					margin-left: 50%;
				}

				.simple_2d24 > .pro-d9fb {
					width: 58.33333%;
				}

				.simple_2d24 > .filter_hovered_51ff {
					margin-left: 58.33333%;
				}

				.simple_2d24 > .short-e8ce {
					width: 66.66667%;
				}

				.simple_2d24 > .component-36ba {
					margin-left: 66.66667%;
				}

				.simple_2d24 > .tabs-bottom-b88f {
					width: 75%;
				}

				.simple_2d24 > .summary-1e1b {
					margin-left: 75%;
				}

				.simple_2d24 > .frame-7aba {
					width: 83.33333%;
				}

				.simple_2d24 > .column_d4b0 {
					margin-left: 83.33333%;
				}

				.simple_2d24 > .mini_db87 {
					width: 91.66667%;
				}

				.simple_2d24 > .hero-dim-ff38 {
					margin-left: 91.66667%;
				}

				.simple_2d24 > .header-top-7ff2 {
					width: 100%;
				}

				.simple_2d24 > .focused_a0e9 {
					margin-left: 100%;
				}

				.simple_2d24.left-055d {
					margin-top: 0;
					margin-left: 0em;
				}

					.simple_2d24.left-055d > * {
						padding: 0 0 0 0em;
					}

					.simple_2d24.left-055d.preview-ae18 {
						margin-top: 0em;
					}

						.simple_2d24.left-055d.preview-ae18 > * {
							padding-top: 0em;
						}

				.simple_2d24.border-8b95 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.simple_2d24.border-8b95 > * {
						padding: 0 0 0 0.375em;
					}

					.simple_2d24.border-8b95.preview-ae18 {
						margin-top: -0.375em;
					}

						.simple_2d24.border-8b95.preview-ae18 > * {
							padding-top: 0.375em;
						}

				.simple_2d24.tooltip-6475 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.simple_2d24.tooltip-6475 > * {
						padding: 0 0 0 0.75em;
					}

					.simple_2d24.tooltip-6475.preview-ae18 {
						margin-top: -0.75em;
					}

						.simple_2d24.tooltip-6475.preview-ae18 > * {
							padding-top: 0.75em;
						}

				.simple_2d24 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.simple_2d24 > * {
						padding: 0 0 0 1.5em;
					}

					.simple_2d24.preview-ae18 {
						margin-top: -1.5em;
					}

						.simple_2d24.preview-ae18 > * {
							padding-top: 1.5em;
						}

				.simple_2d24.stone_3324 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.simple_2d24.stone_3324 > * {
						padding: 0 0 0 2.25em;
					}

					.simple_2d24.stone_3324.preview-ae18 {
						margin-top: -2.25em;
					}

						.simple_2d24.stone_3324.preview-ae18 > * {
							padding-top: 2.25em;
						}

				.simple_2d24.pressed-5d89 {
					margin-top: 0;
					margin-left: -3em;
				}

					.simple_2d24.pressed-5d89 > * {
						padding: 0 0 0 3em;
					}

					.simple_2d24.pressed-5d89.preview-ae18 {
						margin-top: -3em;
					}

						.simple_2d24.pressed-5d89.preview-ae18 > * {
							padding-top: 3em;
						}

		}

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

			.simple_2d24 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.simple_2d24 > * {
					box-sizing: border-box;
				}

				.simple_2d24.preview-ae18 > * > :last-child {
					margin-bottom: 0;
				}

				.simple_2d24.silver-9794 {
					justify-content: flex-start;
				}

				.simple_2d24.message_0b69 {
					justify-content: center;
				}

				.simple_2d24.active-south-6436 {
					justify-content: flex-end;
				}

				.simple_2d24.fast_57cc {
					align-items: flex-start;
				}

				.simple_2d24.pagination_c8cf {
					align-items: center;
				}

				.simple_2d24.shadow_outer_0a15 {
					align-items: flex-end;
				}

				.simple_2d24 > .hidden-dark-d2dd {
					order: -1;
				}

				.simple_2d24 > .module_dark_2fed {
					width: 8.33333%;
				}

				.simple_2d24 > .background-middle-af0a {
					margin-left: 8.33333%;
				}

				.simple_2d24 > .backdrop-4779 {
					width: 16.66667%;
				}

				.simple_2d24 > .surface_da6d {
					margin-left: 16.66667%;
				}

				.simple_2d24 > .logo-fixed-6f3b {
					width: 25%;
				}

				.simple_2d24 > .link_solid_9483 {
					margin-left: 25%;
				}

				.simple_2d24 > .tertiary_4bed {
					width: 33.33333%;
				}

				.simple_2d24 > .static_300a {
					margin-left: 33.33333%;
				}

				.simple_2d24 > .new_8513 {
					width: 41.66667%;
				}

				.simple_2d24 > .soft-dde6 {
					margin-left: 41.66667%;
				}

				.simple_2d24 > .active_95b0 {
					width: 50%;
				}

				.simple_2d24 > .menu-liquid-685f {
					margin-left: 50%;
				}

				.simple_2d24 > .hero_8c2f {
					width: 58.33333%;
				}

				.simple_2d24 > .west_085b {
					margin-left: 58.33333%;
				}

				.simple_2d24 > .tag_cool_2e90 {
					width: 66.66667%;
				}

				.simple_2d24 > .summary-complex-ad58 {
					margin-left: 66.66667%;
				}

				.simple_2d24 > .overlay_34da {
					width: 75%;
				}

				.simple_2d24 > .box-b8b2 {
					margin-left: 75%;
				}

				.simple_2d24 > .component-brown-459c {
					width: 83.33333%;
				}

				.simple_2d24 > .header_thick_1aab {
					margin-left: 83.33333%;
				}

				.simple_2d24 > .icon-2d14 {
					width: 91.66667%;
				}

				.simple_2d24 > .aside_c25a {
					margin-left: 91.66667%;
				}

				.simple_2d24 > .thumbnail_first_2db4 {
					width: 100%;
				}

				.simple_2d24 > .fast-e46b {
					margin-left: 100%;
				}

				.simple_2d24.left-055d {
					margin-top: 0;
					margin-left: 0em;
				}

					.simple_2d24.left-055d > * {
						padding: 0 0 0 0em;
					}

					.simple_2d24.left-055d.preview-ae18 {
						margin-top: 0em;
					}

						.simple_2d24.left-055d.preview-ae18 > * {
							padding-top: 0em;
						}

				.simple_2d24.border-8b95 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.simple_2d24.border-8b95 > * {
						padding: 0 0 0 0.375em;
					}

					.simple_2d24.border-8b95.preview-ae18 {
						margin-top: -0.375em;
					}

						.simple_2d24.border-8b95.preview-ae18 > * {
							padding-top: 0.375em;
						}

				.simple_2d24.tooltip-6475 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.simple_2d24.tooltip-6475 > * {
						padding: 0 0 0 0.75em;
					}

					.simple_2d24.tooltip-6475.preview-ae18 {
						margin-top: -0.75em;
					}

						.simple_2d24.tooltip-6475.preview-ae18 > * {
							padding-top: 0.75em;
						}

				.simple_2d24 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.simple_2d24 > * {
						padding: 0 0 0 1.5em;
					}

					.simple_2d24.preview-ae18 {
						margin-top: -1.5em;
					}

						.simple_2d24.preview-ae18 > * {
							padding-top: 1.5em;
						}

				.simple_2d24.stone_3324 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.simple_2d24.stone_3324 > * {
						padding: 0 0 0 2.25em;
					}

					.simple_2d24.stone_3324.preview-ae18 {
						margin-top: -2.25em;
					}

						.simple_2d24.stone_3324.preview-ae18 > * {
							padding-top: 2.25em;
						}

				.simple_2d24.pressed-5d89 {
					margin-top: 0;
					margin-left: -3em;
				}

					.simple_2d24.pressed-5d89 > * {
						padding: 0 0 0 3em;
					}

					.simple_2d24.pressed-5d89.preview-ae18 {
						margin-top: -3em;
					}

						.simple_2d24.pressed-5d89.preview-ae18 > * {
							padding-top: 3em;
						}

		}

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

			.simple_2d24 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.simple_2d24 > * {
					box-sizing: border-box;
				}

				.simple_2d24.preview-ae18 > * > :last-child {
					margin-bottom: 0;
				}

				.simple_2d24.silver-9794 {
					justify-content: flex-start;
				}

				.simple_2d24.message_0b69 {
					justify-content: center;
				}

				.simple_2d24.active-south-6436 {
					justify-content: flex-end;
				}

				.simple_2d24.fast_57cc {
					align-items: flex-start;
				}

				.simple_2d24.pagination_c8cf {
					align-items: center;
				}

				.simple_2d24.shadow_outer_0a15 {
					align-items: flex-end;
				}

				.simple_2d24 > .static-e130 {
					order: -1;
				}

				.simple_2d24 > .blue-034f {
					width: 8.33333%;
				}

				.simple_2d24 > .progress-8494 {
					margin-left: 8.33333%;
				}

				.simple_2d24 > .prev_ae60 {
					width: 16.66667%;
				}

				.simple_2d24 > .stale-87e2 {
					margin-left: 16.66667%;
				}

				.simple_2d24 > .progress-239c {
					width: 25%;
				}

				.simple_2d24 > .pressed-c12d {
					margin-left: 25%;
				}

				.simple_2d24 > .lower_d309 {
					width: 33.33333%;
				}

				.simple_2d24 > .outer-8f4f {
					margin-left: 33.33333%;
				}

				.simple_2d24 > .border-ba8c {
					width: 41.66667%;
				}

				.simple_2d24 > .mini-5b27 {
					margin-left: 41.66667%;
				}

				.simple_2d24 > .icon-complex-f663 {
					width: 50%;
				}

				.simple_2d24 > .yellow_1144 {
					margin-left: 50%;
				}

				.simple_2d24 > .accordion-rough-16b6 {
					width: 58.33333%;
				}

				.simple_2d24 > .highlight-05b4 {
					margin-left: 58.33333%;
				}

				.simple_2d24 > .pagination-white-783f {
					width: 66.66667%;
				}

				.simple_2d24 > .alert_hard_35e6 {
					margin-left: 66.66667%;
				}

				.simple_2d24 > .title_ed8c {
					width: 75%;
				}

				.simple_2d24 > .brown_df78 {
					margin-left: 75%;
				}

				.simple_2d24 > .border-4438 {
					width: 83.33333%;
				}

				.simple_2d24 > .picture-simple-86c5 {
					margin-left: 83.33333%;
				}

				.simple_2d24 > .tag_basic_1562 {
					width: 91.66667%;
				}

				.simple_2d24 > .menu_ba32 {
					margin-left: 91.66667%;
				}

				.simple_2d24 > .hidden-green-bac8 {
					width: 100%;
				}

				.simple_2d24 > .over_8658 {
					margin-left: 100%;
				}

				.simple_2d24.left-055d {
					margin-top: 0;
					margin-left: 0em;
				}

					.simple_2d24.left-055d > * {
						padding: 0 0 0 0em;
					}

					.simple_2d24.left-055d.preview-ae18 {
						margin-top: 0em;
					}

						.simple_2d24.left-055d.preview-ae18 > * {
							padding-top: 0em;
						}

				.simple_2d24.border-8b95 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.simple_2d24.border-8b95 > * {
						padding: 0 0 0 0.375em;
					}

					.simple_2d24.border-8b95.preview-ae18 {
						margin-top: -0.375em;
					}

						.simple_2d24.border-8b95.preview-ae18 > * {
							padding-top: 0.375em;
						}

				.simple_2d24.tooltip-6475 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.simple_2d24.tooltip-6475 > * {
						padding: 0 0 0 0.75em;
					}

					.simple_2d24.tooltip-6475.preview-ae18 {
						margin-top: -0.75em;
					}

						.simple_2d24.tooltip-6475.preview-ae18 > * {
							padding-top: 0.75em;
						}

				.simple_2d24 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.simple_2d24 > * {
						padding: 0 0 0 1.5em;
					}

					.simple_2d24.preview-ae18 {
						margin-top: -1.5em;
					}

						.simple_2d24.preview-ae18 > * {
							padding-top: 1.5em;
						}

				.simple_2d24.stone_3324 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.simple_2d24.stone_3324 > * {
						padding: 0 0 0 2.25em;
					}

					.simple_2d24.stone_3324.preview-ae18 {
						margin-top: -2.25em;
					}

						.simple_2d24.stone_3324.preview-ae18 > * {
							padding-top: 2.25em;
						}

				.simple_2d24.pressed-5d89 {
					margin-top: 0;
					margin-left: -3em;
				}

					.simple_2d24.pressed-5d89 > * {
						padding: 0 0 0 3em;
					}

					.simple_2d24.pressed-5d89.preview-ae18 {
						margin-top: -3em;
					}

						.simple_2d24.pressed-5d89.preview-ae18 > * {
							padding-top: 3em;
						}

		}

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

			.simple_2d24 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.simple_2d24 > * {
					box-sizing: border-box;
				}

				.simple_2d24.preview-ae18 > * > :last-child {
					margin-bottom: 0;
				}

				.simple_2d24.silver-9794 {
					justify-content: flex-start;
				}

				.simple_2d24.message_0b69 {
					justify-content: center;
				}

				.simple_2d24.active-south-6436 {
					justify-content: flex-end;
				}

				.simple_2d24.fast_57cc {
					align-items: flex-start;
				}

				.simple_2d24.pagination_c8cf {
					align-items: center;
				}

				.simple_2d24.shadow_outer_0a15 {
					align-items: flex-end;
				}

				.simple_2d24 > .heading_da4f {
					order: -1;
				}

				.simple_2d24 > .soft_d8d5 {
					width: 8.33333%;
				}

				.simple_2d24 > .frame_3d28 {
					margin-left: 8.33333%;
				}

				.simple_2d24 > .complex_6646 {
					width: 16.66667%;
				}

				.simple_2d24 > .header_9407 {
					margin-left: 16.66667%;
				}

				.simple_2d24 > .hard-7fd4 {
					width: 25%;
				}

				.simple_2d24 > .shadow_blue_8cf4 {
					margin-left: 25%;
				}

				.simple_2d24 > .hard-a1d4 {
					width: 33.33333%;
				}

				.simple_2d24 > .south_6357 {
					margin-left: 33.33333%;
				}

				.simple_2d24 > .lite_af24 {
					width: 41.66667%;
				}

				.simple_2d24 > .alert_e3ee {
					margin-left: 41.66667%;
				}

				.simple_2d24 > .inner_d3f7 {
					width: 50%;
				}

				.simple_2d24 > .next-db36 {
					margin-left: 50%;
				}

				.simple_2d24 > .center-9b43 {
					width: 58.33333%;
				}

				.simple_2d24 > .warm_a9ce {
					margin-left: 58.33333%;
				}

				.simple_2d24 > .right_e157 {
					width: 66.66667%;
				}

				.simple_2d24 > .bright-0468 {
					margin-left: 66.66667%;
				}

				.simple_2d24 > .surface_a346 {
					width: 75%;
				}

				.simple_2d24 > .menu_inner_5e2e {
					margin-left: 75%;
				}

				.simple_2d24 > .text_fff2 {
					width: 83.33333%;
				}

				.simple_2d24 > .black_7296 {
					margin-left: 83.33333%;
				}

				.simple_2d24 > .search-891b {
					width: 91.66667%;
				}

				.simple_2d24 > .notification-narrow-f9af {
					margin-left: 91.66667%;
				}

				.simple_2d24 > .hover_yellow_055b {
					width: 100%;
				}

				.simple_2d24 > .overlay_7958 {
					margin-left: 100%;
				}

				.simple_2d24.left-055d {
					margin-top: 0;
					margin-left: 0em;
				}

					.simple_2d24.left-055d > * {
						padding: 0 0 0 0em;
					}

					.simple_2d24.left-055d.preview-ae18 {
						margin-top: 0em;
					}

						.simple_2d24.left-055d.preview-ae18 > * {
							padding-top: 0em;
						}

				.simple_2d24.border-8b95 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.simple_2d24.border-8b95 > * {
						padding: 0 0 0 0.25em;
					}

					.simple_2d24.border-8b95.preview-ae18 {
						margin-top: -0.25em;
					}

						.simple_2d24.border-8b95.preview-ae18 > * {
							padding-top: 0.25em;
						}

				.simple_2d24.tooltip-6475 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.simple_2d24.tooltip-6475 > * {
						padding: 0 0 0 0.5em;
					}

					.simple_2d24.tooltip-6475.preview-ae18 {
						margin-top: -0.5em;
					}

						.simple_2d24.tooltip-6475.preview-ae18 > * {
							padding-top: 0.5em;
						}

				.simple_2d24 {
					margin-top: 0;
					margin-left: -1em;
				}

					.simple_2d24 > * {
						padding: 0 0 0 1em;
					}

					.simple_2d24.preview-ae18 {
						margin-top: -1em;
					}

						.simple_2d24.preview-ae18 > * {
							padding-top: 1em;
						}

				.simple_2d24.stone_3324 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.simple_2d24.stone_3324 > * {
						padding: 0 0 0 1.5em;
					}

					.simple_2d24.stone_3324.preview-ae18 {
						margin-top: -1.5em;
					}

						.simple_2d24.stone_3324.preview-ae18 > * {
							padding-top: 1.5em;
						}

				.simple_2d24.pressed-5d89 {
					margin-top: 0;
					margin-left: -2em;
				}

					.simple_2d24.pressed-5d89 > * {
						padding: 0 0 0 2em;
					}

					.simple_2d24.pressed-5d89.preview-ae18 {
						margin-top: -2em;
					}

						.simple_2d24.pressed-5d89.preview-ae18 > * {
							padding-top: 2em;
						}

		}

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

			.simple_2d24 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.simple_2d24 > * {
					box-sizing: border-box;
				}

				.simple_2d24.preview-ae18 > * > :last-child {
					margin-bottom: 0;
				}

				.simple_2d24.silver-9794 {
					justify-content: flex-start;
				}

				.simple_2d24.message_0b69 {
					justify-content: center;
				}

				.simple_2d24.active-south-6436 {
					justify-content: flex-end;
				}

				.simple_2d24.fast_57cc {
					align-items: flex-start;
				}

				.simple_2d24.pagination_c8cf {
					align-items: center;
				}

				.simple_2d24.shadow_outer_0a15 {
					align-items: flex-end;
				}

				.simple_2d24 > .focus-center-f8e9 {
					order: -1;
				}

				.simple_2d24 > .blue-48d8 {
					width: 8.33333%;
				}

				.simple_2d24 > .secondary-0223 {
					margin-left: 8.33333%;
				}

				.simple_2d24 > .prev_b72c {
					width: 16.66667%;
				}

				.simple_2d24 > .label_f108 {
					margin-left: 16.66667%;
				}

				.simple_2d24 > .pagination-b786 {
					width: 25%;
				}

				.simple_2d24 > .container-iron-e799 {
					margin-left: 25%;
				}

				.simple_2d24 > .prev_e332 {
					width: 33.33333%;
				}

				.simple_2d24 > .content_4ef5 {
					margin-left: 33.33333%;
				}

				.simple_2d24 > .overlay-08f7 {
					width: 41.66667%;
				}

				.simple_2d24 > .filter_2746 {
					margin-left: 41.66667%;
				}

				.simple_2d24 > .gallery_8380 {
					width: 50%;
				}

				.simple_2d24 > .logo_plasma_df32 {
					margin-left: 50%;
				}

				.simple_2d24 > .card_3c3f {
					width: 58.33333%;
				}

				.simple_2d24 > .overlay_fluid_abf4 {
					margin-left: 58.33333%;
				}

				.simple_2d24 > .icon_0b2d {
					width: 66.66667%;
				}

				.simple_2d24 > .stale_0536 {
					margin-left: 66.66667%;
				}

				.simple_2d24 > .list-white-a306 {
					width: 75%;
				}

				.simple_2d24 > .section_mini_bf34 {
					margin-left: 75%;
				}

				.simple_2d24 > .background-1405 {
					width: 83.33333%;
				}

				.simple_2d24 > .heading-static-886a {
					margin-left: 83.33333%;
				}

				.simple_2d24 > .current_39c1 {
					width: 91.66667%;
				}

				.simple_2d24 > .black-053b {
					margin-left: 91.66667%;
				}

				.simple_2d24 > .chip-easy-b837 {
					width: 100%;
				}

				.simple_2d24 > .column-37af {
					margin-left: 100%;
				}

				.simple_2d24.left-055d {
					margin-top: 0;
					margin-left: 0em;
				}

					.simple_2d24.left-055d > * {
						padding: 0 0 0 0em;
					}

					.simple_2d24.left-055d.preview-ae18 {
						margin-top: 0em;
					}

						.simple_2d24.left-055d.preview-ae18 > * {
							padding-top: 0em;
						}

				.simple_2d24.border-8b95 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.simple_2d24.border-8b95 > * {
						padding: 0 0 0 0.3125em;
					}

					.simple_2d24.border-8b95.preview-ae18 {
						margin-top: -0.3125em;
					}

						.simple_2d24.border-8b95.preview-ae18 > * {
							padding-top: 0.3125em;
						}

				.simple_2d24.tooltip-6475 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.simple_2d24.tooltip-6475 > * {
						padding: 0 0 0 0.625em;
					}

					.simple_2d24.tooltip-6475.preview-ae18 {
						margin-top: -0.625em;
					}

						.simple_2d24.tooltip-6475.preview-ae18 > * {
							padding-top: 0.625em;
						}

				.simple_2d24 {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.simple_2d24 > * {
						padding: 0 0 0 1.25em;
					}

					.simple_2d24.preview-ae18 {
						margin-top: -1.25em;
					}

						.simple_2d24.preview-ae18 > * {
							padding-top: 1.25em;
						}

				.simple_2d24.stone_3324 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.simple_2d24.stone_3324 > * {
						padding: 0 0 0 1.875em;
					}

					.simple_2d24.stone_3324.preview-ae18 {
						margin-top: -1.875em;
					}

						.simple_2d24.stone_3324.preview-ae18 > * {
							padding-top: 1.875em;
						}

				.simple_2d24.pressed-5d89 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.simple_2d24.pressed-5d89 > * {
						padding: 0 0 0 2.5em;
					}

					.simple_2d24.pressed-5d89.preview-ae18 {
						margin-top: -2.5em;
					}

						.simple_2d24.pressed-5d89.preview-ae18 > * {
							padding-top: 2.5em;
						}

		}

/* Box */

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

		.solid_f51a > :last-child,
		.solid_f51a > :last-child > :last-child,
		.solid_f51a > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.solid_f51a.table-d93e {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.solid_f51a {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.notice-f345 {
		-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"].article-out-322f,
		input[type="reset"].article-out-322f,
		input[type="button"].article-out-322f,
		button.article-out-322f,
		.notice-f345.article-out-322f {
			padding-left: 1.35em;
		}

			input[type="submit"].article-out-322f:before,
			input[type="reset"].article-out-322f:before,
			input[type="button"].article-out-322f:before,
			button.article-out-322f:before,
			.notice-f345.article-out-322f:before {
				margin-right: 0.5em;
			}

		input[type="submit"].text-last-08ba,
		input[type="reset"].text-last-08ba,
		input[type="button"].text-last-08ba,
		button.text-last-08ba,
		.notice-f345.text-last-08ba {
			width: 100%;
		}

		input[type="submit"].outline_red_2ac6,
		input[type="reset"].outline_red_2ac6,
		input[type="button"].outline_red_2ac6,
		button.outline_red_2ac6,
		.notice-f345.outline_red_2ac6 {
			font-size: 0.8em;
		}

		input[type="submit"].primary-0653,
		input[type="reset"].primary-0653,
		input[type="button"].primary-0653,
		button.primary-0653,
		.notice-f345.primary-0653 {
			font-size: 1.35em;
		}

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

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

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

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.notice-f345 {
		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,
		.notice-f345:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

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

		input[type="submit"].article-out-322f:before,
		input[type="reset"].article-out-322f:before,
		input[type="button"].article-out-322f:before,
		button.article-out-322f:before,
		.notice-f345.article-out-322f:before {
			color: rgba(255, 255, 255, 0.5);
		}

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

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

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

			input[type="submit"].fn-primary-f2cd.article-out-322f:before,
			input[type="reset"].fn-primary-f2cd.article-out-322f:before,
			input[type="button"].fn-primary-f2cd.article-out-322f:before,
			button.fn-primary-f2cd.article-out-322f:before,
			.notice-f345.fn-primary-f2cd.article-out-322f: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.wrapper-brown-b10f.gallery_dirty_8e55/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;
	}

	.new-3807 {
		color: rgba(255, 255, 255, 0.5) !important;
	}

/* Icon */

	.article-out-322f {
		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;
	}

		.article-out-322f: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;
		}

		.article-out-322f > .pro-0b7e {
			display: none;
		}

		.article-out-322f:before {
			line-height: solid;
		}

		.article-out-322f.active-large-dc0d:before {
			font-weight: 900;
		}

		.article-out-322f.form-b588:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.article-out-322f.popup_up_5b54 {
			border: solid 1px;
			display: inline-block;
			border-radius: 100%;
			padding: 0.65em;
			margin: 0 0 2em 0;
			cursor: default;
		}

			.article-out-322f.popup_up_5b54: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;
			}

		.article-out-322f.table-d93e {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.article-out-322f.table-d93e:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.article-out-322f.tall_95d2 {
			color: #efa8b0;
		}

		.article-out-322f.accent-green-0599 {
			color: #c79cc8;
		}

		.article-out-322f.focus_3bbd {
			color: #a89cc8;
		}

		.article-out-322f.aside-pro-ce6d {
			color: #9bb2e1;
		}

		.article-out-322f.border-hot-5d24 {
			color: #8cc9f0;
		}

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

			.article-out-322f.popup_up_5b54:before {
				font-size: 5.5rem;
			}

		}

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

			.article-out-322f.popup_up_5b54:before {
				font-size: 4.75rem;
			}

		}

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

			.article-out-322f.popup_up_5b54 {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.article-out-322f.popup_up_5b54:before {
					font-size: 3.5rem;
				}

		}

	.article-out-322f.popup_up_5b54 {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.article-out-322f.popup_up_5b54:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.article-out-322f.table-d93e {
		border-color: rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}

		.article-out-322f.table-d93e:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.article-out-322f.table-d93e:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

/* Image */

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

		.dropdown-37ab img {
			border-radius: 8px;
			display: block;
		}

		.dropdown-37ab.fn-left-f2cd, .dropdown-37ab.fn-right-f2cd {
			max-width: 40%;
		}

			.dropdown-37ab.fn-left-f2cd img, .dropdown-37ab.fn-right-f2cd img {
				width: 100%;
			}

		.dropdown-37ab.fn-left-f2cd {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.dropdown-37ab.fn-right-f2cd {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.dropdown-37ab.text-last-08ba {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.dropdown-37ab.text-last-08ba img {
				width: 100%;
			}

		.dropdown-37ab.thumbnail_pink_fcc2 {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.dropdown-37ab.thumbnail_pink_fcc2 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.table-d93e {
			list-style: none;
			padding-left: 0;
		}

			ul.table-d93e li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.table-d93e 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.table-d93e dt {
			display: block;
			width: 3em;
			margin: 0;
			clear: left;
			float: left;
		}

		dl.table-d93e dd {
			margin: 0 0 0.85em 5.5em;
		}

		dl.table-d93e:after {
			content: '';
			display: block;
			clear: both;
		}

	ul.table-d93e li {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

	dl dt {
		color: #ffffff;
	}

/* Actions */

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

		ul.row_0e1d li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.row_0e1d.lite-ca28 {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.row_0e1d.lite-ca28 li:first-child {
				padding-left: 0;
			}

		ul.row_0e1d.modal-dynamic-3c5c {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.row_0e1d.modal-dynamic-3c5c li {
				padding: 1.3em 0 0 0;
			}

				ul.row_0e1d.modal-dynamic-3c5c li:first-child {
					padding-top: 0;
				}

		ul.row_0e1d.text-last-08ba {
			width: calc(100% + 1em);
		}

			ul.row_0e1d.text-last-08ba 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.row_0e1d.text-last-08ba li > * {
					width: 100%;
				}

			ul.row_0e1d.text-last-08ba.modal-dynamic-3c5c {
				width: 100%;
			}

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

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

				ul.row_0e1d:not(.fn-fixed-f2cd) 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.row_0e1d:not(.fn-fixed-f2cd) li > * {
						width: 100%;
					}

					ul.row_0e1d:not(.fn-fixed-f2cd) li:first-child {
						padding-top: 0;
					}

					ul.row_0e1d:not(.fn-fixed-f2cd) li input[type="submit"],
					ul.row_0e1d:not(.fn-fixed-f2cd) li input[type="reset"],
					ul.row_0e1d:not(.fn-fixed-f2cd) li input[type="button"],
					ul.row_0e1d:not(.fn-fixed-f2cd) li button,
					ul.row_0e1d:not(.fn-fixed-f2cd) li .notice-f345 {
						width: 100%;
					}

						ul.row_0e1d:not(.fn-fixed-f2cd) li input[type="submit"].article-out-322f:before,
						ul.row_0e1d:not(.fn-fixed-f2cd) li input[type="reset"].article-out-322f:before,
						ul.row_0e1d:not(.fn-fixed-f2cd) li input[type="button"].article-out-322f:before,
						ul.row_0e1d:not(.fn-fixed-f2cd) li button.article-out-322f:before,
						ul.row_0e1d:not(.fn-fixed-f2cd) li .notice-f345.article-out-322f:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

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

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

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

/* Section/Article */

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

	header.popup_up_5b54 {
		margin-bottom: 3em;
	}

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

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

				section.lite-ca28 header.popup_up_5b54 h2:after, article.lite-ca28 header.popup_up_5b54 h2:after {
					margin-left: auto;
					margin-right: auto;
				}

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

		header.popup_up_5b54.lite-ca28 {
			text-align: center;
		}

			header.popup_up_5b54.lite-ca28 h2:after {
				margin-left: auto;
				margin-right: auto;
			}

	footer.popup_up_5b54 {
		margin-top: 3em;
	}

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

		header.popup_up_5b54 {
			margin-bottom: 0;
		}

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

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

				header.popup_up_5b54 p br {
					display: none;
				}

		footer.popup_up_5b54 {
			margin-top: 0;
		}

	}

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

/* Table */

	.brown-9202 {
		-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.table-d93e {
			border-collapse: separate;
		}

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

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

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

			table.table-d93e thead {
				border-bottom: 0;
			}

			table.table-d93e 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.table-d93e tbody tr td {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Features */

	.primary-f939 {
		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;
	}

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

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

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

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

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

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

		}

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

			.primary-f939 {
				width: 100%;
				margin: 0 0 2em 0;
			}

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

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

		}

/* Statistics */

	.overlay_right_033e {
		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;
	}

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

			.overlay_right_033e li.tall_95d2 {
				background-color: #efa8b0;
			}

			.overlay_right_033e li.accent-green-0599 {
				background-color: #c79cc8;
			}

			.overlay_right_033e li.focus_3bbd {
				background-color: #a89cc8;
			}

			.overlay_right_033e li.aside-pro-ce6d {
				background-color: #9bb2e1;
			}

			.overlay_right_033e li.border-hot-5d24 {
				background-color: #8cc9f0;
			}

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

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

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

			.overlay_right_033e li .article-out-322f {
				display: inline-block;
			}

				.overlay_right_033e li .article-out-322f:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

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

			.overlay_right_033e li strong, .overlay_right_033e li b {
				font-size: 1.5em;
			}

		}

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

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

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

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

				.overlay_right_033e li .article-out-322f:before {
					font-size: 3.75rem;
				}

				.overlay_right_033e li strong, .overlay_right_033e li b {
					font-size: 2.5em;
				}

		}

/* Spotlight */

	.shade_3323 {
		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;
	}

		.shade_3323 .full_37cd {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			.shade_3323 .full_37cd > :last-child {
				margin-bottom: 0;
			}

			.shade_3323 .full_37cd header.popup_up_5b54 {
				margin: 0 0 2em 0;
			}

		.shade_3323 .dropdown-37ab {
			display: inline-block;
			margin-left: 4em;
			padding: 0.65em;
			border-radius: 100%;
			border: solid 1px;
		}

			.shade_3323 .dropdown-37ab img {
				display: block;
				border-radius: 100%;
				width: 16em;
			}

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

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

				.shade_3323 .full_37cd {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					width: 100%;
				}

					.shade_3323 .full_37cd header.popup_up_5b54 h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.shade_3323 .full_37cd .row_0e1d {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.shade_3323 .dropdown-37ab {
					-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) {

			.shade_3323 .dropdown-37ab {
				padding: 0.35em;
			}

				.shade_3323 .dropdown-37ab img {
					width: 12em;
				}

		}

	.shade_3323 .dropdown-37ab {
		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.table-d93e {
			padding: 7em 5em 4em 5em ;
		}

			#header.table-d93e h1 {
				font-size: 3.25em;
			}

			#header.table-d93e > * {
				-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.table-d93e .gas_51dc {
				-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.table-d93e .gas_51dc img {
					display: block;
					margin: 0 auto;
					max-width: 75%;
				}

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

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

				#header.table-d93e {
					padding: 6em 4em 3em 4em ;
				}

		}

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

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

				#header.table-d93e {
					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.table-d93e {
					padding: 4em 2em 1em 2em ;
				}

					#header.table-d93e h1 {
						font-size: 2.5em;
					}

		}

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

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

				#header.table-d93e {
					padding: 4em 1.5em 1em 1.5em ;
				}

		}

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

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

				#header.table-d93e {
					padding: 3.5em 1em 0.5em 1em ;
				}

		}

		body.right-3e6a #header.table-d93e > * {
			opacity: 0;
		}

		body.right-3e6a #header.table-d93e .gas_51dc {
			-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-f2cd {
						background-color: #363636;
						box-shadow: none;
					}

		#nav.table-d93e {
			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.table-d93e ul li {
				margin: 0 0.175em;
			}

				#nav.table-d93e 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 .solid_f51a {
			border-color: #dddddd;
		}

		#main input[type="submit"],
		#main input[type="reset"],
		#main input[type="button"],
		#main button,
		#main .notice-f345 {
			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 .notice-f345: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 .notice-f345:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

			#main input[type="submit"].article-out-322f:before,
			#main input[type="reset"].article-out-322f:before,
			#main input[type="button"].article-out-322f:before,
			#main button.article-out-322f:before,
			#main .notice-f345.article-out-322f:before {
				color: rgba(99, 99, 99, 0.25);
			}

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

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

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

				#main input[type="submit"].fn-primary-f2cd.article-out-322f:before,
				#main input[type="reset"].fn-primary-f2cd.article-out-322f:before,
				#main input[type="button"].fn-primary-f2cd.article-out-322f:before,
				#main button.fn-primary-f2cd.article-out-322f:before,
				#main .notice-f345.fn-primary-f2cd.article-out-322f: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.wrapper-brown-b10f.gallery_dirty_8e55/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 .new-3807 {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .article-out-322f.popup_up_5b54 {
			border-color: #dddddd;
		}

			#main .article-out-322f.popup_up_5b54:before {
				border-color: #dddddd;
			}

		#main .article-out-322f.table-d93e {
			border-color: #dddddd;
			color: #636363;
		}

			#main .article-out-322f.table-d93e:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main .article-out-322f.table-d93e:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

		#main ul.table-d93e li {
			border-top-color: #dddddd;
		}

		#main dl dt {
			color: #636363;
		}

		#main header.popup_up_5b54 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.table-d93e tbody tr td {
			border-color: #dddddd;
		}

		#main .shade_3323 .dropdown-37ab {
			border-color: #dddddd;
		}

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

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

			#main > .thumbnail_pink_fcc2 > .dropdown-37ab.thumbnail_pink_fcc2: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 > .thumbnail_pink_fcc2 > .dropdown-37ab.thumbnail_pink_fcc2: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 > .thumbnail_pink_fcc2 {
				padding: 4em 4em 2em 4em ;
			}

				#main > .thumbnail_pink_fcc2 > .dropdown-37ab.thumbnail_pink_fcc2:first-child {
					margin: -4em 0 4em -4em;
					width: calc(100% + 8em);
				}

		}

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

			#main > .thumbnail_pink_fcc2 {
				padding: 4em 3em 2em 3em ;
			}

				#main > .thumbnail_pink_fcc2 > .dropdown-37ab.thumbnail_pink_fcc2:first-child {
					margin: -4em 0 4em -3em;
					width: calc(100% + 6em);
				}

		}

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

			#main > .thumbnail_pink_fcc2 {
				padding: 3em 2em 1em 2em ;
			}

				#main > .thumbnail_pink_fcc2 > .dropdown-37ab.thumbnail_pink_fcc2:first-child {
					margin: -3em 0 2em -2em;
					width: calc(100% + 4em);
				}

		}

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

			#main > .thumbnail_pink_fcc2 {
				padding: 3em 1.5em 1em 1.5em ;
			}

				#main > .thumbnail_pink_fcc2 > .dropdown-37ab.thumbnail_pink_fcc2:first-child {
					margin: -3em 0 1.5em -1.5em;
					width: calc(100% + 3em);
				}

		}

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

			#main {
				border-radius: 0;
			}

				#main > .thumbnail_pink_fcc2 {
					padding: 2.5em 1em 0.5em 1em ;
				}

					#main > .thumbnail_pink_fcc2 > .dropdown-37ab.thumbnail_pink_fcc2:first-child {
						margin: -2.5em 0 1.5em -1em;
						width: calc(100% + 2em);
						border-radius: 0;
					}

						#main > .thumbnail_pink_fcc2 > .dropdown-37ab.thumbnail_pink_fcc2: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 .right_d81f {
			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 .right_d81f {
					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%;
			}

		}
		
		.notice-f345 {
  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;
}

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

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

.notice-f345.outline_red_2ac6 {
  font-size: 13px;
  padding: 8px 16px;
}
/* css-noise: ece4 */
.promo-block-m3 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.0;
}
