
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
 
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 
img,
picture,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}
 
input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
}
 
button {
	cursor: pointer;
	background: none;
	border: none;
}
 
a {
	color: inherit;
	text-decoration: none;
}
 
ul,
ol {
	list-style: none;
}
 
h1,
h2,
h3,
h4,
h5,
h6,
p {
	overflow-wrap: break-word;
}


/* @font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
} */

@font-face {
	font-display: swap;
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/source-sans-3-v19-latin-700.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
}

.ff_title{
	font-family: 'Montserrat';
	font-weight: 700;
} 
.ff_reg{
	font-family: 'Source Sans 3', Arial, sans-serif;
	font-weight: 400;
}
.ff_bold{
	font-family: 'Source Sans 3', Arial, sans-serif;
	font-weight: 700;
}

html,
body{
	min-height: 100%;
}
body{
	min-height: 100dvh;
	background: #000;
	font-family: 'Source Sans 3', Arial, sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height: 24px;
	color:#FFF;
	position: relative;
	/* overflow: hidden; */
}

strong{
	font-weight: 700;
}



.hwc-PageWrapper{
	height: 100%;
	min-height: 100dvh;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}


/* // CONTENT  */

.hwc-Container{
	max-width: 1600px;
	margin:0 auto;	
}


/* // HEADER  */

.hwc-Header{
	padding:32px 0;
}
.hwc-Header .item-logo{
	display: block;	
}
.hwc-Header .item-logo .item-image{
	display: block;
	max-width: 200px;
}

.hwc-Content{

}
.hwc-Content .item-parts{
	position: relative;
}
.hwc-Content .item-parts .text-part{
	width:calc(50% - 32px);
}
.hwc-Content .item-parts .form-part{
	width:calc(50% - 32px);
	margin:32px 0 0 0;
}
.hwc-Content .item-parts .image-part{
	position: absolute;	
	width:calc(50% - 32px);
	top:0;
	right:0;
	aspect-ratio: 1131 / 493;
}

	.image-part{

	}
	.image-part .item-image{
		aspect-ratio: 1131 / 493;
		min-width: 1131px;
		position: absolute;
		top:0;
		left:-64px;				
	}

	.text-part .item-title{
		font-size: 50px;
		line-height: 52px;
		margin:0 0 16px 0;
	}
	.text-part p{
		margin:0 0 16px 0;
	}	
	.text-part ul{

	}
	.text-part ul li{
		margin:12px 0 0 0;
	}
	.text-part ul li:first-child{
		margin:0;
	}
	.text-part ul li::before{
		content:'';
		aspect-ratio: 1;
		border-radius: 50%;
		width: 12px;
		display: inline-flex;
		border:3px solid #FFF;
		margin-right: 10px;
	}

/* // FOOOTER */

.hwc-Footer{
	padding:32px 0;
}
.hwc-Footer .item-parts{
	display: flex;
	gap:0 24px;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 14px;
}

.hwc-Footer .item-parts .left-part{
	margin-right: auto;
}
.hwc-Footer .item-parts .right-part{
	margin-left:auto;
	display: flex;
	gap:0 16px;
	align-items: center;
	flex-wrap: wrap;
}
.hwc-Footer .item-address{
	position: relative;
	/* padding:0 0 0 24px; */
}
/* .hwc-Footer .item-address::before{
	content:'';
	display: block;
	aspect-ratio: 14 / 16;
	width: 14px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 16"><path fill="%23fff" fill-rule="evenodd" d="M1.966 1.966a6.714 6.714 0 0 0 0 9.495l4.393 4.392a.5.5 0 0 0 .71 0l4.392-4.392a6.714 6.714 0 1 0-9.495-9.495m1.811 4.572a3.012 3.012 0 1 1 6.024 0 3.012 3.012 0 0 1-6.024 0" clip-rule="evenodd"/></svg>');
	position: absolute;
	left:0;
	top:50%;
	transform: translate(0,-50%);
} */

.item-blog,
.item-email{
	display: inline-flex;
	align-items: center;
	gap:0 8px;
	padding:0 24px;
	height: 50px;
	background-color: transparent;
	border-radius: 25px;
	transition: all .3s linear;
}
.item-email .item-icon{
	width:16px;
	height:12px;	
	margin-top:1px;
}
.item-blog .item-icon{
	width:18px;
	height:18px;	
	margin-top:1px;
}
.item-blog .item-icon path,
.item-email .item-icon path{
	fill:#fff;
	transition: all .3s linear;
}
.item-blog:hover,
.item-email:hover{	
	color:#FFF;
}

.item-blog:hover{
	background-color:#2e7ce5;
}
.item-email:hover{
	background-color:#ef6b00;	
}



.item-blog:hover .item-icon path,
.item-email:hover .item-icon path{
	fill:#FFF;
}


.item-phone{
	height: 50px;
	border-radius: 25px;
	padding:0 24px;
	background-color: #FFF;
	font-size: 16px;
	color:#00110F;
	display: inline-flex;
	align-items: center;
	gap:0 12px;
	transition: all .3s linear;
}
.item-phone .item-icon{
	width:16px;
	height:16px;
}
.item-phone .item-icon path{
	fill:#01695F;
	transition: all .3s linear;
}
.item-phone:hover{
	background-color:#01695F;
	color:#FFF;
}
.item-phone:hover .item-icon path{
	fill:#FFF;
}


/* ---------------------- */
/* RWD */
/* ---------------------- */
@media screen and (max-width: 1600px){

	.hwc-Container{
		margin:0 32px;
	}
	.hwc-Footer{
		padding:32px 0 24px 0;
	}

}


/* ---------------------- */
/* RWD */
/* ---------------------- */
@media screen and (max-width: 1420px){

	.hwc-Content .item-parts .text-part{
		width:calc(60% - 24px);
	}

}


/* ---------------------- */
/* RWD */
/* ---------------------- */
@media screen and (max-width: 1240px){

	.hwc-Container{
		margin:0 24px;

	}
	.hwc-Content .item-parts .text-part{
		width:calc(65% - 24px);
	}	
	.text-part .item-title{
		font-size: 42px;
		line-height: 44px;
	}	

}


/* ---------------------- */
/* RWD */
/* ---------------------- */
@media screen and (max-width: 1024px){

	.hwc-Container{
		margin:0 20px;
	}
	
}


/* ---------------------- */
/* RWD */
/* ---------------------- */
@media screen and (max-width: 768px){

	.hwc-Header .item-logo .item-image{
		margin:0 auto;
	}
	.hwc-Content .item-parts{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap:24px 0;
	}
	.hwc-Content .item-parts .text-part{
		width: 100%;
		order:2;
	}

	.text-part .item-title{
		text-align: center;
		font-size: 34px;
		line-height: 36px;
	}
	.text-part p{
		text-align: center;
	}	
	
	.hwc-Footer .item-parts{
		flex-wrap: wrap;
		gap:12px 24px;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		gap:24px;
	}
	.hwc-Footer .item-parts .left-part{
		text-align: center;
		margin-right: 0;
		order:2;
	}
	.hwc-Footer .item-parts .right-part{
		justify-content: center;
		gap:8px 16px;
		margin-left: 0;
		flex-direction: column;		
		order:1;
	}

}


/* ---------------------- */
/* RWD */
/* ---------------------- */
@media screen and (max-width: 640px){

	

}


/* ---------------------- */
/* RWD */
/* ---------------------- */
@media screen and (max-width: 480px){

	.hwc-Container{
		margin:0 16px;
	}
	.hwc-Header .item-logo .item-image{
		max-width: 100px;
	}
	.text-part .item-title{
		font-size: 30px;
		line-height: 32px;
	}
	.text-part p{
		margin:0 0 12px 0;
	}	
	.text-part ul li::before{
		margin-right: 8px;
		border-width: 2px;
		width: 10px;
	}
	.hwc-Footer .item-address{
		padding:0;
	}
	/* .hwc-Footer .item-address::before{
		position: relative;
		left:auto;
		top:auto;
		transform: none;
		display: inline-flex;
		margin-right: 8px;
		display: none;
	} */
	.item-email{
		display: inline-flex;
		align-items: center;
		gap:0 8px;
		padding:0 24px;
		height: 50px;
		background-color: transparent;
		border-radius: 25px;
		transition: all .3s linear;
	}

}