
#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: 0;
}

#product-tabs .title {
    font-size: 30px;
    font-weight: 800;
	letter-spacing: -2px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
}

#product-tabs p{
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

#product-tabs p:last-of-type{
	margin-bottom: 0px;
}

@media screen and (min-width:992px) and (max-width:1199px){

	#product-tabs .sub-title{
		font-size: 35px;
		margin-bottom: 20px;
	}

}

@media screen and (min-width:768px) and (max-width:991px){

	#product-tabs .sub-title{
		font-size: 35px;
	}

}

@media screen and (max-width:767px){

	#product-tabs .title{
		font-size: 20px;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

	#product-tabs .sub-title{
		font-size: 24px;
		line-height: 1.2em;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	
	#product-tabs p {
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	
	#product-tabs .title{
		text-align: center;
	}

}

/**/

.section-1{
	max-width: 1060px;
    margin: 0px auto;
}

.section-1 .d-flex {
    justify-content: center;
    margin-bottom: 30px;
}

.section-1 .inner-wrap {
	flex-basis: 614px;
    padding-left: 30px;
}

.section-1 .image{
	flex-basis: 446px;
    text-align: center;
}

#product-tabs .section-1 h3{
	font-size: 26px;
	font-weight: 800;
	text-align: center;
}

.section-1 .col > img{
	display: block;
	margin: 0px auto 10px auto;
}

.section-1 .col p{
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	#product-tabs .section-1 .title {
		font-size: 34px;
		margin-bottom: 20px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-1{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.section-1 img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
	.section-1 .d-flex{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0px;
	}
	
    .section-1 .d-flex .col{
        flex-basis: auto;
        flex-grow: unset;
		width: 50%;
    }
	
	.section-1 .d-flex .col:first-of-type,
	.section-1 .d-flex .col:nth-child(2){
		margin-bottom: 15px;
	}
	
    .section-1 .image {
        flex-basis: auto;
        text-align: center;
    }
	
	.section-1 .image img {
        max-width: 100%;
    }
	
    .section-1 .inner-wrap {
        flex-basis: auto;
        padding: 0px 15px 20px 15px;
    }
	
    #product-tabs .section-1 .title {
        font-size: 30px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        text-align: center;
    }

}

@media screen and (max-width:767px){
	
	.section-1{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#product-tabs .section-1 h3{
		font-size: 21px;
	}
	
	.section-1 img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
	.section-1 .d-flex{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0px;
	}
	
    .section-1 .d-flex .col{
        flex-basis: auto;
        flex-grow: unset;
		width: 50%;
		margin-bottom: 15px;
        padding: 0px 15px;
    }
	
    .section-1 .image {
        flex-basis: auto;
        text-align: center;
    }
	
	.section-1 .image img {
        max-width: 100%;
    }

    .section-1 .inner-wrap {
        flex-basis: auto;
        padding: 0px 10px 20px 10px;
    }

    #product-tabs .section-1 .title {
        font-size: 21px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        text-align: center;
    }

	#product-tabs .section-1 .d-flex .col p{
        font-size: 12px;
        line-height: 1.2em;
	}

}

/**/

/**/

.section-2{
	background: #078ac9;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-2:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-2 .d-flex{
	flex-direction: column;
}

.products-liposomal-nmn #product-tabs .section-2 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-2 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-2 .inner-wrap h2{
	font-weight: 800;
}

.section-2 .image{
    background: #078ac9;
    flex-basis: auto;
	padding: 20px;
	order: 2;
	position: relative;
}

.section-2 .image:after {
    content: "";
    background: #078ac9;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    z-index: 1;
}

.section-2 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-2 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

.section-2 p{
    max-width: 520px;
}

@media screen and (min-width:1200px){

	.section-2 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-2 .image{
		flex-basis: 400px;
		margin: 0px;
		order: 2;
	}

	.section-2 .inner-wrap{
		flex-basis: 800px;
		padding: 40px 40px 40px 100px;
		order: 1;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-2 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-2 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-2 .image{
		flex-basis: 400px;
		margin: 0px;
		order: 2;
	}

	.section-2 .inner-wrap{
		flex-basis: 800px;
		padding: 40px 40px 40px 40px;
		order: 1;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-2{
		padding: 30px 0px 0px 0px;
	}
	
	#product-tabs .section-2 .inner-wrap h2{
		font-size: 30px;
		text-align: center;
	}
	
	.section-2 p {
		max-width: 100%;
	}
	
	.section-2 .image{
		padding: 30px;
	}
	
	.section-2 .image:after {
		content: "";
		background: #078ac9;
		position: absolute;
		top: 0;
		left: -40px;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
	.section-2 .image img{
		max-width: 420px;
	}
	
	.section-2 .inner-wrap{
		padding-bottom: 40px;
	}
	
	.section-2 p {
    	width: 100%;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-2{
		padding: 30px 0px 0px 0px;
	}
	
	.section-2 .image{
		padding: 30px;
	}
	
	.section-2 .image:after {
		content: "";
		background: #078ac9;
		position: absolute;
		top: 0;
		left: -15px;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
	.section-2 .image img{
		max-width: 420px;
	}
	
	.section-2 .inner-wrap{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-2 .inner-wrap h2 {
		font-weight: 800;
		font-size: 21px;
		line-height: 1.4em;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.section-2 p {
    	width: 100%;
	}
	
}

/**/

.section-3{
	background: #ffffff;
    max-width: 800px;
    margin: 0px auto;
	padding: 40px 0px 0px 0px;
    position: relative;
}

.section-3:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-3 .title{
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.section-3 .d-flex{
	margin-bottom: 40px;
	padding: 0px;
	position: relative;
	z-index: 2;
}

.section-3 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 2;
    padding-left: 30px;
	width: calc(100% - 356px);
}

.section-3 .image{
	order: 1;
    position: relative;
	width: 356px;
}

.section-3 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-3 h3{
	font-weight: 800;
}

.section-3 .inner-wrap p{
	max-width: 480px;
}

@media (min-width:992px) and (max-width:1199px){
	
	#product-tabs .section-3 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	#product-tabs .section-3 h3{
		font-size: 26px;
		margin-bottom: 10px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-3{
		padding-bottom: 40px;
	}
	
	#product-tabs .section-3 h3{
		margin-bottom: 10px;
	}
	
	.section-3 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin: 0px auto 40px;
        padding: 0px;
    }
	
	.section-3 .d-flex:last-of-type{
		margin-bottom: 0;
	}
    
    .section-3 .inner-wrap{
        padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
	.section-3 .inner-wrap p{
		margin: 0px auto;
		text-align: center;
	}
	
    #product-tabs .section-3 .title{
        font-size: 30px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-3 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-3 img{
		position: relative;
        top: 0;
        left: 0;
        margin: 0px auto 15px;
        max-width: 100%;
	}
	
	#product-tabs .section-3 h3{
		font-size: 24px;
		text-align: center;
	}
	
}

@media (max-width:767px){
	
	.section-3{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-3 .d-flex {
        flex-direction: column;
        margin: 0px auto 30px;
        padding: 0px;
    }
	
	.section-3 .d-flex:last-of-type{
		margin-bottom: 0;
	}
    
    .section-3 .inner-wrap{
        padding: 0px 30px 0px 30px;
		width: 100%;
    }
	
    #product-tabs .section-3 .title{
        font-size: 24px;
        text-align: center;
        margin: 0px auto 15px;
    }
	
	#product-tabs .section-3 h3{
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0;
		font-size: 21px;
        text-align: center;
	}
	
	.section-3 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-3 img{
		position: relative;
        top: 0;
        left: 0;
        margin: 0px auto 15px;
        max-width: 200px;
	}
	
	.section-3 .inner-wrap h3{
		font-size: 21px;
		text-align: center;
	}
	
}

/**/

.section-4{
	position: relative;
}

.section-4 .title{
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-4 .d-flex {
    align-items: center;
    justify-content: center;
	position: relative;
    z-index: 2;
}

.section-4 .d-flex:before {
    content: "";
    background: #eeeeee;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-4 .d-flex *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-4 p{
    background: #098ac9;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 18px;
	padding: 20px;
	width: 250px;
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-4 .d-flex{
		max-width: 470px;
		margin: 0px auto;
	}
	
	#product-tabs .section-4 p{
		font-size: 18px;
		padding: 20px;
		width: 305px;
	}
	
	.section-4 img{
		margin-top: 0px;
	}
	
}

@media screen and (max-width:767px){
	
	.section-4 img {
        max-width: 160px;
		margin-top: 0px;
    }
	
	#product-tabs .section-4 p {
		line-height: 1.2em;
		font-size: 14px;
		padding: 15px;
		width: 250px;
	}
	
}

/**/

.section-5{
	background: #078ac9;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-5:before {
    content: "";
    background: #098ac9;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-5 .d-flex{
	flex-direction: column;
}

.products-liposomal-nmn #product-tabs .section-5 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-5 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-5 h2{
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
}

#product-tabs .section-5 h2 span{
	font-size: 25px;
}

#product-tabs .section-5 h2 span{
	font-weight: 400;
}

.section-5 .image{
    background: #078ac9;
    flex-basis: auto;
	padding: 0px;
	order: 2;
	position: relative;
}

.section-5 .image:after {
    content: "";
    background: #078ac9;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    z-index: 1;
}

.section-5 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-5 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

.section-5 p{
	color: #ffffff;
    max-width: 520px;
}

.section-5 ul{
	margin-bottom: 0px;
}

.section-5 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
	max-width: 320px;
}

@media screen and (min-width: 1200px){

    .section-5 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 1040px;
        margin: 0px auto;
    }
	
    .section-5 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-5 .inner-wrap {
        flex-basis: calc(100% - 458px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	.section-5 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 1040px;
        margin: 0px auto;
    }
	
    .section-5 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-5 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.section-5 {
		padding: 0px 0px 0px 0px;
		height: 268px;
	}
	
	#product-tabs .section-5 h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	
	#product-tabs .section-5 h2 span {
		font-size: 21px;
	}
	
	.section-5 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1040px;
        margin: 0px auto;
    }
	
    .section-5 .image {
		flex-basis: 340px;
        margin: 0px;
        order: 2;
        position: relative;
    }
	
	.section-5 .image img {
		position: absolute;
		max-width: 434px;
		top: 0;
		left: 0;
	}

    .section-5 .inner-wrap {
        flex-basis: calc(100% - 340px);
        padding: 30px 15px 30px 0px;
        order: 1;
    }
	
	#product-tabs .section-5 p{
		font-size: 16px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.section-5 {
		padding: 0px 0px 0px 0px;
	}
	
	#product-tabs .section-5 h2 {
        font-size: 19px;
        letter-spacing: 0;
        margin-bottom: 10px;
        font-weight: 800;
    }
	
    #product-tabs .section-5 h2 span {
        font-size: 14px;
        letter-spacing: 0;
    }
	
	.section-5 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1040px;
        margin: 0px auto;
    }
	
	.section-5 .image {
        flex-basis: 177px;
        margin: 0px;
        order: 2;
        position: relative;
    }
	
	.section-5 .image img {
        position: absolute;
        top: -4px;
        left: -40px;
        margin-left: 0;
        width: auto;
        max-width: 205px;
    }

    .section-5 .inner-wrap {
        flex-basis: calc(100% - 39px);
        padding: 30px 10px 30px 0px;
        order: 1;
    }
	
	#product-tabs .section-5 p{
		font-size: 14px;
	}
	
	#product-tabs .section-5 ul {
        margin-bottom: 0px;
        padding-left: 3px;
    }
	
    .section-5 li {
        font-size: 14px;
        line-height: 1.3em;
        font-weight: 600;
    }
	
}

/**/

.section-6{
	max-width: 1060px;
    margin: 0px auto;
	padding: 30px 0px 30px 0px;
	position: relative;
}

.section-6:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-6 .title{
	text-align: center;
	position: relative;
	z-index: 3;
}

.section-6 .d-flex {
	align-items: center;
    justify-content: center;
    margin: 0px auto 0px auto;
	max-width: 860px;
	position: relative;
	z-index: 2;
}

.section-6 .inner-wrap {
	flex-basis: 414px;
    padding-left: 30px;
}

.section-6 .image{
	flex-basis: 446px;
    text-align: center;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-6{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.section-6 .d-flex {
		justify-content: center;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	
    .section-6 .image {
        flex-basis: auto;
        text-align: center;
    }
	
	.section-6 .image img {
        max-width: 100%;
    }
	
    .section-6 .inner-wrap {
        flex-basis: auto;
        padding: 0px 15px 20px 15px;
    }
	
    #product-tabs .section-6 .title {
        font-size: 30px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        text-align: center;
    }

}

@media screen and (max-width:767px){
	
	.section-6{
		padding-top: 20px;
	}
	
	.section-6 .d-flex {
		justify-content: center;
		flex-direction: column-reverse;
		margin-bottom: 0px;
	}
	
    .section-6 .image {
        flex-basis: auto;
        text-align: center;
    }
	
	.section-6 .image img {
        max-width: 100%;
    }
	
    .section-6 .inner-wrap {
        flex-basis: auto;
        padding: 0px 0px 20px 0px;
    }
	
    #product-tabs .section-6 .title {
        font-size: 24px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        text-align: center;
    }
	
}

/**/

.section-7{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-7:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-7 .d-flex{
	flex-direction: column;
}

#product-tabs .section-7 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-7 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-7 .title{
	font-weight: 800;
	text-align: center;
}

.section-7 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-7 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-7 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-7 p{
    max-width: 520px;
}

.section-7 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

@media screen and (min-width:1200px){

    .section-7 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-7 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-7 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-7 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-7 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-7 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-7 .inner-wrap {
        padding: 0px;
    }
	
	.section-7 .image{
		margin-bottom: 20px;
	}
	
	.section-7 .image img{
		max-width: 420px;
	}
	
	.section-7 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-7{
		padding-top: 30px;
	}
	
	.section-7 .image{
		overflow: hidden;
	}
	
	.section-7 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-7 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
	.section-7 .inner-wrap{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
}

/**/

.section-8{
	background: #ffffff;
	padding: 0px 0px 40px 0px;
	position: relative;
}

.section-8:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-8 .d-flex{
	flex-direction: column;
}

#product-tabs .section-8 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-8 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-8 .title{
	font-weight: 800;
	text-align: center;
}

.section-8 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-8 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-8 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-8 p{
    max-width: 520px;
}

.section-8 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

@media screen and (min-width:1200px){

    .section-8 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-8 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-8 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 30px 30px 30px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
    .section-8 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-8 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-8 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 30px 30px 30px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-8 .image{
		margin-bottom: 20px;
	}
	
	.section-8 .image img{
		max-width: 420px;
	}
	
	.section-8 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-8{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	.section-8 .image{
		overflow: hidden;
	}
	
	.section-8 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
}

/**/

.section-9{
	background: #098ac9;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-9:before {
    content: "";
    background: #098ac9;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}
.section-9 .d-flex{
	flex-direction: column;
}

#product-tabs .section-9 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-9 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-9 .title{
	color: #ffffff;
	font-weight: 800;
	text-align: center;
}

.section-9 .image{
    flex-basis: auto;
	padding: 0px;
	order: 2;
	position: relative;
}

.section-9 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-9 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

#product-tabs .section-9 p{
	color: #ffffff;
    max-width: 520px;
}

.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{
	color: #ffffff;
	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{
	color: #ffffff;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 0px;
}

@media screen and (min-width:1200px){
	
	.section-9 blockquote{
		margin-left: auto;
	}

    .section-9 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-9 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-9 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-9 blockquote{
		margin-left: auto;
	}

    .section-9 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-9 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-9 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-9{
		padding-bottom: 40px;
	}
	
	.section-9 .image{
		margin-bottom: 20px;
	}
	
	.section-9 img{
		display: block;
		margin: 0px auto 15px;
		max-width: 420px;
	}
	
	#product-tabs .section-9 p {
		margin: 0px auto 20px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-9{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#product-tabs .section-9 .title {
		font-size: 21px;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
	.section-9 .image{
		margin-bottom: 20px;
	}
	
	.section-9 .image{
		overflow: hidden;
	}
	
	.section-9 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-9 .inner-wrap{
		padding-top: 20px;
	}
	
	.section-9 blockquote{
		margin-left: auto;
		width: 100%;
	}
	
	.section-9 blockquote:before{
		height: 62px;
		width: 68px;
		top: -23px;
		left: -18px;
	}

}

/**/

.section-10{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-10:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-10 .d-flex{
	flex-direction: column;
}

#product-tabs .section-10 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-10 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-10 .title{
	font-weight: 800;
	text-align: center;
}

.section-10 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-10 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-10 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-10 p{
    max-width: 520px;
}

.section-10 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

@media screen and (min-width:1200px){

    .section-10 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-10 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-10 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-10 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-10 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-10 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-10 .image{
		margin-bottom: 20px;
	}
	
	.section-10 .image img{
		max-width: 420px;
	}
	
	.section-10 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-10{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.section-10 .image{
		overflow: hidden;
	}
	
	.section-10 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-10 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-11{
	padding: 40px 0px 30px 0px;
}

.section-11 .title{
	text-align: center;
}

.section-11 .d-flex{
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
}

.section-11 .card{
	border: none;
	margin-bottom: 20px;
	padding: 0px;
	width: calc(33.3333% - 40px);
}

.section-11 .card .inner-wrap{
	padding: 10px 20px 0px 20px;
	text-align: center;
}

#product-tabs .section-11 .card h3{
	font-weight: 800;
    margin-bottom: 10px;
    font-size: 24px;
}

.section-11 .card p{
	text-align: left;
}

@media (min-width:992px) and (max-width:1199px) {
	
	.section-11{
		padding-top: 20px;
	}
	
	#product-tabs .section-11 .card h3 {
		font-size: 24px;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-11{
		padding-top: 0px;
	}
	
	.section-11 .card {
		border: none;
		margin-bottom: 20px;
		padding: 0px;
		width: 48%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-11 {
		padding: 30px 0px 10px 0px;
	}
	
	.section-11 .card {
		width: 100%;
	}
	
	#product-tabs .section-11 .card h3 {
		font-weight: 800;
		margin-bottom: 10px;
		font-size: 21px;
	}
	
	.section-11 .card{
		width: 100%;
	}
	
	.section-11 .image{
		max-width: 300px;
		margin: 0px auto;
	}

}

/**/

.section-12{
	max-width: 1060px;
    margin: 0px auto;
	padding: 30px 0px 10px 0px;
	position: relative;
}

.section-12:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-12 .title{
	text-align: center;
	position: relative;
	z-index: 3;
}

.section-12 .d-flex {
    align-items: center;
    justify-content: center;
    margin: 0px auto 0px auto;
    max-width: 860px;
    position: relative;
    z-index: 2;
}

.section-12 .inner-wrap {
    flex-basis: 470px;
    padding-left: 0px;
}

.section-12 .image{
    flex-basis: auto;
    text-align: center;
}

.section-12 .image img{
    margin-right: -95px;
}

#product-tabs .section-12 .checkmarks li{
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 10px;
}

#product-tabs .section-12 .checkmarks li:before {
    color: #098ac9;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-12{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.section-12 .d-flex {
		justify-content: center;
		flex-direction: column-reverse;
		margin-bottom: 0px;
	}
	
    .section-12 .image {
        flex-basis: auto;
        text-align: center;
    }
	
	.section-12 .image img {
        margin-right: 0;
        max-width: 100%;
    }
	
    .section-12 .inner-wrap {
        flex-basis: auto;
        padding: 0px 15px 20px 15px;
    }
	
    #product-tabs .section-12 .title {
        font-size: 30px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        text-align: center;
    }
	
	#product-tabs .section-12 .checkmarks li{
		font-size: 18px;
		margin-bottom: 5px;
	}

}

@media screen and (max-width:767px){
	
	.section-12{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	.section-12 .d-flex {
		justify-content: center;
		flex-direction: column-reverse;
		margin-bottom: 0px;
	}
	
    .section-12 .image {
        flex-basis: auto;
        text-align: center;
    }
	
	.section-12 .image img {
        max-width: 100%;
        margin-right: auto;
    }
	
    .section-12 .inner-wrap {
        flex-basis: auto;
        padding: 0px 0px 0px 0px;
    }
	
    #product-tabs .section-12 .title {
        font-size: 24px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        text-align: center;
    }
	
	#product-tabs .section-12 .checkmarks {
		margin-left: 0;
		padding-left: 0;
	}
	
	#product-tabs .section-12 .checkmarks li {
		color: #000000;
		font-weight: 800;
		font-size: 16px;
		margin-bottom: 10px;
		letter-spacing: -0.25px;
	}
	
	#product-tabs .section-12 .checkmarks li:before {
		margin-right: 5px;
	}
	
}


/**/

#faq{
	padding-top: 30px;
}

#faq .sub-title{
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

#faq .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;
}

@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 .title {
		text-align: center;
		font-size: 34px;
	}
	
	#faq .sub-title {
    	font-size: 30px;
	}
	
}

@media (max-width:767px){
	
	#product-tabs #faqs-tab .sub-title {
    	font-size: 24px;
	}
	
	#faq .title {
		text-align: center;
		font-size: 28px;
	}
	
	#faq .sub-title {
		font-size: 24px;
		font-weight: 800;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#faq-accordion .card-header h4 {
        padding: 0px 60px 0px 20px;
        font-size: 14px;
    }
	
	#faq-accordion .card-header i {
		font-size: 21px;
		right: 10px;
		top: 0px;
	}
	
	#faq-accordion .card-body p {
		font-size: 14px;
		line-height: 1.4em;
	}

}