.wvh-header {
	background-color: #fff;
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 40;
}

.wvh-header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-inline: auto;
	padding-inline: 4.125rem 1.25rem;
	position: relative;
	width: 100%;
	z-index: 40;
}

.wvh-header__logo {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-size: 0;
	height: inherit;
	max-width: clamp(15rem, 15.1041666667vw, 18.125rem);
	width: 100%;
}

.wvh-header__logo a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.wvh-header__logo a:hover {
	opacity: 0.7;
}

.wvh-header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wvh-header__nav-wrap {
	height: inherit;
}

.wvh-header__nav-lists {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(0.9375rem, 1.3020833333vw, 1.5625rem);
	height: inherit;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.wvh-header__nav-link--login {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #45b035;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
	font-weight: 700;
	gap: 0.625rem;
	height: 2.9375rem;
	letter-spacing: 0.36px;
	line-height: 100%;
	padding: 0.375rem 1rem;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.wvh-header__nav-link--login:hover {
	opacity: 0.7;
}

.wvh-header__icon--login {
	-o-object-fit: contain;
	aspect-ratio: 24/19;
	object-fit: contain;
	width: 1.5rem;
}

.wvh-header__link-mail {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border: 1px solid #69ba00;
	color: #69ba00;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	gap: 0.9375rem;
	height: 2.9375rem;
	line-height: 1;
	padding: 0.5rem 1.4375rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.wvh-header__link-mail::after {
	border-right: 2px solid #69ba00;
	border-top: 2px solid #69ba00;
	content: "";
	height: 6px;
	position: absolute;
	right: 0.9375rem;
	rotate: 45deg;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 6px;
}

.wvh-header__link-mail:hover {
	opacity: 0.7;
}

.wvh-header__icon--mail {
	-o-object-fit: contain;
	max-width: 1.75rem;
	object-fit: contain;
}

.wvh-header__hamburger {
	background: transparent;
	border: none;
	cursor: pointer;
	display: none;
	height: 1.5rem;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.1s;
	transition: 0.1s;
	width: 1.5rem;
	z-index: 999;
}

.wvh-header__hamburger.is-open {
	background-color: transparent;
}

.wvh-header__hamburger.is-open span {
	background-color: #fff;
}

.wvh-header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateX(-50%) rotate(45deg);
	        transform: translateX(-50%) rotate(45deg);
}

.wvh-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.wvh-header__hamburger.is-open span:nth-of-type(3) {
	top: -4px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	        transform: translateX(-50%) rotate(-45deg);
}

.wvh-header__hamburger span {
	background-color: #333;
	border-radius: 2px;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: 0.1s;
	transition: 0.1s;
	width: 18px;
}

.wvh-header__hamburger span:nth-of-type(1) {
	top: -3px;
}

.wvh-header__hamburger span:nth-of-type(2) {
	top: 0px;
}

.wvh-header__hamburger span:nth-of-type(3) {
	top: 3px;
}

.wvh-header__drawer {
	bottom: 0;
	font-size: 1rem;
	font-weight: bold;
	left: 0;
	letter-spacing: 2px;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	scrollbar-width: none;
	top: 0;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
	z-index: 36;
}

.wvh-header__drawer::-webkit-scrollbar {
	display: none;
}

.wvh-header__drawer.is-open {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.wvh-header__drawer-nav {
	background: linear-gradient(98deg, #69ba00 0.55%, #2e4f04 109.12%);
	height: 100%;
	margin-left: auto;
	overflow: auto;
	padding-block: 5rem 5rem;
	position: relative;
	width: 95.8974358974%;
	z-index: 38;
}

.wvh-header__drawer-items {
	padding-inline: 5rem 1.25rem;
}

.wvh-header__drawer-link {
	color: #fff;
	display: block;
	padding: 0.75rem 0;
	text-decoration: none;
}

.wvh-header__drawer-link-contact {
	margin-top: 1.25rem;
	max-width: 15rem;
}

.wvh-header__drawer-link--arrow {
	position: relative;
}

.wvh-header__drawer-link--arrow::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	bottom: 0;
	content: "";
	height: 6px;
	left: -1.875rem;
	margin: auto;
	position: absolute;
	rotate: 135deg;
	top: 0;
	width: 6px;
}

.wvh-header__drawer-link.current {
	color: #45b035;
}

.wvh-header__drop-menu-lists {
	display: none;
	padding-block: 0.5rem;
}

.wvh-header__drop-menu-lists.is-open {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.6rem;
	margin-top: 2rem;
	padding-block: 0;
}

.wvh-header__drop-menu-list {
	margin-left: 2.7rem;
}

.wvh-header__drop-menu-link {
	color: #fff;
	font-size: 1.6rem;
	margin-left: 1rem;
	text-decoration: none;
}

.wvh-body-no-scroll {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

@media (max-width: 1150px) {

.wvh-header__inner {
	padding-inline: 0.625rem;
}

.wvh-header__nav-link--login {
	padding-inline: 0.3125rem;
}

.wvh-header__link-mail {
	padding-inline: 0.625rem;
}

.wvh-header__link-mail::after {
	display: none;
}

}

@media (max-width: 768px) {

.wvh-header {
	height: 6rem;
}

.wvh-header__inner {
	padding-inline: 1rem 1.5rem;
}

.wvh-header__logo {
	max-width: 100%;
	width: 14rem;
}

.wvh-header__nav-wrap {
	display: none;
}

.wvh-header__hamburger {
	display: block;
	width: 2.4rem;
}

.wvh-header__drawer-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3.8rem;
}

.wvh-header__drawer-link {
	font-size: 1.6rem;
	padding: 0 0 0 2.7rem;
}

.wvh-header__drawer-link-contact {
	font-size: 1.5rem;
	height: 4.7rem;
	max-width: 100%;
	padding: 0 2.3rem;
	width: 25rem;
}

}

