/* latin */
@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;
}


/* Application */
.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;
}


/* Navigation */
.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;
}


/* Header */
.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;
}


/* Products */
.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;
}


/* Information */
.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;
}


/* Subscribe */
.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 {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: top;
}

#subscribe-form .subscribe-input {
	display: table-cell;
	width: 80%;
	padding-right: 4%;
	vertical-align: top;
	text-align: left;
}

#subscribe-form .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 {
	color: #AAAAAA;
	font-size: 16px;
	letter-spacing: 1px;
}

#subscribe-form .subscribe-button {
	display: table-cell;
	width: 20%;
	vertical-align: top;
	text-align: left;
}

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


/* Footer */
.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;
}



@media only screen and (min-width:1920px){
	.app-container {
		width: 1199px;
		max-width: 1199px;
	}
}


@media only screen and (min-width:1400px) and (max-width:1919px){
	.app-container {
		width: 1199px;
		max-width: 1199px;
	}
}


@media (min-width:1024px) and (max-width:1199px){
	.app-container {
		width: 992px;
		max-width: 992px;
	}
}


@media (min-width:992px) and (max-width:1023px){
	.app-container {
		width: 768px;
		max-width: 768px;
	}
}


@media (min-width:768px) and (max-width:991px){
	.app-container {
		width: 100%;
		max-width: 100%;
	}

	.app-product .product {
		width: 100%;
		margin-right: 0;
	}
}


@media (min-width:640px) and (max-width:767px){
	.app-container {
		width: 100%;
		max-width: 100%;
	}

	.app-product .product {
		width: 100%;
		margin-right: 0;
	}

	.app-header .header-container h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.app-subscribe .subscribe-title,
	.app-info .info-container h3 {
		font-size: 28px;
		line-height: 38px;
	}
}


@media (min-width:480px) and (max-width:639px){
	.app-container {
		width: 100%;
		max-width: 100%;
		padding: 50px 25px;
	}

	.app-navigation .logo, .app-navigation .menu {
	    display: block;
	    width: 100%;
	    text-align: left;
	}

	.app-navigation .menu { 
		padding-top: 20px;
	}

	.app-navigation .menu .menu-link{ 
		padding-left: 0px;
		padding-right: 30px;
	}

	.app-product .product {
		width: 100%;
		margin-right: 0;
	}

	.app-header .header-container {
	    padding: 80px 10px;
	}

	.app-header .header-container h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.app-header .header-container h2 br{
		display: none;
	}

	.app-info .info-container {
	    padding: 80px 10px 120px;
	    text-align: left;
	}

	.app-subscribe .subscribe-title,
	.app-info .info-container h3 {
		font-size: 28px;
		line-height: 38px;
	}

	.app-subscribe .subscribe-info {
	    font-size: 16px;
	    line-height: 26px;
	}

	.app-subscribe .subscribe-info br{
	    display: none;
	}

	.app-footer {
	    padding-top: 120px;
	}
}


@media (min-width:360px) and (max-width:479px){
	.app-container {
		width: 100%;
		max-width: 100%;
		padding: 50px 25px;
	}

	.app-navigation .logo, .app-navigation .menu {
	    display: block;
	    width: 100%;
	    text-align: left;
	}

	.app-navigation .menu { 
		padding-top: 20px;
	}

	.app-navigation .menu .menu-link{ 
		padding-left: 0px;
		padding-right: 30px;
	}

	.app-product .product {
		width: 100%;
		margin-right: 0;
	}

	.app-header .header-container {
	    padding: 80px 10px;
	}

	.app-header .header-container h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.app-header .header-container h2 br{
		display: none;
	}

	.app-info .info-container {
	    padding: 80px 10px 120px;
	    text-align: left;
	}

	.app-subscribe .subscribe-title,
	.app-info .info-container h3 {
		font-size: 28px;
		line-height: 38px;
	}

	#subscribe-form .subscribe-button,
	#subscribe-form .subscribe-input {
		display: block;
	    width: 100%;
	    padding-right: 0;
	}

	#subscribe-form .subscribe-button {
		padding-top: 20px;
	}


	.app-subscribe .subscribe-info {
	    font-size: 16px;
	    line-height: 26px;
	}

	.app-subscribe .subscribe-info br{
	    display: none;
	}

	.app-footer {
	    padding-top: 120px;
	}
}


@media (min-width:320px) and (max-width:359px){
	.app-container {
		width: 100%;
		max-width: 100%;
		padding: 50px 25px;
	}

	.app-navigation .logo, .app-navigation .menu {
	    display: block;
	    width: 100%;
	    text-align: left;
	}

	.app-navigation .menu { 
		padding-top: 20px;
	}

	.app-navigation .menu .menu-link{ 
		padding-left: 0px;
		padding-right: 30px;
	}

	.app-product .product {
		width: 100%;
		margin-right: 0;
	}

	.app-header .header-container {
	    padding: 80px 10px;
	}

	.app-header .header-container h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.app-header .header-container h2 br{
		display: none;
	}

	.app-info .info-container {
	    padding: 80px 10px 120px;
	    text-align: left;
	}

	.app-subscribe .subscribe-title,
	.app-info .info-container h3 {
		font-size: 28px;
		line-height: 38px;
	}

	#subscribe-form .subscribe-button,
	#subscribe-form .subscribe-input {
		display: block;
	    width: 100%;
	    padding-right: 0;
	}

	#subscribe-form .subscribe-button {
		padding-top: 20px;
	}


	.app-subscribe .subscribe-info {
	    font-size: 16px;
	    line-height: 26px;
	}

	.app-subscribe .subscribe-info br{
	    display: none;
	}

	.app-footer {
	    padding-top: 120px;
	}
}


@media (max-width:319px){
	.app-container {
		width: 100%;
		max-width: 100%;
		padding: 50px 25px;
	}

	.app-navigation .logo, .app-navigation .menu {
	    display: block;
	    width: 100%;
	    text-align: left;
	}

	.app-navigation .menu { 
		padding-top: 20px;
	}

	.app-navigation .menu .menu-link{ 
		padding-left: 0px;
		padding-right: 30px;
	}

	.app-product .product {
		width: 100%;
		margin-right: 0;
	}

	.app-header .header-container {
	    padding: 80px 10px;
	}

	.app-header .header-container h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.app-header .header-container h2 br{
		display: none;
	}

	.app-info .info-container {
	    padding: 80px 10px 120px;
	    text-align: left;
	}

	.app-subscribe .subscribe-title,
	.app-info .info-container h3 {
		font-size: 28px;
		line-height: 38px;
	}

	#subscribe-form .subscribe-button,
	#subscribe-form .subscribe-input {
		display: block;
	    width: 100%;
	    padding-right: 0;
	}

	#subscribe-form .subscribe-button {
		padding-top: 20px;
	}


	.app-subscribe .subscribe-info {
	    font-size: 16px;
	    line-height: 26px;
	}

	.app-subscribe .subscribe-info br{
	    display: none;
	}

	.app-footer {
	    padding-top: 120px;
	}
}