@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0;box-sizing: border-box}

.absolute{position: absolute}.relative{position: relative}

.bg-white{background: #FFF}.bg-lightWhite{background: #FBFAF8}

.opacity-0{opacity: 0}

.scroll-y{overflow-y: scroll}.scroll-x{overflow-x: scroll}.scroll{overflow: scroll}.hidden-x{overflow-x: hidden}.hidden-y{overflow-y: hidden}.hidden{overflow: hidden}

.w-100{width: 100%}.h-100{height: 100%}

.img-auto{max-width: 100%; max-height: 100%;}

.d-none{display: none}.d-block{display: block}.d-flex{display: flex}.flex-wrap{flex-wrap: wrap}.flex-column{flex-direction: column}.align-center{align-items: center}.align-start{align-items: flex-start}.align-end{align-items: flex-end}.align-self-center{align-self: center}.align-self-start{align-self: flex-start}.align-self-end{align-self: flex-end}.justify-center{justify-content: center}.justify-start{justify-content: flex-start}.justify-end{justify-content: flex-end}.justify-around{justify-content: space-around}.justify-between{justify-content: space-between}

.flex-3{flex: 0 0 33.33%}.shrink-0{flex-shrink: 0}

.font-18{font-size: 1.125rem}.font-17{font-size: 1.0625rem}.font-16{font-size: 1rem}.font-15{font-size: 0.9375rem}.font-14{font-size: 0.875rem}.font-13{font-size: 0.8125rem}.font-12{font-size: 0.75rem}.font-11{font-size: 0.6875rem}.font-10{font-size: 0.625rem}

.font-bold{font-weight: bold}

.line-h-100{line-height: 100%}.line-h-150{line-height: 150%}

.font-white{color: #FFF}.font-lightBlack{color: #333}.font-grey{color: #666}.font-orange{color: #FE9700}

.white-nowrap{white-space: nowrap}.text-ellipsis{text-overflow: ellipsis}

.home-container{
	width: 100%;
	padding: 15px 4.2vw;
}

.home-card{
	width: 100%;
	padding: 23.5px 7.6vw 24.5px;
	display: flex;
	justify-content: space-between;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0px 1px 4px 0px rgba(180,180,180,0.4);
}

.card-primary{
	width: 100%;
	display: flex;
	padding: 12.5px 12px;
}

.card-secondary{
	width: 100%;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #DDD;
}

.card-img-1{
	width: 8.6vw;
	height: 8.6vw;
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-img-2{
	width: 32vw;
	position: relative;
	flex-shrink: 0;
}

.card-img-3{
	width: 10.8vw;
	height: 10.8vw;
	margin-bottom: 7.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.text-img{
	position: absolute;
	top: 19.5%;
	left: 9.5%;
	display: flex;
	flex-direction: column;
}

.bottom-bar{
	width: 100%;
	padding: 7.5px 0;
	display: flex;
	justify-content: space-around;
	background: #FFF;
	box-shadow: 0px -1px 4px 0px rgba(194,197,212,0.3);
}

.bar-card{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bar-icon{
	width: 21px;
	height: 21px;
	margin-bottom: 3.5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}