/*
	Author: xowei <wei@xowei.tw>
	Website: https://xowei.tw/ */
	
body {
	color: #000000;
	font-family: 'Noto Sans TC', kozuka-gothic-pro, sans-serif;
	font-size: 12px;
	font-weight: 400;
	overflow-x: hidden;
	width: 100%;
}
	
@media (min-width: 992px) {
	
body {
		font-size: 14px;
	}
}
	
img {
	max-width: 100%;
}
	
.warpper {
	position: relative;
}
	
.container {
	max-width: 100%;
	position: relative;
}
	
@media (min-width: 1200px) {
	
.container {
		width: 1200px;
	}
}
	
.content {
	overflow: hidden;
}
	
.line-wave {
	overflow: hidden;
}
	
.line-wave svg {
		height: auto;
		margin-left: -2vw;
		margin-top: -1px;
		width: 105vw;
}
	
.customers {
	background: #F7F7F5;
	padding: 50px 0 70px;
	position: relative;
}
	
@media (min-width: 576px) {
	
.customers {
		padding: 70px 0 80px;
	}
}
	
@media (min-width: 1440px) {
	
.customers {
		padding: 70px 0 100px;
	}
}
	
.customers-title {
		font-family: kozuka-mincho-pr6n, serif;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		letter-spacing: .2em;
		margin-bottom: 2em;
		position: relative;
		text-align: center;
}
	
.customers .container {
		max-width: 1000px;
}
	
.customer:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
}
	
.customer:not(:last-of-type) {
		margin-bottom: 64px;
		margin-bottom: 4rem;
}
	
@media (min-width: 576px) {
	
.customer:not(:last-of-type) {
			margin-bottom: 80px;
			margin-bottom: 5rem;
	}
}
	
.customer-top {
		border-left: 7px solid #000000;
		padding-left: 24px;
		padding-left: 1.5rem;
}
	
@media (min-width: 576px) {
	
.customer-top {
			padding-left: 32px;
			padding-left: 2rem;
			margin-top: 9.5vw;
	}
}
	
@media (min-width: 992px) {
	
.customer-top {
			margin-top: 100.8px;
			margin-top: 6.3rem;
	}
}
	
.customer-name {
		font-family: kozuka-mincho-pr6n, serif;
		font-size: 2em;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
}
	
.customer-title {
		font-size: 1.5em;
		font-weight: 500;
		margin-top: 16px;
		margin-top: 1rem;
		line-height: 1.2;
}
	
.customer-content {
		font-size: 1.2em;
		margin-top: 32px;
		margin-top: 2rem;
}
	
@media (min-width: 576px) {
	
.customer-content {
			margin-top: 48px;
			margin-top: 3rem;
	}
}
	
.customer-cta {
		margin-top: 32px;
		margin-top: 2rem;
}
	
@media (min-width: 576px) {
	
.customer-cta {
			margin-top: 48px;
			margin-top: 3rem;
	}
}
	
.customer-cta a {
			-webkit-box-align: center;
			   -moz-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			color: #000000;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			font-family: 'Times New Roman', serif;
			font-weight: 400;
			letter-spacing: .1em;
}
	
.customer-cta a:active,
.customer-cta a:hover,
.customer-cta a:focus {
				text-decoration: none;
}
	
.customer-cta a:active:before,
.customer-cta a:hover:before,
.customer-cta a:focus:before {
					-ms-flex-preferred-size: 150px;
					    flex-basis: 150px;
}
	
.customer-cta a:before {
				-webkit-transition: .3s ease;
				-o-transition: .3s ease;
				-moz-transition: .3s ease;
				transition: .3s ease;
				-webkit-transition-property: all;
				-o-transition-property: all;
				-moz-transition-property: all;
				transition-property: all;
				background: #000000;
				content: '';
				display: block;
				-ms-flex-preferred-size: 100px;
				    flex-basis: 100px;
				height: 1px;
				margin-right: 1em;
}
	
.footer {
	font-family: kozuka-mincho-pr6n, serif;
	background: black;
	text-align: center;
	padding-top: 60px;
}
	
.footer .container .logo {
			max-width: 200px;
			margin: auto;
}
	
.footer .container .logo svg {
				height: auto;
				width: 100%;
}
	
.footer .container .sTitle {
			font-family: kozuka-mincho-pr6n, serif;
			font-weight: 300;
			color: white;
			font-size: 18.2px;
			letter-spacing: 5.2px;
			margin-top: 1em;
}
	
.footer .container .title {
			font-weight: bold;
			font-family: kozuka-mincho-pr6n, serif;
			font-size: 25.2px;
			color: white;
			letter-spacing: 7.2px;
}
	
.footer .container .socialList {
			-webkit-box-align: center;
			   -moz-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			   -moz-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			list-style: none;
			margin: 1.5em 0 .5em;
			padding-left: 0;
}
	
.footer .container .socialList .socialIcon {
				background-color: #000000;
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				border-radius: 50%;
				display: block;
				font-size: 0;
				height: 40px;
				-webkit-transition: background-color .5s;
				-o-transition: background-color .5s;
				-moz-transition: background-color .5s;
				transition: background-color .5s;
				width: 40px;
}
	
.footer .container .socialList .socialIcon.is-fb {
					background-image: url("../images/fb-icon.svg");
}
	
.footer .container .socialList .socialIcon.is-ig {
					background-image: url("../images/ig-icon.svg");
}
	
.footer .container .socialList .socialIcon:hover {
					background-color: #444444;
}
	
.footer .footNav {
		border-top: 1px solid #FFFFFF;
		color: #838383;
		font-size: .9em;
		letter-spacing: 0.8px;
		margin-top: 4em;
		padding: .8em .5em;
}
	
.footer a {
		-webkit-transition: color .3s;
		-o-transition: color .3s;
		-moz-transition: color .3s;
		transition: color .3s;
		color: inherit;
		font-family: inherit;
}
	
.footer a:active,
.footer a:hover,
.footer a:focus {
			color: #cccccc;
			text-decoration: none;
}
	
.hud {
	bottom: 1em;
	display: none;
	position: fixed;
	right: 1em;
	z-index: 3;
}
	
.hud ul {
		margin: 0;
		padding: 0;
}
	
.hud ul li {
			display: inline-block;
}
	
.hud ul a {
			-webkit-transition: .3s ease;
			-o-transition: .3s ease;
			-moz-transition: .3s ease;
			transition: .3s ease;
			-webkit-transition-property: all;
			-o-transition-property: all;
			-moz-transition-property: all;
			transition-property: all;
			-webkit-box-align: center;
			   -moz-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			background: #000000;
			color: #FFFFFF;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			   -moz-box-orient: vertical;
			   -moz-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			font-family: source-han-sans-traditional, sans-serif;
			font-size: 12px;
			height: 60px;
			-webkit-box-pack: center;
			   -moz-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			opacity: .4;
			text-transform: uppercase;
			width: 60px;
}
	
.hud ul a:active,
.hud ul a:hover,
.hud ul a:focus {
				opacity: 1;
				text-decoration: none;
}
	
.hud ul a span {
				display: block;
}
	
.hud ul a svg {
				height: auto;
				width: 20px;
}
	
.hud .gototop svg .color {
				stroke: #FFFFFF;
				stroke-width: 3px;
}
	
.kv {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 160vw;
	position: relative;
}
	
@media (min-width: 768px) {
	
.kv {
		max-height: none;
	}
}
	
@media (min-width: 992px) {
	
.kv {
		max-height: 75vh;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}
	
@media (min-width: 1200px) {
	
.kv {
		max-height: 100vh;
	}
}
	
.kv-text {
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		left: 0;
		margin: auto;
		max-width: 500px;
		padding: 0 16px;
		padding: 0 1rem;
		position: absolute;
		right: 0;
		top: 110vw;
		z-index: 1;
}
	
@media (min-width: 375px) {
	
.kv-text {
			padding: 0 32px;
			padding: 0 2rem;
	}
}
	
@media (min-width: 992px) {
	
.kv-text {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			   -moz-box-orient: vertical;
			   -moz-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-webkit-box-flex: 1;
			   -moz-box-flex: 1;
			    -ms-flex: 1 1 45vw;
			        flex: 1 1 45vw;
			-webkit-box-pack: center;
			   -moz-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			margin: 0;
			position: static;
	}
}
	
@media (min-width: 1440px) {
	
.kv-text {
			-webkit-box-flex: 1;
			   -moz-box-flex: 1;
			    -ms-flex: 1 1 30vw;
			        flex: 1 1 30vw;
			padding: 0 64px;
			padding: 0 4rem;
	}
}
	
.kv-text-logo img, .kv-text-logo svg {
				height: auto;
				width: 100%;
}
	
.kv-text-title {
			font-size: 1.3em;
			font-weight: 500;
			letter-spacing: .1em;
			margin-top: 24px;
			margin-top: 1.5rem;
			text-align: center;
}
	
.kv-text-slogan {
			-webkit-box-align: center;
			   -moz-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			font-size: 1.2em;
			-webkit-box-pack: start;
			   -moz-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			letter-spacing: .1em;
			margin-top: 8px;
			margin-top: .5rem;
}
	
.kv-text-slogan img {
				height: 1.5em;
				margin: .5em 0 0;
}
	
.kv-image {
		background-attachment: fixed;
		background-image: url('../images/kv-mobile.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
		    -ms-flex: 1 1 100vw;
		        flex: 1 1 100vw;
}
	
@media (min-width: 992px) {
	
.kv-image {
			background-image: url('../images/kv.jpg');
			background-position: 50% 40px;
			background-size: cover;
			-webkit-box-flex: 1;
			   -moz-box-flex: 1;
			    -ms-flex: 1 1 55vw;
			        flex: 1 1 55vw;
	}
}
	
@media (min-width: 1440px) {
	
.kv-image {
			background-position-x: right;
			-webkit-box-flex: 1;
			   -moz-box-flex: 1;
			    -ms-flex: 1 1 70vw;
			        flex: 1 1 70vw;
	}
}
	
.device-ios .kv-image {
		background-attachment: scroll;
}
	
.device-firefox .kv-image {
		background-position: right 0;
		background-size: 140%;
}
	
.nav {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	background: #000000;
	font-size: 1.5em;
}
	
@media (min-width: 992px) {
	
.nav {
		font-size: 1.1em;
	}
}
	
.nav .container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 16px;
}
	
@media (min-width: 992px) {
	
.nav .container {
			-webkit-box-align: end;
			   -moz-box-align: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
	}
}
	
.nav-logo {
		margin: 11.2px 0;
		margin: .7rem 0;
}
	
.nav-logo svg {
			height: 26px;
}
	
.nav-menu-container {
	position: relative;
}
	
@media (min-width: 992px) {
	
.nav-menu-container {
		height: 100%;
	}
}
	
.nav-menu-container .menu-toggle--open {
		position: absolute;
		right: 0;
		top: 10px;
		cursor: pointer;
}
	
@media (min-width: 992px) {
	
.nav-menu-container .menu-toggle--open {
			display: none;
	}
}
	
.nav-menu-container .menu-toggle--open img {
			max-width: none;
			width: 36px;
			height: 36px;
}
	
.nav-menu-container .menu-toggle--cross {
		position: absolute;
		right: 16px;
		top: 14px;
		cursor: pointer;
}
	
@media (min-width: 992px) {
	
.nav-menu-container .menu-toggle--cross {
			display: none;
	}
}
	
.nav-menu-container .menu-toggle--cross img {
			max-width: none;
			width: 30px;
			height: 30px;
}
	
.menu-overlay {
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	background: #000000;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-top: 1em;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 997;
	height: 100%;
}
	
@media (min-width: 992px) {
	
.menu-overlay {
		background: transparent;
		height: 100%;
		opacity: 1;
		padding: 0;
		pointer-events: auto;
		position: static;
	}
}
	
.menu-overlay .nav-menu {
		font-weight: 300;
		list-style: none;
		margin-bottom: 0;
		margin-left: 2em;
		margin-right: 2em;
		margin-top: 5em;
		padding: 0;
}
	
@media (min-width: 992px) {
	
.menu-overlay .nav-menu {
			margin-top: 0;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			height: 100%;
			-webkit-box-align: stretch;
			   -moz-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
	}
}
	
.menu-overlay .nav-menu li {
			white-space: nowrap;
			cursor: pointer;
			display: block;
}
	
.menu-overlay .nav-menu li:not(:last-of-type) {
				border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
	
@media (min-width: 992px) {
	
.menu-overlay .nav-menu li:not(:last-of-type) {
					border-bottom: none;
	}
}
	
.menu-overlay .nav-menu li a {
				text-decoration: none;
				color: #FFFFFF;
}
	
@media (min-width: 992px) {
	
.menu-overlay .nav-menu li {
				position: relative;
	}
}
	
.menu-overlay .nav-menu li .nav-sub-menu {
				display: none;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				transition: all 0.3s ease;
				padding: 0;
				border: 1px solid;
				border-radius: 5px;
				min-width: 50%;
}
	
.menu-overlay .nav-menu li .nav-sub-menu:hover {
					display: inline-block;
}
	
@media (min-width: 992px) {
	
.menu-overlay .nav-menu li .nav-sub-menu {
					position: fixed;
					width: 100vw;
					display: none;
					right: 0;
					z-index: 9999;
					-webkit-box-pack: center;
					   -moz-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
					top: 56px;
					top: 3.5rem;
					background-color: #ffffff;
					background-color: rgba(255, 255, 255, .85);
					padding: 0.6em 0;
					border-top: 2px solid #b49776 !important;
					border: none;
					border-radius: 0;
	}

					.menu-overlay .nav-menu li .nav-sub-menu:hover {
						display: -webkit-box;
						display: -moz-box;
						display: -ms-flexbox;
						display: flex;
	}
}
	
.menu-overlay .nav-menu li .nav-sub-menu li {
					margin: 1em 0;
}
	
@media (min-width: 992px) {
	
.menu-overlay .nav-menu li .nav-sub-menu li {
						border-left: 1px solid;
						margin: 0;
	}
						.menu-overlay .nav-menu li .nav-sub-menu li:last-child {
							border-right: 1px solid;
	}
}
	
.menu-overlay .nav-menu li .nav-sub-menu a {
					margin: 0 1em;
					text-decoration: none;
					color: #000;
					padding: 0;
}
	
@media (min-width: 992px) {
	
.menu-overlay .nav-menu li .nav-sub-menu a {
						font-size: 1.08em;
						font-weight: 500;
						line-height: 0.9;
	}
}
	
.menu-overlay .nav-menu li a {
				-webkit-transition: .3s ease;
				-o-transition: .3s ease;
				-moz-transition: .3s ease;
				transition: .3s ease;
				-webkit-transition-property: all;
				-o-transition-property: all;
				-moz-transition-property: all;
				transition-property: all;
				-webkit-box-align: center;
				   -moz-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				display: block;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				height: 100%;
				-webkit-box-pack: center;
				   -moz-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				padding: 1em;
}
	
@media (min-width: 992px) {
	
.menu-overlay .nav-menu li a {
					padding: 0.5em 1em;
	}
}
	
.menu-overlay .nav-menu li a:active,
.menu-overlay .nav-menu li a:hover,
.menu-overlay .nav-menu li a:focus {
					color: #838383;
}
	
.menu-overlay .nav-menu li a:hover + .nav-sub-menu {
					display: inline-block;
}
	
@media (min-width: 992px) {
					.menu-overlay .nav-menu li a:hover + .nav-sub-menu {
						display: -webkit-box;
						display: -moz-box;
						display: -ms-flexbox;
						display: flex;
	}
}
	
.menu-overlay .nav-menu .nav-menu-item.active > a {
				color: #b49776;
				font-weight: 600;
}
	
#nav-switch {
	position: absolute;
	right: 0;
	top: 10px;
	width: 36px;
	height: 36px;
	z-index: 998;
	opacity: 0;
}
	
@media (min-width: 992px) {
	
#nav-switch {
		display: none;
	}
}
	
#nav-switch:checked + .menu-overlay {
	opacity: 1;
	pointer-events: auto;
}
	
.preload {
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFFFFF;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: columns;
	        flex-direction: columns;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}
	
.process {
	padding: 0 8px 60px;
	padding: 0 .5rem 60px;
}
	
@media (min-width: 992px) {
	
.process {
		margin-top: 48px;
		margin-top: 3rem;
		padding-bottom: 96px;
		padding-bottom: 6rem;
	}
}
	
@media (min-width: 1200px) {
	
.process {
		padding-bottom: 112px;
		padding-bottom: 7rem;
	}
}
	
.process img {
		max-width: 100%;
}
	
.process,
	.process-item {
		position: relative;
}
	
.process-deco {
		position: absolute;
		z-index: -1;
}
	
.process-text {
		margin-top: 16px;
		margin-top: 1rem;
		font-size: 1.1em;
}
	
@media (min-width: 576px) {
	
.process-text {
			padding-left: 16px;
			padding-left: 1rem;
			font-size: 1.2em;
	}
}
	
@media (min-width: 768px) {
	
.process-text {
			margin-top: 32px;
			margin-top: 2rem;
			padding-left: 48px;
			padding-left: 3rem;
	}
}
	
@media (min-width: 1200px) {
	
.process-text {
			padding-top: 16px;
			padding-top: 1rem;
	}
}
	
.process-text-title img {
				max-width: 130px;
				width: 40%;
				margin-right: 1.2em;
}
	
.process-text-title span {
				background: #000000;
				color: #FFFFFF;
				display: inline-block;
				line-height: 1;
				padding: .3em .5em .4em;
				vertical-align: bottom;
				margin-top: .5em;
}
	
.process-text-name {
			margin: 16px 0;
			margin: 1rem 0;
			font-size: 1.2em;
			font-weight: 500;
}
	
.process-text-info {
			line-height: 1.7;
}
	
.process-text-notes {
			font-size: .9em;
			margin-bottom: 16px;
			margin-bottom: 1rem;
}
	
@media (min-width: 1200px) {
	
.process-text-notes {
				font-size: .8em;
	}
}
	
.process-text-notes p {
				margin-bottom: .1em;
}
	
.process-image {
		-webkit-box-align: end;
		   -moz-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
		max-width: 450px;
		text-align: center;
}
	
@media (min-width: 768px) {
	
.process-image {
			height: 41vw;
	}
}
	
@media (min-width: 992px) {
	
.process-image {
			max-height: 385px;
	}
}
	
.process-image p {
			font-size: 1.1em;
			font-weight: 500;
			margin: 8px 0 0 0;
			margin: .5rem 0 0 0;
}
	
.process-image img {
			width: 100%;
}
	
.process-image-daytime img, .process-image-night img {
				-webkit-transition: .3s ease;
				-o-transition: .3s ease;
				-moz-transition: .3s ease;
				transition: .3s ease;
				-webkit-transition-property: all;
				-o-transition-property: all;
				-moz-transition-property: all;
				transition-property: all;
				opacity: .2;
}
	
.process-image-daytime.active img, .process-image-night.active img {
				opacity: 1;
}
	
.process-cta {
		-webkit-transition: .3s ease;
		-o-transition: .3s ease;
		-moz-transition: .3s ease;
		transition: .3s ease;
		-webkit-transition-property: all;
		-o-transition-property: all;
		-moz-transition-property: all;
		transition-property: all;
		background: #000000;
		border: 1px solid #000000;
		color: #FFFFFF;
		display: block;
		font-size: 1.1em;
		margin: 0 auto;
		max-width: 200px;
		padding: .8em 1.2em;
		text-align: center;
}
	
.process-cta:active,
.process-cta:hover,
.process-cta:focus {
			background: transparent;
			-webkit-box-shadow: 0 0 0 2px #000000;
			        box-shadow: 0 0 0 2px #000000;
			color: #000000;
			text-decoration: none;
}
	
.process-switch {
		-ms-flex-item-align: center;
		    align-self: center;
}
	
@media (min-width: 1200px) {
	
.process-switch {
			position: absolute;
			left: 0;
	}
}
	
@media (min-width: 1440px) {
	
.process-switch {
			left: -60px;
	}
}
	
.process-switch-button {
			-webkit-transition: .3s ease;
			-o-transition: .3s ease;
			-moz-transition: .3s ease;
			transition: .3s ease;
			-webkit-transition-property: all;
			-o-transition-property: all;
			-moz-transition-property: all;
			transition-property: all;
			-webkit-box-align: center;
			   -moz-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			background: #FFFFFF;
			border-radius: 50%;
			border: 1px solid #EAE9E5;
			cursor: pointer;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			height: 45px;
			-webkit-box-pack: center;
			   -moz-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			padding: .7em;
			width: 45px;
}
	
@media (min-width: 768px) {
	
.process-switch-button {
				height: 50px;
				width: 50px;
	}
}
	
@media (min-width: 1200px) {
	
.process-switch-button {
				height: 60px;
				width: 60px;
	}
}
	
.process-switch-button:not(:last-of-type) {
				margin-bottom: .5em;
}
	
.process-switch-button.active {
				background: #EAE9E5;
}
	
.process-switch-button:active,
.process-switch-button:hover,
.process-switch-button:focus {
				background: #F7F7F5;
}
	
.process-item-01 .process-deco {
			bottom: 13em;
			width: 50%;
			right: 0;
}
	
@media (min-width: 768px) {
	
.process-item-01 .process-deco {
				bottom: 27em;
				right: 14vw;
	}
}
	
@media (min-width: 1200px) {
	
.process-item-01 .process-deco {
				right: 192px;
				right: 12rem;
	}
}
	
@media (min-width: 1440px) {
	
.process-item-01 .process-image {
				margin-left: 32px;
				margin-left: 2rem;
	}
}
	
.process-item-01 .process-image img {
				margin: auto;
				max-width: 90%;
}
	
@media (min-width: 1200px) {
	
.process-item-02 {
			position: static;
	}
}
	
.process-item-02 .process-deco {
			bottom: 13em;
			right: 0;
}
	
@media (min-width: 768px) {
	
.process-item-02 .process-deco {
				-webkit-box-align: center;
				   -moz-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				bottom: 27em;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
	}
}
	
@media (min-width: 1200px) {
	
.process-item-02 .process-deco {
				bottom: 28em;
	}
}
	
@media (min-width: 1440px) {
	
.process-item-02 .process-deco {
				width: 57%;
	}
}
	
.process-item-02 .process-deco-and {
				margin-left: auto;
				margin-right: 16%;
				width: 20%;
}
	
@media (min-width: 576px) {
	
.process-item-02 .process-deco-and {
					margin-right: 20%;
					width: 30%;
	}
}
	
@media (min-width: 768px) {
	
.process-item-02 .process-deco-and {
					width: 22%;
					margin-right: 30%;
	}
}
	
@media (min-width: 1440px) {
	
.process-item-02 .process-deco-and {
					margin-right: 35%;
	}
}
	
.process-item-02 .process-deco-in {
				margin-left: auto;
				margin-right: 5%;
				margin-top: 60vw;
				width: 39%;
}
	
@media (min-width: 576px) {
	
.process-item-02 .process-deco-in {
					margin-right: 8%;
					width: 40%;
	}
}
	
@media (min-width: 768px) {
	
.process-item-02 .process-deco-in {
					margin-top: 0;
	}
}
	
@media (min-width: 1440px) {
	
.process-item-02 .process-deco-in {
					margin-right: 12%;
	}
}
	
@media (min-width: 1200px) {
	
.process-item-02 .process-image {
				padding-left: 30px;
				padding-right: 40px;
	}
}
	
.process-item-02 .process-image > div {
				padding: 0 4.8px;
				padding: 0 .3rem;
				top: 50%;
				-webkit-transform: translateY(-50%);
				   -moz-transform: translateY(-50%);
				    -ms-transform: translateY(-50%);
				     -o-transform: translateY(-50%);
				        transform: translateY(-50%);
}
	
.process-item-02 .process-text {
			margin-top: 8vw;
}
	
@media (min-width: 768px) {
	
.process-item-02 .process-text {
				margin-top: 32px;
				margin-top: 2rem;
	}
}
	
.product {
	position: relative;
	padding: 70px 0;
}
	
@media (min-width: 1440px) {
	
.product {
		padding: 48px 0;
		padding: 3rem 0;
	}
}
	
.product-title {
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
	
.product-title-image {
			display: inline-block;
			margin: .5em;
}
	
.product-title-image.closer {
				margin-left: .2em;
				margin-right: .2em;
}
	
.product-title-image img {
				height: 20px;
				vertical-align: text-top;
				width: auto;
}
	
@media (min-width: 768px) {
	
.product-title-image img {
					height: 24px;
	}
}
	
.product-title-image.onAin img {
					height: 25px;
}
	
@media (min-width: 768px) {
	
.product-title-image.onAin img {
						height: 29px;
	}
}
	
.product-subtitle {
		font-size: 1.4em;
		font-weight: 500;
		letter-spacing: .1em;
		margin-top: 32px;
		margin-top: 2rem;
		text-align: center;
}
	
.product-slogan {
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.1em;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 8px;
		margin-top: .5rem;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
	
.product-slogan div {
			margin-bottom: .3em;
}
	
.product-slogan img {
			height: .9em;
			margin: -0.3em 0.4em 0;
}
	
.product-limited {
		background: #000000;
		color: #FFFFFF;
		font-size: 1.2em;
		margin: 16px auto 0;
		margin: 1rem auto 0;
		padding: .4em .6em .2em;
		text-align: center;
		width: 12em;
}
	
.product-content {
		margin-top: 48px;
		margin-top: 3rem;
		overflow: hidden;
}
	
@media (min-width: 768px) {
	
.product-content {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			margin-top: 120px;
			margin-top: 7.5rem;
	}
}
	
@media (min-width: 1440px) {
	
.product-content {
			margin-left: 12vw;
	}
}
	
.product-image {
		margin-right: -16px;
		margin-right: -1rem;
		position: relative;
		text-align: center;
		z-index: 1;
}
	
@media (min-width: 768px) {
	
.product-image {
			-webkit-box-flex: 2;
			   -moz-box-flex: 2;
			    -ms-flex: 2;
			        flex: 2;
			margin-right: 0;
	}
}
	
@media (min-width: 992px) {
	
.product-image {
			-webkit-box-flex: 3;
			   -moz-box-flex: 3;
			    -ms-flex: 3;
			        flex: 3;
			max-width: 700px;
	}
}
	
.product-image img {
			width: 100%;
			max-width: 400px;
}
	
@media (min-width: 768px) {
	
.product-image img {
				max-width: none;
	}
}
	
.product-text {
		background: #F7F7F5;
		font-size: 1.1em;
		margin-left: 32px;
		margin-left: 2rem;
		padding: 48px 19.2px 80px;
		padding: 3rem 1.2rem 5rem;
		position: relative;
}
	
@media (min-width: 768px) {
	
.product-text {
			height: 100%;
			-webkit-box-flex: 1;
			   -moz-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			margin-left: -80px;
			margin-left: -5rem;
			padding-left: 48px;
			padding-left: 3rem;
	}
}
	
@media (min-width: 992px) {
	
.product-text {
			-webkit-box-flex: 2;
			   -moz-box-flex: 2;
			    -ms-flex: 2;
			        flex: 2;
			padding-top: 96px;
			padding-top: 6rem;
			margin-left: -160px;
			margin-left: -10rem;
			padding-left: 144px;
			padding-left: 9rem;
			padding-bottom: 112px;
			padding-bottom: 7rem;
	}
}
	
.product-text-logo {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			   -moz-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
}
	
.product-text-logo div {
				margin-right: 14.4px;
				margin-right: .9rem;
}
	
.product-text-logo img {
				height: 20.8px;
				height: 1.3rem;
				-ms-interpolation-mode: nearest-neighbor;
				    image-rendering: -webkit-optimize-contrast;
				    image-rendering: -moz-crisp-edges;
				    image-rendering: -o-pixelated;
				    image-rendering: pixelated;
				max-width: none;
				width: auto;
}
	
@media (min-width: 768px) {
	
.product-text-logo img {
					height: 32px;
					height: 2rem;
	}
}
	
.product-text-logo img[src$=".svg"] {
					height: 1.5em;
}
	
@media (min-width: 768px) {
	
.product-text-logo img[src$=".svg"] {
						height: 1.9em;
						margin-top: .1em;
	}
}
	
.product-text-title {
			font-size: 1.2em;
			font-weight: 500;
			margin-top: 24px;
			margin-top: 1.5rem;
}
	
.product-text-list {
			font-weight: 400;
			line-height: 1.6;
			list-style: none;
			margin-top: 16px;
			margin-top: 1rem;
			padding-left: 0;
}
	
.product-text-cta {
			-webkit-transition: .3s ease;
			-o-transition: .3s ease;
			-moz-transition: .3s ease;
			transition: .3s ease;
			-webkit-transition-property: all;
			-o-transition-property: all;
			-moz-transition-property: all;
			transition-property: all;
			background: #000000;
			bottom: 0;
			color: #FFFFFF;
			display: inline-block;
			font-weight: 500;
			letter-spacing: 3.2px;
			letter-spacing: .2rem;
			padding: 11.2px 8px;
			padding: .7rem .5rem;
			position: absolute;
			right: 0;
			text-align: center;
			width: 60%;
}
	
@media (min-width: 768px) {
	
.product-text-cta {
				width: 60%;
				padding: 12.8px;
				padding: .8rem;
				max-width: 500px;
	}
}
	
.product-text-cta:before {
				-webkit-transition: .3s ease;
				-o-transition: .3s ease;
				-moz-transition: .3s ease;
				transition: .3s ease;
				-webkit-transition-property: all;
				-o-transition-property: all;
				-moz-transition-property: all;
				transition-property: all;
				background: #838383;
				bottom: 0;
				content: '';
				display: block;
				height: 0;
				left: 0;
				position: absolute;
				right: 0;
}
	
.product-text-cta:active,
.product-text-cta:hover,
.product-text-cta:focus {
				color: #FFFFFF;
				letter-spacing: 6.4px;
				letter-spacing: .4rem;
				text-decoration: none;
}
	
.product-text-cta:active:before,
.product-text-cta:hover:before,
.product-text-cta:focus:before {
					height: 100%;
}
	
.product-text-cta span {
				-webkit-transition: .3s ease;
				-o-transition: .3s ease;
				-moz-transition: .3s ease;
				transition: .3s ease;
				-webkit-transition-property: all;
				-o-transition-property: all;
				-moz-transition-property: all;
				transition-property: all;
				position: relative;
}
	
.product-method {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
}
	
.product-method:before,
		.product-method:after {
			content: '';
}
	
.product-method:after {
			padding: 48px 19.2px 0;
			padding: 3rem 1.2rem 0;
}
	
@media (min-width: 768px) {
	
.product-method:after {
				-webkit-box-flex: 1;
				   -moz-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
				padding: 5em 4em 6em;
	}
}
	
@media (min-width: 768px) {
	
.product-method .method {
				-webkit-box-flex: 1;
				   -moz-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
				margin-right: 0;
	}
}
	
@media (min-width: 992px) {
	
.product-method .method {
				-webkit-box-flex: 1;
				   -moz-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
				max-width: 700px;
	}
}
	
.product.reverse .product-content {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			   -moz-box-orient: horizontal;
			   -moz-box-direction: reverse;
			    -ms-flex-direction: row-reverse;
			        flex-direction: row-reverse;
			margin-left: 0;
}
	
@media (min-width: 1440px) {
	
.product.reverse .product-content {
				margin-left: 0;
				margin-right: 12vw;
	}
}
	
@media (min-width: 768px) {
	
.product.reverse .product-image {
				margin-right: -24px;
				margin-right: -1.5rem;
	}
}
	
.product.reverse .product-text {
			margin-left: 0;
			margin-right: 32px;
			margin-right: 2rem;
}
	
@media (min-width: 768px) {
	
.product.reverse .product-text {
				margin-left: 0;
				padding-left: 19.2px;
				padding-left: 1.2rem;
				margin-right: -80px;
				margin-right: -5rem;
				padding-right: 80px;
				padding-right: 5rem;
	}
}
	
@media (min-width: 992px) {
	
.product.reverse .product-text {
				margin-right: -160px;
				margin-right: -10rem;
				padding-right: 144px;
				padding-right: 9rem;
				margin-left: 0;
				padding-left: 13vw;
	}
}
	
.product.reverse .product-text-cta {
			right: auto;
			left: 0;
}
	
.product-features {
		padding-left: 0;
		margin: 2em 0;
		list-style: none;
}
	
.product-features-item {
			border-left: 3px solid #000000;
			font-size: 1em;
			font-weight: 400;
			padding-left: 1em;
			padding-right: 1em;
}
	
.product-features-item:not(:last-of-type) {
				margin-bottom: 1em;
}
	
.product-features-item p {
				margin: 0;
}
	
.product .container {
		padding: 0;
}
	
.special-offer {
	background: #000000;
	padding: 20px 10px;
	text-align: center;
}
	
@media (min-width: 768px) {
	
.special-offer {
		padding: 30px;
	}
}
	
.special-offer img {
		margin: auto;
		max-width: 1260px;
		width: 100%;
}
	
.store {
	margin: 90px auto 0;
}
	
.store.is-exclusive {
		margin-top: 1em;
}
	
.store-title {
		color: #BC8F34;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 2px;
		margin-bottom: 30px;
		text-align: center;
}
	
.store-list {
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		list-style: none;
		margin: 0 auto;
		max-width: 800px;
		padding: 0;
}
	
.store-list li {
			-ms-flex-preferred-size: 33.33%;
			    flex-basis: 33.33%;
			margin: 0 .2em;
}
	
@media (min-width: 768px) {
	
.store-list li {
				margin: 0 .5em;
	}
}
	
.store-btn {
		-webkit-transition: .3s ease;
		-o-transition: .3s ease;
		-moz-transition: .3s ease;
		transition: .3s ease;
		-webkit-transition-property: all;
		-o-transition-property: all;
		-moz-transition-property: all;
		transition-property: all;
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border: 2px solid #BC8F34;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: .7em .5em;
		opacity: .4;
		height: 30px;
}
	
@media (min-width: 375px) {
	
.store-btn {
			height: 36px;
	}
}
	
@media (min-width: 576px) {
	
.store-btn {
			height: 42px;
	}
}
	
@media (min-width: 768px) {
	
.store-btn {
			height: 45px;
			padding: 1em 2em;
	}
}
	
.store-btn:active,
.store-btn:hover,
.store-btn:focus {
			opacity: 1;
}
	
.store-btn img {
			max-width: 100%;
			max-height: 23px;
}
	
.store-wording {
		font-size: 26px;
		text-align: center;
		letter-spacing: 2px;
}
	
.method {
	padding: 2em 19.2px;
	padding: 2em 1.2rem;
	text-align: left;
}
	
@media (min-width: 768px) {
	
.method {
		padding: 2em 4em;
		max-width: 100%;
	}
}
	
@media (min-width: 992px) {
	
.method {
		padding-right: 0;
	}
}
	
.method-list {
		font-size: .9em;
		width: 100%;
}
	
.method-item {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
}
	
.method-item:not(:last-of-type) {
			margin-bottom: 1em;
}
	
.method-title {
		-ms-flex-preferred-size: 9em;
		    flex-basis: 9em;
		text-align: right;
		padding-right: .5em;
}
	
.method-title-tag {
			border: 1px solid #000000;
			display: inline-block;
			line-height: 1;
			padding: .2em .5em;
			margin-top: .2em;
}
	
.method-content {
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
}
	
.method-content span {
			display: block;
			-webkit-box-flex: 1;
			   -moz-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
}
	
.method-content div {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
			   -moz-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
}
	
.method-content div:before {
				background: #000000;
				border-radius: 50%;
				content: '';
				display: block;
				padding: 3px;
				margin: .5em .5em 0;
}
	
@media (min-width: 992px) {
	
.method.reverse {
			padding-right: 4em;
			padding-left: 0;
	}
}
	
.row > div {
		margin-bottom: 15px;
		margin-top: 15px;
}
	
.row .col-xs-6 {
		margin-top: 1em;
}
	
.text.center {
		text-align: center;
}
	
.text.gray {
		color: #8D8D8D;
}
	
.text.pink {
		color: #EC008C;
}
	
.text-color-brown {
			color: #825A08;
}
	
.product_a1 {}
	
.product_a2 {

	/* .product-content */
	/* 	flex-direction: row-reverse */

	/* .product-text-cta */
	/* 	right: auto */
	/* 	left: 0 */
}
	
.product.product_a3 {
	padding-bottom: 10px;
}
	
.product.product_a3 .product-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}
	
.product.product_a3 .product-title-image.onAin img {
			height: 25px;
			-ms-interpolation-mode: nearest-neighbor;
			    image-rendering: -webkit-optimize-contrast;
			    image-rendering: -moz-crisp-edges;
			    image-rendering: -o-pixelated;
			    image-rendering: pixelated;
}
	
.product.product_a3 .product-slogan {
		font-weight: 400;
}
	
.product.product_a3 .product-slogan img[src*="onAndIn-01.svg"] {
			height: 18px;
}
	
.product.product_a3 .product-slogan-line {
			-webkit-box-align: center;
			   -moz-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-preferred-size: 100%;
			    flex-basis: 100%;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: center;
			   -moz-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			margin-top: .5em;
}
	
.product_b .product-content {
		-webkit-box-align: start;
		   -moz-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-left: 0;
		margin-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}
	
@media (min-width: 992px) {
	
.product_b .product-content {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			   -moz-box-orient: horizontal;
			   -moz-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
	}
}
	
.product_b .product-text {
		background: transparent;
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin: 0;
		padding: 48px 19.2px 0;
		padding: 3rem 1.2rem 0;
		width: 100%;
}
	
@media (min-width: 768px) {
	
.product_b .product-text {
			padding: 4em 4em 1em;
	}
}
	
@media (min-width: 992px) {
	
.product_b .product-text {
			padding-top: 2em;
			padding-bottom: 6em;
	}
}
	
@media (min-width: 1200px) {
	
.product_b .product-text {
			padding-top: 4em;
	}
}
	
.product_b .product-text-cta {
			display: block;
			margin-top: 3em;
			position: relative;
			width: 100%;
}
	
.product_b .product-image {
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		width: 92%;
		margin-right: 0;
}
	
@media (min-width: 992px) {
	
.product_b .product-image {
			max-width: none;
	}
}
	
.product_b .product-image-content {
			background-attachment: fixed;
			background-position-x: 50%;
			background-position-y: center;
			background-repeat: no-repeat;
			background-size: 100%;
			height: 100%;
			padding-top: 90%;
}
	
@media (min-width: 768px) {
	
.product_b .product-image-content {
				background-position-x: left;
				background-size: cover;
				padding-top: 60%;
				width: 100%;
	}
}
	
@media (min-width: 992px) {
	
.product_b .product-image-content {
				background-size: 50%;
	}
}
	
@media (min-width: 1440px) {
	
.product_b .product-image-content {
				height: 500px;
				padding-top: 0;
	}
}
	
.product_b.reverse .product-content {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			   -moz-box-orient: vertical;
			   -moz-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
}
	
@media (min-width: 992px) {
	
.product_b.reverse .product-content {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				   -moz-box-orient: horizontal;
				   -moz-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
	}
}
	
@media (min-width: 1440px) {
	
.product_b.reverse .product-content {
				margin-left: 0;
				margin-right: 0;
	}
}
	
.product_b.reverse .product-image {
			margin-left: auto;
			margin-right: 0;
}
	
.product_b.reverse .product-image-content {
				background-position-x: 40%;
}
	
@media (min-width: 768px) {
	
.product_b.reverse .product-image-content {
					background-position-x: 0;
	}
}
	
@media (min-width: 992px) {
	
.product_b.reverse .product-image-content {
					background-position-x: right;
	}
}
	
.product_b.reverse .product-text {
			margin: 0;
}
	
@media (min-width: 768px) {
	
.product_b.reverse .product-text {
				margin: 0;
				padding: 4em 4em 1em;
	}
}
	
@media (min-width: 992px) {
	
.product_b.reverse .product-text {
				padding-top: 2em;
				margin: 0;
	}
}
	
@media (min-width: 1200px) {
	
.product_b.reverse .product-text {
				padding-top: 4em;
	}
}
	
.product_b.reverse .product-text-content {
				max-width: 500px;
}
	
@media (min-width: 992px) {
	
.product_b.reverse .product-text-content {
					margin-left: auto;
	}
}
	
.device-ios .product_b .product-image-content {
		background-attachment: scroll;
		background-size: cover;
}

/*# sourceMappingURL=styles.css.map */
