@font-face {
	font-family: 'Fredoka One';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Fredoka One'), local('FredokaOne-Regular'), url(https://fonts.gstatic.com/s/fredokaone/v7/k3kUo8kEI-tA1RRcTZGmTlHGCac.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%
}

body {
	font-family: "Fredoka One", "Arial", sans-serif;
	letter-spacing: 0;
	color: #FFFFFF;
	background-color: #0a0a0a;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

a, a:active {
	color: #616161;
	text-decoration: none
}

a:hover, a:focus {
	color: #212121;
	text-decoration: none
}

a:focus {
	outline: none !important
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

img {
	width: 100%;
	pointer-events: none;
	vertical-align: middle;
	border-style: none
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

strong {
	font-weight: normal
}

.app {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: center
}

.app-container {
	position: relative;
	display: block;
	width: 1024px;
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px;
	text-align: center
}

.app-navigation {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: top
}

.app-navigation .logo, .app-navigation .menu {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	text-align: left
}

.app-navigation .logo a {
	display: inline-block
}

.app-navigation .logo img {
	display: inline-block;
	width: 190px
}

.app-navigation .menu {
	text-align: right
}

.app-navigation .menu .menu-link {
	display: inline-block;
	padding-left: 30px
}

.app-navigation .menu .menu-link a {
	font-size: 22px;
	line-height: 30px;
	color: #AAAAAA
}

.app-navigation .menu .menu-link a:hover {
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.app-header {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: top
}

.app-header .header-container {
	position: relative;
	padding: 120px 50px;
	text-align: left
}

.app-header .header-container h2 {
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 0.5px;
	color: #666666
}

.app-header .header-container h2 span {
	color: #FFFFFF
}

.app-product {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: top
}

.app-product .product {
	position: relative;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: top
}

.app-product .product:nth-child(2n) {
	margin-right: 0
}

.app-product .product img {
	width: 100%;
	border-radius: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.app-product .product:hover img {
	opacity: 0.95;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.app-product .product h4 {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.5px;
	color: #DDDDDD;
	padding-top: 20px;
	padding-left: 10px;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.app-product .product:hover h4 {
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.app-product .product p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #666666;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left
}

.app-product .product a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.app-product .product .tags {
	padding-top: 20px;
	padding-left: 10px;
	text-align: left
}

.app-product .product .tags span {
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1px;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px
}

.app-info {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: top
}

.app-info .info-container {
	position: relative;
	padding: 120px 50px 170px;
	text-align: left
}

.app-info .info-container h3 {
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 0.5px;
	color: #666666
}

.app-info .info-container h3 span {
	color: #FFFFFF
}

.app-subscribe {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: top
}

.app-subscribe .subscribe-title {
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 0.5px;
	padding-bottom: 20px;
	color: #AAAAAA;
	text-align: left
}


#subscribe-form,
#subscribe-form-home {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: top
}

#subscribe-form .subscribe-input,
#subscribe-form-home .subscribe-input {
	display: block;
	width: 80%;
	padding-right: 4%;
	vertical-align: top;
	text-align: left
}

#subscribe-form .subscribe-input input,
#subscribe-form-home .subscribe-input input {
	font-family: "Fredoka One", "Arial", sans-serif;
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.1);
	line-height: 24px;
	padding: 18px 24px;
	border: transparent;
	border-radius: 8px;
	outline: 0
}

#subscribe-form .subscribe-input input::placeholder,
#subscribe-form-home .subscribe-input input::placeholder {
	color: #AAAAAA;
	font-size: 16px;
	letter-spacing: 1px
}

#subscribe-form .subscribe-button,
#subscribe-form-home .subscribe-button {
	display: block;
	width: 20%;
	vertical-align: top;
	text-align: left;
	margin-top: 20px
}

.subscribe-button input,
.subscribe-button-home input {
	cursor: pointer;
	font-family: "Fredoka One", "Arial", sans-serif;
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000000;
	background-color: #DDDDDD;
	line-height: 24px;
	padding: 18px 24px;
	border: transparent;
	border-radius: 8px;
	outline: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.subscribe-button input:hover,
.subscribe-button-home input:hover {
	color: #000000;
	background-color: #FFFFFF;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.app-subscribe #subscribe-success {
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	display: block;
	text-align: left
}

.app-subscribe .subscribe-info {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	letter-spacing: 0.5px;
	display: block;
	text-align: left
}

.app-footer {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: top;
	padding-top: 170px
}

.app-footer .copyright {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	letter-spacing: 0.5px;
	display: block;
	text-align: left
}

.app-footer .copyright a {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	letter-spacing: 0.5px;
	display: inline-block;
	text-align: left
}