/*
	Influencer Affiliate page style
*/
.gaHeroSecWrap.aip {
	padding: 100px 0 65px;
}
.gaHeroSecWrap.aip .bg {
	background-color: rgba(41, 181, 122, 0.09);
}
.gaHeroSecWrap.aip .bg img {
	opacity: 0.06;
}
.gaHeroSecWrap.aip .bg::after {
	display: none;
}
.gaHeroSecWrap.aip .headlineWrap .subheadline {
	color: #FF8A00;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 11px;
	margin-top: -30px;
}
.gaHeroSecWrap.aip .headlineWrap .headline {
	color: #000;
	font-size: 47px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;
}
.gaHeroSecWrap.aip .headlineWrap .headline::after {
	display: none;
}
.gaHeroSecWrap.aip .headlineWrap p {
	color: rgba(0, 0, 0, 0.71);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}
.gaHeroSecWrap.aip .headlineWrap::before {
	display: none;
}
.gaHeroSecWrap.aip .headlineWrap .imgWrap {
	margin-left: -30px;
}
.gaHeroSecWrap.aip .affiliateFormWrap .headlineWrap .headline{
	color: #000;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
}


.gaThreeStepSecWrap.aip {
	padding-bottom: 50px;
}
.gaThreeStepSecWrap.aip .contentWrap .headline {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	line-height: 48px;
}
.gaThreeStepSecWrap.aip .contentWrap .stepsWrap .stepWrap .txtWrap {}
.gaThreeStepSecWrap.aip .contentWrap .stepsWrap .stepWrap .txtWrap h3 {
	color: #29B57A;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 5px;
}
.gaThreeStepSecWrap.aip .contentWrap .stepsWrap .stepWrap .txtWrap p {
	color: rgba(0, 0, 0, 0.51);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 10px;
}
.gaThreeStepSecWrap.aip .contentWrap .stepsWrap .stepWrap .txtWrap p:last-child {
	margin-bottom: 0;
}

.gaLeadGenSecWrap {
	padding-top: 50px;
}

.twoColSecWithBg.aip {
	position: relative;
}
.twoColSecWithBg.aip .bg {
	position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 90%;
    z-index: 1;
    overflow: hidden;
}
.twoColSecWithBg.aip .bg img {
	height: 100%;
    width: auto;
    max-width: none;
}
.twoColSecWithBg.aip .container {
	position: relative;
	z-index: 2;
}
.twoColSecWithBg.aip .txtWrap .subheadline {
	color: #FF8A00;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 5px;
}
.twoColSecWithBg.aip .txtWrap h2 {
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 38px;
}
.twoColSecWithBg.aip .txtWrap p {
	color: rgba(242, 246, 245, 0.79);
	font-size: 27.031px;
	font-weight: 400;
	line-height: 31px;
}

.gaCtaBannerWrap.aip .txtWrap .headline {
}
.gaCtaBannerWrap.aip .txtWrap .btnWrap .btn {
	color: #000;
}

.notificationSecWrap {
	position: relative;
    padding: 100px 0;
}
.notificationSecWrap .inner {
	border-radius: 16px;
	background: linear-gradient(137deg, #29B57A 16.14%, #EAF7F1 138.51%);
	overflow: hidden;
	padding: 28px 25px;
}
.notificationSecWrap .txtWrap .headline {
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 28px;
}
.notificationSecWrap .txtWrap .imgWrap {}
.notificationSecWrap .txtWrap .imgWrap img {
	display: block;
	max-width: 100%;
}
.notificationSecWrap .allMsgsWrap {}
.notificationSecWrap .allMsgsWrap .msgsWrap {
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(9.5px);
	margin-bottom: 10px;
	padding: 16px 26px;
}
.notificationSecWrap .allMsgsWrap .msgsWrap:last-child {
	margin-bottom: 0;
}
.notificationSecWrap .allMsgsWrap .msgsWrap .heading {
	color: #0C0E0F;
	font-size: 20px;
	font-weight: 700;
	line-height: 31px;
	margin-bottom: 16px;
}
.notificationSecWrap .allMsgsWrap .msgsWrap p {
	color: rgba(0, 0, 0, 0.61);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.formWrap.affiliateFormWrap {
		position: relative;
		overflow: unset;
	}
	.formWrap.affiliateFormWrap::after {
		content: "";
		position: absolute;
		width: 115px;
		height: 115px;
		left: -75px;
		top: -90px;
		background: url('/affiliates/images/form-top-lines-icon.svg') no-repeat center;
	}
}

@media (max-width: 991px) {
	.gaHeroSecWrap.aip {
		padding-top: 60px;
	}
	.gaThreeStepSecWrap.aip {
		padding-top: 60px;
	}
	.gaThreeStepSecWrap.aip .imgWrap .bgImg {
		object-fit: unset;
		height: auto;
		width: auto;
		margin: auto;
	}

	.notificationSecWrap {
		padding: 60px 0;
	}
	.notificationSecWrap .txtWrap .imgWrap {
		margin-bottom: 50px;
	}
	.notificationSecWrap .txtWrap .imgWrap img {
		margin: auto;
	}

	.twoColSecWithBg.aip .bg {
		display: none;
	}
	.gaCtaBannerWrap.aip .bg::after {
        background: rgba(0, 0, 0, 0.69);
    }
}

@media (max-width: 767px) {
	.gaHeroSecWrap.aip .headlineWrap .subheadline {
		font-size: 20px;
	}
	.gaHeroSecWrap.aip .headlineWrap .headline {
		font-size: 32px;
	}
	.gaHeroSecWrap.aip .affiliateFormWrap .headlineWrap .headline {
		font-size: 18px;
	}
	.gaThreeStepSecWrap.aip .contentWrap .headline {
		font-size: 28px;
	}
	.gaThreeStepSecWrap.aip .contentWrap .stepsWrap .stepWrap .txtWrap h3 {
		font-size: 18px;
	}
	.notificationSecWrap .txtWrap .headline {
		font-size: 28px;
	}
	.notificationSecWrap .allMsgsWrap .msgsWrap .heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.twoColSecWithBg.aip .txtWrap .subheadline {
		font-size: 14px;
	}
	.twoColSecWithBg.aip .txtWrap h2 {
		font-size: 28px;
	}
	.twoColSecWithBg.aip .txtWrap p {
		font-size: 18px;
		line-height: 26px;
	}
}