.hs-wrapper-fixed {
	display: flex;
	flex-direction: column;
	gap: 7px 0;
	position: fixed;
	top: 170px;
	left: 50%;
	margin-left: 550px;
	width: 68px;
	padding: 7px;
	z-index: 100;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.hs-wrapper-fixed .hs-cta-close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 40px;
	cursor: pointer;
}

.hs-wrapper-static {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
	max-width: 1100px;
	margin: 30px auto 10px;
	padding: 0 70px;
}

.hs-wrapper-static .hs-cta-wrapper {
	width: 100%;
}

.hs-wrapper-static .hs-cta-wrapper .btn-beginner {
	width: auto;
}

.hs-wrapper-static .hs-cta-wrapper .btn-beginner:hover {
	color: #fff;
}

.hs-wrapper-static .hs-cta-wrapper .btn-consideration {
	width: auto;
	height: 60px;
}

.hs-wrapper-static .hs-cta-wrapper .btn-consideration:hover {
	color: #df2718;
}

.page-product .main .hs-cta-wrapper {
	display: none;
}

.page-product .sub .hs-cta-wrapper {
	display: inline;
}

.page-product .sub .hs-cta-wrapper a {
	margin: 60px 0 40px;
}

.sub .btn-estimate {
	text-decoration: none;
}

@media screen and (max-width: 1250px) {
	.hs-wrapper-fixed {
		left: auto;
		right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 1100px) {
	.hs-wrapper-static {
		padding: 0 50px;
	}
}

@media screen and (max-width: 976px) {
	.hs-wrapper-fixed {
		top: 144px;
	}

	.page-product .main .hs-cta-wrapper {
		display: inline;
	}

	.page-product .main .hs-cta-wrapper a {
		margin: 40px 0 40px;
	}

	.page-product .sub .hs-cta-wrapper {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.hs-wrapper-static {
		display: none;
	}

	.page-product .main .hs-cta-wrapper a {
		margin: 20px 0 40px;
	}
}

@media screen and (max-width: 690px) {
	.hs-wrapper-fixed {
		top: 165px;
	}
}

@media screen and (max-width: 479px) {
	.hs-wrapper-fixed {
		top: 104px;
	}
}