
.button.affiliate{
	font-weight: bold;
	font-size: 22px;
	border-radius: 5px;
	padding: 24px calc(40px + 3em) 24px 40px;
	background-color: #FF6000;
	color: white;
}
.button.affiliate:hover{
	background-color: #f14a00;
}
.button.affiliate:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	width: 3em;
	background: #EB5A02 url(../../images/pages/affiliate-v3/icons/arrow-button.svg) no-repeat center center;
	background-size: auto 1.2em;
	border-radius: 5px;
	transition: 0.2s ease;
	transition-property: background;
}
.button.affiliate:hover:after{
	background-color: #de4a00;
}

/* ====================== affiliate-banner =========================== */

.affiliate-banner{
	min-height: 460px;
	background-color: #002e61;
	background-image: url(../../images/pages/affiliate-v3/banner-top.jpeg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.affiliate-banner{
		background-image: url(../../images/pages/affiliate-v3/banner-top@2x.jpeg);
	}
}
.affiliate-banner .text{
	max-width: 730px;
	margin: 0 auto;
}
.affiliate-banner .yellow{
	color: yellow
}
.affiliate-banner p{
	font-size: 20px;
	text-align: left;
}
.affiliate-banner .button{
	padding-top: 20px;
	padding-bottom: 20px;
}
.affiliate-banner .terms{
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.3;
	color: #ddd;
}
@media screen and (max-width: 1230px) {
	.affiliate-banner:after{
		left: 840px;
	}
}

/* ====================== affiliate-promote =========================== */

.affiliate-promote{
	background-color: #F3F8FF;
}
.affiliate-promote h2{
	margin: 30px 0;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	text-align: center;
}
.affiliate-promote .youtube-video{
	width: 800px;
}
.affiliate-promote p{
	font-size: 20px;
}
.affiliate-promote .pretty-boxes .item{
	border-top: 13px solid #3279F6;
}
.affiliate-promote .flex-container{
	margin: 65px -20px 10px -20px;
}
.affiliate-promote .flex-container .item{
	position:relative;
	width: 288px;
	text-align: center;
	padding: 0 50px;
}
.affiliate-promote .flex-container .item:not(.last):after{
	position: absolute;
	content: '';
	left: 100%;
	top: 43px;
	width: 60px;
	height: 20px;
	background: url(../../images/pages/affiliate-v3/icons/arrow.svg) no-repeat center center;
	background-size: 60px auto;
}
.affiliate-promote .item img{
	max-height: 100px;
}
.affiliate-promote .item h3{
	font-size: 30px;
}
.affiliate-promote .item p{
	text-align: left;
}
.affiliate-promote .video{
	text-align: center;
}
.affiliate-promote .video #youtube_player{
	background-image: url(https://i3.ytimg.com/vi/boikb2ub9u0/maxresdefault.jpg);
	background-size: contain;
	width: 1000px;
	height: 562px;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1230px) {
	.affiliate-promote .flex-container .item:not(.last):after{
		display: none;
	}
	.affiliate-promote .item img{
		max-height: 60px;
	}
	.affiliate-promote .item h3{
		font-size: 23px;
	}
}
@media screen and (max-width: 910px) {
	.affiliate-promote .flex-container .item:not(.last):after{
		display: none;
	}
	.affiliate-promote .flex-container .item{
		padding: 0 0;
	}
	.affiliate-promote .item img{
		max-height: 60px;
	}
	.affiliate-promote .item h3{
		font-size: 23px;
	}
}

/* ====================== affiliate-benefits =========================== */

.affiliate-benefits{
	background-color: white;
}
.affiliate-benefits h2{
	margin: 40px 0;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	text-align: center;
	text-wrap: balance;
}
.affiliate-benefits .flex-container{
	margin: 70px -10px 40px -10px;
}
.affiliate-benefits .flex-container .item{
	border: 1px solid #E2EDFD;
	border-radius: 14px;
	padding: 25px 25px 5px 25px;
	width: 300px;
	margin: 0 10px 10px 10px;
}
.affiliate-benefits .flex-container img{
	max-height: 70px;
	width: auto;
}
@media screen and (max-width: 910px) {
	.affiliate-benefits .flex-container .item{
		padding: 20px 20px 5px 20px;
	}
	.affiliate-benefits .flex-container img{
		max-height: 50px;
	}
}

/* ====================== affiliate-certifications =========================== */

.affiliate-certifications{
	background-color: white;
	font-size: 20px;
}
.affiliate-certifications h2{
	margin-top: 0;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
}
.affiliate-certifications .flex-container{
	margin-top: 70px;
	font-size: 14px;
}
.affiliate-certifications .flex-container .item{
	width: 160px;
	display: flex;
	align-items: center;
}
.affiliate-certifications .item img{
	display: block;
	margin: 0 auto 10px auto;
}
@media screen and (max-width: 700px) {
	.affiliate-certifications .item img{
		max-height: 70px;
		max-width: 100px;
		object-fit: contain;
	}
}

/* ====================== affiliate-how =========================== */

.affiliate-how{
	position: relative;
}
.affiliate-how:after{
	position: absolute;
	content: '';
	top: 345px;
	left: 50%;
	bottom: 0;
	right: 0;
	background: url(../../images/pages/affiliate-v3/how.png) no-repeat 40px 10px;
	z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.affiliate-how:after{
		background-image: url(../../images/pages/affiliate-v3/how@2x.png);
		background-size: 714px auto
	}
}
.affiliate-how .container{
	position: relative;
	z-index: 3;
}
.affiliate-how h2{
	margin-top: 40px;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
}
.affiliate-how .text{
	margin: 50px auto 0 0;
	max-width: 600px;
	min-height: 682px;
}
.affiliate-how ol{
	margin: 20px 0;
	padding-left: 0;
	font-size: 20px;
	list-style: none;
}
.affiliate-how li {
	counter-increment: item;
	padding-left: 2em;
	position: relative;
	margin: 25px 0;
}
.affiliate-how li:before {
	position: absolute;
	left: 0;
	top: -7px;
	content: counter(item) ".";
	font-size: 30px;
	font-weight: bold;
}
@media screen and (max-width: 1230px) {
	.affiliate-how .text{
		max-width: 450px;
	}
}
@media screen and (max-width: 910px) {
	.affiliate-how:before{
		right: 0;
		opacity: 0.5;
		background-position: center -40px;
	}
	.affiliate-how:after{
		display: none;
	}
	.affiliate-how .container{
		position: relative;
		z-index: 3;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.affiliate-how .text{
		max-width: none;
		min-height: 0;
	}
}

/* ===================== affiliate-started ========================== */

.affiliate-started{
	min-height: 482px;
}
.affiliate-started .media{
	margin-bottom: 20px;
}
.affiliate-started h2{
	font-size: 40px;
}
.affiliate-started p{
	font-size: 20px;
}
.affiliate-started .button{
	margin: 12px 0;
}

.affiliate-started .pulse{
	position: absolute !important;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	border-radius: 50%;
	opacity: 0.5;
	transform-origin: center center;
	transform: scale(14) !important;
	pointer-events: none;
}
.affiliate-started .pulse-1{
	background: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(1);
	transform-origin: center center;
	animation: pulse-animation-1 2.1s infinite linear;
}
.affiliate-started .pulse-2{
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: .4;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	transform: scale(1);
	transform-origin: center center;
	animation: pulse-animation-2 2.1s infinite linear;
}
.affiliate-started .pulse-3{
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	transform: scale(1);
	transform-origin: center center;
	animation: pulse-animation-3 2.1s infinite linear;
}

@keyframes pulse-animation-3 {
	from {
		transform: scale(0);
		opacity: 0
	}
	33.33% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(1);
		opacity: 0
	}
}
@keyframes pulse-animation-2 {
	from {
		transform: scale(0);
		opacity: 0
	}
	30.33% {
		transform: scale(0.6);
		opacity: 1
	}
	60.66% {
		transform: scale(1)
	}
	100% {
		transform: scale(1);
		opacity: 0
	}
}
@keyframes pulse-animation-1 {
	from {
		transform: scale(0);
		opacity: 0
	}
	30.33% {
		transform: scale(0.428);
		opacity: 1
	}
	56.66% {
		transform: scale(0.714)
	}
	100% {
		transform: scale(1);
		opacity: 0
	}
}

/* ====================== affiliate-faq =========================== */

.affiliate-faq h2{
	margin-top: 30px;
}
.affiliate-faq .item{
	background-color: transparent;
}
.affiliate-faq .item h3{
	font-size: 22px;
	color: black;
	padding: 30px 140px 30px 40px;
}
.affiliate-faq .item h3.active{
	color: inherit;
}
.affiliate-faq .item h3:after{
	position: absolute;
	content: '';
	width: 100px;
	left: auto;
	height: auto;
	top:0;
	right: 0;
	bottom: 0;
}
.affiliate-faq .item h3:before{
	display: none;
}
.affiliate-faq .item h3:after{
	background: url(../../images/pages/affiliate-v3/icons/arrow-button.svg) no-repeat center center;
	filter: invert(100%) invert(84%) sepia(14%) saturate(416%) hue-rotate(181deg) brightness(102%) contrast(93%);
	background-size: auto 26px;
}
.affiliate-faq .item h3.active:after{
	background: url(../../images/pages/affiliate-v3/icons/arrow-button.svg) no-repeat center center;
	transform: rotate(90deg);
	filter: invert(100%) invert(84%) sepia(14%) saturate(416%) hue-rotate(181deg) brightness(102%) contrast(93%);
	background-size: auto 26px;
}
@media screen and (max-width: 700px) {
	.affiliate-faq{
		font-size: 18px;
	}
}
@media screen and (max-width: 500px) {
	.affiliate-faq{
		font-size: 16px;
	}
	.affiliate-faq .item h3:after{
		display: none;
	}
	.affiliate-faq .item h3{
		padding: 20px 20px;
	}
	.affiliate-faq .item .faq{

	}
}
