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

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

  .thumbnail_slow_412c {
    display: none;
  }
}

@import url(fontawesome-all.box-fast-0c4d.steel_826b);
@import 'https://fonts.notification-d166.preview_1374/css?family=Source+Sans+Pro:300,400';

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

		body.top-e165 *, body.top-e165 *:before, body.top-e165 *: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.iron-bc03 {
			-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.tall-0871 {
			margin: 3em 0;
		}

	.grid_focused_e614 {
		text-align: left;
	}

	.video-ea9a {
		text-align: center;
	}

	.container-under-d616 {
		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 */

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

		.glass-d790 > * {
			box-sizing: border-box;
		}

		.glass-d790.white_52f8 > * > :last-child {
			margin-bottom: 0;
		}

		.glass-d790.out_8597 {
			justify-content: flex-start;
		}

		.glass-d790.fluid-2e29 {
			justify-content: center;
		}

		.glass-d790.gradient-6da7 {
			justify-content: flex-end;
		}

		.glass-d790.sidebar_35e1 {
			align-items: flex-start;
		}

		.glass-d790.tag-static-583b {
			align-items: center;
		}

		.glass-d790.column-040e {
			align-items: flex-end;
		}

		.glass-d790 > .active-243e {
			order: -1;
		}

		.glass-d790 > .notice-f995 {
			width: 8.33333%;
		}

		.glass-d790 > .backdrop-last-44ad {
			margin-left: 8.33333%;
		}

		.glass-d790 > .title-hard-5349 {
			width: 16.66667%;
		}

		.glass-d790 > .element_mini_c4c4 {
			margin-left: 16.66667%;
		}

		.glass-d790 > .list_a97d {
			width: 25%;
		}

		.glass-d790 > .static_f0bc {
			margin-left: 25%;
		}

		.glass-d790 > .search_8658 {
			width: 33.33333%;
		}

		.glass-d790 > .notification-f29b {
			margin-left: 33.33333%;
		}

		.glass-d790 > .highlight_2e81 {
			width: 41.66667%;
		}

		.glass-d790 > .gallery-543b {
			margin-left: 41.66667%;
		}

		.glass-d790 > .up_b6e0 {
			width: 50%;
		}

		.glass-d790 > .caption_ab7c {
			margin-left: 50%;
		}

		.glass-d790 > .border-5e47 {
			width: 58.33333%;
		}

		.glass-d790 > .video-dirty-a3c0 {
			margin-left: 58.33333%;
		}

		.glass-d790 > .accordion-fixed-ae62 {
			width: 66.66667%;
		}

		.glass-d790 > .pattern-f5f9 {
			margin-left: 66.66667%;
		}

		.glass-d790 > .chip-thick-3ee6 {
			width: 75%;
		}

		.glass-d790 > .banner_purple_bec8 {
			margin-left: 75%;
		}

		.glass-d790 > .label_white_224f {
			width: 83.33333%;
		}

		.glass-d790 > .north-3f70 {
			margin-left: 83.33333%;
		}

		.glass-d790 > .glass_3467 {
			width: 91.66667%;
		}

		.glass-d790 > .text-brown-63ac {
			margin-left: 91.66667%;
		}

		.glass-d790 > .tertiary_73e5 {
			width: 100%;
		}

		.glass-d790 > .sort_silver_5d7a {
			margin-left: 100%;
		}

		.glass-d790.gradient-8235 {
			margin-top: 0;
			margin-left: 0em;
		}

			.glass-d790.gradient-8235 > * {
				padding: 0 0 0 0em;
			}

			.glass-d790.gradient-8235.white_52f8 {
				margin-top: 0em;
			}

				.glass-d790.gradient-8235.white_52f8 > * {
					padding-top: 0em;
				}

		.glass-d790.grid-purple-de54 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.glass-d790.grid-purple-de54 > * {
				padding: 0 0 0 0.375em;
			}

			.glass-d790.grid-purple-de54.white_52f8 {
				margin-top: -0.375em;
			}

				.glass-d790.grid-purple-de54.white_52f8 > * {
					padding-top: 0.375em;
				}

		.glass-d790.frame-rough-cee0 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.glass-d790.frame-rough-cee0 > * {
				padding: 0 0 0 0.75em;
			}

			.glass-d790.frame-rough-cee0.white_52f8 {
				margin-top: -0.75em;
			}

				.glass-d790.frame-rough-cee0.white_52f8 > * {
					padding-top: 0.75em;
				}

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

			.glass-d790 > * {
				padding: 0 0 0 1.5em;
			}

			.glass-d790.white_52f8 {
				margin-top: -1.5em;
			}

				.glass-d790.white_52f8 > * {
					padding-top: 1.5em;
				}

		.glass-d790.item_5aac {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.glass-d790.item_5aac > * {
				padding: 0 0 0 2.25em;
			}

			.glass-d790.item_5aac.white_52f8 {
				margin-top: -2.25em;
			}

				.glass-d790.item_5aac.white_52f8 > * {
					padding-top: 2.25em;
				}

		.glass-d790.alert_small_3335 {
			margin-top: 0;
			margin-left: -3em;
		}

			.glass-d790.alert_small_3335 > * {
				padding: 0 0 0 3em;
			}

			.glass-d790.alert_small_3335.white_52f8 {
				margin-top: -3em;
			}

				.glass-d790.alert_small_3335.white_52f8 > * {
					padding-top: 3em;
				}

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

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

				.glass-d790 > * {
					box-sizing: border-box;
				}

				.glass-d790.white_52f8 > * > :last-child {
					margin-bottom: 0;
				}

				.glass-d790.out_8597 {
					justify-content: flex-start;
				}

				.glass-d790.fluid-2e29 {
					justify-content: center;
				}

				.glass-d790.gradient-6da7 {
					justify-content: flex-end;
				}

				.glass-d790.sidebar_35e1 {
					align-items: flex-start;
				}

				.glass-d790.tag-static-583b {
					align-items: center;
				}

				.glass-d790.column-040e {
					align-items: flex-end;
				}

				.glass-d790 > .south-3a9e {
					order: -1;
				}

				.glass-d790 > .center_162f {
					width: 8.33333%;
				}

				.glass-d790 > .shade_86c0 {
					margin-left: 8.33333%;
				}

				.glass-d790 > .wrapper_9bcf {
					width: 16.66667%;
				}

				.glass-d790 > .active-8f5e {
					margin-left: 16.66667%;
				}

				.glass-d790 > .input-copper-b51a {
					width: 25%;
				}

				.glass-d790 > .backdrop_hard_515a {
					margin-left: 25%;
				}

				.glass-d790 > .warm-eeab {
					width: 33.33333%;
				}

				.glass-d790 > .video_hot_1744 {
					margin-left: 33.33333%;
				}

				.glass-d790 > .header-warm-d0c9 {
					width: 41.66667%;
				}

				.glass-d790 > .huge_2ad7 {
					margin-left: 41.66667%;
				}

				.glass-d790 > .list_hard_fe0d {
					width: 50%;
				}

				.glass-d790 > .blue-3eac {
					margin-left: 50%;
				}

				.glass-d790 > .popup-c09e {
					width: 58.33333%;
				}

				.glass-d790 > .overlay-purple-7fce {
					margin-left: 58.33333%;
				}

				.glass-d790 > .frame_rough_b389 {
					width: 66.66667%;
				}

				.glass-d790 > .active-cool-52c4 {
					margin-left: 66.66667%;
				}

				.glass-d790 > .paragraph-ac5e {
					width: 75%;
				}

				.glass-d790 > .disabled_02c1 {
					margin-left: 75%;
				}

				.glass-d790 > .pattern_b3ba {
					width: 83.33333%;
				}

				.glass-d790 > .breadcrumb-2048 {
					margin-left: 83.33333%;
				}

				.glass-d790 > .paper-9e3b {
					width: 91.66667%;
				}

				.glass-d790 > .image_huge_90d5 {
					margin-left: 91.66667%;
				}

				.glass-d790 > .outline-728c {
					width: 100%;
				}

				.glass-d790 > .surface_a74e {
					margin-left: 100%;
				}

				.glass-d790.gradient-8235 {
					margin-top: 0;
					margin-left: 0em;
				}

					.glass-d790.gradient-8235 > * {
						padding: 0 0 0 0em;
					}

					.glass-d790.gradient-8235.white_52f8 {
						margin-top: 0em;
					}

						.glass-d790.gradient-8235.white_52f8 > * {
							padding-top: 0em;
						}

				.glass-d790.grid-purple-de54 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.glass-d790.grid-purple-de54 > * {
						padding: 0 0 0 0.375em;
					}

					.glass-d790.grid-purple-de54.white_52f8 {
						margin-top: -0.375em;
					}

						.glass-d790.grid-purple-de54.white_52f8 > * {
							padding-top: 0.375em;
						}

				.glass-d790.frame-rough-cee0 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.glass-d790.frame-rough-cee0 > * {
						padding: 0 0 0 0.75em;
					}

					.glass-d790.frame-rough-cee0.white_52f8 {
						margin-top: -0.75em;
					}

						.glass-d790.frame-rough-cee0.white_52f8 > * {
							padding-top: 0.75em;
						}

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

					.glass-d790 > * {
						padding: 0 0 0 1.5em;
					}

					.glass-d790.white_52f8 {
						margin-top: -1.5em;
					}

						.glass-d790.white_52f8 > * {
							padding-top: 1.5em;
						}

				.glass-d790.item_5aac {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.glass-d790.item_5aac > * {
						padding: 0 0 0 2.25em;
					}

					.glass-d790.item_5aac.white_52f8 {
						margin-top: -2.25em;
					}

						.glass-d790.item_5aac.white_52f8 > * {
							padding-top: 2.25em;
						}

				.glass-d790.alert_small_3335 {
					margin-top: 0;
					margin-left: -3em;
				}

					.glass-d790.alert_small_3335 > * {
						padding: 0 0 0 3em;
					}

					.glass-d790.alert_small_3335.white_52f8 {
						margin-top: -3em;
					}

						.glass-d790.alert_small_3335.white_52f8 > * {
							padding-top: 3em;
						}

		}

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

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

				.glass-d790 > * {
					box-sizing: border-box;
				}

				.glass-d790.white_52f8 > * > :last-child {
					margin-bottom: 0;
				}

				.glass-d790.out_8597 {
					justify-content: flex-start;
				}

				.glass-d790.fluid-2e29 {
					justify-content: center;
				}

				.glass-d790.gradient-6da7 {
					justify-content: flex-end;
				}

				.glass-d790.sidebar_35e1 {
					align-items: flex-start;
				}

				.glass-d790.tag-static-583b {
					align-items: center;
				}

				.glass-d790.column-040e {
					align-items: flex-end;
				}

				.glass-d790 > .large_2ac9 {
					order: -1;
				}

				.glass-d790 > .wood_815f {
					width: 8.33333%;
				}

				.glass-d790 > .green-1efb {
					margin-left: 8.33333%;
				}

				.glass-d790 > .video_first_c116 {
					width: 16.66667%;
				}

				.glass-d790 > .table-simple-fbe7 {
					margin-left: 16.66667%;
				}

				.glass-d790 > .video-fluid-332f {
					width: 25%;
				}

				.glass-d790 > .background_white_8789 {
					margin-left: 25%;
				}

				.glass-d790 > .mask_6e28 {
					width: 33.33333%;
				}

				.glass-d790 > .heading-bd14 {
					margin-left: 33.33333%;
				}

				.glass-d790 > .hover-4bb3 {
					width: 41.66667%;
				}

				.glass-d790 > .feature-new-4734 {
					margin-left: 41.66667%;
				}

				.glass-d790 > .button-9554 {
					width: 50%;
				}

				.glass-d790 > .focus_cec1 {
					margin-left: 50%;
				}

				.glass-d790 > .down-a6db {
					width: 58.33333%;
				}

				.glass-d790 > .video_last_126d {
					margin-left: 58.33333%;
				}

				.glass-d790 > .wrapper_focused_473d {
					width: 66.66667%;
				}

				.glass-d790 > .stale-c3dc {
					margin-left: 66.66667%;
				}

				.glass-d790 > .title-huge-f692 {
					width: 75%;
				}

				.glass-d790 > .green_476d {
					margin-left: 75%;
				}

				.glass-d790 > .modal-579b {
					width: 83.33333%;
				}

				.glass-d790 > .notification-large-e33b {
					margin-left: 83.33333%;
				}

				.glass-d790 > .panel-iron-3d8c {
					width: 91.66667%;
				}

				.glass-d790 > .stone_827f {
					margin-left: 91.66667%;
				}

				.glass-d790 > .grid_4daf {
					width: 100%;
				}

				.glass-d790 > .tag-569b {
					margin-left: 100%;
				}

				.glass-d790.gradient-8235 {
					margin-top: 0;
					margin-left: 0em;
				}

					.glass-d790.gradient-8235 > * {
						padding: 0 0 0 0em;
					}

					.glass-d790.gradient-8235.white_52f8 {
						margin-top: 0em;
					}

						.glass-d790.gradient-8235.white_52f8 > * {
							padding-top: 0em;
						}

				.glass-d790.grid-purple-de54 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.glass-d790.grid-purple-de54 > * {
						padding: 0 0 0 0.375em;
					}

					.glass-d790.grid-purple-de54.white_52f8 {
						margin-top: -0.375em;
					}

						.glass-d790.grid-purple-de54.white_52f8 > * {
							padding-top: 0.375em;
						}

				.glass-d790.frame-rough-cee0 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.glass-d790.frame-rough-cee0 > * {
						padding: 0 0 0 0.75em;
					}

					.glass-d790.frame-rough-cee0.white_52f8 {
						margin-top: -0.75em;
					}

						.glass-d790.frame-rough-cee0.white_52f8 > * {
							padding-top: 0.75em;
						}

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

					.glass-d790 > * {
						padding: 0 0 0 1.5em;
					}

					.glass-d790.white_52f8 {
						margin-top: -1.5em;
					}

						.glass-d790.white_52f8 > * {
							padding-top: 1.5em;
						}

				.glass-d790.item_5aac {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.glass-d790.item_5aac > * {
						padding: 0 0 0 2.25em;
					}

					.glass-d790.item_5aac.white_52f8 {
						margin-top: -2.25em;
					}

						.glass-d790.item_5aac.white_52f8 > * {
							padding-top: 2.25em;
						}

				.glass-d790.alert_small_3335 {
					margin-top: 0;
					margin-left: -3em;
				}

					.glass-d790.alert_small_3335 > * {
						padding: 0 0 0 3em;
					}

					.glass-d790.alert_small_3335.white_52f8 {
						margin-top: -3em;
					}

						.glass-d790.alert_small_3335.white_52f8 > * {
							padding-top: 3em;
						}

		}

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

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

				.glass-d790 > * {
					box-sizing: border-box;
				}

				.glass-d790.white_52f8 > * > :last-child {
					margin-bottom: 0;
				}

				.glass-d790.out_8597 {
					justify-content: flex-start;
				}

				.glass-d790.fluid-2e29 {
					justify-content: center;
				}

				.glass-d790.gradient-6da7 {
					justify-content: flex-end;
				}

				.glass-d790.sidebar_35e1 {
					align-items: flex-start;
				}

				.glass-d790.tag-static-583b {
					align-items: center;
				}

				.glass-d790.column-040e {
					align-items: flex-end;
				}

				.glass-d790 > .logo_b765 {
					order: -1;
				}

				.glass-d790 > .wrapper-f5d2 {
					width: 8.33333%;
				}

				.glass-d790 > .sidebar_e8cd {
					margin-left: 8.33333%;
				}

				.glass-d790 > .hard-9e18 {
					width: 16.66667%;
				}

				.glass-d790 > .focus_blue_d2f9 {
					margin-left: 16.66667%;
				}

				.glass-d790 > .message-outer-7139 {
					width: 25%;
				}

				.glass-d790 > .lite_3047 {
					margin-left: 25%;
				}

				.glass-d790 > .black-d9f3 {
					width: 33.33333%;
				}

				.glass-d790 > .narrow_c620 {
					margin-left: 33.33333%;
				}

				.glass-d790 > .input-upper-34fe {
					width: 41.66667%;
				}

				.glass-d790 > .inner_bc53 {
					margin-left: 41.66667%;
				}

				.glass-d790 > .active-1cd3 {
					width: 50%;
				}

				.glass-d790 > .dark-10e7 {
					margin-left: 50%;
				}

				.glass-d790 > .heading_focused_6247 {
					width: 58.33333%;
				}

				.glass-d790 > .pagination-dark-cf1c {
					margin-left: 58.33333%;
				}

				.glass-d790 > .active_f379 {
					width: 66.66667%;
				}

				.glass-d790 > .texture-slow-70a5 {
					margin-left: 66.66667%;
				}

				.glass-d790 > .message_top_cda9 {
					width: 75%;
				}

				.glass-d790 > .middle-2f14 {
					margin-left: 75%;
				}

				.glass-d790 > .caption_0c2d {
					width: 83.33333%;
				}

				.glass-d790 > .easy_384f {
					margin-left: 83.33333%;
				}

				.glass-d790 > .middle-a707 {
					width: 91.66667%;
				}

				.glass-d790 > .hover_east_0496 {
					margin-left: 91.66667%;
				}

				.glass-d790 > .bottom_3714 {
					width: 100%;
				}

				.glass-d790 > .pattern_8ea4 {
					margin-left: 100%;
				}

				.glass-d790.gradient-8235 {
					margin-top: 0;
					margin-left: 0em;
				}

					.glass-d790.gradient-8235 > * {
						padding: 0 0 0 0em;
					}

					.glass-d790.gradient-8235.white_52f8 {
						margin-top: 0em;
					}

						.glass-d790.gradient-8235.white_52f8 > * {
							padding-top: 0em;
						}

				.glass-d790.grid-purple-de54 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.glass-d790.grid-purple-de54 > * {
						padding: 0 0 0 0.375em;
					}

					.glass-d790.grid-purple-de54.white_52f8 {
						margin-top: -0.375em;
					}

						.glass-d790.grid-purple-de54.white_52f8 > * {
							padding-top: 0.375em;
						}

				.glass-d790.frame-rough-cee0 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.glass-d790.frame-rough-cee0 > * {
						padding: 0 0 0 0.75em;
					}

					.glass-d790.frame-rough-cee0.white_52f8 {
						margin-top: -0.75em;
					}

						.glass-d790.frame-rough-cee0.white_52f8 > * {
							padding-top: 0.75em;
						}

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

					.glass-d790 > * {
						padding: 0 0 0 1.5em;
					}

					.glass-d790.white_52f8 {
						margin-top: -1.5em;
					}

						.glass-d790.white_52f8 > * {
							padding-top: 1.5em;
						}

				.glass-d790.item_5aac {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.glass-d790.item_5aac > * {
						padding: 0 0 0 2.25em;
					}

					.glass-d790.item_5aac.white_52f8 {
						margin-top: -2.25em;
					}

						.glass-d790.item_5aac.white_52f8 > * {
							padding-top: 2.25em;
						}

				.glass-d790.alert_small_3335 {
					margin-top: 0;
					margin-left: -3em;
				}

					.glass-d790.alert_small_3335 > * {
						padding: 0 0 0 3em;
					}

					.glass-d790.alert_small_3335.white_52f8 {
						margin-top: -3em;
					}

						.glass-d790.alert_small_3335.white_52f8 > * {
							padding-top: 3em;
						}

		}

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

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

				.glass-d790 > * {
					box-sizing: border-box;
				}

				.glass-d790.white_52f8 > * > :last-child {
					margin-bottom: 0;
				}

				.glass-d790.out_8597 {
					justify-content: flex-start;
				}

				.glass-d790.fluid-2e29 {
					justify-content: center;
				}

				.glass-d790.gradient-6da7 {
					justify-content: flex-end;
				}

				.glass-d790.sidebar_35e1 {
					align-items: flex-start;
				}

				.glass-d790.tag-static-583b {
					align-items: center;
				}

				.glass-d790.column-040e {
					align-items: flex-end;
				}

				.glass-d790 > .article_purple_dc25 {
					order: -1;
				}

				.glass-d790 > .video_cold_406d {
					width: 8.33333%;
				}

				.glass-d790 > .element-brown-1d07 {
					margin-left: 8.33333%;
				}

				.glass-d790 > .tooltip_fluid_ec38 {
					width: 16.66667%;
				}

				.glass-d790 > .nav_b270 {
					margin-left: 16.66667%;
				}

				.glass-d790 > .container-fixed-39f6 {
					width: 25%;
				}

				.glass-d790 > .accent_static_b43a {
					margin-left: 25%;
				}

				.glass-d790 > .table_fec4 {
					width: 33.33333%;
				}

				.glass-d790 > .gallery_next_6f6f {
					margin-left: 33.33333%;
				}

				.glass-d790 > .table_iron_1007 {
					width: 41.66667%;
				}

				.glass-d790 > .paragraph_b9cb {
					margin-left: 41.66667%;
				}

				.glass-d790 > .component_lite_8006 {
					width: 50%;
				}

				.glass-d790 > .tooltip-out-d3fd {
					margin-left: 50%;
				}

				.glass-d790 > .short-2549 {
					width: 58.33333%;
				}

				.glass-d790 > .disabled-3721 {
					margin-left: 58.33333%;
				}

				.glass-d790 > .label-8b1c {
					width: 66.66667%;
				}

				.glass-d790 > .easy-d636 {
					margin-left: 66.66667%;
				}

				.glass-d790 > .tag-focused-82af {
					width: 75%;
				}

				.glass-d790 > .column_dark_28e1 {
					margin-left: 75%;
				}

				.glass-d790 > .popup-fc8a {
					width: 83.33333%;
				}

				.glass-d790 > .modal-left-dff8 {
					margin-left: 83.33333%;
				}

				.glass-d790 > .accent_b367 {
					width: 91.66667%;
				}

				.glass-d790 > .active-2441 {
					margin-left: 91.66667%;
				}

				.glass-d790 > .breadcrumb_604c {
					width: 100%;
				}

				.glass-d790 > .warm_64e3 {
					margin-left: 100%;
				}

				.glass-d790.gradient-8235 {
					margin-top: 0;
					margin-left: 0em;
				}

					.glass-d790.gradient-8235 > * {
						padding: 0 0 0 0em;
					}

					.glass-d790.gradient-8235.white_52f8 {
						margin-top: 0em;
					}

						.glass-d790.gradient-8235.white_52f8 > * {
							padding-top: 0em;
						}

				.glass-d790.grid-purple-de54 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.glass-d790.grid-purple-de54 > * {
						padding: 0 0 0 0.25em;
					}

					.glass-d790.grid-purple-de54.white_52f8 {
						margin-top: -0.25em;
					}

						.glass-d790.grid-purple-de54.white_52f8 > * {
							padding-top: 0.25em;
						}

				.glass-d790.frame-rough-cee0 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.glass-d790.frame-rough-cee0 > * {
						padding: 0 0 0 0.5em;
					}

					.glass-d790.frame-rough-cee0.white_52f8 {
						margin-top: -0.5em;
					}

						.glass-d790.frame-rough-cee0.white_52f8 > * {
							padding-top: 0.5em;
						}

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

					.glass-d790 > * {
						padding: 0 0 0 1em;
					}

					.glass-d790.white_52f8 {
						margin-top: -1em;
					}

						.glass-d790.white_52f8 > * {
							padding-top: 1em;
						}

				.glass-d790.item_5aac {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.glass-d790.item_5aac > * {
						padding: 0 0 0 1.5em;
					}

					.glass-d790.item_5aac.white_52f8 {
						margin-top: -1.5em;
					}

						.glass-d790.item_5aac.white_52f8 > * {
							padding-top: 1.5em;
						}

				.glass-d790.alert_small_3335 {
					margin-top: 0;
					margin-left: -2em;
				}

					.glass-d790.alert_small_3335 > * {
						padding: 0 0 0 2em;
					}

					.glass-d790.alert_small_3335.white_52f8 {
						margin-top: -2em;
					}

						.glass-d790.alert_small_3335.white_52f8 > * {
							padding-top: 2em;
						}

		}

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

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

				.glass-d790 > * {
					box-sizing: border-box;
				}

				.glass-d790.white_52f8 > * > :last-child {
					margin-bottom: 0;
				}

				.glass-d790.out_8597 {
					justify-content: flex-start;
				}

				.glass-d790.fluid-2e29 {
					justify-content: center;
				}

				.glass-d790.gradient-6da7 {
					justify-content: flex-end;
				}

				.glass-d790.sidebar_35e1 {
					align-items: flex-start;
				}

				.glass-d790.tag-static-583b {
					align-items: center;
				}

				.glass-d790.column-040e {
					align-items: flex-end;
				}

				.glass-d790 > .text-smooth-099a {
					order: -1;
				}

				.glass-d790 > .pagination-de9d {
					width: 8.33333%;
				}

				.glass-d790 > .logo_e5cb {
					margin-left: 8.33333%;
				}

				.glass-d790 > .banner_f23d {
					width: 16.66667%;
				}

				.glass-d790 > .chip_steel_7dd0 {
					margin-left: 16.66667%;
				}

				.glass-d790 > .fast-8c91 {
					width: 25%;
				}

				.glass-d790 > .focus_green_a402 {
					margin-left: 25%;
				}

				.glass-d790 > .hard-686c {
					width: 33.33333%;
				}

				.glass-d790 > .menu_lite_c986 {
					margin-left: 33.33333%;
				}

				.glass-d790 > .cool-a5a1 {
					width: 41.66667%;
				}

				.glass-d790 > .prev_70cb {
					margin-left: 41.66667%;
				}

				.glass-d790 > .basic_cbb7 {
					width: 50%;
				}

				.glass-d790 > .summary-bright-3ed5 {
					margin-left: 50%;
				}

				.glass-d790 > .overlay_warm_843c {
					width: 58.33333%;
				}

				.glass-d790 > .up-5065 {
					margin-left: 58.33333%;
				}

				.glass-d790 > .fast_3577 {
					width: 66.66667%;
				}

				.glass-d790 > .wrapper-action-0d6f {
					margin-left: 66.66667%;
				}

				.glass-d790 > .logo-a3b2 {
					width: 75%;
				}

				.glass-d790 > .gas-445e {
					margin-left: 75%;
				}

				.glass-d790 > .box_17ee {
					width: 83.33333%;
				}

				.glass-d790 > .popup_dynamic_20d1 {
					margin-left: 83.33333%;
				}

				.glass-d790 > .east-380b {
					width: 91.66667%;
				}

				.glass-d790 > .block_liquid_7ecf {
					margin-left: 91.66667%;
				}

				.glass-d790 > .item-b4a7 {
					width: 100%;
				}

				.glass-d790 > .label_e826 {
					margin-left: 100%;
				}

				.glass-d790.gradient-8235 {
					margin-top: 0;
					margin-left: 0em;
				}

					.glass-d790.gradient-8235 > * {
						padding: 0 0 0 0em;
					}

					.glass-d790.gradient-8235.white_52f8 {
						margin-top: 0em;
					}

						.glass-d790.gradient-8235.white_52f8 > * {
							padding-top: 0em;
						}

				.glass-d790.grid-purple-de54 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.glass-d790.grid-purple-de54 > * {
						padding: 0 0 0 0.3125em;
					}

					.glass-d790.grid-purple-de54.white_52f8 {
						margin-top: -0.3125em;
					}

						.glass-d790.grid-purple-de54.white_52f8 > * {
							padding-top: 0.3125em;
						}

				.glass-d790.frame-rough-cee0 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.glass-d790.frame-rough-cee0 > * {
						padding: 0 0 0 0.625em;
					}

					.glass-d790.frame-rough-cee0.white_52f8 {
						margin-top: -0.625em;
					}

						.glass-d790.frame-rough-cee0.white_52f8 > * {
							padding-top: 0.625em;
						}

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

					.glass-d790 > * {
						padding: 0 0 0 1.25em;
					}

					.glass-d790.white_52f8 {
						margin-top: -1.25em;
					}

						.glass-d790.white_52f8 > * {
							padding-top: 1.25em;
						}

				.glass-d790.item_5aac {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.glass-d790.item_5aac > * {
						padding: 0 0 0 1.875em;
					}

					.glass-d790.item_5aac.white_52f8 {
						margin-top: -1.875em;
					}

						.glass-d790.item_5aac.white_52f8 > * {
							padding-top: 1.875em;
						}

				.glass-d790.alert_small_3335 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.glass-d790.alert_small_3335 > * {
						padding: 0 0 0 2.5em;
					}

					.glass-d790.alert_small_3335.white_52f8 {
						margin-top: -2.5em;
					}

						.glass-d790.alert_small_3335.white_52f8 > * {
							padding-top: 2.5em;
						}

		}

/* Box */

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

		.caption-dark-5304 > :last-child,
		.caption-dark-5304 > :last-child > :last-child,
		.caption-dark-5304 > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.caption-dark-5304.message_6262 {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.caption-dark-5304 {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button-current-29e8 {
		-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"].border-860b,
		input[type="reset"].border-860b,
		input[type="button"].border-860b,
		button.border-860b,
		.button-current-29e8.border-860b {
			padding-left: 1.35em;
		}

			input[type="submit"].border-860b:before,
			input[type="reset"].border-860b:before,
			input[type="button"].border-860b:before,
			button.border-860b:before,
			.button-current-29e8.border-860b:before {
				margin-right: 0.5em;
			}

		input[type="submit"].modal_red_4a00,
		input[type="reset"].modal_red_4a00,
		input[type="button"].modal_red_4a00,
		button.modal_red_4a00,
		.button-current-29e8.modal_red_4a00 {
			width: 100%;
		}

		input[type="submit"].background-cool-1fec,
		input[type="reset"].background-cool-1fec,
		input[type="button"].background-cool-1fec,
		button.background-cool-1fec,
		.button-current-29e8.background-cool-1fec {
			font-size: 0.8em;
		}

		input[type="submit"].chip_f34b,
		input[type="reset"].chip_f34b,
		input[type="button"].chip_f34b,
		button.chip_f34b,
		.button-current-29e8.chip_f34b {
			font-size: 1.35em;
		}

		input[type="submit"].fn-disabled-98c6, input[type="submit"]:disabled,
		input[type="reset"].fn-disabled-98c6,
		input[type="reset"]:disabled,
		input[type="button"].fn-disabled-98c6,
		input[type="button"]:disabled,
		button.fn-disabled-98c6,
		button:disabled,
		.button-current-29e8.fn-disabled-98c6,
		.button-current-29e8:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

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

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

		}

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

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

		input[type="submit"].border-860b:before,
		input[type="reset"].border-860b:before,
		input[type="button"].border-860b:before,
		button.border-860b:before,
		.button-current-29e8.border-860b:before {
			color: rgba(255, 255, 255, 0.5);
		}

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

			input[type="submit"].fn-primary-98c6:hover,
			input[type="reset"].fn-primary-98c6:hover,
			input[type="button"].fn-primary-98c6:hover,
			button.fn-primary-98c6:hover,
			.button-current-29e8.fn-primary-98c6:hover {
				background-color: #9acff2;
			}

			input[type="submit"].fn-primary-98c6:active,
			input[type="reset"].fn-primary-98c6:active,
			input[type="button"].fn-primary-98c6:active,
			button.fn-primary-98c6:active,
			.button-current-29e8.fn-primary-98c6:active {
				background-color: #7ec3ee;
			}

			input[type="submit"].fn-primary-98c6.border-860b:before,
			input[type="reset"].fn-primary-98c6.border-860b:before,
			input[type="button"].fn-primary-98c6.border-860b:before,
			button.fn-primary-98c6.border-860b:before,
			.button-current-29e8.fn-primary-98c6.border-860b: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.notification_plasma_3124.block_bf12/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;
	}

	.pattern_smooth_d7dd {
		color: rgba(255, 255, 255, 0.5) !important;
	}

/* Icon */

	.border-860b {
		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;
	}

		.border-860b: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;
		}

		.border-860b > .pro_e9eb {
			display: none;
		}

		.border-860b:before {
			line-height: solid;
		}

		.border-860b.list-6dcd:before {
			font-weight: 900;
		}

		.border-860b.mask-blue-e949:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.border-860b.tall-0871 {
			border: solid 1px;
			display: inline-block;
			border-radius: 100%;
			padding: 0.65em;
			margin: 0 0 2em 0;
			cursor: default;
		}

			.border-860b.tall-0871: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;
			}

		.border-860b.message_6262 {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.border-860b.message_6262:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.border-860b.new-7438 {
			color: #efa8b0;
		}

		.border-860b.image_over_38a3 {
			color: #c79cc8;
		}

		.border-860b.picture-3378 {
			color: #a89cc8;
		}

		.border-860b.module-6eed {
			color: #9bb2e1;
		}

		.border-860b.gradient-d160 {
			color: #8cc9f0;
		}

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

			.border-860b.tall-0871:before {
				font-size: 5.5rem;
			}

		}

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

			.border-860b.tall-0871:before {
				font-size: 4.75rem;
			}

		}

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

			.border-860b.tall-0871 {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.border-860b.tall-0871:before {
					font-size: 3.5rem;
				}

		}

	.border-860b.tall-0871 {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.border-860b.tall-0871:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.border-860b.message_6262 {
		border-color: rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}

		.border-860b.message_6262:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.border-860b.message_6262:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

/* Image */

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

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

		.modal_eb4b.fn-left-98c6, .modal_eb4b.fn-right-98c6 {
			max-width: 40%;
		}

			.modal_eb4b.fn-left-98c6 img, .modal_eb4b.fn-right-98c6 img {
				width: 100%;
			}

		.modal_eb4b.fn-left-98c6 {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.modal_eb4b.fn-right-98c6 {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.modal_eb4b.modal_red_4a00 {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.modal_eb4b.modal_red_4a00 img {
				width: 100%;
			}

		.modal_eb4b.easy-b5fc {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.modal_eb4b.easy-b5fc 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.message_6262 {
			list-style: none;
			padding-left: 0;
		}

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

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

		dl.message_6262 dd {
			margin: 0 0 0.85em 5.5em;
		}

		dl.message_6262:after {
			content: '';
			display: block;
			clear: both;
		}

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

	dl dt {
		color: #ffffff;
	}

/* Actions */

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

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

		ul.primary_bronze_a46f.row-3c9f {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.primary_bronze_a46f.row-3c9f li:first-child {
				padding-left: 0;
			}

		ul.primary_bronze_a46f.next_9f71 {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.primary_bronze_a46f.next_9f71 li {
				padding: 1.3em 0 0 0;
			}

				ul.primary_bronze_a46f.next_9f71 li:first-child {
					padding-top: 0;
				}

		ul.primary_bronze_a46f.modal_red_4a00 {
			width: calc(100% + 1em);
		}

			ul.primary_bronze_a46f.modal_red_4a00 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.primary_bronze_a46f.modal_red_4a00 li > * {
					width: 100%;
				}

			ul.primary_bronze_a46f.modal_red_4a00.next_9f71 {
				width: 100%;
			}

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

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

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

					ul.primary_bronze_a46f:not(.fn-fixed-98c6) li:first-child {
						padding-top: 0;
					}

					ul.primary_bronze_a46f:not(.fn-fixed-98c6) li input[type="submit"],
					ul.primary_bronze_a46f:not(.fn-fixed-98c6) li input[type="reset"],
					ul.primary_bronze_a46f:not(.fn-fixed-98c6) li input[type="button"],
					ul.primary_bronze_a46f:not(.fn-fixed-98c6) li button,
					ul.primary_bronze_a46f:not(.fn-fixed-98c6) li .button-current-29e8 {
						width: 100%;
					}

						ul.primary_bronze_a46f:not(.fn-fixed-98c6) li input[type="submit"].border-860b:before,
						ul.primary_bronze_a46f:not(.fn-fixed-98c6) li input[type="reset"].border-860b:before,
						ul.primary_bronze_a46f:not(.fn-fixed-98c6) li input[type="button"].border-860b:before,
						ul.primary_bronze_a46f:not(.fn-fixed-98c6) li button.border-860b:before,
						ul.primary_bronze_a46f:not(.fn-fixed-98c6) li .button-current-29e8.border-860b:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.glass-5dd0 {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.glass-5dd0 li {
			display: inline-block;
			padding: 0 0.65em 0 0;
		}

			ul.glass-5dd0 li:last-child {
				padding-right: 0 !important;
			}

/* Section/Article */

	section.row-3c9f, article.row-3c9f {
		text-align: center;
	}

	header.tall-0871 {
		margin-bottom: 3em;
	}

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

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

				section.row-3c9f header.tall-0871 h2:after, article.row-3c9f header.tall-0871 h2:after {
					margin-left: auto;
					margin-right: auto;
				}

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

		header.tall-0871.row-3c9f {
			text-align: center;
		}

			header.tall-0871.row-3c9f h2:after {
				margin-left: auto;
				margin-right: auto;
			}

	footer.tall-0871 {
		margin-top: 3em;
	}

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

		header.tall-0871 {
			margin-bottom: 0;
		}

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

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

				header.tall-0871 p br {
					display: none;
				}

		footer.tall-0871 {
			margin-top: 0;
		}

	}

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

/* Table */

	.surface_smooth_1e79 {
		-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.message_6262 {
			border-collapse: separate;
		}

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

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

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

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

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

/* Features */

	.carousel-plasma-1f1f {
		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;
	}

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

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

			.carousel-plasma-1f1f li > :last-child {
				margin-bottom: 0;
			}

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

			.carousel-plasma-1f1f li {
				width: calc(50% - 2em);
			}

				.carousel-plasma-1f1f li:nth-child(3) {
					margin-top: 3em;
				}

		}

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

			.carousel-plasma-1f1f {
				width: 100%;
				margin: 0 0 2em 0;
			}

				.carousel-plasma-1f1f li {
					width: 100%;
					margin-left: 0;
					margin-top: 2em;
				}

					.carousel-plasma-1f1f li:nth-child(2), .carousel-plasma-1f1f li:nth-child(3) {
						margin-top: 2em;
					}

		}

/* Statistics */

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

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

			.hidden-fb13 li.new-7438 {
				background-color: #efa8b0;
			}

			.hidden-fb13 li.image_over_38a3 {
				background-color: #c79cc8;
			}

			.hidden-fb13 li.picture-3378 {
				background-color: #a89cc8;
			}

			.hidden-fb13 li.module-6eed {
				background-color: #9bb2e1;
			}

			.hidden-fb13 li.gradient-d160 {
				background-color: #8cc9f0;
			}

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

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

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

			.hidden-fb13 li .border-860b {
				display: inline-block;
			}

				.hidden-fb13 li .border-860b:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

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

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

		}

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

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

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

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

				.hidden-fb13 li .border-860b:before {
					font-size: 3.75rem;
				}

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

		}

/* Spotlight */

	.widget-40dc {
		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;
	}

		.widget-40dc .iron-bc03 {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			.widget-40dc .iron-bc03 > :last-child {
				margin-bottom: 0;
			}

			.widget-40dc .iron-bc03 header.tall-0871 {
				margin: 0 0 2em 0;
			}

		.widget-40dc .modal_eb4b {
			display: inline-block;
			margin-left: 4em;
			padding: 0.65em;
			border-radius: 100%;
			border: solid 1px;
		}

			.widget-40dc .modal_eb4b img {
				display: block;
				border-radius: 100%;
				width: 16em;
			}

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

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

				.widget-40dc .iron-bc03 {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					width: 100%;
				}

					.widget-40dc .iron-bc03 header.tall-0871 h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.widget-40dc .iron-bc03 .primary_bronze_a46f {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.widget-40dc .modal_eb4b {
					-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) {

			.widget-40dc .modal_eb4b {
				padding: 0.35em;
			}

				.widget-40dc .modal_eb4b img {
					width: 12em;
				}

		}

	.widget-40dc .modal_eb4b {
		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.message_6262 {
			padding: 7em 5em 4em 5em ;
		}

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

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

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

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

				#header.message_6262 {
					padding: 6em 4em 3em 4em ;
				}

		}

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

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

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

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

		}

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

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

				#header.message_6262 {
					padding: 4em 1.5em 1em 1.5em ;
				}

		}

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

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

				#header.message_6262 {
					padding: 3.5em 1em 0.5em 1em ;
				}

		}

		body.top-e165 #header.message_6262 > * {
			opacity: 0;
		}

		body.top-e165 #header.message_6262 .pattern_7bc4 {
			-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-98c6 {
						background-color: #363636;
						box-shadow: none;
					}

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

				#nav.message_6262 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 .caption-dark-5304 {
			border-color: #dddddd;
		}

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

			#main input[type="submit"].border-860b:before,
			#main input[type="reset"].border-860b:before,
			#main input[type="button"].border-860b:before,
			#main button.border-860b:before,
			#main .button-current-29e8.border-860b:before {
				color: rgba(99, 99, 99, 0.25);
			}

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

				#main input[type="submit"].fn-primary-98c6:hover,
				#main input[type="reset"].fn-primary-98c6:hover,
				#main input[type="button"].fn-primary-98c6:hover,
				#main button.fn-primary-98c6:hover,
				#main .button-current-29e8.fn-primary-98c6:hover {
					background-color: #9acff2;
				}

				#main input[type="submit"].fn-primary-98c6:active,
				#main input[type="reset"].fn-primary-98c6:active,
				#main input[type="button"].fn-primary-98c6:active,
				#main button.fn-primary-98c6:active,
				#main .button-current-29e8.fn-primary-98c6:active {
					background-color: #7ec3ee;
				}

				#main input[type="submit"].fn-primary-98c6.border-860b:before,
				#main input[type="reset"].fn-primary-98c6.border-860b:before,
				#main input[type="button"].fn-primary-98c6.border-860b:before,
				#main button.fn-primary-98c6.border-860b:before,
				#main .button-current-29e8.fn-primary-98c6.border-860b: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.notification_plasma_3124.block_bf12/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 .pattern_smooth_d7dd {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .border-860b.tall-0871 {
			border-color: #dddddd;
		}

			#main .border-860b.tall-0871:before {
				border-color: #dddddd;
			}

		#main .border-860b.message_6262 {
			border-color: #dddddd;
			color: #636363;
		}

			#main .border-860b.message_6262:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main .border-860b.message_6262:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

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

		#main dl dt {
			color: #636363;
		}

		#main header.tall-0871 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.message_6262 tbody tr td {
			border-color: #dddddd;
		}

		#main .widget-40dc .modal_eb4b {
			border-color: #dddddd;
		}

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

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

			#main > .easy-b5fc > .modal_eb4b.easy-b5fc: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 > .easy-b5fc > .modal_eb4b.easy-b5fc: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 > .easy-b5fc {
				padding: 4em 4em 2em 4em ;
			}

				#main > .easy-b5fc > .modal_eb4b.easy-b5fc:first-child {
					margin: -4em 0 4em -4em;
					width: calc(100% + 8em);
				}

		}

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

			#main > .easy-b5fc {
				padding: 4em 3em 2em 3em ;
			}

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

		}

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

			#main > .easy-b5fc {
				padding: 3em 2em 1em 2em ;
			}

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

		}

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

			#main > .easy-b5fc {
				padding: 3em 1.5em 1em 1.5em ;
			}

				#main > .easy-b5fc > .modal_eb4b.easy-b5fc:first-child {
					margin: -3em 0 1.5em -1.5em;
					width: calc(100% + 3em);
				}

		}

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

			#main {
				border-radius: 0;
			}

				#main > .easy-b5fc {
					padding: 2.5em 1em 0.5em 1em ;
				}

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

						#main > .easy-b5fc > .modal_eb4b.easy-b5fc: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 .next-831f {
			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 .next-831f {
					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%;
			}

		}
		
		.button-current-29e8 {
  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;
}

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

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

.button-current-29e8.background-cool-1fec {
  font-size: 13px;
  padding: 8px 16px;
}
/* css-noise: b303 */
.promo-block-x7 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
}
