.inspections-own-your-offlease-block {
	position: relative;
	padding: 150px 0;
}

.inspections-own-your-offlease-block .container {
	display: flex;
	flex-direction: row;
	z-index: 1;
}
.offlease-sub-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.offlease-sub-content-wrapper h3 {
	width: 90%;
}

#trigger {
	position: absolute;
	top: 0;
}
.right-half {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
}

.inspections-own-your-offlease-block .container .left-half,
.inspections-own-your-offlease-block .container .right-half {
	width: 50%;
	position: relative;
	z-index: 1;
}

#b_3562319 {
	margin-left: -185px;
	position: absolute;
	right: -50px;
	margin-top: -36px;
	border: 0;
	box-sizing: border-box;
	cursor: default;
	display: block;
	height: 475px;
	overflow: hidden;
	width: 817px;
	z-index: 1;
}

#b_3562319 div {
	position: absolute;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#b_3562319 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0;
}

#el_3562335 {
	top: 69px;
	left: 607px;
	z-index: 8;
	pointer-events: none;
	mix-blend-mode: normal;
}

#img_3562335 {
	width: 164px;
	height: 160px;
}

#img_3562335.bnfy-enter {
	-webkit-animation: fade-in 1000ms 100ms ease 1 both;
	animation: fade-in 1000ms 100ms ease 1 both;
}

#el_3562334 {
	top: 109px;
	left: 204px;
	z-index: 7;
	pointer-events: none;
	mix-blend-mode: normal;
}

#img_3562334 {
	width: 57px;
	height: 58px;
}

#img_3562334.bnfy-enter {
	-webkit-animation: pulsate-fwd-fade 800ms 400ms ease 1 both;
	animation: pulsate-fwd-fade 800ms 400ms ease 1 both;
}

#el_3562330 {
	top: 141px;
	left: 233px;
	z-index: 6;
	pointer-events: none;
	mix-blend-mode: normal;
}

#img_3562330 {
	width: 67px;
	height: 63px;
}

#img_3562330.bnfy-enter {
	-webkit-animation: fade-in 1000ms 100ms ease 1 both;
	animation: fade-in 1000ms 100ms ease 1 both;
}

#el_3562329 {
	top: 40px;
	left: 491px;
	z-index: 5;
	pointer-events: none;
	mix-blend-mode: normal;
}

#img_3562329 {
	width: 60px;
	height: 60px;
}

#img_3562329.bnfy-enter {
	-webkit-animation: pulsate-fwd-fade 800ms 100ms ease 1 both;
	animation: pulsate-fwd-fade 800ms 100ms ease 1 both;
}

#el_3562326 {
	top: 74px;
	left: 513px;
	z-index: 4;
	pointer-events: none;
	mix-blend-mode: normal;
}

#img_3562326 {
	width: 18px;
	height: 73px;
}

#img_3562326.bnfy-enter {
	-webkit-animation: fade-in 1000ms 100ms ease 1 both;
	animation: fade-in 1000ms 100ms ease 1 both;
}

#el_3562325 {
	top: 343px;
	left: 423px;
	z-index: 3;
	pointer-events: none;
	mix-blend-mode: normal;
}

#img_3562325 {
	width: 58px;
	height: 58px;
}

#img_3562325.bnfy-enter {
	-webkit-animation: pulsate-fwd-fade 800ms 600ms ease 1 both;
	animation: pulsate-fwd-fade 800ms 600ms ease 1 both;
}

#el_3562322 {
	top: 365px;
	left: 349px;
	z-index: 2;
	pointer-events: none;
	mix-blend-mode: normal;
}

#img_3562322 {
	width: 104px;
	height: 15px;
}

#img_3562322.bnfy-enter {
	-webkit-animation: fade-in 700ms 100ms ease 1 both;
	animation: fade-in 700ms 100ms ease 1 both;
}

#el_3562321 {
	top: 107px;
	left: 133px;
	z-index: 1;
	pointer-events: none;
	mix-blend-mode: normal;
}
#el_3562321.bnfy-enter {
	-webkit-animation: fade-in 700ms 100ms ease 1 both;
	animation: fade-in 700ms 100ms ease 1 both;
}


#img_3562321 {
	width: 517px;
	height: 348px;
}

#img_3562321.bnfy-enter {
	-webkit-animation: fade-in 300ms 0ms ease 1 both;
	animation: fade-in 300ms 0ms ease 1 both;
}

#el_3562319 {
	top: 0px;
	left: 0px;
	z-index: 0;
	pointer-events: none;
	mix-blend-mode: normal;
}

#img_3562319 {
	width: 817px;
	height: 475px;
}

#img_3562319.bnfy-enter {
	-webkit-animation: undefined 0ms 0ms ease 1 both;
	animation: undefined 0ms 0ms ease 1 both;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes pulsate-fwd-fade {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	40% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}

	75% {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
		opacity: 1;
	}

	85% {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes pulsate-fwd-fade {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	40% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}

	75% {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
		opacity: 1;
	}

	85% {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
.background-gradient-img {

}
.background-gradient {
	background: radial-gradient(circle, rgba(0, 97, 255, .7) 0%, rgba(237, 221, 83, 0) 68%);
	position: absolute;
	overflow: visible;
	z-index: 0;
	width: 880px;
    height: 800px;
    left: -370px;
    bottom: -250px;
}

.mobile-image {
	display: none;
}

@media only screen and (max-width: 1440px) {
	.background-gradient {
	}
}

@media only screen and (max-width: 1280px) {
	.inspections-own-your-offlease-block h3 {
		max-width: 90%;
	}

	#b_3562319 {
		transform: scale(.9);
		margin-top: -52px;
		right: -85px;
	}
	.background-gradient {
	}
}

@media only screen and (max-width: 1199px) {
	#b_3562319 {
		transform: scale(.8);
		margin-top: -67px;
		right: -115px;
	}

	.background-gradient {
	}
}

@media only screen and (max-width: 1024px) {
	#b_3562319 {
		transform: scale(.7);
		margin-top: -83px;
		right: -155px;
		
	}
	
	.background-gradient {
		width: 770px;
		height: 700px;
		left: -300px;
		bottom: -200px;
	}
}
@media only screen and (max-width: 946px) {
	.right-half h2 {
		font-size: 52px;
	}
    #b_3562319 {
        transform: scale(.7);
        margin-top: -93px;
        right: -155px;
    }
}

@media only screen and (max-width: 891px) {
	#b_3562319 {
		transform: scale(.6);
		margin-top: -103px;
		right: -195px;
	}
	.background-gradient {
	width: 660px;
    height: 600px;
    left: -250px;
    bottom: -100px;
	}
}

@media only screen and (max-width: 767px) {
	#b_3562319 {
		transform: scale(.5);
		margin-top: -130px;
		right: -234px;
	}

	.background-gradient {
	}
}

@media only screen and (max-width: 685px) {
	.inspections-own-your-offlease-block .container {
		flex-direction: column-reverse;
	}

	#b_3562319 {
		display: none;
	}

	#el_3562335 {
		display: none !important;
	}

	.inspections-own-your-offlease-block .container .left-half,
	.inspections-own-your-offlease-block .container .right-half {
		margin-left: 0;
		left: 0;
		width: 100%;
	}

.offlease-sub-content-wrapper {
	  justify-content: center;
  align-items: center;
}
	.inspections-own-your-offlease-block {
		position: relative;
		padding: 150px 0 0;
	}

	.mobile-image {
		display: block;
		margin-top: 25px;   
		max-width: 500px;
    	margin-left: auto;
		width: calc(100% - 10%);
		margin-right: auto;
	}

	.right-half {
		display: flex;
		justify-content: center;
		align-items: center;

	}

	.right-half * {
		text-align: center;
	}
	.background-gradient {
	width: 660px;
    height: 600px;
    left: -300px;
    bottom: -250px;
	}
}

@media only screen and (max-width: 400px) {}