.cta .nopc{
	display: none;
}
.cta .nosp{
	display: block;
}
@media screen and (max-width: 759px){
	.cta .nopc{
		display: block;
	}
	.cta .nosp{
		display: none;
	}
}



.cta{
	max-width: 572px;
	width: 100%;
	background: url("../images/cta-bg.png") center / cover no-repeat;
	text-align: center;
	padding: 15px 50px;
	margin: 0 auto;
}
@media screen and (max-width: 759px){
	.cta{
		padding: 15px 25px;
	}
}
@media screen and (max-width: 759px) {
	.cta-inner {
		max-width: 100%;
		margin: 0 auto;
	}
}
.cta p:first-child{
	line-height: 1.6;
}

.cta-text-area{
	background-color: #FFF;
	position: relative;
	padding: 20px 20px 15px;
	margin: 10px auto 0;
}
@media screen and (max-width: 759px){
	.cta-text-area{
		width: 95%;
		padding: 20px 25px 15px;
	}
}
.cta-text-area::before{
	content: "";
	width: 105px;
	height: 85px;
	background: url("../images/img-bird-button.png") center / contain no-repeat;
	position: absolute;
	left: -40px;
	bottom: 15px;
	z-index: 1;
}
@media screen and (max-width: 759px){
	.cta-text-area::before{
		width: 50px;
		height: 40.48px;
		left: -30px;
	}
}
.cta-text-area::after{
	content: "";
	width: 105px;
	height: 75px;
	background: url("../images/img-bird-careers-button2.png") center / contain no-repeat;
	position: absolute;
	top: 10px;
	right: -30px;
	z-index: 1;
}
@media screen and (max-width: 759px){
	.cta-text-area::after{
		width: 50px;
		height: 35.71px;
		right: -20px;
	}
}
p.cta-intro{
	font-size: 20px;
	color: #084136;
	font-weight: bold;
	text-align: center;
	background:linear-gradient(transparent 50%, #FFBE93 0%);
	display: inline;
	padding: 0 15px;
}
@media screen and (max-width: 759px){
	p.cta-intro{
		font-size: 16px;
		padding: 0 10px;
	}
}

.cta p:first-child:first-letter{
	font-size: inherit;
	font-weight: inherit;
}
p.cta-text{
	color: #088A75;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.6;
	font-weight: bold;
}
@media screen and (max-width: 759px){
	p.cta-text{
		font-size: 14px;
	}
}
p.cta-btn-text{
	color: #252525;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
@media screen and (max-width: 759px){
	p.cta-btn-text{
		font-size: 14px;
		margin-bottom: 5px;
	}
}
.cta-btn-text::before,
.cta-btn-text::after{
	content: "";
	width: 3px;
	height: 25px;
	background-color: #778FDC;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}
@media screen and (max-width: 759px){
	.cta-btn-text::before,
	.cta-btn-text::after{
		height: 20px;
		margin-bottom: 0;
	}
}
.cta-btn-text::before{
	transform: rotate(-30deg);
	margin-right: 40px;
}
@media screen and (max-width: 759px){
	.cta-btn-text::before{
		margin-right: 20px;
	}
}
.cta-btn-text::after{
	transform: rotate(30deg);
	margin-left: 40px;
}
@media screen and (max-width: 759px){
	.cta-btn-text::after{
		margin-left: 20px;
	}
}
.cta-btn{
	width: 321px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 759px){
	.cta-btn{
		width: 100%;
	}
}
.cta-btn a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0;
	position: relative;
	transition: .3s;
	background: linear-gradient( to right, #329FE4 30%, #CA7BD2 70%);
	border-radius: 77px;
}
.cta-btn a::before{
	content: "";
	width: 30px;
	height: 30px;
	background: url("../images/cta-btn.svg") center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.cta-btn a:hover{
	opacity: .6;
}