.text-decoration-none {
	text-decoration: none;
}
#aug-hero .aug-inner .button:hover {
	text-decoration: none;
}
#aug-hero {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/hero/back.webp);
	background-image: -webkit-image-set(
		url("../images/hero/back.webp") 1x,
		url("../images/hero/back@2x.webp") 2x
	);
}
#aug-hero .aug-inner {
	width: 1200px !important;
	max-width: 1200px !important;
	margin: 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 126px;
}
#aug-hero .dotlottie-animation {
	margin: 93px 0 -107px 0;
	height: auto;
	min-height: 0;
	aspect-ratio: 1854 / 504;
}
#aug-hero .product {
	bottom: 0;
	right: -355px;
}
#aug-hero .button {
	margin-top: 27px;
	font-size: 1.3125em;
	width: 11.14em;
	height: 1.95em;
	border-radius: 20px;
	z-index: 1;
	line-height: 1;
	background-color: #ed1c24;
  box-shadow: -3.5265px 4.854px 0px 0px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
	#aug-hero {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url(../images/hero/back-m.webp);
		background-image: -webkit-image-set(
			url("../images/hero/back-m.webp") 1x,
			url("../images/hero/back-m@2x.webp") 2x
		);
	}
	#aug-hero .aug-inner {
		max-width: 100% !important;
		padding-bottom: 238px;
	}
	#aug-hero .dotlottie-animation {
		margin: 50px 0 -40px 0;
		transform: scale(1.15);
	}
	#aug-hero .product {
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		right: unset;
	}
	#aug-hero .button {
		font-size: 1.09375em;
		margin-top: 23px;
		width: 168.5px;
		height: 38.5px;
		box-shadow: -2.65px 3.6405px 0px 0px rgba(0, 0, 0, 0.22);
	}
}
@media screen and (max-width: 567px) {
}
