.homepage-hero {
	padding-top: 36px;
	background-color: #f9f7f2;
	position: relative;
	overflow: hidden;
}

.homepage-hero::before {
	content: '';
	display: block;
	width: 100%;
	height: 293px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 1024px) {
	.homepage-hero::before {
		height: 170px;
	}
}

@media (max-width: 768px) {
	.homepage-hero::before {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.homepage-hero {
		padding-top: 43px;
	}
}

.homepage-hero__container {
	position: relative;
}

.homepage-hero__wrapper {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.homepage-hero__wrapper {
		display: block;
	}
}

.homepage-hero__content {
	width: 630px;
	padding-top: 28px;
	padding-bottom: 30px;
	flex-shrink: 0;
}

@media (max-width: 1024px) {
	.homepage-hero__content {
		width: 520px;
	}
}

@media (max-width: 768px) {
	.homepage-hero__content {
		width: 100%;
		padding-top: 0;
	}
}

@media (max-width: 600px) {
	.homepage-hero__content {
		padding-bottom: 0;
	}
}

.homepage-hero__label {
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 400;
	font-size: 14.6px;
	line-height: 17px;
	color: #597a91;
	margin-bottom: 10.75px;
}

@media (max-width: 600px) {
	.homepage-hero__label {
		font-size: 12px;
		margin-bottom: 23px;
	}
}

.homepage-hero__label::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../images/star.svg);
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	margin-right: 5px;
}

@media (max-width: 768px) {
	.homepage-hero__label::before {
		width: 12px;
		height: 12px;
	}
}

.homepage-hero__title-wrapper {
	position: relative;
	margin-bottom: 35px;
}

@media (max-width: 600px) {
	.homepage-hero__title-wrapper {
		margin-bottom: 12px;
	}
}

:where(.editor-styles-wrapper) .homepage-hero__title-wrapper {
	margin-bottom: 20px;
}

.homepage-hero__description {
	margin-top: 0;
	margin-bottom: 50px;
}

@media (max-width: 600px) {
	.homepage-hero__description {
		margin-bottom: 30px;
	}
}

.homepage-hero__start {
	position: absolute;
	top: -15px;
	right: -22px;
	padding: 8px 18px 8px 28px;
	background-color: #fff;
	border-radius: 30px;
	font-weight: 500;
	font-size: 20px;
	color: #0037df;
	transform: rotate(6deg);
}

@media (max-width: 600px) {
	.homepage-hero__start {
		right: 4px;
		font-size: 16px;
		padding: 5px 13px 5px 22px;
	}
}

.homepage-hero__start::before {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #16ae09;
	border-radius: 50%;
	animation: blink-animation 0.8s linear infinite;
}

@media (max-width: 600px) {
	.homepage-hero__start::before {
		width: 6px;
		height: 6px;
		left: 10px;
	}
}

.homepage-hero__images {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	padding-left: 10px;
}

@media (max-width: 1024px) {
	.homepage-hero__images {
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.homepage-hero__images {
		padding-top: 20px;
	}
}

@media (max-width: 600px) {
	.homepage-hero__images {
		padding-left: 33px;
		padding-right: 33px;
		padding-top: 8px;
	}
}

@media (max-width: 1024px) {
	.homepage-hero__image-main {
		max-width: 370px;
	}
}

@media (max-width: 768px) {
	.homepage-hero__image-main {
		max-width: 450px;
	}
}

@media (max-width: 600px) {
	.homepage-hero__image-main {
		max-width: 100%;
	}
}

.homepage-hero__image-2 {
	position: absolute;
	bottom: 80px;
	right: 10px;
}

@media (max-width: 600px) {
	.homepage-hero__image-2 {
		max-width: 74px;
		bottom: 66px;
		right: 7px;
	}
}

.homepage-hero__image-3 {
	position: absolute;
	bottom: 210px;
	right: 0;
}

@media (max-width: 600px) {
	.homepage-hero__image-3 {
		max-width: 86px;
		bottom: 153px;
	}
}

.homepage-hero__image-capture {
	position: absolute;
	bottom: 18px;
	right: 70px;
	background: rgba(249, 247, 242, 0.2);
	border-radius: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #f9f7f2;
	padding: 6px 15px;
	width: 206px;
}

@media (max-width: 768px) {
	.homepage-hero__image-capture {
		right: 170px;
	}
}

@media (max-width: 600px) {
	.homepage-hero__image-capture {
		right: 60px;
		bottom: 14px;
		font-size: 12px;
		padding: 10px 15px 6px 15px;
	}
}

.homepage-hero__buttons {
	display: flex;
	align-items: center;
}

@media (max-width: 600px) {
	.homepage-hero__buttons {
		justify-content: space-between;
	}
}

.homepage-hero__button {
	text-transform: uppercase;
	padding-left: 44px;
	padding-right: 45px;
}

@media (max-width: 600px) {
	.homepage-hero__button {
		padding-left: 26px;
		padding-right: 30px;
	}
}

.homepage-hero__button:not(:last-child) {
	margin-right: 21px;
}

.homepage-hero__button svg {
	margin-right: 5px;
	color: #0037df;
}

@media (max-width: 600px) {
	.homepage-hero__button svg {
		margin-right: 10px;
	}
}

.homepage-hero__scroll-down {
	position: absolute;
	bottom: 38px;
	left: 14px;
	width: 32px;
	height: 40px;
}

@media (max-width: 1024px) {
	.homepage-hero__scroll-down {
		bottom: 50px;
	}
}

@media (max-width: 600px) {
	.homepage-hero__scroll-down {
		width: 21px;
		height: 25px;
		bottom: 252px;
	}
}

.homepage-hero__scroll-down:hover svg:nth-child(2), .homepage-hero__scroll-down:hover svg:nth-child(4) {
	top: 10px;
}

@media (max-width: 600px) {
	.homepage-hero__scroll-down:hover svg:nth-child(2), .homepage-hero__scroll-down:hover svg:nth-child(4) {
		top: 12.5px;
	}
}

.homepage-hero__scroll-down:hover svg:nth-child(3) {
	top: 20px;
}

@media (max-width: 600px) {
	.homepage-hero__scroll-down:hover svg:nth-child(3) {
		top: 25px;
	}
}

.homepage-hero__scroll-down svg {
	position: absolute;
	left: 0;
	transition: all 200ms ease-in-out;
}

@media (max-width: 600px) {
	.homepage-hero__scroll-down svg {
		width: 21px;
		height: 13px;
	}
}

.homepage-hero__scroll-down svg:nth-child(1) {
	top: 0;
}

.homepage-hero__scroll-down svg:nth-child(2) {
	top: 0px;
}

.homepage-hero__scroll-down svg:nth-child(3), .homepage-hero__scroll-down svg:nth-child(4) {
	top: 20px;
}

@media (max-width: 600px) {
	.homepage-hero__scroll-down svg:nth-child(3), .homepage-hero__scroll-down svg:nth-child(4) {
		top: 12.5px;
	}
}

.homepage-hero__cards {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 76px;
	padding: 40px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

@media (max-width: 1024px) {
	.homepage-hero__cards {
		padding: 25px;
		border-radius: 50px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	.homepage-hero__cards {
		max-width: 680px;
		border-radius: 50px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 600px) {
	.homepage-hero__cards {
		margin-left: 5px;
		margin-right: 5px;
		padding: 10px;
		border-radius: 20px;
	}
}

.homepage-hero__cards-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 70px 90px 76px 90px;
	background-color: #0037df;
	border-radius: 30px;
}

@media (max-width: 1024px) {
	.homepage-hero__cards-wrapper {
		padding: 50px 40px;
	}
}

@media (max-width: 768px) {
	.homepage-hero__cards-wrapper {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 600px) {
	.homepage-hero__cards-wrapper {
		border-radius: 10px;
		padding: 35px 20px 40px 20px;
		align-items: flex-start;
	}
}

.homepage-hero__cards-item {
	flex-grow: 1;
	max-width: 283px;
}

@media (max-width: 1024px) {
	.homepage-hero__cards-item {
		max-width: 250px;
	}
}

@media (max-width: 768px) {
	.homepage-hero__cards-item {
		max-width: 320px;
		min-width: 320px;
		margin-bottom: 30px;
	}
	.homepage-hero__cards-item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.homepage-hero__cards-item {
		min-width: unset;
	}
}

.homepage-hero__cards-item-icon {
	margin-bottom: 21px;
}

@media (max-width: 768px) {
	.homepage-hero__cards-item-icon {
		margin-bottom: 15px;
		height: 40px;
	}
}

.homepage-hero__cards-item-title {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 25px;
	color: #f9f7f2;
}

@media (max-width: 1024px) {
	.homepage-hero__cards-item-title {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.homepage-hero__cards-item-title {
		font-size: 18px;
	}
}

.homepage-hero__cards-item-text {
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-top: 17px;
}

@media (max-width: 768px) {
	.homepage-hero__cards-item-text {
		font-size: 15px;
		margin-top: 11px;
	}
}

/*# sourceMappingURL=homepage-hero.css.map */