#how-hero {
	overflow: hidden;
	margin-bottom: 130px;
}

#how-hero .container {
	gap: 30px;
}

#how-hero .left {
	width: 50%;
	max-width: 704px;
	padding: 124px 0 0 58px;
}

#how-hero .right {
	width: 50%;
	max-width: 676px;
	padding: 67px 44px 0 0;
}

#how-hero .right .button {
  margin-top: 53px;
}

#how-hero .text h1,
#how-hero .text h2,
#how-hero .text h3,
#how-hero .text p:first-child strong {
	font-size: 49px;
	line-height: 69px;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--red);
	font-family: "PODIUM Soft";
	margin-bottom: -10px;
	letter-spacing: 0.08em;
}

#how-hero .text {
	font-size: 20px;
	line-height: 30px;
	max-width: 555px;
	font-weight: 500;
}

#how-hero .image {
	margin-top: 81px;
	margin-left: -11px;
}

#how-hero .button {
	margin-top: 26px;
	padding: 0 42px;
}

#how-hero .swiper {
	overflow: visible;
}

#how-hero .box {
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	padding: 45px 40px 37px 40px;
	height: 390px;
	position: relative;
}

#how-hero .box::after {
	content: "";
	position: absolute;
	bottom: 18px;
	right: -20px;
	width: 113px;
	height: 34px;
	transform: rotate(90deg);
	background-image: url("../../images/red-arrow.png");
	background-image: image-set(
		url("../../images/red-arrow.png") 1x,
		url("../../images/red-arrow@2x.png") 2x
	);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#how-hero .swiper-wrapper .box:last-child::after {
	display: none;
}

#how-hero .swiper-wrapper .box:last-child .box-title::after {
	content: "";
	position: absolute;
	top: -68px;
	right: -123px;
	width: 103px;
	height: 103px;
	transform: none;
	background-image: url("../../images/red-marks.png");
	background-image: image-set(
		url("../../images/red-marks.png") 1x,
		url("../../images/red-marks@2x.png") 2x
	);
}

#how-hero .box .num {
	position: absolute;
	top: 21px;
	right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}

#how-hero .box-text {
	display: block;
	margin-top: 21px;
}

#how-hero .box-text p {
	max-width: 500px;
	margin-bottom: 10px;
}

#how-hero .top {
	gap: 12px;
}

#how-hero .box-title {
	margin: 0;
	font-size: 36px;
	line-height: 1.1em;
	position: relative;
}

#how-hero .icon {
	display: inline-block;
}

#how-hero .icon img {
	width: 57px;
	display: block;
}

#how-hero .swiper {
	overflow: hidden;
	height: 840px;
}

#how-hero .swiper-wrapper {
	/* height: 820; */
}

#newsletter {
	margin-top: 102px;
}

@media screen and (max-width: 1500px) {
	#how-hero .left {
		padding-left: 0;
	}

	#how-hero .right {
		padding-right: 0;
		max-width: 656px;
	}

	#how-hero .image {
		margin-left: 0;
	}
}

@media screen and (max-width: 1200px) {
	#how-hero .swiper {
		height: 900px;
	}

	#how-hero .box {
		height: 420px;
	}
}

@media screen and (max-width: 992px) {
	#how-hero {
		margin-bottom: 70px;
	}

	#how-hero .container {
		flex-direction: column;
		gap: 50px;
	}

	#how-hero .left {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 50px 0 0 0;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		max-width: 656px;
	}

	#how-hero .left br {
		display: none;
	}

	#how-hero .right {
		max-width: 100%;
		width: 100%;
		padding-top: 0;
	}

	#how-hero .image {
		order: 1;
		margin: 0 0 30px 0;
	}

	#how-hero .image img {
		max-width: 430px;
		width: 100%;
	}

	#how-hero .text {
		order: 2;
	}

	#how-hero .button {
		order: 3;
	}

	#how-hero .box,
	#how-hero .swiper {
		height: auto;
		overflow: visible;
	}

	#how-hero .swiper-wrapper {
		/* flex-wrap: nowrap;
		gap: 0; */
	}

	#how-hero .box::after {
		transform: none;
		bottom: 16px;
		right: -10px;
	}

  #how-hero .swiper-wrapper .box:last-child .box-title::after {
    top: -98px;
    right: 37px;
  }

	#tips {
		padding-top: 78px;
	}

  #newsletter {
    margin-top: 81px;
  }
}

@media screen and (max-width: 567px) {
  #how-hero {
    margin-bottom: 54px;
  }

	#how-hero .container {
		gap: 55px;
	}

	#how-hero .left {
		padding-top: 41px;
	}

	#how-hero .text {
		line-height: 28px;
	}

	#how-hero .text h1,
	#how-hero .text h2,
	#how-hero .text h3,
	#how-hero .text p:first-child strong {
		font-size: 38px;
		line-height: 69px;
		margin-bottom: -19px;
	}

	#how-hero .image {
		margin-bottom: 21px;
	}

	#how-hero .button {
		margin-top: 23px;
		padding: 0 21px;
	}

	#how-hero .box {
		padding: 35px 23px 51px 30px;
	}

	#how-hero .top {
		display: block;
	}

	#how-hero .box-text {
		font-size: 18px;
		line-height: 30px;
	}

	#how-hero .box-title {
		font-size: 28px;
		line-height: 1.1em;
		margin-top: 5px;
		margin-left: 3px;
	}

	#how-hero .box::after {
		bottom: 18px;
		right: -14px;
	}

  #how-hero .swiper-wrapper .box:last-child .box-title::after {
    right: 87px;
    width: 103px;
		right: unset;
		left: 83px;
		top: -120px;
  }
}
