.default__header__container__right{
    width: 40%;
}

.default__header__container__right__inner__alt{
	display: flex;
    height: 100%;
}
.default__header__container__right__inner__alt img{
	height: 100%;
}
.default__header__container__left{
    width: 60%;
}
.default__header.success .default__header__container__right{
	width: 52%;
}
/*.default__header.success .default__header__container__left{
	width: 48%;
}*/
.default__header.faq .default__header__container__right{
	width: 52%;
}
/*.default__header.faq .default__header__container__left{
	width: 48%;
}*/
.default__header.success .default__header__container__right__inner img{
    object-position: -80px;
}

.default__header{
    background-color: #1a1c2d;
    height: 650px;
}
.default__header.application .default__header__container__left__shape__two {
    height: 530px;
    left: -33%;
    top: 0;
}
.default__header.application .default__header__container__left__elevate img {
    width: 200px;
}
.default__header__container{
    display: flex;

}
.default__header__container{
    height: 100%;
}
.default__header__container__left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.default__header__container__left__title h1{
    color: #b667ab;
    font-size: 40px;
    margin-top: 20px;
    max-width: 430px;
    text-align: center;
    line-height: 1.2em;
    font-weight: 300;
}
.default__header__container__right{
    position: relative;
}
.default__header__container__right__inner__image__mobile{
    display: none;
}
.default__header__container__right__inner{
    position: absolute;
    left: -150px;
    top: 0;
    height: 110%;
    transform: scale(-1,1);
    clip-path: polygon(-1% -9%, 62.8% -12%, 104% 130%, 36% 117%);
    object-fit: cover;

}
.default__header__container__right__inner img{
    height: 747px;
}
.default__header__container__left__elevate img{
    width: 270px;
}

.default__header__container__right__shape{
    width: 500px;
    position: absolute;
    z-index: 2;
    left: -149.3px;
}
.default__header__container__left__shape__two{
height: 690px;
    position: absolute;
    left: -60%;
    top: 0;
}
.default__header__container__left__buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 5px;
}
.default__header__container__left__buttons__btn img{
    width: 150px;
}
.default__header__container__left__appInfo__item {
    display: flex;
}
.default__header__container__left__appInfo__item__icon img{
    width: 30px;
}
.default__header__container__left__appInfo__item__content{
    padding-left: 20px;
}
.default__header__container__left__appInfo__item__content h4{
    color: #b667ab;
    font-size: 20px;
    font-weight: 300;
}
.default__header__container__left__appInfo__item__content h5{
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300;
}
.elibilibity__container__title span{
    color: #2274dd;
}

.default__header__container__left__appInfo__item:nth-child(1){
    margin-top: 25px;
}
.default__header__container__left__appInfo__item{
    margin: 0 0 35px 0;
}
.default__header__container__left__appInfo__item__icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.default__header__container__left__disclaimer{
    position: absolute;
    bottom: -45px;
    height: auto;
    width: 980px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 100px;
}
.default__header__container__left__disclaimer img{
    position: absolute;
    width: 100%;

}
.default__header__container__left__disclaimer p{
    color: white;
    position: relative;
    font-size: 24px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.4em;
    left: -155px;
    top: -3px;
    font-weight: 300;
}
.default__header__container__left__disclaimer p strong{
    font-weight: 600;
}
@media(max-width: 1800px){
	.default__header.success .default__header__container__left__shape__two{
		height: 700px;
		left: -70%;
	}
	.default__header.faq .default__header__container__left__shape__two{
		height: 700px;
		left: -52%;
	}
    .default__header__container__left__shape__two {
        height: 700px;
        left: -33%;
    }
}
@media(max-width: 1600px){
	.default__header.application .default__header__container__left__elevate{
		    margin-top: -20px;
	}
		.default__header.application .default__header__container__left__elevate img {
		width: 150px;
	}
	.default__header.application  .default__header__container__left__title h1 {
		font-size: 30px;
		margin-top: 10px;
	}
	.default__header.application  .default__header__container__left__buttons__btn img {
		width: 130px;
	}
	.default__header.application .default__header__container__left__appInfo__item__icon img {
		width: 20px;
	}
	.default__header.application  .default__header__container__left__appInfo__item__content h4 {
		font-size: 16px;
	}
	.default__header.application .default__header__container__left__buttons {
		margin: 15px 0 15px;
	}
	.default__header.application  .default__header__container__left__appInfo__item__content h5 {
    	font-size: 13px;
		margin-top: 5px;
	}
	.default__header.application  .default__header__container__left__appInfo__item {
		margin: 10px 0 15px 0;
	}
	.default__header.application {
		height: 450px;
	}
	.default__header.application  .default__header__container__right__inner img {
		height: 547px;
	}
	.default__header.application  .default__header__container__right__inner{
		clip-path: polygon(-1% -49%, 64.8% -12%, 104% 130%, 46% 127%);
	}
	.default__header.application  .default__header__container__right__shape {
		width: 300px;
		left: -116.3px;
	}
	.default__header.application  .default__header__container__left__disclaimer p {
font-size: 14px;
    max-width: 260px;
    left: -180px;
	}
	.default__header.application .default__header__container__left__shape__two {
		height: 480px;
		left: -23%;
	}
	.default__header.faq .default__header__container__left__shape__two {
		height: 700px;
		left: -65%;
	}
	.default__header__container__left__disclaimer {
bottom: -25px;
    width: 800px;
    left: 200px;
	}
    .default__header__container__left__shape__two {
        height: 790px;
        left: -33%;
    }
    .default__header__container__right__inner img {
        object-position:-10px;
    }
    .default__header__container__left__elevate img {
        position: relative;
        left: unset;
    }
    .default__header.application .default__header__container__left__elevate img{
        left: 0px;
    }
    .default__header__container__left__title h1{
        position: relative;
        left: unset;
            font-size: 35px;
    }
    .default__header.application .default__header__container__left__title h1{
        left: 0px;
    }
	.default__header.success, .default__header.faq {
		height: 450px;
	}
	.default__header.success .default__header__container__right__inner img, .default__header.faq .default__header__container__right__inner img {
		height: 547px;
	}
	.default__header.success .default__header__container__right__inner img, .default__header.faq .default__header__container__right__inner img {
		object-position: -10px;
	}
	.default__header.success .default__header__container__right__inner, .default__header.faq .default__header__container__right__inner {
    	left: 0px;
		clip-path: polygon(-1% -49%, 64.8% -12%, 104% 130%, 46% 127%);
	}
	.default__header.success .default__header__container__right__shape, .default__header.faq .default__header__container__right__shape {
		width: 330px;
		left: 11.7px;
	}
	.default__header.success .default__header__container__left__shape__two, .default__header.faq .default__header__container__left__shape__two {
		height: 490px;
		left: -23%;
	}
	.default__header.success .default__header__container__left__elevate img, .default__header.faq .default__header__container__left__elevate img  {
		left: 130px;
	}
	.default__header.success .default__header__container__left__title h1, .default__header.faq .default__header__container__left__title h1{
		left: 130px;
	}
}
@media(max-width: 1300px){

	.default__header__container__left__disclaimer {
    left: 130px;
}
	.default__header.application .default__header__container__left__disclaimer p {

    left: -150px;
}
}
@media(max-width: 1250px){
	.default__header.success .default__header__container__right__inner img, .default__header.faq .default__header__container__right__inner img {
    object-position: 10px;
}
}
@media(max-width: 1200px){
	.default__header.application .default__header__container__right__inner {
    left: -150px;
}
	.default__header.success .default__header__container__left__elevate img, .default__header.faq .default__header__container__left__elevate img  {
		left: 100px;
	}
	.default__header.success .default__header__container__left__title h1, .default__header.faq .default__header__container__left__title h1{
		left: 100px;
	}
    .default__header__container__left__shape__two {
        height: 720px;
        left: -39%;
    }
    .default__header.application .default__header__container__left__shape__two {
        height: 390px;
        left: -21%;
    }
	.default__header .default__header__container__left__shape__two {
		left: -80%;
	}

	.default__header__container__left__elevate img {
		position: relative;
		left: 30px;
	}
	.default__header__container__left__title h1 {
		left: 35px;
	}
	.default__header__container__right__inner {
        left: -90px;
    }
    .default__header__container__right__shape {
        left: -91px;
    }
	.default__header.success .default__header__container__left__shape__two, .default__header.faq .default__header__container__left__shape__two {
		left: -22%;
	}
}
@media(max-width: 1200px){
	.default__header.faq .default__header__container__left__shape__two {
    left: -96%;
}
    .default__header__container__left__shape__two {
        left: -69%;
    }
    .default__header__container__left__elevate img {
        left: 0;
    }
    .default__header__container__left__title h1{
        left: 0;
        font-size: 40px;
    }
    .default__header__container__right__inner img {
        height: auto;
        object-position: 90px;
    }
		.default__header.success .default__header__container__left__shape__two, .default__header.faq .default__header__container__left__shape__two {
    left: -62%;
}
	.default__header.success .default__header__container__left__elevate img, .default__header.faq .default__header__container__left__elevate img {
    left: 20px;
}
	.default__header.success .default__header__container__left__title h1, .default__header.faq .default__header__container__left__title h1 {
    left: 20px;
}
}
@media(max-width: 1024px){


    .default__header__container__left__elevate img {
        left: 0px;
    }
    .default__header__container__left__title h1{
        left: 0px;
        font-size: 40px;
    }
    .default__header.application .default__header__container__left__shape__two {
        left: -43%;
    }
    .default__header.application .default__header__container__right__inner img {
        object-position: 70px 0px;
    }
    .default__header__container__left__disclaimer {
        left: 50px;
    }
}
@media(max-width: 950px){
	.default__header.success .default__header__container__left__shape__two, .default__header.faq .default__header__container__left__shape__two {
    left: -82%;
}
    .default__header__container__left__shape__two {
        left: -89%;
    }
    .default__header__container__left__elevate img {
        left: 0px;
    }
    .default__header__container__left__title h1{
        left: 0px;
    }
    .default__header__container__right__inner img {
        object-position: 350px 150px;
    }
	.default__header.success .default__header__container__left__elevate img, .default__header.faq .default__header__container__left__elevate img {
		left: 0;
	}
	.default__header.success .default__header__container__left__title h1, .default__header.faq .default__header__container__left__title h1 {
		left: 0px;
	}
}
@media(max-width: 880px){
	.default__header__container__right__inner__alt{
		display: none;
	}
	.default__header.application {
    height: auto;
}
	.default__header.application .default__header__container__left__elevate img {
    width: 200px;
}
	.default__header.application .default__header__container__left__title h1 {
    font-size: 26px;
    margin-top: 20px;
}
	.default__header.application .default__header__container__left__buttons__btn img {
    width: 130px;
    margin-top: 10px;
}
	.default__header.application .default__header__container__left__appInfo__item {
    margin: 25px 0 25px 0;
}
	.default__header.application .default__header__container__left__appInfo__item__content h4 {
    font-size: 16px;
}
	.default__header.application .default__header__container__left__appInfo__item__content h5 {
    font-size: 16px;
    margin-top: 10px;
		line-height: 1.4em;
}
	.default__header.application .default__header__container__left__appInfo__item__icon img {
    width: 30px;
}
	.default__header.application .default__header__container__left__disclaimer {
    left: 60px;
	}
	.default__header.application .default__header__container__left__disclaimer p {
    left: -105px;
}
	.default__header.success, .default__header.faq{
		height: auto;
	}
    .default__header__container__left__shape__two {
        left: -99%;
    }
    .default__header__container__left__elevate img {
        left: -20px;
    }
    .default__header__container__left__title h1{
        left: -20px;
    }
    .default__header__container__left__appInfo__item__content h5 {
        font-size: 16px;
    }
    .default__header__container__left__appInfo__item__content h4 {
        font-size: 20px;
    }
    .default__header{
        height: auto;
    }
    .default__header__container{
        flex-direction: column-reverse;
    }
	.default__header.success .default__header__container__right{
		width: 100%;
	}
	.default__header.success .default__header__container__left{
		width: 100%;
	}
	.default__header.faq .default__header__container__right{
		width: 100%;
	}
	.default__header.faq .default__header__container__left{
		width: 100%;
	}
    .default__header__container__left {
        width: 100%;
        padding:90px 25px 75px;
    }
    .default__header__container__right{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .default__header__container__right__inner{
        position: relative;
        left: 0;
        right: 0;
        clip-path: polygon(-80px 0px, 540px 0%, 820px 630px,230px 670px);
    }
    .default__header .default__header__container__right__inner img{
        position: relative;
        left: 0;
        width: 100%;
        object-fit: cover;
        object-position: center!important;
    }
    .default__header__container__left__shape__two{
        display: none;
    }
    .default__header__container__left__disclaimer{
        position: relative;
        left: 168px;
        bottom: -75px;
    }
    .default__header__container__right__shape{
        width: 330px;
        left: -15px;
        display: none;
    }
    .default__header.application .default__header__container__left__shape__two{
        left: 478px;
        top: -393px;
        z-index: 2;
    }
    .default__header__container__left__elevate img {
        width: 220px;
        left: 0;
    }
    .default__header__container__left__title h1 {
        font-size: 30px;
        left: 0;
    }
    .default__header__container__left__disclaimer p {
        font-size: 19px;
        max-width: 360px;
    }
    .default__header__container__right__inner__image__mobile{
		display: flex;
		height: 100%;
		width: 135%;
		margin-top: -2px;
		position: relative;
		left: -17%;
    }
    .default__header__container__right__inner{
        display: none;
    }
    .default__header.application .default__header__container__left__shape__two{
        display: none;
    }
}
@media(max-width: 600px){
	.default__header.application .default__header__container__left__disclaimer {
    left: 200px;
}
	.default__header.application .default__header__container__left__disclaimer p {
    left: -174px;
}
    .default__header__container__left__buttons__btn img {
        width: 140px;
    }
    .default__header__container__left {
        padding: 50px 25px 55px;
    }
    .default__header__container__left__disclaimer {
        bottom: -55px;
    }
    .default__header__container__left__disclaimer {
        left: 318px;
    }
    .default__header__container__left__disclaimer p {
        font-size: 16px;
        max-width: 290px;
        left: -280px;
    }
}
@media(max-width: 400px){
.default__header.application .default__header__container__left__disclaimer p {
    left: -195px;
}
.default__header.application .default__header__container__left__disclaimer {
    left: 190px;
    transform: scale(0.9);
    bottom: -60px;
}

}
@media(max-width: 360px){
	.default__header.application .default__header__container__left__buttons__btn img {
    	width: 110px;
	}
    .default__header__container__left__buttons__btn img {
        width: 120px;
    }
    .default__header__container__left__appInfo__item__content h5 {
        line-height: 1.4em;
    }
    .default__header__container__left__disclaimer {
        left: 338px;
    }
    .default__header__container__left__disclaimer p {
        font-size: 13px;
        max-width: 200px;
        left: -315px;
    }
    .default__header__container__left {
        width: 100%;
        padding: 50px 25px 45px;
    }
    .default__header__container__left__disclaimer {
        bottom: -60px;
    }
}
@media(max-width: 289px){
	.default__header__container__left__buttons__btn img {
		width: 90px;
	}
}

/*SPARK451 CUSTOM*/

@media (min-width: 1601px) {
	.default__header__container__left {
		left: 20px !important;
	}
}

@media (max-width: 1600px) and (min-width: 1201px) {
	.default__header__container__left {
		left: -25px !important;
	}

@media (max-width: 1200px) and (min-width: 881px) {
	.default__header__container__left {
		left: -15px !important;
	}
}
