/* reset */
.lr {
	text-decoration: none;
}
.gr {
	border: none;
	position: unset;
	padding: unset;
	margin: unset;
	font-size: unset;
	font-family: unset;
	font-weight: normal;
	line-height: normal;
}
/* fonts */
@font-face {
	font-family: Chewy;
	src: url("../fonts/Chewy-Regular.eot");
	src: url("../fonts/Chewy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Chewy-Regular.woff") format("woff"), url("../fonts/Chewy-Regular.ttf") format("truetype"), url("../fonts/Chewy-Regular.svg#Chewy") format("svg");
	font-style: normal;
	font-weight: 400;
}
.chewy {
	font-family: "Chewy", sans-serif;
}
/* colors */
.tr_bck {
	background-color: transparent;
}
.tr_brd {
	border-color: transparent;
}
.white {
	color: white;
}
.white_bck {
	background-color: white;
}
.white_brd {
	border-color: white;
}
.black {
	color: black;
}
.black_bck {
	background-color: black;
}
.black_brd {
	border-color: black;
}
.gray {
	color: gray;
}
.gray_bck {
	background-color: gray;
}
.gray_brd {
	border-color: gray;
}
.red {
	color: red;
}
.red_bck {
	background-color: red;
}
.red_brd {
	border-color: red;
}
.blue {
	color: blue;
}
.blue_bck {
	background-color: blue;
}
.blue_brd {
	border-color: blue;
}
/* borders */
.br {
	border-radius: 0;
	border: none;
}
.br20 {
	border-radius: 20px;
}
.sqr {
	border-radius: 0;
}
/* containers */
.mh100 {
	min-height: 100px;
}
.mh700 {
	min-height: 700px;
}
.tbl {
	display: table;
}
.blk {
	display: block;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fw {
	width: 100%;
	max-width: 100%;
}
.w25 {
	width: 25%;
	max-width: 25%;
}
.hc {
	display: block;
	position: relative;
}
.hy {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hxy {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexb {
	display: block;
	margin: unset;
}
.vr {
	display: inline;
	width: 1px;
	border: 1px inset;
}
.z20 {
	z-index: 2000;
}
.z21 {
	z-index: 2010;
}
/* cursors */
.cd {
	cursor: default;
}
.cp {
	cursor: pointer;
}
.cc {
	cursor: cell;
}
.ct {
	cursor: text;
}
.cn {
	cursor: not-allowed;
}
/* floats */
.fl {
	float: left;
}
.fr {
	float: right;
}
.fb {
	clear: both;
}
.fn {
	float: none;
}
/* margins */
.m0 {
	margin: 0;
}
.ml0 {
	margin-left: 0;
}
.mr0 {
	margin-right: 0;
}
.mt0 {
	margin-top: 0;
}
.mb0 {
	margin-bottom: 0;
}
.m5 {
	margin: 5px;
}
.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mt5 {
	margin-top: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.m10 {
	margin: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.m20 {
	margin: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.m40 {
	margin: 40px;
}
.ml40 {
	margin-left: 40px;
}
.mr40 {
	margin-right: 40px;
}
.mt40 {
	margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px;
}
/* paddings */
.p0 {
	padding: 0;
}
.pl0 {
	padding-left: 0;
}
.pr0 {
	padding-right: 0;
}
.pt0 {
	padding-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
.p5 {
	padding: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pt5 {
	padding-top: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.p10 {
	padding: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.p15 {
	padding: 15px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.p20 {
	padding: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
/* spaces */
.s5 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.h15 {
	height: 15px;
}
.h20 {
	height: 20px;
}
.h25 {
	height: 25px;
}
.h30 {
	height: 30px;
}
.h40 {
	height: 40px;
}
.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
.h75 {
	height: 75px;
}
.h100 {
	height: 100px;
}
/* texts */
.f8 {
	font-size: 8px;
}
.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.f30 {
	font-size: 30px;
}
.f36 {
	font-size: 36px;
}
.f42 {
	font-size: 42px;
}
.f48 {
	font-size: 48px;
}
.f60 {
	font-size: 60px;
}
.f72 {
	font-size: 72px;
}
.clamp {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.vas {
	vertical-align: super;
}
/* helpers */
.orange_bck {
	background-color: #f9a94b;
}
.orange {
	color: #f9a94b;
}
footer .abs,
footer .rel {
	position: unset;
	width: unset;
	margin: unset;
}