#product-tabs{
	background: #ffffff;
}

#product-tabs p strong{
	font-weight: 800;
}

#product-tabs h5, #product-tabs h4, #product-tabs h3, #product-tabs h2, #product-tabs h1{
	color: #000000;
}

#product-tabs .highlight{
	color: #078ac9;
}

#product-tabs sup {
    line-height: 1em;
}

.products-longevity-complex #product-tabs .title {
	font-size: 35px;
    font-weight: 800;
	text-align: left;
}

.products-longevity-complex #product-tabs p {
    font-size: 1.2rem;
    line-height: 1.7em;
}

.products-longevity-complex #product-tabs p:last-of-type{
	margin-bottom: 0px;
}

@media screen and (min-width:992px) and (max-width:1199px) {



}

@media screen and (min-width:768px) and (max-width:991px) {
	

}

@media screen and (max-width:767px) {
	
	.products-longevity-complex #product-tabs .title{
		font-size: 42px;
	}
	
}

/****/

.section-1{
	padding-bottom: 20px;
}

.section-1 .image{
	flex-basis: 443px;
    position: relative;
}

.section-1 .image:before{
    content: "";
    background: #1a8aca;
    border-radius: 0px 200px 200px 0px;
    height: 50%;
    width: 100vw;
    position: absolute;
    top: 15%;
    right: 0px;
    z-index: 1;
}

.section-1 .image img{
	position: relative;
	z-index: 2;
}

.section-1 .inner-wrap {
	flex-basis: 720px;
    padding-left: 30px;
}

.section-1 .checkmarks{
	padding: 30px 0px 0px 20px;
}

#product-tabs .section-1 .checkmarks li:before {
    color: #85bb3e;
}

.section-1 .checkmarks li{
	margin-bottom: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px) {

}

@media screen and (min-width:768px) and (max-width:991px) {
	
	.section-1 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-1 .image {
		flex-basis: auto;
	}
	
	.section-1 .image img {
		display: block;
		margin: 0px auto;
	}
	
	.section-1 .inner-wrap {
		flex-basis: auto;
		padding-left: 0px;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-1{
		padding-bottom: 0px;
		padding-top: 20px;
	}
	
	.products-longevity-complex #product-tabs .section-1 .title {
        font-size: 28px;
		margin-bottom: 15px;
        text-align: center;
    }
	
	.section-1 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-1 .image {
		flex-basis: auto;
	}
	
	.section-1 .image img {
		display: block;
		margin: 0px auto;
	}
	
	.section-1 .image:before {
		height: 60%;
		width: 100vw;
		right: 30px;
	}
	
	.section-1 .inner-wrap {
        flex-basis: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
	
	#product-tabs .section-1 .checkmarks{
		margin-bottom: 0px;
	}
	
}

/**/


.products-longevity-complex #product-tabs .section-2 .title {
    font-weight: 800;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}

.section-2{
	background: #e6e6e6;
	margin-bottom: 30px;
}

.section-2 .title{
	padding: 40px;
}

.products-longevity-complex #product-tabs .section-2 .one p{
	line-height: 1.4em;
}

.section-2 .one{
	background: #e6e6e6;
}

.section-2 .one{
	background: #e6e6e6;
    padding: 0px 40px 40px 40px;
}

.section-2 .two{
	background: #e6e6e6;
    padding: 0px;
}

.section-2 .image {
	flex-basis: auto;
    margin-top: -144px;
    width: 50%;
}

.section-2 .one .image img{
	margin-bottom: 20px;
}

.products-longevity-complex #product-tabs .section-2 .image p{
	font-weight: 800;
	line-height: 1.2em;
}

.section-2 .inner-wrap {
    flex-basis: auto;
    order: 1;
    padding-right: 40px;
	width: 50%;
}

.section-2 .two .image{
	margin: 0;
	order: 1;
    width: 50%;
}

.section-2 .two .image img{
	max-width: none;
}

.section-2 .two .inner-wrap{
    order: 2;
    padding: 20px 20px 20px 10px;
    width: 50%;
}

.section-2 .two{
	background: #333333;
}

.products-longevity-complex .section-2 .two p{
	color: #ffffff;
	margin-bottom: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.products-longevity-complex #product-tabs .section-2 .title {
		max-width: 800px;
	}
	
	.section-2 .one {
		flex-direction: column;
	}
	
	.section-2 .two {
		flex-direction: column-reverse;
	}
	
	.section-2 .two .inner-wrap {
		padding: 20px 20px 20px 20px;
		width: 100%;
	}
	
	.section-2 .two .image {
		width: 100%;
		text-align: center;
	}


}

@media screen and (min-width:768px) and (max-width:991px) {
	
	.section-2 .one {
		flex-direction: column;
	}
	
	.products-longevity-complex #product-tabs .section-2 .title{
		text-align: center;
	}
	
	.section-2 .inner-wrap {
		flex-basis: auto;
		padding-right: 0px;
		width: 100%;
	}
	
	.section-2 .image {
		flex-basis: auto;
		margin-top: auto;
		width: 100%;
	}
	
	.products-longevity-complex #product-tabs .section-2 .one p {
		line-height: 1.7em;
	}
	
	.section-2 .two {
		flex-direction: column-reverse;
	}
	
	.section-2 .two .inner-wrap {
		padding: 20px 20px 20px 20px;
		width: 100%;
	}
	
	.section-2 .two .image {
		width: 100%;
		text-align: center;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-2{
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	.section-2 .one {
		flex-direction: column;
		padding: 0px 15px 30px 15px;
	}
	
	.products-longevity-complex #product-tabs .section-2 .title {
        font-size: 22px;
        margin-bottom: 15px;
		padding: 30px 15px 0px 15px;
		text-align: center;
    }
	
    .section-2 .inner-wrap {
        flex-basis: auto;
		padding-bottom: 20px;
        padding-right: 0px;
        width: 100%;
    }
	
    .section-2 .image {
        flex-basis: auto;
        margin-top: auto;
        width: 100%;
    }
	
	.section-2 .one .image img {
		margin-bottom: 20px;
		max-width: none;
		margin-left: -15px;
		width: calc(100% + 30px);
	}
	
	.products-longevity-complex #product-tabs .section-2 .one p {
		line-height: 1.7em;
	}
	
	.section-2 .two {
		flex-direction: column-reverse;
	}
	
	.section-2 .two .inner-wrap {
		padding: 20px 20px 20px 20px;
		width: 100%;
	}
	
	.section-2 .two .image {
		width: 100%;
		text-align: center;
	}
	
	.section-2 .two .image img {
		max-width: 100%;
	}

}

/**/

.section-3{
    background: #1a8aca;
	margin: 0px auto 40px auto;
	max-width: 1060px;
    padding: 30px;
}

.section-3 .title{
	text-align: center;
}

.section-3 .inner-wrap {
    width: 60%;
}

.section-3 .image {
    text-align: center;
	width: 40%;
}

#product-tabs .section-3 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-3 .title{
	color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-3 .title:after{
	content: "";
	background: #ffffff;
	height: 4px;
	width: 300px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -150px;
}

.products-longevity-complex #product-tabs .section-3 p {
    color: #ffffff;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.section-3 .inner-wrap {
		margin-right: 0%;
		width: 60%;
	}
	
	.section-3 .image {
		width: 40%;
	}
	
	#product-tabs .section-3 .deck{
		margin-bottom: 5px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-3 {
		padding: 30px 10px 40px 10px;
	}
	
	.section-3 .title {
		font-size: 36px;
	}
	
	#product-tabs .section-3 .deck{
		margin-bottom: 5px;
	}
	
	.section-3 .d-flex{
		flex-direction: column;
	}
	
	.section-3 .inner-wrap {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
	}
	
	.section-3 .image {
		width: 100%;
	}
	
    .section-3 img {
        margin-left: auto;
        max-width: none;
        width: auto;
    }
	
}

@media screen and (max-width: 767px){
	
	.section-3 {
		margin-bottom: 20px;
		padding: 30px 0px 40px 0px;
	}
	
	.products-longevity-complex #product-tabs .section-3 .title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.products-longevity-complex #product-tabs .section-3 .deck{
		font-size: 24px;
		margin-bottom: 5px;
	}
	
	.section-3 .d-flex{
		flex-direction: column;
	}
	
	.section-3 .inner-wrap {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
	}
	
	.section-3 .image {
		width: 100%;
	}
	
    .section-3 img {
        margin-left: auto;
        max-width: none;
        width: auto;
    }
	
}

/**/

.section-4{
    background: #e5e5e5;
	margin: 0px auto 40px auto;
	max-width: 1060px;
    padding: 30px;
}

.section-4 .title{
	text-align: center;
}

.section-4 .inner-wrap {
	padding-left: 30px;
	order: 2;
    width: 60%;
}

.section-4 .image {
	order: 1;
    text-align: center;
	width: 40%;
}

#product-tabs .section-4 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-4 .title{
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-4 .title:after{
	content: "";
	background: #000000;
	height: 4px;
	width: 300px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -150px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.products-longevity-complex #product-tabs .section-4 .title {
    	font-size: 40px;
	}
	
	.section-4 .inner-wrap {
        margin-right: 0;
        width: 70%;
    }
	
	.section-4 .image {
		width: 30%;
	}
	
	#product-tabs .section-4 .deck{
		margin-bottom: 5px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-4 {
		padding: 30px 10px 40px 10px;
	}
	
	.section-4 .title {
		font-size: 36px;
	}
	
	#product-tabs .section-4 .deck{
		margin-bottom: 5px;
	}
	
	.section-4 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-4 .inner-wrap {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
	}
	
	.section-4 .image{
		text-align: center;
		width: 100%;
	}
	
	.section-4 img {
		margin-left: auto;
        max-width: 100%;
        width: auto;
    }
	
}

@media screen and (max-width: 767px){
	
	.section-4 {
		margin-bottom: 20px;
		padding: 30px 0px 40px 0px;
	}
	
	.products-longevity-complex #product-tabs .section-4 .title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.products-longevity-complex #product-tabs .section-4 .deck{
		font-size: 24px;
		margin-bottom: 5px;
	}
	
	.section-4 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-4 .inner-wrap {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
		padding-left: 0;
	}
	
	.section-4 .image {
		width: 100%;
	}
	
    .section-4 img {
        margin-left: auto;
        max-width: 100%;
        width: 320px;
    }
	
}

/**/

.section-5{
    background: #1a8aca;
	margin: 0px auto 40px auto;
	max-width: 1060px;
    padding: 30px;
}

.section-5 .title{
	text-align: center;
}

.section-5 .d-flex{
	align-items: center;
}

.section-5 .inner-wrap {
    width: 60%;
}

.section-5 .image {
    text-align: center;
	width: 40%;
}

#product-tabs .section-5 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-5 .title{
	color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-5 .title:after{
	content: "";
	background: #ffffff;
	height: 4px;
	width: 300px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -150px;
}

.products-longevity-complex #product-tabs .section-5 p {
    color: #ffffff;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.products-longevity-complex #product-tabs .section-5 .title{
		font-size: 38px;
	}
	
	.section-5 .inner-wrap {
        margin-right: 0;
		padding-top: 0px;
        width: 70%;
    }
	
	.section-5 .image {
		width: 30%;
	}
	
	#product-tabs .section-5 .deck{
		margin-bottom: 5px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-5 {
		padding: 30px 10px 40px 10px;
	}
	
	.section-5 .title {
		font-size: 36px;
	}
	
	#product-tabs .section-5 .deck{
		margin-bottom: 5px;
	}
	
	.section-5 .d-flex{
		flex-direction: column;
	}
	
	.section-5 .inner-wrap {
        width: 100%;
        margin-right: 0;
		padding-top: 0px;
        padding-bottom: 30px;
	}
	
	.section-5 img {
		margin-left: auto;
        max-width: 100%;
        width: 300px;
    }
	
}

@media screen and (max-width: 767px){
	
	.section-5 {
		margin-bottom: 20px;
		padding: 30px 0px 40px 0px;
	}
	
	.products-longevity-complex #product-tabs .section-5 .title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.products-longevity-complex #product-tabs .section-5 .deck{
		font-size: 24px;
		margin-bottom: 5px;
	}
	
	.section-5 .d-flex{
		flex-direction: column;
	}
	
	.section-5 .inner-wrap {
        margin-right: 0;
        padding: 0px 0px 30px 0px;
		width: 100%;
	}
	
	.section-5 .image {
		width: 100%;
	}
	
    .section-5 img {
		margin-left: auto;
        max-width: 100%;
        width: 300px;
    }
	
}

/**/

.section-6{
    background: #e5e5e5;
	margin: 0px auto 40px auto;
	max-width: 1060px;
    padding: 30px;
}

.section-6 .title{
	text-align: center;
}

.section-6 .inner-wrap {
	padding-left: 30px;
	order: 2;
    width: 60%;
}

.section-6 .image {
	order: 1;
    text-align: center;
	width: 40%;
}

#product-tabs .section-6 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-6 .title{
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-6 .title:after{
	content: "";
	background: #000000;
	height: 4px;
	width: 300px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -150px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.products-longevity-complex #product-tabs .section-6 .title{
		font-size: 38px;
	}
	
    .section-6 .inner-wrap {
        margin-right: 0%;
        width: 70%;
    }
	
	.section-6 .image {
		width: 30%;
	}
	
	#product-tabs .section-6 .deck{
		margin-bottom: 5px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-6 {
		padding: 30px 10px 40px 10px;
	}
	
	.section-6 .title {
		font-size: 36px;
	}
	
	#product-tabs .section-6 .deck{
		margin-bottom: 5px;
	}
	
	.section-6 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-6 .inner-wrap {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
	}
	
	.section-6 .image {
		width: 100%;
	}
	
    .section-6 img {
        margin-left: auto;
        max-width: none;
        width: auto;
    }
	
}

@media screen and (max-width: 767px){
	
	.section-6 {
		margin-bottom: 20px;
        padding: 30px 0px 10px 0px;
	}
	
	.products-longevity-complex #product-tabs .section-6 .title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.products-longevity-complex #product-tabs .section-6 .deck{
		font-size: 24px;
		margin-bottom: 5px;
	}
	
	.section-6 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-6 .inner-wrap {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
		padding-left: 0;
	}
	
	.section-6 .image {
		width: 100%;
	}
	
    .section-6 img {
		margin-left: auto;
        max-width: 100%;
        width: 300px;
    }
	
}

/**/

.section-7{
    background: #1a8aca;
	margin: 0px auto 70px auto;
	max-width: 1060px;
    padding: 30px;
}

.section-7 .title{
	text-align: center;
}

.section-7 .d-flex{
	align-items: center;
}

.section-7 .inner-wrap {
	padding-right: 30px;
	order: 1;
    width: 60%;
}

.section-7 .image {
	order: 2;
    text-align: center;
	width: 40%;
}

#product-tabs .section-7 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-7 .title{
	color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-7 .title:after{
	content: "";
	background: #ffffff;
	height: 4px;
	width: 300px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -150px;
}

.products-longevity-complex #product-tabs .section-7 p {
    color: #ffffff;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.products-longevity-complex #product-tabs .section-7 .title{
		font-size: 38px;
	}
	
	.section-7 .inner-wrap {
        margin-right: 0;
		padding-top: 0px;
        width: 70%;
    }
	
	.section-7 .image {
		width: 30%;
	}
	
	#product-tabs .section-5 .deck{
		margin-bottom: 5px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-7 {
		padding: 30px 10px 0px 10px;
	}
	
	.section-7 .title {
		font-size: 36px;
	}
	
	#product-tabs .section-7 .deck{
		margin-bottom: 5px;
	}
	
	.section-7 .d-flex{
		flex-direction: column;
	}
	
	.section-7 .inner-wrap {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
	}
	
	.section-7 img {
		margin-left: -25px;
        max-width: none;
        width: calc(100% + 50px);
    }
	
}

@media screen and (max-width: 767px){
	
	.section-7 {
		margin-bottom: 20px;
		padding: 30px 0px 30px 0px;
	}
	
	.products-longevity-complex #product-tabs .section-7 .title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.products-longevity-complex #product-tabs .section-7 .deck{
		font-size: 24px;
		margin-bottom: 5px;
	}
	
	.section-7 .d-flex{
		flex-direction: column;
	}
	
	.section-7 .inner-wrap {
        margin-right: 0;
        padding: 0px 0px 30px 0px;
		width: 100%;
	}
	
	.section-7 .image {
		width: 100%;
	}
	
    .section-7 img {
        margin-left: auto;
		max-width: 100%;
        width: auto;
    }
	
}

/**/

.section-8{
	margin: 0px auto 60px auto;
	max-width: 1240px;
    padding: 30px;
	position: relative;
}

.section-8:before {
    content: "";
    background: #333333;
    border-radius: 0px 80px 80px 0px;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.section-8 .container {
	position: relative;
	z-index: 2;
}

.section-8 .title{
	font-size: 35px;
	margin-bottom: 0px;
}

.section-8 .d-flex{
	align-items: flex-start;
}

.section-8 .inner-wrap {
	padding-right: 30px;
	order: 1;
    width: 60%;
}

.section-8 .image {
    order: 2;
    text-align: center;
    width: 40%;
}

.section-8 .image img{
	display: block;
    margin: -50px auto 0px;
}

#product-tabs .section-8 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-8 .title{
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
    text-align: left;
}

.products-longevity-complex #product-tabs .section-8 p {
    color: #ffffff;
}

.section-8 blockquote{
    border: solid 3px #ffffff;
    border-radius: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
	margin-left: 2em;
    padding: 20px 15px 20px 15px;
    position: relative;
}

.section-8 blockquote:before{
	display: block;
	content: "";
	background: url(/wp-content/uploads/2022/09/white-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-8 blockquote p{
	text-indent: 50px;
}

.section-8 blockquote .d-flex{
	padding-top: 10px;
}

.section-8 blockquote img{
	margin-right: 10px;
}

.section-8 blockquote cite{
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px) {

}

@media screen and (min-width:768px) and (max-width:991px) {

}

@media screen and (max-width:767px) {
	
	.section-8 {
		margin-bottom: 20px;
		padding: 30px 0px 40px 0px;
	}
	
    .section-8:before {
        border-radius: 30px 30px 30px 30px;
        left: -15px;
        right: auto;
    }
	
	.section-8 .container {
		padding: 0px 0px 0px 0px;
	}
	
    .products-longevity-complex #product-tabs .section-8 .title {
        font-size: 18px;
		letter-spacing: 0;
        margin-bottom: 10px;
        text-align: center;
    }
	
	.products-longevity-complex #product-tabs .section-8 .deck{
		font-size: 28px;
		margin-bottom: 5px;
	}
	
	.section-8 .d-flex{
		flex-direction: column;
	}
	
	.section-8 .inner-wrap {
        margin-right: 0;
        padding: 0px 0px 0px 0px;
		width: 100%;
	}
	
	.section-8 .image {
		width: 100%;
	}
	
    .section-8 .image img {
		display: block;
    	margin: 20px auto 0px;
        margin-left: auto;
		max-width: 100%;
        width: auto;
    }
	
	.section-8 blockquote {
        margin-left: 0px;
        padding: 10px;
        width: 100%;
    }
	
	.section-8 blockquote:before {
		height: 47px;
		width: 51px;
		top: -17px;
		left: -10px;
	}
	
	.section-8 blockquote .d-flex {
		flex-direction: row;
	}
	
	.products-longevity-complex #product-tabs .section-8 blockquote p {
		font-size: 16px;
		text-indent: 40px;
	}
	
	.section-8 blockquote img {
		width: 110px;
	}

	.section-8 blockquote cite {
		margin-bottom: 0px;
	}
	
}

/**/

.section-9{
	margin: 0px auto 60px auto;
	max-width: 1240px;
    padding: 30px;
	position: relative;
}

.section-9:before {
    content: "";
    background: #1a8aca;
    border-radius: 80px 0px 0px 80px;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.section-9 .container {
	position: relative;
	z-index: 2;
}

.section-9 .title{
	font-size: 35px;
	margin-bottom: 0px;
}

.section-9 .d-flex{
	align-items: flex-start;
}

.section-9 .inner-wrap {
	order: 2;
	padding-left: 30px;
    width: 60%;
}

.section-9 .image {
    order: 1;
    text-align: center;
    width: 40%;
}

.section-9 .image img{
	display: block;
    margin: -50px auto 0px;
}

#product-tabs .section-9 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-9 .title{
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
    text-align: left;
}

.products-longevity-complex #product-tabs .section-9 p {
    color: #ffffff;
}

.section-9 blockquote{
    border: solid 3px #ffffff;
    border-radius: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
	margin-left: 2em;
    padding: 20px 15px 20px 15px;
    position: relative;
}

.section-9 blockquote:before{
	display: block;
	content: "";
	background: url(/wp-content/uploads/2022/09/white-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-9 blockquote p{
	text-indent: 50px;
}

.section-9 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-9 blockquote img{
	margin-right: 10px;
}

.section-9 blockquote cite{
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-9 blockquote{
		margin-left: auto;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px) {

}

@media screen and (max-width:767px) {
	
	.section-9 {
		margin-bottom: 20px;
		padding: 30px 0px 30px 0px;
	}
	
	.section-9 .container{
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.section-9:before {
        border-radius: 30px;
        right: -15px;
        left: auto;
        width: calc(100% + 30px);
    }
	
	.section-9 blockquote {
		margin: 40px auto;
		padding: 20px 15px 20px 15px;
		width: 100%;
	}
	
    .products-longevity-complex #product-tabs .section-9 .title {
        font-size: 18px;
        margin-bottom: 10px;
		letter-spacing: -0.25px;
        text-align: center;
    }
	
	.products-longevity-complex #product-tabs .section-9 .deck{
		font-size: 28px;
		margin-bottom: 5px;
	}
	
	.section-9 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-9 .inner-wrap {
        margin-right: 0;
        padding: 0px 0px 30px 0px;
		width: 100%;
	}
	
	.section-9 .image {
		width: 100%;
	}
	
	.section-9 .image img {
		display: block;
		margin: -50px auto 0px;
		width: 300px;
	}
	
	.section-9 blockquote {
        margin-left: 0px;
        padding: 10px;
        width: 100%;
    }
	
	.section-9 blockquote:before {
		height: 47px;
		width: 51px;
		top: -17px;
		left: -10px;
	}
	
	.section-9 blockquote .d-flex {
		flex-direction: row;
	}
	
	.products-longevity-complex #product-tabs .section-9 blockquote p {
		font-size: 16px;
		text-indent: 40px;
	}
	
	.section-9 blockquote img {
		width: 110px;
	}

	.section-9 blockquote cite {
		margin-bottom: 0px;
	}
	
}

/**/

.section-10{
	margin: 0px auto 60px auto;
	max-width: 1240px;
    padding: 30px;
	position: relative;
}

.section-10:before {
    content: "";
    background: #333333;
    border-radius: 0px 80px 80px 0px;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.section-10 .container {
	position: relative;
	z-index: 2;
}

.products-longevity-complex #product-tabs .section-10 .title{
	font-size: 35px;
	line-height: 1.4em;
	margin-bottom: 0px;
}

.section-10 .d-flex{
	align-items: flex-start;
}

.section-10 .inner-wrap {
	padding-right: 30px;
	order: 1;
    width: 60%;
}

.section-10 .image {
    order: 2;
    text-align: center;
    width: 40%;
}

.section-10 .image img{
	display: block;
    margin: -50px auto 0px;
}

#product-tabs .section-10 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-10 .title{
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
    text-align: left;
}

.products-longevity-complex #product-tabs .section-10 p {
    color: #ffffff;
}

.section-10 blockquote{
    border: solid 3px #ffffff;
    border-radius: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
	margin-left: 2em;
    padding: 20px 15px 20px 15px;
    position: relative;
}

.section-10 blockquote:before{
	display: block;
	content: "";
	background: url(/wp-content/uploads/2022/09/white-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-10 blockquote p{
	text-indent: 50px;
}

.section-10 blockquote .d-flex{
	padding-top: 10px;
}

.section-10 blockquote img{
	margin-right: 10px;
}

.section-10 blockquote cite{
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-10 blockquote{
		margin-left: 0;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px) {

}

@media screen and (max-width:767px) {
	
	.section-10 {
		margin-bottom: 20px;
		padding: 30px 0px 40px 0px;
	}
	
    .section-10:before {
        border-radius: 30px 30px 30px 30px;
        left: -15px;
        right: auto;
    }
	
	.section-10 .container {
		padding: 0px 0px 0px 0px;
	}
	
    .products-longevity-complex #product-tabs .section-10 .title {
        font-size: 18px;
		letter-spacing: 0;
        margin-bottom: 10px;
        text-align: center;
    }
	
	.products-longevity-complex #product-tabs .section-10 .deck{
		font-size: 28px;
		margin-bottom: 5px;
	}
	
	.section-10 .d-flex{
		flex-direction: column;
	}
	
	.section-10 .inner-wrap {
        margin-right: 0;
        padding: 0px 0px 0px 0px;
		width: 100%;
	}
	
	.section-10 .image {
		width: 100%;
	}
	
    .section-10 .image img {
		display: block;
		margin: 20px auto 0px;
		width: 300px;
	}
	
	.section-10 blockquote {
        margin-left: 0px;
        padding: 10px;
        width: 100%;
    }
	
	.section-10 blockquote:before {
		height: 47px;
		width: 51px;
		top: -17px;
		left: -10px;
	}
	
	.products-longevity-complex #product-tabs .section-10 blockquote p {
		font-size: 16px;
		text-indent: 35px;
	}
	
	.section-10 blockquote .d-flex {
		flex-direction: row;
	}
	
	.products-longevity-complex #product-tabs .section-10 blockquote p {
		font-size: 16px;
		text-indent: 40px;
	}
	
	.section-10 blockquote img {
		width: 110px;
	}
	
}

/**/

.section-11{
	margin: 0px auto 60px auto;
	max-width: 1240px;
    padding: 30px;
	position: relative;
}

.section-11:before {
    content: "";
    background: #1a8aca;
    border-radius: 80px 0px 0px 80px;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.section-11 .container {
	position: relative;
	z-index: 2;
}

.section-11 .title{
	font-size: 35px;
	margin-bottom: 0px;
}

.section-11 .d-flex{
	align-items: flex-start;
}

.section-11 .inner-wrap {
	order: 2;
	padding-left: 30px;
    width: 60%;
}

.section-11 .image {
    order: 1;
    text-align: center;
    width: 40%;
}

.section-11 .image img{
	display: block;
    margin: -50px auto 0px;
}

#product-tabs .section-11 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-11 .title{
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
    text-align: left;
}

.products-longevity-complex #product-tabs .section-11 p {
    color: #ffffff;
}

.section-11 blockquote{
    border: solid 3px #ffffff;
    border-radius: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
	margin-left: 2em;
    padding: 20px 15px 20px 15px;
    position: relative;
}

.section-11 blockquote:before{
	display: block;
	content: "";
	background: url(/wp-content/uploads/2022/09/white-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-11 blockquote p{
	text-indent: 50px;
}

.section-11 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-11 blockquote img{
	margin-right: 10px;
}

.section-11 blockquote cite{
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px) {

}

@media screen and (min-width:768px) and (max-width:991px) {

}

@media screen and (max-width:767px) {
	
	.section-11 {
		margin-bottom: 20px;
		padding: 30px 0px 30px 0px;
	}
	
	.section-11 .container{
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.section-11:before {
        border-radius: 30px;
        right: -15px;
        left: auto;
        width: calc(100% + 30px);
    }
	
	.section-11 blockquote {
        margin: 40px auto 0px auto;
        padding: 20px 15px 20px 15px;
        width: 100%;
	}
	
    .products-longevity-complex #product-tabs .section-11 .title {
        font-size: 18px;
        margin-bottom: 10px;
		letter-spacing: -0.25px;
        text-align: center;
    }
	
	.products-longevity-complex #product-tabs .section-11 .deck{
		font-size: 28px;
		margin-bottom: 5px;
	}
	
	.section-11 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-11 .inner-wrap {
        margin-right: 0;
        padding: 0px 0px 10px 0px;
		width: 100%;
	}
	
	.section-11 .image {
		width: 100%;
	}
	
	.section-11 .image img {
		display: block;
		margin: 20px auto 0px;
		width: 300px;
	}
	
	.section-11 blockquote {
        margin-left: 0px;
        padding: 10px;
        width: 100%;
    }
	
	.section-11 blockquote:before {
		height: 47px;
		width: 51px;
		top: -17px;
		left: -10px;
	}
	
	.section-11 blockquote .d-flex {
		flex-direction: row;
	}
	
	.section-11 blockquote img {
		width: 110px;
	}
	
	.products-longevity-complex #product-tabs .section-11 blockquote p {
		font-size: 16px;
		text-indent: 40px;
	}
	
	.section-11 blockquote cite {
		margin-bottom: 0px;
	}
	
}

/**/

.section-12{
	margin: 0px auto 60px auto;
	max-width: 1240px;
    padding: 30px;
	position: relative;
}

.section-12:before {
    content: "";
    background: #333333;
    border-radius: 0px 80px 80px 0px;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.section-12 .container {
	position: relative;
	z-index: 2;
}

.section-12 .title{
	font-size: 35px;
	margin-bottom: 0px;
}

.section-12 .d-flex{
	align-items: flex-start;
}

.section-12 .inner-wrap {
	padding-right: 30px;
	order: 1;
    width: 60%;
}

.section-12 .image {
    order: 2;
    text-align: center;
    width: 40%;
}

.section-12 .image img{
	display: block;
    margin: -50px auto 0px;
}

#product-tabs .section-12 .deck{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: center;
}

.products-longevity-complex #product-tabs .section-12 .title{
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
    text-align: left;
}

.products-longevity-complex #product-tabs .section-12 p {
    color: #ffffff;
}

.section-12 blockquote{
    border: solid 3px #ffffff;
    border-radius: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
	margin-left: 2em;
    padding: 20px 15px 20px 15px;
    position: relative;
}

.section-12 blockquote:before{
	display: block;
	content: "";
	background: url(/wp-content/uploads/2022/09/white-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-12 blockquote p{
	text-indent: 50px;
}

.section-12 blockquote .d-flex{
	padding-top: 10px;
}

.section-12 blockquote img{
	margin-right: 10px;
}

.section-12 blockquote cite{
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px) {

	.section-12 blockquote .d-flex{
		align-items: center;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px) {

}

@media screen and (max-width:767px) {
	
	.section-12 {
		margin-bottom: 20px;
		padding: 30px 0px 40px 0px;
	}
	
    .section-12:before {
        border-radius: 30px 30px 30px 30px;
        left: -15px;
        right: auto;
    }
	
	.section-12 .container {
		padding: 0px 0px 0px 0px;
	}
	
    .products-longevity-complex #product-tabs .section-12 .title {
        font-size: 18px;
		letter-spacing: 0;
        margin-bottom: 10px;
        text-align: center;
    }
	
	.products-longevity-complex #product-tabs .section-12 .deck{
		font-size: 28px;
		margin-bottom: 5px;
	}
	
	.section-12 .image img {
		display: block;
		margin: 20px auto 0px;
		width: 300px;
	}
	
	.section-12 .d-flex{
		flex-direction: column;
	}
	
	.section-12 blockquote .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-12 blockquote img{
		max-width: 90px;
	}
	
	.section-12 .inner-wrap {
        margin-right: 0;
        padding: 0px 0px 0px 0px;
		width: 100%;
	}
	
	.section-12 .image {
		width: 100%;
	}
	
    .section-12 .image img {
		display: block;
    	margin: 20px auto 0px;
        margin-left: auto;
		max-width: 100%;
        width: 300px;
    }
	
    .section-12 blockquote {
        margin-left: 0px;
        padding: 10px;
        width: 100%;
    }
	
	.section-12 blockquote:before {
		height: 47px;
		width: 51px;
		top: -17px;
		left: -10px;
	}
	
	.section-12 blockquote .d-flex {
		flex-direction: row;
	}
	
	.products-longevity-complex #product-tabs .section-12 blockquote p {
		font-size: 16px;
		text-indent: 40px;
	}
	
	.section-12 blockquote img {
		width: 110px;
	}
	
	.section-12 blockquote cite {
		margin-bottom: 0px;
	}
	
}

/**/

.section-13{
	margin: 0px auto 0px auto;
	max-width: 1240px;
    padding: 0px;
	position: relative;
}

.section-13 .title{
	font-size: 35px;
	margin-bottom: 0px;
}

.section-13 .d-flex{
	align-items: center;
}

.section-13 .inner-wrap {
	flex-basis: 980px;
	padding-left: 30px;
	order: 2;
    width: auto;
}

.section-13 .image {
	flex-basis: 289px;
    order: 1;
    text-align: center;
    width: auto;
}

.section-13 .image img{
	display: block;
    margin: 0px auto 0px;
}

.products-longevity-complex #product-tabs .section-13 .title{
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
    text-align: left;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-13 .d-flex{
		align-items: flex-start;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px) {

}

@media screen and (max-width:767px) {
	
	.products-longevity-complex #product-tabs .section-13 .title {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.section-13 .d-flex {
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.section-13 .inner-wrap {
		padding-left: 0;
	}
	
	.section-13 .container{
		padding: 0px;
	}
	
	.section-13 .inner-wrap {
		flex-basis: auto;
		padding-left: 0;
	}
	
	.section-13 .image {
		flex-basis: auto;
	}

}

/**/

.section-14{
	margin: 0px auto 0px 100px;
	max-width: 1240px;
    padding: 0px;
	position: relative;
}

.section-14 .title{
	font-size: 35px;
	margin-bottom: 0px;
}

.section-14 .d-flex{
	align-items: center;
}

.section-14 .inner-wrap {
	flex-basis: 980px;
	padding-left: 30px;
	order: 2;
    width: auto;
}

.section-14 .image {
	flex-basis: 289px;
    order: 1;
    text-align: center;
    width: auto;
}

.section-14 .image img{
	display: block;
    margin: 0px auto 0px;
}

.products-longevity-complex #product-tabs .section-14 .title{
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
    text-align: left;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-14{
		margin-left: auto;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px) {

}

@media screen and (max-width:767px) {
	
	.section-14{
		margin-left: auto;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.products-longevity-complex #product-tabs .section-14 .title {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.section-14 .d-flex {
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.section-14 .inner-wrap {
		padding-left: 0;
	}
	
	.section-14 .container{
		padding: 0px;
	}
	
	.section-14 .inner-wrap {
		flex-basis: auto;
		padding-left: 0;
	}
	
	.section-14 .image {
		flex-basis: auto;
	}

}

/**/

.section-15{
	padding-bottom: 20px;
}

.products-longevity-complex #product-tabs .section-15 .title{
	font-size: 45px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
}

.section-15 .d-flex{
	flex-direction: column;
}

.section-15 .image{
	text-align: center;
}

.section-15 .inner-wrap{
	margin: 0px auto;
	max-width: 760px;
	padding: 0px 0px 0px 0px;
}

@media screen and (min-width:992px) and (max-width:1199px) {

}

@media screen and (min-width:768px) and (max-width:991px) {

}

@media screen and (max-width:767px) {
	
	.section-15 .container{
		padding: 0px;
	}
	
	.section-15 .image img{
		max-width: 150px;
	}
	
	.products-longevity-complex #product-tabs .section-15 .title {
		font-size: 24px;
		margin-bottom: 10px;
		padding-top: 10px;
		text-align: center;
	}
	
}

/**/

#product-tabs #faq-tab .title{
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

#faq-tab .card{
	border: none;
	border-radius: 10px;
}

body #faq-accordion .card-header, body #faq-accordion .card-header:first-child{
	background-color: #e9e9e9;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	border: none;
	font-weight: 800;
}

body #faq-accordion .card-header a{
	display: block;
	background-color: #e9e9e9;
	margin-top: -3px
}

body #faq-accordion .card-header a:hover,
body #faq-accordion .card-header a[aria-expanded="true"]:not(.collapsed){
	background-color: #d1d1d1;
}

#faq-accordion .card-header h4 {
    font-weight: 800;
	padding-left: 30px;
}

.faq-wrap .card .card-header a{
	color: #000000;
}

#faq-accordion .card-header i {
    right: 10px;
}

#faq-accordion .card-body li{
	list-style: none;
	font-weight: 800;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

#faq-accordion .card-body li:before{
	content: "";
	background: #1a8aca;
	border-radius: 100%;
	height: 12px;
	width: 12px;
	position: absolute;
	top: 5px;
	left: 0px;
}

@media (min-width:1200px){
	
	#faq-accordion .card-header h4 {
		padding-left: 60px;
	}
	
	#faq-accordion .card-header i {
		right: 40px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#faq-tab .title {
		text-align: center;
		font-size: 34px;
	}
	
}

@media (max-width:767px){
	
	#product-tabs #faq-tab .title {
		font-size: 23px;
		margin-bottom: 20px;
		text-align: center;
	}

	#faq-accordion .card-header h4{
		padding: 0px 60px 0px 20px;
	}

}

/**/

#footnotes-tab h3{
	font-size: 29px;
	font-weight: 800;
}

#footnotes-tab ol{
	max-width: 960px;
}

#footnotes-tab li::marker{
	color: #1a8aca;
}

#footnotes-tab a {
	display: block;
	color: #1a8aca;
	margin-bottom: 20px;
	word-break: break-word;
}