.head-spacer{
	background: #052852;
	background: linear-gradient(257deg, #0C4796 6.31%, #052852 104.73%);
	height:142px;
	width:100%;
}

.inner-hero-container{
	background: #052852;
	background: linear-gradient(72deg, #052852 18.83%, #193973 100%), url(https://43959763.fs1.hubspotusercontent-na1.net/hubfs/43959763/updated-pattern.png);
	background-repeat: no-repeat;
	background-size: cover, 598px 407px;
	background-position: 0% 15%;
	background-blend-mode: multiply;
	padding: 120px 0px;
  
}

.home-wrapper{
  padding:0;
	margin: 0;
	position:relative;
}


.home-hero{
	padding-top:182px;
	padding-bottom:100px;
}

.home-inner{
	margin:auto;
	position: relative;
}

.hero-img-col.style {
	position:absolute;
	right:-40px;
}


.style-img-block{
	position: absolute;
	top: 22%;
	width:clamp(300px,60%, 846px);
	height:clamp(266px, 60%, 734px);
	right: 2%;
}


.hero-img-col.style img{
	width:807px !important;
	height:714px !important;
}


.inner-hero-container .hero-row > .cont-col{
	padding-left:50px;
	color: #fff
}

.cont-col h1{
	margin-bottom: 9px;

}

.typewrite{
	text-decoration: none;
	font-weight 900;
}


.cont-col h3{
	color: #FFF;
	font-family: Raleway;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px; /* 123.529% */
	margin-bottom: 9px;
}

.cont-col  p {
	color: #FFF;
	font-family: Raleway;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 138.462% */
	margin-bottom: 9px;
}

.container{
	max-width: 1200px;
	margin:auto;
}



.btn-row{
	justify-content: flex-start;
	gap: 20px;
	margin-top:25px;
}

h1.hero-tilte{
	color: #fff;
		height: 200px;
}

h1.hero-tilte span{
	color: #DB864E;
}


.hero-img{
  max-height: 417px;
	max-width: 500px !important;
	width: 500px !important;
	height:417px !important;
	object-fit: cover;
	-webkit-border-top-right-radius: 70px;
	-moz-border-radius-topright: 70px;
	border-top-right-radius: 70px;
}

.hero-img-wrapper{
	position: relative;
}

.hero-row{
	gap:40px;
}

.callout-box{
/* 	border-radius: 20px;
	background: #FFF;
	max-width: 300px;
	padding: 14px 23px 6px 65px; */
	position: relative;
	z-index: 4;
	bottom: 70px;
	left:70px;
}


/* .callout-box::before {
    content: '';
    background: url(https://43959763.fs1.hubspotusercontent-na1.net/hubfs/43959763/metal-bg.png);
    border-radius: 20px;
    top: 1rem;
    left: 1rem;
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
} */

.white-box{
	border-radius: 20px;
	background: #FFF;
	max-width: 300px;
	padding: 14px 23px 6px 65px;
}

.metal-bg{
	background-image: url(https://43959763.fs1.hubspotusercontent-na1.net/hubfs/43959763/metal-bg.png);
	border-radius: 20px;
	bottom: -15px;
	height: 100%;
	position: absolute;
	left: 25px;
	width: 298px;
	z-index: -2;
}

.callout-box h5 {
	color: #052852;
	font-family: Raleway;
	font-size: 19.546px;
	font-style: normal;
	font-weight: 900;
	line-height: 32.273px; /* 165.111% */
	margin-bottom: 0;
	position: relative;
}

.callout-icon-box{
	position: absolute;
	left: 25px;
}


.callout-box p{
	color: #052852;
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 146.667% */
}

.callout-box svg{
	width: 28px;
	height: 28px;
}

@media (min-width: 768px) and (max-width: 1150px) {
	h1.hero-tilte{
		font-size:50px;
		height:180px !important;
	}
	
	.style-img-block{
		top:50%;
	}
	
	.home-hero{
		padding-left:40px;
		padding-right:40px;
	}
}


@media(max-width: 768px){
	.inner-hero-container{
		padding:30px;
		padding-bottom: 100px;
		background-position: 0 70%;
	}
	
	h1.hero-tilte{
		height: 130px;
	}

.style-img-block{
	position: absolute;
	top: 70%;
	right: 15%;
	width:clamp(300px,60%, 846px);
	height:clamp(266px, 60%, 734px);
  
}
	
	.hero-row{
		gap: 60px;
		flex-direction: column-reverse;
	}
	
	.head-spacer{
		height: 91px;
	}
	
	.hero-img{
		width: 100% !important;
	}
	
	.hero-img-col.style{
		position: relative;
		right:0;
	}
	
	.hero-img-col.style img{
		height: auto !important;
		width: 370px !important;
	}
	
	.hero-img-col.style{
		width: 100%;
	}
	
	.callout-box{
		padding:15px;
		left:0;
	}
	
	.metal-bg{
		left: 30px;
		bottom: -6px;
		height: 95%;
	}
	
	.callout-box h5{
		left: 20px;
	}
	
	.callout-box h5:before{
    left: -30px;
	}
	
	.inner-hero-container .hero-row>.cont-col{
		padding-left:0 !important;
	}
	
	.inner-hero-container h3{
		line-height: 34px;
		font-size:28px;
	}
	
	.inner-hero-container p {
		font-size: 22px;
		line-height: 32px;
	}
	
}
